_ Partial Class Form1 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 DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 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 DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.名稱資料_dgv = New System.Windows.Forms.DataGridView() Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.選取清單_dgv = New System.Windows.Forms.DataGridView() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.路徑_ch = New System.Windows.Forms.CheckBox() Me.檔名_ch = New System.Windows.Forms.CheckBox() Me.數量2_lb = New System.Windows.Forms.Label() Me.讀取料夾路徑_bt = New System.Windows.Forms.Button() Me.數量_lb = New System.Windows.Forms.Label() Me.資料夾位置_tb = New System.Windows.Forms.TextBox() Me.重複文件_dgv = New System.Windows.Forms.DataGridView() Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Label1 = New System.Windows.Forms.Label() Me.查詢_bt = New System.Windows.Forms.Button() Me.重新讀取_bt = New System.Windows.Forms.Button() Me.清除資料_dgv = New System.Windows.Forms.Button() Me.存檔_bt = New System.Windows.Forms.Button() Me.刪除重複_bt = New System.Windows.Forms.Button() Me.比對_bt = New System.Windows.Forms.Button() Me.數量4_lb = New System.Windows.Forms.Label() Me.數量1_lb = New System.Windows.Forms.Label() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.分流運算 = New System.Windows.Forms.Timer(Me.components) Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) CType(Me.名稱資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.選取清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.重複文件_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) _ Or System.Windows.Forms.AnchorStyles.Right), 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(3, 57) 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(457, 536) Me.名稱資料_dgv.TabIndex = 665 ' 'Column2 ' Me.Column2.FillWeight = 127.1574! Me.Column2.HeaderText = "文件名稱" Me.Column2.Name = "Column2" ' '選取清單_dgv ' Me.選取清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), 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 DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.Color.White 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 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.選取清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4 Me.選取清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.選取清單_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1}) DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle5.BackColor = System.Drawing.Color.White DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.選取清單_dgv.DefaultCellStyle = DataGridViewCellStyle5 Me.選取清單_dgv.GridColor = System.Drawing.Color.LightGray Me.選取清單_dgv.Location = New System.Drawing.Point(2, 57) Me.選取清單_dgv.Margin = New System.Windows.Forms.Padding(4) Me.選取清單_dgv.Name = "選取清單_dgv" 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.RowHeadersDefaultCellStyle = DataGridViewCellStyle6 Me.選取清單_dgv.RowHeadersWidth = 5 Me.選取清單_dgv.RowTemplate.Height = 24 Me.選取清單_dgv.Size = New System.Drawing.Size(461, 376) Me.選取清單_dgv.TabIndex = 666 ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.FillWeight = 127.1574! Me.DataGridViewTextBoxColumn1.HeaderText = "文件名稱" Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" ' 'SplitContainer1 ' Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.SplitContainer1.Location = New System.Drawing.Point(0, 3) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.路徑_ch) Me.SplitContainer1.Panel1.Controls.Add(Me.檔名_ch) Me.SplitContainer1.Panel1.Controls.Add(Me.數量2_lb) Me.SplitContainer1.Panel1.Controls.Add(Me.讀取料夾路徑_bt) Me.SplitContainer1.Panel1.Controls.Add(Me.數量_lb) Me.SplitContainer1.Panel1.Controls.Add(Me.資料夾位置_tb) Me.SplitContainer1.Panel1.Controls.Add(Me.重複文件_dgv) Me.SplitContainer1.Panel1.Controls.Add(Me.選取清單_dgv) Me.SplitContainer1.Panel1.Controls.Add(Me.Label1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.查詢_bt) Me.SplitContainer1.Panel2.Controls.Add(Me.重新讀取_bt) Me.SplitContainer1.Panel2.Controls.Add(Me.清除資料_dgv) Me.SplitContainer1.Panel2.Controls.Add(Me.存檔_bt) Me.SplitContainer1.Panel2.Controls.Add(Me.刪除重複_bt) Me.SplitContainer1.Panel2.Controls.Add(Me.比對_bt) Me.SplitContainer1.Panel2.Controls.Add(Me.數量4_lb) Me.SplitContainer1.Panel2.Controls.Add(Me.名稱資料_dgv) Me.SplitContainer1.Panel2.Controls.Add(Me.數量1_lb) Me.SplitContainer1.Size = New System.Drawing.Size(930, 596) Me.SplitContainer1.SplitterDistance = 465 Me.SplitContainer1.SplitterWidth = 1 Me.SplitContainer1.TabIndex = 676 ' '路徑_ch ' Me.路徑_ch.AutoSize = True Me.路徑_ch.Location = New System.Drawing.Point(143, 33) Me.路徑_ch.Name = "路徑_ch" Me.路徑_ch.Size = New System.Drawing.Size(74, 20) Me.路徑_ch.TabIndex = 683 Me.路徑_ch.Text = "包含路徑" Me.路徑_ch.UseVisualStyleBackColor = True ' '檔名_ch ' Me.檔名_ch.AutoSize = True Me.檔名_ch.Checked = True Me.檔名_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.檔名_ch.Location = New System.Drawing.Point(63, 33) Me.檔名_ch.Name = "檔名_ch" Me.檔名_ch.Size = New System.Drawing.Size(74, 20) Me.檔名_ch.TabIndex = 682 Me.檔名_ch.Text = "只有檔名" Me.檔名_ch.UseVisualStyleBackColor = True ' '數量2_lb ' Me.數量2_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.數量2_lb.AutoSize = True Me.數量2_lb.BackColor = System.Drawing.Color.White Me.數量2_lb.Location = New System.Drawing.Point(315, 439) Me.數量2_lb.Name = "數量2_lb" Me.數量2_lb.Size = New System.Drawing.Size(144, 16) Me.數量2_lb.TabIndex = 681 Me.數量2_lb.Text = "重複文件共 11111 個檔案" ' '讀取料夾路徑_bt ' Me.讀取料夾路徑_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.open_file Me.讀取料夾路徑_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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(3, 4) Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt" Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(50, 50) Me.讀取料夾路徑_bt.TabIndex = 675 Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True ' '數量_lb ' Me.數量_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.數量_lb.AutoSize = True Me.數量_lb.Location = New System.Drawing.Point(364, 34) Me.數量_lb.Name = "數量_lb" Me.數量_lb.Size = New System.Drawing.Size(96, 16) Me.數量_lb.TabIndex = 677 Me.數量_lb.Text = "共 11111 個檔案" ' '資料夾位置_tb ' Me.資料夾位置_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.資料夾位置_tb.Location = New System.Drawing.Point(129, 5) Me.資料夾位置_tb.Name = "資料夾位置_tb" Me.資料夾位置_tb.Size = New System.Drawing.Size(332, 23) Me.資料夾位置_tb.TabIndex = 680 ' '重複文件_dgv ' Me.重複文件_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), 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 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.WindowText DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.重複文件_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7 Me.重複文件_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.重複文件_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn2}) 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.ControlText DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.重複文件_dgv.DefaultCellStyle = DataGridViewCellStyle8 Me.重複文件_dgv.GridColor = System.Drawing.Color.LightGray Me.重複文件_dgv.Location = New System.Drawing.Point(2, 434) Me.重複文件_dgv.Margin = New System.Windows.Forms.Padding(4) Me.重複文件_dgv.Name = "重複文件_dgv" DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle9.BackColor = System.Drawing.Color.White DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.重複文件_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle9 Me.重複文件_dgv.RowHeadersWidth = 5 Me.重複文件_dgv.RowTemplate.Height = 24 Me.重複文件_dgv.Size = New System.Drawing.Size(461, 159) Me.重複文件_dgv.TabIndex = 678 ' 'DataGridViewTextBoxColumn2 ' Me.DataGridViewTextBoxColumn2.FillWeight = 127.1574! Me.DataGridViewTextBoxColumn2.HeaderText = "重複文件" Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(60, 8) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(67, 16) Me.Label1.TabIndex = 679 Me.Label1.Text = "資料夾位置" ' '查詢_bt ' Me.查詢_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.下載 Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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(304, 5) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(50, 50) Me.查詢_bt.TabIndex = 684 Me.查詢_bt.UseVisualStyleBackColor = True ' '重新讀取_bt ' Me.重新讀取_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.open_file Me.重新讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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(4, 5) Me.重新讀取_bt.Name = "重新讀取_bt" Me.重新讀取_bt.Size = New System.Drawing.Size(50, 50) Me.重新讀取_bt.TabIndex = 683 Me.重新讀取_bt.UseVisualStyleBackColor = True ' '清除資料_dgv ' Me.清除資料_dgv.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.Close Me.清除資料_dgv.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.清除資料_dgv.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.清除資料_dgv.ForeColor = System.Drawing.Color.Blue Me.清除資料_dgv.Location = New System.Drawing.Point(198, 5) Me.清除資料_dgv.Name = "清除資料_dgv" Me.清除資料_dgv.Size = New System.Drawing.Size(50, 50) Me.清除資料_dgv.TabIndex = 682 Me.清除資料_dgv.UseVisualStyleBackColor = True ' '存檔_bt ' Me.存檔_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.SAVER Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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(111, 5) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(50, 50) Me.存檔_bt.TabIndex = 681 Me.存檔_bt.UseVisualStyleBackColor = True ' '刪除重複_bt ' Me.刪除重複_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.GarbageEmpty Me.刪除重複_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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(251, 5) Me.刪除重複_bt.Name = "刪除重複_bt" Me.刪除重複_bt.Size = New System.Drawing.Size(50, 50) Me.刪除重複_bt.TabIndex = 680 Me.刪除重複_bt.UseVisualStyleBackColor = True ' '比對_bt ' Me.比對_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.Default_Programs Me.比對_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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(57, 5) Me.比對_bt.Name = "比對_bt" Me.比對_bt.Size = New System.Drawing.Size(50, 50) Me.比對_bt.TabIndex = 676 Me.比對_bt.UseVisualStyleBackColor = True ' '數量4_lb ' Me.數量4_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.數量4_lb.AutoSize = True Me.數量4_lb.Location = New System.Drawing.Point(358, 21) Me.數量4_lb.Name = "數量4_lb" Me.數量4_lb.Size = New System.Drawing.Size(101, 16) Me.數量4_lb.TabIndex = 679 Me.數量4_lb.Text = "新增 1111 個檔案" ' '數量1_lb ' Me.數量1_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.數量1_lb.AutoSize = True Me.數量1_lb.Location = New System.Drawing.Point(359, 38) Me.數量1_lb.Name = "數量1_lb" Me.數量1_lb.Size = New System.Drawing.Size(96, 16) Me.數量1_lb.TabIndex = 678 Me.數量1_lb.Text = "共 11111 個檔案" ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' '分流運算 ' ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "illustrate" ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(932, 600) Me.Controls.Add(Me.SplitContainer1) 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.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "FILE-RECORDER" CType(Me.名稱資料_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.選取清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.Panel2.PerformLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) CType(Me.重複文件_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents 名稱資料_dgv As DataGridView Friend WithEvents Column2 As DataGridViewTextBoxColumn Friend WithEvents 選取清單_dgv As DataGridView Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn Friend WithEvents 讀取料夾路徑_bt As Button Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents 數量_lb As Label Friend WithEvents 比對_bt As Button Friend WithEvents 數量1_lb As Label Friend WithEvents 重複文件_dgv As DataGridView Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn Friend WithEvents 資料夾位置_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 數量2_lb As Label Friend WithEvents 數量4_lb As Label Friend WithEvents 刪除重複_bt As Button Friend WithEvents 存檔_bt As Button Friend WithEvents 清除資料_dgv As Button Friend WithEvents 重新讀取_bt As Button Friend WithEvents 查詢_bt As Button Friend WithEvents 分流運算 As Timer Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 路徑_ch As CheckBox Friend WithEvents 檔名_ch As CheckBox End Class