|
|
@@ -45,9 +45,12 @@
|
|
45
|
45
|
this.numStartSeqNo = new System.Windows.Forms.NumericUpDown();
|
|
46
|
46
|
this.numEndSeqNo = new System.Windows.Forms.NumericUpDown();
|
|
47
|
47
|
this.btnSearch = new System.Windows.Forms.Button();
|
|
|
48
|
+ this.numBatchId = new System.Windows.Forms.NumericUpDown();
|
|
|
49
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
48
|
50
|
((System.ComponentModel.ISupportInitialize)(this.dgvVouchers)).BeginInit();
|
|
49
|
51
|
((System.ComponentModel.ISupportInitialize)(this.numStartSeqNo)).BeginInit();
|
|
50
|
52
|
((System.ComponentModel.ISupportInitialize)(this.numEndSeqNo)).BeginInit();
|
|
|
53
|
+ ((System.ComponentModel.ISupportInitialize)(this.numBatchId)).BeginInit();
|
|
51
|
54
|
this.SuspendLayout();
|
|
52
|
55
|
//
|
|
53
|
56
|
// dgvVouchers
|
|
|
@@ -131,7 +134,7 @@
|
|
131
|
134
|
// dtpStartDate
|
|
132
|
135
|
//
|
|
133
|
136
|
this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
134
|
|
- this.dtpStartDate.Location = new System.Drawing.Point(231, 40);
|
|
|
137
|
+ this.dtpStartDate.Location = new System.Drawing.Point(353, 39);
|
|
135
|
138
|
this.dtpStartDate.Name = "dtpStartDate";
|
|
136
|
139
|
this.dtpStartDate.Size = new System.Drawing.Size(100, 20);
|
|
137
|
140
|
this.dtpStartDate.TabIndex = 10;
|
|
|
@@ -140,7 +143,7 @@
|
|
140
|
143
|
// dtpEndDate
|
|
141
|
144
|
//
|
|
142
|
145
|
this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
143
|
|
- this.dtpEndDate.Location = new System.Drawing.Point(388, 40);
|
|
|
146
|
+ this.dtpEndDate.Location = new System.Drawing.Point(510, 39);
|
|
144
|
147
|
this.dtpEndDate.Name = "dtpEndDate";
|
|
145
|
148
|
this.dtpEndDate.Size = new System.Drawing.Size(100, 20);
|
|
146
|
149
|
this.dtpEndDate.TabIndex = 10;
|
|
|
@@ -148,7 +151,7 @@
|
|
148
|
151
|
//
|
|
149
|
152
|
// txtSerial
|
|
150
|
153
|
//
|
|
151
|
|
- this.txtSerial.Location = new System.Drawing.Point(198, 86);
|
|
|
154
|
+ this.txtSerial.Location = new System.Drawing.Point(320, 85);
|
|
152
|
155
|
this.txtSerial.Name = "txtSerial";
|
|
153
|
156
|
this.txtSerial.Size = new System.Drawing.Size(290, 20);
|
|
154
|
157
|
this.txtSerial.TabIndex = 11;
|
|
|
@@ -157,7 +160,7 @@
|
|
157
|
160
|
//
|
|
158
|
161
|
this.lblBatch1.AutoSize = true;
|
|
159
|
162
|
this.lblBatch1.ForeColor = System.Drawing.Color.White;
|
|
160
|
|
- this.lblBatch1.Location = new System.Drawing.Point(195, 65);
|
|
|
163
|
+ this.lblBatch1.Location = new System.Drawing.Point(317, 64);
|
|
161
|
164
|
this.lblBatch1.Name = "lblBatch1";
|
|
162
|
165
|
this.lblBatch1.Size = new System.Drawing.Size(30, 13);
|
|
163
|
166
|
this.lblBatch1.TabIndex = 12;
|
|
|
@@ -168,7 +171,7 @@
|
|
168
|
171
|
//
|
|
169
|
172
|
this.label3.AutoSize = true;
|
|
170
|
173
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
171
|
|
- this.label3.Location = new System.Drawing.Point(195, 42);
|
|
|
174
|
+ this.label3.Location = new System.Drawing.Point(317, 41);
|
|
172
|
175
|
this.label3.Name = "label3";
|
|
173
|
176
|
this.label3.Size = new System.Drawing.Size(30, 13);
|
|
174
|
177
|
this.label3.TabIndex = 12;
|
|
|
@@ -179,7 +182,7 @@
|
|
179
|
182
|
//
|
|
180
|
183
|
this.label4.AutoSize = true;
|
|
181
|
184
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|
182
|
|
- this.label4.Location = new System.Drawing.Point(362, 42);
|
|
|
185
|
+ this.label4.Location = new System.Drawing.Point(484, 41);
|
|
183
|
186
|
this.label4.Name = "label4";
|
|
184
|
187
|
this.label4.Size = new System.Drawing.Size(20, 13);
|
|
185
|
188
|
this.label4.TabIndex = 12;
|
|
|
@@ -190,7 +193,7 @@
|
|
190
|
193
|
//
|
|
191
|
194
|
this.lblBatch2.AutoSize = true;
|
|
192
|
195
|
this.lblBatch2.ForeColor = System.Drawing.Color.White;
|
|
193
|
|
- this.lblBatch2.Location = new System.Drawing.Point(362, 65);
|
|
|
196
|
+ this.lblBatch2.Location = new System.Drawing.Point(484, 64);
|
|
194
|
197
|
this.lblBatch2.Name = "lblBatch2";
|
|
195
|
198
|
this.lblBatch2.Size = new System.Drawing.Size(20, 13);
|
|
196
|
199
|
this.lblBatch2.TabIndex = 12;
|
|
|
@@ -199,7 +202,7 @@
|
|
199
|
202
|
//
|
|
200
|
203
|
// numStartSeqNo
|
|
201
|
204
|
//
|
|
202
|
|
- this.numStartSeqNo.Location = new System.Drawing.Point(231, 63);
|
|
|
205
|
+ this.numStartSeqNo.Location = new System.Drawing.Point(353, 62);
|
|
203
|
206
|
this.numStartSeqNo.Name = "numStartSeqNo";
|
|
204
|
207
|
this.numStartSeqNo.Size = new System.Drawing.Size(100, 20);
|
|
205
|
208
|
this.numStartSeqNo.TabIndex = 14;
|
|
|
@@ -207,7 +210,7 @@
|
|
207
|
210
|
//
|
|
208
|
211
|
// numEndSeqNo
|
|
209
|
212
|
//
|
|
210
|
|
- this.numEndSeqNo.Location = new System.Drawing.Point(388, 63);
|
|
|
213
|
+ this.numEndSeqNo.Location = new System.Drawing.Point(510, 62);
|
|
211
|
214
|
this.numEndSeqNo.Name = "numEndSeqNo";
|
|
212
|
215
|
this.numEndSeqNo.Size = new System.Drawing.Size(100, 20);
|
|
213
|
216
|
this.numEndSeqNo.TabIndex = 14;
|
|
|
@@ -218,19 +221,38 @@
|
|
218
|
221
|
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
|
|
219
|
222
|
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
|
|
220
|
223
|
this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
221
|
|
- this.btnSearch.Location = new System.Drawing.Point(494, 3);
|
|
|
224
|
+ this.btnSearch.Location = new System.Drawing.Point(616, 2);
|
|
222
|
225
|
this.btnSearch.Name = "btnSearch";
|
|
223
|
226
|
this.btnSearch.Size = new System.Drawing.Size(100, 100);
|
|
224
|
227
|
this.btnSearch.TabIndex = 13;
|
|
225
|
228
|
this.btnSearch.UseVisualStyleBackColor = false;
|
|
226
|
229
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
227
|
230
|
//
|
|
|
231
|
+ // numBatchId
|
|
|
232
|
+ //
|
|
|
233
|
+ this.numBatchId.Location = new System.Drawing.Point(242, 62);
|
|
|
234
|
+ this.numBatchId.Name = "numBatchId";
|
|
|
235
|
+ this.numBatchId.Size = new System.Drawing.Size(69, 20);
|
|
|
236
|
+ this.numBatchId.TabIndex = 15;
|
|
|
237
|
+ //
|
|
|
238
|
+ // label2
|
|
|
239
|
+ //
|
|
|
240
|
+ this.label2.AutoSize = true;
|
|
|
241
|
+ this.label2.ForeColor = System.Drawing.Color.White;
|
|
|
242
|
+ this.label2.Location = new System.Drawing.Point(187, 65);
|
|
|
243
|
+ this.label2.Name = "label2";
|
|
|
244
|
+ this.label2.Size = new System.Drawing.Size(49, 13);
|
|
|
245
|
+ this.label2.TabIndex = 16;
|
|
|
246
|
+ this.label2.Text = "Batch ID";
|
|
|
247
|
+ //
|
|
228
|
248
|
// VoucherForm
|
|
229
|
249
|
//
|
|
230
|
250
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
231
|
251
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
232
|
252
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
|
|
233
|
253
|
this.ClientSize = new System.Drawing.Size(728, 554);
|
|
|
254
|
+ this.Controls.Add(this.label2);
|
|
|
255
|
+ this.Controls.Add(this.numBatchId);
|
|
234
|
256
|
this.Controls.Add(this.numEndSeqNo);
|
|
235
|
257
|
this.Controls.Add(this.numStartSeqNo);
|
|
236
|
258
|
this.Controls.Add(this.btnSearch);
|
|
|
@@ -255,6 +277,7 @@
|
|
255
|
277
|
((System.ComponentModel.ISupportInitialize)(this.dgvVouchers)).EndInit();
|
|
256
|
278
|
((System.ComponentModel.ISupportInitialize)(this.numStartSeqNo)).EndInit();
|
|
257
|
279
|
((System.ComponentModel.ISupportInitialize)(this.numEndSeqNo)).EndInit();
|
|
|
280
|
+ ((System.ComponentModel.ISupportInitialize)(this.numBatchId)).EndInit();
|
|
258
|
281
|
this.ResumeLayout(false);
|
|
259
|
282
|
this.PerformLayout();
|
|
260
|
283
|
|
|
|
@@ -278,5 +301,7 @@
|
|
278
|
301
|
private System.Windows.Forms.Button btnSearch;
|
|
279
|
302
|
private System.Windows.Forms.NumericUpDown numStartSeqNo;
|
|
280
|
303
|
private System.Windows.Forms.NumericUpDown numEndSeqNo;
|
|
|
304
|
+ private System.Windows.Forms.NumericUpDown numBatchId;
|
|
|
305
|
+ private System.Windows.Forms.Label label2;
|
|
281
|
306
|
}
|
|
282
|
307
|
}
|