|
@@ -23,8 +23,7 @@ Partial Class 物料檔案
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()> _
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Me.components = New System.ComponentModel.Container()
|
26
|
|
- Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
27
|
|
- Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
27
|
Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
|
29
|
28
|
Me.Label3 = New System.Windows.Forms.Label()
|
30
|
29
|
Me.資料筆數_tb = New System.Windows.Forms.TextBox()
|
|
@@ -53,11 +52,11 @@ Partial Class 物料檔案
|
53
|
52
|
Me.存檔_bt = New System.Windows.Forms.Button()
|
54
|
53
|
Me.新增準備_bt = New System.Windows.Forms.Button()
|
55
|
54
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
56
|
|
- Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
55
|
+ Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
|
57
|
56
|
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
|
58
|
|
- Me.新增準備ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
59
|
|
- Me.存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
60
|
|
- Me.刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
57
|
+ Me.新增準備_tsm = New System.Windows.Forms.ToolStripMenuItem()
|
|
58
|
+ Me.存檔_tsm = New System.Windows.Forms.ToolStripMenuItem()
|
|
59
|
+ Me.刪除_tsm = New System.Windows.Forms.ToolStripMenuItem()
|
61
|
60
|
Me.下載圖檔_bt = New System.Windows.Forms.Button()
|
62
|
61
|
Me.圖檔入系統_bt = New System.Windows.Forms.Button()
|
63
|
62
|
Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
|
|
@@ -73,6 +72,11 @@ Partial Class 物料檔案
|
73
|
72
|
Me.檔名讀取_tb = New System.Windows.Forms.TextBox()
|
74
|
73
|
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
|
75
|
74
|
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
|
|
75
|
+ Me.批量存檔_bt = New System.Windows.Forms.Button()
|
|
76
|
+ Me.啟用批改_ch = New System.Windows.Forms.CheckBox()
|
|
77
|
+ Me.批輛停用選擇_ch = New System.Windows.Forms.CheckBox()
|
|
78
|
+ Me.批量刪除選擇_ch = New System.Windows.Forms.CheckBox()
|
|
79
|
+ Me.批量刪除_bt = New System.Windows.Forms.Button()
|
76
|
80
|
CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
77
|
81
|
CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
78
|
82
|
Me.ContextMenuStrip1.SuspendLayout()
|
|
@@ -81,19 +85,17 @@ Partial Class 物料檔案
|
81
|
85
|
'
|
82
|
86
|
'物料清單_dgv
|
83
|
87
|
'
|
84
|
|
- DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
85
|
|
- Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
|
86
|
88
|
Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
87
|
89
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
88
|
90
|
Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
89
|
91
|
Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
90
|
|
- Me.物料清單_dgv.Location = New System.Drawing.Point(12, 83)
|
|
92
|
+ Me.物料清單_dgv.Location = New System.Drawing.Point(12, 84)
|
91
|
93
|
Me.物料清單_dgv.Name = "物料清單_dgv"
|
92
|
94
|
Me.物料清單_dgv.RowHeadersWidth = 5
|
93
|
|
- DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
94
|
|
- Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle14
|
|
95
|
+ DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
96
|
+ Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
|
95
|
97
|
Me.物料清單_dgv.RowTemplate.Height = 24
|
96
|
|
- Me.物料清單_dgv.Size = New System.Drawing.Size(570, 600)
|
|
98
|
+ Me.物料清單_dgv.Size = New System.Drawing.Size(570, 564)
|
97
|
99
|
Me.物料清單_dgv.TabIndex = 668
|
98
|
100
|
'
|
99
|
101
|
'Label3
|
|
@@ -108,9 +110,9 @@ Partial Class 物料檔案
|
108
|
110
|
'
|
109
|
111
|
'資料筆數_tb
|
110
|
112
|
'
|
111
|
|
- Me.資料筆數_tb.Location = New System.Drawing.Point(471, 57)
|
|
113
|
+ Me.資料筆數_tb.Location = New System.Drawing.Point(437, 57)
|
112
|
114
|
Me.資料筆數_tb.Name = "資料筆數_tb"
|
113
|
|
- Me.資料筆數_tb.Size = New System.Drawing.Size(67, 23)
|
|
115
|
+ Me.資料筆數_tb.Size = New System.Drawing.Size(96, 23)
|
114
|
116
|
Me.資料筆數_tb.TabIndex = 1016
|
115
|
117
|
Me.資料筆數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
116
|
118
|
'
|
|
@@ -118,7 +120,7 @@ Partial Class 物料檔案
|
118
|
120
|
'
|
119
|
121
|
Me.Label4.AutoSize = True
|
120
|
122
|
Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
121
|
|
- Me.Label4.Location = New System.Drawing.Point(449, 60)
|
|
123
|
+ Me.Label4.Location = New System.Drawing.Point(411, 60)
|
122
|
124
|
Me.Label4.Name = "Label4"
|
123
|
125
|
Me.Label4.Size = New System.Drawing.Size(20, 16)
|
124
|
126
|
Me.Label4.TabIndex = 1015
|
|
@@ -267,17 +269,17 @@ Partial Class 物料檔案
|
267
|
269
|
'
|
268
|
270
|
'成本_nud
|
269
|
271
|
'
|
270
|
|
- Me.成本_nud.Location = New System.Drawing.Point(491, 5)
|
|
272
|
+ Me.成本_nud.Location = New System.Drawing.Point(437, 31)
|
271
|
273
|
Me.成本_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
|
272
|
274
|
Me.成本_nud.Name = "成本_nud"
|
273
|
|
- Me.成本_nud.Size = New System.Drawing.Size(91, 23)
|
|
275
|
+ Me.成本_nud.Size = New System.Drawing.Size(96, 23)
|
274
|
276
|
Me.成本_nud.TabIndex = 1094
|
275
|
277
|
Me.成本_nud.ThousandsSeparator = True
|
276
|
278
|
'
|
277
|
279
|
'Label25
|
278
|
280
|
'
|
279
|
281
|
Me.Label25.AutoSize = True
|
280
|
|
- Me.Label25.Location = New System.Drawing.Point(459, 8)
|
|
282
|
+ Me.Label25.Location = New System.Drawing.Point(405, 34)
|
281
|
283
|
Me.Label25.Name = "Label25"
|
282
|
284
|
Me.Label25.Size = New System.Drawing.Size(32, 16)
|
283
|
285
|
Me.Label25.TabIndex = 1095
|
|
@@ -287,16 +289,16 @@ Partial Class 物料檔案
|
287
|
289
|
'
|
288
|
290
|
Me.停用_ch.AutoSize = True
|
289
|
291
|
Me.停用_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
290
|
|
- Me.停用_ch.Location = New System.Drawing.Point(405, 7)
|
|
292
|
+ Me.停用_ch.Location = New System.Drawing.Point(412, 7)
|
291
|
293
|
Me.停用_ch.Name = "停用_ch"
|
292
|
|
- Me.停用_ch.Size = New System.Drawing.Size(51, 20)
|
|
294
|
+ Me.停用_ch.Size = New System.Drawing.Size(123, 20)
|
293
|
295
|
Me.停用_ch.TabIndex = 1096
|
294
|
|
- Me.停用_ch.Text = "停用"
|
|
296
|
+ Me.停用_ch.Text = "此料號為停用狀態"
|
295
|
297
|
Me.停用_ch.UseVisualStyleBackColor = True
|
296
|
298
|
'
|
297
|
299
|
'供應商編碼_tb
|
298
|
300
|
'
|
299
|
|
- Me.供應商編碼_tb.Location = New System.Drawing.Point(898, 4)
|
|
301
|
+ Me.供應商編碼_tb.Location = New System.Drawing.Point(133, 111)
|
300
|
302
|
Me.供應商編碼_tb.Name = "供應商編碼_tb"
|
301
|
303
|
Me.供應商編碼_tb.Size = New System.Drawing.Size(67, 23)
|
302
|
304
|
Me.供應商編碼_tb.TabIndex = 1097
|
|
@@ -304,12 +306,12 @@ Partial Class 物料檔案
|
304
|
306
|
'狀態_lb
|
305
|
307
|
'
|
306
|
308
|
Me.狀態_lb.AutoSize = True
|
307
|
|
- Me.狀態_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!)
|
|
309
|
+ Me.狀態_lb.Font = New System.Drawing.Font("微軟正黑體", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
308
|
310
|
Me.狀態_lb.ForeColor = System.Drawing.Color.Red
|
309
|
311
|
Me.狀態_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
310
|
|
- Me.狀態_lb.Location = New System.Drawing.Point(405, 31)
|
|
312
|
+ Me.狀態_lb.Location = New System.Drawing.Point(864, 9)
|
311
|
313
|
Me.狀態_lb.Name = "狀態_lb"
|
312
|
|
- Me.狀態_lb.Size = New System.Drawing.Size(86, 24)
|
|
314
|
+ Me.狀態_lb.Size = New System.Drawing.Size(145, 40)
|
313
|
315
|
Me.狀態_lb.TabIndex = 1102
|
314
|
316
|
Me.狀態_lb.Text = "編輯狀態"
|
315
|
317
|
'
|
|
@@ -317,9 +319,9 @@ Partial Class 物料檔案
|
317
|
319
|
'
|
318
|
320
|
Me.刪除_bt.ForeColor = System.Drawing.Color.Red
|
319
|
321
|
Me.刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
320
|
|
- Me.刪除_bt.Location = New System.Drawing.Point(746, 4)
|
|
322
|
+ Me.刪除_bt.Location = New System.Drawing.Point(718, 4)
|
321
|
323
|
Me.刪除_bt.Name = "刪除_bt"
|
322
|
|
- Me.刪除_bt.Size = New System.Drawing.Size(73, 51)
|
|
324
|
+ Me.刪除_bt.Size = New System.Drawing.Size(64, 51)
|
323
|
325
|
Me.刪除_bt.TabIndex = 1101
|
324
|
326
|
Me.刪除_bt.Text = "刪除"
|
325
|
327
|
Me.刪除_bt.UseVisualStyleBackColor = True
|
|
@@ -328,9 +330,9 @@ Partial Class 物料檔案
|
328
|
330
|
'
|
329
|
331
|
Me.存檔_bt.ForeColor = System.Drawing.Color.Green
|
330
|
332
|
Me.存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
331
|
|
- Me.存檔_bt.Location = New System.Drawing.Point(667, 4)
|
|
333
|
+ Me.存檔_bt.Location = New System.Drawing.Point(653, 4)
|
332
|
334
|
Me.存檔_bt.Name = "存檔_bt"
|
333
|
|
- Me.存檔_bt.Size = New System.Drawing.Size(73, 51)
|
|
335
|
+ Me.存檔_bt.Size = New System.Drawing.Size(64, 51)
|
334
|
336
|
Me.存檔_bt.TabIndex = 1100
|
335
|
337
|
Me.存檔_bt.Text = "存檔"
|
336
|
338
|
Me.存檔_bt.UseVisualStyleBackColor = True
|
|
@@ -341,48 +343,48 @@ Partial Class 物料檔案
|
341
|
343
|
Me.新增準備_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
342
|
344
|
Me.新增準備_bt.Location = New System.Drawing.Point(588, 4)
|
343
|
345
|
Me.新增準備_bt.Name = "新增準備_bt"
|
344
|
|
- Me.新增準備_bt.Size = New System.Drawing.Size(73, 51)
|
|
346
|
+ Me.新增準備_bt.Size = New System.Drawing.Size(64, 51)
|
345
|
347
|
Me.新增準備_bt.TabIndex = 1099
|
346
|
348
|
Me.新增準備_bt.Text = "新增準備"
|
347
|
349
|
Me.新增準備_bt.UseVisualStyleBackColor = True
|
348
|
350
|
'
|
349
|
351
|
'ContextMenuStrip1
|
350
|
352
|
'
|
351
|
|
- Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.新增準備ToolStripMenuItem, Me.存檔ToolStripMenuItem, Me.刪除ToolStripMenuItem})
|
|
353
|
+ Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.ToolStripSeparator3, Me.新增準備_tsm, Me.存檔_tsm, Me.刪除_tsm})
|
352
|
354
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
353
|
355
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 98)
|
354
|
356
|
'
|
355
|
|
- '重新整理ToolStripMenuItem
|
|
357
|
+ '重新整理_tsm
|
356
|
358
|
'
|
357
|
|
- Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
|
358
|
|
- Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
|
359
|
|
- Me.重新整理ToolStripMenuItem.Text = "重新整理"
|
|
359
|
+ Me.重新整理_tsm.Name = "重新整理_tsm"
|
|
360
|
+ Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
|
|
361
|
+ Me.重新整理_tsm.Text = "重新整理"
|
360
|
362
|
'
|
361
|
363
|
'ToolStripSeparator3
|
362
|
364
|
'
|
363
|
365
|
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
364
|
366
|
Me.ToolStripSeparator3.Size = New System.Drawing.Size(119, 6)
|
365
|
367
|
'
|
366
|
|
- '新增準備ToolStripMenuItem
|
|
368
|
+ '新增準備_tsm
|
367
|
369
|
'
|
368
|
|
- Me.新增準備ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
369
|
|
- Me.新增準備ToolStripMenuItem.Name = "新增準備ToolStripMenuItem"
|
370
|
|
- Me.新增準備ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
|
371
|
|
- Me.新增準備ToolStripMenuItem.Text = "新增準備"
|
|
370
|
+ Me.新增準備_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
371
|
+ Me.新增準備_tsm.Name = "新增準備_tsm"
|
|
372
|
+ Me.新增準備_tsm.Size = New System.Drawing.Size(122, 22)
|
|
373
|
+ Me.新增準備_tsm.Text = "新增準備"
|
372
|
374
|
'
|
373
|
|
- '存檔ToolStripMenuItem
|
|
375
|
+ '存檔_tsm
|
374
|
376
|
'
|
375
|
|
- Me.存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
|
376
|
|
- Me.存檔ToolStripMenuItem.Name = "存檔ToolStripMenuItem"
|
377
|
|
- Me.存檔ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
|
378
|
|
- Me.存檔ToolStripMenuItem.Text = "存檔"
|
|
377
|
+ Me.存檔_tsm.ForeColor = System.Drawing.Color.Green
|
|
378
|
+ Me.存檔_tsm.Name = "存檔_tsm"
|
|
379
|
+ Me.存檔_tsm.Size = New System.Drawing.Size(122, 22)
|
|
380
|
+ Me.存檔_tsm.Text = "存檔"
|
379
|
381
|
'
|
380
|
|
- '刪除ToolStripMenuItem
|
|
382
|
+ '刪除_tsm
|
381
|
383
|
'
|
382
|
|
- Me.刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
|
383
|
|
- Me.刪除ToolStripMenuItem.Name = "刪除ToolStripMenuItem"
|
384
|
|
- Me.刪除ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
|
385
|
|
- Me.刪除ToolStripMenuItem.Text = "刪除"
|
|
384
|
+ Me.刪除_tsm.ForeColor = System.Drawing.Color.Red
|
|
385
|
+ Me.刪除_tsm.Name = "刪除_tsm"
|
|
386
|
+ Me.刪除_tsm.Size = New System.Drawing.Size(122, 22)
|
|
387
|
+ Me.刪除_tsm.Text = "刪除"
|
386
|
388
|
'
|
387
|
389
|
'下載圖檔_bt
|
388
|
390
|
'
|
|
@@ -491,10 +493,10 @@ Partial Class 物料檔案
|
491
|
493
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
492
|
494
|
Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
493
|
495
|
Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
494
|
|
- Me.物料圖_pb.Location = New System.Drawing.Point(588, 56)
|
|
496
|
+ Me.物料圖_pb.Location = New System.Drawing.Point(588, 84)
|
495
|
497
|
Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
496
|
498
|
Me.物料圖_pb.Name = "物料圖_pb"
|
497
|
|
- Me.物料圖_pb.Size = New System.Drawing.Size(421, 627)
|
|
499
|
+ Me.物料圖_pb.Size = New System.Drawing.Size(421, 599)
|
498
|
500
|
Me.物料圖_pb.TabIndex = 1112
|
499
|
501
|
Me.物料圖_pb.TabStop = False
|
500
|
502
|
'
|
|
@@ -512,7 +514,7 @@ Partial Class 物料檔案
|
512
|
514
|
'
|
513
|
515
|
Me.下載檔名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
514
|
516
|
Me.下載檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
515
|
|
- Me.下載檔名_tb.Location = New System.Drawing.Point(825, 4)
|
|
517
|
+ Me.下載檔名_tb.Location = New System.Drawing.Point(60, 111)
|
516
|
518
|
Me.下載檔名_tb.Name = "下載檔名_tb"
|
517
|
519
|
Me.下載檔名_tb.Size = New System.Drawing.Size(67, 23)
|
518
|
520
|
Me.下載檔名_tb.TabIndex = 1125
|
|
@@ -522,7 +524,7 @@ Partial Class 物料檔案
|
522
|
524
|
'
|
523
|
525
|
Me.檔名讀取_tb.AllowDrop = True
|
524
|
526
|
Me.檔名讀取_tb.ForeColor = System.Drawing.Color.Black
|
525
|
|
- Me.檔名讀取_tb.Location = New System.Drawing.Point(825, 31)
|
|
527
|
+ Me.檔名讀取_tb.Location = New System.Drawing.Point(60, 138)
|
526
|
528
|
Me.檔名讀取_tb.Multiline = True
|
527
|
529
|
Me.檔名讀取_tb.Name = "檔名讀取_tb"
|
528
|
530
|
Me.檔名讀取_tb.Size = New System.Drawing.Size(67, 23)
|
|
@@ -534,12 +536,70 @@ Partial Class 物料檔案
|
534
|
536
|
Me.SaveFileDialog1.SupportMultiDottedExtensions = True
|
535
|
537
|
Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
|
536
|
538
|
'
|
|
539
|
+ '批量存檔_bt
|
|
540
|
+ '
|
|
541
|
+ Me.批量存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
542
|
+ Me.批量存檔_bt.ForeColor = System.Drawing.Color.Green
|
|
543
|
+ Me.批量存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
544
|
+ Me.批量存檔_bt.Location = New System.Drawing.Point(13, 653)
|
|
545
|
+ Me.批量存檔_bt.Name = "批量存檔_bt"
|
|
546
|
+ Me.批量存檔_bt.Size = New System.Drawing.Size(569, 30)
|
|
547
|
+ Me.批量存檔_bt.TabIndex = 1126
|
|
548
|
+ Me.批量存檔_bt.Text = "批量存檔"
|
|
549
|
+ Me.批量存檔_bt.UseVisualStyleBackColor = True
|
|
550
|
+ '
|
|
551
|
+ '啟用批改_ch
|
|
552
|
+ '
|
|
553
|
+ Me.啟用批改_ch.AutoSize = True
|
|
554
|
+ Me.啟用批改_ch.Location = New System.Drawing.Point(588, 59)
|
|
555
|
+ Me.啟用批改_ch.Name = "啟用批改_ch"
|
|
556
|
+ Me.啟用批改_ch.Size = New System.Drawing.Size(75, 20)
|
|
557
|
+ Me.啟用批改_ch.TabIndex = 1127
|
|
558
|
+ Me.啟用批改_ch.Text = "啟用批改"
|
|
559
|
+ Me.啟用批改_ch.UseVisualStyleBackColor = True
|
|
560
|
+ '
|
|
561
|
+ '批輛停用選擇_ch
|
|
562
|
+ '
|
|
563
|
+ Me.批輛停用選擇_ch.AutoSize = True
|
|
564
|
+ Me.批輛停用選擇_ch.Location = New System.Drawing.Point(669, 59)
|
|
565
|
+ Me.批輛停用選擇_ch.Name = "批輛停用選擇_ch"
|
|
566
|
+ Me.批輛停用選擇_ch.Size = New System.Drawing.Size(99, 20)
|
|
567
|
+ Me.批輛停用選擇_ch.TabIndex = 1128
|
|
568
|
+ Me.批輛停用選擇_ch.Text = "批量停用選擇"
|
|
569
|
+ Me.批輛停用選擇_ch.UseVisualStyleBackColor = True
|
|
570
|
+ '
|
|
571
|
+ '批量刪除選擇_ch
|
|
572
|
+ '
|
|
573
|
+ Me.批量刪除選擇_ch.AutoSize = True
|
|
574
|
+ Me.批量刪除選擇_ch.Location = New System.Drawing.Point(774, 59)
|
|
575
|
+ Me.批量刪除選擇_ch.Name = "批量刪除選擇_ch"
|
|
576
|
+ Me.批量刪除選擇_ch.Size = New System.Drawing.Size(99, 20)
|
|
577
|
+ Me.批量刪除選擇_ch.TabIndex = 1129
|
|
578
|
+ Me.批量刪除選擇_ch.Text = "批量刪除選擇"
|
|
579
|
+ Me.批量刪除選擇_ch.UseVisualStyleBackColor = True
|
|
580
|
+ '
|
|
581
|
+ '批量刪除_bt
|
|
582
|
+ '
|
|
583
|
+ Me.批量刪除_bt.ForeColor = System.Drawing.Color.Red
|
|
584
|
+ Me.批量刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
585
|
+ Me.批量刪除_bt.Location = New System.Drawing.Point(784, 4)
|
|
586
|
+ Me.批量刪除_bt.Name = "批量刪除_bt"
|
|
587
|
+ Me.批量刪除_bt.Size = New System.Drawing.Size(64, 51)
|
|
588
|
+ Me.批量刪除_bt.TabIndex = 1130
|
|
589
|
+ Me.批量刪除_bt.Text = "批量刪除"
|
|
590
|
+ Me.批量刪除_bt.UseVisualStyleBackColor = True
|
|
591
|
+ '
|
537
|
592
|
'物料檔案
|
538
|
593
|
'
|
539
|
594
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
540
|
595
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
541
|
596
|
Me.ClientSize = New System.Drawing.Size(1312, 691)
|
542
|
597
|
Me.ContextMenuStrip = Me.ContextMenuStrip1
|
|
598
|
+ Me.Controls.Add(Me.批量刪除_bt)
|
|
599
|
+ Me.Controls.Add(Me.批量刪除選擇_ch)
|
|
600
|
+ Me.Controls.Add(Me.批輛停用選擇_ch)
|
|
601
|
+ Me.Controls.Add(Me.啟用批改_ch)
|
|
602
|
+ Me.Controls.Add(Me.批量存檔_bt)
|
543
|
603
|
Me.Controls.Add(Me.下載檔名_tb)
|
544
|
604
|
Me.Controls.Add(Me.檔名讀取_tb)
|
545
|
605
|
Me.Controls.Add(Me.下載圖檔_bt)
|
|
@@ -621,11 +681,11 @@ Partial Class 物料檔案
|
621
|
681
|
Friend WithEvents 存檔_bt As Windows.Forms.Button
|
622
|
682
|
Friend WithEvents 新增準備_bt As Windows.Forms.Button
|
623
|
683
|
Friend WithEvents ContextMenuStrip1 As Windows.Forms.ContextMenuStrip
|
624
|
|
- Friend WithEvents 重新整理ToolStripMenuItem As Windows.Forms.ToolStripMenuItem
|
|
684
|
+ Friend WithEvents 重新整理_tsm As Windows.Forms.ToolStripMenuItem
|
625
|
685
|
Friend WithEvents ToolStripSeparator3 As Windows.Forms.ToolStripSeparator
|
626
|
|
- Friend WithEvents 新增準備ToolStripMenuItem As Windows.Forms.ToolStripMenuItem
|
627
|
|
- Friend WithEvents 存檔ToolStripMenuItem As Windows.Forms.ToolStripMenuItem
|
628
|
|
- Friend WithEvents 刪除ToolStripMenuItem As Windows.Forms.ToolStripMenuItem
|
|
686
|
+ Friend WithEvents 新增準備_tsm As Windows.Forms.ToolStripMenuItem
|
|
687
|
+ Friend WithEvents 存檔_tsm As Windows.Forms.ToolStripMenuItem
|
|
688
|
+ Friend WithEvents 刪除_tsm As Windows.Forms.ToolStripMenuItem
|
629
|
689
|
Friend WithEvents 下載圖檔_bt As Windows.Forms.Button
|
630
|
690
|
Friend WithEvents 圖檔入系統_bt As Windows.Forms.Button
|
631
|
691
|
Friend WithEvents 檔案名稱_tb As Windows.Forms.TextBox
|
|
@@ -641,4 +701,9 @@ Partial Class 物料檔案
|
641
|
701
|
Friend WithEvents 檔名讀取_tb As Windows.Forms.TextBox
|
642
|
702
|
Friend WithEvents FolderBrowserDialog1 As Windows.Forms.FolderBrowserDialog
|
643
|
703
|
Friend WithEvents SaveFileDialog1 As Windows.Forms.SaveFileDialog
|
|
704
|
+ Friend WithEvents 批量存檔_bt As Windows.Forms.Button
|
|
705
|
+ Friend WithEvents 啟用批改_ch As Windows.Forms.CheckBox
|
|
706
|
+ Friend WithEvents 批輛停用選擇_ch As Windows.Forms.CheckBox
|
|
707
|
+ Friend WithEvents 批量刪除選擇_ch As Windows.Forms.CheckBox
|
|
708
|
+ Friend WithEvents 批量刪除_bt As Windows.Forms.Button
|
644
|
709
|
End Class
|