1 namespace DirectOutput.Frontend
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
29 private void InitializeComponent()
31 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
MainMenu));
32 this.pictureBox1 =
new System.Windows.Forms.PictureBox();
33 this.label1 =
new System.Windows.Forms.Label();
34 this.Version =
new System.Windows.Forms.Label();
35 this.ShowCabinetConfiguration =
new System.Windows.Forms.Button();
36 this.ShowTableConfiguration =
new System.Windows.Forms.Button();
37 this.label2 =
new System.Windows.Forms.Label();
38 this.label3 =
new System.Windows.Forms.Label();
39 this.label4 =
new System.Windows.Forms.Label();
40 this.label5 =
new System.Windows.Forms.Label();
41 this.label6 =
new System.Windows.Forms.Label();
42 this.label7 =
new System.Windows.Forms.Label();
43 this.EditGlobalConfiguration =
new System.Windows.Forms.Button();
44 this.TableName =
new System.Windows.Forms.TextBox();
45 this.TableFilename =
new System.Windows.Forms.TextBox();
46 this.TableRomname =
new System.Windows.Forms.TextBox();
47 this.GlobalConfigFilename =
new System.Windows.Forms.TextBox();
48 this.TableConfigFilename =
new System.Windows.Forms.TextBox();
49 this.CabinetConfigFilename =
new System.Windows.Forms.TextBox();
50 this.ShowLoadedScripts =
new System.Windows.Forms.Button();
51 this.button1 =
new System.Windows.Forms.Button();
52 this.button2 =
new System.Windows.Forms.Button();
53 this.pictureBox2 =
new System.Windows.Forms.PictureBox();
54 this.label8 =
new System.Windows.Forms.Label();
55 this.ShowSystemMonitor =
new System.Windows.Forms.Button();
56 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
57 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
62 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject(
"pictureBox1.Image")));
63 this.pictureBox1.Location =
new System.Drawing.Point(15, 12);
64 this.pictureBox1.Name =
"pictureBox1";
65 this.pictureBox1.Size =
new System.Drawing.Size(439, 140);
66 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
67 this.pictureBox1.TabIndex = 0;
68 this.pictureBox1.TabStop =
false;
72 this.label1.AutoSize =
true;
73 this.label1.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
74 this.label1.Location =
new System.Drawing.Point(31, 155);
75 this.label1.Name =
"label1";
76 this.label1.Size =
new System.Drawing.Size(410, 20);
77 this.label1.TabIndex = 1;
78 this.label1.Text =
"DirectOutput framework for virtual pinball cabinets";
82 this.Version.Location =
new System.Drawing.Point(216, 175);
83 this.Version.Name =
"Version";
84 this.Version.Size =
new System.Drawing.Size(409, 23);
85 this.Version.TabIndex = 2;
86 this.Version.Text =
"<unknown version>";
87 this.Version.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
91 this.ShowCabinetConfiguration.Location =
new System.Drawing.Point(341, 387);
92 this.ShowCabinetConfiguration.Name =
"ShowCabinetConfiguration";
93 this.ShowCabinetConfiguration.Size =
new System.Drawing.Size(157, 23);
94 this.ShowCabinetConfiguration.TabIndex = 3;
95 this.ShowCabinetConfiguration.Text =
"Show cabinet configuration";
96 this.ShowCabinetConfiguration.UseVisualStyleBackColor =
true;
97 this.ShowCabinetConfiguration.Click +=
new System.EventHandler(this.ShowCabinetConfiguration_Click);
101 this.ShowTableConfiguration.Location =
new System.Drawing.Point(178, 387);
102 this.ShowTableConfiguration.Name =
"ShowTableConfiguration";
103 this.ShowTableConfiguration.Size =
new System.Drawing.Size(157, 23);
104 this.ShowTableConfiguration.TabIndex = 4;
105 this.ShowTableConfiguration.Text =
"Show table Configuration";
106 this.ShowTableConfiguration.UseVisualStyleBackColor =
true;
107 this.ShowTableConfiguration.Click +=
new System.EventHandler(this.ShowTableConfiguration_Click);
111 this.label2.AutoSize =
true;
112 this.label2.Location =
new System.Drawing.Point(12, 214);
113 this.label2.Name =
"label2";
114 this.label2.Size =
new System.Drawing.Size(37, 13);
115 this.label2.TabIndex = 5;
116 this.label2.Text =
"Table:";
120 this.label3.AutoSize =
true;
121 this.label3.Location =
new System.Drawing.Point(12, 237);
122 this.label3.Name =
"label3";
123 this.label3.Size =
new System.Drawing.Size(53, 13);
124 this.label3.TabIndex = 6;
125 this.label3.Text =
"Table file:";
129 this.label4.AutoSize =
true;
130 this.label4.Location =
new System.Drawing.Point(12, 259);
131 this.label4.Name =
"label4";
132 this.label4.Size =
new System.Drawing.Size(57, 13);
133 this.label4.TabIndex = 7;
134 this.label4.Text =
"Table rom:";
138 this.label5.AutoSize =
true;
139 this.label5.Location =
new System.Drawing.Point(12, 326);
140 this.label5.Name =
"label5";
141 this.label5.Size =
new System.Drawing.Size(117, 13);
142 this.label5.TabIndex = 8;
143 this.label5.Text =
"Table configuration file:";
147 this.label6.AutoSize =
true;
148 this.label6.Location =
new System.Drawing.Point(12, 361);
149 this.label6.Name =
"label6";
150 this.label6.Size =
new System.Drawing.Size(126, 13);
151 this.label6.TabIndex = 9;
152 this.label6.Text =
"Cabinet configuration file:";
156 this.label7.AutoSize =
true;
157 this.label7.Location =
new System.Drawing.Point(12, 294);
158 this.label7.Name =
"label7";
159 this.label7.Size =
new System.Drawing.Size(120, 13);
160 this.label7.TabIndex = 10;
161 this.label7.Text =
"Global configuration file:";
165 this.EditGlobalConfiguration.Location =
new System.Drawing.Point(15, 387);
166 this.EditGlobalConfiguration.Name =
"EditGlobalConfiguration";
167 this.EditGlobalConfiguration.Size =
new System.Drawing.Size(157, 23);
168 this.EditGlobalConfiguration.TabIndex = 11;
169 this.EditGlobalConfiguration.Text =
"Edit global configuration";
170 this.EditGlobalConfiguration.UseVisualStyleBackColor =
true;
171 this.EditGlobalConfiguration.Click +=
new System.EventHandler(this.EditGlobalConfiguration_Click);
175 this.TableName.Location =
new System.Drawing.Point(148, 211);
176 this.TableName.Name =
"TableName";
177 this.TableName.ReadOnly =
true;
178 this.TableName.Size =
new System.Drawing.Size(565, 20);
179 this.TableName.TabIndex = 12;
183 this.TableFilename.Location =
new System.Drawing.Point(148, 234);
184 this.TableFilename.Name =
"TableFilename";
185 this.TableFilename.ReadOnly =
true;
186 this.TableFilename.Size =
new System.Drawing.Size(565, 20);
187 this.TableFilename.TabIndex = 13;
191 this.TableRomname.Location =
new System.Drawing.Point(148, 256);
192 this.TableRomname.Name =
"TableRomname";
193 this.TableRomname.ReadOnly =
true;
194 this.TableRomname.Size =
new System.Drawing.Size(565, 20);
195 this.TableRomname.TabIndex = 14;
199 this.GlobalConfigFilename.Location =
new System.Drawing.Point(148, 291);
200 this.GlobalConfigFilename.Name =
"GlobalConfigFilename";
201 this.GlobalConfigFilename.ReadOnly =
true;
202 this.GlobalConfigFilename.Size =
new System.Drawing.Size(565, 20);
203 this.GlobalConfigFilename.TabIndex = 15;
207 this.TableConfigFilename.Location =
new System.Drawing.Point(148, 326);
208 this.TableConfigFilename.Name =
"TableConfigFilename";
209 this.TableConfigFilename.ReadOnly =
true;
210 this.TableConfigFilename.Size =
new System.Drawing.Size(565, 20);
211 this.TableConfigFilename.TabIndex = 16;
215 this.CabinetConfigFilename.Location =
new System.Drawing.Point(148, 361);
216 this.CabinetConfigFilename.Name =
"CabinetConfigFilename";
217 this.CabinetConfigFilename.ReadOnly =
true;
218 this.CabinetConfigFilename.Size =
new System.Drawing.Size(565, 20);
219 this.CabinetConfigFilename.TabIndex = 17;
223 this.ShowLoadedScripts.Location =
new System.Drawing.Point(504, 387);
224 this.ShowLoadedScripts.Name =
"ShowLoadedScripts";
225 this.ShowLoadedScripts.Size =
new System.Drawing.Size(157, 23);
226 this.ShowLoadedScripts.TabIndex = 18;
227 this.ShowLoadedScripts.Text =
"Show loaded scripts";
228 this.ShowLoadedScripts.UseVisualStyleBackColor =
true;
229 this.ShowLoadedScripts.Click +=
new System.EventHandler(this.ShowLoadedScripts_Click);
233 this.button1.Location =
new System.Drawing.Point(178, 416);
234 this.button1.Name =
"button1";
235 this.button1.Size =
new System.Drawing.Size(157, 23);
236 this.button1.TabIndex = 19;
237 this.button1.Text =
"Show available toys";
238 this.button1.UseVisualStyleBackColor =
true;
239 this.button1.Click +=
new System.EventHandler(this.button1_Click);
243 this.button2.Location =
new System.Drawing.Point(341, 416);
244 this.button2.Name =
"button2";
245 this.button2.Size =
new System.Drawing.Size(157, 23);
246 this.button2.TabIndex = 20;
247 this.button2.Text =
"Show available effects";
248 this.button2.UseVisualStyleBackColor =
true;
249 this.button2.Click +=
new System.EventHandler(this.button2_Click);
253 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject(
"pictureBox2.Image")));
254 this.pictureBox2.Location =
new System.Drawing.Point(476, 3);
255 this.pictureBox2.Name =
"pictureBox2";
256 this.pictureBox2.Size =
new System.Drawing.Size(242, 158);
257 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
258 this.pictureBox2.TabIndex = 21;
259 this.pictureBox2.TabStop =
false;
263 this.label8.AutoSize =
true;
264 this.label8.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
265 this.label8.Location =
new System.Drawing.Point(534, 155);
266 this.label8.Name =
"label8";
267 this.label8.Size =
new System.Drawing.Size(127, 20);
268 this.label8.TabIndex = 22;
269 this.label8.Text =
"by SwissLizard";
273 this.ShowSystemMonitor.Location =
new System.Drawing.Point(505, 416);
274 this.ShowSystemMonitor.Name =
"ShowSystemMonitor";
275 this.ShowSystemMonitor.Size =
new System.Drawing.Size(156, 23);
276 this.ShowSystemMonitor.TabIndex = 23;
277 this.ShowSystemMonitor.Text =
"Show system monitor";
278 this.ShowSystemMonitor.UseVisualStyleBackColor =
true;
279 this.ShowSystemMonitor.Click +=
new System.EventHandler(this.ShowSystemMonitor_Click);
283 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
284 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
285 this.ClientSize =
new System.Drawing.Size(734, 454);
286 this.Controls.Add(this.ShowSystemMonitor);
287 this.Controls.Add(this.label8);
288 this.Controls.Add(this.button2);
289 this.Controls.Add(this.button1);
290 this.Controls.Add(this.ShowLoadedScripts);
291 this.Controls.Add(this.CabinetConfigFilename);
292 this.Controls.Add(this.TableConfigFilename);
293 this.Controls.Add(this.GlobalConfigFilename);
294 this.Controls.Add(this.TableRomname);
295 this.Controls.Add(this.TableFilename);
296 this.Controls.Add(this.TableName);
297 this.Controls.Add(this.EditGlobalConfiguration);
298 this.Controls.Add(this.label7);
299 this.Controls.Add(this.label6);
300 this.Controls.Add(this.label5);
301 this.Controls.Add(this.label4);
302 this.Controls.Add(this.label3);
303 this.Controls.Add(this.label2);
304 this.Controls.Add(this.ShowTableConfiguration);
305 this.Controls.Add(this.ShowCabinetConfiguration);
306 this.Controls.Add(this.Version);
307 this.Controls.Add(this.label1);
308 this.Controls.Add(this.pictureBox1);
309 this.Controls.Add(this.pictureBox2);
310 this.Icon = ((System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
311 this.Name =
"MainMenu";
312 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
313 this.Text =
"DirectOutput";
314 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
315 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
316 this.ResumeLayout(
false);
317 this.PerformLayout();
323 private System.Windows.Forms.PictureBox pictureBox1;
324 private System.Windows.Forms.Label label1;
325 private System.Windows.Forms.Label Version;
326 private System.Windows.Forms.Button ShowCabinetConfiguration;
327 private System.Windows.Forms.Button ShowTableConfiguration;
328 private System.Windows.Forms.Label label2;
329 private System.Windows.Forms.Label label3;
330 private System.Windows.Forms.Label label4;
331 private System.Windows.Forms.Label label5;
332 private System.Windows.Forms.Label label6;
333 private System.Windows.Forms.Label label7;
334 private System.Windows.Forms.Button EditGlobalConfiguration;
335 private System.Windows.Forms.TextBox TableName;
336 private System.Windows.Forms.TextBox TableFilename;
337 private System.Windows.Forms.TextBox TableRomname;
338 private System.Windows.Forms.TextBox GlobalConfigFilename;
339 private System.Windows.Forms.TextBox TableConfigFilename;
340 private System.Windows.Forms.TextBox CabinetConfigFilename;
341 private System.Windows.Forms.Button ShowLoadedScripts;
342 private System.Windows.Forms.Button button1;
343 private System.Windows.Forms.Button button2;
344 private System.Windows.Forms.PictureBox pictureBox2;
345 private System.Windows.Forms.Label label8;
346 private System.Windows.Forms.Button ShowSystemMonitor;