|
@@ -22,14 +22,14 @@ Partial Class 量產訂單輸入
|
22
|
22
|
'請勿使用程式碼編輯器進行修改。
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()> _
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
|
- Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
26
|
|
- Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
27
|
|
- Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
|
- Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
|
- Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
|
- Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
31
|
|
- Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
32
|
|
- Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
25
|
+ Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
27
|
+ Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
28
|
+ Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
29
|
+ Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
30
|
+ Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
31
|
+ Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
32
|
+ Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
33
|
33
|
Me.DataGridView4 = New System.Windows.Forms.DataGridView()
|
34
|
34
|
Me.Button2 = New System.Windows.Forms.Button()
|
35
|
35
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
@@ -110,6 +110,7 @@ Partial Class 量產訂單輸入
|
110
|
110
|
Me.DateTimePicker5 = New System.Windows.Forms.DateTimePicker()
|
111
|
111
|
Me.DateTimePicker6 = New System.Windows.Forms.DateTimePicker()
|
112
|
112
|
Me.Button18 = New System.Windows.Forms.Button()
|
|
113
|
+ Me.Label30 = New System.Windows.Forms.Label()
|
113
|
114
|
CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
|
114
|
115
|
CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).BeginInit()
|
115
|
116
|
CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -118,17 +119,17 @@ Partial Class 量產訂單輸入
|
118
|
119
|
'
|
119
|
120
|
'DataGridView4
|
120
|
121
|
'
|
121
|
|
- DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
122
|
|
- Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
|
|
122
|
+ DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
123
|
+ Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
123
|
124
|
Me.DataGridView4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
124
|
125
|
Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
125
|
126
|
Me.DataGridView4.Location = New System.Drawing.Point(6, 31)
|
126
|
127
|
Me.DataGridView4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
127
|
128
|
Me.DataGridView4.Name = "DataGridView4"
|
128
|
129
|
Me.DataGridView4.RowHeadersWidth = 5
|
129
|
|
- DataGridViewCellStyle10.ForeColor = System.Drawing.Color.Black
|
130
|
|
- DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
131
|
|
- Me.DataGridView4.RowsDefaultCellStyle = DataGridViewCellStyle10
|
|
130
|
+ DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
|
|
131
|
+ DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
132
|
+ Me.DataGridView4.RowsDefaultCellStyle = DataGridViewCellStyle2
|
132
|
133
|
Me.DataGridView4.RowTemplate.Height = 24
|
133
|
134
|
Me.DataGridView4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
|
134
|
135
|
Me.DataGridView4.Size = New System.Drawing.Size(475, 930)
|
|
@@ -284,17 +285,17 @@ Partial Class 量產訂單輸入
|
284
|
285
|
'
|
285
|
286
|
'DataGridView5
|
286
|
287
|
'
|
287
|
|
- DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
288
|
|
- Me.DataGridView5.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
|
|
288
|
+ DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
289
|
+ Me.DataGridView5.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
289
|
290
|
Me.DataGridView5.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
290
|
291
|
Me.DataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
291
|
292
|
Me.DataGridView5.Location = New System.Drawing.Point(484, 621)
|
292
|
293
|
Me.DataGridView5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
293
|
294
|
Me.DataGridView5.Name = "DataGridView5"
|
294
|
295
|
Me.DataGridView5.RowHeadersWidth = 5
|
295
|
|
- DataGridViewCellStyle12.ForeColor = System.Drawing.Color.Black
|
296
|
|
- DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
297
|
|
- Me.DataGridView5.RowsDefaultCellStyle = DataGridViewCellStyle12
|
|
296
|
+ DataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black
|
|
297
|
+ DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
298
|
+ Me.DataGridView5.RowsDefaultCellStyle = DataGridViewCellStyle4
|
298
|
299
|
Me.DataGridView5.RowTemplate.Height = 24
|
299
|
300
|
Me.DataGridView5.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
|
300
|
301
|
Me.DataGridView5.Size = New System.Drawing.Size(1423, 340)
|
|
@@ -691,17 +692,17 @@ Partial Class 量產訂單輸入
|
691
|
692
|
'
|
692
|
693
|
'DataGridView2
|
693
|
694
|
'
|
694
|
|
- DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
695
|
|
- Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
|
|
695
|
+ DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
696
|
+ Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
696
|
697
|
Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
697
|
698
|
Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
698
|
699
|
Me.DataGridView2.Location = New System.Drawing.Point(1002, 28)
|
699
|
700
|
Me.DataGridView2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
700
|
701
|
Me.DataGridView2.Name = "DataGridView2"
|
701
|
702
|
Me.DataGridView2.RowHeadersWidth = 5
|
702
|
|
- DataGridViewCellStyle14.ForeColor = System.Drawing.Color.Black
|
703
|
|
- DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
704
|
|
- Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle14
|
|
703
|
+ DataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black
|
|
704
|
+ DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
705
|
+ Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle6
|
705
|
706
|
Me.DataGridView2.RowTemplate.Height = 24
|
706
|
707
|
Me.DataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
|
707
|
708
|
Me.DataGridView2.Size = New System.Drawing.Size(239, 167)
|
|
@@ -739,17 +740,17 @@ Partial Class 量產訂單輸入
|
739
|
740
|
'
|
740
|
741
|
'DataGridView3
|
741
|
742
|
'
|
742
|
|
- DataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
743
|
|
- Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle15
|
|
743
|
+ DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
744
|
+ Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
744
|
745
|
Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
745
|
746
|
Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
746
|
747
|
Me.DataGridView3.Location = New System.Drawing.Point(484, 250)
|
747
|
748
|
Me.DataGridView3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
748
|
749
|
Me.DataGridView3.Name = "DataGridView3"
|
749
|
750
|
Me.DataGridView3.RowHeadersWidth = 5
|
750
|
|
- DataGridViewCellStyle16.ForeColor = System.Drawing.Color.Black
|
751
|
|
- DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
752
|
|
- Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle16
|
|
751
|
+ DataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black
|
|
752
|
+ DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
753
|
+ Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle8
|
753
|
754
|
Me.DataGridView3.RowTemplate.Height = 24
|
754
|
755
|
Me.DataGridView3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
|
755
|
756
|
Me.DataGridView3.Size = New System.Drawing.Size(1423, 350)
|
|
@@ -932,11 +933,22 @@ Partial Class 量產訂單輸入
|
932
|
933
|
Me.Button18.Text = "修改形體"
|
933
|
934
|
Me.Button18.UseVisualStyleBackColor = True
|
934
|
935
|
'
|
|
936
|
+ 'Label30
|
|
937
|
+ '
|
|
938
|
+ Me.Label30.AutoSize = True
|
|
939
|
+ Me.Label30.ForeColor = System.Drawing.Color.Red
|
|
940
|
+ Me.Label30.Location = New System.Drawing.Point(487, 602)
|
|
941
|
+ Me.Label30.Name = "Label30"
|
|
942
|
+ Me.Label30.Size = New System.Drawing.Size(560, 16)
|
|
943
|
+ Me.Label30.TabIndex = 1004
|
|
944
|
+ Me.Label30.Text = "修改資料表中的顏色時,一定要上下兩個清單中的顏色都對應到,確認資料都有對應修改正確才按存檔!!!"
|
|
945
|
+ '
|
935
|
946
|
'量產訂單輸入
|
936
|
947
|
'
|
937
|
948
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
938
|
949
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
939
|
950
|
Me.ClientSize = New System.Drawing.Size(1914, 971)
|
|
951
|
+ Me.Controls.Add(Me.Label30)
|
940
|
952
|
Me.Controls.Add(Me.Button18)
|
941
|
953
|
Me.Controls.Add(Me.DateTimePicker6)
|
942
|
954
|
Me.Controls.Add(Me.DateTimePicker5)
|
|
@@ -1111,4 +1123,5 @@ Partial Class 量產訂單輸入
|
1111
|
1123
|
Friend WithEvents DateTimePicker5 As DateTimePicker
|
1112
|
1124
|
Friend WithEvents DateTimePicker6 As DateTimePicker
|
1113
|
1125
|
Friend WithEvents Button18 As Button
|
|
1126
|
+ Friend WithEvents Label30 As Label
|
1114
|
1127
|
End Class
|