namespace BizHawk.Client.EmuHawk.config.NES { partial class QuickNesConfig { /// /// 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.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.buttonOK = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonPal = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.buttonPalReset = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // propertyGrid1 // this.propertyGrid1.Location = new System.Drawing.Point(12, 12); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Alphabetical; this.propertyGrid1.Size = new System.Drawing.Size(465, 189); this.propertyGrid1.TabIndex = 0; this.propertyGrid1.ToolbarVisible = false; // // groupBox1 // this.groupBox1.Controls.Add(this.pictureBox1); this.groupBox1.Location = new System.Drawing.Point(12, 207); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(465, 156); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Palette Preview:"; // // buttonOK // this.buttonOK.Location = new System.Drawing.Point(321, 369); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.TabIndex = 2; this.buttonOK.Text = "OK"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(402, 369); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; // // buttonPal // this.buttonPal.Location = new System.Drawing.Point(61, 369); this.buttonPal.Name = "buttonPal"; this.buttonPal.Size = new System.Drawing.Size(75, 23); this.buttonPal.TabIndex = 4; this.buttonPal.Text = "Browse..."; this.buttonPal.UseVisualStyleBackColor = true; this.buttonPal.Click += new System.EventHandler(this.buttonPal_Click); // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(6, 19); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(453, 131); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // buttonPalReset // this.buttonPalReset.Location = new System.Drawing.Point(142, 369); this.buttonPalReset.Name = "buttonPalReset"; this.buttonPalReset.Size = new System.Drawing.Size(75, 23); this.buttonPalReset.TabIndex = 5; this.buttonPalReset.Text = "Reset..."; this.buttonPalReset.UseVisualStyleBackColor = true; this.buttonPalReset.Click += new System.EventHandler(this.buttonPalReset_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 374); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 13); this.label1.TabIndex = 6; this.label1.Text = "Palette:"; // // QuickNesConfig // this.AcceptButton = this.buttonOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(489, 404); this.Controls.Add(this.label1); this.Controls.Add(this.buttonPalReset); this.Controls.Add(this.buttonPal); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); this.Controls.Add(this.groupBox1); this.Controls.Add(this.propertyGrid1); this.Name = "QuickNesConfig"; this.Text = "QuickNesConfig"; this.Load += new System.EventHandler(this.QuickNesConfig_Load); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PropertyGrid propertyGrid1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonPal; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button buttonPalReset; private System.Windows.Forms.Label label1; } }