|
|
@@ -57,8 +57,15 @@
|
|
57
|
57
|
this.label11 = new System.Windows.Forms.Label();
|
|
58
|
58
|
this.lblMinSeqNo = new System.Windows.Forms.Label();
|
|
59
|
59
|
this.lblMaxSeqNo = new System.Windows.Forms.Label();
|
|
|
60
|
+ this.rdoPageRange = new System.Windows.Forms.RadioButton();
|
|
|
61
|
+ this.numFirstPageNum = new System.Windows.Forms.NumericUpDown();
|
|
|
62
|
+ this.numLastPageNum = new System.Windows.Forms.NumericUpDown();
|
|
|
63
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
64
|
+ this.label12 = new System.Windows.Forms.Label();
|
|
60
|
65
|
((System.ComponentModel.ISupportInitialize)(this.numLastSeqNum)).BeginInit();
|
|
61
|
66
|
((System.ComponentModel.ISupportInitialize)(this.numFirstSeqNum)).BeginInit();
|
|
|
67
|
+ ((System.ComponentModel.ISupportInitialize)(this.numFirstPageNum)).BeginInit();
|
|
|
68
|
+ ((System.ComponentModel.ISupportInitialize)(this.numLastPageNum)).BeginInit();
|
|
62
|
69
|
this.SuspendLayout();
|
|
63
|
70
|
//
|
|
64
|
71
|
// lblPrintDescription
|
|
|
@@ -182,11 +189,11 @@
|
|
182
|
189
|
this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
183
|
190
|
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
184
|
191
|
this.btnCancel.ForeColor = System.Drawing.Color.White;
|
|
185
|
|
- this.btnCancel.Location = new System.Drawing.Point(193, 384);
|
|
186
|
|
- this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
192
|
+ this.btnCancel.Location = new System.Drawing.Point(193, 489);
|
|
|
193
|
+ this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
187
|
194
|
this.btnCancel.Name = "btnCancel";
|
|
188
|
195
|
this.btnCancel.Size = new System.Drawing.Size(100, 28);
|
|
189
|
|
- this.btnCancel.TabIndex = 12;
|
|
|
196
|
+ this.btnCancel.TabIndex = 8;
|
|
190
|
197
|
this.btnCancel.Text = "Cancel";
|
|
191
|
198
|
this.btnCancel.UseVisualStyleBackColor = false;
|
|
192
|
199
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
@@ -197,11 +204,11 @@
|
|
197
|
204
|
this.btnNext.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
198
|
205
|
this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
199
|
206
|
this.btnNext.ForeColor = System.Drawing.Color.White;
|
|
200
|
|
- this.btnNext.Location = new System.Drawing.Point(301, 384);
|
|
201
|
|
- this.btnNext.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
207
|
+ this.btnNext.Location = new System.Drawing.Point(301, 489);
|
|
|
208
|
+ this.btnNext.Margin = new System.Windows.Forms.Padding(4);
|
|
202
|
209
|
this.btnNext.Name = "btnNext";
|
|
203
|
210
|
this.btnNext.Size = new System.Drawing.Size(100, 28);
|
|
204
|
|
- this.btnNext.TabIndex = 13;
|
|
|
211
|
+ this.btnNext.TabIndex = 9;
|
|
205
|
212
|
this.btnNext.Text = "Next";
|
|
206
|
213
|
this.btnNext.UseVisualStyleBackColor = false;
|
|
207
|
214
|
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
|
|
@@ -210,7 +217,7 @@
|
|
210
|
217
|
//
|
|
211
|
218
|
this.lblFirstSeqNum.AutoSize = true;
|
|
212
|
219
|
this.lblFirstSeqNum.ForeColor = System.Drawing.Color.White;
|
|
213
|
|
- this.lblFirstSeqNum.Location = new System.Drawing.Point(56, 282);
|
|
|
220
|
+ this.lblFirstSeqNum.Location = new System.Drawing.Point(59, 281);
|
|
214
|
221
|
this.lblFirstSeqNum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
215
|
222
|
this.lblFirstSeqNum.Name = "lblFirstSeqNum";
|
|
216
|
223
|
this.lblFirstSeqNum.Size = new System.Drawing.Size(208, 17);
|
|
|
@@ -220,24 +227,24 @@
|
|
220
|
227
|
// numLastSeqNum
|
|
221
|
228
|
//
|
|
222
|
229
|
this.numLastSeqNum.Location = new System.Drawing.Point(275, 279);
|
|
223
|
|
- this.numLastSeqNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
230
|
+ this.numLastSeqNum.Margin = new System.Windows.Forms.Padding(4);
|
|
224
|
231
|
this.numLastSeqNum.Name = "numLastSeqNum";
|
|
225
|
232
|
this.numLastSeqNum.Size = new System.Drawing.Size(127, 22);
|
|
226
|
|
- this.numLastSeqNum.TabIndex = 18;
|
|
|
233
|
+ this.numLastSeqNum.TabIndex = 4;
|
|
227
|
234
|
//
|
|
228
|
235
|
// numFirstSeqNum
|
|
229
|
236
|
//
|
|
230
|
237
|
this.numFirstSeqNum.Location = new System.Drawing.Point(275, 251);
|
|
231
|
|
- this.numFirstSeqNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
238
|
+ this.numFirstSeqNum.Margin = new System.Windows.Forms.Padding(4);
|
|
232
|
239
|
this.numFirstSeqNum.Name = "numFirstSeqNum";
|
|
233
|
240
|
this.numFirstSeqNum.Size = new System.Drawing.Size(127, 22);
|
|
234
|
|
- this.numFirstSeqNum.TabIndex = 18;
|
|
|
241
|
+ this.numFirstSeqNum.TabIndex = 3;
|
|
235
|
242
|
//
|
|
236
|
243
|
// lblLastSeqNum
|
|
237
|
244
|
//
|
|
238
|
245
|
this.lblLastSeqNum.AutoSize = true;
|
|
239
|
246
|
this.lblLastSeqNum.ForeColor = System.Drawing.Color.White;
|
|
240
|
|
- this.lblLastSeqNum.Location = new System.Drawing.Point(44, 254);
|
|
|
247
|
+ this.lblLastSeqNum.Location = new System.Drawing.Point(44, 253);
|
|
241
|
248
|
this.lblLastSeqNum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
242
|
249
|
this.lblLastSeqNum.Name = "lblLastSeqNum";
|
|
243
|
250
|
this.lblLastSeqNum.Size = new System.Drawing.Size(223, 17);
|
|
|
@@ -284,10 +291,10 @@
|
|
284
|
291
|
this.rdoRange.Checked = true;
|
|
285
|
292
|
this.rdoRange.ForeColor = System.Drawing.Color.White;
|
|
286
|
293
|
this.rdoRange.Location = new System.Drawing.Point(40, 68);
|
|
287
|
|
- this.rdoRange.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
294
|
+ this.rdoRange.Margin = new System.Windows.Forms.Padding(4);
|
|
288
|
295
|
this.rdoRange.Name = "rdoRange";
|
|
289
|
296
|
this.rdoRange.Size = new System.Drawing.Size(231, 21);
|
|
290
|
|
- this.rdoRange.TabIndex = 21;
|
|
|
297
|
+ this.rdoRange.TabIndex = 0;
|
|
291
|
298
|
this.rdoRange.TabStop = true;
|
|
292
|
299
|
this.rdoRange.Text = "Choose a range from this batch:";
|
|
293
|
300
|
this.rdoRange.UseVisualStyleBackColor = true;
|
|
|
@@ -296,11 +303,11 @@
|
|
296
|
303
|
//
|
|
297
|
304
|
this.rdoSerial.AutoSize = true;
|
|
298
|
305
|
this.rdoSerial.ForeColor = System.Drawing.Color.White;
|
|
299
|
|
- this.rdoSerial.Location = new System.Drawing.Point(40, 311);
|
|
300
|
|
- this.rdoSerial.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
306
|
+ this.rdoSerial.Location = new System.Drawing.Point(40, 416);
|
|
|
307
|
+ this.rdoSerial.Margin = new System.Windows.Forms.Padding(4);
|
|
301
|
308
|
this.rdoSerial.Name = "rdoSerial";
|
|
302
|
309
|
this.rdoSerial.Size = new System.Drawing.Size(328, 21);
|
|
303
|
|
- this.rdoSerial.TabIndex = 21;
|
|
|
310
|
+ this.rdoSerial.TabIndex = 2;
|
|
304
|
311
|
this.rdoSerial.Text = "Choose an individual voucher by serial number:";
|
|
305
|
312
|
this.rdoSerial.UseVisualStyleBackColor = true;
|
|
306
|
313
|
//
|
|
|
@@ -308,7 +315,7 @@
|
|
308
|
315
|
//
|
|
309
|
316
|
this.label9.AutoSize = true;
|
|
310
|
317
|
this.label9.ForeColor = System.Drawing.Color.White;
|
|
311
|
|
- this.label9.Location = new System.Drawing.Point(97, 343);
|
|
|
318
|
+ this.label9.Location = new System.Drawing.Point(97, 448);
|
|
312
|
319
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
313
|
320
|
this.label9.Name = "label9";
|
|
314
|
321
|
this.label9.Size = new System.Drawing.Size(52, 17);
|
|
|
@@ -317,11 +324,11 @@
|
|
317
|
324
|
//
|
|
318
|
325
|
// txtSerialNum
|
|
319
|
326
|
//
|
|
320
|
|
- this.txtSerialNum.Location = new System.Drawing.Point(157, 340);
|
|
321
|
|
- this.txtSerialNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
327
|
+ this.txtSerialNum.Location = new System.Drawing.Point(157, 445);
|
|
|
328
|
+ this.txtSerialNum.Margin = new System.Windows.Forms.Padding(4);
|
|
322
|
329
|
this.txtSerialNum.Name = "txtSerialNum";
|
|
323
|
330
|
this.txtSerialNum.Size = new System.Drawing.Size(243, 22);
|
|
324
|
|
- this.txtSerialNum.TabIndex = 23;
|
|
|
331
|
+ this.txtSerialNum.TabIndex = 7;
|
|
325
|
332
|
this.txtSerialNum.TextChanged += new System.EventHandler(this.txtSerialNum_TextChanged);
|
|
326
|
333
|
//
|
|
327
|
334
|
// label10
|
|
|
@@ -366,6 +373,55 @@
|
|
366
|
373
|
this.lblMaxSeqNo.Size = new System.Drawing.Size(0, 17);
|
|
367
|
374
|
this.lblMaxSeqNo.TabIndex = 7;
|
|
368
|
375
|
//
|
|
|
376
|
+ // rdoPageRange
|
|
|
377
|
+ //
|
|
|
378
|
+ this.rdoPageRange.AutoSize = true;
|
|
|
379
|
+ this.rdoPageRange.Location = new System.Drawing.Point(40, 320);
|
|
|
380
|
+ this.rdoPageRange.Name = "rdoPageRange";
|
|
|
381
|
+ this.rdoPageRange.Size = new System.Drawing.Size(308, 21);
|
|
|
382
|
+ this.rdoPageRange.TabIndex = 1;
|
|
|
383
|
+ this.rdoPageRange.TabStop = true;
|
|
|
384
|
+ this.rdoPageRange.Text = "Choose a page range from the above batch:";
|
|
|
385
|
+ this.rdoPageRange.UseVisualStyleBackColor = true;
|
|
|
386
|
+ //
|
|
|
387
|
+ // numFirstPageNum
|
|
|
388
|
+ //
|
|
|
389
|
+ this.numFirstPageNum.Location = new System.Drawing.Point(275, 348);
|
|
|
390
|
+ this.numFirstPageNum.Margin = new System.Windows.Forms.Padding(4);
|
|
|
391
|
+ this.numFirstPageNum.Name = "numFirstPageNum";
|
|
|
392
|
+ this.numFirstPageNum.Size = new System.Drawing.Size(127, 22);
|
|
|
393
|
+ this.numFirstPageNum.TabIndex = 5;
|
|
|
394
|
+ //
|
|
|
395
|
+ // numLastPageNum
|
|
|
396
|
+ //
|
|
|
397
|
+ this.numLastPageNum.Location = new System.Drawing.Point(275, 376);
|
|
|
398
|
+ this.numLastPageNum.Margin = new System.Windows.Forms.Padding(4);
|
|
|
399
|
+ this.numLastPageNum.Name = "numLastPageNum";
|
|
|
400
|
+ this.numLastPageNum.Size = new System.Drawing.Size(127, 22);
|
|
|
401
|
+ this.numLastPageNum.TabIndex = 6;
|
|
|
402
|
+ //
|
|
|
403
|
+ // label2
|
|
|
404
|
+ //
|
|
|
405
|
+ this.label2.AutoSize = true;
|
|
|
406
|
+ this.label2.ForeColor = System.Drawing.Color.White;
|
|
|
407
|
+ this.label2.Location = new System.Drawing.Point(132, 350);
|
|
|
408
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
409
|
+ this.label2.Name = "label2";
|
|
|
410
|
+ this.label2.Size = new System.Drawing.Size(135, 17);
|
|
|
411
|
+ this.label2.TabIndex = 25;
|
|
|
412
|
+ this.label2.Text = "From Page Number:";
|
|
|
413
|
+ //
|
|
|
414
|
+ // label12
|
|
|
415
|
+ //
|
|
|
416
|
+ this.label12.AutoSize = true;
|
|
|
417
|
+ this.label12.ForeColor = System.Drawing.Color.White;
|
|
|
418
|
+ this.label12.Location = new System.Drawing.Point(147, 378);
|
|
|
419
|
+ this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
420
|
+ this.label12.Name = "label12";
|
|
|
421
|
+ this.label12.Size = new System.Drawing.Size(120, 17);
|
|
|
422
|
+ this.label12.TabIndex = 26;
|
|
|
423
|
+ this.label12.Text = "To Page Number:";
|
|
|
424
|
+ //
|
|
369
|
425
|
// ReprintForm
|
|
370
|
426
|
//
|
|
371
|
427
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
|
@@ -373,8 +429,13 @@
|
|
373
|
429
|
this.AutoSize = true;
|
|
374
|
430
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
375
|
431
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
|
|
376
|
|
- this.ClientSize = new System.Drawing.Size(424, 428);
|
|
|
432
|
+ this.ClientSize = new System.Drawing.Size(419, 528);
|
|
377
|
433
|
this.ControlBox = false;
|
|
|
434
|
+ this.Controls.Add(this.numFirstPageNum);
|
|
|
435
|
+ this.Controls.Add(this.numLastPageNum);
|
|
|
436
|
+ this.Controls.Add(this.label2);
|
|
|
437
|
+ this.Controls.Add(this.label12);
|
|
|
438
|
+ this.Controls.Add(this.rdoPageRange);
|
|
378
|
439
|
this.Controls.Add(this.txtSerialNum);
|
|
379
|
440
|
this.Controls.Add(this.label9);
|
|
380
|
441
|
this.Controls.Add(this.rdoSerial);
|
|
|
@@ -406,7 +467,7 @@
|
|
406
|
467
|
this.ForeColor = System.Drawing.Color.White;
|
|
407
|
468
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
408
|
469
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
409
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
470
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
410
|
471
|
this.MaximizeBox = false;
|
|
411
|
472
|
this.MinimizeBox = false;
|
|
412
|
473
|
this.Name = "ReprintForm";
|
|
|
@@ -414,6 +475,8 @@
|
|
414
|
475
|
this.Load += new System.EventHandler(this.ReprintForm_Load);
|
|
415
|
476
|
((System.ComponentModel.ISupportInitialize)(this.numLastSeqNum)).EndInit();
|
|
416
|
477
|
((System.ComponentModel.ISupportInitialize)(this.numFirstSeqNum)).EndInit();
|
|
|
478
|
+ ((System.ComponentModel.ISupportInitialize)(this.numFirstPageNum)).EndInit();
|
|
|
479
|
+ ((System.ComponentModel.ISupportInitialize)(this.numLastPageNum)).EndInit();
|
|
417
|
480
|
this.ResumeLayout(false);
|
|
418
|
481
|
this.PerformLayout();
|
|
419
|
482
|
|
|
|
@@ -448,5 +511,10 @@
|
|
448
|
511
|
private System.Windows.Forms.Label label11;
|
|
449
|
512
|
private System.Windows.Forms.Label lblMinSeqNo;
|
|
450
|
513
|
private System.Windows.Forms.Label lblMaxSeqNo;
|
|
|
514
|
+ private System.Windows.Forms.RadioButton rdoPageRange;
|
|
|
515
|
+ private System.Windows.Forms.NumericUpDown numFirstPageNum;
|
|
|
516
|
+ private System.Windows.Forms.NumericUpDown numLastPageNum;
|
|
|
517
|
+ private System.Windows.Forms.Label label2;
|
|
|
518
|
+ private System.Windows.Forms.Label label12;
|
|
451
|
519
|
}
|
|
452
|
520
|
}
|