_ Partial Class FTP_DGAC_SYS Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FTP_DGAC_SYS)) Me.捷徑_dgv = New System.Windows.Forms.DataGridView() Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.計算分流1 = New System.Windows.Forms.Timer(Me.components) Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.Label1 = New System.Windows.Forms.Label() Me.FTP主要位置_tb = New System.Windows.Forms.TextBox() Me.路徑暫存1_cb = New System.Windows.Forms.ComboBox() Me.路徑暫存2_cb = New System.Windows.Forms.ComboBox() Me.路徑暫存3_cb = New System.Windows.Forms.ComboBox() Me.路徑暫存4_cb = New System.Windows.Forms.ComboBox() Me.路徑暫存5_cb = New System.Windows.Forms.ComboBox() Me.路徑暫存6_cb = New System.Windows.Forms.ComboBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.剔除清單_cb = New System.Windows.Forms.ComboBox() Me.讀取料夾路徑_bt = New System.Windows.Forms.Button() Me.剔除清單_dgv = New System.Windows.Forms.DataGridView() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.加入剔除檔案_bt = New System.Windows.Forms.Button() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.計算分流2 = New System.Windows.Forms.Timer(Me.components) Me.刪除剔除檔案_bt = New System.Windows.Forms.Button() Me.運行自動刪除_bt = New System.Windows.Forms.Button() Me.自動循環_ch = New System.Windows.Forms.CheckBox() Me.Label2 = New System.Windows.Forms.Label() Me.計數_nud = New System.Windows.Forms.NumericUpDown() Me.計數歸零_bt = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.通知_lb = New System.Windows.Forms.Label() Me.自動運行 = New System.Windows.Forms.Timer(Me.components) Me.停頓1 = New System.Windows.Forms.Timer(Me.components) Me.計算分流3 = New System.Windows.Forms.Timer(Me.components) Me.清單1_dgv = New System.Windows.Forms.DataGridView() CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.剔除清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.計數_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '捷徑_dgv ' Me.捷徑_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.捷徑_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.捷徑_dgv.BackgroundColor = System.Drawing.Color.White Me.捷徑_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.Color.White DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.捷徑_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.捷徑_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.捷徑_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column2}) DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.Color.White DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.捷徑_dgv.DefaultCellStyle = DataGridViewCellStyle2 Me.捷徑_dgv.GridColor = System.Drawing.Color.LightGray Me.捷徑_dgv.Location = New System.Drawing.Point(6, 27) Me.捷徑_dgv.Margin = New System.Windows.Forms.Padding(4) Me.捷徑_dgv.Name = "捷徑_dgv" DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.Color.White DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.捷徑_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.捷徑_dgv.RowHeadersWidth = 5 Me.捷徑_dgv.RowTemplate.Height = 24 Me.捷徑_dgv.Size = New System.Drawing.Size(458, 425) Me.捷徑_dgv.TabIndex = 664 ' 'Column2 ' Me.Column2.FillWeight = 127.1574! Me.Column2.HeaderText = "位置" Me.Column2.Name = "Column2" ' '計算分流1 ' ' 'FolderBrowserDialog1 ' Me.FolderBrowserDialog1.RootFolder = System.Environment.SpecialFolder.MyComputer Me.FolderBrowserDialog1.SelectedPath = "C:\Users\USER\Desktop" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(8, 6) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(75, 16) Me.Label1.TabIndex = 665 Me.Label1.Text = "FTP主要位置" ' 'FTP主要位置_tb ' Me.FTP主要位置_tb.Location = New System.Drawing.Point(85, 3) Me.FTP主要位置_tb.Name = "FTP主要位置_tb" Me.FTP主要位置_tb.Size = New System.Drawing.Size(276, 23) Me.FTP主要位置_tb.TabIndex = 666 ' '路徑暫存1_cb ' Me.路徑暫存1_cb.FormattingEnabled = True Me.路徑暫存1_cb.Location = New System.Drawing.Point(3, 3) Me.路徑暫存1_cb.Name = "路徑暫存1_cb" Me.路徑暫存1_cb.Size = New System.Drawing.Size(137, 24) Me.路徑暫存1_cb.TabIndex = 667 ' '路徑暫存2_cb ' Me.路徑暫存2_cb.FormattingEnabled = True Me.路徑暫存2_cb.Location = New System.Drawing.Point(3, 28) Me.路徑暫存2_cb.Name = "路徑暫存2_cb" Me.路徑暫存2_cb.Size = New System.Drawing.Size(137, 24) Me.路徑暫存2_cb.TabIndex = 668 ' '路徑暫存3_cb ' Me.路徑暫存3_cb.FormattingEnabled = True Me.路徑暫存3_cb.Location = New System.Drawing.Point(3, 53) Me.路徑暫存3_cb.Name = "路徑暫存3_cb" Me.路徑暫存3_cb.Size = New System.Drawing.Size(137, 24) Me.路徑暫存3_cb.TabIndex = 669 ' '路徑暫存4_cb ' Me.路徑暫存4_cb.FormattingEnabled = True Me.路徑暫存4_cb.Location = New System.Drawing.Point(3, 78) Me.路徑暫存4_cb.Name = "路徑暫存4_cb" Me.路徑暫存4_cb.Size = New System.Drawing.Size(137, 24) Me.路徑暫存4_cb.TabIndex = 670 ' '路徑暫存5_cb ' Me.路徑暫存5_cb.FormattingEnabled = True Me.路徑暫存5_cb.Location = New System.Drawing.Point(3, 103) Me.路徑暫存5_cb.Name = "路徑暫存5_cb" Me.路徑暫存5_cb.Size = New System.Drawing.Size(137, 24) Me.路徑暫存5_cb.TabIndex = 671 ' '路徑暫存6_cb ' Me.路徑暫存6_cb.FormattingEnabled = True Me.路徑暫存6_cb.Location = New System.Drawing.Point(3, 128) Me.路徑暫存6_cb.Name = "路徑暫存6_cb" Me.路徑暫存6_cb.Size = New System.Drawing.Size(137, 24) Me.路徑暫存6_cb.TabIndex = 672 ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.清單1_dgv) Me.Panel1.Controls.Add(Me.剔除清單_cb) Me.Panel1.Controls.Add(Me.路徑暫存1_cb) Me.Panel1.Controls.Add(Me.路徑暫存6_cb) Me.Panel1.Controls.Add(Me.路徑暫存2_cb) Me.Panel1.Controls.Add(Me.路徑暫存5_cb) Me.Panel1.Controls.Add(Me.路徑暫存3_cb) Me.Panel1.Controls.Add(Me.路徑暫存4_cb) Me.Panel1.Location = New System.Drawing.Point(161, 38) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(146, 258) Me.Panel1.TabIndex = 673 ' '剔除清單_cb ' Me.剔除清單_cb.FormattingEnabled = True Me.剔除清單_cb.Location = New System.Drawing.Point(3, 154) Me.剔除清單_cb.Name = "剔除清單_cb" Me.剔除清單_cb.Size = New System.Drawing.Size(137, 24) Me.剔除清單_cb.TabIndex = 673 ' '讀取料夾路徑_bt ' Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(367, 2) Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt" Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(97, 24) Me.讀取料夾路徑_bt.TabIndex = 674 Me.讀取料夾路徑_bt.Text = "讀取料夾路徑" Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True ' '剔除清單_dgv ' Me.剔除清單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.剔除清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.剔除清單_dgv.BackgroundColor = System.Drawing.Color.White Me.剔除清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle6.BackColor = System.Drawing.Color.White DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.剔除清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6 Me.剔除清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.剔除清單_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1}) DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle7.BackColor = System.Drawing.Color.White DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.剔除清單_dgv.DefaultCellStyle = DataGridViewCellStyle7 Me.剔除清單_dgv.GridColor = System.Drawing.Color.LightGray Me.剔除清單_dgv.Location = New System.Drawing.Point(6, 454) Me.剔除清單_dgv.Margin = New System.Windows.Forms.Padding(4) Me.剔除清單_dgv.Name = "剔除清單_dgv" DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle8.BackColor = System.Drawing.Color.White DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.剔除清單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle8 Me.剔除清單_dgv.RowHeadersWidth = 5 Me.剔除清單_dgv.RowTemplate.Height = 24 Me.剔除清單_dgv.Size = New System.Drawing.Size(316, 113) Me.剔除清單_dgv.TabIndex = 675 ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.FillWeight = 127.1574! Me.DataGridViewTextBoxColumn1.HeaderText = "檔案" Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" ' '加入剔除檔案_bt ' Me.加入剔除檔案_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.加入剔除檔案_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.加入剔除檔案_bt.ForeColor = System.Drawing.Color.Blue Me.加入剔除檔案_bt.Location = New System.Drawing.Point(325, 455) Me.加入剔除檔案_bt.Name = "加入剔除檔案_bt" Me.加入剔除檔案_bt.Size = New System.Drawing.Size(139, 38) Me.加入剔除檔案_bt.TabIndex = 676 Me.加入剔除檔案_bt.Text = "加入剔除檔案" Me.加入剔除檔案_bt.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' '計算分流2 ' ' '刪除剔除檔案_bt ' Me.刪除剔除檔案_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.刪除剔除檔案_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.刪除剔除檔案_bt.ForeColor = System.Drawing.Color.Red Me.刪除剔除檔案_bt.Location = New System.Drawing.Point(325, 493) Me.刪除剔除檔案_bt.Name = "刪除剔除檔案_bt" Me.刪除剔除檔案_bt.Size = New System.Drawing.Size(139, 38) Me.刪除剔除檔案_bt.TabIndex = 677 Me.刪除剔除檔案_bt.Text = "刪除剔除檔案" Me.刪除剔除檔案_bt.UseVisualStyleBackColor = True ' '運行自動刪除_bt ' Me.運行自動刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.運行自動刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.運行自動刪除_bt.ForeColor = System.Drawing.Color.Green Me.運行自動刪除_bt.Location = New System.Drawing.Point(325, 558) Me.運行自動刪除_bt.Name = "運行自動刪除_bt" Me.運行自動刪除_bt.Size = New System.Drawing.Size(139, 38) Me.運行自動刪除_bt.TabIndex = 678 Me.運行自動刪除_bt.Text = "運行自動刪除" Me.運行自動刪除_bt.UseVisualStyleBackColor = True ' '自動循環_ch ' Me.自動循環_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.自動循環_ch.AutoSize = True Me.自動循環_ch.Location = New System.Drawing.Point(329, 537) Me.自動循環_ch.Name = "自動循環_ch" Me.自動循環_ch.Size = New System.Drawing.Size(129, 20) Me.自動循環_ch.TabIndex = 679 Me.自動循環_ch.Text = "開啟3小時自動循環" Me.自動循環_ch.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label2.Location = New System.Drawing.Point(10, 573) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(139, 16) Me.Label2.TabIndex = 680 Me.Label2.Text = "已累計刪除可疑檔案數量" ' '計數_nud ' Me.計數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.計數_nud.Enabled = False Me.計數_nud.Location = New System.Drawing.Point(156, 570) Me.計數_nud.Maximum = New Decimal(New Integer() {1000000000, 0, 0, 0}) Me.計數_nud.Name = "計數_nud" Me.計數_nud.Size = New System.Drawing.Size(90, 23) Me.計數_nud.TabIndex = 681 Me.計數_nud.ThousandsSeparator = True ' '計數歸零_bt ' Me.計數歸零_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.計數歸零_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.計數歸零_bt.ForeColor = System.Drawing.Color.Blue Me.計數歸零_bt.Location = New System.Drawing.Point(252, 569) Me.計數歸零_bt.Name = "計數歸零_bt" Me.計數歸零_bt.Size = New System.Drawing.Size(69, 24) Me.計數歸零_bt.TabIndex = 682 Me.計數歸零_bt.Text = "計數歸零" Me.計數歸零_bt.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(2, 583) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(467, 16) Me.Label3.TabIndex = 683 Me.Label3.Text = "_________________________________________________________________________________" & "___________" ' '通知_lb ' Me.通知_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.通知_lb.AutoEllipsis = True Me.通知_lb.ForeColor = System.Drawing.Color.Red Me.通知_lb.Location = New System.Drawing.Point(5, 597) Me.通知_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.通知_lb.Name = "通知_lb" Me.通知_lb.Size = New System.Drawing.Size(464, 22) Me.通知_lb.TabIndex = 684 Me.通知_lb.Text = "☆☆☆☆☆☆☆☆☆☆ 未自動運行 ☆☆☆☆☆☆☆☆☆☆" Me.通知_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '自動運行 ' Me.自動運行.Interval = 10800000 ' '停頓1 ' Me.停頓1.Interval = 1200 ' '計算分流3 ' Me.計算分流3.Interval = 300000 ' '清單1_dgv ' Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText Me.清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4 Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.清單1_dgv.Location = New System.Drawing.Point(3, 184) Me.清單1_dgv.Name = "清單1_dgv" Me.清單1_dgv.RowHeadersWidth = 5 DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5 Me.清單1_dgv.RowTemplate.Height = 24 Me.清單1_dgv.Size = New System.Drawing.Size(137, 67) Me.清單1_dgv.TabIndex = 1882 ' 'FTP_DGAC_SYS ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(468, 619) Me.Controls.Add(Me.通知_lb) Me.Controls.Add(Me.計數歸零_bt) Me.Controls.Add(Me.計數_nud) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.自動循環_ch) Me.Controls.Add(Me.運行自動刪除_bt) Me.Controls.Add(Me.刪除剔除檔案_bt) Me.Controls.Add(Me.加入剔除檔案_bt) Me.Controls.Add(Me.剔除清單_dgv) Me.Controls.Add(Me.讀取料夾路徑_bt) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.FTP主要位置_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.捷徑_dgv) Me.Controls.Add(Me.Label3) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "FTP_DGAC_SYS" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "FTP-DGAC-SYS" CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) CType(Me.剔除清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.計數_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 捷徑_dgv As DataGridView Friend WithEvents Column2 As DataGridViewTextBoxColumn Friend WithEvents 計算分流1 As Timer Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents Label1 As Label Friend WithEvents FTP主要位置_tb As TextBox Friend WithEvents 路徑暫存1_cb As ComboBox Friend WithEvents 路徑暫存2_cb As ComboBox Friend WithEvents 路徑暫存3_cb As ComboBox Friend WithEvents 路徑暫存4_cb As ComboBox Friend WithEvents 路徑暫存5_cb As ComboBox Friend WithEvents 路徑暫存6_cb As ComboBox Friend WithEvents Panel1 As Panel Friend WithEvents 讀取料夾路徑_bt As Button Friend WithEvents 剔除清單_dgv As DataGridView Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn Friend WithEvents 加入剔除檔案_bt As Button Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents 計算分流2 As Timer Friend WithEvents 剔除清單_cb As ComboBox Friend WithEvents 刪除剔除檔案_bt As Button Friend WithEvents 運行自動刪除_bt As Button Friend WithEvents 自動循環_ch As CheckBox Friend WithEvents Label2 As Label Friend WithEvents 計數_nud As NumericUpDown Friend WithEvents 計數歸零_bt As Button Friend WithEvents Label3 As Label Friend WithEvents 通知_lb As Label Friend WithEvents 自動運行 As Timer Friend WithEvents 停頓1 As Timer Friend WithEvents 計算分流3 As Timer Friend WithEvents 清單1_dgv As DataGridView End Class