--- trunk/RomCheater/RomCheaterConfigDialog.Designer.cs 2014/04/15 15:58:50 814 +++ trunk/RomCheater/RomCheaterConfigDialog.Designer.cs 2014/04/15 16:34:03 815 @@ -38,22 +38,31 @@ this.comboInputPlugins = new System.Windows.Forms.ComboBox(); this.grpWindowPlugins = new System.Windows.Forms.GroupBox(); this.comboWindowPlugins = new System.Windows.Forms.ComboBox(); + this.panel1 = new System.Windows.Forms.Panel(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.grpLoggingFlags.SuspendLayout(); this.grpConfigPlugins.SuspendLayout(); this.grpInputPlugins.SuspendLayout(); this.grpWindowPlugins.SuspendLayout(); + this.panel1.SuspendLayout(); + this.flowLayoutPanel1.SuspendLayout(); + this.panel2.SuspendLayout(); + this.panel3.SuspendLayout(); + this.flowLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // grpLoggingFlags // - this.grpLoggingFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); this.grpLoggingFlags.Controls.Add(this.grpLoggingFlags_flow); - this.grpLoggingFlags.Location = new System.Drawing.Point(2, 2); + this.grpLoggingFlags.Dock = System.Windows.Forms.DockStyle.Fill; + this.grpLoggingFlags.Location = new System.Drawing.Point(0, 0); this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4); this.grpLoggingFlags.Name = "grpLoggingFlags"; this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4); - this.grpLoggingFlags.Size = new System.Drawing.Size(666, 98); + this.grpLoggingFlags.Size = new System.Drawing.Size(732, 109); this.grpLoggingFlags.TabIndex = 0; this.grpLoggingFlags.TabStop = false; this.grpLoggingFlags.Text = "Logging Flags"; @@ -68,7 +77,7 @@ this.grpLoggingFlags_flow.Location = new System.Drawing.Point(4, 19); this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(4); this.grpLoggingFlags_flow.Name = "grpLoggingFlags_flow"; - this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 75); + this.grpLoggingFlags_flow.Size = new System.Drawing.Size(724, 86); this.grpLoggingFlags_flow.TabIndex = 1; // // btnSave @@ -76,7 +85,7 @@ this.btnSave.AutoSize = true; this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnSave.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnSave.Location = new System.Drawing.Point(8, 278); + this.btnSave.Location = new System.Drawing.Point(4, 4); this.btnSave.Margin = new System.Windows.Forms.Padding(4); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(115, 55); @@ -90,7 +99,7 @@ this.btnCancel.AutoSize = true; this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnCancel.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnCancel.Location = new System.Drawing.Point(131, 278); + this.btnCancel.Location = new System.Drawing.Point(127, 4); this.btnCancel.Margin = new System.Windows.Forms.Padding(4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(150, 55); @@ -104,11 +113,11 @@ this.grpConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpConfigPlugins.Controls.Add(this.comboConfigPlugins); - this.grpConfigPlugins.Location = new System.Drawing.Point(6, 107); + this.grpConfigPlugins.Location = new System.Drawing.Point(2, 3); this.grpConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.grpConfigPlugins.Name = "grpConfigPlugins"; this.grpConfigPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.grpConfigPlugins.Size = new System.Drawing.Size(668, 47); + this.grpConfigPlugins.Size = new System.Drawing.Size(711, 47); this.grpConfigPlugins.TabIndex = 3; this.grpConfigPlugins.TabStop = false; this.grpConfigPlugins.Text = "Config Plugins"; @@ -121,7 +130,7 @@ this.comboConfigPlugins.Location = new System.Drawing.Point(6, 19); this.comboConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.comboConfigPlugins.Name = "comboConfigPlugins"; - this.comboConfigPlugins.Size = new System.Drawing.Size(659, 24); + this.comboConfigPlugins.Size = new System.Drawing.Size(702, 24); this.comboConfigPlugins.TabIndex = 5; // // grpInputPlugins @@ -129,11 +138,11 @@ this.grpInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpInputPlugins.Controls.Add(this.comboInputPlugins); - this.grpInputPlugins.Location = new System.Drawing.Point(6, 160); + this.grpInputPlugins.Location = new System.Drawing.Point(2, 115); this.grpInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.grpInputPlugins.Name = "grpInputPlugins"; this.grpInputPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.grpInputPlugins.Size = new System.Drawing.Size(668, 53); + this.grpInputPlugins.Size = new System.Drawing.Size(711, 53); this.grpInputPlugins.TabIndex = 4; this.grpInputPlugins.TabStop = false; this.grpInputPlugins.Text = "Input Plugins"; @@ -146,7 +155,7 @@ this.comboInputPlugins.Location = new System.Drawing.Point(6, 22); this.comboInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.comboInputPlugins.Name = "comboInputPlugins"; - this.comboInputPlugins.Size = new System.Drawing.Size(659, 24); + this.comboInputPlugins.Size = new System.Drawing.Size(702, 24); this.comboInputPlugins.TabIndex = 6; // // grpWindowPlugins @@ -154,11 +163,11 @@ this.grpWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpWindowPlugins.Controls.Add(this.comboWindowPlugins); - this.grpWindowPlugins.Location = new System.Drawing.Point(6, 218); + this.grpWindowPlugins.Location = new System.Drawing.Point(2, 56); this.grpWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.grpWindowPlugins.Name = "grpWindowPlugins"; this.grpWindowPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.grpWindowPlugins.Size = new System.Drawing.Size(668, 53); + this.grpWindowPlugins.Size = new System.Drawing.Size(711, 53); this.grpWindowPlugins.TabIndex = 4; this.grpWindowPlugins.TabStop = false; this.grpWindowPlugins.Text = "Window Plugins"; @@ -171,21 +180,66 @@ this.comboWindowPlugins.Location = new System.Drawing.Point(6, 22); this.comboWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.comboWindowPlugins.Name = "comboWindowPlugins"; - this.comboWindowPlugins.Size = new System.Drawing.Size(659, 24); + this.comboWindowPlugins.Size = new System.Drawing.Size(702, 24); this.comboWindowPlugins.TabIndex = 6; // + // panel1 + // + this.panel1.Controls.Add(this.flowLayoutPanel1); + this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; + this.panel1.Location = new System.Drawing.Point(0, 298); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(732, 69); + this.panel1.TabIndex = 5; + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.Controls.Add(this.btnSave); + this.flowLayoutPanel1.Controls.Add(this.btnCancel); + this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(732, 69); + this.flowLayoutPanel1.TabIndex = 3; + // + // panel2 + // + this.panel2.Controls.Add(this.flowLayoutPanel2); + this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel2.Location = new System.Drawing.Point(0, 109); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(732, 189); + this.panel2.TabIndex = 6; + // + // panel3 + // + this.panel3.Controls.Add(this.grpLoggingFlags); + this.panel3.Dock = System.Windows.Forms.DockStyle.Top; + this.panel3.Location = new System.Drawing.Point(0, 0); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(732, 109); + this.panel3.TabIndex = 7; + // + // flowLayoutPanel2 + // + this.flowLayoutPanel2.Controls.Add(this.grpConfigPlugins); + this.flowLayoutPanel2.Controls.Add(this.grpWindowPlugins); + this.flowLayoutPanel2.Controls.Add(this.grpInputPlugins); + this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); + this.flowLayoutPanel2.Name = "flowLayoutPanel2"; + this.flowLayoutPanel2.Size = new System.Drawing.Size(732, 189); + this.flowLayoutPanel2.TabIndex = 0; + // // RomCheaterConfigDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; - this.ClientSize = new System.Drawing.Size(674, 340); - this.Controls.Add(this.grpLoggingFlags); - this.Controls.Add(this.grpConfigPlugins); - this.Controls.Add(this.grpInputPlugins); - this.Controls.Add(this.btnCancel); - this.Controls.Add(this.grpWindowPlugins); - this.Controls.Add(this.btnSave); + this.ClientSize = new System.Drawing.Size(732, 367); + this.Controls.Add(this.panel2); + this.Controls.Add(this.panel3); + this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "RomCheaterConfigDialog"; @@ -198,8 +252,13 @@ this.grpConfigPlugins.ResumeLayout(false); this.grpInputPlugins.ResumeLayout(false); this.grpWindowPlugins.ResumeLayout(false); + this.panel1.ResumeLayout(false); + this.flowLayoutPanel1.ResumeLayout(false); + this.flowLayoutPanel1.PerformLayout(); + this.panel2.ResumeLayout(false); + this.panel3.ResumeLayout(false); + this.flowLayoutPanel2.ResumeLayout(false); this.ResumeLayout(false); - this.PerformLayout(); } @@ -215,5 +274,10 @@ private System.Windows.Forms.ComboBox comboConfigPlugins; private System.Windows.Forms.ComboBox comboInputPlugins; private System.Windows.Forms.ComboBox comboWindowPlugins; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; + private System.Windows.Forms.Panel panel3; } } \ No newline at end of file |