--- trunk/RomCheater/RomCheaterConfigDialog.Designer.cs 2012/05/09 23:23:38 99 +++ trunk/RomCheater/RomCheaterConfigDialog.Designer.cs 2012/05/10 14:01:31 112 @@ -53,7 +53,7 @@ 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, 50); + this.grpLoggingFlags.Size = new System.Drawing.Size(666, 98); this.grpLoggingFlags.TabIndex = 0; this.grpLoggingFlags.TabStop = false; this.grpLoggingFlags.Text = "Logging Flags"; @@ -68,7 +68,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, 27); + this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 75); this.grpLoggingFlags_flow.TabIndex = 1; // // btnSave @@ -76,7 +76,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(4, 225); + 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); @@ -90,7 +90,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(127, 225); + 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); @@ -104,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); @@ -129,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); @@ -154,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); @@ -179,7 +179,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.ClientSize = new System.Drawing.Size(674, 340); this.Controls.Add(this.grpLoggingFlags); this.Controls.Add(this.grpConfigPlugins); this.Controls.Add(this.grpInputPlugins); |