ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheaterConfigDialog.Designer.cs
(Generate patch)

Comparing trunk/RomCheater/RomCheaterConfigDialog.Designer.cs (file contents):
Revision 86 by william, Wed May 9 19:41:06 2012 UTC vs.
Revision 99 by william, Wed May 9 23:23:38 2012 UTC

--- trunk/RomCheater/RomCheaterConfigDialog.Designer.cs	2012/05/09 19:41:06	86
+++ trunk/RomCheater/RomCheaterConfigDialog.Designer.cs	2012/05/09 23:23:38	99
@@ -50,9 +50,9 @@
             | 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.Padding = new System.Windows.Forms.Padding(4);
             this.grpLoggingFlags.Size = new System.Drawing.Size(666, 50);
             this.grpLoggingFlags.TabIndex = 0;
             this.grpLoggingFlags.TabStop = false;
@@ -60,12 +60,13 @@
             // 
             // 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.TabIndex = 1;
@@ -76,7 +77,7 @@
             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.Margin = new System.Windows.Forms.Padding(4);
             this.btnSave.Name = "btnSave";
             this.btnSave.Size = new System.Drawing.Size(115, 55);
             this.btnSave.TabIndex = 1;
@@ -90,7 +91,7 @@
             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.Margin = new System.Windows.Forms.Padding(4);
             this.btnCancel.Name = "btnCancel";
             this.btnCancel.Size = new System.Drawing.Size(150, 55);
             this.btnCancel.TabIndex = 2;
@@ -177,6 +178,7 @@
             // 
             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, 291);
             this.Controls.Add(this.grpLoggingFlags);
             this.Controls.Add(this.grpConfigPlugins);
@@ -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);