namespace BizHawk.Client.EmuHawk { partial class NESSoundConfig { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.OK = new System.Windows.Forms.Button(); this.Cancel = new System.Windows.Forms.Button(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); this.SuspendLayout(); // // OK // this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OK.Location = new System.Drawing.Point(41, 117); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(75, 23); this.OK.TabIndex = 0; this.OK.Text = "&OK"; this.OK.UseVisualStyleBackColor = true; this.OK.Click += new System.EventHandler(this.Ok_Click); // // Cancel // this.Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.Cancel.Location = new System.Drawing.Point(122, 117); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(75, 23); this.Cancel.TabIndex = 1; this.Cancel.Text = "&Cancel"; this.Cancel.UseVisualStyleBackColor = true; this.Cancel.Click += new System.EventHandler(this.Cancel_Click); // // trackBar1 // this.trackBar1.LargeChange = 1; this.trackBar1.Location = new System.Drawing.Point(12, 12); this.trackBar1.Minimum = 1; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(104, 45); this.trackBar1.TabIndex = 2; this.trackBar1.Value = 1; this.trackBar1.ValueChanged += new System.EventHandler(this.TrackBar1_ValueChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(122, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 13); this.label1.TabIndex = 7; this.label1.Text = "APU Volume"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(122, 25); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(13, 13); this.label6.TabIndex = 12; this.label6.Text = "0"; // // NESSoundConfig // this.AcceptButton = this.OK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.Cancel; this.ClientSize = new System.Drawing.Size(209, 152); this.Controls.Add(this.label6); this.Controls.Add(this.label1); this.Controls.Add(this.trackBar1); this.Controls.Add(this.Cancel); this.Controls.Add(this.OK); this.MaximizeBox = false; this.Name = "NESSoundConfig"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "NES Sound Channels"; this.Load += new System.EventHandler(this.NESSoundConfig_Load); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button OK; private System.Windows.Forms.Button Cancel; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label6; } }