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