3 partial class OpenConfigDialog
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()
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);
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;
71 this.OpenGlobalConfigFileDialog.DefaultExt =
"xml";
72 this.OpenGlobalConfigFileDialog.Filter =
"XML files (*.xml)|*.xml|All files|*.*";
73 this.OpenGlobalConfigFileDialog.Title =
"Select a global config file";
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:";
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);
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:";
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);
120 this.RomNameComboBox.AutoCompleteSource =
System.
Windows.
Forms.AutoCompleteSource.ListItems;
121 this.RomNameComboBox.FormattingEnabled =
true;
122 this.RomNameComboBox.Items.AddRange(
new object[] {
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;
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:";
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";
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);
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;
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;
434 this.AcceptButton = this.OKButton;
435 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
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";
453 this.Text =
"Open Configuration";
454 this.ResumeLayout(
false);
455 this.PerformLayout();
override void Dispose(bool disposing)
Clean up any resources being used.