|
@@ -27,12 +27,12 @@ Partial Class 訂單控制表
|
27
|
27
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
28
|
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
29
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
30
|
+ Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
31
|
+ Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
32
|
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
31
|
33
|
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
32
|
34
|
Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
33
|
35
|
Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
34
|
|
- Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
35
|
|
- Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
36
|
36
|
Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
37
|
37
|
Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
38
|
38
|
Me.業務_cb = New System.Windows.Forms.ComboBox()
|
|
@@ -69,6 +69,7 @@ Partial Class 訂單控制表
|
69
|
69
|
Me.Label46 = New System.Windows.Forms.Label()
|
70
|
70
|
Me.Label47 = New System.Windows.Forms.Label()
|
71
|
71
|
Me.刷卡傭金_tb = New System.Windows.Forms.TextBox()
|
|
72
|
+ Me.Label23 = New System.Windows.Forms.Label()
|
72
|
73
|
Me.Label48 = New System.Windows.Forms.Label()
|
73
|
74
|
Me.其他成本_tb = New System.Windows.Forms.TextBox()
|
74
|
75
|
Me.Label45 = New System.Windows.Forms.Label()
|
|
@@ -127,7 +128,6 @@ Partial Class 訂單控制表
|
127
|
128
|
Me.Label24 = New System.Windows.Forms.Label()
|
128
|
129
|
Me.銷售資料流水號_tb = New System.Windows.Forms.TextBox()
|
129
|
130
|
Me.Label27 = New System.Windows.Forms.Label()
|
130
|
|
- Me.Label23 = New System.Windows.Forms.Label()
|
131
|
131
|
Me.物料圖1_pb = New System.Windows.Forms.PictureBox()
|
132
|
132
|
Me.最低售價_cb = New System.Windows.Forms.ComboBox()
|
133
|
133
|
Me.最低運費_cb = New System.Windows.Forms.ComboBox()
|
|
@@ -140,6 +140,9 @@ Partial Class 訂單控制表
|
140
|
140
|
Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
|
141
|
141
|
Me.Label13 = New System.Windows.Forms.Label()
|
142
|
142
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
143
|
+ Me.查詢2_bt = New System.Windows.Forms.Button()
|
|
144
|
+ Me.備註關鍵字_tb = New System.Windows.Forms.TextBox()
|
|
145
|
+ Me.Label17 = New System.Windows.Forms.Label()
|
143
|
146
|
Me.查詢1_bt = New System.Windows.Forms.Button()
|
144
|
147
|
Me.帳務關鍵字_tb = New System.Windows.Forms.TextBox()
|
145
|
148
|
Me.Label16 = New System.Windows.Forms.Label()
|
|
@@ -185,14 +188,14 @@ Partial Class 訂單控制表
|
185
|
188
|
Me.銷售單據_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
186
|
189
|
Me.銷售單據_dgv.BackgroundColor = System.Drawing.Color.White
|
187
|
190
|
Me.銷售單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
188
|
|
- Me.銷售單據_dgv.Location = New System.Drawing.Point(3, 77)
|
|
191
|
+ Me.銷售單據_dgv.Location = New System.Drawing.Point(3, 96)
|
189
|
192
|
Me.銷售單據_dgv.Name = "銷售單據_dgv"
|
190
|
193
|
Me.銷售單據_dgv.RowHeadersWidth = 5
|
191
|
194
|
DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
192
|
195
|
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
193
|
196
|
Me.銷售單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
194
|
197
|
Me.銷售單據_dgv.RowTemplate.Height = 24
|
195
|
|
- Me.銷售單據_dgv.Size = New System.Drawing.Size(548, 636)
|
|
198
|
+ Me.銷售單據_dgv.Size = New System.Drawing.Size(548, 615)
|
196
|
199
|
Me.銷售單據_dgv.TabIndex = 1256
|
197
|
200
|
'
|
198
|
201
|
'未審核_lb
|
|
@@ -384,17 +387,18 @@ Partial Class 訂單控制表
|
384
|
387
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
385
|
388
|
Me.Panel1.AutoScroll = True
|
386
|
389
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
390
|
+ Me.Panel1.Controls.Add(Me.銷售衍生運費_dgv)
|
|
391
|
+ Me.Panel1.Controls.Add(Me.銷售備註_dgv)
|
|
392
|
+ Me.Panel1.Controls.Add(Me.收款事項_dgv)
|
387
|
393
|
Me.Panel1.Controls.Add(Me.稅金25_tb)
|
388
|
394
|
Me.Panel1.Controls.Add(Me.Label51)
|
389
|
|
- Me.Panel1.Controls.Add(Me.項次4_tb)
|
390
|
|
- Me.Panel1.Controls.Add(Me.Label49)
|
391
|
|
- Me.Panel1.Controls.Add(Me.銷售衍生運費_dgv)
|
392
|
395
|
Me.Panel1.Controls.Add(Me.通知_lb)
|
393
|
396
|
Me.Panel1.Controls.Add(Me.刷卡總和_tb)
|
394
|
397
|
Me.Panel1.Controls.Add(Me.刷卡稅金_tb)
|
395
|
398
|
Me.Panel1.Controls.Add(Me.Label46)
|
396
|
399
|
Me.Panel1.Controls.Add(Me.Label47)
|
397
|
400
|
Me.Panel1.Controls.Add(Me.刷卡傭金_tb)
|
|
401
|
+ Me.Panel1.Controls.Add(Me.Label23)
|
398
|
402
|
Me.Panel1.Controls.Add(Me.Label48)
|
399
|
403
|
Me.Panel1.Controls.Add(Me.其他成本_tb)
|
400
|
404
|
Me.Panel1.Controls.Add(Me.Label45)
|
|
@@ -409,8 +413,6 @@ Partial Class 訂單控制表
|
409
|
413
|
Me.Panel1.Controls.Add(Me.送貨地點_cb)
|
410
|
414
|
Me.Panel1.Controls.Add(Me.Label39)
|
411
|
415
|
Me.Panel1.Controls.Add(Me.項次3_tb)
|
412
|
|
- Me.Panel1.Controls.Add(Me.項次2_tb)
|
413
|
|
- Me.Panel1.Controls.Add(Me.Label36)
|
414
|
416
|
Me.Panel1.Controls.Add(Me.額外收支_tb)
|
415
|
417
|
Me.Panel1.Controls.Add(Me.Label35)
|
416
|
418
|
Me.Panel1.Controls.Add(Me.銷售合計_tb)
|
|
@@ -423,8 +425,6 @@ Partial Class 訂單控制表
|
423
|
425
|
Me.Panel1.Controls.Add(Me.Label31)
|
424
|
426
|
Me.Panel1.Controls.Add(Me.售價小計_tb)
|
425
|
427
|
Me.Panel1.Controls.Add(Me.Label30)
|
426
|
|
- Me.Panel1.Controls.Add(Me.項次1_tb)
|
427
|
|
- Me.Panel1.Controls.Add(Me.Label26)
|
428
|
428
|
Me.Panel1.Controls.Add(Me.項次_tb)
|
429
|
429
|
Me.Panel1.Controls.Add(Me.Label25)
|
430
|
430
|
Me.Panel1.Controls.Add(Me.調庫單號_tb)
|
|
@@ -439,13 +439,17 @@ Partial Class 訂單控制表
|
439
|
439
|
Me.Panel1.Controls.Add(Me.流水號_tb)
|
440
|
440
|
Me.Panel1.Controls.Add(Me.Label1)
|
441
|
441
|
Me.Panel1.Controls.Add(Me.Label5)
|
442
|
|
- Me.Panel1.Controls.Add(Me.銷售備註_dgv)
|
443
|
|
- Me.Panel1.Controls.Add(Me.收款事項_dgv)
|
444
|
442
|
Me.Panel1.Controls.Add(Me.Label28)
|
445
|
443
|
Me.Panel1.Controls.Add(Me.Label40)
|
446
|
444
|
Me.Panel1.Controls.Add(Me.Label20)
|
447
|
445
|
Me.Panel1.Controls.Add(Me.銷售明細_dgv)
|
448
|
446
|
Me.Panel1.Controls.Add(Me.Label14)
|
|
447
|
+ Me.Panel1.Controls.Add(Me.項次2_tb)
|
|
448
|
+ Me.Panel1.Controls.Add(Me.項次4_tb)
|
|
449
|
+ Me.Panel1.Controls.Add(Me.項次1_tb)
|
|
450
|
+ Me.Panel1.Controls.Add(Me.Label49)
|
|
451
|
+ Me.Panel1.Controls.Add(Me.Label36)
|
|
452
|
+ Me.Panel1.Controls.Add(Me.Label26)
|
449
|
453
|
Me.Panel1.Location = New System.Drawing.Point(1, 173)
|
450
|
454
|
Me.Panel1.Name = "Panel1"
|
451
|
455
|
Me.Panel1.Size = New System.Drawing.Size(769, 542)
|
|
@@ -455,7 +459,7 @@ Partial Class 訂單控制表
|
455
|
459
|
'
|
456
|
460
|
Me.稅金25_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
457
|
461
|
Me.稅金25_tb.ForeColor = System.Drawing.Color.Green
|
458
|
|
- Me.稅金25_tb.Location = New System.Drawing.Point(666, 676)
|
|
462
|
+ Me.稅金25_tb.Location = New System.Drawing.Point(683, 639)
|
459
|
463
|
Me.稅金25_tb.Name = "稅金25_tb"
|
460
|
464
|
Me.稅金25_tb.Size = New System.Drawing.Size(81, 23)
|
461
|
465
|
Me.稅金25_tb.TabIndex = 1565
|
|
@@ -468,7 +472,7 @@ Partial Class 訂單控制表
|
468
|
472
|
Me.Label51.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
469
|
473
|
Me.Label51.AutoSize = True
|
470
|
474
|
Me.Label51.ForeColor = System.Drawing.Color.Green
|
471
|
|
- Me.Label51.Location = New System.Drawing.Point(583, 679)
|
|
475
|
+ Me.Label51.Location = New System.Drawing.Point(600, 642)
|
472
|
476
|
Me.Label51.Name = "Label51"
|
473
|
477
|
Me.Label51.Size = New System.Drawing.Size(77, 16)
|
474
|
478
|
Me.Label51.TabIndex = 1564
|
|
@@ -477,20 +481,25 @@ Partial Class 訂單控制表
|
477
|
481
|
'
|
478
|
482
|
'項次4_tb
|
479
|
483
|
'
|
|
484
|
+ Me.項次4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
|
480
|
485
|
Me.項次4_tb.Enabled = False
|
481
|
|
- Me.項次4_tb.Location = New System.Drawing.Point(35, 515)
|
|
486
|
+ Me.項次4_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
487
|
+ Me.項次4_tb.Location = New System.Drawing.Point(-1, 536)
|
482
|
488
|
Me.項次4_tb.Name = "項次4_tb"
|
483
|
|
- Me.項次4_tb.Size = New System.Drawing.Size(71, 23)
|
|
489
|
+ Me.項次4_tb.Size = New System.Drawing.Size(20, 15)
|
484
|
490
|
Me.項次4_tb.TabIndex = 1351
|
|
491
|
+ Me.項次4_tb.Text = "0"
|
|
492
|
+ Me.項次4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
485
|
493
|
'
|
486
|
494
|
'Label49
|
487
|
495
|
'
|
488
|
496
|
Me.Label49.AutoSize = True
|
489
|
|
- Me.Label49.Location = New System.Drawing.Point(4, 518)
|
|
497
|
+ Me.Label49.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
498
|
+ Me.Label49.Location = New System.Drawing.Point(0, 499)
|
490
|
499
|
Me.Label49.Name = "Label49"
|
491
|
|
- Me.Label49.Size = New System.Drawing.Size(31, 16)
|
|
500
|
+ Me.Label49.Size = New System.Drawing.Size(18, 30)
|
492
|
501
|
Me.Label49.TabIndex = 1352
|
493
|
|
- Me.Label49.Text = "項次"
|
|
502
|
+ Me.Label49.Text = "項" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "次"
|
494
|
503
|
'
|
495
|
504
|
'銷售衍生運費_dgv
|
496
|
505
|
'
|
|
@@ -501,24 +510,24 @@ Partial Class 訂單控制表
|
501
|
510
|
Me.銷售衍生運費_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
502
|
511
|
Me.銷售衍生運費_dgv.BackgroundColor = System.Drawing.Color.White
|
503
|
512
|
Me.銷售衍生運費_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
504
|
|
- Me.銷售衍生運費_dgv.Location = New System.Drawing.Point(3, 540)
|
|
513
|
+ Me.銷售衍生運費_dgv.Location = New System.Drawing.Point(20, 496)
|
505
|
514
|
Me.銷售衍生運費_dgv.Name = "銷售衍生運費_dgv"
|
506
|
515
|
Me.銷售衍生運費_dgv.RowHeadersWidth = 5
|
507
|
516
|
DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
508
|
517
|
DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
509
|
518
|
Me.銷售衍生運費_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
|
510
|
519
|
Me.銷售衍生運費_dgv.RowTemplate.Height = 24
|
511
|
|
- Me.銷售衍生運費_dgv.Size = New System.Drawing.Size(574, 102)
|
|
520
|
+ Me.銷售衍生運費_dgv.Size = New System.Drawing.Size(575, 125)
|
512
|
521
|
Me.銷售衍生運費_dgv.TabIndex = 1350
|
513
|
522
|
'
|
514
|
523
|
'通知_lb
|
515
|
524
|
'
|
516
|
525
|
Me.通知_lb.AutoSize = True
|
517
|
|
- Me.通知_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
526
|
+ Me.通知_lb.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
518
|
527
|
Me.通知_lb.ForeColor = System.Drawing.Color.Red
|
519
|
|
- Me.通知_lb.Location = New System.Drawing.Point(120, 7)
|
|
528
|
+ Me.通知_lb.Location = New System.Drawing.Point(120, 2)
|
520
|
529
|
Me.通知_lb.Name = "通知_lb"
|
521
|
|
- Me.通知_lb.Size = New System.Drawing.Size(127, 15)
|
|
530
|
+ Me.通知_lb.Size = New System.Drawing.Size(125, 12)
|
522
|
531
|
Me.通知_lb.TabIndex = 1349
|
523
|
532
|
Me.通知_lb.Text = "........................................"
|
524
|
533
|
'
|
|
@@ -526,7 +535,7 @@ Partial Class 訂單控制表
|
526
|
535
|
'
|
527
|
536
|
Me.刷卡總和_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
528
|
537
|
Me.刷卡總和_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
529
|
|
- Me.刷卡總和_tb.Location = New System.Drawing.Point(665, 385)
|
|
538
|
+ Me.刷卡總和_tb.Location = New System.Drawing.Point(682, 373)
|
530
|
539
|
Me.刷卡總和_tb.Name = "刷卡總和_tb"
|
531
|
540
|
Me.刷卡總和_tb.Size = New System.Drawing.Size(81, 23)
|
532
|
541
|
Me.刷卡總和_tb.TabIndex = 1346
|
|
@@ -537,7 +546,7 @@ Partial Class 訂單控制表
|
537
|
546
|
'
|
538
|
547
|
Me.刷卡稅金_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
539
|
548
|
Me.刷卡稅金_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
540
|
|
- Me.刷卡稅金_tb.Location = New System.Drawing.Point(665, 410)
|
|
549
|
+ Me.刷卡稅金_tb.Location = New System.Drawing.Point(682, 396)
|
541
|
550
|
Me.刷卡稅金_tb.Name = "刷卡稅金_tb"
|
542
|
551
|
Me.刷卡稅金_tb.Size = New System.Drawing.Size(81, 23)
|
543
|
552
|
Me.刷卡稅金_tb.TabIndex = 1348
|
|
@@ -549,7 +558,7 @@ Partial Class 訂單控制表
|
549
|
558
|
Me.Label46.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
550
|
559
|
Me.Label46.AutoSize = True
|
551
|
560
|
Me.Label46.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
552
|
|
- Me.Label46.Location = New System.Drawing.Point(583, 413)
|
|
561
|
+ Me.Label46.Location = New System.Drawing.Point(600, 399)
|
553
|
562
|
Me.Label46.Name = "Label46"
|
554
|
563
|
Me.Label46.Size = New System.Drawing.Size(82, 16)
|
555
|
564
|
Me.Label46.TabIndex = 1347
|
|
@@ -560,7 +569,7 @@ Partial Class 訂單控制表
|
560
|
569
|
Me.Label47.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
561
|
570
|
Me.Label47.AutoSize = True
|
562
|
571
|
Me.Label47.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
563
|
|
- Me.Label47.Location = New System.Drawing.Point(583, 389)
|
|
572
|
+ Me.Label47.Location = New System.Drawing.Point(600, 377)
|
564
|
573
|
Me.Label47.Name = "Label47"
|
565
|
574
|
Me.Label47.Size = New System.Drawing.Size(82, 16)
|
566
|
575
|
Me.Label47.TabIndex = 1345
|
|
@@ -570,19 +579,29 @@ Partial Class 訂單控制表
|
570
|
579
|
'
|
571
|
580
|
Me.刷卡傭金_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
572
|
581
|
Me.刷卡傭金_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
573
|
|
- Me.刷卡傭金_tb.Location = New System.Drawing.Point(665, 435)
|
|
582
|
+ Me.刷卡傭金_tb.Location = New System.Drawing.Point(682, 419)
|
574
|
583
|
Me.刷卡傭金_tb.Name = "刷卡傭金_tb"
|
575
|
584
|
Me.刷卡傭金_tb.Size = New System.Drawing.Size(81, 23)
|
576
|
585
|
Me.刷卡傭金_tb.TabIndex = 1344
|
577
|
586
|
Me.刷卡傭金_tb.Text = "0"
|
578
|
587
|
Me.刷卡傭金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
579
|
588
|
'
|
|
589
|
+ 'Label23
|
|
590
|
+ '
|
|
591
|
+ Me.Label23.AutoSize = True
|
|
592
|
+ Me.Label23.Location = New System.Drawing.Point(310, 208)
|
|
593
|
+ Me.Label23.Name = "Label23"
|
|
594
|
+ Me.Label23.Size = New System.Drawing.Size(91, 16)
|
|
595
|
+ Me.Label23.TabIndex = 1258
|
|
596
|
+ Me.Label23.Text = "銷售資料流水號"
|
|
597
|
+ Me.Label23.Visible = False
|
|
598
|
+ '
|
580
|
599
|
'Label48
|
581
|
600
|
'
|
582
|
601
|
Me.Label48.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
583
|
602
|
Me.Label48.AutoSize = True
|
584
|
603
|
Me.Label48.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
585
|
|
- Me.Label48.Location = New System.Drawing.Point(582, 439)
|
|
604
|
+ Me.Label48.Location = New System.Drawing.Point(599, 423)
|
586
|
605
|
Me.Label48.Name = "Label48"
|
587
|
606
|
Me.Label48.Size = New System.Drawing.Size(82, 16)
|
588
|
607
|
Me.Label48.TabIndex = 1343
|
|
@@ -592,7 +611,7 @@ Partial Class 訂單控制表
|
592
|
611
|
'
|
593
|
612
|
Me.其他成本_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
594
|
613
|
Me.其他成本_tb.ForeColor = System.Drawing.Color.Green
|
595
|
|
- Me.其他成本_tb.Location = New System.Drawing.Point(666, 727)
|
|
614
|
+ Me.其他成本_tb.Location = New System.Drawing.Point(683, 685)
|
596
|
615
|
Me.其他成本_tb.Name = "其他成本_tb"
|
597
|
616
|
Me.其他成本_tb.Size = New System.Drawing.Size(81, 23)
|
598
|
617
|
Me.其他成本_tb.TabIndex = 1337
|
|
@@ -604,7 +623,7 @@ Partial Class 訂單控制表
|
604
|
623
|
Me.Label45.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
605
|
624
|
Me.Label45.AutoSize = True
|
606
|
625
|
Me.Label45.ForeColor = System.Drawing.Color.Green
|
607
|
|
- Me.Label45.Location = New System.Drawing.Point(583, 730)
|
|
626
|
+ Me.Label45.Location = New System.Drawing.Point(600, 688)
|
608
|
627
|
Me.Label45.Name = "Label45"
|
609
|
628
|
Me.Label45.Size = New System.Drawing.Size(82, 16)
|
610
|
629
|
Me.Label45.TabIndex = 1336
|
|
@@ -614,7 +633,7 @@ Partial Class 訂單控制表
|
614
|
633
|
'
|
615
|
634
|
Me.物料成本_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
616
|
635
|
Me.物料成本_tb.ForeColor = System.Drawing.Color.Green
|
617
|
|
- Me.物料成本_tb.Location = New System.Drawing.Point(666, 702)
|
|
636
|
+ Me.物料成本_tb.Location = New System.Drawing.Point(683, 662)
|
618
|
637
|
Me.物料成本_tb.Name = "物料成本_tb"
|
619
|
638
|
Me.物料成本_tb.Size = New System.Drawing.Size(81, 23)
|
620
|
639
|
Me.物料成本_tb.TabIndex = 1318
|
|
@@ -626,7 +645,7 @@ Partial Class 訂單控制表
|
626
|
645
|
Me.Label43.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
627
|
646
|
Me.Label43.AutoSize = True
|
628
|
647
|
Me.Label43.ForeColor = System.Drawing.Color.Green
|
629
|
|
- Me.Label43.Location = New System.Drawing.Point(583, 705)
|
|
648
|
+ Me.Label43.Location = New System.Drawing.Point(600, 665)
|
630
|
649
|
Me.Label43.Name = "Label43"
|
631
|
650
|
Me.Label43.Size = New System.Drawing.Size(82, 16)
|
632
|
651
|
Me.Label43.TabIndex = 1317
|
|
@@ -636,7 +655,7 @@ Partial Class 訂單控制表
|
636
|
655
|
'
|
637
|
656
|
Me.預估利潤_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
638
|
657
|
Me.預估利潤_tb.ForeColor = System.Drawing.Color.Green
|
639
|
|
- Me.預估利潤_tb.Location = New System.Drawing.Point(666, 777)
|
|
658
|
+ Me.預估利潤_tb.Location = New System.Drawing.Point(683, 731)
|
640
|
659
|
Me.預估利潤_tb.Name = "預估利潤_tb"
|
641
|
660
|
Me.預估利潤_tb.Size = New System.Drawing.Size(81, 23)
|
642
|
661
|
Me.預估利潤_tb.TabIndex = 1316
|
|
@@ -648,7 +667,7 @@ Partial Class 訂單控制表
|
648
|
667
|
Me.Label42.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
649
|
668
|
Me.Label42.AutoSize = True
|
650
|
669
|
Me.Label42.ForeColor = System.Drawing.Color.Green
|
651
|
|
- Me.Label42.Location = New System.Drawing.Point(584, 780)
|
|
670
|
+ Me.Label42.Location = New System.Drawing.Point(601, 734)
|
652
|
671
|
Me.Label42.Name = "Label42"
|
653
|
672
|
Me.Label42.Size = New System.Drawing.Size(82, 16)
|
654
|
673
|
Me.Label42.TabIndex = 1315
|
|
@@ -658,7 +677,7 @@ Partial Class 訂單控制表
|
658
|
677
|
'
|
659
|
678
|
Me.管銷費用_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
660
|
679
|
Me.管銷費用_tb.ForeColor = System.Drawing.Color.Green
|
661
|
|
- Me.管銷費用_tb.Location = New System.Drawing.Point(666, 752)
|
|
680
|
+ Me.管銷費用_tb.Location = New System.Drawing.Point(683, 708)
|
662
|
681
|
Me.管銷費用_tb.Name = "管銷費用_tb"
|
663
|
682
|
Me.管銷費用_tb.Size = New System.Drawing.Size(81, 23)
|
664
|
683
|
Me.管銷費用_tb.TabIndex = 1314
|
|
@@ -670,7 +689,7 @@ Partial Class 訂單控制表
|
670
|
689
|
Me.Label41.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
671
|
690
|
Me.Label41.AutoSize = True
|
672
|
691
|
Me.Label41.ForeColor = System.Drawing.Color.Green
|
673
|
|
- Me.Label41.Location = New System.Drawing.Point(584, 755)
|
|
692
|
+ Me.Label41.Location = New System.Drawing.Point(601, 711)
|
674
|
693
|
Me.Label41.Name = "Label41"
|
675
|
694
|
Me.Label41.Size = New System.Drawing.Size(82, 16)
|
676
|
695
|
Me.Label41.TabIndex = 1313
|
|
@@ -680,7 +699,7 @@ Partial Class 訂單控制表
|
680
|
699
|
'
|
681
|
700
|
Me.司機運費_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
682
|
701
|
Me.司機運費_tb.ForeColor = System.Drawing.Color.Black
|
683
|
|
- Me.司機運費_tb.Location = New System.Drawing.Point(665, 567)
|
|
702
|
+ Me.司機運費_tb.Location = New System.Drawing.Point(682, 541)
|
684
|
703
|
Me.司機運費_tb.Name = "司機運費_tb"
|
685
|
704
|
Me.司機運費_tb.Size = New System.Drawing.Size(81, 23)
|
686
|
705
|
Me.司機運費_tb.TabIndex = 1306
|
|
@@ -692,7 +711,7 @@ Partial Class 訂單控制表
|
692
|
711
|
Me.Label38.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
693
|
712
|
Me.Label38.AutoSize = True
|
694
|
713
|
Me.Label38.ForeColor = System.Drawing.Color.Black
|
695
|
|
- Me.Label38.Location = New System.Drawing.Point(580, 571)
|
|
714
|
+ Me.Label38.Location = New System.Drawing.Point(597, 545)
|
696
|
715
|
Me.Label38.Name = "Label38"
|
697
|
716
|
Me.Label38.Size = New System.Drawing.Size(82, 16)
|
698
|
717
|
Me.Label38.TabIndex = 1305
|
|
@@ -705,7 +724,7 @@ Partial Class 訂單控制表
|
705
|
724
|
Me.送貨地點_cb.Enabled = False
|
706
|
725
|
Me.送貨地點_cb.FormattingEnabled = True
|
707
|
726
|
Me.送貨地點_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
|
708
|
|
- Me.送貨地點_cb.Location = New System.Drawing.Point(636, 541)
|
|
727
|
+ Me.送貨地點_cb.Location = New System.Drawing.Point(653, 517)
|
709
|
728
|
Me.送貨地點_cb.Name = "送貨地點_cb"
|
710
|
729
|
Me.送貨地點_cb.Size = New System.Drawing.Size(110, 24)
|
711
|
730
|
Me.送貨地點_cb.TabIndex = 1303
|
|
@@ -714,7 +733,7 @@ Partial Class 訂單控制表
|
714
|
733
|
'
|
715
|
734
|
Me.Label39.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
716
|
735
|
Me.Label39.AutoSize = True
|
717
|
|
- Me.Label39.Location = New System.Drawing.Point(577, 545)
|
|
736
|
+ Me.Label39.Location = New System.Drawing.Point(596, 521)
|
718
|
737
|
Me.Label39.Name = "Label39"
|
719
|
738
|
Me.Label39.Size = New System.Drawing.Size(55, 16)
|
720
|
739
|
Me.Label39.TabIndex = 1304
|
|
@@ -724,34 +743,40 @@ Partial Class 訂單控制表
|
724
|
743
|
'
|
725
|
744
|
Me.項次3_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
726
|
745
|
Me.項次3_tb.Enabled = False
|
727
|
|
- Me.項次3_tb.Location = New System.Drawing.Point(443, 643)
|
|
746
|
+ Me.項次3_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
747
|
+ Me.項次3_tb.Location = New System.Drawing.Point(431, 265)
|
728
|
748
|
Me.項次3_tb.Name = "項次3_tb"
|
729
|
|
- Me.項次3_tb.Size = New System.Drawing.Size(32, 23)
|
|
749
|
+ Me.項次3_tb.Size = New System.Drawing.Size(32, 22)
|
730
|
750
|
Me.項次3_tb.TabIndex = 1290
|
731
|
751
|
Me.項次3_tb.Visible = False
|
732
|
752
|
'
|
733
|
753
|
'項次2_tb
|
734
|
754
|
'
|
|
755
|
+ Me.項次2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
|
735
|
756
|
Me.項次2_tb.Enabled = False
|
736
|
|
- Me.項次2_tb.Location = New System.Drawing.Point(36, 643)
|
|
757
|
+ Me.項次2_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
758
|
+ Me.項次2_tb.Location = New System.Drawing.Point(1, 657)
|
737
|
759
|
Me.項次2_tb.Name = "項次2_tb"
|
738
|
|
- Me.項次2_tb.Size = New System.Drawing.Size(68, 23)
|
|
760
|
+ Me.項次2_tb.Size = New System.Drawing.Size(20, 15)
|
739
|
761
|
Me.項次2_tb.TabIndex = 1284
|
|
762
|
+ Me.項次2_tb.Text = "0"
|
|
763
|
+ Me.項次2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
740
|
764
|
'
|
741
|
765
|
'Label36
|
742
|
766
|
'
|
743
|
767
|
Me.Label36.AutoSize = True
|
744
|
|
- Me.Label36.Location = New System.Drawing.Point(2, 646)
|
|
768
|
+ Me.Label36.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
769
|
+ Me.Label36.Location = New System.Drawing.Point(-2, 622)
|
745
|
770
|
Me.Label36.Name = "Label36"
|
746
|
|
- Me.Label36.Size = New System.Drawing.Size(31, 16)
|
|
771
|
+ Me.Label36.Size = New System.Drawing.Size(18, 30)
|
747
|
772
|
Me.Label36.TabIndex = 1285
|
748
|
|
- Me.Label36.Text = "項次"
|
|
773
|
+ Me.Label36.Text = "項" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "次"
|
749
|
774
|
'
|
750
|
775
|
'額外收支_tb
|
751
|
776
|
'
|
752
|
777
|
Me.額外收支_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
753
|
778
|
Me.額外收支_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
754
|
|
- Me.額外收支_tb.Location = New System.Drawing.Point(666, 645)
|
|
779
|
+ Me.額外收支_tb.Location = New System.Drawing.Point(683, 613)
|
755
|
780
|
Me.額外收支_tb.Name = "額外收支_tb"
|
756
|
781
|
Me.額外收支_tb.Size = New System.Drawing.Size(81, 23)
|
757
|
782
|
Me.額外收支_tb.TabIndex = 1281
|
|
@@ -763,7 +788,7 @@ Partial Class 訂單控制表
|
763
|
788
|
Me.Label35.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
764
|
789
|
Me.Label35.AutoSize = True
|
765
|
790
|
Me.Label35.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
766
|
|
- Me.Label35.Location = New System.Drawing.Point(580, 648)
|
|
791
|
+ Me.Label35.Location = New System.Drawing.Point(597, 616)
|
767
|
792
|
Me.Label35.Name = "Label35"
|
768
|
793
|
Me.Label35.Size = New System.Drawing.Size(85, 16)
|
769
|
794
|
Me.Label35.TabIndex = 1280
|
|
@@ -773,7 +798,7 @@ Partial Class 訂單控制表
|
773
|
798
|
'
|
774
|
799
|
Me.銷售合計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
775
|
800
|
Me.銷售合計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
776
|
|
- Me.銷售合計_tb.Location = New System.Drawing.Point(665, 513)
|
|
801
|
+ Me.銷售合計_tb.Location = New System.Drawing.Point(682, 491)
|
777
|
802
|
Me.銷售合計_tb.Name = "銷售合計_tb"
|
778
|
803
|
Me.銷售合計_tb.Size = New System.Drawing.Size(81, 23)
|
779
|
804
|
Me.銷售合計_tb.TabIndex = 1279
|
|
@@ -785,7 +810,7 @@ Partial Class 訂單控制表
|
785
|
810
|
Me.Label34.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
786
|
811
|
Me.Label34.AutoSize = True
|
787
|
812
|
Me.Label34.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
788
|
|
- Me.Label34.Location = New System.Drawing.Point(580, 516)
|
|
813
|
+ Me.Label34.Location = New System.Drawing.Point(597, 494)
|
789
|
814
|
Me.Label34.Name = "Label34"
|
790
|
815
|
Me.Label34.Size = New System.Drawing.Size(85, 16)
|
791
|
816
|
Me.Label34.TabIndex = 1278
|
|
@@ -795,7 +820,7 @@ Partial Class 訂單控制表
|
795
|
820
|
'
|
796
|
821
|
Me.稅金_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
797
|
822
|
Me.稅金_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
798
|
|
- Me.稅金_tb.Location = New System.Drawing.Point(665, 488)
|
|
823
|
+ Me.稅金_tb.Location = New System.Drawing.Point(682, 468)
|
799
|
824
|
Me.稅金_tb.Name = "稅金_tb"
|
800
|
825
|
Me.稅金_tb.Size = New System.Drawing.Size(81, 23)
|
801
|
826
|
Me.稅金_tb.TabIndex = 1277
|
|
@@ -807,7 +832,7 @@ Partial Class 訂單控制表
|
807
|
832
|
Me.Label33.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
808
|
833
|
Me.Label33.AutoSize = True
|
809
|
834
|
Me.Label33.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
810
|
|
- Me.Label33.Location = New System.Drawing.Point(580, 491)
|
|
835
|
+ Me.Label33.Location = New System.Drawing.Point(597, 471)
|
811
|
836
|
Me.Label33.Name = "Label33"
|
812
|
837
|
Me.Label33.Size = New System.Drawing.Size(84, 16)
|
813
|
838
|
Me.Label33.TabIndex = 1276
|
|
@@ -817,7 +842,7 @@ Partial Class 訂單控制表
|
817
|
842
|
'
|
818
|
843
|
Me.支出小計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
819
|
844
|
Me.支出小計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
820
|
|
- Me.支出小計_tb.Location = New System.Drawing.Point(666, 620)
|
|
845
|
+ Me.支出小計_tb.Location = New System.Drawing.Point(683, 590)
|
821
|
846
|
Me.支出小計_tb.Name = "支出小計_tb"
|
822
|
847
|
Me.支出小計_tb.Size = New System.Drawing.Size(81, 23)
|
823
|
848
|
Me.支出小計_tb.TabIndex = 1275
|
|
@@ -829,7 +854,7 @@ Partial Class 訂單控制表
|
829
|
854
|
Me.Label32.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
830
|
855
|
Me.Label32.AutoSize = True
|
831
|
856
|
Me.Label32.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
832
|
|
- Me.Label32.Location = New System.Drawing.Point(581, 623)
|
|
857
|
+ Me.Label32.Location = New System.Drawing.Point(598, 593)
|
833
|
858
|
Me.Label32.Name = "Label32"
|
834
|
859
|
Me.Label32.Size = New System.Drawing.Size(84, 16)
|
835
|
860
|
Me.Label32.TabIndex = 1274
|
|
@@ -839,7 +864,7 @@ Partial Class 訂單控制表
|
839
|
864
|
'
|
840
|
865
|
Me.收入小計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
841
|
866
|
Me.收入小計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
842
|
|
- Me.收入小計_tb.Location = New System.Drawing.Point(666, 595)
|
|
867
|
+ Me.收入小計_tb.Location = New System.Drawing.Point(683, 567)
|
843
|
868
|
Me.收入小計_tb.Name = "收入小計_tb"
|
844
|
869
|
Me.收入小計_tb.Size = New System.Drawing.Size(81, 23)
|
845
|
870
|
Me.收入小計_tb.TabIndex = 1273
|
|
@@ -851,7 +876,7 @@ Partial Class 訂單控制表
|
851
|
876
|
Me.Label31.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
852
|
877
|
Me.Label31.AutoSize = True
|
853
|
878
|
Me.Label31.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
854
|
|
- Me.Label31.Location = New System.Drawing.Point(579, 598)
|
|
879
|
+ Me.Label31.Location = New System.Drawing.Point(596, 570)
|
855
|
880
|
Me.Label31.Name = "Label31"
|
856
|
881
|
Me.Label31.Size = New System.Drawing.Size(84, 16)
|
857
|
882
|
Me.Label31.TabIndex = 1272
|
|
@@ -861,7 +886,7 @@ Partial Class 訂單控制表
|
861
|
886
|
'
|
862
|
887
|
Me.售價小計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
863
|
888
|
Me.售價小計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
864
|
|
- Me.售價小計_tb.Location = New System.Drawing.Point(665, 463)
|
|
889
|
+ Me.售價小計_tb.Location = New System.Drawing.Point(682, 445)
|
865
|
890
|
Me.售價小計_tb.Name = "售價小計_tb"
|
866
|
891
|
Me.售價小計_tb.Size = New System.Drawing.Size(81, 23)
|
867
|
892
|
Me.售價小計_tb.TabIndex = 1271
|
|
@@ -873,7 +898,7 @@ Partial Class 訂單控制表
|
873
|
898
|
Me.Label30.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
874
|
899
|
Me.Label30.AutoSize = True
|
875
|
900
|
Me.Label30.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
876
|
|
- Me.Label30.Location = New System.Drawing.Point(580, 467)
|
|
901
|
+ Me.Label30.Location = New System.Drawing.Point(597, 449)
|
877
|
902
|
Me.Label30.Name = "Label30"
|
878
|
903
|
Me.Label30.Size = New System.Drawing.Size(84, 16)
|
879
|
904
|
Me.Label30.TabIndex = 1270
|
|
@@ -881,42 +906,50 @@ Partial Class 訂單控制表
|
881
|
906
|
'
|
882
|
907
|
'項次1_tb
|
883
|
908
|
'
|
|
909
|
+ Me.項次1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
|
884
|
910
|
Me.項次1_tb.Enabled = False
|
885
|
|
- Me.項次1_tb.Location = New System.Drawing.Point(38, 386)
|
|
911
|
+ Me.項次1_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
912
|
+ Me.項次1_tb.Location = New System.Drawing.Point(-1, 412)
|
886
|
913
|
Me.項次1_tb.Name = "項次1_tb"
|
887
|
|
- Me.項次1_tb.Size = New System.Drawing.Size(68, 23)
|
|
914
|
+ Me.項次1_tb.Size = New System.Drawing.Size(20, 15)
|
888
|
915
|
Me.項次1_tb.TabIndex = 1264
|
|
916
|
+ Me.項次1_tb.Text = "0"
|
|
917
|
+ Me.項次1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
889
|
918
|
'
|
890
|
919
|
'Label26
|
891
|
920
|
'
|
892
|
921
|
Me.Label26.AutoSize = True
|
893
|
|
- Me.Label26.Location = New System.Drawing.Point(4, 389)
|
|
922
|
+ Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
923
|
+ Me.Label26.Location = New System.Drawing.Point(0, 375)
|
894
|
924
|
Me.Label26.Name = "Label26"
|
895
|
|
- Me.Label26.Size = New System.Drawing.Size(31, 16)
|
|
925
|
+ Me.Label26.Size = New System.Drawing.Size(18, 30)
|
896
|
926
|
Me.Label26.TabIndex = 1265
|
897
|
|
- Me.Label26.Text = "項次"
|
|
927
|
+ Me.Label26.Text = "項" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "次"
|
898
|
928
|
'
|
899
|
929
|
'項次_tb
|
900
|
930
|
'
|
|
931
|
+ Me.項次_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
|
901
|
932
|
Me.項次_tb.Enabled = False
|
902
|
|
- Me.項次_tb.Location = New System.Drawing.Point(37, 3)
|
|
933
|
+ Me.項次_tb.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
934
|
+ Me.項次_tb.Location = New System.Drawing.Point(37, 1)
|
903
|
935
|
Me.項次_tb.Name = "項次_tb"
|
904
|
|
- Me.項次_tb.Size = New System.Drawing.Size(68, 23)
|
|
936
|
+ Me.項次_tb.Size = New System.Drawing.Size(68, 15)
|
905
|
937
|
Me.項次_tb.TabIndex = 1262
|
906
|
938
|
'
|
907
|
939
|
'Label25
|
908
|
940
|
'
|
909
|
941
|
Me.Label25.AutoSize = True
|
910
|
|
- Me.Label25.Location = New System.Drawing.Point(3, 6)
|
|
942
|
+ Me.Label25.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
943
|
+ Me.Label25.Location = New System.Drawing.Point(3, 3)
|
911
|
944
|
Me.Label25.Name = "Label25"
|
912
|
|
- Me.Label25.Size = New System.Drawing.Size(31, 16)
|
|
945
|
+ Me.Label25.Size = New System.Drawing.Size(29, 12)
|
913
|
946
|
Me.Label25.TabIndex = 1263
|
914
|
947
|
Me.Label25.Text = "項次"
|
915
|
948
|
'
|
916
|
949
|
'調庫單號_tb
|
917
|
950
|
'
|
918
|
951
|
Me.調庫單號_tb.Enabled = False
|
919
|
|
- Me.調庫單號_tb.Location = New System.Drawing.Point(299, 274)
|
|
952
|
+ Me.調庫單號_tb.Location = New System.Drawing.Point(299, 263)
|
920
|
953
|
Me.調庫單號_tb.Name = "調庫單號_tb"
|
921
|
954
|
Me.調庫單號_tb.Size = New System.Drawing.Size(126, 23)
|
922
|
955
|
Me.調庫單號_tb.TabIndex = 1255
|
|
@@ -925,7 +958,7 @@ Partial Class 訂單控制表
|
925
|
958
|
'倉儲單號_lb
|
926
|
959
|
'
|
927
|
960
|
Me.倉儲單號_lb.AutoSize = True
|
928
|
|
- Me.倉儲單號_lb.Location = New System.Drawing.Point(296, 253)
|
|
961
|
+ Me.倉儲單號_lb.Location = New System.Drawing.Point(296, 242)
|
929
|
962
|
Me.倉儲單號_lb.Name = "倉儲單號_lb"
|
930
|
963
|
Me.倉儲單號_lb.Size = New System.Drawing.Size(55, 16)
|
931
|
964
|
Me.倉儲單號_lb.TabIndex = 1256
|
|
@@ -934,7 +967,7 @@ Partial Class 訂單控制表
|
934
|
967
|
'
|
935
|
968
|
'客戶流水_tb
|
936
|
969
|
'
|
937
|
|
- Me.客戶流水_tb.Location = New System.Drawing.Point(204, 215)
|
|
970
|
+ Me.客戶流水_tb.Location = New System.Drawing.Point(204, 204)
|
938
|
971
|
Me.客戶流水_tb.Name = "客戶流水_tb"
|
939
|
972
|
Me.客戶流水_tb.Size = New System.Drawing.Size(100, 23)
|
940
|
973
|
Me.客戶流水_tb.TabIndex = 1254
|
|
@@ -942,17 +975,17 @@ Partial Class 訂單控制表
|
942
|
975
|
'
|
943
|
976
|
'客戶資料_dgv
|
944
|
977
|
'
|
945
|
|
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
946
|
|
- Me.客戶資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
|
978
|
+ DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
979
|
+ Me.客戶資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
|
947
|
980
|
Me.客戶資料_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
948
|
981
|
Me.客戶資料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
949
|
982
|
Me.客戶資料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
950
|
|
- Me.客戶資料_dgv.Location = New System.Drawing.Point(17, 13055)
|
|
983
|
+ Me.客戶資料_dgv.Location = New System.Drawing.Point(17, 13798)
|
951
|
984
|
Me.客戶資料_dgv.Name = "客戶資料_dgv"
|
952
|
985
|
Me.客戶資料_dgv.RowHeadersWidth = 5
|
953
|
|
- DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
954
|
|
- DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
955
|
|
- Me.客戶資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
|
|
986
|
+ DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
987
|
+ DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
988
|
+ Me.客戶資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
|
956
|
989
|
Me.客戶資料_dgv.RowTemplate.Height = 24
|
957
|
990
|
Me.客戶資料_dgv.Size = New System.Drawing.Size(191, 92)
|
958
|
991
|
Me.客戶資料_dgv.TabIndex = 1254
|
|
@@ -960,7 +993,7 @@ Partial Class 訂單控制表
|
960
|
993
|
'
|
961
|
994
|
'倉庫級別_tb
|
962
|
995
|
'
|
963
|
|
- Me.倉庫級別_tb.Location = New System.Drawing.Point(173, 250)
|
|
996
|
+ Me.倉庫級別_tb.Location = New System.Drawing.Point(173, 239)
|
964
|
997
|
Me.倉庫級別_tb.Name = "倉庫級別_tb"
|
965
|
998
|
Me.倉庫級別_tb.Size = New System.Drawing.Size(120, 23)
|
966
|
999
|
Me.倉庫級別_tb.TabIndex = 1246
|
|
@@ -969,7 +1002,7 @@ Partial Class 訂單控制表
|
969
|
1002
|
'
|
970
|
1003
|
'倉庫編號_tb
|
971
|
1004
|
'
|
972
|
|
- Me.倉庫編號_tb.Location = New System.Drawing.Point(173, 275)
|
|
1005
|
+ Me.倉庫編號_tb.Location = New System.Drawing.Point(173, 264)
|
973
|
1006
|
Me.倉庫編號_tb.Name = "倉庫編號_tb"
|
974
|
1007
|
Me.倉庫編號_tb.Size = New System.Drawing.Size(120, 23)
|
975
|
1008
|
Me.倉庫編號_tb.TabIndex = 1247
|
|
@@ -982,7 +1015,7 @@ Partial Class 訂單控制表
|
982
|
1015
|
Me.儲態編號_cb.Enabled = False
|
983
|
1016
|
Me.儲態編號_cb.FormattingEnabled = True
|
984
|
1017
|
Me.儲態編號_cb.Items.AddRange(New Object() {"2019"})
|
985
|
|
- Me.儲態編號_cb.Location = New System.Drawing.Point(37, 248)
|
|
1018
|
+ Me.儲態編號_cb.Location = New System.Drawing.Point(37, 237)
|
986
|
1019
|
Me.儲態編號_cb.Name = "儲態編號_cb"
|
987
|
1020
|
Me.儲態編號_cb.Size = New System.Drawing.Size(130, 24)
|
988
|
1021
|
Me.儲態編號_cb.TabIndex = 1249
|
|
@@ -994,7 +1027,7 @@ Partial Class 訂單控制表
|
994
|
1027
|
Me.訂製編碼_cb.Enabled = False
|
995
|
1028
|
Me.訂製編碼_cb.FormattingEnabled = True
|
996
|
1029
|
Me.訂製編碼_cb.Items.AddRange(New Object() {"2019"})
|
997
|
|
- Me.訂製編碼_cb.Location = New System.Drawing.Point(37, 274)
|
|
1030
|
+ Me.訂製編碼_cb.Location = New System.Drawing.Point(37, 263)
|
998
|
1031
|
Me.訂製編碼_cb.Name = "訂製編碼_cb"
|
999
|
1032
|
Me.訂製編碼_cb.Size = New System.Drawing.Size(130, 24)
|
1000
|
1033
|
Me.訂製編碼_cb.TabIndex = 1248
|
|
@@ -1003,7 +1036,7 @@ Partial Class 訂單控制表
|
1003
|
1036
|
'客戶編號_tb
|
1004
|
1037
|
'
|
1005
|
1038
|
Me.客戶編號_tb.Enabled = False
|
1006
|
|
- Me.客戶編號_tb.Location = New System.Drawing.Point(99, 215)
|
|
1039
|
+ Me.客戶編號_tb.Location = New System.Drawing.Point(99, 204)
|
1007
|
1040
|
Me.客戶編號_tb.Name = "客戶編號_tb"
|
1008
|
1041
|
Me.客戶編號_tb.Size = New System.Drawing.Size(99, 23)
|
1009
|
1042
|
Me.客戶編號_tb.TabIndex = 1183
|
|
@@ -1012,7 +1045,7 @@ Partial Class 訂單控制表
|
1012
|
1045
|
'流水號_tb
|
1013
|
1046
|
'
|
1014
|
1047
|
Me.流水號_tb.Enabled = False
|
1015
|
|
- Me.流水號_tb.Location = New System.Drawing.Point(99, 190)
|
|
1048
|
+ Me.流水號_tb.Location = New System.Drawing.Point(99, 179)
|
1016
|
1049
|
Me.流水號_tb.Name = "流水號_tb"
|
1017
|
1050
|
Me.流水號_tb.Size = New System.Drawing.Size(100, 23)
|
1018
|
1051
|
Me.流水號_tb.TabIndex = 1172
|
|
@@ -1021,7 +1054,7 @@ Partial Class 訂單控制表
|
1021
|
1054
|
'Label1
|
1022
|
1055
|
'
|
1023
|
1056
|
Me.Label1.AutoSize = True
|
1024
|
|
- Me.Label1.Location = New System.Drawing.Point(41, 193)
|
|
1057
|
+ Me.Label1.Location = New System.Drawing.Point(41, 182)
|
1025
|
1058
|
Me.Label1.Name = "Label1"
|
1026
|
1059
|
Me.Label1.Size = New System.Drawing.Size(43, 16)
|
1027
|
1060
|
Me.Label1.TabIndex = 1173
|
|
@@ -1033,7 +1066,7 @@ Partial Class 訂單控制表
|
1033
|
1066
|
Me.Label5.AutoSize = True
|
1034
|
1067
|
Me.Label5.ForeColor = System.Drawing.Color.Red
|
1035
|
1068
|
Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
1036
|
|
- Me.Label5.Location = New System.Drawing.Point(37, 218)
|
|
1069
|
+ Me.Label5.Location = New System.Drawing.Point(37, 207)
|
1037
|
1070
|
Me.Label5.Name = "Label5"
|
1038
|
1071
|
Me.Label5.Size = New System.Drawing.Size(55, 16)
|
1039
|
1072
|
Me.Label5.TabIndex = 1178
|
|
@@ -1042,47 +1075,47 @@ Partial Class 訂單控制表
|
1042
|
1075
|
'
|
1043
|
1076
|
'銷售備註_dgv
|
1044
|
1077
|
'
|
1045
|
|
- DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
1046
|
|
- Me.銷售備註_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
|
1078
|
+ DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
1079
|
+ Me.銷售備註_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
1047
|
1080
|
Me.銷售備註_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
1048
|
1081
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
1049
|
1082
|
Me.銷售備註_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
1050
|
1083
|
Me.銷售備註_dgv.BackgroundColor = System.Drawing.Color.White
|
1051
|
1084
|
Me.銷售備註_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
1052
|
|
- Me.銷售備註_dgv.Location = New System.Drawing.Point(3, 411)
|
|
1085
|
+ Me.銷售備註_dgv.Location = New System.Drawing.Point(20, 372)
|
1053
|
1086
|
Me.銷售備註_dgv.Name = "銷售備註_dgv"
|
1054
|
1087
|
Me.銷售備註_dgv.RowHeadersWidth = 5
|
1055
|
|
- DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1056
|
|
- DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
1057
|
|
- Me.銷售備註_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
|
|
1088
|
+ DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1089
|
+ DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
1090
|
+ Me.銷售備註_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
|
1058
|
1091
|
Me.銷售備註_dgv.RowTemplate.Height = 24
|
1059
|
|
- Me.銷售備註_dgv.Size = New System.Drawing.Size(571, 102)
|
|
1092
|
+ Me.銷售備註_dgv.Size = New System.Drawing.Size(575, 125)
|
1060
|
1093
|
Me.銷售備註_dgv.TabIndex = 1250
|
1061
|
1094
|
'
|
1062
|
1095
|
'收款事項_dgv
|
1063
|
1096
|
'
|
1064
|
|
- DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
1065
|
|
- Me.收款事項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
|
|
1097
|
+ DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
1098
|
+ Me.收款事項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
1066
|
1099
|
Me.收款事項_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
1067
|
1100
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
1068
|
1101
|
Me.收款事項_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
1069
|
1102
|
Me.收款事項_dgv.BackgroundColor = System.Drawing.Color.White
|
1070
|
1103
|
Me.收款事項_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
1071
|
|
- Me.收款事項_dgv.Location = New System.Drawing.Point(3, 668)
|
|
1104
|
+ Me.收款事項_dgv.Location = New System.Drawing.Point(20, 620)
|
1072
|
1105
|
Me.收款事項_dgv.Name = "收款事項_dgv"
|
1073
|
1106
|
Me.收款事項_dgv.RowHeadersWidth = 5
|
1074
|
|
- DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1075
|
|
- DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
1076
|
|
- Me.收款事項_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
|
|
1107
|
+ DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1108
|
+ DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
1109
|
+ Me.收款事項_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
|
1077
|
1110
|
Me.收款事項_dgv.RowTemplate.Height = 24
|
1078
|
|
- Me.收款事項_dgv.Size = New System.Drawing.Size(574, 131)
|
|
1111
|
+ Me.收款事項_dgv.Size = New System.Drawing.Size(575, 136)
|
1079
|
1112
|
Me.收款事項_dgv.TabIndex = 1282
|
1080
|
1113
|
'
|
1081
|
1114
|
'Label28
|
1082
|
1115
|
'
|
1083
|
1116
|
Me.Label28.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
1084
|
1117
|
Me.Label28.AutoSize = True
|
1085
|
|
- Me.Label28.Location = New System.Drawing.Point(579, 530)
|
|
1118
|
+ Me.Label28.Location = New System.Drawing.Point(598, 507)
|
1086
|
1119
|
Me.Label28.Name = "Label28"
|
1087
|
1120
|
Me.Label28.Size = New System.Drawing.Size(167, 16)
|
1088
|
1121
|
Me.Label28.TabIndex = 1283
|
|
@@ -1092,7 +1125,7 @@ Partial Class 訂單控制表
|
1092
|
1125
|
'
|
1093
|
1126
|
Me.Label40.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
1094
|
1127
|
Me.Label40.AutoSize = True
|
1095
|
|
- Me.Label40.Location = New System.Drawing.Point(582, 662)
|
|
1128
|
+ Me.Label40.Location = New System.Drawing.Point(599, 629)
|
1096
|
1129
|
Me.Label40.Name = "Label40"
|
1097
|
1130
|
Me.Label40.Size = New System.Drawing.Size(167, 16)
|
1098
|
1131
|
Me.Label40.TabIndex = 1312
|
|
@@ -1102,7 +1135,7 @@ Partial Class 訂單控制表
|
1102
|
1135
|
'
|
1103
|
1136
|
Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
1104
|
1137
|
Me.Label20.AutoSize = True
|
1105
|
|
- Me.Label20.Location = New System.Drawing.Point(578, 584)
|
|
1138
|
+ Me.Label20.Location = New System.Drawing.Point(597, 557)
|
1106
|
1139
|
Me.Label20.Name = "Label20"
|
1107
|
1140
|
Me.Label20.Size = New System.Drawing.Size(167, 16)
|
1108
|
1141
|
Me.Label20.TabIndex = 1302
|
|
@@ -1117,21 +1150,21 @@ Partial Class 訂單控制表
|
1117
|
1150
|
Me.銷售明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
1118
|
1151
|
Me.銷售明細_dgv.BackgroundColor = System.Drawing.Color.White
|
1119
|
1152
|
Me.銷售明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
1120
|
|
- Me.銷售明細_dgv.Location = New System.Drawing.Point(3, 29)
|
|
1153
|
+ Me.銷售明細_dgv.Location = New System.Drawing.Point(3, 18)
|
1121
|
1154
|
Me.銷售明細_dgv.Name = "銷售明細_dgv"
|
1122
|
1155
|
Me.銷售明細_dgv.RowHeadersWidth = 5
|
1123
|
1156
|
DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1124
|
1157
|
DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
1125
|
1158
|
Me.銷售明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle12
|
1126
|
1159
|
Me.銷售明細_dgv.RowTemplate.Height = 24
|
1127
|
|
- Me.銷售明細_dgv.Size = New System.Drawing.Size(760, 355)
|
|
1160
|
+ Me.銷售明細_dgv.Size = New System.Drawing.Size(763, 355)
|
1128
|
1161
|
Me.銷售明細_dgv.TabIndex = 1199
|
1129
|
1162
|
'
|
1130
|
1163
|
'Label14
|
1131
|
1164
|
'
|
1132
|
1165
|
Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
1133
|
1166
|
Me.Label14.AutoSize = True
|
1134
|
|
- Me.Label14.Location = New System.Drawing.Point(579, 452)
|
|
1167
|
+ Me.Label14.Location = New System.Drawing.Point(598, 435)
|
1135
|
1168
|
Me.Label14.Name = "Label14"
|
1136
|
1169
|
Me.Label14.Size = New System.Drawing.Size(167, 16)
|
1137
|
1170
|
Me.Label14.TabIndex = 1353
|
|
@@ -1210,16 +1243,6 @@ Partial Class 訂單控制表
|
1210
|
1243
|
Me.Label27.Text = "銷售備註流水號"
|
1211
|
1244
|
Me.Label27.Visible = False
|
1212
|
1245
|
'
|
1213
|
|
- 'Label23
|
1214
|
|
- '
|
1215
|
|
- Me.Label23.AutoSize = True
|
1216
|
|
- Me.Label23.Location = New System.Drawing.Point(226, 178)
|
1217
|
|
- Me.Label23.Name = "Label23"
|
1218
|
|
- Me.Label23.Size = New System.Drawing.Size(91, 16)
|
1219
|
|
- Me.Label23.TabIndex = 1258
|
1220
|
|
- Me.Label23.Text = "銷售資料流水號"
|
1221
|
|
- Me.Label23.Visible = False
|
1222
|
|
- '
|
1223
|
1246
|
'物料圖1_pb
|
1224
|
1247
|
'
|
1225
|
1248
|
Me.物料圖1_pb.BackgroundImage = Global.YD_ERP_SYS.My.Resources.Resources.底圖1
|
|
@@ -1333,6 +1356,9 @@ Partial Class 訂單控制表
|
1333
|
1356
|
Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
1334
|
1357
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1335
|
1358
|
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
1359
|
+ Me.Panel2.Controls.Add(Me.查詢2_bt)
|
|
1360
|
+ Me.Panel2.Controls.Add(Me.備註關鍵字_tb)
|
|
1361
|
+ Me.Panel2.Controls.Add(Me.Label17)
|
1336
|
1362
|
Me.Panel2.Controls.Add(Me.查詢1_bt)
|
1337
|
1363
|
Me.Panel2.Controls.Add(Me.帳務關鍵字_tb)
|
1338
|
1364
|
Me.Panel2.Controls.Add(Me.Label16)
|
|
@@ -1341,7 +1367,6 @@ Partial Class 訂單控制表
|
1341
|
1367
|
Me.Panel2.Controls.Add(Me.物料關鍵字_tb)
|
1342
|
1368
|
Me.Panel2.Controls.Add(Me.Label15)
|
1343
|
1369
|
Me.Panel2.Controls.Add(Me.Label27)
|
1344
|
|
- Me.Panel2.Controls.Add(Me.Label23)
|
1345
|
1370
|
Me.Panel2.Controls.Add(Me.銷售資料流水號_tb)
|
1346
|
1371
|
Me.Panel2.Controls.Add(Me.Label24)
|
1347
|
1372
|
Me.Panel2.Controls.Add(Me.客戶1_tb)
|
|
@@ -1361,11 +1386,39 @@ Partial Class 訂單控制表
|
1361
|
1386
|
Me.Panel2.Size = New System.Drawing.Size(556, 719)
|
1362
|
1387
|
Me.Panel2.TabIndex = 1339
|
1363
|
1388
|
'
|
|
1389
|
+ '查詢2_bt
|
|
1390
|
+ '
|
|
1391
|
+ Me.查詢2_bt.Location = New System.Drawing.Point(365, 71)
|
|
1392
|
+ Me.查詢2_bt.Name = "查詢2_bt"
|
|
1393
|
+ Me.查詢2_bt.Size = New System.Drawing.Size(81, 24)
|
|
1394
|
+ Me.查詢2_bt.TabIndex = 1348
|
|
1395
|
+ Me.查詢2_bt.Text = "查詢"
|
|
1396
|
+ Me.查詢2_bt.UseVisualStyleBackColor = True
|
|
1397
|
+ '
|
|
1398
|
+ '備註關鍵字_tb
|
|
1399
|
+ '
|
|
1400
|
+ Me.備註關鍵字_tb.ForeColor = System.Drawing.Color.Black
|
|
1401
|
+ Me.備註關鍵字_tb.Location = New System.Drawing.Point(70, 72)
|
|
1402
|
+ Me.備註關鍵字_tb.Name = "備註關鍵字_tb"
|
|
1403
|
+ Me.備註關鍵字_tb.Size = New System.Drawing.Size(292, 23)
|
|
1404
|
+ Me.備註關鍵字_tb.TabIndex = 1347
|
|
1405
|
+ '
|
|
1406
|
+ 'Label17
|
|
1407
|
+ '
|
|
1408
|
+ Me.Label17.AutoSize = True
|
|
1409
|
+ Me.Label17.ForeColor = System.Drawing.Color.Black
|
|
1410
|
+ Me.Label17.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
1411
|
+ Me.Label17.Location = New System.Drawing.Point(0, 76)
|
|
1412
|
+ Me.Label17.Name = "Label17"
|
|
1413
|
+ Me.Label17.Size = New System.Drawing.Size(67, 16)
|
|
1414
|
+ Me.Label17.TabIndex = 1346
|
|
1415
|
+ Me.Label17.Text = "備註關鍵字"
|
|
1416
|
+ '
|
1364
|
1417
|
'查詢1_bt
|
1365
|
1418
|
'
|
1366
|
|
- Me.查詢1_bt.Location = New System.Drawing.Point(365, 51)
|
|
1419
|
+ Me.查詢1_bt.Location = New System.Drawing.Point(365, 48)
|
1367
|
1420
|
Me.查詢1_bt.Name = "查詢1_bt"
|
1368
|
|
- Me.查詢1_bt.Size = New System.Drawing.Size(81, 25)
|
|
1421
|
+ Me.查詢1_bt.Size = New System.Drawing.Size(81, 24)
|
1369
|
1422
|
Me.查詢1_bt.TabIndex = 1345
|
1370
|
1423
|
Me.查詢1_bt.Text = "查詢"
|
1371
|
1424
|
Me.查詢1_bt.UseVisualStyleBackColor = True
|
|
@@ -1373,7 +1426,7 @@ Partial Class 訂單控制表
|
1373
|
1426
|
'帳務關鍵字_tb
|
1374
|
1427
|
'
|
1375
|
1428
|
Me.帳務關鍵字_tb.ForeColor = System.Drawing.Color.Black
|
1376
|
|
- Me.帳務關鍵字_tb.Location = New System.Drawing.Point(70, 52)
|
|
1429
|
+ Me.帳務關鍵字_tb.Location = New System.Drawing.Point(70, 49)
|
1377
|
1430
|
Me.帳務關鍵字_tb.Name = "帳務關鍵字_tb"
|
1378
|
1431
|
Me.帳務關鍵字_tb.Size = New System.Drawing.Size(292, 23)
|
1379
|
1432
|
Me.帳務關鍵字_tb.TabIndex = 1344
|
|
@@ -1383,7 +1436,7 @@ Partial Class 訂單控制表
|
1383
|
1436
|
Me.Label16.AutoSize = True
|
1384
|
1437
|
Me.Label16.ForeColor = System.Drawing.Color.Black
|
1385
|
1438
|
Me.Label16.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
1386
|
|
- Me.Label16.Location = New System.Drawing.Point(0, 56)
|
|
1439
|
+ Me.Label16.Location = New System.Drawing.Point(0, 53)
|
1387
|
1440
|
Me.Label16.Name = "Label16"
|
1388
|
1441
|
Me.Label16.Size = New System.Drawing.Size(67, 16)
|
1389
|
1442
|
Me.Label16.TabIndex = 1343
|
|
@@ -1391,18 +1444,18 @@ Partial Class 訂單控制表
|
1391
|
1444
|
'
|
1392
|
1445
|
'批量刷銷售_bt
|
1393
|
1446
|
'
|
1394
|
|
- Me.批量刷銷售_bt.Location = New System.Drawing.Point(473, 26)
|
|
1447
|
+ Me.批量刷銷售_bt.Location = New System.Drawing.Point(470, 24)
|
1395
|
1448
|
Me.批量刷銷售_bt.Name = "批量刷銷售_bt"
|
1396
|
|
- Me.批量刷銷售_bt.Size = New System.Drawing.Size(81, 25)
|
|
1449
|
+ Me.批量刷銷售_bt.Size = New System.Drawing.Size(81, 72)
|
1397
|
1450
|
Me.批量刷銷售_bt.TabIndex = 1342
|
1398
|
|
- Me.批量刷銷售_bt.Text = "批量刷銷售"
|
|
1451
|
+ Me.批量刷銷售_bt.Text = "批量刷新" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "銷貨總額"
|
1399
|
1452
|
Me.批量刷銷售_bt.UseVisualStyleBackColor = True
|
1400
|
1453
|
'
|
1401
|
1454
|
'查詢_bt
|
1402
|
1455
|
'
|
1403
|
|
- Me.查詢_bt.Location = New System.Drawing.Point(365, 26)
|
|
1456
|
+ Me.查詢_bt.Location = New System.Drawing.Point(365, 25)
|
1404
|
1457
|
Me.查詢_bt.Name = "查詢_bt"
|
1405
|
|
- Me.查詢_bt.Size = New System.Drawing.Size(81, 25)
|
|
1458
|
+ Me.查詢_bt.Size = New System.Drawing.Size(81, 24)
|
1406
|
1459
|
Me.查詢_bt.TabIndex = 1341
|
1407
|
1460
|
Me.查詢_bt.Text = "查詢"
|
1408
|
1461
|
Me.查詢_bt.UseVisualStyleBackColor = True
|
|
@@ -1410,7 +1463,7 @@ Partial Class 訂單控制表
|
1410
|
1463
|
'物料關鍵字_tb
|
1411
|
1464
|
'
|
1412
|
1465
|
Me.物料關鍵字_tb.ForeColor = System.Drawing.Color.Black
|
1413
|
|
- Me.物料關鍵字_tb.Location = New System.Drawing.Point(70, 27)
|
|
1466
|
+ Me.物料關鍵字_tb.Location = New System.Drawing.Point(70, 26)
|
1414
|
1467
|
Me.物料關鍵字_tb.Name = "物料關鍵字_tb"
|
1415
|
1468
|
Me.物料關鍵字_tb.Size = New System.Drawing.Size(292, 23)
|
1416
|
1469
|
Me.物料關鍵字_tb.TabIndex = 1340
|
|
@@ -1420,7 +1473,7 @@ Partial Class 訂單控制表
|
1420
|
1473
|
Me.Label15.AutoSize = True
|
1421
|
1474
|
Me.Label15.ForeColor = System.Drawing.Color.Black
|
1422
|
1475
|
Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
1423
|
|
- Me.Label15.Location = New System.Drawing.Point(0, 31)
|
|
1476
|
+ Me.Label15.Location = New System.Drawing.Point(0, 30)
|
1424
|
1477
|
Me.Label15.Name = "Label15"
|
1425
|
1478
|
Me.Label15.Size = New System.Drawing.Size(67, 16)
|
1426
|
1479
|
Me.Label15.TabIndex = 1339
|
|
@@ -1654,4 +1707,7 @@ Partial Class 訂單控制表
|
1654
|
1707
|
Friend WithEvents Label16 As Label
|
1655
|
1708
|
Friend WithEvents 稅金25_tb As TextBox
|
1656
|
1709
|
Friend WithEvents Label51 As Label
|
|
1710
|
+ Friend WithEvents 查詢2_bt As Button
|
|
1711
|
+ Friend WithEvents 備註關鍵字_tb As TextBox
|
|
1712
|
+ Friend WithEvents Label17 As Label
|
1657
|
1713
|
End Class
|