|
|
@@ -39,26 +39,32 @@
|
|
39
|
39
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
40
|
40
|
this.printQualityFastRadioButton = new System.Windows.Forms.RadioButton();
|
|
41
|
41
|
this.printQualityHighRadioButton = new System.Windows.Forms.RadioButton();
|
|
|
42
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
43
|
+ this.panel2 = new System.Windows.Forms.Panel();
|
|
|
44
|
+ this.mixedCpiRadioButton = new System.Windows.Forms.RadioButton();
|
|
|
45
|
+ this.manual10CpiRadioButton = new System.Windows.Forms.RadioButton();
|
|
|
46
|
+ this.manual12CpiRadioButton = new System.Windows.Forms.RadioButton();
|
|
42
|
47
|
this.panel1.SuspendLayout();
|
|
|
48
|
+ this.panel2.SuspendLayout();
|
|
43
|
49
|
this.SuspendLayout();
|
|
44
|
50
|
//
|
|
45
|
51
|
// label1
|
|
46
|
52
|
//
|
|
47
|
53
|
this.label1.AutoSize = true;
|
|
48
|
54
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
49
|
|
- this.label1.Location = new System.Drawing.Point(13, 104);
|
|
|
55
|
+ this.label1.Location = new System.Drawing.Point(13, 190);
|
|
50
|
56
|
this.label1.Name = "label1";
|
|
51
|
57
|
this.label1.Size = new System.Drawing.Size(155, 17);
|
|
52
|
|
- this.label1.TabIndex = 8;
|
|
|
58
|
+ this.label1.TabIndex = 10;
|
|
53
|
59
|
this.label1.Text = "Printer Init String (Hex):";
|
|
54
|
60
|
this.label1.Visible = false;
|
|
55
|
61
|
//
|
|
56
|
62
|
// initStringTextBox
|
|
57
|
63
|
//
|
|
58
|
|
- this.initStringTextBox.Location = new System.Drawing.Point(174, 104);
|
|
|
64
|
+ this.initStringTextBox.Location = new System.Drawing.Point(174, 190);
|
|
59
|
65
|
this.initStringTextBox.Name = "initStringTextBox";
|
|
60
|
66
|
this.initStringTextBox.Size = new System.Drawing.Size(475, 22);
|
|
61
|
|
- this.initStringTextBox.TabIndex = 2;
|
|
|
67
|
+ this.initStringTextBox.TabIndex = 6;
|
|
62
|
68
|
this.initStringTextBox.Visible = false;
|
|
63
|
69
|
//
|
|
64
|
70
|
// resetButton
|
|
|
@@ -67,7 +73,7 @@
|
|
67
|
73
|
this.resetButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
68
|
74
|
this.resetButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
69
|
75
|
this.resetButton.ForeColor = System.Drawing.Color.White;
|
|
70
|
|
- this.resetButton.Location = new System.Drawing.Point(16, 73);
|
|
|
76
|
+ this.resetButton.Location = new System.Drawing.Point(13, 166);
|
|
71
|
77
|
this.resetButton.Name = "resetButton";
|
|
72
|
78
|
this.resetButton.Size = new System.Drawing.Size(137, 28);
|
|
73
|
79
|
this.resetButton.TabIndex = 5;
|
|
|
@@ -82,7 +88,7 @@
|
|
82
|
88
|
this.okButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
83
|
89
|
this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
84
|
90
|
this.okButton.ForeColor = System.Drawing.Color.White;
|
|
85
|
|
- this.okButton.Location = new System.Drawing.Point(446, 73);
|
|
|
91
|
+ this.okButton.Location = new System.Drawing.Point(443, 166);
|
|
86
|
92
|
this.okButton.Name = "okButton";
|
|
87
|
93
|
this.okButton.Size = new System.Drawing.Size(100, 28);
|
|
88
|
94
|
this.okButton.TabIndex = 3;
|
|
|
@@ -96,7 +102,7 @@
|
|
96
|
102
|
this.cancelButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
97
|
103
|
this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
98
|
104
|
this.cancelButton.ForeColor = System.Drawing.Color.White;
|
|
99
|
|
- this.cancelButton.Location = new System.Drawing.Point(552, 73);
|
|
|
105
|
+ this.cancelButton.Location = new System.Drawing.Point(549, 166);
|
|
100
|
106
|
this.cancelButton.Name = "cancelButton";
|
|
101
|
107
|
this.cancelButton.Size = new System.Drawing.Size(100, 28);
|
|
102
|
108
|
this.cancelButton.TabIndex = 4;
|
|
|
@@ -110,7 +116,7 @@
|
|
110
|
116
|
this.label2.Location = new System.Drawing.Point(13, 13);
|
|
111
|
117
|
this.label2.Name = "label2";
|
|
112
|
118
|
this.label2.Size = new System.Drawing.Size(99, 17);
|
|
113
|
|
- this.label2.TabIndex = 6;
|
|
|
119
|
+ this.label2.TabIndex = 7;
|
|
114
|
120
|
this.label2.Text = "Vendor Name:";
|
|
115
|
121
|
//
|
|
116
|
122
|
// vendorNameTextBox
|
|
|
@@ -125,10 +131,10 @@
|
|
125
|
131
|
//
|
|
126
|
132
|
this.label3.AutoSize = true;
|
|
127
|
133
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
128
|
|
- this.label3.Location = new System.Drawing.Point(13, 43);
|
|
|
134
|
+ this.label3.Location = new System.Drawing.Point(13, 135);
|
|
129
|
135
|
this.label3.Name = "label3";
|
|
130
|
136
|
this.label3.Size = new System.Drawing.Size(89, 17);
|
|
131
|
|
- this.label3.TabIndex = 7;
|
|
|
137
|
+ this.label3.TabIndex = 9;
|
|
132
|
138
|
this.label3.Text = "Print Quality:";
|
|
133
|
139
|
//
|
|
134
|
140
|
// panel1
|
|
|
@@ -136,14 +142,15 @@
|
|
136
|
142
|
this.panel1.AutoSize = true;
|
|
137
|
143
|
this.panel1.Controls.Add(this.printQualityFastRadioButton);
|
|
138
|
144
|
this.panel1.Controls.Add(this.printQualityHighRadioButton);
|
|
139
|
|
- this.panel1.Location = new System.Drawing.Point(174, 41);
|
|
|
145
|
+ this.panel1.Location = new System.Drawing.Point(174, 133);
|
|
140
|
146
|
this.panel1.Name = "panel1";
|
|
141
|
147
|
this.panel1.Size = new System.Drawing.Size(174, 24);
|
|
142
|
|
- this.panel1.TabIndex = 1;
|
|
|
148
|
+ this.panel1.TabIndex = 2;
|
|
143
|
149
|
//
|
|
144
|
150
|
// printQualityFastRadioButton
|
|
145
|
151
|
//
|
|
146
|
152
|
this.printQualityFastRadioButton.AutoSize = true;
|
|
|
153
|
+ this.printQualityFastRadioButton.Checked = true;
|
|
147
|
154
|
this.printQualityFastRadioButton.ForeColor = System.Drawing.Color.White;
|
|
148
|
155
|
this.printQualityFastRadioButton.Location = new System.Drawing.Point(3, 0);
|
|
149
|
156
|
this.printQualityFastRadioButton.Name = "printQualityFastRadioButton";
|
|
|
@@ -161,17 +168,73 @@
|
|
161
|
168
|
this.printQualityHighRadioButton.Name = "printQualityHighRadioButton";
|
|
162
|
169
|
this.printQualityHighRadioButton.Size = new System.Drawing.Size(106, 21);
|
|
163
|
170
|
this.printQualityHighRadioButton.TabIndex = 1;
|
|
164
|
|
- this.printQualityHighRadioButton.TabStop = true;
|
|
165
|
171
|
this.printQualityHighRadioButton.Text = "High Quality";
|
|
166
|
172
|
this.printQualityHighRadioButton.UseVisualStyleBackColor = true;
|
|
167
|
173
|
//
|
|
|
174
|
+ // label4
|
|
|
175
|
+ //
|
|
|
176
|
+ this.label4.AutoSize = true;
|
|
|
177
|
+ this.label4.ForeColor = System.Drawing.Color.White;
|
|
|
178
|
+ this.label4.Location = new System.Drawing.Point(13, 48);
|
|
|
179
|
+ this.label4.Name = "label4";
|
|
|
180
|
+ this.label4.Size = new System.Drawing.Size(80, 17);
|
|
|
181
|
+ this.label4.TabIndex = 8;
|
|
|
182
|
+ this.label4.Text = "Print Mode:";
|
|
|
183
|
+ //
|
|
|
184
|
+ // panel2
|
|
|
185
|
+ //
|
|
|
186
|
+ this.panel2.Controls.Add(this.mixedCpiRadioButton);
|
|
|
187
|
+ this.panel2.Controls.Add(this.manual10CpiRadioButton);
|
|
|
188
|
+ this.panel2.Controls.Add(this.manual12CpiRadioButton);
|
|
|
189
|
+ this.panel2.Location = new System.Drawing.Point(174, 42);
|
|
|
190
|
+ this.panel2.Name = "panel2";
|
|
|
191
|
+ this.panel2.Size = new System.Drawing.Size(475, 85);
|
|
|
192
|
+ this.panel2.TabIndex = 1;
|
|
|
193
|
+ //
|
|
|
194
|
+ // mixedCpiRadioButton
|
|
|
195
|
+ //
|
|
|
196
|
+ this.mixedCpiRadioButton.AutoSize = true;
|
|
|
197
|
+ this.mixedCpiRadioButton.Checked = true;
|
|
|
198
|
+ this.mixedCpiRadioButton.ForeColor = System.Drawing.Color.White;
|
|
|
199
|
+ this.mixedCpiRadioButton.Location = new System.Drawing.Point(3, 60);
|
|
|
200
|
+ this.mixedCpiRadioButton.Name = "mixedCpiRadioButton";
|
|
|
201
|
+ this.mixedCpiRadioButton.Size = new System.Drawing.Size(221, 21);
|
|
|
202
|
+ this.mixedCpiRadioButton.TabIndex = 2;
|
|
|
203
|
+ this.mixedCpiRadioButton.TabStop = true;
|
|
|
204
|
+ this.mixedCpiRadioButton.Text = "Mixed CPI (EPSON mode only)";
|
|
|
205
|
+ this.mixedCpiRadioButton.UseVisualStyleBackColor = true;
|
|
|
206
|
+ //
|
|
|
207
|
+ // manual10CpiRadioButton
|
|
|
208
|
+ //
|
|
|
209
|
+ this.manual10CpiRadioButton.AutoSize = true;
|
|
|
210
|
+ this.manual10CpiRadioButton.ForeColor = System.Drawing.Color.White;
|
|
|
211
|
+ this.manual10CpiRadioButton.Location = new System.Drawing.Point(3, 32);
|
|
|
212
|
+ this.manual10CpiRadioButton.Name = "manual10CpiRadioButton";
|
|
|
213
|
+ this.manual10CpiRadioButton.Size = new System.Drawing.Size(208, 21);
|
|
|
214
|
+ this.manual10CpiRadioButton.TabIndex = 1;
|
|
|
215
|
+ this.manual10CpiRadioButton.Text = "10 CPI, manual printer setup";
|
|
|
216
|
+ this.manual10CpiRadioButton.UseVisualStyleBackColor = true;
|
|
|
217
|
+ //
|
|
|
218
|
+ // manual12CpiRadioButton
|
|
|
219
|
+ //
|
|
|
220
|
+ this.manual12CpiRadioButton.AutoSize = true;
|
|
|
221
|
+ this.manual12CpiRadioButton.ForeColor = System.Drawing.Color.White;
|
|
|
222
|
+ this.manual12CpiRadioButton.Location = new System.Drawing.Point(4, 4);
|
|
|
223
|
+ this.manual12CpiRadioButton.Name = "manual12CpiRadioButton";
|
|
|
224
|
+ this.manual12CpiRadioButton.Size = new System.Drawing.Size(208, 21);
|
|
|
225
|
+ this.manual12CpiRadioButton.TabIndex = 0;
|
|
|
226
|
+ this.manual12CpiRadioButton.Text = "12 CPI, manual printer setup";
|
|
|
227
|
+ this.manual12CpiRadioButton.UseVisualStyleBackColor = true;
|
|
|
228
|
+ //
|
|
168
|
229
|
// PrinterSettingsForm
|
|
169
|
230
|
//
|
|
170
|
231
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
171
|
232
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
172
|
233
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
|
|
173
|
|
- this.ClientSize = new System.Drawing.Size(661, 109);
|
|
|
234
|
+ this.ClientSize = new System.Drawing.Size(661, 199);
|
|
174
|
235
|
this.ControlBox = false;
|
|
|
236
|
+ this.Controls.Add(this.panel2);
|
|
|
237
|
+ this.Controls.Add(this.label4);
|
|
175
|
238
|
this.Controls.Add(this.panel1);
|
|
176
|
239
|
this.Controls.Add(this.label3);
|
|
177
|
240
|
this.Controls.Add(this.vendorNameTextBox);
|
|
|
@@ -188,6 +251,8 @@
|
|
188
|
251
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PrinterSettingsForm_FormClosing);
|
|
189
|
252
|
this.panel1.ResumeLayout(false);
|
|
190
|
253
|
this.panel1.PerformLayout();
|
|
|
254
|
+ this.panel2.ResumeLayout(false);
|
|
|
255
|
+ this.panel2.PerformLayout();
|
|
191
|
256
|
this.ResumeLayout(false);
|
|
192
|
257
|
this.PerformLayout();
|
|
193
|
258
|
|
|
|
@@ -206,5 +271,10 @@
|
|
206
|
271
|
private System.Windows.Forms.Panel panel1;
|
|
207
|
272
|
private System.Windows.Forms.RadioButton printQualityFastRadioButton;
|
|
208
|
273
|
private System.Windows.Forms.RadioButton printQualityHighRadioButton;
|
|
|
274
|
+ private System.Windows.Forms.Label label4;
|
|
|
275
|
+ private System.Windows.Forms.Panel panel2;
|
|
|
276
|
+ private System.Windows.Forms.RadioButton mixedCpiRadioButton;
|
|
|
277
|
+ private System.Windows.Forms.RadioButton manual10CpiRadioButton;
|
|
|
278
|
+ private System.Windows.Forms.RadioButton manual12CpiRadioButton;
|
|
209
|
279
|
}
|
|
210
|
280
|
}
|