|
@@ -23,12 +23,12 @@ Partial Class 訂單價格利潤明細表
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()> _
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Me.components = New System.ComponentModel.Container()
|
26
|
|
- Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
27
|
|
- Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
|
- Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
|
- Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
|
- Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
31
|
|
- Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
27
|
+ Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
28
|
+ Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
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
|
32
|
Me.ComboBox10 = New System.Windows.Forms.ComboBox()
|
33
|
33
|
Me.Label28 = New System.Windows.Forms.Label()
|
34
|
34
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
@@ -88,9 +88,9 @@ Partial Class 訂單價格利潤明細表
|
88
|
88
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
89
|
89
|
Me.Button35 = New System.Windows.Forms.Button()
|
90
|
90
|
Me.Button34 = New System.Windows.Forms.Button()
|
91
|
|
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
91
|
+ Me.清單1_dgv = New System.Windows.Forms.DataGridView()
|
92
|
92
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
93
|
|
- Me.DataGridView3 = New System.Windows.Forms.DataGridView()
|
|
93
|
+ Me.清單2_dgv = New System.Windows.Forms.DataGridView()
|
94
|
94
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
95
|
95
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
96
|
96
|
Me.TextBox19 = New System.Windows.Forms.TextBox()
|
|
@@ -120,8 +120,8 @@ Partial Class 訂單價格利潤明細表
|
120
|
120
|
Me.TextBox37 = New System.Windows.Forms.TextBox()
|
121
|
121
|
Me.Label24 = New System.Windows.Forms.Label()
|
122
|
122
|
CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
|
123
|
|
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
124
|
|
- CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
123
|
+ CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
124
|
+ CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
125
|
125
|
Me.GroupBox1.SuspendLayout()
|
126
|
126
|
Me.GroupBox2.SuspendLayout()
|
127
|
127
|
Me.SuspendLayout()
|
|
@@ -158,16 +158,16 @@ Partial Class 訂單價格利潤明細表
|
158
|
158
|
'
|
159
|
159
|
'DataGridView2
|
160
|
160
|
'
|
161
|
|
- DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
162
|
|
- Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
|
161
|
+ DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
162
|
+ Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
163
|
163
|
Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
164
|
|
- DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control
|
165
|
|
- DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
166
|
|
- DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
|
167
|
|
- DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
168
|
|
- DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
169
|
|
- DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
170
|
|
- Me.DataGridView2.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle8
|
|
164
|
+ DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
|
|
165
|
+ DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
166
|
+ DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
|
|
167
|
+ DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
168
|
+ DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
169
|
+ DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
170
|
+ Me.DataGridView2.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
|
171
|
171
|
Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
172
|
172
|
Me.DataGridView2.Location = New System.Drawing.Point(9, 23)
|
173
|
173
|
Me.DataGridView2.Name = "DataGridView2"
|
|
@@ -672,49 +672,49 @@ Partial Class 訂單價格利潤明細表
|
672
|
672
|
Me.Button34.Text = "成本組成"
|
673
|
673
|
Me.Button34.UseVisualStyleBackColor = True
|
674
|
674
|
'
|
675
|
|
- 'DataGridView1
|
676
|
|
- '
|
677
|
|
- DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control
|
678
|
|
- DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
679
|
|
- DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
|
680
|
|
- DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
681
|
|
- DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
682
|
|
- DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
683
|
|
- Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle9
|
684
|
|
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
685
|
|
- Me.DataGridView1.Location = New System.Drawing.Point(9, 165)
|
686
|
|
- Me.DataGridView1.Name = "DataGridView1"
|
687
|
|
- Me.DataGridView1.RowHeadersWidth = 5
|
688
|
|
- DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
689
|
|
- DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
690
|
|
- Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle10
|
691
|
|
- Me.DataGridView1.RowTemplate.Height = 24
|
692
|
|
- Me.DataGridView1.Size = New System.Drawing.Size(1896, 794)
|
693
|
|
- Me.DataGridView1.TabIndex = 992
|
|
675
|
+ '清單1_dgv
|
|
676
|
+ '
|
|
677
|
+ DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
|
|
678
|
+ DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
679
|
+ DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
|
|
680
|
+ DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
681
|
+ DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
682
|
+ DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
683
|
+ Me.清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
|
|
684
|
+ Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
685
|
+ Me.清單1_dgv.Location = New System.Drawing.Point(9, 165)
|
|
686
|
+ Me.清單1_dgv.Name = "清單1_dgv"
|
|
687
|
+ Me.清單1_dgv.RowHeadersWidth = 5
|
|
688
|
+ DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
689
|
+ DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
690
|
+ Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
|
|
691
|
+ Me.清單1_dgv.RowTemplate.Height = 24
|
|
692
|
+ Me.清單1_dgv.Size = New System.Drawing.Size(1896, 794)
|
|
693
|
+ Me.清單1_dgv.TabIndex = 992
|
694
|
694
|
'
|
695
|
695
|
'Timer1
|
696
|
696
|
'
|
697
|
697
|
Me.Timer1.Interval = 500
|
698
|
698
|
'
|
699
|
|
- 'DataGridView3
|
700
|
|
- '
|
701
|
|
- DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control
|
702
|
|
- DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
703
|
|
- DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText
|
704
|
|
- DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
705
|
|
- DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
706
|
|
- DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
707
|
|
- Me.DataGridView3.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle11
|
708
|
|
- Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
709
|
|
- Me.DataGridView3.Location = New System.Drawing.Point(9, 165)
|
710
|
|
- Me.DataGridView3.Name = "DataGridView3"
|
711
|
|
- Me.DataGridView3.RowHeadersWidth = 5
|
712
|
|
- DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
713
|
|
- DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
714
|
|
- Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle12
|
715
|
|
- Me.DataGridView3.RowTemplate.Height = 24
|
716
|
|
- Me.DataGridView3.Size = New System.Drawing.Size(1896, 794)
|
717
|
|
- Me.DataGridView3.TabIndex = 1050
|
|
699
|
+ '清單2_dgv
|
|
700
|
+ '
|
|
701
|
+ DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
|
|
702
|
+ DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
703
|
+ DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
|
|
704
|
+ DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
705
|
+ DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
706
|
+ DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
707
|
+ Me.清單2_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5
|
|
708
|
+ Me.清單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
709
|
+ Me.清單2_dgv.Location = New System.Drawing.Point(9, 165)
|
|
710
|
+ Me.清單2_dgv.Name = "清單2_dgv"
|
|
711
|
+ Me.清單2_dgv.RowHeadersWidth = 5
|
|
712
|
+ DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
713
|
+ DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
714
|
+ Me.清單2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
|
|
715
|
+ Me.清單2_dgv.RowTemplate.Height = 24
|
|
716
|
+ Me.清單2_dgv.Size = New System.Drawing.Size(1896, 794)
|
|
717
|
+ Me.清單2_dgv.TabIndex = 1050
|
718
|
718
|
'
|
719
|
719
|
'GroupBox1
|
720
|
720
|
'
|
|
@@ -1068,16 +1068,16 @@ Partial Class 訂單價格利潤明細表
|
1068
|
1068
|
Me.Controls.Add(Me.TextBox2)
|
1069
|
1069
|
Me.Controls.Add(Me.Label1)
|
1070
|
1070
|
Me.Controls.Add(Me.DataGridView2)
|
1071
|
|
- Me.Controls.Add(Me.DataGridView1)
|
1072
|
1071
|
Me.Controls.Add(Me.Label4)
|
1073
|
|
- Me.Controls.Add(Me.DataGridView3)
|
|
1072
|
+ Me.Controls.Add(Me.清單2_dgv)
|
|
1073
|
+ Me.Controls.Add(Me.清單1_dgv)
|
1074
|
1074
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1075
|
1075
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1076
|
1076
|
Me.Name = "訂單價格利潤明細表"
|
1077
|
1077
|
Me.Text = "訂單價格利潤明細表"
|
1078
|
1078
|
CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
|
1079
|
|
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
1080
|
|
- CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1079
|
+ CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1080
|
+ CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
1081
|
1081
|
Me.GroupBox1.ResumeLayout(False)
|
1082
|
1082
|
Me.GroupBox1.PerformLayout()
|
1083
|
1083
|
Me.GroupBox2.ResumeLayout(False)
|
|
@@ -1146,9 +1146,9 @@ Partial Class 訂單價格利潤明細表
|
1146
|
1146
|
Friend WithEvents TextBox1 As TextBox
|
1147
|
1147
|
Friend WithEvents Button35 As Button
|
1148
|
1148
|
Friend WithEvents Button34 As Button
|
1149
|
|
- Friend WithEvents DataGridView1 As DataGridView
|
|
1149
|
+ Friend WithEvents 清單1_dgv As DataGridView
|
1150
|
1150
|
Friend WithEvents Timer1 As Timer
|
1151
|
|
- Friend WithEvents DataGridView3 As DataGridView
|
|
1151
|
+ Friend WithEvents 清單2_dgv As DataGridView
|
1152
|
1152
|
Friend WithEvents GroupBox1 As GroupBox
|
1153
|
1153
|
Friend WithEvents GroupBox2 As GroupBox
|
1154
|
1154
|
Friend WithEvents TextBox19 As TextBox
|