50 |
|
| System.Windows.Forms.AnchorStyles.Right))); |
51 |
|
this.grpLoggingFlags.Controls.Add(this.grpLoggingFlags_flow); |
52 |
|
this.grpLoggingFlags.Location = new System.Drawing.Point(2, 2); |
53 |
< |
this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
53 |
> |
this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4); |
54 |
|
this.grpLoggingFlags.Name = "grpLoggingFlags"; |
55 |
< |
this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); |
55 |
> |
this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4); |
56 |
|
this.grpLoggingFlags.Size = new System.Drawing.Size(666, 50); |
57 |
|
this.grpLoggingFlags.TabIndex = 0; |
58 |
|
this.grpLoggingFlags.TabStop = false; |
60 |
|
// |
61 |
|
// grpLoggingFlags_flow |
62 |
|
// |
63 |
+ |
this.grpLoggingFlags_flow.AutoScroll = true; |
64 |
|
this.grpLoggingFlags_flow.AutoSize = true; |
65 |
|
this.grpLoggingFlags_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
66 |
|
this.grpLoggingFlags_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
67 |
|
this.grpLoggingFlags_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
68 |
|
this.grpLoggingFlags_flow.Location = new System.Drawing.Point(4, 19); |
69 |
< |
this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
69 |
> |
this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(4); |
70 |
|
this.grpLoggingFlags_flow.Name = "grpLoggingFlags_flow"; |
71 |
|
this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 27); |
72 |
|
this.grpLoggingFlags_flow.TabIndex = 1; |
77 |
|
this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
78 |
|
this.btnSave.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
79 |
|
this.btnSave.Location = new System.Drawing.Point(4, 225); |
80 |
< |
this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
80 |
> |
this.btnSave.Margin = new System.Windows.Forms.Padding(4); |
81 |
|
this.btnSave.Name = "btnSave"; |
82 |
|
this.btnSave.Size = new System.Drawing.Size(115, 55); |
83 |
|
this.btnSave.TabIndex = 1; |
91 |
|
this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
92 |
|
this.btnCancel.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
93 |
|
this.btnCancel.Location = new System.Drawing.Point(127, 225); |
94 |
< |
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
94 |
> |
this.btnCancel.Margin = new System.Windows.Forms.Padding(4); |
95 |
|
this.btnCancel.Name = "btnCancel"; |
96 |
|
this.btnCancel.Size = new System.Drawing.Size(150, 55); |
97 |
|
this.btnCancel.TabIndex = 2; |
178 |
|
// |
179 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
180 |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
181 |
+ |
this.AutoScroll = true; |
182 |
|
this.ClientSize = new System.Drawing.Size(674, 291); |
183 |
|
this.Controls.Add(this.grpLoggingFlags); |
184 |
|
this.Controls.Add(this.grpConfigPlugins); |
187 |
|
this.Controls.Add(this.grpWindowPlugins); |
188 |
|
this.Controls.Add(this.btnSave); |
189 |
|
this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
190 |
< |
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
190 |
> |
this.Margin = new System.Windows.Forms.Padding(4); |
191 |
|
this.Name = "RomCheaterConfigDialog"; |
192 |
|
this.Text = "Rom Cheater Configuration:"; |
193 |
|
this.Load += new System.EventHandler(this.RomCheaterConfigDialog_Load); |