WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
MainMenu.Designer.cs
Go to the documentation of this file.
1 namespace DirectOutput.Frontend
2 {
3  partial class MainMenu
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
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.TableName = new System.Windows.Forms.TextBox();
44  this.TableFilename = new System.Windows.Forms.TextBox();
45  this.TableRomname = new System.Windows.Forms.TextBox();
46  this.GlobalConfigFilename = new System.Windows.Forms.TextBox();
47  this.TableConfigFilename = new System.Windows.Forms.TextBox();
48  this.CabinetConfigFilename = new System.Windows.Forms.TextBox();
49  this.button1 = new System.Windows.Forms.Button();
50  this.button2 = new System.Windows.Forms.Button();
51  this.pictureBox2 = new System.Windows.Forms.PictureBox();
52  this.label8 = new System.Windows.Forms.Label();
53  this.DOFPath = new System.Windows.Forms.TextBox();
54  this.label9 = new System.Windows.Forms.Label();
55  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
56  ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
57  this.SuspendLayout();
58  //
59  // pictureBox1
60  //
61  this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
62  this.pictureBox1.Location = new System.Drawing.Point(15, 12);
63  this.pictureBox1.Name = "pictureBox1";
64  this.pictureBox1.Size = new System.Drawing.Size(439, 140);
65  this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
66  this.pictureBox1.TabIndex = 0;
67  this.pictureBox1.TabStop = false;
68  //
69  // label1
70  //
71  this.label1.AutoSize = true;
72  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
73  this.label1.Location = new System.Drawing.Point(31, 155);
74  this.label1.Name = "label1";
75  this.label1.Size = new System.Drawing.Size(410, 20);
76  this.label1.TabIndex = 1;
77  this.label1.Text = "DirectOutput framework for virtual pinball cabinets";
78  //
79  // Version
80  //
81  this.Version.Location = new System.Drawing.Point(216, 175);
82  this.Version.Name = "Version";
83  this.Version.Size = new System.Drawing.Size(409, 23);
84  this.Version.TabIndex = 2;
85  this.Version.Text = "<unknown version>";
86  this.Version.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
87  //
88  // ShowCabinetConfiguration
89  //
90  this.ShowCabinetConfiguration.Location = new System.Drawing.Point(346, 416);
91  this.ShowCabinetConfiguration.Name = "ShowCabinetConfiguration";
92  this.ShowCabinetConfiguration.Size = new System.Drawing.Size(157, 23);
93  this.ShowCabinetConfiguration.TabIndex = 3;
94  this.ShowCabinetConfiguration.Text = "Show cabinet configuration";
95  this.ShowCabinetConfiguration.UseVisualStyleBackColor = true;
96  this.ShowCabinetConfiguration.Click += new System.EventHandler(this.ShowCabinetConfiguration_Click);
97  //
98  // ShowTableConfiguration
99  //
100  this.ShowTableConfiguration.Location = new System.Drawing.Point(183, 416);
101  this.ShowTableConfiguration.Name = "ShowTableConfiguration";
102  this.ShowTableConfiguration.Size = new System.Drawing.Size(157, 23);
103  this.ShowTableConfiguration.TabIndex = 4;
104  this.ShowTableConfiguration.Text = "Show table Configuration";
105  this.ShowTableConfiguration.UseVisualStyleBackColor = true;
106  this.ShowTableConfiguration.Click += new System.EventHandler(this.ShowTableConfiguration_Click);
107  //
108  // label2
109  //
110  this.label2.AutoSize = true;
111  this.label2.Location = new System.Drawing.Point(17, 243);
112  this.label2.Name = "label2";
113  this.label2.Size = new System.Drawing.Size(37, 13);
114  this.label2.TabIndex = 5;
115  this.label2.Text = "Table:";
116  //
117  // label3
118  //
119  this.label3.AutoSize = true;
120  this.label3.Location = new System.Drawing.Point(17, 266);
121  this.label3.Name = "label3";
122  this.label3.Size = new System.Drawing.Size(53, 13);
123  this.label3.TabIndex = 6;
124  this.label3.Text = "Table file:";
125  //
126  // label4
127  //
128  this.label4.AutoSize = true;
129  this.label4.Location = new System.Drawing.Point(17, 288);
130  this.label4.Name = "label4";
131  this.label4.Size = new System.Drawing.Size(57, 13);
132  this.label4.TabIndex = 7;
133  this.label4.Text = "Table rom:";
134  //
135  // label5
136  //
137  this.label5.AutoSize = true;
138  this.label5.Location = new System.Drawing.Point(17, 355);
139  this.label5.Name = "label5";
140  this.label5.Size = new System.Drawing.Size(117, 13);
141  this.label5.TabIndex = 8;
142  this.label5.Text = "Table configuration file:";
143  //
144  // label6
145  //
146  this.label6.AutoSize = true;
147  this.label6.Location = new System.Drawing.Point(17, 390);
148  this.label6.Name = "label6";
149  this.label6.Size = new System.Drawing.Size(126, 13);
150  this.label6.TabIndex = 9;
151  this.label6.Text = "Cabinet configuration file:";
152  //
153  // label7
154  //
155  this.label7.AutoSize = true;
156  this.label7.Location = new System.Drawing.Point(17, 323);
157  this.label7.Name = "label7";
158  this.label7.Size = new System.Drawing.Size(120, 13);
159  this.label7.TabIndex = 10;
160  this.label7.Text = "Global configuration file:";
161  //
162  // TableName
163  //
164  this.TableName.Location = new System.Drawing.Point(153, 240);
165  this.TableName.Name = "TableName";
166  this.TableName.ReadOnly = true;
167  this.TableName.Size = new System.Drawing.Size(565, 20);
168  this.TableName.TabIndex = 12;
169  //
170  // TableFilename
171  //
172  this.TableFilename.Location = new System.Drawing.Point(153, 263);
173  this.TableFilename.Name = "TableFilename";
174  this.TableFilename.ReadOnly = true;
175  this.TableFilename.Size = new System.Drawing.Size(565, 20);
176  this.TableFilename.TabIndex = 13;
177  //
178  // TableRomname
179  //
180  this.TableRomname.Location = new System.Drawing.Point(153, 285);
181  this.TableRomname.Name = "TableRomname";
182  this.TableRomname.ReadOnly = true;
183  this.TableRomname.Size = new System.Drawing.Size(565, 20);
184  this.TableRomname.TabIndex = 14;
185  //
186  // GlobalConfigFilename
187  //
188  this.GlobalConfigFilename.Location = new System.Drawing.Point(153, 320);
189  this.GlobalConfigFilename.Name = "GlobalConfigFilename";
190  this.GlobalConfigFilename.ReadOnly = true;
191  this.GlobalConfigFilename.Size = new System.Drawing.Size(565, 20);
192  this.GlobalConfigFilename.TabIndex = 15;
193  //
194  // TableConfigFilename
195  //
196  this.TableConfigFilename.Location = new System.Drawing.Point(153, 355);
197  this.TableConfigFilename.Name = "TableConfigFilename";
198  this.TableConfigFilename.ReadOnly = true;
199  this.TableConfigFilename.Size = new System.Drawing.Size(565, 20);
200  this.TableConfigFilename.TabIndex = 16;
201  //
202  // CabinetConfigFilename
203  //
204  this.CabinetConfigFilename.Location = new System.Drawing.Point(153, 390);
205  this.CabinetConfigFilename.Name = "CabinetConfigFilename";
206  this.CabinetConfigFilename.ReadOnly = true;
207  this.CabinetConfigFilename.Size = new System.Drawing.Size(565, 20);
208  this.CabinetConfigFilename.TabIndex = 17;
209  //
210  // button1
211  //
212  this.button1.Location = new System.Drawing.Point(183, 445);
213  this.button1.Name = "button1";
214  this.button1.Size = new System.Drawing.Size(157, 23);
215  this.button1.TabIndex = 19;
216  this.button1.Text = "Show available toys";
217  this.button1.UseVisualStyleBackColor = true;
218  this.button1.Click += new System.EventHandler(this.button1_Click);
219  //
220  // button2
221  //
222  this.button2.Location = new System.Drawing.Point(346, 445);
223  this.button2.Name = "button2";
224  this.button2.Size = new System.Drawing.Size(157, 23);
225  this.button2.TabIndex = 20;
226  this.button2.Text = "Show available effects";
227  this.button2.UseVisualStyleBackColor = true;
228  this.button2.Click += new System.EventHandler(this.button2_Click);
229  //
230  // pictureBox2
231  //
232  this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
233  this.pictureBox2.Location = new System.Drawing.Point(476, 3);
234  this.pictureBox2.Name = "pictureBox2";
235  this.pictureBox2.Size = new System.Drawing.Size(242, 158);
236  this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
237  this.pictureBox2.TabIndex = 21;
238  this.pictureBox2.TabStop = false;
239  //
240  // label8
241  //
242  this.label8.AutoSize = true;
243  this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
244  this.label8.Location = new System.Drawing.Point(534, 155);
245  this.label8.Name = "label8";
246  this.label8.Size = new System.Drawing.Size(127, 20);
247  this.label8.TabIndex = 22;
248  this.label8.Text = "by SwissLizard";
249  //
250  // DOFPath
251  //
252  this.DOFPath.Location = new System.Drawing.Point(153, 214);
253  this.DOFPath.Name = "DOFPath";
254  this.DOFPath.ReadOnly = true;
255  this.DOFPath.Size = new System.Drawing.Size(565, 20);
256  this.DOFPath.TabIndex = 23;
257  //
258  // label9
259  //
260  this.label9.AutoSize = true;
261  this.label9.Location = new System.Drawing.Point(17, 217);
262  this.label9.Name = "label9";
263  this.label9.Size = new System.Drawing.Size(57, 13);
264  this.label9.TabIndex = 24;
265  this.label9.Text = "DOF Path:";
266  //
267  // MainMenu
268  //
269  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
270  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
271  this.ClientSize = new System.Drawing.Size(734, 475);
272  this.Controls.Add(this.label9);
273  this.Controls.Add(this.DOFPath);
274  this.Controls.Add(this.label8);
275  this.Controls.Add(this.button2);
276  this.Controls.Add(this.button1);
277  this.Controls.Add(this.CabinetConfigFilename);
278  this.Controls.Add(this.TableConfigFilename);
279  this.Controls.Add(this.GlobalConfigFilename);
280  this.Controls.Add(this.TableRomname);
281  this.Controls.Add(this.TableFilename);
282  this.Controls.Add(this.TableName);
283  this.Controls.Add(this.label7);
284  this.Controls.Add(this.label6);
285  this.Controls.Add(this.label5);
286  this.Controls.Add(this.label4);
287  this.Controls.Add(this.label3);
288  this.Controls.Add(this.label2);
289  this.Controls.Add(this.ShowTableConfiguration);
290  this.Controls.Add(this.ShowCabinetConfiguration);
291  this.Controls.Add(this.Version);
292  this.Controls.Add(this.label1);
293  this.Controls.Add(this.pictureBox1);
294  this.Controls.Add(this.pictureBox2);
295  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
296  this.Name = "MainMenu";
297  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
298  this.Text = "DirectOutput";
299  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
300  ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
301  this.ResumeLayout(false);
302  this.PerformLayout();
303 
304  }
305 
306  #endregion
307 
308  private System.Windows.Forms.PictureBox pictureBox1;
309  private System.Windows.Forms.Label label1;
310  private System.Windows.Forms.Label Version;
311  private System.Windows.Forms.Button ShowCabinetConfiguration;
312  private System.Windows.Forms.Button ShowTableConfiguration;
313  private System.Windows.Forms.Label label2;
314  private System.Windows.Forms.Label label3;
315  private System.Windows.Forms.Label label4;
316  private System.Windows.Forms.Label label5;
317  private System.Windows.Forms.Label label6;
318  private System.Windows.Forms.Label label7;
319  private System.Windows.Forms.TextBox TableName;
320  private System.Windows.Forms.TextBox TableFilename;
321  private System.Windows.Forms.TextBox TableRomname;
322  private System.Windows.Forms.TextBox GlobalConfigFilename;
323  private System.Windows.Forms.TextBox TableConfigFilename;
324  private System.Windows.Forms.TextBox CabinetConfigFilename;
325  private System.Windows.Forms.Button button1;
326  private System.Windows.Forms.Button button2;
327  private System.Windows.Forms.PictureBox pictureBox2;
328  private System.Windows.Forms.Label label8;
329  private System.Windows.Forms.TextBox DOFPath;
330  private System.Windows.Forms.Label label9;
331  }
332 }
override void Dispose(bool disposing)
Clean up any resources being used.