|
|
@@ -33,24 +33,33 @@
|
|
33
|
33
|
this.resetButton = new System.Windows.Forms.Button();
|
|
34
|
34
|
this.okButton = new System.Windows.Forms.Button();
|
|
35
|
35
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
|
36
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
37
|
+ this.vendorNameTextBox = new System.Windows.Forms.TextBox();
|
|
|
38
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
39
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
40
|
+ this.printQualityFastRadioButton = new System.Windows.Forms.RadioButton();
|
|
|
41
|
+ this.printQualityHighRadioButton = new System.Windows.Forms.RadioButton();
|
|
|
42
|
+ this.panel1.SuspendLayout();
|
|
36
|
43
|
this.SuspendLayout();
|
|
37
|
44
|
//
|
|
38
|
45
|
// label1
|
|
39
|
46
|
//
|
|
40
|
47
|
this.label1.AutoSize = true;
|
|
41
|
48
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
42
|
|
- this.label1.Location = new System.Drawing.Point(13, 13);
|
|
|
49
|
+ this.label1.Location = new System.Drawing.Point(13, 104);
|
|
43
|
50
|
this.label1.Name = "label1";
|
|
44
|
51
|
this.label1.Size = new System.Drawing.Size(155, 17);
|
|
45
|
|
- this.label1.TabIndex = 0;
|
|
|
52
|
+ this.label1.TabIndex = 8;
|
|
46
|
53
|
this.label1.Text = "Printer Init String (Hex):";
|
|
|
54
|
+ this.label1.Visible = false;
|
|
47
|
55
|
//
|
|
48
|
56
|
// initStringTextBox
|
|
49
|
57
|
//
|
|
50
|
|
- this.initStringTextBox.Location = new System.Drawing.Point(174, 13);
|
|
|
58
|
+ this.initStringTextBox.Location = new System.Drawing.Point(174, 104);
|
|
51
|
59
|
this.initStringTextBox.Name = "initStringTextBox";
|
|
52
|
60
|
this.initStringTextBox.Size = new System.Drawing.Size(475, 22);
|
|
53
|
|
- this.initStringTextBox.TabIndex = 0;
|
|
|
61
|
+ this.initStringTextBox.TabIndex = 2;
|
|
|
62
|
+ this.initStringTextBox.Visible = false;
|
|
54
|
63
|
//
|
|
55
|
64
|
// resetButton
|
|
56
|
65
|
//
|
|
|
@@ -58,10 +67,10 @@
|
|
58
|
67
|
this.resetButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
59
|
68
|
this.resetButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
60
|
69
|
this.resetButton.ForeColor = System.Drawing.Color.White;
|
|
61
|
|
- this.resetButton.Location = new System.Drawing.Point(13, 48);
|
|
|
70
|
+ this.resetButton.Location = new System.Drawing.Point(16, 73);
|
|
62
|
71
|
this.resetButton.Name = "resetButton";
|
|
63
|
72
|
this.resetButton.Size = new System.Drawing.Size(137, 28);
|
|
64
|
|
- this.resetButton.TabIndex = 3;
|
|
|
73
|
+ this.resetButton.TabIndex = 5;
|
|
65
|
74
|
this.resetButton.Text = "Reset to Default";
|
|
66
|
75
|
this.resetButton.UseVisualStyleBackColor = false;
|
|
67
|
76
|
this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
|
|
@@ -73,10 +82,10 @@
|
|
73
|
82
|
this.okButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
74
|
83
|
this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
75
|
84
|
this.okButton.ForeColor = System.Drawing.Color.White;
|
|
76
|
|
- this.okButton.Location = new System.Drawing.Point(443, 48);
|
|
|
85
|
+ this.okButton.Location = new System.Drawing.Point(446, 73);
|
|
77
|
86
|
this.okButton.Name = "okButton";
|
|
78
|
87
|
this.okButton.Size = new System.Drawing.Size(100, 28);
|
|
79
|
|
- this.okButton.TabIndex = 1;
|
|
|
88
|
+ this.okButton.TabIndex = 3;
|
|
80
|
89
|
this.okButton.Text = "OK";
|
|
81
|
90
|
this.okButton.UseVisualStyleBackColor = false;
|
|
82
|
91
|
//
|
|
|
@@ -87,20 +96,86 @@
|
|
87
|
96
|
this.cancelButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
88
|
97
|
this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
89
|
98
|
this.cancelButton.ForeColor = System.Drawing.Color.White;
|
|
90
|
|
- this.cancelButton.Location = new System.Drawing.Point(549, 48);
|
|
|
99
|
+ this.cancelButton.Location = new System.Drawing.Point(552, 73);
|
|
91
|
100
|
this.cancelButton.Name = "cancelButton";
|
|
92
|
101
|
this.cancelButton.Size = new System.Drawing.Size(100, 28);
|
|
93
|
|
- this.cancelButton.TabIndex = 2;
|
|
|
102
|
+ this.cancelButton.TabIndex = 4;
|
|
94
|
103
|
this.cancelButton.Text = "Cancel";
|
|
95
|
104
|
this.cancelButton.UseVisualStyleBackColor = false;
|
|
96
|
105
|
//
|
|
|
106
|
+ // label2
|
|
|
107
|
+ //
|
|
|
108
|
+ this.label2.AutoSize = true;
|
|
|
109
|
+ this.label2.ForeColor = System.Drawing.Color.White;
|
|
|
110
|
+ this.label2.Location = new System.Drawing.Point(13, 13);
|
|
|
111
|
+ this.label2.Name = "label2";
|
|
|
112
|
+ this.label2.Size = new System.Drawing.Size(99, 17);
|
|
|
113
|
+ this.label2.TabIndex = 6;
|
|
|
114
|
+ this.label2.Text = "Vendor Name:";
|
|
|
115
|
+ //
|
|
|
116
|
+ // vendorNameTextBox
|
|
|
117
|
+ //
|
|
|
118
|
+ this.vendorNameTextBox.Location = new System.Drawing.Point(174, 13);
|
|
|
119
|
+ this.vendorNameTextBox.MaxLength = 24;
|
|
|
120
|
+ this.vendorNameTextBox.Name = "vendorNameTextBox";
|
|
|
121
|
+ this.vendorNameTextBox.Size = new System.Drawing.Size(475, 22);
|
|
|
122
|
+ this.vendorNameTextBox.TabIndex = 0;
|
|
|
123
|
+ //
|
|
|
124
|
+ // label3
|
|
|
125
|
+ //
|
|
|
126
|
+ this.label3.AutoSize = true;
|
|
|
127
|
+ this.label3.ForeColor = System.Drawing.Color.White;
|
|
|
128
|
+ this.label3.Location = new System.Drawing.Point(13, 43);
|
|
|
129
|
+ this.label3.Name = "label3";
|
|
|
130
|
+ this.label3.Size = new System.Drawing.Size(89, 17);
|
|
|
131
|
+ this.label3.TabIndex = 7;
|
|
|
132
|
+ this.label3.Text = "Print Quality:";
|
|
|
133
|
+ //
|
|
|
134
|
+ // panel1
|
|
|
135
|
+ //
|
|
|
136
|
+ this.panel1.AutoSize = true;
|
|
|
137
|
+ this.panel1.Controls.Add(this.printQualityFastRadioButton);
|
|
|
138
|
+ this.panel1.Controls.Add(this.printQualityHighRadioButton);
|
|
|
139
|
+ this.panel1.Location = new System.Drawing.Point(174, 41);
|
|
|
140
|
+ this.panel1.Name = "panel1";
|
|
|
141
|
+ this.panel1.Size = new System.Drawing.Size(174, 24);
|
|
|
142
|
+ this.panel1.TabIndex = 1;
|
|
|
143
|
+ //
|
|
|
144
|
+ // printQualityFastRadioButton
|
|
|
145
|
+ //
|
|
|
146
|
+ this.printQualityFastRadioButton.AutoSize = true;
|
|
|
147
|
+ this.printQualityFastRadioButton.ForeColor = System.Drawing.Color.White;
|
|
|
148
|
+ this.printQualityFastRadioButton.Location = new System.Drawing.Point(3, 0);
|
|
|
149
|
+ this.printQualityFastRadioButton.Name = "printQualityFastRadioButton";
|
|
|
150
|
+ this.printQualityFastRadioButton.Size = new System.Drawing.Size(56, 21);
|
|
|
151
|
+ this.printQualityFastRadioButton.TabIndex = 0;
|
|
|
152
|
+ this.printQualityFastRadioButton.TabStop = true;
|
|
|
153
|
+ this.printQualityFastRadioButton.Text = "Fast";
|
|
|
154
|
+ this.printQualityFastRadioButton.UseVisualStyleBackColor = true;
|
|
|
155
|
+ //
|
|
|
156
|
+ // printQualityHighRadioButton
|
|
|
157
|
+ //
|
|
|
158
|
+ this.printQualityHighRadioButton.AutoSize = true;
|
|
|
159
|
+ this.printQualityHighRadioButton.ForeColor = System.Drawing.Color.White;
|
|
|
160
|
+ this.printQualityHighRadioButton.Location = new System.Drawing.Point(65, 0);
|
|
|
161
|
+ this.printQualityHighRadioButton.Name = "printQualityHighRadioButton";
|
|
|
162
|
+ this.printQualityHighRadioButton.Size = new System.Drawing.Size(106, 21);
|
|
|
163
|
+ this.printQualityHighRadioButton.TabIndex = 1;
|
|
|
164
|
+ this.printQualityHighRadioButton.TabStop = true;
|
|
|
165
|
+ this.printQualityHighRadioButton.Text = "High Quality";
|
|
|
166
|
+ this.printQualityHighRadioButton.UseVisualStyleBackColor = true;
|
|
|
167
|
+ //
|
|
97
|
168
|
// PrinterSettingsForm
|
|
98
|
169
|
//
|
|
99
|
170
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
100
|
171
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
101
|
172
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
|
|
102
|
|
- this.ClientSize = new System.Drawing.Size(661, 83);
|
|
|
173
|
+ this.ClientSize = new System.Drawing.Size(661, 109);
|
|
103
|
174
|
this.ControlBox = false;
|
|
|
175
|
+ this.Controls.Add(this.panel1);
|
|
|
176
|
+ this.Controls.Add(this.label3);
|
|
|
177
|
+ this.Controls.Add(this.vendorNameTextBox);
|
|
|
178
|
+ this.Controls.Add(this.label2);
|
|
104
|
179
|
this.Controls.Add(this.cancelButton);
|
|
105
|
180
|
this.Controls.Add(this.okButton);
|
|
106
|
181
|
this.Controls.Add(this.resetButton);
|
|
|
@@ -111,6 +186,8 @@
|
|
111
|
186
|
this.Name = "PrinterSettingsForm";
|
|
112
|
187
|
this.Text = "Advanced Printer Settings";
|
|
113
|
188
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PrinterSettingsForm_FormClosing);
|
|
|
189
|
+ this.panel1.ResumeLayout(false);
|
|
|
190
|
+ this.panel1.PerformLayout();
|
|
114
|
191
|
this.ResumeLayout(false);
|
|
115
|
192
|
this.PerformLayout();
|
|
116
|
193
|
|
|
|
@@ -123,5 +200,11 @@
|
|
123
|
200
|
private System.Windows.Forms.Button resetButton;
|
|
124
|
201
|
private System.Windows.Forms.Button okButton;
|
|
125
|
202
|
private System.Windows.Forms.Button cancelButton;
|
|
|
203
|
+ private System.Windows.Forms.Label label2;
|
|
|
204
|
+ private System.Windows.Forms.TextBox vendorNameTextBox;
|
|
|
205
|
+ private System.Windows.Forms.Label label3;
|
|
|
206
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
207
|
+ private System.Windows.Forms.RadioButton printQualityFastRadioButton;
|
|
|
208
|
+ private System.Windows.Forms.RadioButton printQualityHighRadioButton;
|
|
126
|
209
|
}
|
|
127
|
210
|
}
|