|
@@ -42,6 +42,8 @@ Partial Class 製程配方表
|
42
|
42
|
Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
43
|
43
|
Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
44
|
44
|
Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
45
|
+ Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
46
|
+ Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
45
|
47
|
Me.配方原料油_dgv = New System.Windows.Forms.DataGridView()
|
46
|
48
|
Me.配方香料_dgv = New System.Windows.Forms.DataGridView()
|
47
|
49
|
Me.配方乳化劑_dgv = New System.Windows.Forms.DataGridView()
|
|
@@ -79,6 +81,11 @@ Partial Class 製程配方表
|
79
|
81
|
Me.明細流水號_tb = New System.Windows.Forms.TextBox()
|
80
|
82
|
Me.登入使用者_tb = New System.Windows.Forms.TextBox()
|
81
|
83
|
Me.配方_DTP = New System.Windows.Forms.DateTimePicker()
|
|
84
|
+ Me.匯入Excel_bt = New System.Windows.Forms.Button()
|
|
85
|
+ Me.讀取日期_tb = New System.Windows.Forms.TextBox()
|
|
86
|
+ Me.讀取料號_tb = New System.Windows.Forms.TextBox()
|
|
87
|
+ Me.讀取品名_tb = New System.Windows.Forms.TextBox()
|
|
88
|
+ Me.讀取檔名_tb = New System.Windows.Forms.TextBox()
|
82
|
89
|
Me.規格項目名稱_tb = New System.Windows.Forms.TextBox()
|
83
|
90
|
Me.規格選項內容_tb = New System.Windows.Forms.TextBox()
|
84
|
91
|
Me.規格項次_tb = New System.Windows.Forms.TextBox()
|
|
@@ -99,11 +106,17 @@ Partial Class 製程配方表
|
99
|
106
|
Me.油脂種類_cb = New System.Windows.Forms.ComboBox()
|
100
|
107
|
Me.認證標章_cb = New System.Windows.Forms.ComboBox()
|
101
|
108
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
102
|
|
- Me.Button1 = New System.Windows.Forms.Button()
|
103
|
|
- Me.TextBox4 = New System.Windows.Forms.TextBox()
|
104
|
|
- Me.TextBox3 = New System.Windows.Forms.TextBox()
|
105
|
|
- Me.TextBox2 = New System.Windows.Forms.TextBox()
|
106
|
|
- Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
109
|
+ Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
|
110
|
+ Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
111
|
+ Me.檢視油脂列表_bt = New System.Windows.Forms.Button()
|
|
112
|
+ Me.Panel5 = New System.Windows.Forms.Panel()
|
|
113
|
+ Me.讀取組別_tb = New System.Windows.Forms.TextBox()
|
|
114
|
+ Me.讀取標章_tb = New System.Windows.Forms.TextBox()
|
|
115
|
+ Me.讀取產量_tb = New System.Windows.Forms.TextBox()
|
|
116
|
+ Me.讀取代工_tb = New System.Windows.Forms.TextBox()
|
|
117
|
+ Me.讀取版本_tb = New System.Windows.Forms.TextBox()
|
|
118
|
+ Me.讀取季節_tb = New System.Windows.Forms.TextBox()
|
|
119
|
+ Me.讀取油種_tb = New System.Windows.Forms.TextBox()
|
107
|
120
|
Me.隱藏_pl2 = New System.Windows.Forms.Panel()
|
108
|
121
|
Me.暫存簽名編碼_tb = New System.Windows.Forms.TextBox()
|
109
|
122
|
Me.組別_dgv = New System.Windows.Forms.DataGridView()
|
|
@@ -252,6 +265,18 @@ Partial Class 製程配方表
|
252
|
265
|
Me.開簽名檔_bt = New System.Windows.Forms.Button()
|
253
|
266
|
Me.簽名檔_dgv = New System.Windows.Forms.DataGridView()
|
254
|
267
|
Me.暫存簽名檔圖片_pb = New System.Windows.Forms.PictureBox()
|
|
268
|
+ Me.Panel6 = New System.Windows.Forms.Panel()
|
|
269
|
+ Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
270
|
+ Me.Search_列表編號_cb = New System.Windows.Forms.CheckBox()
|
|
271
|
+ Me.Search_列表名稱_cb = New System.Windows.Forms.CheckBox()
|
|
272
|
+ Me.關鍵字1_tb = New System.Windows.Forms.TextBox()
|
|
273
|
+ Me.列表關鍵字_bt = New System.Windows.Forms.Button()
|
|
274
|
+ Me.關鍵字1_lb = New System.Windows.Forms.Label()
|
|
275
|
+ Me.列表儲存_bt = New System.Windows.Forms.Button()
|
|
276
|
+ Me.配方列表_dgv = New System.Windows.Forms.DataGridView()
|
|
277
|
+ Me.油脂種類1_cb = New System.Windows.Forms.ComboBox()
|
|
278
|
+ Me.Label2 = New System.Windows.Forms.Label()
|
|
279
|
+ Me.關閉列表_bt = New System.Windows.Forms.Button()
|
255
|
280
|
CType(Me.配方原料油_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
256
|
281
|
CType(Me.配方香料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
257
|
282
|
CType(Me.配方乳化劑_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -263,6 +288,9 @@ Partial Class 製程配方表
|
263
|
288
|
CType(Me.版本_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
264
|
289
|
Me.隱藏_pl1.SuspendLayout()
|
265
|
290
|
Me.Panel1.SuspendLayout()
|
|
291
|
+ CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
292
|
+ CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
293
|
+ Me.Panel5.SuspendLayout()
|
266
|
294
|
Me.隱藏_pl2.SuspendLayout()
|
267
|
295
|
CType(Me.組別_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
268
|
296
|
CType(Me.淨重單位_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -291,6 +319,9 @@ Partial Class 製程配方表
|
291
|
319
|
Me.最高權限_pl.SuspendLayout()
|
292
|
320
|
CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
293
|
321
|
CType(Me.暫存簽名檔圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
322
|
+ Me.Panel6.SuspendLayout()
|
|
323
|
+ CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
324
|
+ CType(Me.配方列表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
294
|
325
|
Me.SuspendLayout()
|
295
|
326
|
'
|
296
|
327
|
'配方原料油_dgv
|
|
@@ -620,15 +651,10 @@ Partial Class 製程配方表
|
620
|
651
|
'隱藏_pl1
|
621
|
652
|
'
|
622
|
653
|
Me.隱藏_pl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
623
|
|
- Me.隱藏_pl1.Controls.Add(Me.Button1)
|
624
|
654
|
Me.隱藏_pl1.Controls.Add(Me.簽名_DTP)
|
625
|
|
- Me.隱藏_pl1.Controls.Add(Me.TextBox4)
|
626
|
655
|
Me.隱藏_pl1.Controls.Add(Me.規格刪單_bt)
|
627
|
|
- Me.隱藏_pl1.Controls.Add(Me.TextBox3)
|
628
|
656
|
Me.隱藏_pl1.Controls.Add(Me.規格入單_bt)
|
629
|
|
- Me.隱藏_pl1.Controls.Add(Me.TextBox2)
|
630
|
657
|
Me.隱藏_pl1.Controls.Add(Me.原料刪單_bt)
|
631
|
|
- Me.隱藏_pl1.Controls.Add(Me.TextBox1)
|
632
|
658
|
Me.隱藏_pl1.Controls.Add(Me.原料入單_bt)
|
633
|
659
|
Me.隱藏_pl1.Controls.Add(Me.原料重量_tb)
|
634
|
660
|
Me.隱藏_pl1.Controls.Add(Me.油脂比_tb)
|
|
@@ -731,6 +757,44 @@ Partial Class 製程配方表
|
731
|
757
|
Me.配方_DTP.TabIndex = 1942
|
732
|
758
|
Me.配方_DTP.Value = New Date(2023, 12, 8, 11, 34, 6, 0)
|
733
|
759
|
'
|
|
760
|
+ '匯入Excel_bt
|
|
761
|
+ '
|
|
762
|
+ Me.匯入Excel_bt.Location = New System.Drawing.Point(425, 0)
|
|
763
|
+ Me.匯入Excel_bt.Name = "匯入Excel_bt"
|
|
764
|
+ Me.匯入Excel_bt.Size = New System.Drawing.Size(96, 28)
|
|
765
|
+ Me.匯入Excel_bt.TabIndex = 2067
|
|
766
|
+ Me.匯入Excel_bt.Text = "匯入 Excel"
|
|
767
|
+ Me.匯入Excel_bt.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
768
|
+ Me.匯入Excel_bt.UseVisualStyleBackColor = True
|
|
769
|
+ '
|
|
770
|
+ '讀取日期_tb
|
|
771
|
+ '
|
|
772
|
+ Me.讀取日期_tb.Location = New System.Drawing.Point(6, 94)
|
|
773
|
+ Me.讀取日期_tb.Name = "讀取日期_tb"
|
|
774
|
+ Me.讀取日期_tb.Size = New System.Drawing.Size(100, 23)
|
|
775
|
+ Me.讀取日期_tb.TabIndex = 2066
|
|
776
|
+ '
|
|
777
|
+ '讀取料號_tb
|
|
778
|
+ '
|
|
779
|
+ Me.讀取料號_tb.Location = New System.Drawing.Point(6, 65)
|
|
780
|
+ Me.讀取料號_tb.Name = "讀取料號_tb"
|
|
781
|
+ Me.讀取料號_tb.Size = New System.Drawing.Size(100, 23)
|
|
782
|
+ Me.讀取料號_tb.TabIndex = 2065
|
|
783
|
+ '
|
|
784
|
+ '讀取品名_tb
|
|
785
|
+ '
|
|
786
|
+ Me.讀取品名_tb.Location = New System.Drawing.Point(6, 36)
|
|
787
|
+ Me.讀取品名_tb.Name = "讀取品名_tb"
|
|
788
|
+ Me.讀取品名_tb.Size = New System.Drawing.Size(100, 23)
|
|
789
|
+ Me.讀取品名_tb.TabIndex = 2064
|
|
790
|
+ '
|
|
791
|
+ '讀取檔名_tb
|
|
792
|
+ '
|
|
793
|
+ Me.讀取檔名_tb.Location = New System.Drawing.Point(6, 7)
|
|
794
|
+ Me.讀取檔名_tb.Name = "讀取檔名_tb"
|
|
795
|
+ Me.讀取檔名_tb.Size = New System.Drawing.Size(100, 23)
|
|
796
|
+ Me.讀取檔名_tb.TabIndex = 2063
|
|
797
|
+ '
|
734
|
798
|
'規格項目名稱_tb
|
735
|
799
|
'
|
736
|
800
|
Me.規格項目名稱_tb.Location = New System.Drawing.Point(368, 2)
|
|
@@ -921,6 +985,11 @@ Partial Class 製程配方表
|
921
|
985
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
922
|
986
|
Me.Panel1.AutoScroll = True
|
923
|
987
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
988
|
+ Me.Panel1.Controls.Add(Me.PictureBox3)
|
|
989
|
+ Me.Panel1.Controls.Add(Me.PictureBox1)
|
|
990
|
+ Me.Panel1.Controls.Add(Me.檢視油脂列表_bt)
|
|
991
|
+ Me.Panel1.Controls.Add(Me.匯入Excel_bt)
|
|
992
|
+ Me.Panel1.Controls.Add(Me.Panel5)
|
924
|
993
|
Me.Panel1.Controls.Add(Me.隱藏_pl1)
|
925
|
994
|
Me.Panel1.Controls.Add(Me.隱藏_pl2)
|
926
|
995
|
Me.Panel1.Controls.Add(Me.配方香料_dgv)
|
|
@@ -973,42 +1042,102 @@ Partial Class 製程配方表
|
973
|
1042
|
Me.Panel1.Size = New System.Drawing.Size(975, 634)
|
974
|
1043
|
Me.Panel1.TabIndex = 2013
|
975
|
1044
|
'
|
976
|
|
- 'Button1
|
977
|
|
- '
|
978
|
|
- Me.Button1.Location = New System.Drawing.Point(223, 132)
|
979
|
|
- Me.Button1.Name = "Button1"
|
980
|
|
- Me.Button1.Size = New System.Drawing.Size(75, 23)
|
981
|
|
- Me.Button1.TabIndex = 2067
|
982
|
|
- Me.Button1.Text = "Button1"
|
983
|
|
- Me.Button1.UseVisualStyleBackColor = True
|
984
|
|
- '
|
985
|
|
- 'TextBox4
|
986
|
|
- '
|
987
|
|
- Me.TextBox4.Location = New System.Drawing.Point(223, 103)
|
988
|
|
- Me.TextBox4.Name = "TextBox4"
|
989
|
|
- Me.TextBox4.Size = New System.Drawing.Size(100, 23)
|
990
|
|
- Me.TextBox4.TabIndex = 2066
|
991
|
|
- '
|
992
|
|
- 'TextBox3
|
993
|
|
- '
|
994
|
|
- Me.TextBox3.Location = New System.Drawing.Point(223, 78)
|
995
|
|
- Me.TextBox3.Name = "TextBox3"
|
996
|
|
- Me.TextBox3.Size = New System.Drawing.Size(100, 23)
|
997
|
|
- Me.TextBox3.TabIndex = 2065
|
998
|
|
- '
|
999
|
|
- 'TextBox2
|
1000
|
|
- '
|
1001
|
|
- Me.TextBox2.Location = New System.Drawing.Point(223, 54)
|
1002
|
|
- Me.TextBox2.Name = "TextBox2"
|
1003
|
|
- Me.TextBox2.Size = New System.Drawing.Size(100, 23)
|
1004
|
|
- Me.TextBox2.TabIndex = 2064
|
1005
|
|
- '
|
1006
|
|
- 'TextBox1
|
1007
|
|
- '
|
1008
|
|
- Me.TextBox1.Location = New System.Drawing.Point(223, 28)
|
1009
|
|
- Me.TextBox1.Name = "TextBox1"
|
1010
|
|
- Me.TextBox1.Size = New System.Drawing.Size(100, 23)
|
1011
|
|
- Me.TextBox1.TabIndex = 2063
|
|
1045
|
+ 'PictureBox3
|
|
1046
|
+ '
|
|
1047
|
+ Me.PictureBox3.BackgroundImage = Global.OW_ERP_SYS.My.Resources.Resources.Open_file_01
|
|
1048
|
+ Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
1049
|
+ Me.PictureBox3.Location = New System.Drawing.Point(304, 3)
|
|
1050
|
+ Me.PictureBox3.Name = "PictureBox3"
|
|
1051
|
+ Me.PictureBox3.Size = New System.Drawing.Size(22, 22)
|
|
1052
|
+ Me.PictureBox3.TabIndex = 2084
|
|
1053
|
+ Me.PictureBox3.TabStop = False
|
|
1054
|
+ '
|
|
1055
|
+ 'PictureBox1
|
|
1056
|
+ '
|
|
1057
|
+ Me.PictureBox1.BackgroundImage = Global.OW_ERP_SYS.My.Resources.Resources.Excel
|
|
1058
|
+ Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
1059
|
+ Me.PictureBox1.Location = New System.Drawing.Point(429, 3)
|
|
1060
|
+ Me.PictureBox1.Name = "PictureBox1"
|
|
1061
|
+ Me.PictureBox1.Size = New System.Drawing.Size(22, 22)
|
|
1062
|
+ Me.PictureBox1.TabIndex = 2070
|
|
1063
|
+ Me.PictureBox1.TabStop = False
|
|
1064
|
+ '
|
|
1065
|
+ '檢視油脂列表_bt
|
|
1066
|
+ '
|
|
1067
|
+ Me.檢視油脂列表_bt.Location = New System.Drawing.Point(299, 0)
|
|
1068
|
+ Me.檢視油脂列表_bt.Name = "檢視油脂列表_bt"
|
|
1069
|
+ Me.檢視油脂列表_bt.Size = New System.Drawing.Size(125, 28)
|
|
1070
|
+ Me.檢視油脂列表_bt.TabIndex = 2071
|
|
1071
|
+ Me.檢視油脂列表_bt.Text = "檢 視 油 脂 列 表"
|
|
1072
|
+ Me.檢視油脂列表_bt.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
1073
|
+ Me.檢視油脂列表_bt.UseVisualStyleBackColor = True
|
|
1074
|
+ '
|
|
1075
|
+ 'Panel5
|
|
1076
|
+ '
|
|
1077
|
+ Me.Panel5.Controls.Add(Me.讀取組別_tb)
|
|
1078
|
+ Me.Panel5.Controls.Add(Me.讀取標章_tb)
|
|
1079
|
+ Me.Panel5.Controls.Add(Me.讀取產量_tb)
|
|
1080
|
+ Me.Panel5.Controls.Add(Me.讀取代工_tb)
|
|
1081
|
+ Me.Panel5.Controls.Add(Me.讀取版本_tb)
|
|
1082
|
+ Me.Panel5.Controls.Add(Me.讀取檔名_tb)
|
|
1083
|
+ Me.Panel5.Controls.Add(Me.讀取季節_tb)
|
|
1084
|
+ Me.Panel5.Controls.Add(Me.讀取品名_tb)
|
|
1085
|
+ Me.Panel5.Controls.Add(Me.讀取料號_tb)
|
|
1086
|
+ Me.Panel5.Controls.Add(Me.讀取油種_tb)
|
|
1087
|
+ Me.Panel5.Controls.Add(Me.讀取日期_tb)
|
|
1088
|
+ Me.Panel5.Location = New System.Drawing.Point(561, 50)
|
|
1089
|
+ Me.Panel5.Name = "Panel5"
|
|
1090
|
+ Me.Panel5.Size = New System.Drawing.Size(332, 131)
|
|
1091
|
+ Me.Panel5.TabIndex = 2069
|
|
1092
|
+ '
|
|
1093
|
+ '讀取組別_tb
|
|
1094
|
+ '
|
|
1095
|
+ Me.讀取組別_tb.Location = New System.Drawing.Point(218, 65)
|
|
1096
|
+ Me.讀取組別_tb.Name = "讀取組別_tb"
|
|
1097
|
+ Me.讀取組別_tb.Size = New System.Drawing.Size(100, 23)
|
|
1098
|
+ Me.讀取組別_tb.TabIndex = 2073
|
|
1099
|
+ '
|
|
1100
|
+ '讀取標章_tb
|
|
1101
|
+ '
|
|
1102
|
+ Me.讀取標章_tb.Location = New System.Drawing.Point(218, 36)
|
|
1103
|
+ Me.讀取標章_tb.Name = "讀取標章_tb"
|
|
1104
|
+ Me.讀取標章_tb.Size = New System.Drawing.Size(100, 23)
|
|
1105
|
+ Me.讀取標章_tb.TabIndex = 2072
|
|
1106
|
+ '
|
|
1107
|
+ '讀取產量_tb
|
|
1108
|
+ '
|
|
1109
|
+ Me.讀取產量_tb.Location = New System.Drawing.Point(218, 7)
|
|
1110
|
+ Me.讀取產量_tb.Name = "讀取產量_tb"
|
|
1111
|
+ Me.讀取產量_tb.Size = New System.Drawing.Size(100, 23)
|
|
1112
|
+ Me.讀取產量_tb.TabIndex = 2071
|
|
1113
|
+ '
|
|
1114
|
+ '讀取代工_tb
|
|
1115
|
+ '
|
|
1116
|
+ Me.讀取代工_tb.Location = New System.Drawing.Point(112, 94)
|
|
1117
|
+ Me.讀取代工_tb.Name = "讀取代工_tb"
|
|
1118
|
+ Me.讀取代工_tb.Size = New System.Drawing.Size(100, 23)
|
|
1119
|
+ Me.讀取代工_tb.TabIndex = 2070
|
|
1120
|
+ '
|
|
1121
|
+ '讀取版本_tb
|
|
1122
|
+ '
|
|
1123
|
+ Me.讀取版本_tb.Location = New System.Drawing.Point(112, 65)
|
|
1124
|
+ Me.讀取版本_tb.Name = "讀取版本_tb"
|
|
1125
|
+ Me.讀取版本_tb.Size = New System.Drawing.Size(100, 23)
|
|
1126
|
+ Me.讀取版本_tb.TabIndex = 2069
|
|
1127
|
+ '
|
|
1128
|
+ '讀取季節_tb
|
|
1129
|
+ '
|
|
1130
|
+ Me.讀取季節_tb.Location = New System.Drawing.Point(112, 36)
|
|
1131
|
+ Me.讀取季節_tb.Name = "讀取季節_tb"
|
|
1132
|
+ Me.讀取季節_tb.Size = New System.Drawing.Size(100, 23)
|
|
1133
|
+ Me.讀取季節_tb.TabIndex = 2068
|
|
1134
|
+ '
|
|
1135
|
+ '讀取油種_tb
|
|
1136
|
+ '
|
|
1137
|
+ Me.讀取油種_tb.Location = New System.Drawing.Point(112, 7)
|
|
1138
|
+ Me.讀取油種_tb.Name = "讀取油種_tb"
|
|
1139
|
+ Me.讀取油種_tb.Size = New System.Drawing.Size(100, 23)
|
|
1140
|
+ Me.讀取油種_tb.TabIndex = 2067
|
1012
|
1141
|
'
|
1013
|
1142
|
'隱藏_pl2
|
1014
|
1143
|
'
|
|
@@ -2524,7 +2653,6 @@ Partial Class 製程配方表
|
2524
|
2653
|
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
2525
|
2654
|
Me.Panel2.Controls.Add(Me.規格_pl)
|
2526
|
2655
|
Me.Panel2.Controls.Add(Me.Panel1)
|
2527
|
|
- Me.Panel2.Controls.Add(Me.配方選擇_pl)
|
2528
|
2656
|
Me.Panel2.Location = New System.Drawing.Point(1, 54)
|
2529
|
2657
|
Me.Panel2.Name = "Panel2"
|
2530
|
2658
|
Me.Panel2.Size = New System.Drawing.Size(1339, 634)
|
|
@@ -2550,7 +2678,7 @@ Partial Class 製程配方表
|
2550
|
2678
|
Me.配方選擇_pl.Controls.Add(Me.配方分類_dgv)
|
2551
|
2679
|
Me.配方選擇_pl.Controls.Add(Me.配方控制表_dgv)
|
2552
|
2680
|
Me.配方選擇_pl.Cursor = System.Windows.Forms.Cursors.Hand
|
2553
|
|
- Me.配方選擇_pl.Location = New System.Drawing.Point(1, 0)
|
|
2681
|
+ Me.配方選擇_pl.Location = New System.Drawing.Point(3, 54)
|
2554
|
2682
|
Me.配方選擇_pl.Name = "配方選擇_pl"
|
2555
|
2683
|
Me.配方選擇_pl.Size = New System.Drawing.Size(874, 547)
|
2556
|
2684
|
Me.配方選擇_pl.TabIndex = 2015
|
|
@@ -2648,6 +2776,8 @@ Partial Class 製程配方表
|
2648
|
2776
|
'Search_編號_cb
|
2649
|
2777
|
'
|
2650
|
2778
|
Me.Search_編號_cb.AutoSize = True
|
|
2779
|
+ Me.Search_編號_cb.Checked = True
|
|
2780
|
+ Me.Search_編號_cb.CheckState = System.Windows.Forms.CheckState.Checked
|
2651
|
2781
|
Me.Search_編號_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
2652
|
2782
|
Me.Search_編號_cb.Location = New System.Drawing.Point(575, 3)
|
2653
|
2783
|
Me.Search_編號_cb.Margin = New System.Windows.Forms.Padding(2)
|
|
@@ -2660,8 +2790,6 @@ Partial Class 製程配方表
|
2660
|
2790
|
'Search_名稱_cb
|
2661
|
2791
|
'
|
2662
|
2792
|
Me.Search_名稱_cb.AutoSize = True
|
2663
|
|
- Me.Search_名稱_cb.Checked = True
|
2664
|
|
- Me.Search_名稱_cb.CheckState = System.Windows.Forms.CheckState.Checked
|
2665
|
2793
|
Me.Search_名稱_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
2666
|
2794
|
Me.Search_名稱_cb.Location = New System.Drawing.Point(629, 3)
|
2667
|
2795
|
Me.Search_名稱_cb.Margin = New System.Windows.Forms.Padding(2)
|
|
@@ -2810,6 +2938,161 @@ Partial Class 製程配方表
|
2810
|
2938
|
Me.暫存簽名檔圖片_pb.TabIndex = 1393
|
2811
|
2939
|
Me.暫存簽名檔圖片_pb.TabStop = False
|
2812
|
2940
|
'
|
|
2941
|
+ 'Panel6
|
|
2942
|
+ '
|
|
2943
|
+ Me.Panel6.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
2944
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
2945
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
2946
|
+ Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
2947
|
+ Me.Panel6.Controls.Add(Me.PictureBox2)
|
|
2948
|
+ Me.Panel6.Controls.Add(Me.Search_列表編號_cb)
|
|
2949
|
+ Me.Panel6.Controls.Add(Me.Search_列表名稱_cb)
|
|
2950
|
+ Me.Panel6.Controls.Add(Me.關鍵字1_tb)
|
|
2951
|
+ Me.Panel6.Controls.Add(Me.列表關鍵字_bt)
|
|
2952
|
+ Me.Panel6.Controls.Add(Me.關鍵字1_lb)
|
|
2953
|
+ Me.Panel6.Controls.Add(Me.列表儲存_bt)
|
|
2954
|
+ Me.Panel6.Controls.Add(Me.配方列表_dgv)
|
|
2955
|
+ Me.Panel6.Controls.Add(Me.油脂種類1_cb)
|
|
2956
|
+ Me.Panel6.Controls.Add(Me.Label2)
|
|
2957
|
+ Me.Panel6.Controls.Add(Me.關閉列表_bt)
|
|
2958
|
+ Me.Panel6.Location = New System.Drawing.Point(1, 0)
|
|
2959
|
+ Me.Panel6.Name = "Panel6"
|
|
2960
|
+ Me.Panel6.Size = New System.Drawing.Size(1339, 687)
|
|
2961
|
+ Me.Panel6.TabIndex = 2072
|
|
2962
|
+ '
|
|
2963
|
+ 'PictureBox2
|
|
2964
|
+ '
|
|
2965
|
+ Me.PictureBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
2966
|
+ Me.PictureBox2.BackgroundImage = Global.OW_ERP_SYS.My.Resources.Resources.Save_Win11
|
|
2967
|
+ Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
2968
|
+ Me.PictureBox2.Location = New System.Drawing.Point(1216, 4)
|
|
2969
|
+ Me.PictureBox2.Name = "PictureBox2"
|
|
2970
|
+ Me.PictureBox2.Size = New System.Drawing.Size(24, 24)
|
|
2971
|
+ Me.PictureBox2.TabIndex = 2083
|
|
2972
|
+ Me.PictureBox2.TabStop = False
|
|
2973
|
+ '
|
|
2974
|
+ 'Search_列表編號_cb
|
|
2975
|
+ '
|
|
2976
|
+ Me.Search_列表編號_cb.AutoSize = True
|
|
2977
|
+ Me.Search_列表編號_cb.Checked = True
|
|
2978
|
+ Me.Search_列表編號_cb.CheckState = System.Windows.Forms.CheckState.Checked
|
|
2979
|
+ Me.Search_列表編號_cb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2980
|
+ Me.Search_列表編號_cb.Location = New System.Drawing.Point(704, 6)
|
|
2981
|
+ Me.Search_列表編號_cb.Margin = New System.Windows.Forms.Padding(2)
|
|
2982
|
+ Me.Search_列表編號_cb.Name = "Search_列表編號_cb"
|
|
2983
|
+ Me.Search_列表編號_cb.Size = New System.Drawing.Size(58, 23)
|
|
2984
|
+ Me.Search_列表編號_cb.TabIndex = 2082
|
|
2985
|
+ Me.Search_列表編號_cb.Text = "編號"
|
|
2986
|
+ Me.Search_列表編號_cb.UseVisualStyleBackColor = True
|
|
2987
|
+ '
|
|
2988
|
+ 'Search_列表名稱_cb
|
|
2989
|
+ '
|
|
2990
|
+ Me.Search_列表名稱_cb.AutoSize = True
|
|
2991
|
+ Me.Search_列表名稱_cb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2992
|
+ Me.Search_列表名稱_cb.Location = New System.Drawing.Point(766, 6)
|
|
2993
|
+ Me.Search_列表名稱_cb.Margin = New System.Windows.Forms.Padding(2)
|
|
2994
|
+ Me.Search_列表名稱_cb.Name = "Search_列表名稱_cb"
|
|
2995
|
+ Me.Search_列表名稱_cb.Size = New System.Drawing.Size(58, 23)
|
|
2996
|
+ Me.Search_列表名稱_cb.TabIndex = 2081
|
|
2997
|
+ Me.Search_列表名稱_cb.Text = "名稱"
|
|
2998
|
+ Me.Search_列表名稱_cb.UseVisualStyleBackColor = True
|
|
2999
|
+ '
|
|
3000
|
+ '關鍵字1_tb
|
|
3001
|
+ '
|
|
3002
|
+ Me.關鍵字1_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
3003
|
+ Me.關鍵字1_tb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
3004
|
+ Me.關鍵字1_tb.Location = New System.Drawing.Point(341, 3)
|
|
3005
|
+ Me.關鍵字1_tb.Name = "關鍵字1_tb"
|
|
3006
|
+ Me.關鍵字1_tb.Size = New System.Drawing.Size(321, 27)
|
|
3007
|
+ Me.關鍵字1_tb.TabIndex = 2078
|
|
3008
|
+ '
|
|
3009
|
+ '列表關鍵字_bt
|
|
3010
|
+ '
|
|
3011
|
+ Me.列表關鍵字_bt.BackgroundImage = Global.OW_ERP_SYS.My.Resources.Resources.Search_01
|
|
3012
|
+ Me.列表關鍵字_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
3013
|
+ Me.列表關鍵字_bt.Location = New System.Drawing.Point(665, 2)
|
|
3014
|
+ Me.列表關鍵字_bt.Name = "列表關鍵字_bt"
|
|
3015
|
+ Me.列表關鍵字_bt.Size = New System.Drawing.Size(28, 28)
|
|
3016
|
+ Me.列表關鍵字_bt.TabIndex = 2080
|
|
3017
|
+ Me.列表關鍵字_bt.UseVisualStyleBackColor = True
|
|
3018
|
+ '
|
|
3019
|
+ '關鍵字1_lb
|
|
3020
|
+ '
|
|
3021
|
+ Me.關鍵字1_lb.AutoSize = True
|
|
3022
|
+ Me.關鍵字1_lb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
3023
|
+ Me.關鍵字1_lb.Location = New System.Drawing.Point(277, 7)
|
|
3024
|
+ Me.關鍵字1_lb.Name = "關鍵字1_lb"
|
|
3025
|
+ Me.關鍵字1_lb.Size = New System.Drawing.Size(62, 19)
|
|
3026
|
+ Me.關鍵字1_lb.TabIndex = 2079
|
|
3027
|
+ Me.關鍵字1_lb.Text = "關 鍵 字"
|
|
3028
|
+ '
|
|
3029
|
+ '列表儲存_bt
|
|
3030
|
+ '
|
|
3031
|
+ Me.列表儲存_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
3032
|
+ Me.列表儲存_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
3033
|
+ Me.列表儲存_bt.Location = New System.Drawing.Point(1211, 1)
|
|
3034
|
+ Me.列表儲存_bt.Name = "列表儲存_bt"
|
|
3035
|
+ Me.列表儲存_bt.Size = New System.Drawing.Size(93, 30)
|
|
3036
|
+ Me.列表儲存_bt.TabIndex = 2077
|
|
3037
|
+ Me.列表儲存_bt.Text = "儲 存 "
|
|
3038
|
+ Me.列表儲存_bt.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
3039
|
+ Me.列表儲存_bt.UseVisualStyleBackColor = True
|
|
3040
|
+ '
|
|
3041
|
+ '配方列表_dgv
|
|
3042
|
+ '
|
|
3043
|
+ DataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
3044
|
+ Me.配方列表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle20
|
|
3045
|
+ Me.配方列表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
3046
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
3047
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
3048
|
+ Me.配方列表_dgv.BackgroundColor = System.Drawing.Color.White
|
|
3049
|
+ Me.配方列表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
3050
|
+ DataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
3051
|
+ DataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Window
|
|
3052
|
+ DataGridViewCellStyle21.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
3053
|
+ DataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.ControlText
|
|
3054
|
+ DataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
3055
|
+ DataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
3056
|
+ DataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
3057
|
+ Me.配方列表_dgv.DefaultCellStyle = DataGridViewCellStyle21
|
|
3058
|
+ Me.配方列表_dgv.Location = New System.Drawing.Point(3, 32)
|
|
3059
|
+ Me.配方列表_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
3060
|
+ Me.配方列表_dgv.Name = "配方列表_dgv"
|
|
3061
|
+ Me.配方列表_dgv.RowHeadersWidth = 5
|
|
3062
|
+ Me.配方列表_dgv.RowTemplate.Height = 24
|
|
3063
|
+ Me.配方列表_dgv.Size = New System.Drawing.Size(1331, 647)
|
|
3064
|
+ Me.配方列表_dgv.TabIndex = 2075
|
|
3065
|
+ '
|
|
3066
|
+ '油脂種類1_cb
|
|
3067
|
+ '
|
|
3068
|
+ Me.油脂種類1_cb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
3069
|
+ Me.油脂種類1_cb.FormattingEnabled = True
|
|
3070
|
+ Me.油脂種類1_cb.Location = New System.Drawing.Point(72, 3)
|
|
3071
|
+ Me.油脂種類1_cb.Name = "油脂種類1_cb"
|
|
3072
|
+ Me.油脂種類1_cb.Size = New System.Drawing.Size(193, 27)
|
|
3073
|
+ Me.油脂種類1_cb.TabIndex = 2074
|
|
3074
|
+ '
|
|
3075
|
+ 'Label2
|
|
3076
|
+ '
|
|
3077
|
+ Me.Label2.AutoSize = True
|
|
3078
|
+ Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
3079
|
+ Me.Label2.Location = New System.Drawing.Point(4, 7)
|
|
3080
|
+ Me.Label2.Name = "Label2"
|
|
3081
|
+ Me.Label2.Size = New System.Drawing.Size(76, 19)
|
|
3082
|
+ Me.Label2.TabIndex = 2073
|
|
3083
|
+ Me.Label2.Text = "油脂種類 :"
|
|
3084
|
+ '
|
|
3085
|
+ '關閉列表_bt
|
|
3086
|
+ '
|
|
3087
|
+ Me.關閉列表_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
3088
|
+ Me.關閉列表_bt.BackgroundImage = Global.OW_ERP_SYS.My.Resources.Resources.Cancel_01
|
|
3089
|
+ Me.關閉列表_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
3090
|
+ Me.關閉列表_bt.Location = New System.Drawing.Point(1305, 1)
|
|
3091
|
+ Me.關閉列表_bt.Name = "關閉列表_bt"
|
|
3092
|
+ Me.關閉列表_bt.Size = New System.Drawing.Size(30, 30)
|
|
3093
|
+ Me.關閉列表_bt.TabIndex = 2072
|
|
3094
|
+ Me.關閉列表_bt.UseVisualStyleBackColor = True
|
|
3095
|
+ '
|
2813
|
3096
|
'製程配方表
|
2814
|
3097
|
'
|
2815
|
3098
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 20.0!)
|
|
@@ -2818,6 +3101,8 @@ Partial Class 製程配方表
|
2818
|
3101
|
Me.Controls.Add(Me.最高權限_pl)
|
2819
|
3102
|
Me.Controls.Add(Me.Panel3)
|
2820
|
3103
|
Me.Controls.Add(Me.Panel2)
|
|
3104
|
+ Me.Controls.Add(Me.Panel6)
|
|
3105
|
+ Me.Controls.Add(Me.配方選擇_pl)
|
2821
|
3106
|
Me.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
2822
|
3107
|
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
2823
|
3108
|
Me.MaximizeBox = False
|
|
@@ -2838,6 +3123,10 @@ Partial Class 製程配方表
|
2838
|
3123
|
Me.隱藏_pl1.PerformLayout()
|
2839
|
3124
|
Me.Panel1.ResumeLayout(False)
|
2840
|
3125
|
Me.Panel1.PerformLayout()
|
|
3126
|
+ CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
3127
|
+ CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
3128
|
+ Me.Panel5.ResumeLayout(False)
|
|
3129
|
+ Me.Panel5.PerformLayout()
|
2841
|
3130
|
Me.隱藏_pl2.ResumeLayout(False)
|
2842
|
3131
|
Me.隱藏_pl2.PerformLayout()
|
2843
|
3132
|
CType(Me.組別_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
@@ -2876,6 +3165,10 @@ Partial Class 製程配方表
|
2876
|
3165
|
Me.最高權限_pl.PerformLayout()
|
2877
|
3166
|
CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2878
|
3167
|
CType(Me.暫存簽名檔圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
|
3168
|
+ Me.Panel6.ResumeLayout(False)
|
|
3169
|
+ Me.Panel6.PerformLayout()
|
|
3170
|
+ CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
3171
|
+ CType(Me.配方列表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2879
|
3172
|
Me.ResumeLayout(False)
|
2880
|
3173
|
|
2881
|
3174
|
End Sub
|
|
@@ -3084,9 +3377,32 @@ Partial Class 製程配方表
|
3084
|
3377
|
Friend WithEvents 中間距_ch As CheckBox
|
3085
|
3378
|
Friend WithEvents 大間距_ch As CheckBox
|
3086
|
3379
|
Friend WithEvents Search_全油種_cb As CheckBox
|
3087
|
|
- Friend WithEvents TextBox4 As TextBox
|
3088
|
|
- Friend WithEvents TextBox3 As TextBox
|
3089
|
|
- Friend WithEvents TextBox2 As TextBox
|
3090
|
|
- Friend WithEvents TextBox1 As TextBox
|
3091
|
|
- Friend WithEvents Button1 As Button
|
|
3380
|
+ Friend WithEvents 讀取日期_tb As TextBox
|
|
3381
|
+ Friend WithEvents 讀取料號_tb As TextBox
|
|
3382
|
+ Friend WithEvents 讀取品名_tb As TextBox
|
|
3383
|
+ Friend WithEvents 讀取檔名_tb As TextBox
|
|
3384
|
+ Friend WithEvents 匯入Excel_bt As Button
|
|
3385
|
+ Friend WithEvents 讀取季節_tb As TextBox
|
|
3386
|
+ Friend WithEvents 讀取油種_tb As TextBox
|
|
3387
|
+ Friend WithEvents Panel5 As Panel
|
|
3388
|
+ Friend WithEvents 讀取代工_tb As TextBox
|
|
3389
|
+ Friend WithEvents 讀取版本_tb As TextBox
|
|
3390
|
+ Friend WithEvents 讀取標章_tb As TextBox
|
|
3391
|
+ Friend WithEvents 讀取產量_tb As TextBox
|
|
3392
|
+ Friend WithEvents 讀取組別_tb As TextBox
|
|
3393
|
+ Friend WithEvents PictureBox1 As PictureBox
|
|
3394
|
+ Friend WithEvents 檢視油脂列表_bt As Button
|
|
3395
|
+ Friend WithEvents Panel6 As Panel
|
|
3396
|
+ Friend WithEvents 關閉列表_bt As Button
|
|
3397
|
+ Friend WithEvents 配方列表_dgv As DataGridView
|
|
3398
|
+ Friend WithEvents 油脂種類1_cb As ComboBox
|
|
3399
|
+ Friend WithEvents Label2 As Label
|
|
3400
|
+ Friend WithEvents 列表儲存_bt As Button
|
|
3401
|
+ Friend WithEvents PictureBox2 As PictureBox
|
|
3402
|
+ Friend WithEvents Search_列表編號_cb As CheckBox
|
|
3403
|
+ Friend WithEvents Search_列表名稱_cb As CheckBox
|
|
3404
|
+ Friend WithEvents 關鍵字1_tb As TextBox
|
|
3405
|
+ Friend WithEvents 列表關鍵字_bt As Button
|
|
3406
|
+ Friend WithEvents 關鍵字1_lb As Label
|
|
3407
|
+ Friend WithEvents PictureBox3 As PictureBox
|
3092
|
3408
|
End Class
|