1 namespace Mesen.GUI.Debugger.Controls 2 { 3 partial class ctrlNoiseInfo 4 { 5 /// <summary> 6 /// Required designer variable. 7 /// </summary> 8 private System.ComponentModel.IContainer components = null; 9 10 /// <summary> 11 /// Clean up any resources being used. 12 /// </summary> 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> Dispose(bool disposing)14 protected override void Dispose(bool disposing) 15 { 16 if(disposing && (components != null)) { 17 components.Dispose(); 18 } 19 base.Dispose(disposing); 20 } 21 22 #region Component Designer generated code 23 24 /// <summary> 25 /// Required method for Designer support - do not modify 26 /// the contents of this method with the code editor. 27 /// </summary> InitializeComponent()28 private void InitializeComponent() 29 { 30 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 31 this.chkModeFlag = new System.Windows.Forms.CheckBox(); 32 this.chkEnabled = new System.Windows.Forms.CheckBox(); 33 this.lblPeriod = new System.Windows.Forms.Label(); 34 this.txtPeriod = new System.Windows.Forms.TextBox(); 35 this.lblFrequency = new System.Windows.Forms.Label(); 36 this.txtFrequency = new System.Windows.Forms.TextBox(); 37 this.lblShiftRegister = new System.Windows.Forms.Label(); 38 this.label1 = new System.Windows.Forms.Label(); 39 this.txtOutputVolume = new System.Windows.Forms.TextBox(); 40 this.txtShiftRegister = new System.Windows.Forms.TextBox(); 41 this.grpEnvelope = new System.Windows.Forms.GroupBox(); 42 this.ctrlEnvelopeInfo = new Mesen.GUI.Debugger.Controls.ApuViewer.ctrlEnvelopeInfo(); 43 this.grpLengthCounter = new System.Windows.Forms.GroupBox(); 44 this.ctrlLengthCounterInfo = new Mesen.GUI.Debugger.Controls.ApuViewer.ctrlLengthCounterInfo(); 45 this.lblHz = new System.Windows.Forms.Label(); 46 this.lblTimer = new System.Windows.Forms.Label(); 47 this.txtTimer = new System.Windows.Forms.TextBox(); 48 this.tableLayoutPanel1.SuspendLayout(); 49 this.grpEnvelope.SuspendLayout(); 50 this.grpLengthCounter.SuspendLayout(); 51 this.SuspendLayout(); 52 // 53 // tableLayoutPanel1 54 // 55 this.tableLayoutPanel1.ColumnCount = 6; 56 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 57 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 58 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 59 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 60 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 61 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 62 this.tableLayoutPanel1.Controls.Add(this.chkModeFlag, 0, 1); 63 this.tableLayoutPanel1.Controls.Add(this.chkEnabled, 0, 0); 64 this.tableLayoutPanel1.Controls.Add(this.lblPeriod, 0, 2); 65 this.tableLayoutPanel1.Controls.Add(this.txtPeriod, 1, 2); 66 this.tableLayoutPanel1.Controls.Add(this.lblFrequency, 0, 4); 67 this.tableLayoutPanel1.Controls.Add(this.txtFrequency, 1, 4); 68 this.tableLayoutPanel1.Controls.Add(this.lblShiftRegister, 0, 5); 69 this.tableLayoutPanel1.Controls.Add(this.label1, 0, 6); 70 this.tableLayoutPanel1.Controls.Add(this.txtOutputVolume, 1, 6); 71 this.tableLayoutPanel1.Controls.Add(this.txtShiftRegister, 1, 5); 72 this.tableLayoutPanel1.Controls.Add(this.grpEnvelope, 3, 0); 73 this.tableLayoutPanel1.Controls.Add(this.grpLengthCounter, 4, 0); 74 this.tableLayoutPanel1.Controls.Add(this.lblHz, 2, 4); 75 this.tableLayoutPanel1.Controls.Add(this.lblTimer, 0, 3); 76 this.tableLayoutPanel1.Controls.Add(this.txtTimer, 1, 3); 77 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 78 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 79 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 80 this.tableLayoutPanel1.RowCount = 8; 81 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 82 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 83 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 84 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 85 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 86 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 87 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 88 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 89 this.tableLayoutPanel1.Size = new System.Drawing.Size(454, 177); 90 this.tableLayoutPanel1.TabIndex = 0; 91 // 92 // chkModeFlag 93 // 94 this.chkModeFlag.AutoCheck = false; 95 this.chkModeFlag.AutoSize = true; 96 this.tableLayoutPanel1.SetColumnSpan(this.chkModeFlag, 2); 97 this.chkModeFlag.Location = new System.Drawing.Point(3, 26); 98 this.chkModeFlag.Name = "chkModeFlag"; 99 this.chkModeFlag.Size = new System.Drawing.Size(76, 17); 100 this.chkModeFlag.TabIndex = 15; 101 this.chkModeFlag.Text = "Mode Flag"; 102 this.chkModeFlag.UseVisualStyleBackColor = true; 103 // 104 // chkEnabled 105 // 106 this.chkEnabled.AutoCheck = false; 107 this.chkEnabled.AutoSize = true; 108 this.tableLayoutPanel1.SetColumnSpan(this.chkEnabled, 2); 109 this.chkEnabled.Location = new System.Drawing.Point(3, 3); 110 this.chkEnabled.Name = "chkEnabled"; 111 this.chkEnabled.Size = new System.Drawing.Size(65, 17); 112 this.chkEnabled.TabIndex = 3; 113 this.chkEnabled.Text = "Enabled"; 114 this.chkEnabled.UseVisualStyleBackColor = true; 115 // 116 // lblPeriod 117 // 118 this.lblPeriod.Anchor = System.Windows.Forms.AnchorStyles.Left; 119 this.lblPeriod.AutoSize = true; 120 this.lblPeriod.Location = new System.Drawing.Point(0, 52); 121 this.lblPeriod.Margin = new System.Windows.Forms.Padding(0); 122 this.lblPeriod.Name = "lblPeriod"; 123 this.lblPeriod.Size = new System.Drawing.Size(40, 13); 124 this.lblPeriod.TabIndex = 0; 125 this.lblPeriod.Text = "Period:"; 126 // 127 // txtPeriod 128 // 129 this.txtPeriod.BackColor = System.Drawing.Color.White; 130 this.txtPeriod.Location = new System.Drawing.Point(83, 49); 131 this.txtPeriod.Name = "txtPeriod"; 132 this.txtPeriod.ReadOnly = true; 133 this.txtPeriod.Size = new System.Drawing.Size(39, 20); 134 this.txtPeriod.TabIndex = 4; 135 // 136 // lblFrequency 137 // 138 this.lblFrequency.Anchor = System.Windows.Forms.AnchorStyles.Left; 139 this.lblFrequency.AutoSize = true; 140 this.lblFrequency.Location = new System.Drawing.Point(0, 104); 141 this.lblFrequency.Margin = new System.Windows.Forms.Padding(0); 142 this.lblFrequency.Name = "lblFrequency"; 143 this.lblFrequency.Size = new System.Drawing.Size(60, 13); 144 this.lblFrequency.TabIndex = 1; 145 this.lblFrequency.Text = "Frequency:"; 146 // 147 // txtFrequency 148 // 149 this.txtFrequency.BackColor = System.Drawing.Color.White; 150 this.txtFrequency.Location = new System.Drawing.Point(83, 101); 151 this.txtFrequency.Name = "txtFrequency"; 152 this.txtFrequency.ReadOnly = true; 153 this.txtFrequency.Size = new System.Drawing.Size(59, 20); 154 this.txtFrequency.TabIndex = 5; 155 // 156 // lblShiftRegister 157 // 158 this.lblShiftRegister.Anchor = System.Windows.Forms.AnchorStyles.Left; 159 this.lblShiftRegister.AutoSize = true; 160 this.lblShiftRegister.Location = new System.Drawing.Point(0, 130); 161 this.lblShiftRegister.Margin = new System.Windows.Forms.Padding(0); 162 this.lblShiftRegister.Name = "lblShiftRegister"; 163 this.lblShiftRegister.Size = new System.Drawing.Size(73, 13); 164 this.lblShiftRegister.TabIndex = 6; 165 this.lblShiftRegister.Text = "Shift Register:"; 166 // 167 // label1 168 // 169 this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left; 170 this.label1.AutoSize = true; 171 this.label1.Location = new System.Drawing.Point(0, 156); 172 this.label1.Margin = new System.Windows.Forms.Padding(0); 173 this.label1.Name = "label1"; 174 this.label1.Size = new System.Drawing.Size(80, 13); 175 this.label1.TabIndex = 7; 176 this.label1.Text = "Output Volume:"; 177 // 178 // txtOutputVolume 179 // 180 this.txtOutputVolume.BackColor = System.Drawing.Color.White; 181 this.txtOutputVolume.Location = new System.Drawing.Point(83, 153); 182 this.txtOutputVolume.Name = "txtOutputVolume"; 183 this.txtOutputVolume.ReadOnly = true; 184 this.txtOutputVolume.Size = new System.Drawing.Size(39, 20); 185 this.txtOutputVolume.TabIndex = 8; 186 // 187 // txtShiftRegister 188 // 189 this.txtShiftRegister.BackColor = System.Drawing.Color.White; 190 this.txtShiftRegister.Location = new System.Drawing.Point(83, 127); 191 this.txtShiftRegister.Name = "txtShiftRegister"; 192 this.txtShiftRegister.ReadOnly = true; 193 this.txtShiftRegister.Size = new System.Drawing.Size(39, 20); 194 this.txtShiftRegister.TabIndex = 9; 195 // 196 // grpEnvelope 197 // 198 this.grpEnvelope.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 199 | System.Windows.Forms.AnchorStyles.Left) 200 | System.Windows.Forms.AnchorStyles.Right))); 201 this.grpEnvelope.Controls.Add(this.ctrlEnvelopeInfo); 202 this.grpEnvelope.Location = new System.Drawing.Point(168, 3); 203 this.grpEnvelope.Name = "grpEnvelope"; 204 this.tableLayoutPanel1.SetRowSpan(this.grpEnvelope, 8); 205 this.grpEnvelope.Size = new System.Drawing.Size(122, 171); 206 this.grpEnvelope.TabIndex = 12; 207 this.grpEnvelope.TabStop = false; 208 this.grpEnvelope.Text = "Envelope"; 209 // 210 // ctrlEnvelopeInfo 211 // 212 this.ctrlEnvelopeInfo.Dock = System.Windows.Forms.DockStyle.Fill; 213 this.ctrlEnvelopeInfo.Location = new System.Drawing.Point(3, 16); 214 this.ctrlEnvelopeInfo.Margin = new System.Windows.Forms.Padding(0); 215 this.ctrlEnvelopeInfo.Name = "ctrlEnvelopeInfo"; 216 this.ctrlEnvelopeInfo.Size = new System.Drawing.Size(116, 152); 217 this.ctrlEnvelopeInfo.TabIndex = 1; 218 // 219 // grpLengthCounter 220 // 221 this.grpLengthCounter.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 222 | System.Windows.Forms.AnchorStyles.Left) 223 | System.Windows.Forms.AnchorStyles.Right))); 224 this.grpLengthCounter.Controls.Add(this.ctrlLengthCounterInfo); 225 this.grpLengthCounter.Location = new System.Drawing.Point(296, 3); 226 this.grpLengthCounter.Name = "grpLengthCounter"; 227 this.tableLayoutPanel1.SetRowSpan(this.grpLengthCounter, 8); 228 this.grpLengthCounter.Size = new System.Drawing.Size(126, 171); 229 this.grpLengthCounter.TabIndex = 10; 230 this.grpLengthCounter.TabStop = false; 231 this.grpLengthCounter.Text = "Length Counter"; 232 // 233 // ctrlLengthCounterInfo 234 // 235 this.ctrlLengthCounterInfo.Dock = System.Windows.Forms.DockStyle.Fill; 236 this.ctrlLengthCounterInfo.Location = new System.Drawing.Point(3, 16); 237 this.ctrlLengthCounterInfo.Name = "ctrlLengthCounterInfo"; 238 this.ctrlLengthCounterInfo.Size = new System.Drawing.Size(120, 152); 239 this.ctrlLengthCounterInfo.TabIndex = 2; 240 // 241 // lblHz 242 // 243 this.lblHz.Anchor = System.Windows.Forms.AnchorStyles.Left; 244 this.lblHz.AutoSize = true; 245 this.lblHz.Location = new System.Drawing.Point(145, 104); 246 this.lblHz.Margin = new System.Windows.Forms.Padding(0); 247 this.lblHz.Name = "lblHz"; 248 this.lblHz.Size = new System.Drawing.Size(20, 13); 249 this.lblHz.TabIndex = 14; 250 this.lblHz.Text = "Hz"; 251 // 252 // lblTimer 253 // 254 this.lblTimer.Anchor = System.Windows.Forms.AnchorStyles.Left; 255 this.lblTimer.AutoSize = true; 256 this.lblTimer.Location = new System.Drawing.Point(0, 78); 257 this.lblTimer.Margin = new System.Windows.Forms.Padding(0); 258 this.lblTimer.Name = "lblTimer"; 259 this.lblTimer.Size = new System.Drawing.Size(36, 13); 260 this.lblTimer.TabIndex = 16; 261 this.lblTimer.Text = "Timer:"; 262 // 263 // txtTimer 264 // 265 this.txtTimer.BackColor = System.Drawing.Color.White; 266 this.txtTimer.Location = new System.Drawing.Point(83, 75); 267 this.txtTimer.Name = "txtTimer"; 268 this.txtTimer.ReadOnly = true; 269 this.txtTimer.Size = new System.Drawing.Size(39, 20); 270 this.txtTimer.TabIndex = 17; 271 // 272 // ctrlNoiseInfo 273 // 274 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 275 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 276 this.Controls.Add(this.tableLayoutPanel1); 277 this.Name = "ctrlNoiseInfo"; 278 this.Size = new System.Drawing.Size(454, 177); 279 this.tableLayoutPanel1.ResumeLayout(false); 280 this.tableLayoutPanel1.PerformLayout(); 281 this.grpEnvelope.ResumeLayout(false); 282 this.grpLengthCounter.ResumeLayout(false); 283 this.ResumeLayout(false); 284 285 } 286 287 #endregion 288 289 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 290 private System.Windows.Forms.Label lblPeriod; 291 private System.Windows.Forms.Label lblFrequency; 292 private ApuViewer.ctrlEnvelopeInfo ctrlEnvelopeInfo; 293 private ApuViewer.ctrlLengthCounterInfo ctrlLengthCounterInfo; 294 private System.Windows.Forms.CheckBox chkEnabled; 295 private System.Windows.Forms.TextBox txtPeriod; 296 private System.Windows.Forms.TextBox txtFrequency; 297 private System.Windows.Forms.Label lblShiftRegister; 298 private System.Windows.Forms.Label label1; 299 private System.Windows.Forms.TextBox txtOutputVolume; 300 private System.Windows.Forms.TextBox txtShiftRegister; 301 private System.Windows.Forms.GroupBox grpEnvelope; 302 private System.Windows.Forms.GroupBox grpLengthCounter; 303 private System.Windows.Forms.Label lblHz; 304 private System.Windows.Forms.CheckBox chkModeFlag; 305 private System.Windows.Forms.Label lblTimer; 306 private System.Windows.Forms.TextBox txtTimer; 307 } 308 } 309