|
@@ -27,6 +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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
31
|
+ Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
32
|
+ Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
33
|
+ 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()
|
30
|
36
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
31
|
37
|
Me.備用網址1_ch = New System.Windows.Forms.CheckBox()
|
32
|
38
|
Me.備用_cb = New System.Windows.Forms.ComboBox()
|
|
@@ -50,9 +56,7 @@ Partial Class 電板基本資料
|
50
|
56
|
Me.Label3 = New System.Windows.Forms.Label()
|
51
|
57
|
Me.Label2 = New System.Windows.Forms.Label()
|
52
|
58
|
Me.商品_dgv = New System.Windows.Forms.DataGridView()
|
53
|
|
- Me.Panel1 = New System.Windows.Forms.Panel()
|
54
|
59
|
Me.Label21 = New System.Windows.Forms.Label()
|
55
|
|
- Me.Label13 = New System.Windows.Forms.Label()
|
56
|
60
|
Me.商品_cb = New System.Windows.Forms.ComboBox()
|
57
|
61
|
Me.Label8 = New System.Windows.Forms.Label()
|
58
|
62
|
Me.網址1_tb = New System.Windows.Forms.TextBox()
|
|
@@ -125,6 +129,7 @@ Partial Class 電板基本資料
|
125
|
129
|
Me.清除搜索1_bt = New System.Windows.Forms.Button()
|
126
|
130
|
Me.搜索1_bt = New System.Windows.Forms.Button()
|
127
|
131
|
Me.GroupBox7 = New System.Windows.Forms.GroupBox()
|
|
132
|
+ Me.Label13 = New System.Windows.Forms.Label()
|
128
|
133
|
Me.取消3_bt = New System.Windows.Forms.Button()
|
129
|
134
|
Me.存檔3_bt = New System.Windows.Forms.Button()
|
130
|
135
|
Me.商客刪除1_bt = New System.Windows.Forms.Button()
|
|
@@ -183,9 +188,9 @@ Partial Class 電板基本資料
|
183
|
188
|
Me.網址批存_bt = New System.Windows.Forms.Button()
|
184
|
189
|
Me.跑馬燈_tb = New System.Windows.Forms.TextBox()
|
185
|
190
|
Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
|
|
191
|
+ Me.Panel2 = New System.Windows.Forms.Panel()
|
186
|
192
|
Me.GroupBox1.SuspendLayout()
|
187
|
193
|
CType(Me.商品_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
188
|
|
- Me.Panel1.SuspendLayout()
|
189
|
194
|
Me.GroupBox2.SuspendLayout()
|
190
|
195
|
CType(Me.基數_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
191
|
196
|
Me.GroupBox3.SuspendLayout()
|
|
@@ -200,6 +205,7 @@ Partial Class 電板基本資料
|
200
|
205
|
CType(Me.LOG2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
201
|
206
|
CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
|
202
|
207
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
208
|
+ Me.Panel2.SuspendLayout()
|
203
|
209
|
Me.SuspendLayout()
|
204
|
210
|
'
|
205
|
211
|
'GroupBox1
|
|
@@ -228,7 +234,6 @@ Partial Class 電板基本資料
|
228
|
234
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
229
|
235
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
230
|
236
|
Me.GroupBox1.Controls.Add(Me.商品_dgv)
|
231
|
|
- Me.GroupBox1.Controls.Add(Me.Panel1)
|
232
|
237
|
Me.GroupBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
233
|
238
|
Me.GroupBox1.Location = New System.Drawing.Point(4, 2)
|
234
|
239
|
Me.GroupBox1.Name = "GroupBox1"
|
|
@@ -442,84 +447,47 @@ Partial Class 電板基本資料
|
442
|
447
|
Me.商品_dgv.Size = New System.Drawing.Size(514, 599)
|
443
|
448
|
Me.商品_dgv.TabIndex = 0
|
444
|
449
|
'
|
445
|
|
- 'Panel1
|
446
|
|
- '
|
447
|
|
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
448
|
|
- Me.Panel1.Controls.Add(Me.Label21)
|
449
|
|
- Me.Panel1.Controls.Add(Me.Label13)
|
450
|
|
- Me.Panel1.Controls.Add(Me.商品_cb)
|
451
|
|
- Me.Panel1.Controls.Add(Me.Label8)
|
452
|
|
- Me.Panel1.Controls.Add(Me.網址1_tb)
|
453
|
|
- Me.Panel1.Controls.Add(Me.Label26)
|
454
|
|
- Me.Panel1.Controls.Add(Me.網址3_tb)
|
455
|
|
- Me.Panel1.Controls.Add(Me.帳號1_tb)
|
456
|
|
- Me.Panel1.Controls.Add(Me.GroupBox2)
|
457
|
|
- Me.Panel1.Controls.Add(Me.Label22)
|
458
|
|
- Me.Panel1.Controls.Add(Me.GroupBox3)
|
459
|
|
- Me.Panel1.Controls.Add(Me.Label24)
|
460
|
|
- Me.Panel1.Controls.Add(Me.上行_cb)
|
461
|
|
- Me.Panel1.Controls.Add(Me.下行_cb)
|
462
|
|
- Me.Panel1.Controls.Add(Me.流水號_tb)
|
463
|
|
- Me.Panel1.Controls.Add(Me.狀態_tb)
|
464
|
|
- Me.Panel1.Controls.Add(Me.帳號4_cb)
|
465
|
|
- Me.Panel1.Controls.Add(Me.Label14)
|
466
|
|
- Me.Panel1.Controls.Add(Me.商品1_tb)
|
467
|
|
- Me.Panel1.Controls.Add(Me.網址_cb)
|
468
|
|
- Me.Panel1.Controls.Add(Me.老闆_cb)
|
469
|
|
- Me.Panel1.Controls.Add(Me.狀態1_tb)
|
470
|
|
- Me.Panel1.Location = New System.Drawing.Point(37, 310)
|
471
|
|
- Me.Panel1.Name = "Panel1"
|
472
|
|
- Me.Panel1.Size = New System.Drawing.Size(466, 200)
|
473
|
|
- Me.Panel1.TabIndex = 1639
|
474
|
|
- '
|
475
|
450
|
'Label21
|
476
|
451
|
'
|
477
|
452
|
Me.Label21.AutoSize = True
|
478
|
|
- Me.Label21.Location = New System.Drawing.Point(24, 10)
|
|
453
|
+ Me.Label21.Location = New System.Drawing.Point(802, 11)
|
479
|
454
|
Me.Label21.Name = "Label21"
|
480
|
|
- Me.Label21.Size = New System.Drawing.Size(31, 16)
|
|
455
|
+ Me.Label21.Size = New System.Drawing.Size(29, 12)
|
481
|
456
|
Me.Label21.TabIndex = 1547
|
482
|
457
|
Me.Label21.Text = "狀態"
|
483
|
458
|
'
|
484
|
|
- 'Label13
|
485
|
|
- '
|
486
|
|
- Me.Label13.AutoSize = True
|
487
|
|
- Me.Label13.Location = New System.Drawing.Point(3, 61)
|
488
|
|
- Me.Label13.Name = "Label13"
|
489
|
|
- Me.Label13.Size = New System.Drawing.Size(52, 16)
|
490
|
|
- Me.Label13.TabIndex = 1519
|
491
|
|
- Me.Label13.Text = "網 址"
|
492
|
|
- '
|
493
|
459
|
'商品_cb
|
494
|
460
|
'
|
|
461
|
+ Me.商品_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
495
|
462
|
Me.商品_cb.FormattingEnabled = True
|
496
|
|
- Me.商品_cb.Location = New System.Drawing.Point(59, 165)
|
|
463
|
+ Me.商品_cb.Location = New System.Drawing.Point(840, 154)
|
497
|
464
|
Me.商品_cb.Name = "商品_cb"
|
498
|
|
- Me.商品_cb.Size = New System.Drawing.Size(98, 24)
|
|
465
|
+ Me.商品_cb.Size = New System.Drawing.Size(94, 23)
|
499
|
466
|
Me.商品_cb.TabIndex = 1509
|
500
|
467
|
'
|
501
|
468
|
'Label8
|
502
|
469
|
'
|
503
|
470
|
Me.Label8.AutoSize = True
|
504
|
|
- Me.Label8.Location = New System.Drawing.Point(8, 168)
|
|
471
|
+ Me.Label8.Location = New System.Drawing.Point(786, 157)
|
505
|
472
|
Me.Label8.Name = "Label8"
|
506
|
|
- Me.Label8.Size = New System.Drawing.Size(49, 16)
|
|
473
|
+ Me.Label8.Size = New System.Drawing.Size(47, 12)
|
507
|
474
|
Me.Label8.TabIndex = 1512
|
508
|
475
|
Me.Label8.Text = "商 品"
|
509
|
476
|
'
|
510
|
477
|
'網址1_tb
|
511
|
478
|
'
|
512
|
479
|
Me.網址1_tb.Enabled = False
|
513
|
|
- Me.網址1_tb.Location = New System.Drawing.Point(160, 33)
|
|
480
|
+ Me.網址1_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
481
|
+ Me.網址1_tb.Location = New System.Drawing.Point(838, 254)
|
514
|
482
|
Me.網址1_tb.Name = "網址1_tb"
|
515
|
|
- Me.網址1_tb.Size = New System.Drawing.Size(97, 23)
|
|
483
|
+ Me.網址1_tb.Size = New System.Drawing.Size(97, 22)
|
516
|
484
|
Me.網址1_tb.TabIndex = 1522
|
517
|
485
|
'
|
518
|
486
|
'Label26
|
519
|
487
|
'
|
520
|
488
|
Me.Label26.AutoSize = True
|
521
|
489
|
Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
522
|
|
- Me.Label26.Location = New System.Drawing.Point(29, 87)
|
|
490
|
+ Me.Label26.Location = New System.Drawing.Point(807, 81)
|
523
|
491
|
Me.Label26.Name = "Label26"
|
524
|
492
|
Me.Label26.Size = New System.Drawing.Size(31, 16)
|
525
|
493
|
Me.Label26.TabIndex = 1523
|
|
@@ -527,22 +495,24 @@ Partial Class 電板基本資料
|
527
|
495
|
'
|
528
|
496
|
'網址3_tb
|
529
|
497
|
'
|
530
|
|
- Me.網址3_tb.Location = New System.Drawing.Point(61, 85)
|
|
498
|
+ Me.網址3_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
499
|
+ Me.網址3_tb.Location = New System.Drawing.Point(839, 79)
|
531
|
500
|
Me.網址3_tb.Name = "網址3_tb"
|
532
|
|
- Me.網址3_tb.Size = New System.Drawing.Size(96, 23)
|
|
501
|
+ Me.網址3_tb.Size = New System.Drawing.Size(96, 22)
|
533
|
502
|
Me.網址3_tb.TabIndex = 1524
|
534
|
503
|
'
|
535
|
504
|
'帳號1_tb
|
536
|
505
|
'
|
537
|
|
- Me.帳號1_tb.Location = New System.Drawing.Point(160, 111)
|
|
506
|
+ Me.帳號1_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
507
|
+ Me.帳號1_tb.Location = New System.Drawing.Point(840, 206)
|
538
|
508
|
Me.帳號1_tb.Name = "帳號1_tb"
|
539
|
|
- Me.帳號1_tb.Size = New System.Drawing.Size(96, 23)
|
|
509
|
+ Me.帳號1_tb.Size = New System.Drawing.Size(96, 22)
|
540
|
510
|
Me.帳號1_tb.TabIndex = 1521
|
541
|
511
|
'
|
542
|
512
|
'GroupBox2
|
543
|
513
|
'
|
544
|
514
|
Me.GroupBox2.Controls.Add(Me.基數_dgv)
|
545
|
|
- Me.GroupBox2.Location = New System.Drawing.Point(362, 9)
|
|
515
|
+ Me.GroupBox2.Location = New System.Drawing.Point(672, 11)
|
546
|
516
|
Me.GroupBox2.Name = "GroupBox2"
|
547
|
517
|
Me.GroupBox2.Size = New System.Drawing.Size(96, 186)
|
548
|
518
|
Me.GroupBox2.TabIndex = 1503
|
|
@@ -556,9 +526,33 @@ Partial Class 電板基本資料
|
556
|
526
|
Me.基數_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
557
|
527
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
558
|
528
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
529
|
+ DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
530
|
+ DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
|
|
531
|
+ DataGridViewCellStyle2.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
532
|
+ DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
|
|
533
|
+ DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
534
|
+ DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
535
|
+ DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
536
|
+ Me.基數_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
|
559
|
537
|
Me.基數_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
538
|
+ DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
539
|
+ DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
|
|
540
|
+ DataGridViewCellStyle3.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
541
|
+ DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
|
|
542
|
+ DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
543
|
+ DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
544
|
+ DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
545
|
+ Me.基數_dgv.DefaultCellStyle = DataGridViewCellStyle3
|
560
|
546
|
Me.基數_dgv.Location = New System.Drawing.Point(6, 14)
|
561
|
547
|
Me.基數_dgv.Name = "基數_dgv"
|
|
548
|
+ DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
549
|
+ DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
|
|
550
|
+ DataGridViewCellStyle4.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
551
|
+ DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
|
|
552
|
+ DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
553
|
+ DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
554
|
+ DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
555
|
+ Me.基數_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
|
562
|
556
|
Me.基數_dgv.RowHeadersWidth = 4
|
563
|
557
|
Me.基數_dgv.RowTemplate.Height = 24
|
564
|
558
|
Me.基數_dgv.Size = New System.Drawing.Size(85, 167)
|
|
@@ -568,7 +562,7 @@ Partial Class 電板基本資料
|
568
|
562
|
'
|
569
|
563
|
Me.Label22.AutoSize = True
|
570
|
564
|
Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
571
|
|
- Me.Label22.Location = New System.Drawing.Point(1, 141)
|
|
565
|
+ Me.Label22.Location = New System.Drawing.Point(779, 129)
|
572
|
566
|
Me.Label22.Name = "Label22"
|
573
|
567
|
Me.Label22.Size = New System.Drawing.Size(60, 17)
|
574
|
568
|
Me.Label22.TabIndex = 1523
|
|
@@ -577,7 +571,7 @@ Partial Class 電板基本資料
|
577
|
571
|
'GroupBox3
|
578
|
572
|
'
|
579
|
573
|
Me.GroupBox3.Controls.Add(Me.資料_dgv)
|
580
|
|
- Me.GroupBox3.Location = New System.Drawing.Point(262, 9)
|
|
574
|
+ Me.GroupBox3.Location = New System.Drawing.Point(672, 203)
|
581
|
575
|
Me.GroupBox3.Name = "GroupBox3"
|
582
|
576
|
Me.GroupBox3.Size = New System.Drawing.Size(94, 186)
|
583
|
577
|
Me.GroupBox3.TabIndex = 1504
|
|
@@ -586,14 +580,38 @@ Partial Class 電板基本資料
|
586
|
580
|
'
|
587
|
581
|
'資料_dgv
|
588
|
582
|
'
|
589
|
|
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
590
|
|
- Me.資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
|
583
|
+ DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
584
|
+ Me.資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
591
|
585
|
Me.資料_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
592
|
586
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
593
|
587
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
588
|
+ DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
589
|
+ DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
|
|
590
|
+ DataGridViewCellStyle6.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
591
|
+ DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
|
|
592
|
+ DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
593
|
+ DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
594
|
+ DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
595
|
+ Me.資料_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
|
594
|
596
|
Me.資料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
597
|
+ DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
598
|
+ DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
|
|
599
|
+ DataGridViewCellStyle7.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
600
|
+ DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
|
|
601
|
+ DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
602
|
+ DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
603
|
+ DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
604
|
+ Me.資料_dgv.DefaultCellStyle = DataGridViewCellStyle7
|
595
|
605
|
Me.資料_dgv.Location = New System.Drawing.Point(6, 14)
|
596
|
606
|
Me.資料_dgv.Name = "資料_dgv"
|
|
607
|
+ DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
608
|
+ DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control
|
|
609
|
+ DataGridViewCellStyle8.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
610
|
+ DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
|
|
611
|
+ DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
612
|
+ DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
613
|
+ DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
614
|
+ Me.資料_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle8
|
597
|
615
|
Me.資料_dgv.RowHeadersWidth = 4
|
598
|
616
|
Me.資料_dgv.RowTemplate.Height = 24
|
599
|
617
|
Me.資料_dgv.Size = New System.Drawing.Size(85, 166)
|
|
@@ -603,7 +621,7 @@ Partial Class 電板基本資料
|
603
|
621
|
'
|
604
|
622
|
Me.Label24.AutoSize = True
|
605
|
623
|
Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
606
|
|
- Me.Label24.Location = New System.Drawing.Point(1, 115)
|
|
624
|
+ Me.Label24.Location = New System.Drawing.Point(779, 105)
|
607
|
625
|
Me.Label24.Name = "Label24"
|
608
|
626
|
Me.Label24.Size = New System.Drawing.Size(60, 17)
|
609
|
627
|
Me.Label24.TabIndex = 1524
|
|
@@ -612,85 +630,94 @@ Partial Class 電板基本資料
|
612
|
630
|
'上行_cb
|
613
|
631
|
'
|
614
|
632
|
Me.上行_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
633
|
+ Me.上行_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
615
|
634
|
Me.上行_cb.FormattingEnabled = True
|
616
|
|
- Me.上行_cb.Location = New System.Drawing.Point(61, 111)
|
|
635
|
+ Me.上行_cb.Location = New System.Drawing.Point(839, 103)
|
617
|
636
|
Me.上行_cb.Name = "上行_cb"
|
618
|
|
- Me.上行_cb.Size = New System.Drawing.Size(95, 24)
|
|
637
|
+ Me.上行_cb.Size = New System.Drawing.Size(95, 23)
|
619
|
638
|
Me.上行_cb.TabIndex = 1527
|
620
|
639
|
'
|
621
|
640
|
'下行_cb
|
622
|
641
|
'
|
623
|
642
|
Me.下行_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
643
|
+ Me.下行_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
624
|
644
|
Me.下行_cb.FormattingEnabled = True
|
625
|
|
- Me.下行_cb.Location = New System.Drawing.Point(61, 138)
|
|
645
|
+ Me.下行_cb.Location = New System.Drawing.Point(839, 128)
|
626
|
646
|
Me.下行_cb.Name = "下行_cb"
|
627
|
|
- Me.下行_cb.Size = New System.Drawing.Size(95, 24)
|
|
647
|
+ Me.下行_cb.Size = New System.Drawing.Size(95, 23)
|
628
|
648
|
Me.下行_cb.TabIndex = 1528
|
629
|
649
|
'
|
630
|
650
|
'流水號_tb
|
631
|
651
|
'
|
632
|
|
- Me.流水號_tb.Location = New System.Drawing.Point(160, 59)
|
|
652
|
+ Me.流水號_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
653
|
+ Me.流水號_tb.Location = New System.Drawing.Point(838, 279)
|
633
|
654
|
Me.流水號_tb.Name = "流水號_tb"
|
634
|
|
- Me.流水號_tb.Size = New System.Drawing.Size(96, 23)
|
|
655
|
+ Me.流水號_tb.Size = New System.Drawing.Size(96, 22)
|
635
|
656
|
Me.流水號_tb.TabIndex = 1535
|
636
|
657
|
'
|
637
|
658
|
'狀態_tb
|
638
|
659
|
'
|
639
|
660
|
Me.狀態_tb.Enabled = False
|
640
|
|
- Me.狀態_tb.Location = New System.Drawing.Point(62, 32)
|
|
661
|
+ Me.狀態_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
662
|
+ Me.狀態_tb.Location = New System.Drawing.Point(840, 30)
|
641
|
663
|
Me.狀態_tb.Name = "狀態_tb"
|
642
|
|
- Me.狀態_tb.Size = New System.Drawing.Size(95, 23)
|
|
664
|
+ Me.狀態_tb.Size = New System.Drawing.Size(95, 22)
|
643
|
665
|
Me.狀態_tb.TabIndex = 1530
|
644
|
666
|
'
|
645
|
667
|
'帳號4_cb
|
646
|
668
|
'
|
647
|
669
|
Me.帳號4_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
670
|
+ Me.帳號4_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
648
|
671
|
Me.帳號4_cb.FormattingEnabled = True
|
649
|
|
- Me.帳號4_cb.Location = New System.Drawing.Point(160, 84)
|
|
672
|
+ Me.帳號4_cb.Location = New System.Drawing.Point(838, 304)
|
650
|
673
|
Me.帳號4_cb.Name = "帳號4_cb"
|
651
|
|
- Me.帳號4_cb.Size = New System.Drawing.Size(96, 24)
|
|
674
|
+ Me.帳號4_cb.Size = New System.Drawing.Size(96, 23)
|
652
|
675
|
Me.帳號4_cb.TabIndex = 1544
|
653
|
676
|
'
|
654
|
677
|
'Label14
|
655
|
678
|
'
|
656
|
679
|
Me.Label14.AutoSize = True
|
657
|
|
- Me.Label14.Location = New System.Drawing.Point(24, 36)
|
|
680
|
+ Me.Label14.Location = New System.Drawing.Point(802, 34)
|
658
|
681
|
Me.Label14.Name = "Label14"
|
659
|
|
- Me.Label14.Size = New System.Drawing.Size(31, 16)
|
|
682
|
+ Me.Label14.Size = New System.Drawing.Size(29, 12)
|
660
|
683
|
Me.Label14.TabIndex = 1531
|
661
|
684
|
Me.Label14.Text = "狀態"
|
662
|
685
|
'
|
663
|
686
|
'商品1_tb
|
664
|
687
|
'
|
665
|
|
- Me.商品1_tb.Location = New System.Drawing.Point(160, 7)
|
|
688
|
+ Me.商品1_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
689
|
+ Me.商品1_tb.Location = New System.Drawing.Point(838, 230)
|
666
|
690
|
Me.商品1_tb.Name = "商品1_tb"
|
667
|
|
- Me.商品1_tb.Size = New System.Drawing.Size(98, 23)
|
|
691
|
+ Me.商品1_tb.Size = New System.Drawing.Size(98, 22)
|
668
|
692
|
Me.商品1_tb.TabIndex = 1545
|
669
|
693
|
'
|
670
|
694
|
'網址_cb
|
671
|
695
|
'
|
672
|
696
|
Me.網址_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
697
|
+ Me.網址_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
673
|
698
|
Me.網址_cb.FormattingEnabled = True
|
674
|
|
- Me.網址_cb.Location = New System.Drawing.Point(62, 58)
|
|
699
|
+ Me.網址_cb.Location = New System.Drawing.Point(840, 54)
|
675
|
700
|
Me.網址_cb.Name = "網址_cb"
|
676
|
|
- Me.網址_cb.Size = New System.Drawing.Size(95, 24)
|
|
701
|
+ Me.網址_cb.Size = New System.Drawing.Size(95, 23)
|
677
|
702
|
Me.網址_cb.TabIndex = 1545
|
678
|
703
|
'
|
679
|
704
|
'老闆_cb
|
680
|
705
|
'
|
681
|
706
|
Me.老闆_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
707
|
+ Me.老闆_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
682
|
708
|
Me.老闆_cb.FormattingEnabled = True
|
683
|
|
- Me.老闆_cb.Location = New System.Drawing.Point(160, 137)
|
|
709
|
+ Me.老闆_cb.Location = New System.Drawing.Point(840, 180)
|
684
|
710
|
Me.老闆_cb.Name = "老闆_cb"
|
685
|
|
- Me.老闆_cb.Size = New System.Drawing.Size(96, 24)
|
|
711
|
+ Me.老闆_cb.Size = New System.Drawing.Size(96, 23)
|
686
|
712
|
Me.老闆_cb.TabIndex = 1546
|
687
|
713
|
'
|
688
|
714
|
'狀態1_tb
|
689
|
715
|
'
|
690
|
716
|
Me.狀態1_tb.Enabled = False
|
691
|
|
- Me.狀態1_tb.Location = New System.Drawing.Point(62, 6)
|
|
717
|
+ Me.狀態1_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
718
|
+ Me.狀態1_tb.Location = New System.Drawing.Point(840, 7)
|
692
|
719
|
Me.狀態1_tb.Name = "狀態1_tb"
|
693
|
|
- Me.狀態1_tb.Size = New System.Drawing.Size(95, 23)
|
|
720
|
+ Me.狀態1_tb.Size = New System.Drawing.Size(95, 22)
|
694
|
721
|
Me.狀態1_tb.TabIndex = 1538
|
695
|
722
|
'
|
696
|
723
|
'清除搜索3_bt
|
|
@@ -699,9 +726,9 @@ Partial Class 電板基本資料
|
699
|
726
|
Me.清除搜索3_bt.BackColor = System.Drawing.SystemColors.ControlLight
|
700
|
727
|
Me.清除搜索3_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
701
|
728
|
Me.清除搜索3_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
702
|
|
- Me.清除搜索3_bt.Location = New System.Drawing.Point(373, 702)
|
|
729
|
+ Me.清除搜索3_bt.Location = New System.Drawing.Point(553, 261)
|
703
|
730
|
Me.清除搜索3_bt.Name = "清除搜索3_bt"
|
704
|
|
- Me.清除搜索3_bt.Size = New System.Drawing.Size(65, 25)
|
|
731
|
+ Me.清除搜索3_bt.Size = New System.Drawing.Size(113, 25)
|
705
|
732
|
Me.清除搜索3_bt.TabIndex = 1537
|
706
|
733
|
Me.清除搜索3_bt.Text = "清除搜索"
|
707
|
734
|
Me.清除搜索3_bt.UseVisualStyleBackColor = False
|
|
@@ -712,7 +739,7 @@ Partial Class 電板基本資料
|
712
|
739
|
Me.搜索4_bt.BackColor = System.Drawing.SystemColors.ControlLight
|
713
|
740
|
Me.搜索4_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
714
|
741
|
Me.搜索4_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
715
|
|
- Me.搜索4_bt.Location = New System.Drawing.Point(259, 702)
|
|
742
|
+ Me.搜索4_bt.Location = New System.Drawing.Point(553, 235)
|
716
|
743
|
Me.搜索4_bt.Name = "搜索4_bt"
|
717
|
744
|
Me.搜索4_bt.Size = New System.Drawing.Size(113, 25)
|
718
|
745
|
Me.搜索4_bt.TabIndex = 1536
|
|
@@ -767,9 +794,9 @@ Partial Class 電板基本資料
|
767
|
794
|
Me.GroupBox5.Controls.Add(Me.所得計算_ch)
|
768
|
795
|
Me.GroupBox5.Controls.Add(Me.參與計算_ch)
|
769
|
796
|
Me.GroupBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
770
|
|
- Me.GroupBox5.Location = New System.Drawing.Point(801, 2)
|
|
797
|
+ Me.GroupBox5.Location = New System.Drawing.Point(3, 3)
|
771
|
798
|
Me.GroupBox5.Name = "GroupBox5"
|
772
|
|
- Me.GroupBox5.Size = New System.Drawing.Size(545, 698)
|
|
799
|
+ Me.GroupBox5.Size = New System.Drawing.Size(545, 694)
|
773
|
800
|
Me.GroupBox5.TabIndex = 1506
|
774
|
801
|
Me.GroupBox5.TabStop = False
|
775
|
802
|
Me.GroupBox5.Text = "下收客戶帳號設定"
|
|
@@ -813,7 +840,7 @@ Partial Class 電板基本資料
|
813
|
840
|
Me.客戶下_dgv.Name = "客戶下_dgv"
|
814
|
841
|
Me.客戶下_dgv.RowHeadersWidth = 4
|
815
|
842
|
Me.客戶下_dgv.RowTemplate.Height = 24
|
816
|
|
- Me.客戶下_dgv.Size = New System.Drawing.Size(537, 495)
|
|
843
|
+ Me.客戶下_dgv.Size = New System.Drawing.Size(537, 491)
|
817
|
844
|
Me.客戶下_dgv.TabIndex = 0
|
818
|
845
|
'
|
819
|
846
|
'所得指定_cb
|
|
@@ -1217,9 +1244,9 @@ Partial Class 電板基本資料
|
1217
|
1244
|
Me.搜索3_bt.BackColor = System.Drawing.SystemColors.ControlLight
|
1218
|
1245
|
Me.搜索3_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1219
|
1246
|
Me.搜索3_bt.ForeColor = System.Drawing.Color.Purple
|
1220
|
|
- Me.搜索3_bt.Location = New System.Drawing.Point(951, 702)
|
|
1247
|
+ Me.搜索3_bt.Location = New System.Drawing.Point(552, 33)
|
1221
|
1248
|
Me.搜索3_bt.Name = "搜索3_bt"
|
1222
|
|
- Me.搜索3_bt.Size = New System.Drawing.Size(90, 25)
|
|
1249
|
+ Me.搜索3_bt.Size = New System.Drawing.Size(114, 25)
|
1223
|
1250
|
Me.搜索3_bt.TabIndex = 1536
|
1224
|
1251
|
Me.搜索3_bt.Text = "網址搜索客商"
|
1225
|
1252
|
Me.搜索3_bt.UseVisualStyleBackColor = False
|
|
@@ -1230,9 +1257,9 @@ Partial Class 電板基本資料
|
1230
|
1257
|
Me.清除搜索1_bt.BackColor = System.Drawing.SystemColors.ControlLight
|
1231
|
1258
|
Me.清除搜索1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1232
|
1259
|
Me.清除搜索1_bt.ForeColor = System.Drawing.Color.Purple
|
1233
|
|
- Me.清除搜索1_bt.Location = New System.Drawing.Point(1132, 702)
|
|
1260
|
+ Me.清除搜索1_bt.Location = New System.Drawing.Point(552, 58)
|
1234
|
1261
|
Me.清除搜索1_bt.Name = "清除搜索1_bt"
|
1235
|
|
- Me.清除搜索1_bt.Size = New System.Drawing.Size(65, 25)
|
|
1262
|
+ Me.清除搜索1_bt.Size = New System.Drawing.Size(114, 25)
|
1236
|
1263
|
Me.清除搜索1_bt.TabIndex = 1534
|
1237
|
1264
|
Me.清除搜索1_bt.Text = "清除搜索"
|
1238
|
1265
|
Me.清除搜索1_bt.UseVisualStyleBackColor = False
|
|
@@ -1243,9 +1270,9 @@ Partial Class 電板基本資料
|
1243
|
1270
|
Me.搜索1_bt.BackColor = System.Drawing.SystemColors.ControlLight
|
1244
|
1271
|
Me.搜索1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1245
|
1272
|
Me.搜索1_bt.ForeColor = System.Drawing.Color.Purple
|
1246
|
|
- Me.搜索1_bt.Location = New System.Drawing.Point(1041, 702)
|
|
1273
|
+ Me.搜索1_bt.Location = New System.Drawing.Point(552, 8)
|
1247
|
1274
|
Me.搜索1_bt.Name = "搜索1_bt"
|
1248
|
|
- Me.搜索1_bt.Size = New System.Drawing.Size(90, 25)
|
|
1275
|
+ Me.搜索1_bt.Size = New System.Drawing.Size(114, 25)
|
1249
|
1276
|
Me.搜索1_bt.TabIndex = 1533
|
1250
|
1277
|
Me.搜索1_bt.Text = "客戶帳號搜索"
|
1251
|
1278
|
Me.搜索1_bt.UseVisualStyleBackColor = False
|
|
@@ -1254,6 +1281,7 @@ Partial Class 電板基本資料
|
1254
|
1281
|
'
|
1255
|
1282
|
Me.GroupBox7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
1256
|
1283
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
1284
|
+ Me.GroupBox7.Controls.Add(Me.Label13)
|
1257
|
1285
|
Me.GroupBox7.Controls.Add(Me.取消3_bt)
|
1258
|
1286
|
Me.GroupBox7.Controls.Add(Me.存檔3_bt)
|
1259
|
1287
|
Me.GroupBox7.Controls.Add(Me.商客刪除1_bt)
|
|
@@ -1294,15 +1322,26 @@ Partial Class 電板基本資料
|
1294
|
1322
|
Me.GroupBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1295
|
1323
|
Me.GroupBox7.Location = New System.Drawing.Point(527, 2)
|
1296
|
1324
|
Me.GroupBox7.Name = "GroupBox7"
|
1297
|
|
- Me.GroupBox7.Size = New System.Drawing.Size(279, 698)
|
|
1325
|
+ Me.GroupBox7.Size = New System.Drawing.Size(554, 698)
|
1298
|
1326
|
Me.GroupBox7.TabIndex = 1508
|
1299
|
1327
|
Me.GroupBox7.TabStop = False
|
1300
|
1328
|
Me.GroupBox7.Text = "上繳帳號設定"
|
|
1329
|
+ '
|
|
1330
|
+ 'Label13
|
|
1331
|
+ '
|
|
1332
|
+ Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1333
|
+ Me.Label13.ForeColor = System.Drawing.Color.Blue
|
|
1334
|
+ Me.Label13.Location = New System.Drawing.Point(282, 10)
|
|
1335
|
+ Me.Label13.Name = "Label13"
|
|
1336
|
+ Me.Label13.Size = New System.Drawing.Size(266, 60)
|
|
1337
|
+ Me.Label13.TabIndex = 1651
|
|
1338
|
+ Me.Label13.Text = "如果有需要翻到下一層的資料,請在這裡設定" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "1、現在右邊選擇登入的帳號。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、在網頁中找到要查閱帳務的那一頁。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、在那一耶中指定一個帳號來做代表設定到程式裡" &
|
|
1339
|
+ "。"
|
1301
|
1340
|
'
|
1302
|
1341
|
'取消3_bt
|
1303
|
1342
|
'
|
1304
|
1343
|
Me.取消3_bt.ForeColor = System.Drawing.Color.Purple
|
1305
|
|
- Me.取消3_bt.Location = New System.Drawing.Point(166, 527)
|
|
1344
|
+ Me.取消3_bt.Location = New System.Drawing.Point(440, 112)
|
1306
|
1345
|
Me.取消3_bt.Name = "取消3_bt"
|
1307
|
1346
|
Me.取消3_bt.Size = New System.Drawing.Size(53, 23)
|
1308
|
1347
|
Me.取消3_bt.TabIndex = 1650
|
|
@@ -1312,7 +1351,7 @@ Partial Class 電板基本資料
|
1312
|
1351
|
'存檔3_bt
|
1313
|
1352
|
'
|
1314
|
1353
|
Me.存檔3_bt.ForeColor = System.Drawing.Color.Green
|
1315
|
|
- Me.存檔3_bt.Location = New System.Drawing.Point(112, 527)
|
|
1354
|
+ Me.存檔3_bt.Location = New System.Drawing.Point(386, 112)
|
1316
|
1355
|
Me.存檔3_bt.Name = "存檔3_bt"
|
1317
|
1356
|
Me.存檔3_bt.Size = New System.Drawing.Size(53, 23)
|
1318
|
1357
|
Me.存檔3_bt.TabIndex = 1649
|
|
@@ -1322,7 +1361,7 @@ Partial Class 電板基本資料
|
1322
|
1361
|
'商客刪除1_bt
|
1323
|
1362
|
'
|
1324
|
1363
|
Me.商客刪除1_bt.ForeColor = System.Drawing.Color.Red
|
1325
|
|
- Me.商客刪除1_bt.Location = New System.Drawing.Point(220, 527)
|
|
1364
|
+ Me.商客刪除1_bt.Location = New System.Drawing.Point(494, 112)
|
1326
|
1365
|
Me.商客刪除1_bt.Name = "商客刪除1_bt"
|
1327
|
1366
|
Me.商客刪除1_bt.Size = New System.Drawing.Size(53, 23)
|
1328
|
1367
|
Me.商客刪除1_bt.TabIndex = 1648
|
|
@@ -1331,7 +1370,7 @@ Partial Class 電板基本資料
|
1331
|
1370
|
'
|
1332
|
1371
|
'商客修正1_bt
|
1333
|
1372
|
'
|
1334
|
|
- Me.商客修正1_bt.Location = New System.Drawing.Point(58, 527)
|
|
1373
|
+ Me.商客修正1_bt.Location = New System.Drawing.Point(332, 112)
|
1335
|
1374
|
Me.商客修正1_bt.Name = "商客修正1_bt"
|
1336
|
1375
|
Me.商客修正1_bt.Size = New System.Drawing.Size(53, 23)
|
1337
|
1376
|
Me.商客修正1_bt.TabIndex = 1647
|
|
@@ -1341,7 +1380,7 @@ Partial Class 電板基本資料
|
1341
|
1380
|
'商客新增1_bt
|
1342
|
1381
|
'
|
1343
|
1382
|
Me.商客新增1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1344
|
|
- Me.商客新增1_bt.Location = New System.Drawing.Point(4, 527)
|
|
1383
|
+ Me.商客新增1_bt.Location = New System.Drawing.Point(278, 112)
|
1345
|
1384
|
Me.商客新增1_bt.Name = "商客新增1_bt"
|
1346
|
1385
|
Me.商客新增1_bt.Size = New System.Drawing.Size(53, 23)
|
1347
|
1386
|
Me.商客新增1_bt.TabIndex = 1646
|
|
@@ -1352,7 +1391,7 @@ Partial Class 電板基本資料
|
1352
|
1391
|
'
|
1353
|
1392
|
Me.資料2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
1354
|
1393
|
Me.資料2_cb.FormattingEnabled = True
|
1355
|
|
- Me.資料2_cb.Location = New System.Drawing.Point(178, 502)
|
|
1394
|
+ Me.資料2_cb.Location = New System.Drawing.Point(452, 87)
|
1356
|
1395
|
Me.資料2_cb.Name = "資料2_cb"
|
1357
|
1396
|
Me.資料2_cb.Size = New System.Drawing.Size(94, 24)
|
1358
|
1397
|
Me.資料2_cb.TabIndex = 1645
|
|
@@ -1360,7 +1399,7 @@ Partial Class 電板基本資料
|
1360
|
1399
|
'Label35
|
1361
|
1400
|
'
|
1362
|
1401
|
Me.Label35.AutoSize = True
|
1363
|
|
- Me.Label35.Location = New System.Drawing.Point(177, 487)
|
|
1402
|
+ Me.Label35.Location = New System.Drawing.Point(451, 72)
|
1364
|
1403
|
Me.Label35.Name = "Label35"
|
1365
|
1404
|
Me.Label35.Size = New System.Drawing.Size(31, 16)
|
1366
|
1405
|
Me.Label35.TabIndex = 1644
|
|
@@ -1369,7 +1408,7 @@ Partial Class 電板基本資料
|
1369
|
1408
|
'上繳源1_cb
|
1370
|
1409
|
'
|
1371
|
1410
|
Me.上繳源1_cb.FormattingEnabled = True
|
1372
|
|
- Me.上繳源1_cb.Location = New System.Drawing.Point(91, 502)
|
|
1411
|
+ Me.上繳源1_cb.Location = New System.Drawing.Point(365, 87)
|
1373
|
1412
|
Me.上繳源1_cb.Name = "上繳源1_cb"
|
1374
|
1413
|
Me.上繳源1_cb.Size = New System.Drawing.Size(85, 24)
|
1375
|
1414
|
Me.上繳源1_cb.TabIndex = 1643
|
|
@@ -1378,7 +1417,7 @@ Partial Class 電板基本資料
|
1378
|
1417
|
'
|
1379
|
1418
|
Me.Label34.AutoSize = True
|
1380
|
1419
|
Me.Label34.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1381
|
|
- Me.Label34.Location = New System.Drawing.Point(92, 487)
|
|
1420
|
+ Me.Label34.Location = New System.Drawing.Point(366, 72)
|
1382
|
1421
|
Me.Label34.Name = "Label34"
|
1383
|
1422
|
Me.Label34.Size = New System.Drawing.Size(31, 16)
|
1384
|
1423
|
Me.Label34.TabIndex = 1642
|
|
@@ -1386,16 +1425,15 @@ Partial Class 電板基本資料
|
1386
|
1425
|
'
|
1387
|
1426
|
'商客1_dgv
|
1388
|
1427
|
'
|
1389
|
|
- Me.商客1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
1390
|
|
- Or System.Windows.Forms.AnchorStyles.Left) _
|
1391
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1428
|
+ Me.商客1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
1429
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1392
|
1430
|
Me.商客1_dgv.BackgroundColor = System.Drawing.Color.White
|
1393
|
1431
|
Me.商客1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
1394
|
|
- Me.商客1_dgv.Location = New System.Drawing.Point(3, 551)
|
|
1432
|
+ Me.商客1_dgv.Location = New System.Drawing.Point(277, 136)
|
1395
|
1433
|
Me.商客1_dgv.Name = "商客1_dgv"
|
1396
|
1434
|
Me.商客1_dgv.RowHeadersWidth = 4
|
1397
|
1435
|
Me.商客1_dgv.RowTemplate.Height = 24
|
1398
|
|
- Me.商客1_dgv.Size = New System.Drawing.Size(271, 141)
|
|
1436
|
+ Me.商客1_dgv.Size = New System.Drawing.Size(270, 556)
|
1399
|
1437
|
Me.商客1_dgv.TabIndex = 1639
|
1400
|
1438
|
'
|
1401
|
1439
|
'下拉1_bt
|
|
@@ -1608,15 +1646,15 @@ Partial Class 電板基本資料
|
1608
|
1646
|
'
|
1609
|
1647
|
'商客_dgv
|
1610
|
1648
|
'
|
1611
|
|
- Me.商客_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
1612
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1649
|
+ Me.商客_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
1650
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1613
|
1651
|
Me.商客_dgv.BackgroundColor = System.Drawing.Color.White
|
1614
|
1652
|
Me.商客_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
1615
|
1653
|
Me.商客_dgv.Location = New System.Drawing.Point(3, 185)
|
1616
|
1654
|
Me.商客_dgv.Name = "商客_dgv"
|
1617
|
1655
|
Me.商客_dgv.RowHeadersWidth = 4
|
1618
|
1656
|
Me.商客_dgv.RowTemplate.Height = 24
|
1619
|
|
- Me.商客_dgv.Size = New System.Drawing.Size(271, 301)
|
|
1657
|
+ Me.商客_dgv.Size = New System.Drawing.Size(269, 507)
|
1620
|
1658
|
Me.商客_dgv.TabIndex = 0
|
1621
|
1659
|
'
|
1622
|
1660
|
'備用網址_ch
|
|
@@ -1631,7 +1669,7 @@ Partial Class 電板基本資料
|
1631
|
1669
|
'
|
1632
|
1670
|
'帳號0_tb
|
1633
|
1671
|
'
|
1634
|
|
- Me.帳號0_tb.Location = New System.Drawing.Point(4, 503)
|
|
1672
|
+ Me.帳號0_tb.Location = New System.Drawing.Point(278, 88)
|
1635
|
1673
|
Me.帳號0_tb.Name = "帳號0_tb"
|
1636
|
1674
|
Me.帳號0_tb.Size = New System.Drawing.Size(85, 23)
|
1637
|
1675
|
Me.帳號0_tb.TabIndex = 1640
|
|
@@ -1640,7 +1678,7 @@ Partial Class 電板基本資料
|
1640
|
1678
|
'
|
1641
|
1679
|
Me.Label15.AutoSize = True
|
1642
|
1680
|
Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1643
|
|
- Me.Label15.Location = New System.Drawing.Point(3, 487)
|
|
1681
|
+ Me.Label15.Location = New System.Drawing.Point(277, 72)
|
1644
|
1682
|
Me.Label15.Name = "Label15"
|
1645
|
1683
|
Me.Label15.Size = New System.Drawing.Size(55, 16)
|
1646
|
1684
|
Me.Label15.TabIndex = 1641
|
|
@@ -1651,9 +1689,9 @@ Partial Class 電板基本資料
|
1651
|
1689
|
Me.資料_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1652
|
1690
|
Me.資料_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1653
|
1691
|
Me.資料_cb.FormattingEnabled = True
|
1654
|
|
- Me.資料_cb.Location = New System.Drawing.Point(439, 702)
|
|
1692
|
+ Me.資料_cb.Location = New System.Drawing.Point(554, 362)
|
1655
|
1693
|
Me.資料_cb.Name = "資料_cb"
|
1656
|
|
- Me.資料_cb.Size = New System.Drawing.Size(56, 24)
|
|
1694
|
+ Me.資料_cb.Size = New System.Drawing.Size(112, 24)
|
1657
|
1695
|
Me.資料_cb.TabIndex = 1513
|
1658
|
1696
|
'
|
1659
|
1697
|
'清除搜索2_bt
|
|
@@ -1662,9 +1700,9 @@ Partial Class 電板基本資料
|
1662
|
1700
|
Me.清除搜索2_bt.BackColor = System.Drawing.SystemColors.ControlLight
|
1663
|
1701
|
Me.清除搜索2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1664
|
1702
|
Me.清除搜索2_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1665
|
|
- Me.清除搜索2_bt.Location = New System.Drawing.Point(676, 702)
|
|
1703
|
+ Me.清除搜索2_bt.Location = New System.Drawing.Point(552, 336)
|
1666
|
1704
|
Me.清除搜索2_bt.Name = "清除搜索2_bt"
|
1667
|
|
- Me.清除搜索2_bt.Size = New System.Drawing.Size(65, 25)
|
|
1705
|
+ Me.清除搜索2_bt.Size = New System.Drawing.Size(114, 25)
|
1668
|
1706
|
Me.清除搜索2_bt.TabIndex = 1536
|
1669
|
1707
|
Me.清除搜索2_bt.Text = "清除搜索"
|
1670
|
1708
|
Me.清除搜索2_bt.UseVisualStyleBackColor = False
|
|
@@ -1675,7 +1713,7 @@ Partial Class 電板基本資料
|
1675
|
1713
|
Me.搜索2_bt.BackColor = System.Drawing.SystemColors.ControlLight
|
1676
|
1714
|
Me.搜索2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1677
|
1715
|
Me.搜索2_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1678
|
|
- Me.搜索2_bt.Location = New System.Drawing.Point(496, 702)
|
|
1716
|
+ Me.搜索2_bt.Location = New System.Drawing.Point(552, 286)
|
1679
|
1717
|
Me.搜索2_bt.Name = "搜索2_bt"
|
1680
|
1718
|
Me.搜索2_bt.Size = New System.Drawing.Size(115, 25)
|
1681
|
1719
|
Me.搜索2_bt.TabIndex = 1535
|
|
@@ -1686,9 +1724,9 @@ Partial Class 電板基本資料
|
1686
|
1724
|
'
|
1687
|
1725
|
Me.開啟基本資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1688
|
1726
|
Me.開啟基本資料_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1689
|
|
- Me.開啟基本資料_bt.Location = New System.Drawing.Point(2, 702)
|
|
1727
|
+ Me.開啟基本資料_bt.Location = New System.Drawing.Point(552, 159)
|
1690
|
1728
|
Me.開啟基本資料_bt.Name = "開啟基本資料_bt"
|
1691
|
|
- Me.開啟基本資料_bt.Size = New System.Drawing.Size(77, 25)
|
|
1729
|
+ Me.開啟基本資料_bt.Size = New System.Drawing.Size(114, 25)
|
1692
|
1730
|
Me.開啟基本資料_bt.TabIndex = 1617
|
1693
|
1731
|
Me.開啟基本資料_bt.Text = "開帳務彙總"
|
1694
|
1732
|
Me.開啟基本資料_bt.UseVisualStyleBackColor = True
|
|
@@ -1699,9 +1737,9 @@ Partial Class 電板基本資料
|
1699
|
1737
|
Me.重新整理_bt.BackColor = System.Drawing.SystemColors.ControlLight
|
1700
|
1738
|
Me.重新整理_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1701
|
1739
|
Me.重新整理_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1702
|
|
- Me.重新整理_bt.Location = New System.Drawing.Point(611, 702)
|
|
1740
|
+ Me.重新整理_bt.Location = New System.Drawing.Point(553, 311)
|
1703
|
1741
|
Me.重新整理_bt.Name = "重新整理_bt"
|
1704
|
|
- Me.重新整理_bt.Size = New System.Drawing.Size(65, 25)
|
|
1742
|
+ Me.重新整理_bt.Size = New System.Drawing.Size(114, 25)
|
1705
|
1743
|
Me.重新整理_bt.TabIndex = 1618
|
1706
|
1744
|
Me.重新整理_bt.Text = "重新整理"
|
1707
|
1745
|
Me.重新整理_bt.UseVisualStyleBackColor = False
|
|
@@ -1716,15 +1754,15 @@ Partial Class 電板基本資料
|
1716
|
1754
|
Me.L50.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1717
|
1755
|
Me.L50.Location = New System.Drawing.Point(1345, 2)
|
1718
|
1756
|
Me.L50.Name = "L50"
|
1719
|
|
- Me.L50.Size = New System.Drawing.Size(0, 725)
|
|
1757
|
+ Me.L50.Size = New System.Drawing.Size(271, 725)
|
1720
|
1758
|
Me.L50.TabIndex = 1619
|
1721
|
1759
|
Me.L50.TabStop = False
|
1722
|
1760
|
Me.L50.Text = "LOG檔"
|
1723
|
1761
|
'
|
1724
|
1762
|
'LOG1_dgv
|
1725
|
1763
|
'
|
1726
|
|
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
1727
|
|
- Me.LOG1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
1764
|
+ DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
1765
|
+ Me.LOG1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
|
1728
|
1766
|
Me.LOG1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
1729
|
1767
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
1730
|
1768
|
Me.LOG1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
@@ -1733,13 +1771,13 @@ Partial Class 電板基本資料
|
1733
|
1771
|
Me.LOG1_dgv.Name = "LOG1_dgv"
|
1734
|
1772
|
Me.LOG1_dgv.RowHeadersWidth = 4
|
1735
|
1773
|
Me.LOG1_dgv.RowTemplate.Height = 24
|
1736
|
|
- Me.LOG1_dgv.Size = New System.Drawing.Size(0, 457)
|
|
1774
|
+ Me.LOG1_dgv.Size = New System.Drawing.Size(265, 457)
|
1737
|
1775
|
Me.LOG1_dgv.TabIndex = 1540
|
1738
|
1776
|
'
|
1739
|
1777
|
'LOG2_dgv
|
1740
|
1778
|
'
|
1741
|
|
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
1742
|
|
- Me.LOG2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
1779
|
+ DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
1780
|
+ Me.LOG2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
|
1743
|
1781
|
Me.LOG2_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
1744
|
1782
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
1745
|
1783
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
@@ -1749,17 +1787,17 @@ Partial Class 電板基本資料
|
1749
|
1787
|
Me.LOG2_dgv.Name = "LOG2_dgv"
|
1750
|
1788
|
Me.LOG2_dgv.RowHeadersWidth = 4
|
1751
|
1789
|
Me.LOG2_dgv.RowTemplate.Height = 24
|
1752
|
|
- Me.LOG2_dgv.Size = New System.Drawing.Size(0, 241)
|
|
1790
|
+ Me.LOG2_dgv.Size = New System.Drawing.Size(265, 241)
|
1753
|
1791
|
Me.LOG2_dgv.TabIndex = 1541
|
1754
|
1792
|
'
|
1755
|
1793
|
'LOG檔_bt
|
1756
|
1794
|
'
|
1757
|
1795
|
Me.LOG檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1758
|
1796
|
Me.LOG檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1759
|
|
- Me.LOG檔_bt.Location = New System.Drawing.Point(741, 702)
|
|
1797
|
+ Me.LOG檔_bt.Location = New System.Drawing.Point(552, 134)
|
1760
|
1798
|
Me.LOG檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1761
|
1799
|
Me.LOG檔_bt.Name = "LOG檔_bt"
|
1762
|
|
- Me.LOG檔_bt.Size = New System.Drawing.Size(65, 25)
|
|
1800
|
+ Me.LOG檔_bt.Size = New System.Drawing.Size(114, 25)
|
1763
|
1801
|
Me.LOG檔_bt.TabIndex = 1620
|
1764
|
1802
|
Me.LOG檔_bt.Text = "LOG檔"
|
1765
|
1803
|
Me.LOG檔_bt.UseVisualStyleBackColor = True
|
|
@@ -1768,9 +1806,9 @@ Partial Class 電板基本資料
|
1768
|
1806
|
'
|
1769
|
1807
|
Me.開網站1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1770
|
1808
|
Me.開網站1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1771
|
|
- Me.開網站1_bt.Location = New System.Drawing.Point(806, 702)
|
|
1809
|
+ Me.開網站1_bt.Location = New System.Drawing.Point(553, 108)
|
1772
|
1810
|
Me.開網站1_bt.Name = "開網站1_bt"
|
1773
|
|
- Me.開網站1_bt.Size = New System.Drawing.Size(65, 25)
|
|
1811
|
+ Me.開網站1_bt.Size = New System.Drawing.Size(113, 25)
|
1774
|
1812
|
Me.開網站1_bt.TabIndex = 1621
|
1775
|
1813
|
Me.開網站1_bt.Text = "開網站"
|
1776
|
1814
|
Me.開網站1_bt.UseVisualStyleBackColor = True
|
|
@@ -1779,7 +1817,7 @@ Partial Class 電板基本資料
|
1779
|
1817
|
'
|
1780
|
1818
|
Me.進階控制_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1781
|
1819
|
Me.進階控制_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1782
|
|
- Me.進階控制_bt.Location = New System.Drawing.Point(1275, 702)
|
|
1820
|
+ Me.進階控制_bt.Location = New System.Drawing.Point(1016, 702)
|
1783
|
1821
|
Me.進階控制_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1784
|
1822
|
Me.進階控制_bt.Name = "進階控制_bt"
|
1785
|
1823
|
Me.進階控制_bt.Size = New System.Drawing.Size(65, 25)
|
|
@@ -1795,12 +1833,12 @@ Partial Class 電板基本資料
|
1795
|
1833
|
'
|
1796
|
1834
|
Me.字體大小調整_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1797
|
1835
|
Me.字體大小調整_lb.AutoSize = True
|
1798
|
|
- Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1836
|
+ Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1799
|
1837
|
Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Red
|
1800
|
1838
|
Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
1801
|
|
- Me.字體大小調整_lb.Location = New System.Drawing.Point(1199, 705)
|
|
1839
|
+ Me.字體大小調整_lb.Location = New System.Drawing.Point(770, 287)
|
1802
|
1840
|
Me.字體大小調整_lb.Name = "字體大小調整_lb"
|
1803
|
|
- Me.字體大小調整_lb.Size = New System.Drawing.Size(34, 17)
|
|
1841
|
+ Me.字體大小調整_lb.Size = New System.Drawing.Size(29, 15)
|
1804
|
1842
|
Me.字體大小調整_lb.TabIndex = 1632
|
1805
|
1843
|
Me.字體大小調整_lb.Text = "字體"
|
1806
|
1844
|
'
|
|
@@ -1808,8 +1846,9 @@ Partial Class 電板基本資料
|
1808
|
1846
|
'
|
1809
|
1847
|
Me.字體_NUD.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1810
|
1848
|
Me.字體_NUD.DecimalPlaces = 1
|
|
1849
|
+ Me.字體_NUD.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1811
|
1850
|
Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
|
1812
|
|
- Me.字體_NUD.Location = New System.Drawing.Point(1234, 703)
|
|
1851
|
+ Me.字體_NUD.Location = New System.Drawing.Point(769, 305)
|
1813
|
1852
|
Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
|
1814
|
1853
|
Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
|
1815
|
1854
|
Me.字體_NUD.Name = "字體_NUD"
|
|
@@ -1826,9 +1865,9 @@ Partial Class 電板基本資料
|
1826
|
1865
|
Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1827
|
1866
|
Me.PictureBox1.BackgroundImage = Global.GA_ERP_SYS.My.Resources.Resources._1627008239188
|
1828
|
1867
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
1829
|
|
- Me.PictureBox1.Location = New System.Drawing.Point(258, 702)
|
|
1868
|
+ Me.PictureBox1.Location = New System.Drawing.Point(554, 669)
|
1830
|
1869
|
Me.PictureBox1.Name = "PictureBox1"
|
1831
|
|
- Me.PictureBox1.Size = New System.Drawing.Size(1015, 25)
|
|
1870
|
+ Me.PictureBox1.Size = New System.Drawing.Size(252, 25)
|
1832
|
1871
|
Me.PictureBox1.TabIndex = 1622
|
1833
|
1872
|
Me.PictureBox1.TabStop = False
|
1834
|
1873
|
'
|
|
@@ -1836,9 +1875,9 @@ Partial Class 電板基本資料
|
1836
|
1875
|
'
|
1837
|
1876
|
Me.開帳務明細_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1838
|
1877
|
Me.開帳務明細_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1839
|
|
- Me.開帳務明細_bt.Location = New System.Drawing.Point(80, 702)
|
|
1878
|
+ Me.開帳務明細_bt.Location = New System.Drawing.Point(552, 185)
|
1840
|
1879
|
Me.開帳務明細_bt.Name = "開帳務明細_bt"
|
1841
|
|
- Me.開帳務明細_bt.Size = New System.Drawing.Size(77, 25)
|
|
1880
|
+ Me.開帳務明細_bt.Size = New System.Drawing.Size(114, 25)
|
1842
|
1881
|
Me.開帳務明細_bt.TabIndex = 1633
|
1843
|
1882
|
Me.開帳務明細_bt.Text = "開帳務明細"
|
1844
|
1883
|
Me.開帳務明細_bt.UseVisualStyleBackColor = True
|
|
@@ -1848,9 +1887,9 @@ Partial Class 電板基本資料
|
1848
|
1887
|
Me.刪除無客戶_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1849
|
1888
|
Me.刪除無客戶_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1850
|
1889
|
Me.刪除無客戶_bt.ForeColor = System.Drawing.Color.Red
|
1851
|
|
- Me.刪除無客戶_bt.Location = New System.Drawing.Point(871, 702)
|
|
1890
|
+ Me.刪除無客戶_bt.Location = New System.Drawing.Point(552, 83)
|
1852
|
1891
|
Me.刪除無客戶_bt.Name = "刪除無客戶_bt"
|
1853
|
|
- Me.刪除無客戶_bt.Size = New System.Drawing.Size(80, 25)
|
|
1892
|
+ Me.刪除無客戶_bt.Size = New System.Drawing.Size(114, 25)
|
1854
|
1893
|
Me.刪除無客戶_bt.TabIndex = 1634
|
1855
|
1894
|
Me.刪除無客戶_bt.Text = "無客戶刪除"
|
1856
|
1895
|
Me.刪除無客戶_bt.UseVisualStyleBackColor = True
|
|
@@ -1861,9 +1900,9 @@ Partial Class 電板基本資料
|
1861
|
1900
|
Me.網址批存_bt.BackColor = System.Drawing.SystemColors.ControlLight
|
1862
|
1901
|
Me.網址批存_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1863
|
1902
|
Me.網址批存_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1864
|
|
- Me.網址批存_bt.Location = New System.Drawing.Point(159, 702)
|
|
1903
|
+ Me.網址批存_bt.Location = New System.Drawing.Point(553, 210)
|
1865
|
1904
|
Me.網址批存_bt.Name = "網址批存_bt"
|
1866
|
|
- Me.網址批存_bt.Size = New System.Drawing.Size(65, 25)
|
|
1905
|
+ Me.網址批存_bt.Size = New System.Drawing.Size(113, 25)
|
1867
|
1906
|
Me.網址批存_bt.TabIndex = 1635
|
1868
|
1907
|
Me.網址批存_bt.Text = "網址批存"
|
1869
|
1908
|
Me.網址批存_bt.UseVisualStyleBackColor = False
|
|
@@ -1872,9 +1911,9 @@ Partial Class 電板基本資料
|
1872
|
1911
|
'
|
1873
|
1912
|
Me.跑馬燈_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1874
|
1913
|
Me.跑馬燈_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
1875
|
|
- Me.跑馬燈_tb.Location = New System.Drawing.Point(261, 704)
|
|
1914
|
+ Me.跑馬燈_tb.Location = New System.Drawing.Point(4, 703)
|
1876
|
1915
|
Me.跑馬燈_tb.Name = "跑馬燈_tb"
|
1877
|
|
- Me.跑馬燈_tb.Size = New System.Drawing.Size(1008, 22)
|
|
1916
|
+ Me.跑馬燈_tb.Size = New System.Drawing.Size(1006, 22)
|
1878
|
1917
|
Me.跑馬燈_tb.TabIndex = 1636
|
1879
|
1918
|
Me.跑馬燈_tb.Text = "依照網站操作特性,指定帳號必須一定要有資料,否則主要網址的資料會被重複抓下來。這會造成帳務設定麻煩!!! " &
|
1880
|
1919
|
" " &
|
|
@@ -1884,35 +1923,64 @@ Partial Class 電板基本資料
|
1884
|
1923
|
'
|
1885
|
1924
|
Me.Timer3.Interval = 200
|
1886
|
1925
|
'
|
|
1926
|
+ 'Panel2
|
|
1927
|
+ '
|
|
1928
|
+ Me.Panel2.Controls.Add(Me.GroupBox2)
|
|
1929
|
+ Me.Panel2.Controls.Add(Me.Label21)
|
|
1930
|
+ Me.Panel2.Controls.Add(Me.GroupBox3)
|
|
1931
|
+ Me.Panel2.Controls.Add(Me.開啟基本資料_bt)
|
|
1932
|
+ Me.Panel2.Controls.Add(Me.字體_NUD)
|
|
1933
|
+ Me.Panel2.Controls.Add(Me.商品_cb)
|
|
1934
|
+ Me.Panel2.Controls.Add(Me.字體大小調整_lb)
|
|
1935
|
+ Me.Panel2.Controls.Add(Me.Label8)
|
|
1936
|
+ Me.Panel2.Controls.Add(Me.開帳務明細_bt)
|
|
1937
|
+ Me.Panel2.Controls.Add(Me.網址1_tb)
|
|
1938
|
+ Me.Panel2.Controls.Add(Me.清除搜索1_bt)
|
|
1939
|
+ Me.Panel2.Controls.Add(Me.Label26)
|
|
1940
|
+ Me.Panel2.Controls.Add(Me.PictureBox1)
|
|
1941
|
+ Me.Panel2.Controls.Add(Me.網址3_tb)
|
|
1942
|
+ Me.Panel2.Controls.Add(Me.刪除無客戶_bt)
|
|
1943
|
+ Me.Panel2.Controls.Add(Me.帳號1_tb)
|
|
1944
|
+ Me.Panel2.Controls.Add(Me.網址批存_bt)
|
|
1945
|
+ Me.Panel2.Controls.Add(Me.搜索4_bt)
|
|
1946
|
+ Me.Panel2.Controls.Add(Me.資料_cb)
|
|
1947
|
+ Me.Panel2.Controls.Add(Me.開網站1_bt)
|
|
1948
|
+ Me.Panel2.Controls.Add(Me.清除搜索2_bt)
|
|
1949
|
+ Me.Panel2.Controls.Add(Me.上行_cb)
|
|
1950
|
+ Me.Panel2.Controls.Add(Me.LOG檔_bt)
|
|
1951
|
+ Me.Panel2.Controls.Add(Me.下行_cb)
|
|
1952
|
+ Me.Panel2.Controls.Add(Me.搜索2_bt)
|
|
1953
|
+ Me.Panel2.Controls.Add(Me.流水號_tb)
|
|
1954
|
+ Me.Panel2.Controls.Add(Me.清除搜索3_bt)
|
|
1955
|
+ Me.Panel2.Controls.Add(Me.狀態_tb)
|
|
1956
|
+ Me.Panel2.Controls.Add(Me.重新整理_bt)
|
|
1957
|
+ Me.Panel2.Controls.Add(Me.帳號4_cb)
|
|
1958
|
+ Me.Panel2.Controls.Add(Me.搜索1_bt)
|
|
1959
|
+ Me.Panel2.Controls.Add(Me.Label14)
|
|
1960
|
+ Me.Panel2.Controls.Add(Me.搜索3_bt)
|
|
1961
|
+ Me.Panel2.Controls.Add(Me.商品1_tb)
|
|
1962
|
+ Me.Panel2.Controls.Add(Me.GroupBox5)
|
|
1963
|
+ Me.Panel2.Controls.Add(Me.網址_cb)
|
|
1964
|
+ Me.Panel2.Controls.Add(Me.狀態1_tb)
|
|
1965
|
+ Me.Panel2.Controls.Add(Me.老闆_cb)
|
|
1966
|
+ Me.Panel2.Controls.Add(Me.Label24)
|
|
1967
|
+ Me.Panel2.Controls.Add(Me.Label22)
|
|
1968
|
+ Me.Panel2.Location = New System.Drawing.Point(0, 0)
|
|
1969
|
+ Me.Panel2.Name = "Panel2"
|
|
1970
|
+ Me.Panel2.Size = New System.Drawing.Size(1081, 700)
|
|
1971
|
+ Me.Panel2.TabIndex = 1637
|
|
1972
|
+ '
|
1887
|
1973
|
'電板基本資料
|
1888
|
1974
|
'
|
1889
|
1975
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
1890
|
1976
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
1891
|
|
- Me.ClientSize = New System.Drawing.Size(1350, 729)
|
1892
|
|
- Me.Controls.Add(Me.跑馬燈_tb)
|
1893
|
|
- Me.Controls.Add(Me.網址批存_bt)
|
1894
|
|
- Me.Controls.Add(Me.字體_NUD)
|
1895
|
|
- Me.Controls.Add(Me.刪除無客戶_bt)
|
1896
|
|
- Me.Controls.Add(Me.開帳務明細_bt)
|
1897
|
|
- Me.Controls.Add(Me.字體大小調整_lb)
|
|
1977
|
+ Me.ClientSize = New System.Drawing.Size(1083, 729)
|
1898
|
1978
|
Me.Controls.Add(Me.進階控制_bt)
|
1899
|
|
- Me.Controls.Add(Me.開網站1_bt)
|
1900
|
|
- Me.Controls.Add(Me.LOG檔_bt)
|
|
1979
|
+ Me.Controls.Add(Me.跑馬燈_tb)
|
1901
|
1980
|
Me.Controls.Add(Me.L50)
|
1902
|
|
- Me.Controls.Add(Me.重新整理_bt)
|
1903
|
|
- Me.Controls.Add(Me.開啟基本資料_bt)
|
1904
|
|
- Me.Controls.Add(Me.清除搜索3_bt)
|
1905
|
|
- Me.Controls.Add(Me.GroupBox5)
|
1906
|
|
- Me.Controls.Add(Me.搜索4_bt)
|
1907
|
1981
|
Me.Controls.Add(Me.GroupBox1)
|
1908
|
|
- Me.Controls.Add(Me.搜索2_bt)
|
1909
|
|
- Me.Controls.Add(Me.清除搜索2_bt)
|
1910
|
|
- Me.Controls.Add(Me.搜索1_bt)
|
1911
|
|
- Me.Controls.Add(Me.搜索3_bt)
|
1912
|
|
- Me.Controls.Add(Me.資料_cb)
|
1913
|
1982
|
Me.Controls.Add(Me.GroupBox7)
|
1914
|
|
- Me.Controls.Add(Me.PictureBox1)
|
1915
|
|
- Me.Controls.Add(Me.清除搜索1_bt)
|
|
1983
|
+ Me.Controls.Add(Me.Panel2)
|
1916
|
1984
|
Me.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1917
|
1985
|
Me.Name = "電板基本資料"
|
1918
|
1986
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
@@ -1920,8 +1988,6 @@ Partial Class 電板基本資料
|
1920
|
1988
|
Me.GroupBox1.ResumeLayout(False)
|
1921
|
1989
|
Me.GroupBox1.PerformLayout()
|
1922
|
1990
|
CType(Me.商品_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
1923
|
|
- Me.Panel1.ResumeLayout(False)
|
1924
|
|
- Me.Panel1.PerformLayout()
|
1925
|
1991
|
Me.GroupBox2.ResumeLayout(False)
|
1926
|
1992
|
CType(Me.基數_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
1927
|
1993
|
Me.GroupBox3.ResumeLayout(False)
|
|
@@ -1938,6 +2004,8 @@ Partial Class 電板基本資料
|
1938
|
2004
|
CType(Me.LOG2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
1939
|
2005
|
CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
|
1940
|
2006
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
2007
|
+ Me.Panel2.ResumeLayout(False)
|
|
2008
|
+ Me.Panel2.PerformLayout()
|
1941
|
2009
|
Me.ResumeLayout(False)
|
1942
|
2010
|
Me.PerformLayout()
|
1943
|
2011
|
|
|
@@ -1969,7 +2037,6 @@ Partial Class 電板基本資料
|
1969
|
2037
|
Friend WithEvents Label8 As Label
|
1970
|
2038
|
Friend WithEvents 商品_cb As ComboBox
|
1971
|
2039
|
Friend WithEvents 網址_tb As TextBox
|
1972
|
|
- Friend WithEvents Label13 As Label
|
1973
|
2040
|
Friend WithEvents 網址1_tb As TextBox
|
1974
|
2041
|
Friend WithEvents 帳號1_tb As TextBox
|
1975
|
2042
|
Friend WithEvents Label24 As Label
|
|
@@ -2095,7 +2162,8 @@ Partial Class 電板基本資料
|
2095
|
2162
|
Friend WithEvents 帳號0_tb As TextBox
|
2096
|
2163
|
Friend WithEvents Label15 As Label
|
2097
|
2164
|
Friend WithEvents 商客刪除1_bt As Button
|
2098
|
|
- Friend WithEvents Panel1 As Panel
|
2099
|
2165
|
Friend WithEvents 跑馬燈_tb As TextBox
|
2100
|
2166
|
Friend WithEvents Timer3 As Timer
|
|
2167
|
+ Friend WithEvents Panel2 As Panel
|
|
2168
|
+ Friend WithEvents Label13 As Label
|
2101
|
2169
|
End Class
|