--- trunk/RomCheater/RomCheaterConfigDialog.Designer.cs 2012/05/09 19:41:06 86 +++ trunk/RomCheater/RomCheaterConfigDialog.Designer.cs 2012/05/10 14:01:31 112 @@ -50,24 +50,25 @@ | System.Windows.Forms.AnchorStyles.Right))); this.grpLoggingFlags.Controls.Add(this.grpLoggingFlags_flow); this.grpLoggingFlags.Location = new System.Drawing.Point(2, 2); - this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4); this.grpLoggingFlags.Name = "grpLoggingFlags"; - this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.grpLoggingFlags.Size = new System.Drawing.Size(666, 50); + this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4); + this.grpLoggingFlags.Size = new System.Drawing.Size(666, 98); this.grpLoggingFlags.TabIndex = 0; this.grpLoggingFlags.TabStop = false; this.grpLoggingFlags.Text = "Logging Flags"; // // grpLoggingFlags_flow // + this.grpLoggingFlags_flow.AutoScroll = true; this.grpLoggingFlags_flow.AutoSize = true; this.grpLoggingFlags_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.grpLoggingFlags_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.grpLoggingFlags_flow.Dock = System.Windows.Forms.DockStyle.Fill; this.grpLoggingFlags_flow.Location = new System.Drawing.Point(4, 19); - this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + 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, 27); + this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 75); this.grpLoggingFlags_flow.TabIndex = 1; // // btnSave @@ -75,8 +76,8 @@ 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(4, 225); - this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnSave.Location = new System.Drawing.Point(8, 278); + this.btnSave.Margin = new System.Windows.Forms.Padding(4); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(115, 55); this.btnSave.TabIndex = 1; @@ -89,8 +90,8 @@ 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(127, 225); - this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnCancel.Location = new System.Drawing.Point(131, 278); + this.btnCancel.Margin = new System.Windows.Forms.Padding(4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(150, 55); this.btnCancel.TabIndex = 2; @@ -103,7 +104,7 @@ 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(2, 54); + this.grpConfigPlugins.Location = new System.Drawing.Point(6, 107); 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); @@ -128,7 +129,7 @@ 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(2, 107); + this.grpInputPlugins.Location = new System.Drawing.Point(6, 160); 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); @@ -153,7 +154,7 @@ 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(2, 165); + this.grpWindowPlugins.Location = new System.Drawing.Point(6, 218); 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); @@ -177,7 +178,8 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(674, 291); + 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); @@ -185,7 +187,7 @@ this.Controls.Add(this.grpWindowPlugins); this.Controls.Add(this.btnSave); 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, 4, 4, 4); + this.Margin = new System.Windows.Forms.Padding(4); this.Name = "RomCheaterConfigDialog"; this.Text = "Rom Cheater Configuration:"; this.Load += new System.EventHandler(this.RomCheaterConfigDialog_Load); |