|
|
@@ -61,6 +61,7 @@
|
|
61
|
61
|
//
|
|
62
|
62
|
// contextMenuStrip1
|
|
63
|
63
|
//
|
|
|
64
|
+ this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
64
|
65
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
65
|
66
|
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
|
66
|
67
|
//
|
|
|
@@ -79,9 +80,10 @@
|
|
79
|
80
|
this.pnlSplitGrids.Controls.Add(this.btnReExport);
|
|
80
|
81
|
this.pnlSplitGrids.Controls.Add(this.btnOrder);
|
|
81
|
82
|
this.pnlSplitGrids.Dock = System.Windows.Forms.DockStyle.Top;
|
|
82
|
|
- this.pnlSplitGrids.Location = new System.Drawing.Point(0, 10);
|
|
|
83
|
+ this.pnlSplitGrids.Location = new System.Drawing.Point(0, 12);
|
|
|
84
|
+ this.pnlSplitGrids.Margin = new System.Windows.Forms.Padding(4);
|
|
83
|
85
|
this.pnlSplitGrids.Name = "pnlSplitGrids";
|
|
84
|
|
- this.pnlSplitGrids.Size = new System.Drawing.Size(1287, 103);
|
|
|
86
|
+ this.pnlSplitGrids.Size = new System.Drawing.Size(1716, 127);
|
|
85
|
87
|
this.pnlSplitGrids.TabIndex = 3;
|
|
86
|
88
|
this.pnlSplitGrids.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlSplitGrids_Paint);
|
|
87
|
89
|
//
|
|
|
@@ -89,56 +91,64 @@
|
|
89
|
91
|
//
|
|
90
|
92
|
this.btnOrderReport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
|
|
91
|
93
|
this.btnOrderReport.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset201clear;
|
|
|
94
|
+ this.btnOrderReport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
92
|
95
|
this.btnOrderReport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
93
|
|
- this.btnOrderReport.Location = new System.Drawing.Point(118, 0);
|
|
|
96
|
+ this.btnOrderReport.Location = new System.Drawing.Point(157, 0);
|
|
|
97
|
+ this.btnOrderReport.Margin = new System.Windows.Forms.Padding(4);
|
|
94
|
98
|
this.btnOrderReport.Name = "btnOrderReport";
|
|
95
|
|
- this.btnOrderReport.Size = new System.Drawing.Size(100, 100);
|
|
|
99
|
+ this.btnOrderReport.Size = new System.Drawing.Size(133, 123);
|
|
96
|
100
|
this.btnOrderReport.TabIndex = 5;
|
|
97
|
101
|
this.btnOrderReport.UseVisualStyleBackColor = true;
|
|
98
|
102
|
this.btnOrderReport.Click += new System.EventHandler(this.btnOrderReport_Click);
|
|
99
|
|
- this.btnOrderReport.Paint += new System.Windows.Forms.PaintEventHandler(this.btnOrderReport_Paint);
|
|
|
103
|
+ this.btnOrderReport.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
|
|
100
|
104
|
//
|
|
101
|
105
|
// btnViewPINs
|
|
102
|
106
|
//
|
|
103
|
107
|
this.btnViewPINs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
104
|
108
|
this.btnViewPINs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
|
|
105
|
109
|
this.btnViewPINs.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset601clear;
|
|
|
110
|
+ this.btnViewPINs.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
106
|
111
|
this.btnViewPINs.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
107
|
|
- this.btnViewPINs.Location = new System.Drawing.Point(696, 0);
|
|
|
112
|
+ this.btnViewPINs.Location = new System.Drawing.Point(928, 0);
|
|
|
113
|
+ this.btnViewPINs.Margin = new System.Windows.Forms.Padding(4);
|
|
108
|
114
|
this.btnViewPINs.Name = "btnViewPINs";
|
|
109
|
|
- this.btnViewPINs.Size = new System.Drawing.Size(100, 100);
|
|
|
115
|
+ this.btnViewPINs.Size = new System.Drawing.Size(133, 123);
|
|
110
|
116
|
this.btnViewPINs.TabIndex = 4;
|
|
111
|
117
|
this.btnViewPINs.UseVisualStyleBackColor = false;
|
|
112
|
118
|
this.btnViewPINs.Click += new System.EventHandler(this.btnViewPINs_Click);
|
|
113
|
|
- this.btnViewPINs.Paint += new System.Windows.Forms.PaintEventHandler(this.btnViewPINs_Paint);
|
|
|
119
|
+ this.btnViewPINs.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
|
|
114
|
120
|
//
|
|
115
|
121
|
// btnExport
|
|
116
|
122
|
//
|
|
117
|
123
|
this.btnExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
|
|
118
|
124
|
this.btnExport.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset501clear;
|
|
|
125
|
+ this.btnExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
119
|
126
|
this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
120
|
|
- this.btnExport.Location = new System.Drawing.Point(436, 0);
|
|
|
127
|
+ this.btnExport.Location = new System.Drawing.Point(581, 0);
|
|
|
128
|
+ this.btnExport.Margin = new System.Windows.Forms.Padding(4);
|
|
121
|
129
|
this.btnExport.Name = "btnExport";
|
|
122
|
|
- this.btnExport.Size = new System.Drawing.Size(100, 100);
|
|
|
130
|
+ this.btnExport.Size = new System.Drawing.Size(133, 123);
|
|
123
|
131
|
this.btnExport.TabIndex = 4;
|
|
124
|
132
|
this.btnExport.UseVisualStyleBackColor = false;
|
|
125
|
133
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
|
126
|
|
- this.btnExport.Paint += new System.Windows.Forms.PaintEventHandler(this.btnExport_Paint);
|
|
|
134
|
+ this.btnExport.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
|
|
127
|
135
|
//
|
|
128
|
136
|
// btnReprint
|
|
129
|
137
|
//
|
|
130
|
138
|
this.btnReprint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
131
|
139
|
this.btnReprint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(100)))), ((int)(((byte)(176)))));
|
|
132
|
140
|
this.btnReprint.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset801clear;
|
|
|
141
|
+ this.btnReprint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
133
|
142
|
this.btnReprint.Enabled = false;
|
|
134
|
143
|
this.btnReprint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
135
|
|
- this.btnReprint.Location = new System.Drawing.Point(908, 0);
|
|
|
144
|
+ this.btnReprint.Location = new System.Drawing.Point(1211, 0);
|
|
|
145
|
+ this.btnReprint.Margin = new System.Windows.Forms.Padding(4);
|
|
136
|
146
|
this.btnReprint.Name = "btnReprint";
|
|
137
|
|
- this.btnReprint.Size = new System.Drawing.Size(100, 100);
|
|
|
147
|
+ this.btnReprint.Size = new System.Drawing.Size(133, 123);
|
|
138
|
148
|
this.btnReprint.TabIndex = 4;
|
|
139
|
149
|
this.btnReprint.UseVisualStyleBackColor = false;
|
|
140
|
150
|
this.btnReprint.Click += new System.EventHandler(this.btnReprint_Click);
|
|
141
|
|
- this.btnReprint.Paint += new System.Windows.Forms.PaintEventHandler(this.btnReprint_Paint);
|
|
|
151
|
+ this.btnReprint.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
|
|
142
|
152
|
//
|
|
143
|
153
|
// grpFilter
|
|
144
|
154
|
//
|
|
|
@@ -153,10 +163,12 @@
|
|
153
|
163
|
this.grpFilter.Controls.Add(this.dtpFilterStartDate);
|
|
154
|
164
|
this.grpFilter.Dock = System.Windows.Forms.DockStyle.Right;
|
|
155
|
165
|
this.grpFilter.ForeColor = System.Drawing.Color.White;
|
|
156
|
|
- this.grpFilter.Location = new System.Drawing.Point(1014, 0);
|
|
157
|
|
- this.grpFilter.MaximumSize = new System.Drawing.Size(273, 100);
|
|
|
166
|
+ this.grpFilter.Location = new System.Drawing.Point(1352, 0);
|
|
|
167
|
+ this.grpFilter.Margin = new System.Windows.Forms.Padding(4);
|
|
|
168
|
+ this.grpFilter.MaximumSize = new System.Drawing.Size(364, 123);
|
|
158
|
169
|
this.grpFilter.Name = "grpFilter";
|
|
159
|
|
- this.grpFilter.Size = new System.Drawing.Size(273, 100);
|
|
|
170
|
+ this.grpFilter.Padding = new System.Windows.Forms.Padding(4);
|
|
|
171
|
+ this.grpFilter.Size = new System.Drawing.Size(364, 123);
|
|
160
|
172
|
this.grpFilter.TabIndex = 3;
|
|
161
|
173
|
this.grpFilter.TabStop = false;
|
|
162
|
174
|
this.grpFilter.Text = "Filter";
|
|
|
@@ -164,9 +176,10 @@
|
|
164
|
176
|
// rdoFilterExported
|
|
165
|
177
|
//
|
|
166
|
178
|
this.rdoFilterExported.AutoSize = true;
|
|
167
|
|
- this.rdoFilterExported.Location = new System.Drawing.Point(132, 69);
|
|
|
179
|
+ this.rdoFilterExported.Location = new System.Drawing.Point(176, 85);
|
|
|
180
|
+ this.rdoFilterExported.Margin = new System.Windows.Forms.Padding(4);
|
|
168
|
181
|
this.rdoFilterExported.Name = "rdoFilterExported";
|
|
169
|
|
- this.rdoFilterExported.Size = new System.Drawing.Size(115, 17);
|
|
|
182
|
+ this.rdoFilterExported.Size = new System.Drawing.Size(149, 21);
|
|
170
|
183
|
this.rdoFilterExported.TabIndex = 3;
|
|
171
|
184
|
this.rdoFilterExported.Text = "Exported Vouchers";
|
|
172
|
185
|
this.rdoFilterExported.UseVisualStyleBackColor = true;
|
|
|
@@ -175,9 +188,10 @@
|
|
175
|
188
|
// rdoFilterReprinted
|
|
176
|
189
|
//
|
|
177
|
190
|
this.rdoFilterReprinted.AutoSize = true;
|
|
178
|
|
- this.rdoFilterReprinted.Location = new System.Drawing.Point(132, 46);
|
|
|
191
|
+ this.rdoFilterReprinted.Location = new System.Drawing.Point(176, 57);
|
|
|
192
|
+ this.rdoFilterReprinted.Margin = new System.Windows.Forms.Padding(4);
|
|
179
|
193
|
this.rdoFilterReprinted.Name = "rdoFilterReprinted";
|
|
180
|
|
- this.rdoFilterReprinted.Size = new System.Drawing.Size(119, 17);
|
|
|
194
|
+ this.rdoFilterReprinted.Size = new System.Drawing.Size(155, 21);
|
|
181
|
195
|
this.rdoFilterReprinted.TabIndex = 3;
|
|
182
|
196
|
this.rdoFilterReprinted.Text = "Reprinted Vouchers";
|
|
183
|
197
|
this.rdoFilterReprinted.UseVisualStyleBackColor = true;
|
|
|
@@ -187,9 +201,10 @@
|
|
187
|
201
|
//
|
|
188
|
202
|
this.rdoFilterUnprinted.AutoSize = true;
|
|
189
|
203
|
this.rdoFilterUnprinted.Checked = true;
|
|
190
|
|
- this.rdoFilterUnprinted.Location = new System.Drawing.Point(6, 69);
|
|
|
204
|
+ this.rdoFilterUnprinted.Location = new System.Drawing.Point(8, 85);
|
|
|
205
|
+ this.rdoFilterUnprinted.Margin = new System.Windows.Forms.Padding(4);
|
|
191
|
206
|
this.rdoFilterUnprinted.Name = "rdoFilterUnprinted";
|
|
192
|
|
- this.rdoFilterUnprinted.Size = new System.Drawing.Size(119, 17);
|
|
|
207
|
+ this.rdoFilterUnprinted.Size = new System.Drawing.Size(155, 21);
|
|
193
|
208
|
this.rdoFilterUnprinted.TabIndex = 3;
|
|
194
|
209
|
this.rdoFilterUnprinted.TabStop = true;
|
|
195
|
210
|
this.rdoFilterUnprinted.Text = "Unprinted Vouchers";
|
|
|
@@ -199,9 +214,10 @@
|
|
199
|
214
|
// rdoFilterPrinted
|
|
200
|
215
|
//
|
|
201
|
216
|
this.rdoFilterPrinted.AutoSize = true;
|
|
202
|
|
- this.rdoFilterPrinted.Location = new System.Drawing.Point(6, 46);
|
|
|
217
|
+ this.rdoFilterPrinted.Location = new System.Drawing.Point(8, 57);
|
|
|
218
|
+ this.rdoFilterPrinted.Margin = new System.Windows.Forms.Padding(4);
|
|
203
|
219
|
this.rdoFilterPrinted.Name = "rdoFilterPrinted";
|
|
204
|
|
- this.rdoFilterPrinted.Size = new System.Drawing.Size(106, 17);
|
|
|
220
|
+ this.rdoFilterPrinted.Size = new System.Drawing.Size(138, 21);
|
|
205
|
221
|
this.rdoFilterPrinted.TabIndex = 3;
|
|
206
|
222
|
this.rdoFilterPrinted.Text = "Printed Vouchers";
|
|
207
|
223
|
this.rdoFilterPrinted.UseVisualStyleBackColor = true;
|
|
|
@@ -210,36 +226,40 @@
|
|
210
|
226
|
// label2
|
|
211
|
227
|
//
|
|
212
|
228
|
this.label2.AutoSize = true;
|
|
213
|
|
- this.label2.Location = new System.Drawing.Point(137, 19);
|
|
|
229
|
+ this.label2.Location = new System.Drawing.Point(183, 23);
|
|
|
230
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
214
|
231
|
this.label2.Name = "label2";
|
|
215
|
|
- this.label2.Size = new System.Drawing.Size(23, 13);
|
|
|
232
|
+ this.label2.Size = new System.Drawing.Size(29, 17);
|
|
216
|
233
|
this.label2.TabIndex = 2;
|
|
217
|
234
|
this.label2.Text = "To:";
|
|
218
|
235
|
//
|
|
219
|
236
|
// label1
|
|
220
|
237
|
//
|
|
221
|
238
|
this.label1.AutoSize = true;
|
|
222
|
|
- this.label1.Location = new System.Drawing.Point(6, 19);
|
|
|
239
|
+ this.label1.Location = new System.Drawing.Point(8, 23);
|
|
|
240
|
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
223
|
241
|
this.label1.Name = "label1";
|
|
224
|
|
- this.label1.Size = new System.Drawing.Size(33, 13);
|
|
|
242
|
+ this.label1.Size = new System.Drawing.Size(44, 17);
|
|
225
|
243
|
this.label1.TabIndex = 2;
|
|
226
|
244
|
this.label1.Text = "From:";
|
|
227
|
245
|
//
|
|
228
|
246
|
// dtpFilterEndDate
|
|
229
|
247
|
//
|
|
230
|
248
|
this.dtpFilterEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
231
|
|
- this.dtpFilterEndDate.Location = new System.Drawing.Point(160, 16);
|
|
|
249
|
+ this.dtpFilterEndDate.Location = new System.Drawing.Point(213, 20);
|
|
|
250
|
+ this.dtpFilterEndDate.Margin = new System.Windows.Forms.Padding(4);
|
|
232
|
251
|
this.dtpFilterEndDate.Name = "dtpFilterEndDate";
|
|
233
|
|
- this.dtpFilterEndDate.Size = new System.Drawing.Size(96, 20);
|
|
|
252
|
+ this.dtpFilterEndDate.Size = new System.Drawing.Size(127, 22);
|
|
234
|
253
|
this.dtpFilterEndDate.TabIndex = 0;
|
|
235
|
254
|
this.dtpFilterEndDate.CloseUp += new System.EventHandler(this.dtpFilterEndDate_CloseUp);
|
|
236
|
255
|
//
|
|
237
|
256
|
// dtpFilterStartDate
|
|
238
|
257
|
//
|
|
239
|
258
|
this.dtpFilterStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
240
|
|
- this.dtpFilterStartDate.Location = new System.Drawing.Point(40, 16);
|
|
|
259
|
+ this.dtpFilterStartDate.Location = new System.Drawing.Point(53, 20);
|
|
|
260
|
+ this.dtpFilterStartDate.Margin = new System.Windows.Forms.Padding(4);
|
|
241
|
261
|
this.dtpFilterStartDate.Name = "dtpFilterStartDate";
|
|
242
|
|
- this.dtpFilterStartDate.Size = new System.Drawing.Size(96, 20);
|
|
|
262
|
+ this.dtpFilterStartDate.Size = new System.Drawing.Size(127, 22);
|
|
243
|
263
|
this.dtpFilterStartDate.TabIndex = 0;
|
|
244
|
264
|
this.dtpFilterStartDate.CloseUp += new System.EventHandler(this.dtpFilterStartDate_CloseUp);
|
|
245
|
265
|
//
|
|
|
@@ -249,40 +269,45 @@
|
|
249
|
269
|
this.btnLogout.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset101clear;
|
|
250
|
270
|
this.btnLogout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
251
|
271
|
this.btnLogout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
252
|
|
- this.btnLogout.Location = new System.Drawing.Point(12, 0);
|
|
|
272
|
+ this.btnLogout.Location = new System.Drawing.Point(16, 0);
|
|
|
273
|
+ this.btnLogout.Margin = new System.Windows.Forms.Padding(4);
|
|
253
|
274
|
this.btnLogout.Name = "btnLogout";
|
|
254
|
|
- this.btnLogout.Size = new System.Drawing.Size(100, 100);
|
|
|
275
|
+ this.btnLogout.Size = new System.Drawing.Size(133, 123);
|
|
255
|
276
|
this.btnLogout.TabIndex = 1;
|
|
256
|
277
|
this.btnLogout.UseVisualStyleBackColor = false;
|
|
257
|
278
|
this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
|
|
258
|
|
- this.btnLogout.Paint += new System.Windows.Forms.PaintEventHandler(this.btnLogout_Paint);
|
|
|
279
|
+ this.btnLogout.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
|
|
259
|
280
|
//
|
|
260
|
281
|
// btnPrint
|
|
261
|
282
|
//
|
|
262
|
283
|
this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
|
|
263
|
284
|
this.btnPrint.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset401clear;
|
|
|
285
|
+ this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
264
|
286
|
this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
265
|
|
- this.btnPrint.Location = new System.Drawing.Point(330, 0);
|
|
|
287
|
+ this.btnPrint.Location = new System.Drawing.Point(440, 0);
|
|
|
288
|
+ this.btnPrint.Margin = new System.Windows.Forms.Padding(4);
|
|
266
|
289
|
this.btnPrint.Name = "btnPrint";
|
|
267
|
|
- this.btnPrint.Size = new System.Drawing.Size(100, 100);
|
|
|
290
|
+ this.btnPrint.Size = new System.Drawing.Size(133, 123);
|
|
268
|
291
|
this.btnPrint.TabIndex = 0;
|
|
269
|
292
|
this.btnPrint.UseVisualStyleBackColor = false;
|
|
270
|
293
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
271
|
|
- this.btnPrint.Paint += new System.Windows.Forms.PaintEventHandler(this.btnPrint_Paint);
|
|
|
294
|
+ this.btnPrint.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
|
|
272
|
295
|
//
|
|
273
|
296
|
// btnReExport
|
|
274
|
297
|
//
|
|
275
|
298
|
this.btnReExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
276
|
299
|
this.btnReExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(100)))), ((int)(((byte)(176)))));
|
|
277
|
300
|
this.btnReExport.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset701clear;
|
|
|
301
|
+ this.btnReExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
278
|
302
|
this.btnReExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
279
|
|
- this.btnReExport.Location = new System.Drawing.Point(802, 0);
|
|
|
303
|
+ this.btnReExport.Location = new System.Drawing.Point(1069, 0);
|
|
|
304
|
+ this.btnReExport.Margin = new System.Windows.Forms.Padding(4);
|
|
280
|
305
|
this.btnReExport.Name = "btnReExport";
|
|
281
|
|
- this.btnReExport.Size = new System.Drawing.Size(100, 100);
|
|
|
306
|
+ this.btnReExport.Size = new System.Drawing.Size(133, 123);
|
|
282
|
307
|
this.btnReExport.TabIndex = 0;
|
|
283
|
308
|
this.btnReExport.UseVisualStyleBackColor = false;
|
|
284
|
309
|
this.btnReExport.Click += new System.EventHandler(this.btnReExport_Click);
|
|
285
|
|
- this.btnReExport.Paint += new System.Windows.Forms.PaintEventHandler(this.btnReExport_Paint);
|
|
|
310
|
+ this.btnReExport.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
|
|
286
|
311
|
//
|
|
287
|
312
|
// btnOrder
|
|
288
|
313
|
//
|
|
|
@@ -291,13 +316,14 @@
|
|
291
|
316
|
this.btnOrder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
292
|
317
|
this.btnOrder.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
293
|
318
|
this.btnOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
294
|
|
- this.btnOrder.Location = new System.Drawing.Point(224, 0);
|
|
|
319
|
+ this.btnOrder.Location = new System.Drawing.Point(299, 0);
|
|
|
320
|
+ this.btnOrder.Margin = new System.Windows.Forms.Padding(4);
|
|
295
|
321
|
this.btnOrder.Name = "btnOrder";
|
|
296
|
|
- this.btnOrder.Size = new System.Drawing.Size(100, 100);
|
|
|
322
|
+ this.btnOrder.Size = new System.Drawing.Size(133, 123);
|
|
297
|
323
|
this.btnOrder.TabIndex = 0;
|
|
298
|
324
|
this.btnOrder.UseVisualStyleBackColor = false;
|
|
299
|
325
|
this.btnOrder.Click += new System.EventHandler(this.btnOrder_Click);
|
|
300
|
|
- this.btnOrder.Paint += new System.Windows.Forms.PaintEventHandler(this.btnOrder_Paint);
|
|
|
326
|
+ this.btnOrder.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
|
|
301
|
327
|
//
|
|
302
|
328
|
// dgvBatches
|
|
303
|
329
|
//
|
|
|
@@ -312,11 +338,12 @@
|
|
312
|
338
|
this.dgvBatches.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
|
|
313
|
339
|
this.dgvBatches.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
314
|
340
|
this.dgvBatches.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
315
|
|
- this.dgvBatches.Location = new System.Drawing.Point(12, 119);
|
|
|
341
|
+ this.dgvBatches.Location = new System.Drawing.Point(16, 146);
|
|
|
342
|
+ this.dgvBatches.Margin = new System.Windows.Forms.Padding(4);
|
|
316
|
343
|
this.dgvBatches.MultiSelect = false;
|
|
317
|
344
|
this.dgvBatches.Name = "dgvBatches";
|
|
318
|
345
|
this.dgvBatches.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
319
|
|
- this.dgvBatches.Size = new System.Drawing.Size(1263, 544);
|
|
|
346
|
+ this.dgvBatches.Size = new System.Drawing.Size(1684, 670);
|
|
320
|
347
|
this.dgvBatches.TabIndex = 4;
|
|
321
|
348
|
this.dgvBatches.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBatches_CellContentClick);
|
|
322
|
349
|
//
|
|
|
@@ -331,9 +358,10 @@
|
|
331
|
358
|
this.lblLoading.AutoSize = true;
|
|
332
|
359
|
this.lblLoading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
|
|
333
|
360
|
this.lblLoading.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
334
|
|
- this.lblLoading.Location = new System.Drawing.Point(516, 377);
|
|
|
361
|
+ this.lblLoading.Location = new System.Drawing.Point(688, 464);
|
|
|
362
|
+ this.lblLoading.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
335
|
363
|
this.lblLoading.Name = "lblLoading";
|
|
336
|
|
- this.lblLoading.Size = new System.Drawing.Size(245, 55);
|
|
|
364
|
+ this.lblLoading.Size = new System.Drawing.Size(302, 69);
|
|
337
|
365
|
this.lblLoading.TabIndex = 6;
|
|
338
|
366
|
this.lblLoading.Text = "Loading...";
|
|
339
|
367
|
//
|
|
|
@@ -344,17 +372,18 @@
|
|
344
|
372
|
//
|
|
345
|
373
|
// BatchForm
|
|
346
|
374
|
//
|
|
347
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
375
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
348
|
376
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
349
|
377
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
|
|
350
|
|
- this.ClientSize = new System.Drawing.Size(1287, 675);
|
|
|
378
|
+ this.ClientSize = new System.Drawing.Size(1716, 831);
|
|
351
|
379
|
this.Controls.Add(this.lblLoading);
|
|
352
|
380
|
this.Controls.Add(this.dgvBatches);
|
|
353
|
381
|
this.Controls.Add(this.pnlSplitGrids);
|
|
354
|
382
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
355
|
|
- this.MinimumSize = new System.Drawing.Size(1149, 714);
|
|
|
383
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
384
|
+ this.MinimumSize = new System.Drawing.Size(1526, 868);
|
|
356
|
385
|
this.Name = "BatchForm";
|
|
357
|
|
- this.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
|
|
|
386
|
+ this.Padding = new System.Windows.Forms.Padding(0, 12, 0, 0);
|
|
358
|
387
|
this.Text = "Bulk Printing";
|
|
359
|
388
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BatchForm_FormClosing);
|
|
360
|
389
|
this.Load += new System.EventHandler(this.BatchForm_Load);
|