|
@@ -32,6 +32,9 @@ Partial Class 系統編碼規則_1
|
32
|
32
|
Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
33
|
33
|
Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
34
|
34
|
Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
35
|
+ Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
36
|
+ Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
37
|
+ Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
35
|
38
|
Me.Label3 = New System.Windows.Forms.Label()
|
36
|
39
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
37
|
40
|
Me.部件大項_dgv = New System.Windows.Forms.DataGridView()
|
|
@@ -105,6 +108,27 @@ Partial Class 系統編碼規則_1
|
105
|
108
|
Me.帳本_新增_bt = New System.Windows.Forms.Button()
|
106
|
109
|
Me.帳本_修改_bt = New System.Windows.Forms.Button()
|
107
|
110
|
Me.帳本_dgv = New System.Windows.Forms.DataGridView()
|
|
111
|
+ Me.GroupBox11 = New System.Windows.Forms.GroupBox()
|
|
112
|
+ Me.縮寫_dgv = New System.Windows.Forms.DataGridView()
|
|
113
|
+ Me.Button28 = New System.Windows.Forms.Button()
|
|
114
|
+ Me.Label13 = New System.Windows.Forms.Label()
|
|
115
|
+ Me.Button29 = New System.Windows.Forms.Button()
|
|
116
|
+ Me.Button30 = New System.Windows.Forms.Button()
|
|
117
|
+ Me.TextBox10 = New System.Windows.Forms.TextBox()
|
|
118
|
+ Me.GroupBox12 = New System.Windows.Forms.GroupBox()
|
|
119
|
+ Me.客戶_dgv = New System.Windows.Forms.DataGridView()
|
|
120
|
+ Me.Button31 = New System.Windows.Forms.Button()
|
|
121
|
+ Me.Label14 = New System.Windows.Forms.Label()
|
|
122
|
+ Me.Button32 = New System.Windows.Forms.Button()
|
|
123
|
+ Me.Button33 = New System.Windows.Forms.Button()
|
|
124
|
+ Me.TextBox11 = New System.Windows.Forms.TextBox()
|
|
125
|
+ Me.GroupBox13 = New System.Windows.Forms.GroupBox()
|
|
126
|
+ Me.品牌_dgv = New System.Windows.Forms.DataGridView()
|
|
127
|
+ Me.Button34 = New System.Windows.Forms.Button()
|
|
128
|
+ Me.Label15 = New System.Windows.Forms.Label()
|
|
129
|
+ Me.Button35 = New System.Windows.Forms.Button()
|
|
130
|
+ Me.Button36 = New System.Windows.Forms.Button()
|
|
131
|
+ Me.TextBox12 = New System.Windows.Forms.TextBox()
|
108
|
132
|
Me.GroupBox3.SuspendLayout()
|
109
|
133
|
CType(Me.部件大項_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
110
|
134
|
Me.GroupBox2.SuspendLayout()
|
|
@@ -125,6 +149,12 @@ Partial Class 系統編碼規則_1
|
125
|
149
|
CType(Me.模具材料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
126
|
150
|
Me.GroupBox10.SuspendLayout()
|
127
|
151
|
CType(Me.帳本_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
152
|
+ Me.GroupBox11.SuspendLayout()
|
|
153
|
+ CType(Me.縮寫_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
154
|
+ Me.GroupBox12.SuspendLayout()
|
|
155
|
+ CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
156
|
+ Me.GroupBox13.SuspendLayout()
|
|
157
|
+ CType(Me.品牌_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
128
|
158
|
Me.SuspendLayout()
|
129
|
159
|
'
|
130
|
160
|
'Label3
|
|
@@ -157,6 +187,7 @@ Partial Class 系統編碼規則_1
|
157
|
187
|
'
|
158
|
188
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
159
|
189
|
Me.部件大項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
190
|
+ Me.部件大項_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
160
|
191
|
Me.部件大項_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
161
|
192
|
Me.部件大項_dgv.Location = New System.Drawing.Point(6, 141)
|
162
|
193
|
Me.部件大項_dgv.Name = "部件大項_dgv"
|
|
@@ -233,6 +264,7 @@ Partial Class 系統編碼規則_1
|
233
|
264
|
'
|
234
|
265
|
DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
235
|
266
|
Me.貼標大項_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
|
267
|
+ Me.貼標大項_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
236
|
268
|
Me.貼標大項_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
237
|
269
|
Me.貼標大項_dgv.Location = New System.Drawing.Point(6, 141)
|
238
|
270
|
Me.貼標大項_dgv.Name = "貼標大項_dgv"
|
|
@@ -309,6 +341,7 @@ Partial Class 系統編碼規則_1
|
309
|
341
|
'
|
310
|
342
|
DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
311
|
343
|
Me.DataGridView7.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
344
|
+ Me.DataGridView7.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
312
|
345
|
Me.DataGridView7.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
313
|
346
|
Me.DataGridView7.Location = New System.Drawing.Point(6, 141)
|
314
|
347
|
Me.DataGridView7.Name = "DataGridView7"
|
|
@@ -385,6 +418,7 @@ Partial Class 系統編碼規則_1
|
385
|
418
|
'
|
386
|
419
|
DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
387
|
420
|
Me.部門_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
421
|
+ Me.部門_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
388
|
422
|
Me.部門_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
389
|
423
|
Me.部門_dgv.Location = New System.Drawing.Point(6, 141)
|
390
|
424
|
Me.部門_dgv.Name = "部門_dgv"
|
|
@@ -461,6 +495,7 @@ Partial Class 系統編碼規則_1
|
461
|
495
|
'
|
462
|
496
|
DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
463
|
497
|
Me.職稱_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
|
498
|
+ Me.職稱_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
464
|
499
|
Me.職稱_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
465
|
500
|
Me.職稱_dgv.Location = New System.Drawing.Point(6, 141)
|
466
|
501
|
Me.職稱_dgv.Name = "職稱_dgv"
|
|
@@ -537,6 +572,7 @@ Partial Class 系統編碼規則_1
|
537
|
572
|
'
|
538
|
573
|
DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
539
|
574
|
Me.請假類別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
|
|
575
|
+ Me.請假類別_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
540
|
576
|
Me.請假類別_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
541
|
577
|
Me.請假類別_dgv.Location = New System.Drawing.Point(6, 141)
|
542
|
578
|
Me.請假類別_dgv.Name = "請假類別_dgv"
|
|
@@ -613,6 +649,7 @@ Partial Class 系統編碼規則_1
|
613
|
649
|
'
|
614
|
650
|
DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
615
|
651
|
Me.DataGridView6.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
|
652
|
+ Me.DataGridView6.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
616
|
653
|
Me.DataGridView6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
617
|
654
|
Me.DataGridView6.Location = New System.Drawing.Point(6, 141)
|
618
|
655
|
Me.DataGridView6.Name = "DataGridView6"
|
|
@@ -689,6 +726,7 @@ Partial Class 系統編碼規則_1
|
689
|
726
|
'
|
690
|
727
|
DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
691
|
728
|
Me.模具結構_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
|
|
729
|
+ Me.模具結構_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
692
|
730
|
Me.模具結構_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
693
|
731
|
Me.模具結構_dgv.Location = New System.Drawing.Point(6, 141)
|
694
|
732
|
Me.模具結構_dgv.Name = "模具結構_dgv"
|
|
@@ -765,6 +803,7 @@ Partial Class 系統編碼規則_1
|
765
|
803
|
'
|
766
|
804
|
DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
767
|
805
|
Me.模具材料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
|
|
806
|
+ Me.模具材料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
768
|
807
|
Me.模具材料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
769
|
808
|
Me.模具材料_dgv.Location = New System.Drawing.Point(6, 141)
|
770
|
809
|
Me.模具材料_dgv.Name = "模具材料_dgv"
|
|
@@ -917,11 +956,245 @@ Partial Class 系統編碼規則_1
|
917
|
956
|
Me.帳本_dgv.Size = New System.Drawing.Size(224, 376)
|
918
|
957
|
Me.帳本_dgv.TabIndex = 663
|
919
|
958
|
'
|
|
959
|
+ 'GroupBox11
|
|
960
|
+ '
|
|
961
|
+ Me.GroupBox11.Controls.Add(Me.縮寫_dgv)
|
|
962
|
+ Me.GroupBox11.Controls.Add(Me.Button28)
|
|
963
|
+ Me.GroupBox11.Controls.Add(Me.Label13)
|
|
964
|
+ Me.GroupBox11.Controls.Add(Me.Button29)
|
|
965
|
+ Me.GroupBox11.Controls.Add(Me.Button30)
|
|
966
|
+ Me.GroupBox11.Controls.Add(Me.TextBox10)
|
|
967
|
+ Me.GroupBox11.Location = New System.Drawing.Point(612, 507)
|
|
968
|
+ Me.GroupBox11.Name = "GroupBox11"
|
|
969
|
+ Me.GroupBox11.Size = New System.Drawing.Size(144, 462)
|
|
970
|
+ Me.GroupBox11.TabIndex = 255
|
|
971
|
+ Me.GroupBox11.TabStop = False
|
|
972
|
+ Me.GroupBox11.Text = "楦頭縮寫管理"
|
|
973
|
+ '
|
|
974
|
+ '縮寫_dgv
|
|
975
|
+ '
|
|
976
|
+ DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
977
|
+ Me.縮寫_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
|
|
978
|
+ Me.縮寫_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
979
|
+ Me.縮寫_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
980
|
+ Me.縮寫_dgv.Location = New System.Drawing.Point(6, 141)
|
|
981
|
+ Me.縮寫_dgv.Name = "縮寫_dgv"
|
|
982
|
+ Me.縮寫_dgv.RowHeadersWidth = 5
|
|
983
|
+ Me.縮寫_dgv.RowTemplate.Height = 24
|
|
984
|
+ Me.縮寫_dgv.Size = New System.Drawing.Size(125, 311)
|
|
985
|
+ Me.縮寫_dgv.TabIndex = 222
|
|
986
|
+ '
|
|
987
|
+ 'Button28
|
|
988
|
+ '
|
|
989
|
+ Me.Button28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
990
|
+ Me.Button28.ForeColor = System.Drawing.Color.DarkGreen
|
|
991
|
+ Me.Button28.Location = New System.Drawing.Point(9, 79)
|
|
992
|
+ Me.Button28.Name = "Button28"
|
|
993
|
+ Me.Button28.Size = New System.Drawing.Size(122, 25)
|
|
994
|
+ Me.Button28.TabIndex = 224
|
|
995
|
+ Me.Button28.Text = "修改"
|
|
996
|
+ Me.Button28.UseVisualStyleBackColor = True
|
|
997
|
+ '
|
|
998
|
+ 'Label13
|
|
999
|
+ '
|
|
1000
|
+ Me.Label13.AutoSize = True
|
|
1001
|
+ Me.Label13.Location = New System.Drawing.Point(6, 22)
|
|
1002
|
+ Me.Label13.Name = "Label13"
|
|
1003
|
+ Me.Label13.Size = New System.Drawing.Size(32, 16)
|
|
1004
|
+ Me.Label13.TabIndex = 229
|
|
1005
|
+ Me.Label13.Text = "縮寫"
|
|
1006
|
+ '
|
|
1007
|
+ 'Button29
|
|
1008
|
+ '
|
|
1009
|
+ Me.Button29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1010
|
+ Me.Button29.ForeColor = System.Drawing.Color.Blue
|
|
1011
|
+ Me.Button29.Location = New System.Drawing.Point(9, 48)
|
|
1012
|
+ Me.Button29.Name = "Button29"
|
|
1013
|
+ Me.Button29.Size = New System.Drawing.Size(122, 25)
|
|
1014
|
+ Me.Button29.TabIndex = 223
|
|
1015
|
+ Me.Button29.Text = "新增"
|
|
1016
|
+ Me.Button29.UseVisualStyleBackColor = True
|
|
1017
|
+ '
|
|
1018
|
+ 'Button30
|
|
1019
|
+ '
|
|
1020
|
+ Me.Button30.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1021
|
+ Me.Button30.ForeColor = System.Drawing.Color.Red
|
|
1022
|
+ Me.Button30.Location = New System.Drawing.Point(9, 110)
|
|
1023
|
+ Me.Button30.Name = "Button30"
|
|
1024
|
+ Me.Button30.Size = New System.Drawing.Size(122, 25)
|
|
1025
|
+ Me.Button30.TabIndex = 225
|
|
1026
|
+ Me.Button30.Text = "刪除"
|
|
1027
|
+ Me.Button30.UseVisualStyleBackColor = True
|
|
1028
|
+ '
|
|
1029
|
+ 'TextBox10
|
|
1030
|
+ '
|
|
1031
|
+ Me.TextBox10.Location = New System.Drawing.Point(44, 19)
|
|
1032
|
+ Me.TextBox10.Name = "TextBox10"
|
|
1033
|
+ Me.TextBox10.Size = New System.Drawing.Size(87, 23)
|
|
1034
|
+ Me.TextBox10.TabIndex = 227
|
|
1035
|
+ '
|
|
1036
|
+ 'GroupBox12
|
|
1037
|
+ '
|
|
1038
|
+ Me.GroupBox12.Controls.Add(Me.客戶_dgv)
|
|
1039
|
+ Me.GroupBox12.Controls.Add(Me.Button31)
|
|
1040
|
+ Me.GroupBox12.Controls.Add(Me.Label14)
|
|
1041
|
+ Me.GroupBox12.Controls.Add(Me.Button32)
|
|
1042
|
+ Me.GroupBox12.Controls.Add(Me.Button33)
|
|
1043
|
+ Me.GroupBox12.Controls.Add(Me.TextBox11)
|
|
1044
|
+ Me.GroupBox12.Location = New System.Drawing.Point(1006, 39)
|
|
1045
|
+ Me.GroupBox12.Name = "GroupBox12"
|
|
1046
|
+ Me.GroupBox12.Size = New System.Drawing.Size(238, 462)
|
|
1047
|
+ Me.GroupBox12.TabIndex = 256
|
|
1048
|
+ Me.GroupBox12.TabStop = False
|
|
1049
|
+ Me.GroupBox12.Text = "客戶清單"
|
|
1050
|
+ '
|
|
1051
|
+ '客戶_dgv
|
|
1052
|
+ '
|
|
1053
|
+ DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
1054
|
+ Me.客戶_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
|
|
1055
|
+ Me.客戶_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
1056
|
+ Me.客戶_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
1057
|
+ Me.客戶_dgv.Location = New System.Drawing.Point(6, 141)
|
|
1058
|
+ Me.客戶_dgv.Name = "客戶_dgv"
|
|
1059
|
+ Me.客戶_dgv.RowHeadersWidth = 5
|
|
1060
|
+ Me.客戶_dgv.RowTemplate.Height = 24
|
|
1061
|
+ Me.客戶_dgv.Size = New System.Drawing.Size(226, 311)
|
|
1062
|
+ Me.客戶_dgv.TabIndex = 222
|
|
1063
|
+ '
|
|
1064
|
+ 'Button31
|
|
1065
|
+ '
|
|
1066
|
+ Me.Button31.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1067
|
+ Me.Button31.ForeColor = System.Drawing.Color.DarkGreen
|
|
1068
|
+ Me.Button31.Location = New System.Drawing.Point(9, 79)
|
|
1069
|
+ Me.Button31.Name = "Button31"
|
|
1070
|
+ Me.Button31.Size = New System.Drawing.Size(223, 25)
|
|
1071
|
+ Me.Button31.TabIndex = 224
|
|
1072
|
+ Me.Button31.Text = "修改"
|
|
1073
|
+ Me.Button31.UseVisualStyleBackColor = True
|
|
1074
|
+ '
|
|
1075
|
+ 'Label14
|
|
1076
|
+ '
|
|
1077
|
+ Me.Label14.AutoSize = True
|
|
1078
|
+ Me.Label14.Location = New System.Drawing.Point(6, 22)
|
|
1079
|
+ Me.Label14.Name = "Label14"
|
|
1080
|
+ Me.Label14.Size = New System.Drawing.Size(32, 16)
|
|
1081
|
+ Me.Label14.TabIndex = 229
|
|
1082
|
+ Me.Label14.Text = "客戶"
|
|
1083
|
+ '
|
|
1084
|
+ 'Button32
|
|
1085
|
+ '
|
|
1086
|
+ Me.Button32.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1087
|
+ Me.Button32.ForeColor = System.Drawing.Color.Blue
|
|
1088
|
+ Me.Button32.Location = New System.Drawing.Point(9, 48)
|
|
1089
|
+ Me.Button32.Name = "Button32"
|
|
1090
|
+ Me.Button32.Size = New System.Drawing.Size(223, 25)
|
|
1091
|
+ Me.Button32.TabIndex = 223
|
|
1092
|
+ Me.Button32.Text = "新增"
|
|
1093
|
+ Me.Button32.UseVisualStyleBackColor = True
|
|
1094
|
+ '
|
|
1095
|
+ 'Button33
|
|
1096
|
+ '
|
|
1097
|
+ Me.Button33.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1098
|
+ Me.Button33.ForeColor = System.Drawing.Color.Red
|
|
1099
|
+ Me.Button33.Location = New System.Drawing.Point(9, 110)
|
|
1100
|
+ Me.Button33.Name = "Button33"
|
|
1101
|
+ Me.Button33.Size = New System.Drawing.Size(223, 25)
|
|
1102
|
+ Me.Button33.TabIndex = 225
|
|
1103
|
+ Me.Button33.Text = "刪除"
|
|
1104
|
+ Me.Button33.UseVisualStyleBackColor = True
|
|
1105
|
+ '
|
|
1106
|
+ 'TextBox11
|
|
1107
|
+ '
|
|
1108
|
+ Me.TextBox11.Location = New System.Drawing.Point(44, 19)
|
|
1109
|
+ Me.TextBox11.Name = "TextBox11"
|
|
1110
|
+ Me.TextBox11.Size = New System.Drawing.Size(188, 23)
|
|
1111
|
+ Me.TextBox11.TabIndex = 227
|
|
1112
|
+ '
|
|
1113
|
+ 'GroupBox13
|
|
1114
|
+ '
|
|
1115
|
+ Me.GroupBox13.Controls.Add(Me.品牌_dgv)
|
|
1116
|
+ Me.GroupBox13.Controls.Add(Me.Button34)
|
|
1117
|
+ Me.GroupBox13.Controls.Add(Me.Label15)
|
|
1118
|
+ Me.GroupBox13.Controls.Add(Me.Button35)
|
|
1119
|
+ Me.GroupBox13.Controls.Add(Me.Button36)
|
|
1120
|
+ Me.GroupBox13.Controls.Add(Me.TextBox12)
|
|
1121
|
+ Me.GroupBox13.Location = New System.Drawing.Point(1250, 39)
|
|
1122
|
+ Me.GroupBox13.Name = "GroupBox13"
|
|
1123
|
+ Me.GroupBox13.Size = New System.Drawing.Size(238, 462)
|
|
1124
|
+ Me.GroupBox13.TabIndex = 257
|
|
1125
|
+ Me.GroupBox13.TabStop = False
|
|
1126
|
+ Me.GroupBox13.Text = "品牌"
|
|
1127
|
+ '
|
|
1128
|
+ '品牌_dgv
|
|
1129
|
+ '
|
|
1130
|
+ DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
1131
|
+ Me.品牌_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
|
|
1132
|
+ Me.品牌_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
1133
|
+ Me.品牌_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
1134
|
+ Me.品牌_dgv.Location = New System.Drawing.Point(6, 141)
|
|
1135
|
+ Me.品牌_dgv.Name = "品牌_dgv"
|
|
1136
|
+ Me.品牌_dgv.RowHeadersWidth = 5
|
|
1137
|
+ Me.品牌_dgv.RowTemplate.Height = 24
|
|
1138
|
+ Me.品牌_dgv.Size = New System.Drawing.Size(226, 311)
|
|
1139
|
+ Me.品牌_dgv.TabIndex = 222
|
|
1140
|
+ '
|
|
1141
|
+ 'Button34
|
|
1142
|
+ '
|
|
1143
|
+ Me.Button34.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1144
|
+ Me.Button34.ForeColor = System.Drawing.Color.DarkGreen
|
|
1145
|
+ Me.Button34.Location = New System.Drawing.Point(9, 79)
|
|
1146
|
+ Me.Button34.Name = "Button34"
|
|
1147
|
+ Me.Button34.Size = New System.Drawing.Size(223, 25)
|
|
1148
|
+ Me.Button34.TabIndex = 224
|
|
1149
|
+ Me.Button34.Text = "修改"
|
|
1150
|
+ Me.Button34.UseVisualStyleBackColor = True
|
|
1151
|
+ '
|
|
1152
|
+ 'Label15
|
|
1153
|
+ '
|
|
1154
|
+ Me.Label15.AutoSize = True
|
|
1155
|
+ Me.Label15.Location = New System.Drawing.Point(6, 22)
|
|
1156
|
+ Me.Label15.Name = "Label15"
|
|
1157
|
+ Me.Label15.Size = New System.Drawing.Size(56, 16)
|
|
1158
|
+ Me.Label15.TabIndex = 229
|
|
1159
|
+ Me.Label15.Text = "品牌清單"
|
|
1160
|
+ '
|
|
1161
|
+ 'Button35
|
|
1162
|
+ '
|
|
1163
|
+ Me.Button35.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1164
|
+ Me.Button35.ForeColor = System.Drawing.Color.Blue
|
|
1165
|
+ Me.Button35.Location = New System.Drawing.Point(9, 48)
|
|
1166
|
+ Me.Button35.Name = "Button35"
|
|
1167
|
+ Me.Button35.Size = New System.Drawing.Size(223, 25)
|
|
1168
|
+ Me.Button35.TabIndex = 223
|
|
1169
|
+ Me.Button35.Text = "新增"
|
|
1170
|
+ Me.Button35.UseVisualStyleBackColor = True
|
|
1171
|
+ '
|
|
1172
|
+ 'Button36
|
|
1173
|
+ '
|
|
1174
|
+ Me.Button36.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1175
|
+ Me.Button36.ForeColor = System.Drawing.Color.Red
|
|
1176
|
+ Me.Button36.Location = New System.Drawing.Point(9, 110)
|
|
1177
|
+ Me.Button36.Name = "Button36"
|
|
1178
|
+ Me.Button36.Size = New System.Drawing.Size(223, 25)
|
|
1179
|
+ Me.Button36.TabIndex = 225
|
|
1180
|
+ Me.Button36.Text = "刪除"
|
|
1181
|
+ Me.Button36.UseVisualStyleBackColor = True
|
|
1182
|
+ '
|
|
1183
|
+ 'TextBox12
|
|
1184
|
+ '
|
|
1185
|
+ Me.TextBox12.Location = New System.Drawing.Point(62, 19)
|
|
1186
|
+ Me.TextBox12.Name = "TextBox12"
|
|
1187
|
+ Me.TextBox12.Size = New System.Drawing.Size(170, 23)
|
|
1188
|
+ Me.TextBox12.TabIndex = 227
|
|
1189
|
+ '
|
920
|
1190
|
'系統編碼規則_1
|
921
|
1191
|
'
|
922
|
1192
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
923
|
1193
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
924
|
1194
|
Me.ClientSize = New System.Drawing.Size(1914, 971)
|
|
1195
|
+ Me.Controls.Add(Me.GroupBox13)
|
|
1196
|
+ Me.Controls.Add(Me.GroupBox12)
|
|
1197
|
+ Me.Controls.Add(Me.GroupBox11)
|
925
|
1198
|
Me.Controls.Add(Me.GroupBox10)
|
926
|
1199
|
Me.Controls.Add(Me.GroupBox9)
|
927
|
1200
|
Me.Controls.Add(Me.GroupBox8)
|
|
@@ -967,6 +1240,15 @@ Partial Class 系統編碼規則_1
|
967
|
1240
|
Me.GroupBox10.ResumeLayout(False)
|
968
|
1241
|
Me.GroupBox10.PerformLayout()
|
969
|
1242
|
CType(Me.帳本_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1243
|
+ Me.GroupBox11.ResumeLayout(False)
|
|
1244
|
+ Me.GroupBox11.PerformLayout()
|
|
1245
|
+ CType(Me.縮寫_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1246
|
+ Me.GroupBox12.ResumeLayout(False)
|
|
1247
|
+ Me.GroupBox12.PerformLayout()
|
|
1248
|
+ CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1249
|
+ Me.GroupBox13.ResumeLayout(False)
|
|
1250
|
+ Me.GroupBox13.PerformLayout()
|
|
1251
|
+ CType(Me.品牌_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
970
|
1252
|
Me.ResumeLayout(False)
|
971
|
1253
|
Me.PerformLayout()
|
972
|
1254
|
|
|
@@ -1045,4 +1327,25 @@ Partial Class 系統編碼規則_1
|
1045
|
1327
|
Friend WithEvents 帳本_新增_bt As Button
|
1046
|
1328
|
Friend WithEvents 帳本_修改_bt As Button
|
1047
|
1329
|
Friend WithEvents 帳本_dgv As DataGridView
|
|
1330
|
+ Friend WithEvents GroupBox11 As GroupBox
|
|
1331
|
+ Friend WithEvents 縮寫_dgv As DataGridView
|
|
1332
|
+ Friend WithEvents Button28 As Button
|
|
1333
|
+ Friend WithEvents Label13 As Label
|
|
1334
|
+ Friend WithEvents Button29 As Button
|
|
1335
|
+ Friend WithEvents Button30 As Button
|
|
1336
|
+ Friend WithEvents TextBox10 As TextBox
|
|
1337
|
+ Friend WithEvents GroupBox12 As GroupBox
|
|
1338
|
+ Friend WithEvents 客戶_dgv As DataGridView
|
|
1339
|
+ Friend WithEvents Button31 As Button
|
|
1340
|
+ Friend WithEvents Label14 As Label
|
|
1341
|
+ Friend WithEvents Button32 As Button
|
|
1342
|
+ Friend WithEvents Button33 As Button
|
|
1343
|
+ Friend WithEvents TextBox11 As TextBox
|
|
1344
|
+ Friend WithEvents GroupBox13 As GroupBox
|
|
1345
|
+ Friend WithEvents 品牌_dgv As DataGridView
|
|
1346
|
+ Friend WithEvents Button34 As Button
|
|
1347
|
+ Friend WithEvents Label15 As Label
|
|
1348
|
+ Friend WithEvents Button35 As Button
|
|
1349
|
+ Friend WithEvents Button36 As Button
|
|
1350
|
+ Friend WithEvents TextBox12 As TextBox
|
1048
|
1351
|
End Class
|