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 63 by william, Wed May 9 16:14:39 2012 UTC vs.
Revision 99 by william, Wed May 9 23:23:38 2012 UTC

# Line 29 | Line 29
29          private void InitializeComponent()
30          {
31              this.grpLoggingFlags = new System.Windows.Forms.GroupBox();
32            this.main_flow = new System.Windows.Forms.FlowLayoutPanel();
32              this.grpLoggingFlags_flow = new System.Windows.Forms.FlowLayoutPanel();
33              this.btnSave = new System.Windows.Forms.Button();
34              this.btnCancel = new System.Windows.Forms.Button();
35 +            this.grpConfigPlugins = new System.Windows.Forms.GroupBox();
36 +            this.comboConfigPlugins = new System.Windows.Forms.ComboBox();
37 +            this.grpInputPlugins = new System.Windows.Forms.GroupBox();
38 +            this.comboInputPlugins = new System.Windows.Forms.ComboBox();
39 +            this.grpWindowPlugins = new System.Windows.Forms.GroupBox();
40 +            this.comboWindowPlugins = new System.Windows.Forms.ComboBox();
41              this.grpLoggingFlags.SuspendLayout();
42 <            this.main_flow.SuspendLayout();
42 >            this.grpConfigPlugins.SuspendLayout();
43 >            this.grpInputPlugins.SuspendLayout();
44 >            this.grpWindowPlugins.SuspendLayout();
45              this.SuspendLayout();
46              //
47              // grpLoggingFlags
48              //
49 +            this.grpLoggingFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
50 +            | System.Windows.Forms.AnchorStyles.Right)));
51              this.grpLoggingFlags.Controls.Add(this.grpLoggingFlags_flow);
52 <            this.grpLoggingFlags.Location = new System.Drawing.Point(5, 4);
53 <            this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
52 >            this.grpLoggingFlags.Location = new System.Drawing.Point(2, 2);
53 >            this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4);
54              this.grpLoggingFlags.Name = "grpLoggingFlags";
55 <            this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4);
56 <            this.grpLoggingFlags.Size = new System.Drawing.Size(353, 97);
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;
59              this.grpLoggingFlags.Text = "Logging Flags";
60              //
52            // main_flow
53            //
54            this.main_flow.Controls.Add(this.grpLoggingFlags);
55            this.main_flow.Controls.Add(this.btnSave);
56            this.main_flow.Controls.Add(this.btnCancel);
57            this.main_flow.Dock = System.Windows.Forms.DockStyle.Fill;
58            this.main_flow.Location = new System.Drawing.Point(0, 0);
59            this.main_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
60            this.main_flow.Name = "main_flow";
61            this.main_flow.Size = new System.Drawing.Size(364, 177);
62            this.main_flow.TabIndex = 1;
63            //
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(5, 23);
69 <            this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
68 >            this.grpLoggingFlags_flow.Location = new System.Drawing.Point(4, 19);
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(343, 70);
71 >            this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 27);
72              this.grpLoggingFlags_flow.TabIndex = 1;
73              //
74              // btnSave
# Line 78 | Line 76
76              this.btnSave.AutoSize = true;
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(5, 109);
80 <            this.btnSave.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
79 >            this.btnSave.Location = new System.Drawing.Point(4, 225);
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;
# Line 92 | Line 90
90              this.btnCancel.AutoSize = true;
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(130, 109);
94 <            this.btnCancel.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
93 >            this.btnCancel.Location = new System.Drawing.Point(127, 225);
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;
# Line 101 | Line 99
99              this.btnCancel.UseVisualStyleBackColor = true;
100              this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
101              //
102 +            // grpConfigPlugins
103 +            //
104 +            this.grpConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
105 +            | System.Windows.Forms.AnchorStyles.Right)));
106 +            this.grpConfigPlugins.Controls.Add(this.comboConfigPlugins);
107 +            this.grpConfigPlugins.Location = new System.Drawing.Point(2, 54);
108 +            this.grpConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
109 +            this.grpConfigPlugins.Name = "grpConfigPlugins";
110 +            this.grpConfigPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
111 +            this.grpConfigPlugins.Size = new System.Drawing.Size(668, 47);
112 +            this.grpConfigPlugins.TabIndex = 3;
113 +            this.grpConfigPlugins.TabStop = false;
114 +            this.grpConfigPlugins.Text = "Config Plugins";
115 +            //
116 +            // comboConfigPlugins
117 +            //
118 +            this.comboConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
119 +            | System.Windows.Forms.AnchorStyles.Right)));
120 +            this.comboConfigPlugins.FormattingEnabled = true;
121 +            this.comboConfigPlugins.Location = new System.Drawing.Point(6, 19);
122 +            this.comboConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
123 +            this.comboConfigPlugins.Name = "comboConfigPlugins";
124 +            this.comboConfigPlugins.Size = new System.Drawing.Size(659, 24);
125 +            this.comboConfigPlugins.TabIndex = 5;
126 +            //
127 +            // grpInputPlugins
128 +            //
129 +            this.grpInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
130 +            | System.Windows.Forms.AnchorStyles.Right)));
131 +            this.grpInputPlugins.Controls.Add(this.comboInputPlugins);
132 +            this.grpInputPlugins.Location = new System.Drawing.Point(2, 107);
133 +            this.grpInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
134 +            this.grpInputPlugins.Name = "grpInputPlugins";
135 +            this.grpInputPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
136 +            this.grpInputPlugins.Size = new System.Drawing.Size(668, 53);
137 +            this.grpInputPlugins.TabIndex = 4;
138 +            this.grpInputPlugins.TabStop = false;
139 +            this.grpInputPlugins.Text = "Input Plugins";
140 +            //
141 +            // comboInputPlugins
142 +            //
143 +            this.comboInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
144 +            | System.Windows.Forms.AnchorStyles.Right)));
145 +            this.comboInputPlugins.FormattingEnabled = true;
146 +            this.comboInputPlugins.Location = new System.Drawing.Point(6, 22);
147 +            this.comboInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
148 +            this.comboInputPlugins.Name = "comboInputPlugins";
149 +            this.comboInputPlugins.Size = new System.Drawing.Size(659, 24);
150 +            this.comboInputPlugins.TabIndex = 6;
151 +            //
152 +            // grpWindowPlugins
153 +            //
154 +            this.grpWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
155 +            | System.Windows.Forms.AnchorStyles.Right)));
156 +            this.grpWindowPlugins.Controls.Add(this.comboWindowPlugins);
157 +            this.grpWindowPlugins.Location = new System.Drawing.Point(2, 165);
158 +            this.grpWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
159 +            this.grpWindowPlugins.Name = "grpWindowPlugins";
160 +            this.grpWindowPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
161 +            this.grpWindowPlugins.Size = new System.Drawing.Size(668, 53);
162 +            this.grpWindowPlugins.TabIndex = 4;
163 +            this.grpWindowPlugins.TabStop = false;
164 +            this.grpWindowPlugins.Text = "Window Plugins";
165 +            //
166 +            // comboWindowPlugins
167 +            //
168 +            this.comboWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
169 +            | System.Windows.Forms.AnchorStyles.Right)));
170 +            this.comboWindowPlugins.FormattingEnabled = true;
171 +            this.comboWindowPlugins.Location = new System.Drawing.Point(6, 22);
172 +            this.comboWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
173 +            this.comboWindowPlugins.Name = "comboWindowPlugins";
174 +            this.comboWindowPlugins.Size = new System.Drawing.Size(659, 24);
175 +            this.comboWindowPlugins.TabIndex = 6;
176 +            //
177              // RomCheaterConfigDialog
178              //
179 <            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
179 >            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
180              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
181 <            this.ClientSize = new System.Drawing.Size(364, 177);
182 <            this.Controls.Add(this.main_flow);
183 <            this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
184 <            this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
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);
185 >            this.Controls.Add(this.grpInputPlugins);
186 >            this.Controls.Add(this.btnCancel);
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);
191              this.Name = "RomCheaterConfigDialog";
192              this.Text = "Rom Cheater Configuration:";
193              this.Load += new System.EventHandler(this.RomCheaterConfigDialog_Load);
194              this.grpLoggingFlags.ResumeLayout(false);
195              this.grpLoggingFlags.PerformLayout();
196 <            this.main_flow.ResumeLayout(false);
197 <            this.main_flow.PerformLayout();
196 >            this.grpConfigPlugins.ResumeLayout(false);
197 >            this.grpInputPlugins.ResumeLayout(false);
198 >            this.grpWindowPlugins.ResumeLayout(false);
199              this.ResumeLayout(false);
200 +            this.PerformLayout();
201  
202          }
203  
204          #endregion
205  
206          private System.Windows.Forms.GroupBox grpLoggingFlags;
126        private System.Windows.Forms.FlowLayoutPanel main_flow;
207          private System.Windows.Forms.FlowLayoutPanel grpLoggingFlags_flow;
208          private System.Windows.Forms.Button btnSave;
209          private System.Windows.Forms.Button btnCancel;
210 +        private System.Windows.Forms.GroupBox grpConfigPlugins;
211 +        private System.Windows.Forms.GroupBox grpInputPlugins;
212 +        private System.Windows.Forms.GroupBox grpWindowPlugins;
213 +        private System.Windows.Forms.ComboBox comboConfigPlugins;
214 +        private System.Windows.Forms.ComboBox comboInputPlugins;
215 +        private System.Windows.Forms.ComboBox comboWindowPlugins;
216      }
217   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines