3 partial class Configure
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()
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;
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;
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);
78 this.pictureBox1.TabIndex = 22;
79 this.pictureBox1.TabStop =
false;
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);
88 this.pictureBox2.TabIndex = 23;
89 this.pictureBox2.TabStop =
false;
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";
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";
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:";
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;
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:";
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;
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;
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:";
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);
181 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
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";
202 this.ResumeLayout(
false);
203 this.PerformLayout();