Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

FTP-DGAC-SYS.Designer.vb 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FTP_DGAC_SYS
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FTP_DGAC_SYS))
  30. Me.捷徑_dgv = New System.Windows.Forms.DataGridView()
  31. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  32. Me.計算分流1 = New System.Windows.Forms.Timer(Me.components)
  33. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  34. Me.Label1 = New System.Windows.Forms.Label()
  35. Me.FTP主要位置_tb = New System.Windows.Forms.TextBox()
  36. Me.路徑暫存1_cb = New System.Windows.Forms.ComboBox()
  37. Me.路徑暫存2_cb = New System.Windows.Forms.ComboBox()
  38. Me.路徑暫存3_cb = New System.Windows.Forms.ComboBox()
  39. Me.路徑暫存4_cb = New System.Windows.Forms.ComboBox()
  40. Me.路徑暫存5_cb = New System.Windows.Forms.ComboBox()
  41. Me.路徑暫存6_cb = New System.Windows.Forms.ComboBox()
  42. Me.Panel1 = New System.Windows.Forms.Panel()
  43. Me.剔除清單_cb = New System.Windows.Forms.ComboBox()
  44. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  45. Me.剔除清單_dgv = New System.Windows.Forms.DataGridView()
  46. Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  47. Me.加入剔除檔案_bt = New System.Windows.Forms.Button()
  48. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  49. Me.計算分流2 = New System.Windows.Forms.Timer(Me.components)
  50. Me.刪除剔除檔案_bt = New System.Windows.Forms.Button()
  51. Me.運行自動刪除_bt = New System.Windows.Forms.Button()
  52. Me.自動循環_ch = New System.Windows.Forms.CheckBox()
  53. Me.Label2 = New System.Windows.Forms.Label()
  54. Me.計數_nud = New System.Windows.Forms.NumericUpDown()
  55. Me.計數歸零_bt = New System.Windows.Forms.Button()
  56. Me.Label3 = New System.Windows.Forms.Label()
  57. Me.通知_lb = New System.Windows.Forms.Label()
  58. Me.自動運行 = New System.Windows.Forms.Timer(Me.components)
  59. Me.停頓1 = New System.Windows.Forms.Timer(Me.components)
  60. CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. Me.Panel1.SuspendLayout()
  62. CType(Me.剔除清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.計數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  64. Me.SuspendLayout()
  65. '
  66. '捷徑_dgv
  67. '
  68. Me.捷徑_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  69. Or System.Windows.Forms.AnchorStyles.Left) _
  70. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  71. Me.捷徑_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  72. Me.捷徑_dgv.BackgroundColor = System.Drawing.Color.White
  73. Me.捷徑_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  74. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  75. DataGridViewCellStyle1.BackColor = System.Drawing.Color.White
  76. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  78. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  79. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  80. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  81. Me.捷徑_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  82. Me.捷徑_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  83. Me.捷徑_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column2})
  84. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  85. DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
  86. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  87. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  88. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  89. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  90. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  91. Me.捷徑_dgv.DefaultCellStyle = DataGridViewCellStyle2
  92. Me.捷徑_dgv.GridColor = System.Drawing.Color.LightGray
  93. Me.捷徑_dgv.Location = New System.Drawing.Point(6, 27)
  94. Me.捷徑_dgv.Margin = New System.Windows.Forms.Padding(4)
  95. Me.捷徑_dgv.Name = "捷徑_dgv"
  96. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  97. DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
  98. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  100. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  101. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  102. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  103. Me.捷徑_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
  104. Me.捷徑_dgv.RowHeadersWidth = 5
  105. Me.捷徑_dgv.RowTemplate.Height = 24
  106. Me.捷徑_dgv.Size = New System.Drawing.Size(458, 299)
  107. Me.捷徑_dgv.TabIndex = 664
  108. '
  109. 'Column2
  110. '
  111. Me.Column2.FillWeight = 127.1574!
  112. Me.Column2.HeaderText = "位置"
  113. Me.Column2.Name = "Column2"
  114. '
  115. '計算分流1
  116. '
  117. '
  118. 'FolderBrowserDialog1
  119. '
  120. Me.FolderBrowserDialog1.RootFolder = System.Environment.SpecialFolder.MyComputer
  121. Me.FolderBrowserDialog1.SelectedPath = "C:\Users\USER\Desktop"
  122. '
  123. 'Label1
  124. '
  125. Me.Label1.AutoSize = True
  126. Me.Label1.Location = New System.Drawing.Point(8, 6)
  127. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  128. Me.Label1.Name = "Label1"
  129. Me.Label1.Size = New System.Drawing.Size(75, 16)
  130. Me.Label1.TabIndex = 665
  131. Me.Label1.Text = "FTP主要位置"
  132. '
  133. 'FTP主要位置_tb
  134. '
  135. Me.FTP主要位置_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  136. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  137. Me.FTP主要位置_tb.Location = New System.Drawing.Point(85, 3)
  138. Me.FTP主要位置_tb.Name = "FTP主要位置_tb"
  139. Me.FTP主要位置_tb.Size = New System.Drawing.Size(276, 23)
  140. Me.FTP主要位置_tb.TabIndex = 666
  141. '
  142. '路徑暫存1_cb
  143. '
  144. Me.路徑暫存1_cb.FormattingEnabled = True
  145. Me.路徑暫存1_cb.Location = New System.Drawing.Point(3, 3)
  146. Me.路徑暫存1_cb.Name = "路徑暫存1_cb"
  147. Me.路徑暫存1_cb.Size = New System.Drawing.Size(137, 24)
  148. Me.路徑暫存1_cb.TabIndex = 667
  149. '
  150. '路徑暫存2_cb
  151. '
  152. Me.路徑暫存2_cb.FormattingEnabled = True
  153. Me.路徑暫存2_cb.Location = New System.Drawing.Point(3, 28)
  154. Me.路徑暫存2_cb.Name = "路徑暫存2_cb"
  155. Me.路徑暫存2_cb.Size = New System.Drawing.Size(137, 24)
  156. Me.路徑暫存2_cb.TabIndex = 668
  157. '
  158. '路徑暫存3_cb
  159. '
  160. Me.路徑暫存3_cb.FormattingEnabled = True
  161. Me.路徑暫存3_cb.Location = New System.Drawing.Point(3, 53)
  162. Me.路徑暫存3_cb.Name = "路徑暫存3_cb"
  163. Me.路徑暫存3_cb.Size = New System.Drawing.Size(137, 24)
  164. Me.路徑暫存3_cb.TabIndex = 669
  165. '
  166. '路徑暫存4_cb
  167. '
  168. Me.路徑暫存4_cb.FormattingEnabled = True
  169. Me.路徑暫存4_cb.Location = New System.Drawing.Point(3, 78)
  170. Me.路徑暫存4_cb.Name = "路徑暫存4_cb"
  171. Me.路徑暫存4_cb.Size = New System.Drawing.Size(137, 24)
  172. Me.路徑暫存4_cb.TabIndex = 670
  173. '
  174. '路徑暫存5_cb
  175. '
  176. Me.路徑暫存5_cb.FormattingEnabled = True
  177. Me.路徑暫存5_cb.Location = New System.Drawing.Point(3, 103)
  178. Me.路徑暫存5_cb.Name = "路徑暫存5_cb"
  179. Me.路徑暫存5_cb.Size = New System.Drawing.Size(137, 24)
  180. Me.路徑暫存5_cb.TabIndex = 671
  181. '
  182. '路徑暫存6_cb
  183. '
  184. Me.路徑暫存6_cb.FormattingEnabled = True
  185. Me.路徑暫存6_cb.Location = New System.Drawing.Point(3, 128)
  186. Me.路徑暫存6_cb.Name = "路徑暫存6_cb"
  187. Me.路徑暫存6_cb.Size = New System.Drawing.Size(137, 24)
  188. Me.路徑暫存6_cb.TabIndex = 672
  189. '
  190. 'Panel1
  191. '
  192. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  193. Me.Panel1.Controls.Add(Me.剔除清單_cb)
  194. Me.Panel1.Controls.Add(Me.路徑暫存1_cb)
  195. Me.Panel1.Controls.Add(Me.路徑暫存6_cb)
  196. Me.Panel1.Controls.Add(Me.路徑暫存2_cb)
  197. Me.Panel1.Controls.Add(Me.路徑暫存5_cb)
  198. Me.Panel1.Controls.Add(Me.路徑暫存3_cb)
  199. Me.Panel1.Controls.Add(Me.路徑暫存4_cb)
  200. Me.Panel1.Location = New System.Drawing.Point(161, 107)
  201. Me.Panel1.Name = "Panel1"
  202. Me.Panel1.Size = New System.Drawing.Size(146, 198)
  203. Me.Panel1.TabIndex = 673
  204. '
  205. '剔除清單_cb
  206. '
  207. Me.剔除清單_cb.FormattingEnabled = True
  208. Me.剔除清單_cb.Location = New System.Drawing.Point(3, 154)
  209. Me.剔除清單_cb.Name = "剔除清單_cb"
  210. Me.剔除清單_cb.Size = New System.Drawing.Size(137, 24)
  211. Me.剔除清單_cb.TabIndex = 673
  212. '
  213. '讀取料夾路徑_bt
  214. '
  215. Me.讀取料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  216. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  218. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(367, 2)
  219. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  220. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(97, 24)
  221. Me.讀取料夾路徑_bt.TabIndex = 674
  222. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  223. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  224. '
  225. '剔除清單_dgv
  226. '
  227. Me.剔除清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  228. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  229. Me.剔除清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  230. Me.剔除清單_dgv.BackgroundColor = System.Drawing.Color.White
  231. Me.剔除清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  232. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  233. DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
  234. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  236. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  237. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  238. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  239. Me.剔除清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
  240. Me.剔除清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  241. Me.剔除清單_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1})
  242. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  243. DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
  244. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  245. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
  246. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  247. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  248. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  249. Me.剔除清單_dgv.DefaultCellStyle = DataGridViewCellStyle5
  250. Me.剔除清單_dgv.GridColor = System.Drawing.Color.LightGray
  251. Me.剔除清單_dgv.Location = New System.Drawing.Point(6, 328)
  252. Me.剔除清單_dgv.Margin = New System.Windows.Forms.Padding(4)
  253. Me.剔除清單_dgv.Name = "剔除清單_dgv"
  254. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  255. DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
  256. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  257. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
  258. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  259. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  260. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  261. Me.剔除清單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
  262. Me.剔除清單_dgv.RowHeadersWidth = 5
  263. Me.剔除清單_dgv.RowTemplate.Height = 24
  264. Me.剔除清單_dgv.Size = New System.Drawing.Size(316, 113)
  265. Me.剔除清單_dgv.TabIndex = 675
  266. '
  267. 'DataGridViewTextBoxColumn1
  268. '
  269. Me.DataGridViewTextBoxColumn1.FillWeight = 127.1574!
  270. Me.DataGridViewTextBoxColumn1.HeaderText = "檔案"
  271. Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
  272. '
  273. '加入剔除檔案_bt
  274. '
  275. Me.加入剔除檔案_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  276. Me.加入剔除檔案_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  277. Me.加入剔除檔案_bt.ForeColor = System.Drawing.Color.Blue
  278. Me.加入剔除檔案_bt.Location = New System.Drawing.Point(325, 329)
  279. Me.加入剔除檔案_bt.Name = "加入剔除檔案_bt"
  280. Me.加入剔除檔案_bt.Size = New System.Drawing.Size(139, 38)
  281. Me.加入剔除檔案_bt.TabIndex = 676
  282. Me.加入剔除檔案_bt.Text = "加入剔除檔案"
  283. Me.加入剔除檔案_bt.UseVisualStyleBackColor = True
  284. '
  285. 'OpenFileDialog1
  286. '
  287. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  288. '
  289. '計算分流2
  290. '
  291. '
  292. '刪除剔除檔案_bt
  293. '
  294. Me.刪除剔除檔案_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  295. Me.刪除剔除檔案_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.刪除剔除檔案_bt.ForeColor = System.Drawing.Color.Red
  297. Me.刪除剔除檔案_bt.Location = New System.Drawing.Point(325, 367)
  298. Me.刪除剔除檔案_bt.Name = "刪除剔除檔案_bt"
  299. Me.刪除剔除檔案_bt.Size = New System.Drawing.Size(139, 38)
  300. Me.刪除剔除檔案_bt.TabIndex = 677
  301. Me.刪除剔除檔案_bt.Text = "刪除剔除檔案"
  302. Me.刪除剔除檔案_bt.UseVisualStyleBackColor = True
  303. '
  304. '運行自動刪除_bt
  305. '
  306. Me.運行自動刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  307. Me.運行自動刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.運行自動刪除_bt.ForeColor = System.Drawing.Color.Green
  309. Me.運行自動刪除_bt.Location = New System.Drawing.Point(325, 432)
  310. Me.運行自動刪除_bt.Name = "運行自動刪除_bt"
  311. Me.運行自動刪除_bt.Size = New System.Drawing.Size(139, 38)
  312. Me.運行自動刪除_bt.TabIndex = 678
  313. Me.運行自動刪除_bt.Text = "運行自動刪除"
  314. Me.運行自動刪除_bt.UseVisualStyleBackColor = True
  315. '
  316. '自動循環_ch
  317. '
  318. Me.自動循環_ch.AutoSize = True
  319. Me.自動循環_ch.Location = New System.Drawing.Point(329, 411)
  320. Me.自動循環_ch.Name = "自動循環_ch"
  321. Me.自動循環_ch.Size = New System.Drawing.Size(129, 20)
  322. Me.自動循環_ch.TabIndex = 679
  323. Me.自動循環_ch.Text = "開啟3小時自動循環"
  324. Me.自動循環_ch.UseVisualStyleBackColor = True
  325. '
  326. 'Label2
  327. '
  328. Me.Label2.AutoSize = True
  329. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  330. Me.Label2.Location = New System.Drawing.Point(10, 447)
  331. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  332. Me.Label2.Name = "Label2"
  333. Me.Label2.Size = New System.Drawing.Size(139, 16)
  334. Me.Label2.TabIndex = 680
  335. Me.Label2.Text = "已累計刪除可疑檔案數量"
  336. '
  337. '計數_nud
  338. '
  339. Me.計數_nud.Enabled = False
  340. Me.計數_nud.Location = New System.Drawing.Point(156, 444)
  341. Me.計數_nud.Maximum = New Decimal(New Integer() {1000000000, 0, 0, 0})
  342. Me.計數_nud.Name = "計數_nud"
  343. Me.計數_nud.Size = New System.Drawing.Size(90, 23)
  344. Me.計數_nud.TabIndex = 681
  345. Me.計數_nud.ThousandsSeparator = True
  346. '
  347. '計數歸零_bt
  348. '
  349. Me.計數歸零_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  350. Me.計數歸零_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  351. Me.計數歸零_bt.ForeColor = System.Drawing.Color.Blue
  352. Me.計數歸零_bt.Location = New System.Drawing.Point(252, 443)
  353. Me.計數歸零_bt.Name = "計數歸零_bt"
  354. Me.計數歸零_bt.Size = New System.Drawing.Size(69, 24)
  355. Me.計數歸零_bt.TabIndex = 682
  356. Me.計數歸零_bt.Text = "計數歸零"
  357. Me.計數歸零_bt.UseVisualStyleBackColor = True
  358. '
  359. 'Label3
  360. '
  361. Me.Label3.AutoSize = True
  362. Me.Label3.Location = New System.Drawing.Point(2, 457)
  363. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  364. Me.Label3.Name = "Label3"
  365. Me.Label3.Size = New System.Drawing.Size(467, 16)
  366. Me.Label3.TabIndex = 683
  367. Me.Label3.Text = "_________________________________________________________________________________" &
  368. "___________"
  369. '
  370. '通知_lb
  371. '
  372. Me.通知_lb.AutoEllipsis = True
  373. Me.通知_lb.ForeColor = System.Drawing.Color.Red
  374. Me.通知_lb.Location = New System.Drawing.Point(5, 474)
  375. Me.通知_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  376. Me.通知_lb.Name = "通知_lb"
  377. Me.通知_lb.Size = New System.Drawing.Size(464, 22)
  378. Me.通知_lb.TabIndex = 684
  379. Me.通知_lb.Text = "☆☆☆☆☆☆☆☆☆☆ 未自動運行 ☆☆☆☆☆☆☆☆☆☆"
  380. Me.通知_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  381. '
  382. '自動運行
  383. '
  384. Me.自動運行.Interval = 10800000
  385. '
  386. '停頓1
  387. '
  388. Me.停頓1.Interval = 1200
  389. '
  390. 'FTP_DGAC_SYS
  391. '
  392. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  393. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  394. Me.ClientSize = New System.Drawing.Size(469, 496)
  395. Me.Controls.Add(Me.通知_lb)
  396. Me.Controls.Add(Me.計數歸零_bt)
  397. Me.Controls.Add(Me.計數_nud)
  398. Me.Controls.Add(Me.Label2)
  399. Me.Controls.Add(Me.自動循環_ch)
  400. Me.Controls.Add(Me.運行自動刪除_bt)
  401. Me.Controls.Add(Me.刪除剔除檔案_bt)
  402. Me.Controls.Add(Me.加入剔除檔案_bt)
  403. Me.Controls.Add(Me.剔除清單_dgv)
  404. Me.Controls.Add(Me.讀取料夾路徑_bt)
  405. Me.Controls.Add(Me.Panel1)
  406. Me.Controls.Add(Me.FTP主要位置_tb)
  407. Me.Controls.Add(Me.Label1)
  408. Me.Controls.Add(Me.捷徑_dgv)
  409. Me.Controls.Add(Me.Label3)
  410. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  411. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  412. Me.Margin = New System.Windows.Forms.Padding(4)
  413. Me.Name = "FTP_DGAC_SYS"
  414. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  415. Me.Text = "FTP-DGAC-SYS"
  416. CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  417. Me.Panel1.ResumeLayout(False)
  418. CType(Me.剔除清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  419. CType(Me.計數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  420. Me.ResumeLayout(False)
  421. Me.PerformLayout()
  422. End Sub
  423. Friend WithEvents 捷徑_dgv As DataGridView
  424. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  425. Friend WithEvents 計算分流1 As Timer
  426. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  427. Friend WithEvents Label1 As Label
  428. Friend WithEvents FTP主要位置_tb As TextBox
  429. Friend WithEvents 路徑暫存1_cb As ComboBox
  430. Friend WithEvents 路徑暫存2_cb As ComboBox
  431. Friend WithEvents 路徑暫存3_cb As ComboBox
  432. Friend WithEvents 路徑暫存4_cb As ComboBox
  433. Friend WithEvents 路徑暫存5_cb As ComboBox
  434. Friend WithEvents 路徑暫存6_cb As ComboBox
  435. Friend WithEvents Panel1 As Panel
  436. Friend WithEvents 讀取料夾路徑_bt As Button
  437. Friend WithEvents 剔除清單_dgv As DataGridView
  438. Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
  439. Friend WithEvents 加入剔除檔案_bt As Button
  440. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  441. Friend WithEvents 計算分流2 As Timer
  442. Friend WithEvents 剔除清單_cb As ComboBox
  443. Friend WithEvents 刪除剔除檔案_bt As Button
  444. Friend WithEvents 運行自動刪除_bt As Button
  445. Friend WithEvents 自動循環_ch As CheckBox
  446. Friend WithEvents Label2 As Label
  447. Friend WithEvents 計數_nud As NumericUpDown
  448. Friend WithEvents 計數歸零_bt As Button
  449. Friend WithEvents Label3 As Label
  450. Friend WithEvents 通知_lb As Label
  451. Friend WithEvents 自動運行 As Timer
  452. Friend WithEvents 停頓1 As Timer
  453. End Class