|
@@ -27,6 +27,11 @@ 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()
|
30
|
35
|
Me.最低庫存量_nud = New System.Windows.Forms.NumericUpDown()
|
31
|
36
|
Me.Label16 = New System.Windows.Forms.Label()
|
32
|
37
|
Me.下載檔名_tb = New System.Windows.Forms.TextBox()
|
|
@@ -86,19 +91,32 @@ Partial Class 物料資料庫
|
86
|
91
|
Me.資料刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
87
|
92
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
88
|
93
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
94
|
+ Me.廠商有賣1_dgv = New System.Windows.Forms.DataGridView()
|
|
95
|
+ Me.供應商編號_cb = New System.Windows.Forms.ComboBox()
|
|
96
|
+ Me.物料清單1_dgv = New System.Windows.Forms.DataGridView()
|
89
|
97
|
Me.物料圖_pb = New System.Windows.Forms.PictureBox()
|
90
|
98
|
Me.停用_ch = New System.Windows.Forms.CheckBox()
|
91
|
99
|
Me.啟用_ch = New System.Windows.Forms.CheckBox()
|
92
|
100
|
Me.全部_ch = New System.Windows.Forms.CheckBox()
|
|
101
|
+ Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
|
102
|
+ Me.計算分流 = New System.Windows.Forms.Timer(Me.components)
|
|
103
|
+ Me.廠商有賣_dgv = New System.Windows.Forms.DataGridView()
|
|
104
|
+ Me.供應商_cb = New System.Windows.Forms.ComboBox()
|
|
105
|
+ Me.Label11 = New System.Windows.Forms.Label()
|
|
106
|
+ Me.Label17 = New System.Windows.Forms.Label()
|
|
107
|
+ Me.供應商_tb = New System.Windows.Forms.TextBox()
|
|
108
|
+ Me.資料加入_bt = New System.Windows.Forms.Button()
|
|
109
|
+ Me.資料退回_bt = New System.Windows.Forms.Button()
|
|
110
|
+ Me.廠商關鍵字_bt = New System.Windows.Forms.Button()
|
|
111
|
+ Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
|
93
|
112
|
Me.刪除物料_bt = New System.Windows.Forms.Button()
|
94
|
113
|
Me.導出EXCEL_bt = New System.Windows.Forms.Button()
|
95
|
114
|
Me.導入EXCEL_bt = New System.Windows.Forms.Button()
|
96
|
115
|
Me.批量存檔_bt = New System.Windows.Forms.Button()
|
97
|
116
|
Me.單筆存檔_bt = New System.Windows.Forms.Button()
|
98
|
|
- Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
|
99
|
117
|
Me.新增物料資料_bt = New System.Windows.Forms.Button()
|
100
|
|
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
101
|
|
- Me.計算分流 = New System.Windows.Forms.Timer(Me.components)
|
|
118
|
+ Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
119
|
+ Me.存檔_bt = New System.Windows.Forms.Button()
|
102
|
120
|
CType(Me.最低庫存量_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
103
|
121
|
CType(Me.件數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
104
|
122
|
CType(Me.售價_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -107,15 +125,22 @@ Partial Class 物料資料庫
|
107
|
125
|
CType(Me.無圖料號_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
108
|
126
|
Me.ContextMenuStrip1.SuspendLayout()
|
109
|
127
|
Me.Panel1.SuspendLayout()
|
|
128
|
+ CType(Me.廠商有賣1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
129
|
+ CType(Me.物料清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
110
|
130
|
CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
131
|
+ CType(Me.廠商有賣_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
132
|
+ CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
133
|
+ Me.SplitContainer1.Panel1.SuspendLayout()
|
|
134
|
+ Me.SplitContainer1.Panel2.SuspendLayout()
|
|
135
|
+ Me.SplitContainer1.SuspendLayout()
|
111
|
136
|
Me.SuspendLayout()
|
112
|
137
|
'
|
113
|
138
|
'最低庫存量_nud
|
114
|
139
|
'
|
115
|
140
|
Me.最低庫存量_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
116
|
141
|
Me.最低庫存量_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
117
|
|
- Me.最低庫存量_nud.Location = New System.Drawing.Point(1199, 50)
|
118
|
|
- Me.最低庫存量_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
|
|
142
|
+ Me.最低庫存量_nud.Location = New System.Drawing.Point(1081, 50)
|
|
143
|
+ Me.最低庫存量_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
|
119
|
144
|
Me.最低庫存量_nud.Name = "最低庫存量_nud"
|
120
|
145
|
Me.最低庫存量_nud.Size = New System.Drawing.Size(47, 23)
|
121
|
146
|
Me.最低庫存量_nud.TabIndex = 1169
|
|
@@ -126,7 +151,7 @@ Partial Class 物料資料庫
|
126
|
151
|
Me.Label16.AutoSize = True
|
127
|
152
|
Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
128
|
153
|
Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
129
|
|
- Me.Label16.Location = New System.Drawing.Point(1167, 53)
|
|
154
|
+ Me.Label16.Location = New System.Drawing.Point(1050, 53)
|
130
|
155
|
Me.Label16.Name = "Label16"
|
131
|
156
|
Me.Label16.Size = New System.Drawing.Size(31, 16)
|
132
|
157
|
Me.Label16.TabIndex = 1168
|
|
@@ -147,7 +172,7 @@ Partial Class 物料資料庫
|
147
|
172
|
Me.批量修改_ch.AutoSize = True
|
148
|
173
|
Me.批量修改_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
149
|
174
|
Me.批量修改_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
150
|
|
- Me.批量修改_ch.Location = New System.Drawing.Point(333, 1)
|
|
175
|
+ Me.批量修改_ch.Location = New System.Drawing.Point(301, 1)
|
151
|
176
|
Me.批量修改_ch.Name = "批量修改_ch"
|
152
|
177
|
Me.批量修改_ch.Size = New System.Drawing.Size(74, 20)
|
153
|
178
|
Me.批量修改_ch.TabIndex = 1164
|
|
@@ -275,9 +300,9 @@ Partial Class 物料資料庫
|
275
|
300
|
'
|
276
|
301
|
Me.備註_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
277
|
302
|
Me.備註_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
278
|
|
- Me.備註_tb.Location = New System.Drawing.Point(840, 51)
|
|
303
|
+ Me.備註_tb.Location = New System.Drawing.Point(805, 51)
|
279
|
304
|
Me.備註_tb.Name = "備註_tb"
|
280
|
|
- Me.備註_tb.Size = New System.Drawing.Size(323, 23)
|
|
305
|
+ Me.備註_tb.Size = New System.Drawing.Size(239, 23)
|
281
|
306
|
Me.備註_tb.TabIndex = 1146
|
282
|
307
|
'
|
283
|
308
|
'圖片編碼_tb
|
|
@@ -294,7 +319,7 @@ Partial Class 物料資料庫
|
294
|
319
|
'
|
295
|
320
|
Me.件數_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
296
|
321
|
Me.件數_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
297
|
|
- Me.件數_nud.Location = New System.Drawing.Point(1198, 27)
|
|
322
|
+ Me.件數_nud.Location = New System.Drawing.Point(1081, 27)
|
298
|
323
|
Me.件數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
|
299
|
324
|
Me.件數_nud.Name = "件數_nud"
|
300
|
325
|
Me.件數_nud.Size = New System.Drawing.Size(47, 23)
|
|
@@ -305,8 +330,8 @@ Partial Class 物料資料庫
|
305
|
330
|
'
|
306
|
331
|
Me.售價_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
307
|
332
|
Me.售價_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
308
|
|
- Me.售價_nud.Location = New System.Drawing.Point(715, 51)
|
309
|
|
- Me.售價_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
|
|
333
|
+ Me.售價_nud.Location = New System.Drawing.Point(680, 51)
|
|
334
|
+ Me.售價_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
|
310
|
335
|
Me.售價_nud.Name = "售價_nud"
|
311
|
336
|
Me.售價_nud.Size = New System.Drawing.Size(90, 23)
|
312
|
337
|
Me.售價_nud.TabIndex = 1139
|
|
@@ -316,8 +341,8 @@ Partial Class 物料資料庫
|
316
|
341
|
'
|
317
|
342
|
Me.成本_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
318
|
343
|
Me.成本_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
319
|
|
- Me.成本_nud.Location = New System.Drawing.Point(589, 51)
|
320
|
|
- Me.成本_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
|
|
344
|
+ Me.成本_nud.Location = New System.Drawing.Point(554, 51)
|
|
345
|
+ Me.成本_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
|
321
|
346
|
Me.成本_nud.Name = "成本_nud"
|
322
|
347
|
Me.成本_nud.Size = New System.Drawing.Size(90, 23)
|
323
|
348
|
Me.成本_nud.TabIndex = 1138
|
|
@@ -328,7 +353,7 @@ Partial Class 物料資料庫
|
328
|
353
|
Me.Label6.AutoSize = True
|
329
|
354
|
Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
330
|
355
|
Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
331
|
|
- Me.Label6.Location = New System.Drawing.Point(1166, 30)
|
|
356
|
+ Me.Label6.Location = New System.Drawing.Point(1049, 30)
|
332
|
357
|
Me.Label6.Name = "Label6"
|
333
|
358
|
Me.Label6.Size = New System.Drawing.Size(31, 16)
|
334
|
359
|
Me.Label6.TabIndex = 1135
|
|
@@ -339,7 +364,7 @@ Partial Class 物料資料庫
|
339
|
364
|
Me.Label5.AutoSize = True
|
340
|
365
|
Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
341
|
366
|
Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
342
|
|
- Me.Label5.Location = New System.Drawing.Point(680, 54)
|
|
367
|
+ Me.Label5.Location = New System.Drawing.Point(645, 54)
|
343
|
368
|
Me.Label5.Name = "Label5"
|
344
|
369
|
Me.Label5.Size = New System.Drawing.Size(31, 16)
|
345
|
370
|
Me.Label5.TabIndex = 1134
|
|
@@ -349,9 +374,9 @@ Partial Class 物料資料庫
|
349
|
374
|
'
|
350
|
375
|
Me.材質_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
351
|
376
|
Me.材質_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
352
|
|
- Me.材質_tb.Location = New System.Drawing.Point(962, 27)
|
|
377
|
+ Me.材質_tb.Location = New System.Drawing.Point(927, 27)
|
353
|
378
|
Me.材質_tb.Name = "材質_tb"
|
354
|
|
- Me.材質_tb.Size = New System.Drawing.Size(201, 23)
|
|
379
|
+ Me.材質_tb.Size = New System.Drawing.Size(117, 23)
|
355
|
380
|
Me.材質_tb.TabIndex = 1133
|
356
|
381
|
'
|
357
|
382
|
'Label4
|
|
@@ -359,7 +384,7 @@ Partial Class 物料資料庫
|
359
|
384
|
Me.Label4.AutoSize = True
|
360
|
385
|
Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
361
|
386
|
Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
362
|
|
- Me.Label4.Location = New System.Drawing.Point(558, 54)
|
|
387
|
+ Me.Label4.Location = New System.Drawing.Point(523, 54)
|
363
|
388
|
Me.Label4.Name = "Label4"
|
364
|
389
|
Me.Label4.Size = New System.Drawing.Size(31, 16)
|
365
|
390
|
Me.Label4.TabIndex = 1132
|
|
@@ -369,7 +394,7 @@ Partial Class 物料資料庫
|
369
|
394
|
'
|
370
|
395
|
Me.尺寸_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
371
|
396
|
Me.尺寸_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
372
|
|
- Me.尺寸_tb.Location = New System.Drawing.Point(714, 27)
|
|
397
|
+ Me.尺寸_tb.Location = New System.Drawing.Point(679, 27)
|
373
|
398
|
Me.尺寸_tb.Name = "尺寸_tb"
|
374
|
399
|
Me.尺寸_tb.Size = New System.Drawing.Size(214, 23)
|
375
|
400
|
Me.尺寸_tb.TabIndex = 1131
|
|
@@ -379,7 +404,7 @@ Partial Class 物料資料庫
|
379
|
404
|
Me.Label3.AutoSize = True
|
380
|
405
|
Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
381
|
406
|
Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
382
|
|
- Me.Label3.Location = New System.Drawing.Point(711, 6)
|
|
407
|
+ Me.Label3.Location = New System.Drawing.Point(676, 6)
|
383
|
408
|
Me.Label3.Name = "Label3"
|
384
|
409
|
Me.Label3.Size = New System.Drawing.Size(31, 16)
|
385
|
410
|
Me.Label3.TabIndex = 1130
|
|
@@ -389,7 +414,7 @@ Partial Class 物料資料庫
|
389
|
414
|
'
|
390
|
415
|
Me.品名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
391
|
416
|
Me.品名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
392
|
|
- Me.品名_tb.Location = New System.Drawing.Point(749, 3)
|
|
417
|
+ Me.品名_tb.Location = New System.Drawing.Point(714, 3)
|
393
|
418
|
Me.品名_tb.Name = "品名_tb"
|
394
|
419
|
Me.品名_tb.Size = New System.Drawing.Size(414, 23)
|
395
|
420
|
Me.品名_tb.TabIndex = 1129
|
|
@@ -399,7 +424,7 @@ Partial Class 物料資料庫
|
399
|
424
|
Me.頁碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
400
|
425
|
Me.頁碼_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
401
|
426
|
Me.頁碼_tb.ImeMode = System.Windows.Forms.ImeMode.Disable
|
402
|
|
- Me.頁碼_tb.Location = New System.Drawing.Point(589, 27)
|
|
427
|
+ Me.頁碼_tb.Location = New System.Drawing.Point(554, 27)
|
403
|
428
|
Me.頁碼_tb.Name = "頁碼_tb"
|
404
|
429
|
Me.頁碼_tb.Size = New System.Drawing.Size(90, 23)
|
405
|
430
|
Me.頁碼_tb.TabIndex = 1127
|
|
@@ -410,7 +435,7 @@ Partial Class 物料資料庫
|
410
|
435
|
'
|
411
|
436
|
Me.料號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
412
|
437
|
Me.料號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
413
|
|
- Me.料號_tb.Location = New System.Drawing.Point(589, 3)
|
|
438
|
+ Me.料號_tb.Location = New System.Drawing.Point(554, 3)
|
414
|
439
|
Me.料號_tb.Name = "料號_tb"
|
415
|
440
|
Me.料號_tb.Size = New System.Drawing.Size(121, 23)
|
416
|
441
|
Me.料號_tb.TabIndex = 1125
|
|
@@ -423,7 +448,7 @@ Partial Class 物料資料庫
|
423
|
448
|
Me.頁碼_cb.ForeColor = System.Drawing.Color.Green
|
424
|
449
|
Me.頁碼_cb.FormattingEnabled = True
|
425
|
450
|
Me.頁碼_cb.Items.AddRange(New Object() {"男", "女", "NA"})
|
426
|
|
- Me.頁碼_cb.Location = New System.Drawing.Point(84, 2)
|
|
451
|
+ Me.頁碼_cb.Location = New System.Drawing.Point(128, 26)
|
427
|
452
|
Me.頁碼_cb.Name = "頁碼_cb"
|
428
|
453
|
Me.頁碼_cb.Size = New System.Drawing.Size(70, 24)
|
429
|
454
|
Me.頁碼_cb.TabIndex = 1124
|
|
@@ -433,18 +458,18 @@ Partial Class 物料資料庫
|
433
|
458
|
Me.Label27.AutoSize = True
|
434
|
459
|
Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
435
|
460
|
Me.Label27.ForeColor = System.Drawing.Color.Green
|
436
|
|
- Me.Label27.Location = New System.Drawing.Point(53, 6)
|
|
461
|
+ Me.Label27.Location = New System.Drawing.Point(128, 6)
|
437
|
462
|
Me.Label27.Name = "Label27"
|
438
|
|
- Me.Label27.Size = New System.Drawing.Size(31, 16)
|
|
463
|
+ Me.Label27.Size = New System.Drawing.Size(73, 16)
|
439
|
464
|
Me.Label27.TabIndex = 1123
|
440
|
|
- Me.Label27.Text = "頁碼"
|
|
465
|
+ Me.Label27.Text = "物 料 頁 碼"
|
441
|
466
|
'
|
442
|
467
|
'Label9
|
443
|
468
|
'
|
444
|
469
|
Me.Label9.AutoSize = True
|
445
|
470
|
Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
446
|
471
|
Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
447
|
|
- Me.Label9.Location = New System.Drawing.Point(808, 54)
|
|
472
|
+ Me.Label9.Location = New System.Drawing.Point(773, 54)
|
448
|
473
|
Me.Label9.Name = "Label9"
|
449
|
474
|
Me.Label9.Size = New System.Drawing.Size(31, 16)
|
450
|
475
|
Me.Label9.TabIndex = 1147
|
|
@@ -455,7 +480,7 @@ Partial Class 物料資料庫
|
455
|
480
|
Me.Label8.AutoSize = True
|
456
|
481
|
Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
457
|
482
|
Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
458
|
|
- Me.Label8.Location = New System.Drawing.Point(930, 30)
|
|
483
|
+ Me.Label8.Location = New System.Drawing.Point(895, 30)
|
459
|
484
|
Me.Label8.Name = "Label8"
|
460
|
485
|
Me.Label8.Size = New System.Drawing.Size(31, 16)
|
461
|
486
|
Me.Label8.TabIndex = 1137
|
|
@@ -466,7 +491,7 @@ Partial Class 物料資料庫
|
466
|
491
|
Me.Label7.AutoSize = True
|
467
|
492
|
Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
468
|
493
|
Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
469
|
|
- Me.Label7.Location = New System.Drawing.Point(679, 30)
|
|
494
|
+ Me.Label7.Location = New System.Drawing.Point(644, 30)
|
470
|
495
|
Me.Label7.Name = "Label7"
|
471
|
496
|
Me.Label7.Size = New System.Drawing.Size(31, 16)
|
472
|
497
|
Me.Label7.TabIndex = 1136
|
|
@@ -477,7 +502,7 @@ Partial Class 物料資料庫
|
477
|
502
|
Me.Label2.AutoSize = True
|
478
|
503
|
Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
479
|
504
|
Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
480
|
|
- Me.Label2.Location = New System.Drawing.Point(558, 30)
|
|
505
|
+ Me.Label2.Location = New System.Drawing.Point(523, 30)
|
481
|
506
|
Me.Label2.Name = "Label2"
|
482
|
507
|
Me.Label2.Size = New System.Drawing.Size(31, 16)
|
483
|
508
|
Me.Label2.TabIndex = 1128
|
|
@@ -488,7 +513,7 @@ Partial Class 物料資料庫
|
488
|
513
|
Me.Label1.AutoSize = True
|
489
|
514
|
Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
490
|
515
|
Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
491
|
|
- Me.Label1.Location = New System.Drawing.Point(558, 6)
|
|
516
|
+ Me.Label1.Location = New System.Drawing.Point(523, 6)
|
492
|
517
|
Me.Label1.Name = "Label1"
|
493
|
518
|
Me.Label1.Size = New System.Drawing.Size(31, 16)
|
494
|
519
|
Me.Label1.TabIndex = 1126
|
|
@@ -499,7 +524,7 @@ Partial Class 物料資料庫
|
499
|
524
|
Me.停用料號_ch.AutoSize = True
|
500
|
525
|
Me.停用料號_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
501
|
526
|
Me.停用料號_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
502
|
|
- Me.停用料號_ch.Location = New System.Drawing.Point(1170, 5)
|
|
527
|
+ Me.停用料號_ch.Location = New System.Drawing.Point(443, 53)
|
503
|
528
|
Me.停用料號_ch.Name = "停用料號_ch"
|
504
|
529
|
Me.停用料號_ch.Size = New System.Drawing.Size(74, 20)
|
505
|
530
|
Me.停用料號_ch.TabIndex = 1148
|
|
@@ -508,35 +533,33 @@ Partial Class 物料資料庫
|
508
|
533
|
'
|
509
|
534
|
'物料清單_dgv
|
510
|
535
|
'
|
511
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
512
|
|
- Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
513
|
536
|
Me.物料清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
514
|
537
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
515
|
538
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
516
|
539
|
Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
517
|
540
|
Me.物料清單_dgv.BackgroundColor = System.Drawing.Color.White
|
518
|
541
|
Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
519
|
|
- Me.物料清單_dgv.Location = New System.Drawing.Point(4, 75)
|
|
542
|
+ Me.物料清單_dgv.Location = New System.Drawing.Point(1, 75)
|
520
|
543
|
Me.物料清單_dgv.Name = "物料清單_dgv"
|
521
|
544
|
Me.物料清單_dgv.RowHeadersWidth = 5
|
522
|
|
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
523
|
|
- Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
|
545
|
+ DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
546
|
+ Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
|
524
|
547
|
Me.物料清單_dgv.RowTemplate.Height = 24
|
525
|
|
- Me.物料清單_dgv.Size = New System.Drawing.Size(1240, 533)
|
|
548
|
+ Me.物料清單_dgv.Size = New System.Drawing.Size(1127, 533)
|
526
|
549
|
Me.物料清單_dgv.TabIndex = 1122
|
527
|
550
|
'
|
528
|
551
|
'無圖料號_dgv
|
529
|
552
|
'
|
530
|
|
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
531
|
|
- Me.無圖料號_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
553
|
+ DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
554
|
+ Me.無圖料號_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
532
|
555
|
Me.無圖料號_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
533
|
556
|
Me.無圖料號_dgv.BackgroundColor = System.Drawing.Color.White
|
534
|
557
|
Me.無圖料號_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
535
|
558
|
Me.無圖料號_dgv.Location = New System.Drawing.Point(122, 45)
|
536
|
559
|
Me.無圖料號_dgv.Name = "無圖料號_dgv"
|
537
|
560
|
Me.無圖料號_dgv.RowHeadersWidth = 5
|
538
|
|
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
539
|
|
- Me.無圖料號_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
|
|
561
|
+ DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
562
|
+ Me.無圖料號_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
|
540
|
563
|
Me.無圖料號_dgv.RowTemplate.Height = 24
|
541
|
564
|
Me.無圖料號_dgv.Size = New System.Drawing.Size(109, 89)
|
542
|
565
|
Me.無圖料號_dgv.TabIndex = 1157
|
|
@@ -554,11 +577,11 @@ Partial Class 物料資料庫
|
554
|
577
|
'Label15
|
555
|
578
|
'
|
556
|
579
|
Me.Label15.AutoSize = True
|
557
|
|
- Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
580
|
+ Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
558
|
581
|
Me.Label15.ForeColor = System.Drawing.Color.Red
|
559
|
|
- Me.Label15.Location = New System.Drawing.Point(4, 51)
|
|
582
|
+ Me.Label15.Location = New System.Drawing.Point(77, 55)
|
560
|
583
|
Me.Label15.Name = "Label15"
|
561
|
|
- Me.Label15.Size = New System.Drawing.Size(506, 27)
|
|
584
|
+ Me.Label15.Size = New System.Drawing.Size(314, 17)
|
562
|
585
|
Me.Label15.TabIndex = 1167
|
563
|
586
|
Me.Label15.Text = "新增物料時,如果物料 屬於零件頁碼 請用 ""000"" 開頭"
|
564
|
587
|
'
|
|
@@ -663,6 +686,9 @@ Partial Class 物料資料庫
|
663
|
686
|
'
|
664
|
687
|
'Panel1
|
665
|
688
|
'
|
|
689
|
+ Me.Panel1.Controls.Add(Me.廠商有賣1_dgv)
|
|
690
|
+ Me.Panel1.Controls.Add(Me.供應商編號_cb)
|
|
691
|
+ Me.Panel1.Controls.Add(Me.物料清單1_dgv)
|
666
|
692
|
Me.Panel1.Controls.Add(Me.物料圖_pb)
|
667
|
693
|
Me.Panel1.Controls.Add(Me.無圖料號_dgv)
|
668
|
694
|
Me.Panel1.Controls.Add(Me.Label14)
|
|
@@ -684,6 +710,56 @@ Partial Class 物料資料庫
|
684
|
710
|
Me.Panel1.Size = New System.Drawing.Size(690, 349)
|
685
|
711
|
Me.Panel1.TabIndex = 1173
|
686
|
712
|
'
|
|
713
|
+ '廠商有賣1_dgv
|
|
714
|
+ '
|
|
715
|
+ DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
716
|
+ Me.廠商有賣1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
717
|
+ Me.廠商有賣1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
718
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
719
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
720
|
+ Me.廠商有賣1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
721
|
+ Me.廠商有賣1_dgv.BackgroundColor = System.Drawing.Color.White
|
|
722
|
+ Me.廠商有賣1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
723
|
+ Me.廠商有賣1_dgv.Location = New System.Drawing.Point(319, 76)
|
|
724
|
+ Me.廠商有賣1_dgv.Name = "廠商有賣1_dgv"
|
|
725
|
+ Me.廠商有賣1_dgv.RowHeadersWidth = 5
|
|
726
|
+ DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
727
|
+ Me.廠商有賣1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
|
|
728
|
+ Me.廠商有賣1_dgv.RowTemplate.Height = 24
|
|
729
|
+ Me.廠商有賣1_dgv.Size = New System.Drawing.Size(227, 213)
|
|
730
|
+ Me.廠商有賣1_dgv.TabIndex = 1179
|
|
731
|
+ '
|
|
732
|
+ '供應商編號_cb
|
|
733
|
+ '
|
|
734
|
+ Me.供應商編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
735
|
+ Me.供應商編號_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
736
|
+ Me.供應商編號_cb.ForeColor = System.Drawing.Color.Green
|
|
737
|
+ Me.供應商編號_cb.FormattingEnabled = True
|
|
738
|
+ Me.供應商編號_cb.Items.AddRange(New Object() {"男", "女", "NA"})
|
|
739
|
+ Me.供應商編號_cb.Location = New System.Drawing.Point(394, 30)
|
|
740
|
+ Me.供應商編號_cb.Name = "供應商編號_cb"
|
|
741
|
+ Me.供應商編號_cb.Size = New System.Drawing.Size(152, 24)
|
|
742
|
+ Me.供應商編號_cb.TabIndex = 1168
|
|
743
|
+ '
|
|
744
|
+ '物料清單1_dgv
|
|
745
|
+ '
|
|
746
|
+ DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
747
|
+ Me.物料清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
|
|
748
|
+ Me.物料清單1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
749
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
750
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
751
|
+ Me.物料清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
752
|
+ Me.物料清單1_dgv.BackgroundColor = System.Drawing.Color.White
|
|
753
|
+ Me.物料清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
754
|
+ Me.物料清單1_dgv.Location = New System.Drawing.Point(7, 169)
|
|
755
|
+ Me.物料清單1_dgv.Name = "物料清單1_dgv"
|
|
756
|
+ Me.物料清單1_dgv.RowHeadersWidth = 5
|
|
757
|
+ DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
758
|
+ Me.物料清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
|
|
759
|
+ Me.物料清單1_dgv.RowTemplate.Height = 24
|
|
760
|
+ Me.物料清單1_dgv.Size = New System.Drawing.Size(297, 177)
|
|
761
|
+ Me.物料清單1_dgv.TabIndex = 1167
|
|
762
|
+ '
|
687
|
763
|
'物料圖_pb
|
688
|
764
|
'
|
689
|
765
|
Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
@@ -700,7 +776,7 @@ Partial Class 物料資料庫
|
700
|
776
|
Me.停用_ch.AutoSize = True
|
701
|
777
|
Me.停用_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
702
|
778
|
Me.停用_ch.ForeColor = System.Drawing.Color.Green
|
703
|
|
- Me.停用_ch.Location = New System.Drawing.Point(159, 29)
|
|
779
|
+ Me.停用_ch.Location = New System.Drawing.Point(3, 29)
|
704
|
780
|
Me.停用_ch.Name = "停用_ch"
|
705
|
781
|
Me.停用_ch.Size = New System.Drawing.Size(74, 20)
|
706
|
782
|
Me.停用_ch.TabIndex = 1174
|
|
@@ -714,7 +790,7 @@ Partial Class 物料資料庫
|
714
|
790
|
Me.啟用_ch.CheckState = System.Windows.Forms.CheckState.Checked
|
715
|
791
|
Me.啟用_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
716
|
792
|
Me.啟用_ch.ForeColor = System.Drawing.Color.Green
|
717
|
|
- Me.啟用_ch.Location = New System.Drawing.Point(159, 3)
|
|
793
|
+ Me.啟用_ch.Location = New System.Drawing.Point(3, 3)
|
718
|
794
|
Me.啟用_ch.Name = "啟用_ch"
|
719
|
795
|
Me.啟用_ch.Size = New System.Drawing.Size(74, 20)
|
720
|
796
|
Me.啟用_ch.TabIndex = 1175
|
|
@@ -726,20 +802,148 @@ Partial Class 物料資料庫
|
726
|
802
|
Me.全部_ch.AutoSize = True
|
727
|
803
|
Me.全部_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
728
|
804
|
Me.全部_ch.ForeColor = System.Drawing.Color.Green
|
729
|
|
- Me.全部_ch.Location = New System.Drawing.Point(83, 29)
|
|
805
|
+ Me.全部_ch.Location = New System.Drawing.Point(4, 53)
|
730
|
806
|
Me.全部_ch.Name = "全部_ch"
|
731
|
807
|
Me.全部_ch.Size = New System.Drawing.Size(74, 20)
|
732
|
808
|
Me.全部_ch.TabIndex = 1176
|
733
|
809
|
Me.全部_ch.Text = "全部資料"
|
734
|
810
|
Me.全部_ch.UseVisualStyleBackColor = True
|
735
|
811
|
'
|
|
812
|
+ 'ToolTip1
|
|
813
|
+ '
|
|
814
|
+ Me.ToolTip1.AutoPopDelay = 5000
|
|
815
|
+ Me.ToolTip1.InitialDelay = 500
|
|
816
|
+ Me.ToolTip1.IsBalloon = True
|
|
817
|
+ Me.ToolTip1.ReshowDelay = 100
|
|
818
|
+ Me.ToolTip1.ToolTipTitle = "系統說明"
|
|
819
|
+ '
|
|
820
|
+ '計算分流
|
|
821
|
+ '
|
|
822
|
+ '
|
|
823
|
+ '廠商有賣_dgv
|
|
824
|
+ '
|
|
825
|
+ DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
826
|
+ Me.廠商有賣_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
|
|
827
|
+ Me.廠商有賣_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
828
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
829
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
830
|
+ Me.廠商有賣_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
831
|
+ Me.廠商有賣_dgv.BackgroundColor = System.Drawing.Color.White
|
|
832
|
+ Me.廠商有賣_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
833
|
+ Me.廠商有賣_dgv.Location = New System.Drawing.Point(-1, 75)
|
|
834
|
+ Me.廠商有賣_dgv.Name = "廠商有賣_dgv"
|
|
835
|
+ Me.廠商有賣_dgv.RowHeadersWidth = 5
|
|
836
|
+ DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
837
|
+ Me.廠商有賣_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
|
|
838
|
+ Me.廠商有賣_dgv.RowTemplate.Height = 24
|
|
839
|
+ Me.廠商有賣_dgv.Size = New System.Drawing.Size(376, 533)
|
|
840
|
+ Me.廠商有賣_dgv.TabIndex = 1178
|
|
841
|
+ '
|
|
842
|
+ '供應商_cb
|
|
843
|
+ '
|
|
844
|
+ Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
845
|
+ Me.供應商_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
846
|
+ Me.供應商_cb.ForeColor = System.Drawing.Color.Green
|
|
847
|
+ Me.供應商_cb.FormattingEnabled = True
|
|
848
|
+ Me.供應商_cb.Items.AddRange(New Object() {"NA", "女", "男"})
|
|
849
|
+ Me.供應商_cb.Location = New System.Drawing.Point(35, 1)
|
|
850
|
+ Me.供應商_cb.Name = "供應商_cb"
|
|
851
|
+ Me.供應商_cb.Size = New System.Drawing.Size(86, 24)
|
|
852
|
+ Me.供應商_cb.TabIndex = 1183
|
|
853
|
+ '
|
|
854
|
+ 'Label11
|
|
855
|
+ '
|
|
856
|
+ Me.Label11.AutoSize = True
|
|
857
|
+ Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
858
|
+ Me.Label11.ForeColor = System.Drawing.Color.Green
|
|
859
|
+ Me.Label11.Location = New System.Drawing.Point(3, 5)
|
|
860
|
+ Me.Label11.Name = "Label11"
|
|
861
|
+ Me.Label11.Size = New System.Drawing.Size(31, 16)
|
|
862
|
+ Me.Label11.TabIndex = 1182
|
|
863
|
+ Me.Label11.Text = "簡稱"
|
|
864
|
+ '
|
|
865
|
+ 'Label17
|
|
866
|
+ '
|
|
867
|
+ Me.Label17.AutoSize = True
|
|
868
|
+ Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
869
|
+ Me.Label17.ForeColor = System.Drawing.Color.Green
|
|
870
|
+ Me.Label17.Location = New System.Drawing.Point(124, 4)
|
|
871
|
+ Me.Label17.Name = "Label17"
|
|
872
|
+ Me.Label17.Size = New System.Drawing.Size(43, 16)
|
|
873
|
+ Me.Label17.TabIndex = 1181
|
|
874
|
+ Me.Label17.Text = "供應商"
|
|
875
|
+ '
|
|
876
|
+ '供應商_tb
|
|
877
|
+ '
|
|
878
|
+ Me.供應商_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
879
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
880
|
+ Me.供應商_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
881
|
+ Me.供應商_tb.ForeColor = System.Drawing.Color.Green
|
|
882
|
+ Me.供應商_tb.Location = New System.Drawing.Point(169, 1)
|
|
883
|
+ Me.供應商_tb.Name = "供應商_tb"
|
|
884
|
+ Me.供應商_tb.Size = New System.Drawing.Size(206, 23)
|
|
885
|
+ Me.供應商_tb.TabIndex = 1180
|
|
886
|
+ '
|
|
887
|
+ '資料加入_bt
|
|
888
|
+ '
|
|
889
|
+ Me.資料加入_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.arrow_right
|
|
890
|
+ Me.資料加入_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
891
|
+ Me.資料加入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
892
|
+ Me.資料加入_bt.ForeColor = System.Drawing.Color.Green
|
|
893
|
+ Me.資料加入_bt.Location = New System.Drawing.Point(55, 25)
|
|
894
|
+ Me.資料加入_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
895
|
+ Me.資料加入_bt.Name = "資料加入_bt"
|
|
896
|
+ Me.資料加入_bt.Size = New System.Drawing.Size(50, 50)
|
|
897
|
+ Me.資料加入_bt.TabIndex = 1186
|
|
898
|
+ Me.資料加入_bt.UseVisualStyleBackColor = True
|
|
899
|
+ '
|
|
900
|
+ '資料退回_bt
|
|
901
|
+ '
|
|
902
|
+ Me.資料退回_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
903
|
+ Me.資料退回_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.arrow_left
|
|
904
|
+ Me.資料退回_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
905
|
+ Me.資料退回_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
906
|
+ Me.資料退回_bt.ForeColor = System.Drawing.Color.Green
|
|
907
|
+ Me.資料退回_bt.Location = New System.Drawing.Point(322, 25)
|
|
908
|
+ Me.資料退回_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
909
|
+ Me.資料退回_bt.Name = "資料退回_bt"
|
|
910
|
+ Me.資料退回_bt.Size = New System.Drawing.Size(50, 50)
|
|
911
|
+ Me.資料退回_bt.TabIndex = 1185
|
|
912
|
+ Me.資料退回_bt.UseVisualStyleBackColor = True
|
|
913
|
+ '
|
|
914
|
+ '廠商關鍵字_bt
|
|
915
|
+ '
|
|
916
|
+ Me.廠商關鍵字_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.Search
|
|
917
|
+ Me.廠商關鍵字_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
918
|
+ Me.廠商關鍵字_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
919
|
+ Me.廠商關鍵字_bt.ForeColor = System.Drawing.Color.Black
|
|
920
|
+ Me.廠商關鍵字_bt.Location = New System.Drawing.Point(4, 25)
|
|
921
|
+ Me.廠商關鍵字_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
922
|
+ Me.廠商關鍵字_bt.Name = "廠商關鍵字_bt"
|
|
923
|
+ Me.廠商關鍵字_bt.Size = New System.Drawing.Size(50, 50)
|
|
924
|
+ Me.廠商關鍵字_bt.TabIndex = 1184
|
|
925
|
+ Me.廠商關鍵字_bt.UseVisualStyleBackColor = True
|
|
926
|
+ '
|
|
927
|
+ '關鍵字查詢_bt
|
|
928
|
+ '
|
|
929
|
+ Me.關鍵字查詢_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.Search
|
|
930
|
+ Me.關鍵字查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
931
|
+ Me.關鍵字查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
932
|
+ Me.關鍵字查詢_bt.ForeColor = System.Drawing.Color.Black
|
|
933
|
+ Me.關鍵字查詢_bt.Location = New System.Drawing.Point(75, 2)
|
|
934
|
+ Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
935
|
+ Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
|
|
936
|
+ Me.關鍵字查詢_bt.Size = New System.Drawing.Size(50, 50)
|
|
937
|
+ Me.關鍵字查詢_bt.TabIndex = 1142
|
|
938
|
+ Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
|
|
939
|
+ '
|
736
|
940
|
'刪除物料_bt
|
737
|
941
|
'
|
738
|
942
|
Me.刪除物料_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.GarbageEmpty
|
739
|
943
|
Me.刪除物料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
740
|
944
|
Me.刪除物料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
741
|
945
|
Me.刪除物料_bt.ForeColor = System.Drawing.Color.Black
|
742
|
|
- Me.刪除物料_bt.Location = New System.Drawing.Point(502, 2)
|
|
946
|
+ Me.刪除物料_bt.Location = New System.Drawing.Point(470, 2)
|
743
|
947
|
Me.刪除物料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
744
|
948
|
Me.刪除物料_bt.Name = "刪除物料_bt"
|
745
|
949
|
Me.刪除物料_bt.Size = New System.Drawing.Size(50, 50)
|
|
@@ -752,7 +956,7 @@ Partial Class 物料資料庫
|
752
|
956
|
Me.導出EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
753
|
957
|
Me.導出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
754
|
958
|
Me.導出EXCEL_bt.ForeColor = System.Drawing.Color.Black
|
755
|
|
- Me.導出EXCEL_bt.Location = New System.Drawing.Point(453, 2)
|
|
959
|
+ Me.導出EXCEL_bt.Location = New System.Drawing.Point(421, 2)
|
756
|
960
|
Me.導出EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
757
|
961
|
Me.導出EXCEL_bt.Name = "導出EXCEL_bt"
|
758
|
962
|
Me.導出EXCEL_bt.Size = New System.Drawing.Size(50, 50)
|
|
@@ -765,7 +969,7 @@ Partial Class 物料資料庫
|
765
|
969
|
Me.導入EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
766
|
970
|
Me.導入EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
767
|
971
|
Me.導入EXCEL_bt.ForeColor = System.Drawing.Color.Black
|
768
|
|
- Me.導入EXCEL_bt.Location = New System.Drawing.Point(404, 2)
|
|
972
|
+ Me.導入EXCEL_bt.Location = New System.Drawing.Point(372, 2)
|
769
|
973
|
Me.導入EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
770
|
974
|
Me.導入EXCEL_bt.Name = "導入EXCEL_bt"
|
771
|
975
|
Me.導入EXCEL_bt.Size = New System.Drawing.Size(50, 50)
|
|
@@ -778,7 +982,7 @@ Partial Class 物料資料庫
|
778
|
982
|
Me.批量存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
779
|
983
|
Me.批量存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
780
|
984
|
Me.批量存檔_bt.ForeColor = System.Drawing.Color.Green
|
781
|
|
- Me.批量存檔_bt.Location = New System.Drawing.Point(331, 17)
|
|
985
|
+ Me.批量存檔_bt.Location = New System.Drawing.Point(299, 17)
|
782
|
986
|
Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
783
|
987
|
Me.批量存檔_bt.Name = "批量存檔_bt"
|
784
|
988
|
Me.批量存檔_bt.Size = New System.Drawing.Size(74, 35)
|
|
@@ -791,89 +995,110 @@ Partial Class 物料資料庫
|
791
|
995
|
Me.單筆存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
792
|
996
|
Me.單筆存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
793
|
997
|
Me.單筆存檔_bt.ForeColor = System.Drawing.Color.Green
|
794
|
|
- Me.單筆存檔_bt.Location = New System.Drawing.Point(282, 2)
|
|
998
|
+ Me.單筆存檔_bt.Location = New System.Drawing.Point(250, 2)
|
795
|
999
|
Me.單筆存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
796
|
1000
|
Me.單筆存檔_bt.Name = "單筆存檔_bt"
|
797
|
1001
|
Me.單筆存檔_bt.Size = New System.Drawing.Size(50, 50)
|
798
|
1002
|
Me.單筆存檔_bt.TabIndex = 1143
|
799
|
1003
|
Me.單筆存檔_bt.UseVisualStyleBackColor = True
|
800
|
1004
|
'
|
801
|
|
- '關鍵字查詢_bt
|
802
|
|
- '
|
803
|
|
- Me.關鍵字查詢_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.Search
|
804
|
|
- Me.關鍵字查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
805
|
|
- Me.關鍵字查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
806
|
|
- Me.關鍵字查詢_bt.ForeColor = System.Drawing.Color.Black
|
807
|
|
- Me.關鍵字查詢_bt.Location = New System.Drawing.Point(4, 2)
|
808
|
|
- Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
809
|
|
- Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
|
810
|
|
- Me.關鍵字查詢_bt.Size = New System.Drawing.Size(50, 50)
|
811
|
|
- Me.關鍵字查詢_bt.TabIndex = 1142
|
812
|
|
- Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
|
813
|
|
- '
|
814
|
1005
|
'新增物料資料_bt
|
815
|
1006
|
'
|
816
|
1007
|
Me.新增物料資料_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.add_2
|
817
|
1008
|
Me.新增物料資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
818
|
1009
|
Me.新增物料資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
819
|
1010
|
Me.新增物料資料_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
820
|
|
- Me.新增物料資料_bt.Location = New System.Drawing.Point(233, 2)
|
|
1011
|
+ Me.新增物料資料_bt.Location = New System.Drawing.Point(201, 2)
|
821
|
1012
|
Me.新增物料資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
822
|
1013
|
Me.新增物料資料_bt.Name = "新增物料資料_bt"
|
823
|
1014
|
Me.新增物料資料_bt.Size = New System.Drawing.Size(50, 50)
|
824
|
1015
|
Me.新增物料資料_bt.TabIndex = 1141
|
825
|
1016
|
Me.新增物料資料_bt.UseVisualStyleBackColor = True
|
826
|
1017
|
'
|
827
|
|
- 'ToolTip1
|
|
1018
|
+ 'SplitContainer1
|
828
|
1019
|
'
|
829
|
|
- Me.ToolTip1.AutoPopDelay = 5000
|
830
|
|
- Me.ToolTip1.InitialDelay = 500
|
831
|
|
- Me.ToolTip1.IsBalloon = True
|
832
|
|
- Me.ToolTip1.ReshowDelay = 100
|
833
|
|
- Me.ToolTip1.ToolTipTitle = "系統說明"
|
|
1020
|
+ Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
1021
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
1022
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1023
|
+ Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
1024
|
+ Me.SplitContainer1.Location = New System.Drawing.Point(1, 0)
|
|
1025
|
+ Me.SplitContainer1.Name = "SplitContainer1"
|
|
1026
|
+ '
|
|
1027
|
+ 'SplitContainer1.Panel1
|
|
1028
|
+ '
|
|
1029
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.啟用_ch)
|
|
1030
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label27)
|
|
1031
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label15)
|
|
1032
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.物料清單_dgv)
|
|
1033
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.停用料號_ch)
|
|
1034
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
|
|
1035
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label2)
|
|
1036
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label7)
|
|
1037
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.關鍵字查詢_bt)
|
|
1038
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.批量存檔_bt)
|
|
1039
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label8)
|
|
1040
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label9)
|
|
1041
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.刪除物料_bt)
|
|
1042
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.料號_tb)
|
|
1043
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.全部_ch)
|
|
1044
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.頁碼_tb)
|
|
1045
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.導出EXCEL_bt)
|
|
1046
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.品名_tb)
|
|
1047
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.導入EXCEL_bt)
|
|
1048
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label3)
|
|
1049
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.頁碼_cb)
|
|
1050
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.最低庫存量_nud)
|
|
1051
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.尺寸_tb)
|
|
1052
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label16)
|
|
1053
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label4)
|
|
1054
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.停用_ch)
|
|
1055
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.材質_tb)
|
|
1056
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label5)
|
|
1057
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.批量修改_ch)
|
|
1058
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.Label6)
|
|
1059
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.備註_tb)
|
|
1060
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.成本_nud)
|
|
1061
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.單筆存檔_bt)
|
|
1062
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.售價_nud)
|
|
1063
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.新增物料資料_bt)
|
|
1064
|
+ Me.SplitContainer1.Panel1.Controls.Add(Me.件數_nud)
|
|
1065
|
+ '
|
|
1066
|
+ 'SplitContainer1.Panel2
|
|
1067
|
+ '
|
|
1068
|
+ Me.SplitContainer1.Panel2.Controls.Add(Me.存檔_bt)
|
|
1069
|
+ Me.SplitContainer1.Panel2.Controls.Add(Me.廠商有賣_dgv)
|
|
1070
|
+ Me.SplitContainer1.Panel2.Controls.Add(Me.資料加入_bt)
|
|
1071
|
+ Me.SplitContainer1.Panel2.Controls.Add(Me.供應商_tb)
|
|
1072
|
+ Me.SplitContainer1.Panel2.Controls.Add(Me.資料退回_bt)
|
|
1073
|
+ Me.SplitContainer1.Panel2.Controls.Add(Me.Label17)
|
|
1074
|
+ Me.SplitContainer1.Panel2.Controls.Add(Me.廠商關鍵字_bt)
|
|
1075
|
+ Me.SplitContainer1.Panel2.Controls.Add(Me.Label11)
|
|
1076
|
+ Me.SplitContainer1.Panel2.Controls.Add(Me.供應商_cb)
|
|
1077
|
+ Me.SplitContainer1.Size = New System.Drawing.Size(1507, 609)
|
|
1078
|
+ Me.SplitContainer1.SplitterDistance = 1133
|
|
1079
|
+ Me.SplitContainer1.SplitterWidth = 2
|
|
1080
|
+ Me.SplitContainer1.TabIndex = 1187
|
|
1081
|
+ '
|
|
1082
|
+ '存檔_bt
|
|
1083
|
+ '
|
|
1084
|
+ Me.存檔_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.SAVER
|
|
1085
|
+ Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
1086
|
+ Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1087
|
+ Me.存檔_bt.ForeColor = System.Drawing.Color.Green
|
|
1088
|
+ Me.存檔_bt.Location = New System.Drawing.Point(106, 25)
|
|
1089
|
+ Me.存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
1090
|
+ Me.存檔_bt.Name = "存檔_bt"
|
|
1091
|
+ Me.存檔_bt.Size = New System.Drawing.Size(50, 50)
|
|
1092
|
+ Me.存檔_bt.TabIndex = 1187
|
|
1093
|
+ Me.存檔_bt.UseVisualStyleBackColor = True
|
834
|
1094
|
'
|
835
|
1095
|
'物料資料庫
|
836
|
1096
|
'
|
837
|
1097
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
838
|
1098
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
839
|
|
- Me.ClientSize = New System.Drawing.Size(1249, 611)
|
840
|
|
- Me.Controls.Add(Me.刪除物料_bt)
|
841
|
|
- Me.Controls.Add(Me.全部_ch)
|
842
|
|
- Me.Controls.Add(Me.導出EXCEL_bt)
|
843
|
|
- Me.Controls.Add(Me.導入EXCEL_bt)
|
844
|
|
- Me.Controls.Add(Me.啟用_ch)
|
845
|
|
- Me.Controls.Add(Me.最低庫存量_nud)
|
846
|
|
- Me.Controls.Add(Me.Label16)
|
847
|
|
- Me.Controls.Add(Me.停用_ch)
|
848
|
|
- Me.Controls.Add(Me.批量存檔_bt)
|
849
|
|
- Me.Controls.Add(Me.批量修改_ch)
|
850
|
|
- Me.Controls.Add(Me.備註_tb)
|
851
|
|
- Me.Controls.Add(Me.單筆存檔_bt)
|
852
|
|
- Me.Controls.Add(Me.關鍵字查詢_bt)
|
853
|
|
- Me.Controls.Add(Me.新增物料資料_bt)
|
854
|
|
- Me.Controls.Add(Me.件數_nud)
|
855
|
|
- Me.Controls.Add(Me.售價_nud)
|
856
|
|
- Me.Controls.Add(Me.成本_nud)
|
857
|
|
- Me.Controls.Add(Me.Label6)
|
858
|
|
- Me.Controls.Add(Me.Label5)
|
859
|
|
- Me.Controls.Add(Me.材質_tb)
|
860
|
|
- Me.Controls.Add(Me.Label4)
|
861
|
|
- Me.Controls.Add(Me.尺寸_tb)
|
862
|
|
- Me.Controls.Add(Me.頁碼_cb)
|
863
|
|
- Me.Controls.Add(Me.Label3)
|
864
|
|
- Me.Controls.Add(Me.品名_tb)
|
865
|
|
- Me.Controls.Add(Me.頁碼_tb)
|
866
|
|
- Me.Controls.Add(Me.料號_tb)
|
867
|
|
- Me.Controls.Add(Me.Label9)
|
868
|
|
- Me.Controls.Add(Me.Label8)
|
869
|
|
- Me.Controls.Add(Me.Label7)
|
870
|
|
- Me.Controls.Add(Me.Label2)
|
871
|
|
- Me.Controls.Add(Me.Label1)
|
872
|
|
- Me.Controls.Add(Me.停用料號_ch)
|
|
1099
|
+ Me.ClientSize = New System.Drawing.Size(1509, 611)
|
873
|
1100
|
Me.Controls.Add(Me.Panel1)
|
874
|
|
- Me.Controls.Add(Me.物料清單_dgv)
|
875
|
|
- Me.Controls.Add(Me.Label15)
|
876
|
|
- Me.Controls.Add(Me.Label27)
|
|
1101
|
+ Me.Controls.Add(Me.SplitContainer1)
|
877
|
1102
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
878
|
1103
|
Me.Margin = New System.Windows.Forms.Padding(4)
|
879
|
1104
|
Me.Name = "物料資料庫"
|
|
@@ -888,9 +1113,17 @@ Partial Class 物料資料庫
|
888
|
1113
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
889
|
1114
|
Me.Panel1.ResumeLayout(False)
|
890
|
1115
|
Me.Panel1.PerformLayout()
|
|
1116
|
+ CType(Me.廠商有賣1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1117
|
+ CType(Me.物料清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
891
|
1118
|
CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1119
|
+ CType(Me.廠商有賣_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1120
|
+ Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
1121
|
+ Me.SplitContainer1.Panel1.PerformLayout()
|
|
1122
|
+ Me.SplitContainer1.Panel2.ResumeLayout(False)
|
|
1123
|
+ Me.SplitContainer1.Panel2.PerformLayout()
|
|
1124
|
+ CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1125
|
+ Me.SplitContainer1.ResumeLayout(False)
|
892
|
1126
|
Me.ResumeLayout(False)
|
893
|
|
- Me.PerformLayout()
|
894
|
1127
|
|
895
|
1128
|
End Sub
|
896
|
1129
|
Friend WithEvents 導出EXCEL_bt As Button
|
|
@@ -965,4 +1198,17 @@ Partial Class 物料資料庫
|
965
|
1198
|
Friend WithEvents 刪除物料_bt As Button
|
966
|
1199
|
Friend WithEvents ToolTip1 As ToolTip
|
967
|
1200
|
Friend WithEvents 計算分流 As Timer
|
|
1201
|
+ Friend WithEvents 物料清單1_dgv As DataGridView
|
|
1202
|
+ Friend WithEvents 廠商有賣_dgv As DataGridView
|
|
1203
|
+ Friend WithEvents 廠商關鍵字_bt As Button
|
|
1204
|
+ Friend WithEvents 供應商_cb As ComboBox
|
|
1205
|
+ Friend WithEvents Label11 As Label
|
|
1206
|
+ Friend WithEvents Label17 As Label
|
|
1207
|
+ Friend WithEvents 供應商_tb As TextBox
|
|
1208
|
+ Friend WithEvents 供應商編號_cb As ComboBox
|
|
1209
|
+ Friend WithEvents 資料退回_bt As Button
|
|
1210
|
+ Friend WithEvents 資料加入_bt As Button
|
|
1211
|
+ Friend WithEvents SplitContainer1 As SplitContainer
|
|
1212
|
+ Friend WithEvents 存檔_bt As Button
|
|
1213
|
+ Friend WithEvents 廠商有賣1_dgv As DataGridView
|
968
|
1214
|
End Class
|