Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FILE-RECORDER.Designer.vb 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  33. Me.名稱資料_dgv = New System.Windows.Forms.DataGridView()
  34. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  35. Me.選取清單_dgv = New System.Windows.Forms.DataGridView()
  36. Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  37. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  38. Me.路徑_ch = New System.Windows.Forms.CheckBox()
  39. Me.檔名_ch = New System.Windows.Forms.CheckBox()
  40. Me.數量2_lb = New System.Windows.Forms.Label()
  41. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  42. Me.數量_lb = New System.Windows.Forms.Label()
  43. Me.資料夾位置_tb = New System.Windows.Forms.TextBox()
  44. Me.重複文件_dgv = New System.Windows.Forms.DataGridView()
  45. Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  46. Me.Label1 = New System.Windows.Forms.Label()
  47. Me.查詢_bt = New System.Windows.Forms.Button()
  48. Me.重新讀取_bt = New System.Windows.Forms.Button()
  49. Me.清除資料_dgv = New System.Windows.Forms.Button()
  50. Me.存檔_bt = New System.Windows.Forms.Button()
  51. Me.刪除重複_bt = New System.Windows.Forms.Button()
  52. Me.比對_bt = New System.Windows.Forms.Button()
  53. Me.數量4_lb = New System.Windows.Forms.Label()
  54. Me.數量1_lb = New System.Windows.Forms.Label()
  55. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  56. Me.分流運算 = New System.Windows.Forms.Timer(Me.components)
  57. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  58. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  59. CType(Me.名稱資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.選取清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  62. Me.SplitContainer1.Panel1.SuspendLayout()
  63. Me.SplitContainer1.Panel2.SuspendLayout()
  64. Me.SplitContainer1.SuspendLayout()
  65. CType(Me.重複文件_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  66. Me.SuspendLayout()
  67. '
  68. '名稱資料_dgv
  69. '
  70. Me.名稱資料_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  71. Or System.Windows.Forms.AnchorStyles.Left) _
  72. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  73. Me.名稱資料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  74. Me.名稱資料_dgv.BackgroundColor = System.Drawing.Color.White
  75. Me.名稱資料_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  76. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  77. DataGridViewCellStyle1.BackColor = System.Drawing.Color.White
  78. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  79. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  80. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  81. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  82. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  83. Me.名稱資料_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  84. Me.名稱資料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  85. Me.名稱資料_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column2})
  86. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  87. DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
  88. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  90. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  91. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  92. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  93. Me.名稱資料_dgv.DefaultCellStyle = DataGridViewCellStyle2
  94. Me.名稱資料_dgv.GridColor = System.Drawing.Color.LightGray
  95. Me.名稱資料_dgv.Location = New System.Drawing.Point(3, 57)
  96. Me.名稱資料_dgv.Margin = New System.Windows.Forms.Padding(4)
  97. Me.名稱資料_dgv.Name = "名稱資料_dgv"
  98. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  99. DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
  100. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  101. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  102. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  103. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  104. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  105. Me.名稱資料_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
  106. Me.名稱資料_dgv.RowHeadersWidth = 5
  107. Me.名稱資料_dgv.RowTemplate.Height = 24
  108. Me.名稱資料_dgv.Size = New System.Drawing.Size(457, 536)
  109. Me.名稱資料_dgv.TabIndex = 665
  110. '
  111. 'Column2
  112. '
  113. Me.Column2.FillWeight = 127.1574!
  114. Me.Column2.HeaderText = "文件名稱"
  115. Me.Column2.Name = "Column2"
  116. '
  117. '選取清單_dgv
  118. '
  119. Me.選取清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  120. Or System.Windows.Forms.AnchorStyles.Left) _
  121. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  122. Me.選取清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  123. Me.選取清單_dgv.BackgroundColor = System.Drawing.Color.White
  124. Me.選取清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  125. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  126. DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
  127. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  129. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  130. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  131. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  132. Me.選取清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
  133. Me.選取清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  134. Me.選取清單_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1})
  135. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  136. DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
  137. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
  139. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  140. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  141. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  142. Me.選取清單_dgv.DefaultCellStyle = DataGridViewCellStyle5
  143. Me.選取清單_dgv.GridColor = System.Drawing.Color.LightGray
  144. Me.選取清單_dgv.Location = New System.Drawing.Point(2, 57)
  145. Me.選取清單_dgv.Margin = New System.Windows.Forms.Padding(4)
  146. Me.選取清單_dgv.Name = "選取清單_dgv"
  147. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  148. DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
  149. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
  151. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  152. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  153. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  154. Me.選取清單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
  155. Me.選取清單_dgv.RowHeadersWidth = 5
  156. Me.選取清單_dgv.RowTemplate.Height = 24
  157. Me.選取清單_dgv.Size = New System.Drawing.Size(461, 376)
  158. Me.選取清單_dgv.TabIndex = 666
  159. '
  160. 'DataGridViewTextBoxColumn1
  161. '
  162. Me.DataGridViewTextBoxColumn1.FillWeight = 127.1574!
  163. Me.DataGridViewTextBoxColumn1.HeaderText = "文件名稱"
  164. Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
  165. '
  166. 'SplitContainer1
  167. '
  168. Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  169. Or System.Windows.Forms.AnchorStyles.Left) _
  170. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  171. Me.SplitContainer1.Location = New System.Drawing.Point(0, 3)
  172. Me.SplitContainer1.Name = "SplitContainer1"
  173. '
  174. 'SplitContainer1.Panel1
  175. '
  176. Me.SplitContainer1.Panel1.Controls.Add(Me.路徑_ch)
  177. Me.SplitContainer1.Panel1.Controls.Add(Me.檔名_ch)
  178. Me.SplitContainer1.Panel1.Controls.Add(Me.數量2_lb)
  179. Me.SplitContainer1.Panel1.Controls.Add(Me.讀取料夾路徑_bt)
  180. Me.SplitContainer1.Panel1.Controls.Add(Me.數量_lb)
  181. Me.SplitContainer1.Panel1.Controls.Add(Me.資料夾位置_tb)
  182. Me.SplitContainer1.Panel1.Controls.Add(Me.重複文件_dgv)
  183. Me.SplitContainer1.Panel1.Controls.Add(Me.選取清單_dgv)
  184. Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
  185. '
  186. 'SplitContainer1.Panel2
  187. '
  188. Me.SplitContainer1.Panel2.Controls.Add(Me.查詢_bt)
  189. Me.SplitContainer1.Panel2.Controls.Add(Me.重新讀取_bt)
  190. Me.SplitContainer1.Panel2.Controls.Add(Me.清除資料_dgv)
  191. Me.SplitContainer1.Panel2.Controls.Add(Me.存檔_bt)
  192. Me.SplitContainer1.Panel2.Controls.Add(Me.刪除重複_bt)
  193. Me.SplitContainer1.Panel2.Controls.Add(Me.比對_bt)
  194. Me.SplitContainer1.Panel2.Controls.Add(Me.數量4_lb)
  195. Me.SplitContainer1.Panel2.Controls.Add(Me.名稱資料_dgv)
  196. Me.SplitContainer1.Panel2.Controls.Add(Me.數量1_lb)
  197. Me.SplitContainer1.Size = New System.Drawing.Size(930, 596)
  198. Me.SplitContainer1.SplitterDistance = 465
  199. Me.SplitContainer1.SplitterWidth = 1
  200. Me.SplitContainer1.TabIndex = 676
  201. '
  202. '路徑_ch
  203. '
  204. Me.路徑_ch.AutoSize = True
  205. Me.路徑_ch.Location = New System.Drawing.Point(143, 33)
  206. Me.路徑_ch.Name = "路徑_ch"
  207. Me.路徑_ch.Size = New System.Drawing.Size(74, 20)
  208. Me.路徑_ch.TabIndex = 683
  209. Me.路徑_ch.Text = "包含路徑"
  210. Me.路徑_ch.UseVisualStyleBackColor = True
  211. '
  212. '檔名_ch
  213. '
  214. Me.檔名_ch.AutoSize = True
  215. Me.檔名_ch.Checked = True
  216. Me.檔名_ch.CheckState = System.Windows.Forms.CheckState.Checked
  217. Me.檔名_ch.Location = New System.Drawing.Point(63, 33)
  218. Me.檔名_ch.Name = "檔名_ch"
  219. Me.檔名_ch.Size = New System.Drawing.Size(74, 20)
  220. Me.檔名_ch.TabIndex = 682
  221. Me.檔名_ch.Text = "只有檔名"
  222. Me.檔名_ch.UseVisualStyleBackColor = True
  223. '
  224. '數量2_lb
  225. '
  226. Me.數量2_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  227. Me.數量2_lb.AutoSize = True
  228. Me.數量2_lb.BackColor = System.Drawing.Color.White
  229. Me.數量2_lb.Location = New System.Drawing.Point(315, 439)
  230. Me.數量2_lb.Name = "數量2_lb"
  231. Me.數量2_lb.Size = New System.Drawing.Size(144, 16)
  232. Me.數量2_lb.TabIndex = 681
  233. Me.數量2_lb.Text = "重複文件共 11111 個檔案"
  234. '
  235. '讀取料夾路徑_bt
  236. '
  237. Me.讀取料夾路徑_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.open_file
  238. Me.讀取料夾路徑_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  239. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  240. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  241. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(3, 4)
  242. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  243. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(50, 50)
  244. Me.讀取料夾路徑_bt.TabIndex = 675
  245. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  246. '
  247. '數量_lb
  248. '
  249. Me.數量_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  250. Me.數量_lb.AutoSize = True
  251. Me.數量_lb.Location = New System.Drawing.Point(364, 34)
  252. Me.數量_lb.Name = "數量_lb"
  253. Me.數量_lb.Size = New System.Drawing.Size(96, 16)
  254. Me.數量_lb.TabIndex = 677
  255. Me.數量_lb.Text = "共 11111 個檔案"
  256. '
  257. '資料夾位置_tb
  258. '
  259. Me.資料夾位置_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  260. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  261. Me.資料夾位置_tb.Location = New System.Drawing.Point(129, 5)
  262. Me.資料夾位置_tb.Name = "資料夾位置_tb"
  263. Me.資料夾位置_tb.Size = New System.Drawing.Size(332, 23)
  264. Me.資料夾位置_tb.TabIndex = 680
  265. '
  266. '重複文件_dgv
  267. '
  268. Me.重複文件_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  269. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  270. Me.重複文件_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  271. Me.重複文件_dgv.BackgroundColor = System.Drawing.Color.White
  272. Me.重複文件_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  273. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  274. DataGridViewCellStyle7.BackColor = System.Drawing.Color.White
  275. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
  277. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  278. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  279. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  280. Me.重複文件_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7
  281. Me.重複文件_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  282. Me.重複文件_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn2})
  283. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  284. DataGridViewCellStyle8.BackColor = System.Drawing.Color.White
  285. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  286. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
  287. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  288. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  289. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  290. Me.重複文件_dgv.DefaultCellStyle = DataGridViewCellStyle8
  291. Me.重複文件_dgv.GridColor = System.Drawing.Color.LightGray
  292. Me.重複文件_dgv.Location = New System.Drawing.Point(2, 434)
  293. Me.重複文件_dgv.Margin = New System.Windows.Forms.Padding(4)
  294. Me.重複文件_dgv.Name = "重複文件_dgv"
  295. DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  296. DataGridViewCellStyle9.BackColor = System.Drawing.Color.White
  297. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  298. DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
  299. DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
  300. DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  301. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  302. Me.重複文件_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle9
  303. Me.重複文件_dgv.RowHeadersWidth = 5
  304. Me.重複文件_dgv.RowTemplate.Height = 24
  305. Me.重複文件_dgv.Size = New System.Drawing.Size(461, 159)
  306. Me.重複文件_dgv.TabIndex = 678
  307. '
  308. 'DataGridViewTextBoxColumn2
  309. '
  310. Me.DataGridViewTextBoxColumn2.FillWeight = 127.1574!
  311. Me.DataGridViewTextBoxColumn2.HeaderText = "重複文件"
  312. Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
  313. '
  314. 'Label1
  315. '
  316. Me.Label1.AutoSize = True
  317. Me.Label1.Location = New System.Drawing.Point(60, 8)
  318. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  319. Me.Label1.Name = "Label1"
  320. Me.Label1.Size = New System.Drawing.Size(67, 16)
  321. Me.Label1.TabIndex = 679
  322. Me.Label1.Text = "資料夾位置"
  323. '
  324. '查詢_bt
  325. '
  326. Me.查詢_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.下載
  327. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  328. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.查詢_bt.ForeColor = System.Drawing.Color.Blue
  330. Me.查詢_bt.Location = New System.Drawing.Point(304, 5)
  331. Me.查詢_bt.Name = "查詢_bt"
  332. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  333. Me.查詢_bt.TabIndex = 684
  334. Me.查詢_bt.UseVisualStyleBackColor = True
  335. '
  336. '重新讀取_bt
  337. '
  338. Me.重新讀取_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.open_file
  339. Me.重新讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  340. Me.重新讀取_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  341. Me.重新讀取_bt.ForeColor = System.Drawing.Color.Blue
  342. Me.重新讀取_bt.Location = New System.Drawing.Point(4, 5)
  343. Me.重新讀取_bt.Name = "重新讀取_bt"
  344. Me.重新讀取_bt.Size = New System.Drawing.Size(50, 50)
  345. Me.重新讀取_bt.TabIndex = 683
  346. Me.重新讀取_bt.UseVisualStyleBackColor = True
  347. '
  348. '清除資料_dgv
  349. '
  350. Me.清除資料_dgv.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.Close
  351. Me.清除資料_dgv.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  352. Me.清除資料_dgv.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  353. Me.清除資料_dgv.ForeColor = System.Drawing.Color.Blue
  354. Me.清除資料_dgv.Location = New System.Drawing.Point(198, 5)
  355. Me.清除資料_dgv.Name = "清除資料_dgv"
  356. Me.清除資料_dgv.Size = New System.Drawing.Size(50, 50)
  357. Me.清除資料_dgv.TabIndex = 682
  358. Me.清除資料_dgv.UseVisualStyleBackColor = True
  359. '
  360. '存檔_bt
  361. '
  362. Me.存檔_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.SAVER
  363. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  364. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  365. Me.存檔_bt.ForeColor = System.Drawing.Color.Blue
  366. Me.存檔_bt.Location = New System.Drawing.Point(111, 5)
  367. Me.存檔_bt.Name = "存檔_bt"
  368. Me.存檔_bt.Size = New System.Drawing.Size(50, 50)
  369. Me.存檔_bt.TabIndex = 681
  370. Me.存檔_bt.UseVisualStyleBackColor = True
  371. '
  372. '刪除重複_bt
  373. '
  374. Me.刪除重複_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.GarbageEmpty
  375. Me.刪除重複_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  376. Me.刪除重複_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  377. Me.刪除重複_bt.ForeColor = System.Drawing.Color.Blue
  378. Me.刪除重複_bt.Location = New System.Drawing.Point(251, 5)
  379. Me.刪除重複_bt.Name = "刪除重複_bt"
  380. Me.刪除重複_bt.Size = New System.Drawing.Size(50, 50)
  381. Me.刪除重複_bt.TabIndex = 680
  382. Me.刪除重複_bt.UseVisualStyleBackColor = True
  383. '
  384. '比對_bt
  385. '
  386. Me.比對_bt.BackgroundImage = Global.FILE_RECORDER_SYS.My.Resources.Resources.Default_Programs
  387. Me.比對_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  388. Me.比對_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  389. Me.比對_bt.ForeColor = System.Drawing.Color.Blue
  390. Me.比對_bt.Location = New System.Drawing.Point(57, 5)
  391. Me.比對_bt.Name = "比對_bt"
  392. Me.比對_bt.Size = New System.Drawing.Size(50, 50)
  393. Me.比對_bt.TabIndex = 676
  394. Me.比對_bt.UseVisualStyleBackColor = True
  395. '
  396. '數量4_lb
  397. '
  398. Me.數量4_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  399. Me.數量4_lb.AutoSize = True
  400. Me.數量4_lb.Location = New System.Drawing.Point(358, 21)
  401. Me.數量4_lb.Name = "數量4_lb"
  402. Me.數量4_lb.Size = New System.Drawing.Size(101, 16)
  403. Me.數量4_lb.TabIndex = 679
  404. Me.數量4_lb.Text = "新增 1111 個檔案"
  405. '
  406. '數量1_lb
  407. '
  408. Me.數量1_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  409. Me.數量1_lb.AutoSize = True
  410. Me.數量1_lb.Location = New System.Drawing.Point(359, 38)
  411. Me.數量1_lb.Name = "數量1_lb"
  412. Me.數量1_lb.Size = New System.Drawing.Size(96, 16)
  413. Me.數量1_lb.TabIndex = 678
  414. Me.數量1_lb.Text = "共 11111 個檔案"
  415. '
  416. 'OpenFileDialog1
  417. '
  418. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  419. '
  420. '分流運算
  421. '
  422. '
  423. 'ToolTip1
  424. '
  425. Me.ToolTip1.AutoPopDelay = 5000
  426. Me.ToolTip1.InitialDelay = 500
  427. Me.ToolTip1.IsBalloon = True
  428. Me.ToolTip1.ReshowDelay = 100
  429. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  430. Me.ToolTip1.ToolTipTitle = "illustrate"
  431. '
  432. 'Form1
  433. '
  434. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  435. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  436. Me.ClientSize = New System.Drawing.Size(932, 600)
  437. Me.Controls.Add(Me.SplitContainer1)
  438. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  439. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  440. Me.Margin = New System.Windows.Forms.Padding(4)
  441. Me.Name = "Form1"
  442. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  443. Me.Text = "FILE-RECORDER"
  444. CType(Me.名稱資料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  445. CType(Me.選取清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  446. Me.SplitContainer1.Panel1.ResumeLayout(False)
  447. Me.SplitContainer1.Panel1.PerformLayout()
  448. Me.SplitContainer1.Panel2.ResumeLayout(False)
  449. Me.SplitContainer1.Panel2.PerformLayout()
  450. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  451. Me.SplitContainer1.ResumeLayout(False)
  452. CType(Me.重複文件_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  453. Me.ResumeLayout(False)
  454. End Sub
  455. Friend WithEvents 名稱資料_dgv As DataGridView
  456. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  457. Friend WithEvents 選取清單_dgv As DataGridView
  458. Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
  459. Friend WithEvents 讀取料夾路徑_bt As Button
  460. Friend WithEvents SplitContainer1 As SplitContainer
  461. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  462. Friend WithEvents 數量_lb As Label
  463. Friend WithEvents 比對_bt As Button
  464. Friend WithEvents 數量1_lb As Label
  465. Friend WithEvents 重複文件_dgv As DataGridView
  466. Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
  467. Friend WithEvents 資料夾位置_tb As TextBox
  468. Friend WithEvents Label1 As Label
  469. Friend WithEvents 數量2_lb As Label
  470. Friend WithEvents 數量4_lb As Label
  471. Friend WithEvents 刪除重複_bt As Button
  472. Friend WithEvents 存檔_bt As Button
  473. Friend WithEvents 清除資料_dgv As Button
  474. Friend WithEvents 重新讀取_bt As Button
  475. Friend WithEvents 查詢_bt As Button
  476. Friend WithEvents 分流運算 As Timer
  477. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  478. Friend WithEvents ToolTip1 As ToolTip
  479. Friend WithEvents 路徑_ch As CheckBox
  480. Friend WithEvents 檔名_ch As CheckBox
  481. End Class