YxyyWvDetail.Designer.cs
44.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
namespace CsbrHcgClient
{
partial class YxyyWvDetail
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(YxyyWvDetail));
this.panTop = new System.Windows.Forms.Panel();
this.btnPtPrint = new System.Windows.Forms.Button();
this.btnRfidPrint = new System.Windows.Forms.Button();
this.lblbillNo = new System.Windows.Forms.Label();
this.txtbillNo = new System.Windows.Forms.TextBox();
this.lblmedstoreguid = new System.Windows.Forms.Label();
this.txtmedstoreguid = new System.Windows.Forms.TextBox();
this.txtmeddeptguid = new System.Windows.Forms.TextBox();
this.lblmeddeptguid = new System.Windows.Forms.Label();
this.panCenter = new System.Windows.Forms.Panel();
this.chk_SelectAll = new System.Windows.Forms.CheckBox();
this.dgv_Detail = new System.Windows.Forms.DataGridView();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.dataSet1 = new CsbrHcgClient.DataSet1();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.calendarColumn1 = new TabControlEx.CalendarColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colIsCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.colIntRow = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colMATNR = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colMAKTX = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colLIFNR = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colLot = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colExpireDate = new TabControlEx.CalendarColumn();
this.colPrintCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colMENG1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColhasRfidPrintCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colIsRK = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colIsZR = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colMSEH1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colMENGE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colXCHPF = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colPTEXT = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colLIFN2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colELIKZ = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colEBELP = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panTop.SuspendLayout();
this.panCenter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_Detail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
this.SuspendLayout();
//
// panTop
//
this.panTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panTop.Controls.Add(this.btnPtPrint);
this.panTop.Controls.Add(this.btnRfidPrint);
this.panTop.Controls.Add(this.lblbillNo);
this.panTop.Controls.Add(this.txtbillNo);
this.panTop.Controls.Add(this.lblmedstoreguid);
this.panTop.Controls.Add(this.txtmedstoreguid);
this.panTop.Controls.Add(this.txtmeddeptguid);
this.panTop.Controls.Add(this.lblmeddeptguid);
this.panTop.Dock = System.Windows.Forms.DockStyle.Top;
this.panTop.Location = new System.Drawing.Point(0, 0);
this.panTop.Margin = new System.Windows.Forms.Padding(5);
this.panTop.Name = "panTop";
this.panTop.Size = new System.Drawing.Size(1570, 60);
this.panTop.TabIndex = 0;
//
// btnPtPrint
//
this.btnPtPrint.Location = new System.Drawing.Point(1210, 8);
this.btnPtPrint.Margin = new System.Windows.Forms.Padding(5);
this.btnPtPrint.Name = "btnPtPrint";
this.btnPtPrint.Size = new System.Drawing.Size(125, 41);
this.btnPtPrint.TabIndex = 11;
this.btnPtPrint.Text = "普通标签打印";
this.btnPtPrint.UseVisualStyleBackColor = true;
this.btnPtPrint.Click += new System.EventHandler(this.btnPtPrint_Click);
//
// btnRfidPrint
//
this.btnRfidPrint.Location = new System.Drawing.Point(1060, 8);
this.btnRfidPrint.Margin = new System.Windows.Forms.Padding(5);
this.btnRfidPrint.Name = "btnRfidPrint";
this.btnRfidPrint.Size = new System.Drawing.Size(125, 41);
this.btnRfidPrint.TabIndex = 8;
this.btnRfidPrint.Text = "FRID标签打印";
this.btnRfidPrint.UseVisualStyleBackColor = true;
this.btnRfidPrint.Click += new System.EventHandler(this.btnRfidPrint_Click);
//
// lblbillNo
//
this.lblbillNo.AutoSize = true;
this.lblbillNo.Location = new System.Drawing.Point(679, 16);
this.lblbillNo.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.lblbillNo.Name = "lblbillNo";
this.lblbillNo.Size = new System.Drawing.Size(106, 21);
this.lblbillNo.TabIndex = 9;
this.lblbillNo.Text = "采购订单号:";
//
// txtbillNo
//
this.txtbillNo.Enabled = false;
this.txtbillNo.Location = new System.Drawing.Point(795, 13);
this.txtbillNo.Margin = new System.Windows.Forms.Padding(5);
this.txtbillNo.Name = "txtbillNo";
this.txtbillNo.Size = new System.Drawing.Size(235, 29);
this.txtbillNo.TabIndex = 10;
//
// lblmedstoreguid
//
this.lblmedstoreguid.AutoSize = true;
this.lblmedstoreguid.Location = new System.Drawing.Point(346, 16);
this.lblmedstoreguid.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.lblmedstoreguid.Name = "lblmedstoreguid";
this.lblmedstoreguid.Size = new System.Drawing.Size(58, 21);
this.lblmedstoreguid.TabIndex = 7;
this.lblmedstoreguid.Text = "库房:";
//
// txtmedstoreguid
//
this.txtmedstoreguid.Enabled = false;
this.txtmedstoreguid.Location = new System.Drawing.Point(414, 13);
this.txtmedstoreguid.Margin = new System.Windows.Forms.Padding(5);
this.txtmedstoreguid.Name = "txtmedstoreguid";
this.txtmedstoreguid.Size = new System.Drawing.Size(235, 29);
this.txtmedstoreguid.TabIndex = 8;
//
// txtmeddeptguid
//
this.txtmeddeptguid.Enabled = false;
this.txtmeddeptguid.Location = new System.Drawing.Point(82, 13);
this.txtmeddeptguid.Margin = new System.Windows.Forms.Padding(5);
this.txtmeddeptguid.Name = "txtmeddeptguid";
this.txtmeddeptguid.Size = new System.Drawing.Size(235, 29);
this.txtmeddeptguid.TabIndex = 4;
//
// lblmeddeptguid
//
this.lblmeddeptguid.AutoSize = true;
this.lblmeddeptguid.Location = new System.Drawing.Point(14, 16);
this.lblmeddeptguid.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.lblmeddeptguid.Name = "lblmeddeptguid";
this.lblmeddeptguid.Size = new System.Drawing.Size(58, 21);
this.lblmeddeptguid.TabIndex = 3;
this.lblmeddeptguid.Text = "工厂:";
//
// panCenter
//
this.panCenter.Controls.Add(this.chk_SelectAll);
this.panCenter.Controls.Add(this.dgv_Detail);
this.panCenter.Dock = System.Windows.Forms.DockStyle.Fill;
this.panCenter.Location = new System.Drawing.Point(0, 60);
this.panCenter.Margin = new System.Windows.Forms.Padding(5);
this.panCenter.Name = "panCenter";
this.panCenter.Size = new System.Drawing.Size(1570, 1002);
this.panCenter.TabIndex = 1;
//
// chk_SelectAll
//
this.chk_SelectAll.AutoSize = true;
this.chk_SelectAll.Location = new System.Drawing.Point(9, 9);
this.chk_SelectAll.Name = "chk_SelectAll";
this.chk_SelectAll.Size = new System.Drawing.Size(15, 14);
this.chk_SelectAll.TabIndex = 8;
this.chk_SelectAll.UseVisualStyleBackColor = true;
this.chk_SelectAll.CheckedChanged += new System.EventHandler(this.chk_SelectAll_CheckedChanged);
//
// dgv_Detail
//
this.dgv_Detail.AllowUserToAddRows = false;
this.dgv_Detail.AllowUserToDeleteRows = false;
this.dgv_Detail.AllowUserToResizeColumns = false;
this.dgv_Detail.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
this.dgv_Detail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_Detail.BackgroundColor = System.Drawing.Color.White;
this.dgv_Detail.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(161)))), ((int)(((byte)(164)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSkyBlue;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_Detail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgv_Detail.ColumnHeadersHeight = 30;
this.dgv_Detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv_Detail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colIsCheck,
this.colIntRow,
this.colMATNR,
this.colMAKTX,
this.colLIFNR,
this.colLot,
this.colExpireDate,
this.colPrintCount,
this.colMENG1,
this.ColhasRfidPrintCount,
this.colIsRK,
this.colIsZR,
this.colMSEH1,
this.colMENGE,
this.colXCHPF,
this.colPTEXT,
this.colLIFN2,
this.colELIKZ,
this.colEBELP});
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle19.Padding = new System.Windows.Forms.Padding(2, 1, 0, 1);
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.PowderBlue;
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_Detail.DefaultCellStyle = dataGridViewCellStyle19;
this.dgv_Detail.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_Detail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgv_Detail.EnableHeadersVisualStyles = false;
this.dgv_Detail.Location = new System.Drawing.Point(0, 0);
this.dgv_Detail.Margin = new System.Windows.Forms.Padding(5);
this.dgv_Detail.MultiSelect = false;
this.dgv_Detail.Name = "dgv_Detail";
this.dgv_Detail.RowHeadersVisible = false;
this.dgv_Detail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgv_Detail.RowTemplate.Height = 45;
this.dgv_Detail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_Detail.Size = new System.Drawing.Size(1570, 1002);
this.dgv_Detail.TabIndex = 7;
//
// bindingSource1
//
this.bindingSource1.DataSource = this.dataSet1;
this.bindingSource1.Position = 0;
//
// dataSet1
//
this.dataSet1.DataSetName = "DataSet1";
this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// reportViewer1
//
this.reportViewer1.Location = new System.Drawing.Point(398, 10);
this.reportViewer1.Name = "ReportViewer";
this.reportViewer1.ServerReport.BearerToken = null;
this.reportViewer1.Size = new System.Drawing.Size(396, 246);
this.reportViewer1.TabIndex = 0;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "IntRow";
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle20;
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 60;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "MATNR";
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle21;
this.dataGridViewTextBoxColumn2.HeaderText = "物料号";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 130;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "MAKTX";
dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle22;
this.dataGridViewTextBoxColumn3.HeaderText = "物料名称";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Width = 400;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "LIFNR";
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle23;
this.dataGridViewTextBoxColumn4.HeaderText = "供货供应商";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "Lot";
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle24;
this.dataGridViewTextBoxColumn5.HeaderText = "批次";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.Width = 150;
//
// calendarColumn1
//
this.calendarColumn1.DataPropertyName = "ExpireDate";
dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.calendarColumn1.DefaultCellStyle = dataGridViewCellStyle25;
this.calendarColumn1.HeaderText = "有效期";
this.calendarColumn1.Name = "calendarColumn1";
this.calendarColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.calendarColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.calendarColumn1.Width = 150;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "PrintCount";
dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle26;
this.dataGridViewTextBoxColumn6.HeaderText = "打印次数";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "MENG1";
dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle27;
this.dataGridViewTextBoxColumn7.HeaderText = "待收货数量";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "hasRfidPrintCount";
dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle28;
this.dataGridViewTextBoxColumn8.HeaderText = "已打印RFID标签数";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
this.dataGridViewTextBoxColumn8.ReadOnly = true;
this.dataGridViewTextBoxColumn8.Width = 150;
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "IsRK";
dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle29.ForeColor = System.Drawing.Color.Red;
this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle29;
this.dataGridViewTextBoxColumn9.HeaderText = "是否入柜";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
this.dataGridViewTextBoxColumn9.ReadOnly = true;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.DataPropertyName = "MSEH1";
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewTextBoxColumn10.HeaderText = "订货单位";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.DataPropertyName = "MENGE";
dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle31;
this.dataGridViewTextBoxColumn11.HeaderText = "采购数量";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.ReadOnly = true;
//
// dataGridViewTextBoxColumn12
//
this.dataGridViewTextBoxColumn12.DataPropertyName = "IsZR";
dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn12.DefaultCellStyle = dataGridViewCellStyle32;
this.dataGridViewTextBoxColumn12.HeaderText = "是否植入";
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
this.dataGridViewTextBoxColumn12.ReadOnly = true;
//
// dataGridViewTextBoxColumn13
//
this.dataGridViewTextBoxColumn13.DataPropertyName = "XCHPF";
this.dataGridViewTextBoxColumn13.HeaderText = "是否批次管理";
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
this.dataGridViewTextBoxColumn13.ReadOnly = true;
//
// dataGridViewTextBoxColumn14
//
this.dataGridViewTextBoxColumn14.DataPropertyName = "PTEXT";
dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewTextBoxColumn14.HeaderText = "类别";
this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
this.dataGridViewTextBoxColumn14.ReadOnly = true;
//
// dataGridViewTextBoxColumn15
//
this.dataGridViewTextBoxColumn15.DataPropertyName = "LIFN2";
dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn15.DefaultCellStyle = dataGridViewCellStyle34;
this.dataGridViewTextBoxColumn15.HeaderText = "结算供应商";
this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
this.dataGridViewTextBoxColumn15.ReadOnly = true;
//
// dataGridViewTextBoxColumn16
//
this.dataGridViewTextBoxColumn16.DataPropertyName = "ELIKZ";
dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn16.DefaultCellStyle = dataGridViewCellStyle35;
this.dataGridViewTextBoxColumn16.HeaderText = "交货完成";
this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
this.dataGridViewTextBoxColumn16.ReadOnly = true;
//
// dataGridViewTextBoxColumn17
//
this.dataGridViewTextBoxColumn17.DataPropertyName = "EBELP";
this.dataGridViewTextBoxColumn17.HeaderText = "SAP行号";
this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
this.dataGridViewTextBoxColumn17.ReadOnly = true;
this.dataGridViewTextBoxColumn17.Visible = false;
//
// colIsCheck
//
this.colIsCheck.DataPropertyName = "isCheck";
this.colIsCheck.FalseValue = "false";
this.colIsCheck.HeaderText = "";
this.colIsCheck.Name = "colIsCheck";
this.colIsCheck.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.colIsCheck.TrueValue = "true";
this.colIsCheck.Width = 30;
//
// colIntRow
//
this.colIntRow.DataPropertyName = "IntRow";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colIntRow.DefaultCellStyle = dataGridViewCellStyle3;
this.colIntRow.HeaderText = "序号";
this.colIntRow.Name = "colIntRow";
this.colIntRow.ReadOnly = true;
this.colIntRow.Width = 60;
//
// colMATNR
//
this.colMATNR.DataPropertyName = "MATNR";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colMATNR.DefaultCellStyle = dataGridViewCellStyle4;
this.colMATNR.HeaderText = "物料号";
this.colMATNR.Name = "colMATNR";
this.colMATNR.ReadOnly = true;
this.colMATNR.Width = 130;
//
// colMAKTX
//
this.colMAKTX.DataPropertyName = "MAKTX";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.colMAKTX.DefaultCellStyle = dataGridViewCellStyle5;
this.colMAKTX.HeaderText = "物料名称";
this.colMAKTX.Name = "colMAKTX";
this.colMAKTX.ReadOnly = true;
this.colMAKTX.Width = 400;
//
// colLIFNR
//
this.colLIFNR.DataPropertyName = "LIFNR";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colLIFNR.DefaultCellStyle = dataGridViewCellStyle6;
this.colLIFNR.HeaderText = "供货供应商";
this.colLIFNR.Name = "colLIFNR";
this.colLIFNR.ReadOnly = true;
//
// colLot
//
this.colLot.DataPropertyName = "Lot";
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colLot.DefaultCellStyle = dataGridViewCellStyle7;
this.colLot.HeaderText = "批次";
this.colLot.Name = "colLot";
this.colLot.Width = 150;
//
// colExpireDate
//
this.colExpireDate.DataPropertyName = "ExpireDate";
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colExpireDate.DefaultCellStyle = dataGridViewCellStyle8;
this.colExpireDate.HeaderText = "有效期";
this.colExpireDate.Name = "colExpireDate";
this.colExpireDate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.colExpireDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.colExpireDate.Width = 150;
//
// colPrintCount
//
this.colPrintCount.DataPropertyName = "PrintCount";
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.colPrintCount.DefaultCellStyle = dataGridViewCellStyle9;
this.colPrintCount.HeaderText = "打印次数";
this.colPrintCount.Name = "colPrintCount";
//
// colMENG1
//
this.colMENG1.DataPropertyName = "MENG1";
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.colMENG1.DefaultCellStyle = dataGridViewCellStyle10;
this.colMENG1.HeaderText = "待收货数量";
this.colMENG1.Name = "colMENG1";
this.colMENG1.ReadOnly = true;
//
// ColhasRfidPrintCount
//
this.ColhasRfidPrintCount.DataPropertyName = "hasRfidPrintCount";
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.ColhasRfidPrintCount.DefaultCellStyle = dataGridViewCellStyle11;
this.ColhasRfidPrintCount.HeaderText = "已打印RFID标签数";
this.ColhasRfidPrintCount.Name = "ColhasRfidPrintCount";
this.ColhasRfidPrintCount.ReadOnly = true;
this.ColhasRfidPrintCount.Width = 150;
//
// colIsRK
//
this.colIsRK.DataPropertyName = "IsRK";
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle12.ForeColor = System.Drawing.Color.Red;
this.colIsRK.DefaultCellStyle = dataGridViewCellStyle12;
this.colIsRK.HeaderText = "是否入柜";
this.colIsRK.Name = "colIsRK";
this.colIsRK.ReadOnly = true;
//
// colIsZR
//
this.colIsZR.DataPropertyName = "IsZR";
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colIsZR.DefaultCellStyle = dataGridViewCellStyle13;
this.colIsZR.HeaderText = "是否植入";
this.colIsZR.Name = "colIsZR";
this.colIsZR.ReadOnly = true;
//
// colMSEH1
//
this.colMSEH1.DataPropertyName = "MSEH1";
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colMSEH1.DefaultCellStyle = dataGridViewCellStyle14;
this.colMSEH1.HeaderText = "订货单位";
this.colMSEH1.Name = "colMSEH1";
this.colMSEH1.ReadOnly = true;
//
// colMENGE
//
this.colMENGE.DataPropertyName = "MENGE";
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.colMENGE.DefaultCellStyle = dataGridViewCellStyle15;
this.colMENGE.HeaderText = "采购数量";
this.colMENGE.Name = "colMENGE";
this.colMENGE.ReadOnly = true;
//
// colXCHPF
//
this.colXCHPF.DataPropertyName = "XCHPF";
this.colXCHPF.HeaderText = "是否批次管理";
this.colXCHPF.Name = "colXCHPF";
this.colXCHPF.ReadOnly = true;
//
// colPTEXT
//
this.colPTEXT.DataPropertyName = "PTEXT";
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colPTEXT.DefaultCellStyle = dataGridViewCellStyle16;
this.colPTEXT.HeaderText = "类别";
this.colPTEXT.Name = "colPTEXT";
this.colPTEXT.ReadOnly = true;
//
// colLIFN2
//
this.colLIFN2.DataPropertyName = "LIFN2";
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colLIFN2.DefaultCellStyle = dataGridViewCellStyle17;
this.colLIFN2.HeaderText = "结算供应商";
this.colLIFN2.Name = "colLIFN2";
this.colLIFN2.ReadOnly = true;
//
// colELIKZ
//
this.colELIKZ.DataPropertyName = "ELIKZ";
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colELIKZ.DefaultCellStyle = dataGridViewCellStyle18;
this.colELIKZ.HeaderText = "交货完成";
this.colELIKZ.Name = "colELIKZ";
this.colELIKZ.ReadOnly = true;
//
// colEBELP
//
this.colEBELP.DataPropertyName = "EBELP";
this.colEBELP.HeaderText = "SAP行号";
this.colEBELP.Name = "colEBELP";
this.colEBELP.ReadOnly = true;
this.colEBELP.Visible = false;
//
// YxyyWvDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1570, 1062);
this.Controls.Add(this.panCenter);
this.Controls.Add(this.panTop);
this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "YxyyWvDetail";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "物料二维码标签打印_详情";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.panTop.ResumeLayout(false);
this.panTop.PerformLayout();
this.panCenter.ResumeLayout(false);
this.panCenter.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_Detail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panTop;
private System.Windows.Forms.Panel panCenter;
private System.Windows.Forms.TextBox txtmeddeptguid;
private System.Windows.Forms.Label lblmeddeptguid;
private System.Windows.Forms.Label lblmedstoreguid;
private System.Windows.Forms.TextBox txtmedstoreguid;
private System.Windows.Forms.Label lblbillNo;
private System.Windows.Forms.TextBox txtbillNo;
private System.Windows.Forms.DataGridView dgv_Detail;
private System.Windows.Forms.Button btnRfidPrint;
private System.Windows.Forms.CheckBox chk_SelectAll;
private System.Windows.Forms.Button btnPtPrint;
private System.Windows.Forms.BindingSource bindingSource1;
private DataSet1 dataSet1;
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
private System.Windows.Forms.DataGridViewCheckBoxColumn colIsCheck;
private System.Windows.Forms.DataGridViewTextBoxColumn colIntRow;
private System.Windows.Forms.DataGridViewTextBoxColumn colMATNR;
private System.Windows.Forms.DataGridViewTextBoxColumn colMAKTX;
private System.Windows.Forms.DataGridViewTextBoxColumn colLIFNR;
private System.Windows.Forms.DataGridViewTextBoxColumn colLot;
private TabControlEx.CalendarColumn colExpireDate;
private System.Windows.Forms.DataGridViewTextBoxColumn colPrintCount;
private System.Windows.Forms.DataGridViewTextBoxColumn colMENG1;
private System.Windows.Forms.DataGridViewTextBoxColumn ColhasRfidPrintCount;
private System.Windows.Forms.DataGridViewTextBoxColumn colIsRK;
private System.Windows.Forms.DataGridViewTextBoxColumn colIsZR;
private System.Windows.Forms.DataGridViewTextBoxColumn colMSEH1;
private System.Windows.Forms.DataGridViewTextBoxColumn colMENGE;
private System.Windows.Forms.DataGridViewTextBoxColumn colXCHPF;
private System.Windows.Forms.DataGridViewTextBoxColumn colPTEXT;
private System.Windows.Forms.DataGridViewTextBoxColumn colLIFN2;
private System.Windows.Forms.DataGridViewTextBoxColumn colELIKZ;
private System.Windows.Forms.DataGridViewTextBoxColumn colEBELP;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private TabControlEx.CalendarColumn calendarColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
}
}