WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
OpenConfigDialog.Designer.cs
Go to the documentation of this file.
2 {
3  partial class OpenConfigDialog
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(OpenConfigDialog));
32  this.OKButton = new System.Windows.Forms.Button();
33  this.CancelButton = new System.Windows.Forms.Button();
34  this.OpenGlobalConfigFileDialog = new System.Windows.Forms.OpenFileDialog();
35  this.label1 = new System.Windows.Forms.Label();
36  this.GlobalConfigFileSelectButton = new System.Windows.Forms.Button();
37  this.label3 = new System.Windows.Forms.Label();
38  this.TableFileSelectButton = new System.Windows.Forms.Button();
39  this.RomNameComboBox = new System.Windows.Forms.ComboBox();
40  this.label2 = new System.Windows.Forms.Label();
41  this.OpenTableFileDialog = new System.Windows.Forms.OpenFileDialog();
42  this.TableFileClearButton = new System.Windows.Forms.Button();
43  this.GlobalConfigFilenameComboBox = new System.Windows.Forms.ComboBox();
44  this.TableFilenameComboBox = new System.Windows.Forms.ComboBox();
45  this.SuspendLayout();
46  //
47  // OKButton
48  //
49  this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
50  this.OKButton.Location = new System.Drawing.Point(110, 105);
51  this.OKButton.Name = "OKButton";
52  this.OKButton.Size = new System.Drawing.Size(159, 23);
53  this.OKButton.TabIndex = 0;
54  this.OKButton.Text = "OK";
55  this.OKButton.UseVisualStyleBackColor = true;
56  this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
57  //
58  // CancelButton
59  //
60  this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
61  this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
62  this.CancelButton.Location = new System.Drawing.Point(484, 105);
63  this.CancelButton.Name = "CancelButton";
64  this.CancelButton.Size = new System.Drawing.Size(150, 23);
65  this.CancelButton.TabIndex = 1;
66  this.CancelButton.Text = "Cancel";
67  this.CancelButton.UseVisualStyleBackColor = true;
68  //
69  // OpenGlobalConfigFileDialog
70  //
71  this.OpenGlobalConfigFileDialog.DefaultExt = "xml";
72  this.OpenGlobalConfigFileDialog.Filter = "XML files (*.xml)|*.xml|All files|*.*";
73  this.OpenGlobalConfigFileDialog.Title = "Select a global config file";
74  //
75  // label1
76  //
77  this.label1.AutoSize = true;
78  this.label1.Location = new System.Drawing.Point(12, 9);
79  this.label1.Name = "label1";
80  this.label1.Size = new System.Drawing.Size(88, 13);
81  this.label1.TabIndex = 2;
82  this.label1.Text = "Global config file:";
83  //
84  // GlobalConfigFileSelectButton
85  //
86  this.GlobalConfigFileSelectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
87  this.GlobalConfigFileSelectButton.Location = new System.Drawing.Point(640, 5);
88  this.GlobalConfigFileSelectButton.Name = "GlobalConfigFileSelectButton";
89  this.GlobalConfigFileSelectButton.Size = new System.Drawing.Size(45, 23);
90  this.GlobalConfigFileSelectButton.TabIndex = 4;
91  this.GlobalConfigFileSelectButton.Text = "Select";
92  this.GlobalConfigFileSelectButton.UseVisualStyleBackColor = true;
93  this.GlobalConfigFileSelectButton.Click += new System.EventHandler(this.GlobalConfigFileSelectButton_Click);
94  //
95  // label3
96  //
97  this.label3.AutoSize = true;
98  this.label3.Location = new System.Drawing.Point(12, 37);
99  this.label3.Name = "label3";
100  this.label3.Size = new System.Drawing.Size(53, 13);
101  this.label3.TabIndex = 6;
102  this.label3.Text = "Table file:";
103  //
104  // TableFileSelectButton
105  //
106  this.TableFileSelectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
107  this.TableFileSelectButton.Location = new System.Drawing.Point(640, 36);
108  this.TableFileSelectButton.Name = "TableFileSelectButton";
109  this.TableFileSelectButton.Size = new System.Drawing.Size(45, 23);
110  this.TableFileSelectButton.TabIndex = 8;
111  this.TableFileSelectButton.Text = "Select";
112  this.TableFileSelectButton.UseVisualStyleBackColor = true;
113  this.TableFileSelectButton.Click += new System.EventHandler(this.TableFileSelectButton_Click);
114  //
115  // RomNameComboBox
116  //
117  this.RomNameComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
118  | System.Windows.Forms.AnchorStyles.Right)));
119  this.RomNameComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
120  this.RomNameComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
121  this.RomNameComboBox.FormattingEnabled = true;
122  this.RomNameComboBox.Items.AddRange(new object[] {
123  "",
124  "abv106",
125  "afm",
126  "ali",
127  "alienstr",
128  "alpok",
129  "amazonh",
130  "apollo13",
131  "arena",
132  "atlantis",
133  "austin",
134  "babypac",
135  "badgirls",
136  "barbwire",
137  "barra",
138  "batmanf",
139  "baywatch",
140  "bbb109",
141  "bcats",
142  "beatclck",
143  "bguns",
144  "biggame",
145  "bighouse",
146  "bighurt",
147  "bk",
148  "bk2k",
149  "blackblt",
150  "blackjck",
151  "blakpyra",
152  "blckhole",
153  "blkou",
154  "bnzai",
155  "bonebstr",
156  "bop",
157  "bowarrow",
158  "br",
159  "brvteam",
160  "bsv103",
161  "btmn",
162  "bttf",
163  "bullseye",
164  "canasta",
165  "cc",
166  "centaur",
167  "cftbl",
168  "charlies",
169  "ckpt",
170  "clas1812",
171  "closeenc",
172  "comet",
173  "congo",
174  "corv",
175  "csmic",
176  "cueball",
177  "cv",
178  "cybrnaut",
179  "cycln",
180  "cyclopes",
181  "dd",
182  "deadweap",
183  "dh",
184  "diamond",
185  "diner",
186  "disco",
187  "dm",
188  "dollyptb",
189  "drac",
190  "dracula",
191  "dragon",
192  "dvlrider",
193  "dw",
194  "eatpm",
195  "eballchp",
196  "eballdlx",
197  "eightbll",
198  "eldorado",
199  "elvis",
200  "embryon",
201  "esha",
202  "f14",
203  "faeton",
204  "fathom",
205  "fbclass",
206  "ffv104",
207  "fh",
208  "flash",
209  "flashgdn",
210  "flight2k",
211  "frankst",
212  "freddy",
213  "freefall",
214  "frontier",
215  "frpwr",
216  "fs",
217  "ft",
218  "futurspa",
219  "galaxy",
220  "genesis",
221  "genie",
222  "gi",
223  "gldneye",
224  "gnr",
225  "godzilla",
226  "goldcue",
227  "gprix",
228  "grand",
229  "grgar",
230  "gs",
231  "gw",
232  "hd",
233  "hglbtrtb",
234  "hh",
235  "hirolcas",
236  "hook",
237  "hothand",
238  "hs",
239  "hurr",
240  "i500",
241  "icefever",
242  "id4",
243  "ij",
244  "ind250cc",
245  "ironmaid",
246  "jamesb2",
247  "jb",
248  "jd",
249  "jm",
250  "jokrz",
251  "jolypark",
252  "jplstw22",
253  "jupk",
254  "jy",
255  "kissb",
256  "kosteel",
257  "kpv",
258  "lah",
259  "lectrono",
260  "lightnin",
261  "lostspc",
262  "lostwrld",
263  "lotr",
264  "lsrcu",
265  "lw3",
266  "m",
267  "matahari",
268  "mav",
269  "mb",
270  "medusa",
271  "mephisto",
272  "metalman",
273  "mm",
274  "monopoly",
275  "mousn",
276  "mysticb",
277  "nascar",
278  "nbaf",
279  "nf",
280  "ngg",
281  "ngndshkr",
282  "nineball",
283  "panthera",
284  "paragon",
285  "pb",
286  "pharo",
287  "pinchamp",
288  "pinpool",
289  "play",
290  "playboyb",
291  "playboys",
292  "pmv112",
293  "pnkpnthr",
294  "polic",
295  "pop",
296  "poto",
297  "princess",
298  "prtyanim",
299  "pwerplay",
300  "pz",
301  "qbquest",
302  "rab",
303  "radcl",
304  "raven",
305  "rctycn",
306  "rdkng",
307  "rescu911",
308  "rflshdlx",
309  "ripleys",
310  "roadrunr",
311  "robo",
312  "robot",
313  "robowars",
314  "rocky",
315  "rollr",
316  "rollstob",
317  "rs",
318  "rvrbt",
319  "seawitch",
320  "sfight2",
321  "simp",
322  "simpprty",
323  "slbmania",
324  "smb3",
325  "solaride",
326  "sopranos",
327  "sorcr",
328  "spaceinv",
329  "spcrider",
330  "spectru4",
331  "spidermn7",
332  "spirit",
333  "sprk",
334  "SS",
335  "sshooter",
336  "sshtl",
337  "sst",
338  "ssvc",
339  "stargat4",
340  "stargoda",
341  "stars",
342  "startrek",
343  "startrp",
344  "stk",
345  "strngsci",
346  "sttng",
347  "stwr",
348  "swrds",
349  "swtril43",
350  "t2",
351  "taf",
352  "taxi",
353  "teedoff3",
354  "term3",
355  "tftc",
356  "tmac",
357  "tmnt",
358  "tom",
359  "tomy",
360  "totan",
361  "trailer",
362  "trek",
363  "trident",
364  "trucksp3",
365  "ts",
366  "tstrk",
367  "twst",
368  "tz",
369  "vegas",
370  "viprsega",
371  "vortex",
372  "wcs",
373  "wd",
374  "whirl",
375  "wipeout",
376  "wrldtou2",
377  "ww",
378  "wwfr",
379  "Xenon",
380  "xfiles"});
381  this.RomNameComboBox.Location = new System.Drawing.Point(110, 67);
382  this.RomNameComboBox.Name = "RomNameComboBox";
383  this.RomNameComboBox.Size = new System.Drawing.Size(524, 21);
384  this.RomNameComboBox.TabIndex = 9;
385  //
386  // label2
387  //
388  this.label2.AutoSize = true;
389  this.label2.Location = new System.Drawing.Point(12, 70);
390  this.label2.Name = "label2";
391  this.label2.Size = new System.Drawing.Size(60, 13);
392  this.label2.TabIndex = 10;
393  this.label2.Text = "RomName:";
394  //
395  // OpenTableFileDialog
396  //
397  this.OpenTableFileDialog.DefaultExt = "vpt";
398  this.OpenTableFileDialog.Filter = "VP Table file (*.vpt)|*.vpt|All files|*.*";
399  this.OpenTableFileDialog.Title = "Select a pinball table file";
400  //
401  // TableFileClearButton
402  //
403  this.TableFileClearButton.Location = new System.Drawing.Point(687, 36);
404  this.TableFileClearButton.Name = "TableFileClearButton";
405  this.TableFileClearButton.Size = new System.Drawing.Size(50, 23);
406  this.TableFileClearButton.TabIndex = 11;
407  this.TableFileClearButton.Text = "Clear";
408  this.TableFileClearButton.UseVisualStyleBackColor = true;
409  this.TableFileClearButton.Click += new System.EventHandler(this.TableFileClearButton_Click);
410  //
411  // GlobalConfigFilenameComboBox
412  //
413  this.GlobalConfigFilenameComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
414  this.GlobalConfigFilenameComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
415  this.GlobalConfigFilenameComboBox.FormattingEnabled = true;
416  this.GlobalConfigFilenameComboBox.Location = new System.Drawing.Point(110, 9);
417  this.GlobalConfigFilenameComboBox.MaxDropDownItems = 16;
418  this.GlobalConfigFilenameComboBox.Name = "GlobalConfigFilenameComboBox";
419  this.GlobalConfigFilenameComboBox.Size = new System.Drawing.Size(520, 21);
420  this.GlobalConfigFilenameComboBox.TabIndex = 12;
421  //
422  // TableFilenameComboBox
423  //
424  this.TableFilenameComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
425  this.TableFilenameComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
426  this.TableFilenameComboBox.FormattingEnabled = true;
427  this.TableFilenameComboBox.Location = new System.Drawing.Point(110, 37);
428  this.TableFilenameComboBox.Name = "TableFilenameComboBox";
429  this.TableFilenameComboBox.Size = new System.Drawing.Size(520, 21);
430  this.TableFilenameComboBox.TabIndex = 13;
431  //
432  // OpenConfigDialog
433  //
434  this.AcceptButton = this.OKButton;
435  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
436  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
437  this.ClientSize = new System.Drawing.Size(746, 141);
438  this.Controls.Add(this.TableFilenameComboBox);
439  this.Controls.Add(this.GlobalConfigFilenameComboBox);
440  this.Controls.Add(this.TableFileClearButton);
441  this.Controls.Add(this.label2);
442  this.Controls.Add(this.RomNameComboBox);
443  this.Controls.Add(this.TableFileSelectButton);
444  this.Controls.Add(this.label3);
445  this.Controls.Add(this.GlobalConfigFileSelectButton);
446  this.Controls.Add(this.label1);
447  this.Controls.Add(this.CancelButton);
448  this.Controls.Add(this.OKButton);
449  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
450  this.Name = "OpenConfigDialog";
451  this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
452  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
453  this.Text = "Open Configuration";
454  this.ResumeLayout(false);
455  this.PerformLayout();
456 
457  }
458 
459  #endregion
460 
461  private System.Windows.Forms.Button OKButton;
462  private System.Windows.Forms.Button CancelButton;
463  private System.Windows.Forms.OpenFileDialog OpenGlobalConfigFileDialog;
464  private System.Windows.Forms.Label label1;
465  private System.Windows.Forms.Button GlobalConfigFileSelectButton;
466  private System.Windows.Forms.Label label3;
467  private System.Windows.Forms.Button TableFileSelectButton;
468  private System.Windows.Forms.ComboBox RomNameComboBox;
469  private System.Windows.Forms.Label label2;
470  private System.Windows.Forms.OpenFileDialog OpenTableFileDialog;
471  private System.Windows.Forms.Button TableFileClearButton;
472  private System.Windows.Forms.ComboBox GlobalConfigFilenameComboBox;
473  private System.Windows.Forms.ComboBox TableFilenameComboBox;
474  }
475 }
override void Dispose(bool disposing)
Clean up any resources being used.