|
@@ -26,9 +26,11 @@ Partial Class FTP_DGAC_SYS
|
26
|
26
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
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
|
+ Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
30
|
+ Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
31
|
+ Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
32
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
33
|
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
|
34
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FTP_DGAC_SYS))
|
33
|
35
|
Me.捷徑_dgv = New System.Windows.Forms.DataGridView()
|
34
|
36
|
Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
@@ -60,17 +62,19 @@ Partial Class FTP_DGAC_SYS
|
60
|
62
|
Me.通知_lb = New System.Windows.Forms.Label()
|
61
|
63
|
Me.自動運行 = New System.Windows.Forms.Timer(Me.components)
|
62
|
64
|
Me.停頓1 = New System.Windows.Forms.Timer(Me.components)
|
|
65
|
+ Me.計算分流3 = New System.Windows.Forms.Timer(Me.components)
|
|
66
|
+ Me.清單1_dgv = New System.Windows.Forms.DataGridView()
|
63
|
67
|
CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
64
|
68
|
Me.Panel1.SuspendLayout()
|
65
|
69
|
CType(Me.剔除清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
66
|
70
|
CType(Me.計數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
71
|
+ CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
67
|
72
|
Me.SuspendLayout()
|
68
|
73
|
'
|
69
|
74
|
'捷徑_dgv
|
70
|
75
|
'
|
71
|
|
- Me.捷徑_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
72
|
|
- Or System.Windows.Forms.AnchorStyles.Left) _
|
73
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
76
|
+ Me.捷徑_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
77
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
74
|
78
|
Me.捷徑_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
75
|
79
|
Me.捷徑_dgv.BackgroundColor = System.Drawing.Color.White
|
76
|
80
|
Me.捷徑_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
@@ -106,7 +110,7 @@ Partial Class FTP_DGAC_SYS
|
106
|
110
|
Me.捷徑_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
|
107
|
111
|
Me.捷徑_dgv.RowHeadersWidth = 5
|
108
|
112
|
Me.捷徑_dgv.RowTemplate.Height = 24
|
109
|
|
- Me.捷徑_dgv.Size = New System.Drawing.Size(458, 299)
|
|
113
|
+ Me.捷徑_dgv.Size = New System.Drawing.Size(458, 425)
|
110
|
114
|
Me.捷徑_dgv.TabIndex = 664
|
111
|
115
|
'
|
112
|
116
|
'Column2
|
|
@@ -135,8 +139,6 @@ Partial Class FTP_DGAC_SYS
|
135
|
139
|
'
|
136
|
140
|
'FTP主要位置_tb
|
137
|
141
|
'
|
138
|
|
- Me.FTP主要位置_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
139
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
140
|
142
|
Me.FTP主要位置_tb.Location = New System.Drawing.Point(85, 3)
|
141
|
143
|
Me.FTP主要位置_tb.Name = "FTP主要位置_tb"
|
142
|
144
|
Me.FTP主要位置_tb.Size = New System.Drawing.Size(276, 23)
|
|
@@ -193,6 +195,7 @@ Partial Class FTP_DGAC_SYS
|
193
|
195
|
'Panel1
|
194
|
196
|
'
|
195
|
197
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
198
|
+ Me.Panel1.Controls.Add(Me.清單1_dgv)
|
196
|
199
|
Me.Panel1.Controls.Add(Me.剔除清單_cb)
|
197
|
200
|
Me.Panel1.Controls.Add(Me.路徑暫存1_cb)
|
198
|
201
|
Me.Panel1.Controls.Add(Me.路徑暫存6_cb)
|
|
@@ -200,9 +203,9 @@ Partial Class FTP_DGAC_SYS
|
200
|
203
|
Me.Panel1.Controls.Add(Me.路徑暫存5_cb)
|
201
|
204
|
Me.Panel1.Controls.Add(Me.路徑暫存3_cb)
|
202
|
205
|
Me.Panel1.Controls.Add(Me.路徑暫存4_cb)
|
203
|
|
- Me.Panel1.Location = New System.Drawing.Point(161, 107)
|
|
206
|
+ Me.Panel1.Location = New System.Drawing.Point(161, 38)
|
204
|
207
|
Me.Panel1.Name = "Panel1"
|
205
|
|
- Me.Panel1.Size = New System.Drawing.Size(146, 198)
|
|
208
|
+ Me.Panel1.Size = New System.Drawing.Size(146, 258)
|
206
|
209
|
Me.Panel1.TabIndex = 673
|
207
|
210
|
'
|
208
|
211
|
'剔除清單_cb
|
|
@@ -215,7 +218,6 @@ Partial Class FTP_DGAC_SYS
|
215
|
218
|
'
|
216
|
219
|
'讀取料夾路徑_bt
|
217
|
220
|
'
|
218
|
|
- Me.讀取料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
219
|
221
|
Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
220
|
222
|
Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
|
221
|
223
|
Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(367, 2)
|
|
@@ -227,33 +229,10 @@ Partial Class FTP_DGAC_SYS
|
227
|
229
|
'
|
228
|
230
|
'剔除清單_dgv
|
229
|
231
|
'
|
230
|
|
- Me.剔除清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
231
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
232
|
+ Me.剔除清單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
232
|
233
|
Me.剔除清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
233
|
234
|
Me.剔除清單_dgv.BackgroundColor = System.Drawing.Color.White
|
234
|
235
|
Me.剔除清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
235
|
|
- DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
236
|
|
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
|
237
|
|
- DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
238
|
|
- DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
|
239
|
|
- DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
240
|
|
- DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
241
|
|
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
242
|
|
- Me.剔除清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
|
243
|
|
- Me.剔除清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
244
|
|
- Me.剔除清單_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1})
|
245
|
|
- DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
246
|
|
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
|
247
|
|
- DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
248
|
|
- DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
|
249
|
|
- DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
250
|
|
- DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
251
|
|
- DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
252
|
|
- Me.剔除清單_dgv.DefaultCellStyle = DataGridViewCellStyle5
|
253
|
|
- Me.剔除清單_dgv.GridColor = System.Drawing.Color.LightGray
|
254
|
|
- Me.剔除清單_dgv.Location = New System.Drawing.Point(6, 328)
|
255
|
|
- Me.剔除清單_dgv.Margin = New System.Windows.Forms.Padding(4)
|
256
|
|
- Me.剔除清單_dgv.Name = "剔除清單_dgv"
|
257
|
236
|
DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
258
|
237
|
DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
|
259
|
238
|
DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
@@ -261,7 +240,29 @@ Partial Class FTP_DGAC_SYS
|
261
|
240
|
DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
262
|
241
|
DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
263
|
242
|
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
264
|
|
- Me.剔除清單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
|
|
243
|
+ Me.剔除清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
|
|
244
|
+ Me.剔除清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
245
|
+ Me.剔除清單_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1})
|
|
246
|
+ DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
247
|
+ DataGridViewCellStyle7.BackColor = System.Drawing.Color.White
|
|
248
|
+ DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
249
|
+ DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
|
|
250
|
+ DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
251
|
+ DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
252
|
+ DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
253
|
+ Me.剔除清單_dgv.DefaultCellStyle = DataGridViewCellStyle7
|
|
254
|
+ Me.剔除清單_dgv.GridColor = System.Drawing.Color.LightGray
|
|
255
|
+ Me.剔除清單_dgv.Location = New System.Drawing.Point(6, 454)
|
|
256
|
+ Me.剔除清單_dgv.Margin = New System.Windows.Forms.Padding(4)
|
|
257
|
+ Me.剔除清單_dgv.Name = "剔除清單_dgv"
|
|
258
|
+ DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
259
|
+ DataGridViewCellStyle8.BackColor = System.Drawing.Color.White
|
|
260
|
+ DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
261
|
+ DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
|
|
262
|
+ DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
263
|
+ DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
264
|
+ DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
265
|
+ Me.剔除清單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle8
|
265
|
266
|
Me.剔除清單_dgv.RowHeadersWidth = 5
|
266
|
267
|
Me.剔除清單_dgv.RowTemplate.Height = 24
|
267
|
268
|
Me.剔除清單_dgv.Size = New System.Drawing.Size(316, 113)
|
|
@@ -278,7 +279,7 @@ Partial Class FTP_DGAC_SYS
|
278
|
279
|
Me.加入剔除檔案_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
279
|
280
|
Me.加入剔除檔案_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
280
|
281
|
Me.加入剔除檔案_bt.ForeColor = System.Drawing.Color.Blue
|
281
|
|
- Me.加入剔除檔案_bt.Location = New System.Drawing.Point(325, 329)
|
|
282
|
+ Me.加入剔除檔案_bt.Location = New System.Drawing.Point(325, 455)
|
282
|
283
|
Me.加入剔除檔案_bt.Name = "加入剔除檔案_bt"
|
283
|
284
|
Me.加入剔除檔案_bt.Size = New System.Drawing.Size(139, 38)
|
284
|
285
|
Me.加入剔除檔案_bt.TabIndex = 676
|
|
@@ -297,7 +298,7 @@ Partial Class FTP_DGAC_SYS
|
297
|
298
|
Me.刪除剔除檔案_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
298
|
299
|
Me.刪除剔除檔案_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
299
|
300
|
Me.刪除剔除檔案_bt.ForeColor = System.Drawing.Color.Red
|
300
|
|
- Me.刪除剔除檔案_bt.Location = New System.Drawing.Point(325, 367)
|
|
301
|
+ Me.刪除剔除檔案_bt.Location = New System.Drawing.Point(325, 493)
|
301
|
302
|
Me.刪除剔除檔案_bt.Name = "刪除剔除檔案_bt"
|
302
|
303
|
Me.刪除剔除檔案_bt.Size = New System.Drawing.Size(139, 38)
|
303
|
304
|
Me.刪除剔除檔案_bt.TabIndex = 677
|
|
@@ -309,7 +310,7 @@ Partial Class FTP_DGAC_SYS
|
309
|
310
|
Me.運行自動刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
310
|
311
|
Me.運行自動刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
311
|
312
|
Me.運行自動刪除_bt.ForeColor = System.Drawing.Color.Green
|
312
|
|
- Me.運行自動刪除_bt.Location = New System.Drawing.Point(325, 432)
|
|
313
|
+ Me.運行自動刪除_bt.Location = New System.Drawing.Point(325, 558)
|
313
|
314
|
Me.運行自動刪除_bt.Name = "運行自動刪除_bt"
|
314
|
315
|
Me.運行自動刪除_bt.Size = New System.Drawing.Size(139, 38)
|
315
|
316
|
Me.運行自動刪除_bt.TabIndex = 678
|
|
@@ -318,8 +319,9 @@ Partial Class FTP_DGAC_SYS
|
318
|
319
|
'
|
319
|
320
|
'自動循環_ch
|
320
|
321
|
'
|
|
322
|
+ Me.自動循環_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
321
|
323
|
Me.自動循環_ch.AutoSize = True
|
322
|
|
- Me.自動循環_ch.Location = New System.Drawing.Point(329, 411)
|
|
324
|
+ Me.自動循環_ch.Location = New System.Drawing.Point(329, 537)
|
323
|
325
|
Me.自動循環_ch.Name = "自動循環_ch"
|
324
|
326
|
Me.自動循環_ch.Size = New System.Drawing.Size(129, 20)
|
325
|
327
|
Me.自動循環_ch.TabIndex = 679
|
|
@@ -328,9 +330,10 @@ Partial Class FTP_DGAC_SYS
|
328
|
330
|
'
|
329
|
331
|
'Label2
|
330
|
332
|
'
|
|
333
|
+ Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
331
|
334
|
Me.Label2.AutoSize = True
|
332
|
335
|
Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
333
|
|
- Me.Label2.Location = New System.Drawing.Point(10, 447)
|
|
336
|
+ Me.Label2.Location = New System.Drawing.Point(10, 573)
|
334
|
337
|
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
335
|
338
|
Me.Label2.Name = "Label2"
|
336
|
339
|
Me.Label2.Size = New System.Drawing.Size(139, 16)
|
|
@@ -339,8 +342,9 @@ Partial Class FTP_DGAC_SYS
|
339
|
342
|
'
|
340
|
343
|
'計數_nud
|
341
|
344
|
'
|
|
345
|
+ Me.計數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
342
|
346
|
Me.計數_nud.Enabled = False
|
343
|
|
- Me.計數_nud.Location = New System.Drawing.Point(156, 444)
|
|
347
|
+ Me.計數_nud.Location = New System.Drawing.Point(156, 570)
|
344
|
348
|
Me.計數_nud.Maximum = New Decimal(New Integer() {1000000000, 0, 0, 0})
|
345
|
349
|
Me.計數_nud.Name = "計數_nud"
|
346
|
350
|
Me.計數_nud.Size = New System.Drawing.Size(90, 23)
|
|
@@ -349,10 +353,10 @@ Partial Class FTP_DGAC_SYS
|
349
|
353
|
'
|
350
|
354
|
'計數歸零_bt
|
351
|
355
|
'
|
352
|
|
- Me.計數歸零_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
356
|
+ Me.計數歸零_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
353
|
357
|
Me.計數歸零_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
354
|
358
|
Me.計數歸零_bt.ForeColor = System.Drawing.Color.Blue
|
355
|
|
- Me.計數歸零_bt.Location = New System.Drawing.Point(252, 443)
|
|
359
|
+ Me.計數歸零_bt.Location = New System.Drawing.Point(252, 569)
|
356
|
360
|
Me.計數歸零_bt.Name = "計數歸零_bt"
|
357
|
361
|
Me.計數歸零_bt.Size = New System.Drawing.Size(69, 24)
|
358
|
362
|
Me.計數歸零_bt.TabIndex = 682
|
|
@@ -361,8 +365,9 @@ Partial Class FTP_DGAC_SYS
|
361
|
365
|
'
|
362
|
366
|
'Label3
|
363
|
367
|
'
|
|
368
|
+ Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
364
|
369
|
Me.Label3.AutoSize = True
|
365
|
|
- Me.Label3.Location = New System.Drawing.Point(2, 457)
|
|
370
|
+ Me.Label3.Location = New System.Drawing.Point(2, 583)
|
366
|
371
|
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
367
|
372
|
Me.Label3.Name = "Label3"
|
368
|
373
|
Me.Label3.Size = New System.Drawing.Size(467, 16)
|
|
@@ -372,9 +377,10 @@ Partial Class FTP_DGAC_SYS
|
372
|
377
|
'
|
373
|
378
|
'通知_lb
|
374
|
379
|
'
|
|
380
|
+ Me.通知_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
375
|
381
|
Me.通知_lb.AutoEllipsis = True
|
376
|
382
|
Me.通知_lb.ForeColor = System.Drawing.Color.Red
|
377
|
|
- Me.通知_lb.Location = New System.Drawing.Point(5, 474)
|
|
383
|
+ Me.通知_lb.Location = New System.Drawing.Point(5, 597)
|
378
|
384
|
Me.通知_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
379
|
385
|
Me.通知_lb.Name = "通知_lb"
|
380
|
386
|
Me.通知_lb.Size = New System.Drawing.Size(464, 22)
|
|
@@ -390,11 +396,38 @@ Partial Class FTP_DGAC_SYS
|
390
|
396
|
'
|
391
|
397
|
Me.停頓1.Interval = 1200
|
392
|
398
|
'
|
|
399
|
+ '計算分流3
|
|
400
|
+ '
|
|
401
|
+ Me.計算分流3.Interval = 300000
|
|
402
|
+ '
|
|
403
|
+ '清單1_dgv
|
|
404
|
+ '
|
|
405
|
+ Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
406
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
407
|
+ Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
408
|
+ Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
|
|
409
|
+ DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
410
|
+ DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
|
|
411
|
+ DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
412
|
+ DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
|
|
413
|
+ DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
414
|
+ DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
415
|
+ Me.清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
|
|
416
|
+ Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
417
|
+ Me.清單1_dgv.Location = New System.Drawing.Point(3, 184)
|
|
418
|
+ Me.清單1_dgv.Name = "清單1_dgv"
|
|
419
|
+ Me.清單1_dgv.RowHeadersWidth = 5
|
|
420
|
+ DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
421
|
+ Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
|
|
422
|
+ Me.清單1_dgv.RowTemplate.Height = 24
|
|
423
|
+ Me.清單1_dgv.Size = New System.Drawing.Size(137, 67)
|
|
424
|
+ Me.清單1_dgv.TabIndex = 1882
|
|
425
|
+ '
|
393
|
426
|
'FTP_DGAC_SYS
|
394
|
427
|
'
|
395
|
428
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
396
|
429
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
397
|
|
- Me.ClientSize = New System.Drawing.Size(469, 496)
|
|
430
|
+ Me.ClientSize = New System.Drawing.Size(468, 619)
|
398
|
431
|
Me.Controls.Add(Me.通知_lb)
|
399
|
432
|
Me.Controls.Add(Me.計數歸零_bt)
|
400
|
433
|
Me.Controls.Add(Me.計數_nud)
|
|
@@ -413,6 +446,8 @@ Partial Class FTP_DGAC_SYS
|
413
|
446
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
414
|
447
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
415
|
448
|
Me.Margin = New System.Windows.Forms.Padding(4)
|
|
449
|
+ Me.MaximizeBox = False
|
|
450
|
+ Me.MinimizeBox = False
|
416
|
451
|
Me.Name = "FTP_DGAC_SYS"
|
417
|
452
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
418
|
453
|
Me.Text = "FTP-DGAC-SYS"
|
|
@@ -420,6 +455,7 @@ Partial Class FTP_DGAC_SYS
|
420
|
455
|
Me.Panel1.ResumeLayout(False)
|
421
|
456
|
CType(Me.剔除清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
422
|
457
|
CType(Me.計數_nud, System.ComponentModel.ISupportInitialize).EndInit()
|
|
458
|
+ CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
423
|
459
|
Me.ResumeLayout(False)
|
424
|
460
|
Me.PerformLayout()
|
425
|
461
|
|
|
@@ -455,4 +491,6 @@ Partial Class FTP_DGAC_SYS
|
455
|
491
|
Friend WithEvents 通知_lb As Label
|
456
|
492
|
Friend WithEvents 自動運行 As Timer
|
457
|
493
|
Friend WithEvents 停頓1 As Timer
|
|
494
|
+ Friend WithEvents 計算分流3 As Timer
|
|
495
|
+ Friend WithEvents 清單1_dgv As DataGridView
|
458
|
496
|
End Class
|