WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
Configure.Designer.cs
Go to the documentation of this file.
1 namespace PinballX
2 {
3  partial class Configure
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(Configure));
32  this.OKButton = new System.Windows.Forms.Button();
33  this.CancelButton = new System.Windows.Forms.Button();
34  this.pictureBox1 = new System.Windows.Forms.PictureBox();
35  this.pictureBox2 = new System.Windows.Forms.PictureBox();
36  this.label8 = new System.Windows.Forms.Label();
37  this.label1 = new System.Windows.Forms.Label();
38  this.label2 = new System.Windows.Forms.Label();
39  this.DOFStateText = new System.Windows.Forms.TextBox();
40  this.label3 = new System.Windows.Forms.Label();
41  this.DOFPathText = new System.Windows.Forms.TextBox();
42  this.DOFVersionText = new System.Windows.Forms.TextBox();
43  this.label4 = new System.Windows.Forms.Label();
44  this.EnableLogCheckBox = new System.Windows.Forms.CheckBox();
45  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
46  ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
47  this.SuspendLayout();
48  //
49  // OKButton
50  //
51  this.OKButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
52  this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
53  this.OKButton.Location = new System.Drawing.Point(12, 393);
54  this.OKButton.Name = "OKButton";
55  this.OKButton.Size = new System.Drawing.Size(75, 23);
56  this.OKButton.TabIndex = 2;
57  this.OKButton.Text = "OK";
58  this.OKButton.UseVisualStyleBackColor = true;
59  //
60  // CancelButton
61  //
62  this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
63  this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
64  this.CancelButton.Location = new System.Drawing.Point(652, 393);
65  this.CancelButton.Name = "CancelButton";
66  this.CancelButton.Size = new System.Drawing.Size(75, 23);
67  this.CancelButton.TabIndex = 3;
68  this.CancelButton.Text = "Cancel";
69  this.CancelButton.UseVisualStyleBackColor = true;
70  //
71  // pictureBox1
72  //
73  this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
74  this.pictureBox1.Location = new System.Drawing.Point(12, 12);
75  this.pictureBox1.Name = "pictureBox1";
76  this.pictureBox1.Size = new System.Drawing.Size(439, 140);
77  this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
78  this.pictureBox1.TabIndex = 22;
79  this.pictureBox1.TabStop = false;
80  //
81  // pictureBox2
82  //
83  this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
84  this.pictureBox2.Location = new System.Drawing.Point(473, 3);
85  this.pictureBox2.Name = "pictureBox2";
86  this.pictureBox2.Size = new System.Drawing.Size(242, 158);
87  this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
88  this.pictureBox2.TabIndex = 23;
89  this.pictureBox2.TabStop = false;
90  //
91  // label8
92  //
93  this.label8.AutoSize = true;
94  this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
95  this.label8.Location = new System.Drawing.Point(527, 155);
96  this.label8.Name = "label8";
97  this.label8.Size = new System.Drawing.Size(127, 20);
98  this.label8.TabIndex = 25;
99  this.label8.Text = "by SwissLizard";
100  //
101  // label1
102  //
103  this.label1.AutoSize = true;
104  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105  this.label1.Location = new System.Drawing.Point(52, 155);
106  this.label1.Name = "label1";
107  this.label1.Size = new System.Drawing.Size(351, 20);
108  this.label1.TabIndex = 24;
109  this.label1.Text = "DirectOutput framework Plugin for PinballX";
110  //
111  // label2
112  //
113  this.label2.AutoSize = true;
114  this.label2.Location = new System.Drawing.Point(17, 203);
115  this.label2.Name = "label2";
116  this.label2.Size = new System.Drawing.Size(35, 13);
117  this.label2.TabIndex = 26;
118  this.label2.Text = "State:";
119  //
120  // DOFStateText
121  //
122  this.DOFStateText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
123  | System.Windows.Forms.AnchorStyles.Right)));
124  this.DOFStateText.Location = new System.Drawing.Point(71, 200);
125  this.DOFStateText.Name = "DOFStateText";
126  this.DOFStateText.ReadOnly = true;
127  this.DOFStateText.Size = new System.Drawing.Size(644, 20);
128  this.DOFStateText.TabIndex = 27;
129  //
130  // label3
131  //
132  this.label3.AutoSize = true;
133  this.label3.Location = new System.Drawing.Point(20, 229);
134  this.label3.Name = "label3";
135  this.label3.Size = new System.Drawing.Size(32, 13);
136  this.label3.TabIndex = 28;
137  this.label3.Text = "Path:";
138  //
139  // DOFPathText
140  //
141  this.DOFPathText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
142  | System.Windows.Forms.AnchorStyles.Right)));
143  this.DOFPathText.Location = new System.Drawing.Point(71, 226);
144  this.DOFPathText.Name = "DOFPathText";
145  this.DOFPathText.ReadOnly = true;
146  this.DOFPathText.Size = new System.Drawing.Size(644, 20);
147  this.DOFPathText.TabIndex = 29;
148  //
149  // DOFVersionText
150  //
151  this.DOFVersionText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
152  | System.Windows.Forms.AnchorStyles.Right)));
153  this.DOFVersionText.Location = new System.Drawing.Point(71, 252);
154  this.DOFVersionText.Name = "DOFVersionText";
155  this.DOFVersionText.ReadOnly = true;
156  this.DOFVersionText.Size = new System.Drawing.Size(644, 20);
157  this.DOFVersionText.TabIndex = 31;
158  //
159  // label4
160  //
161  this.label4.AutoSize = true;
162  this.label4.Location = new System.Drawing.Point(20, 255);
163  this.label4.Name = "label4";
164  this.label4.Size = new System.Drawing.Size(45, 13);
165  this.label4.TabIndex = 30;
166  this.label4.Text = "Version:";
167  //
168  // EnableLogCheckBox
169  //
170  this.EnableLogCheckBox.AutoSize = true;
171  this.EnableLogCheckBox.Location = new System.Drawing.Point(23, 290);
172  this.EnableLogCheckBox.Name = "EnableLogCheckBox";
173  this.EnableLogCheckBox.Size = new System.Drawing.Size(76, 17);
174  this.EnableLogCheckBox.TabIndex = 32;
175  this.EnableLogCheckBox.Text = "Enable log";
176  this.EnableLogCheckBox.UseVisualStyleBackColor = true;
177  this.EnableLogCheckBox.CheckedChanged += new System.EventHandler(this.EnableLogCheckBox_CheckedChanged);
178  //
179  // Configure
180  //
181  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
182  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
183  this.ClientSize = new System.Drawing.Size(736, 428);
184  this.Controls.Add(this.EnableLogCheckBox);
185  this.Controls.Add(this.DOFVersionText);
186  this.Controls.Add(this.label4);
187  this.Controls.Add(this.DOFPathText);
188  this.Controls.Add(this.label3);
189  this.Controls.Add(this.DOFStateText);
190  this.Controls.Add(this.label2);
191  this.Controls.Add(this.label8);
192  this.Controls.Add(this.label1);
193  this.Controls.Add(this.pictureBox1);
194  this.Controls.Add(this.pictureBox2);
195  this.Controls.Add(this.CancelButton);
196  this.Controls.Add(this.OKButton);
197  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
198  this.Name = "Configure";
199  this.Text = "DirectOutput Plugin Configuration";
200  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
201  ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
202  this.ResumeLayout(false);
203  this.PerformLayout();
204 
205  }
206 
207  #endregion
208 
209  private System.Windows.Forms.Button OKButton;
210  private System.Windows.Forms.Button CancelButton;
211  private System.Windows.Forms.PictureBox pictureBox1;
212  private System.Windows.Forms.PictureBox pictureBox2;
213  private System.Windows.Forms.Label label8;
214  private System.Windows.Forms.Label label1;
215  private System.Windows.Forms.Label label2;
216  private System.Windows.Forms.TextBox DOFStateText;
217  private System.Windows.Forms.Label label3;
218  private System.Windows.Forms.TextBox DOFPathText;
219  private System.Windows.Forms.TextBox DOFVersionText;
220  private System.Windows.Forms.Label label4;
221  private System.Windows.Forms.CheckBox EnableLogCheckBox;
222  }
223 }
override void Dispose(bool disposing)
Clean up any resources being used.