No Description
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.

HX-PGS-UPDATE.Designer.vb 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class HX_PGS_UPDATE
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(HX_PGS_UPDATE))
  24. Me.ftp清單_dgv = New System.Windows.Forms.DataGridView()
  25. Me.伺服器區域_cb = New System.Windows.Forms.ComboBox()
  26. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  27. Me.主程式更新 = New System.Windows.Forms.Timer(Me.components)
  28. Me.刪除在下載 = New System.Windows.Forms.Timer(Me.components)
  29. Me.驗證存在1 = New System.Windows.Forms.Timer(Me.components)
  30. Me.驗證存在2 = New System.Windows.Forms.Timer(Me.components)
  31. Me.驗證存在3 = New System.Windows.Forms.Timer(Me.components)
  32. Me.驗證存在4 = New System.Windows.Forms.Timer(Me.components)
  33. Me.驗證存在5 = New System.Windows.Forms.Timer(Me.components)
  34. Me.驗證存在6 = New System.Windows.Forms.Timer(Me.components)
  35. Me.驗證存在7 = New System.Windows.Forms.Timer(Me.components)
  36. Me.刪除所有檔案 = New System.Windows.Forms.Timer(Me.components)
  37. Me.OK = New System.Windows.Forms.Timer(Me.components)
  38. Me.HX_CL = New System.Windows.Forms.Timer(Me.components)
  39. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  40. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  41. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  42. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  43. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  44. Me.CheckBox6 = New System.Windows.Forms.CheckBox()
  45. Me.CheckBox7 = New System.Windows.Forms.CheckBox()
  46. Me.CheckBox8 = New System.Windows.Forms.CheckBox()
  47. Me.CheckBox9 = New System.Windows.Forms.CheckBox()
  48. Me.CheckBox10 = New System.Windows.Forms.CheckBox()
  49. Me.CheckBox11 = New System.Windows.Forms.CheckBox()
  50. Me.小更新_ch = New System.Windows.Forms.CheckBox()
  51. Me.中更新_ch = New System.Windows.Forms.CheckBox()
  52. Me.大更新_ch = New System.Windows.Forms.CheckBox()
  53. Me.小更新 = New System.Windows.Forms.Timer(Me.components)
  54. Me.中更新 = New System.Windows.Forms.Timer(Me.components)
  55. Me.大更新 = New System.Windows.Forms.Timer(Me.components)
  56. CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. Me.SuspendLayout()
  58. '
  59. 'ftp清單_dgv
  60. '
  61. Me.ftp清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  62. Me.ftp清單_dgv.Location = New System.Drawing.Point(302, 82)
  63. Me.ftp清單_dgv.Name = "ftp清單_dgv"
  64. Me.ftp清單_dgv.RowHeadersWidth = 5
  65. Me.ftp清單_dgv.RowTemplate.Height = 24
  66. Me.ftp清單_dgv.Size = New System.Drawing.Size(126, 72)
  67. Me.ftp清單_dgv.TabIndex = 627
  68. Me.ftp清單_dgv.Visible = False
  69. '
  70. '伺服器區域_cb
  71. '
  72. Me.伺服器區域_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  73. Me.伺服器區域_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. Me.伺服器區域_cb.ForeColor = System.Drawing.Color.Blue
  75. Me.伺服器區域_cb.FormattingEnabled = True
  76. Me.伺服器區域_cb.Items.AddRange(New Object() {"印尼外網", "測試雲端", "公司雲端"})
  77. Me.伺服器區域_cb.Location = New System.Drawing.Point(189, 82)
  78. Me.伺服器區域_cb.Name = "伺服器區域_cb"
  79. Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24)
  80. Me.伺服器區域_cb.TabIndex = 631
  81. '
  82. 'ProgressBar1
  83. '
  84. Me.ProgressBar1.Location = New System.Drawing.Point(-1, -1)
  85. Me.ProgressBar1.Maximum = 10000
  86. Me.ProgressBar1.Name = "ProgressBar1"
  87. Me.ProgressBar1.Size = New System.Drawing.Size(544, 51)
  88. Me.ProgressBar1.TabIndex = 637
  89. '
  90. '主程式更新
  91. '
  92. Me.主程式更新.Interval = 300
  93. '
  94. '刪除在下載
  95. '
  96. Me.刪除在下載.Interval = 300
  97. '
  98. '驗證存在1
  99. '
  100. Me.驗證存在1.Interval = 300
  101. '
  102. '驗證存在2
  103. '
  104. Me.驗證存在2.Interval = 300
  105. '
  106. '驗證存在3
  107. '
  108. Me.驗證存在3.Interval = 300
  109. '
  110. '驗證存在4
  111. '
  112. Me.驗證存在4.Interval = 300
  113. '
  114. '驗證存在5
  115. '
  116. Me.驗證存在5.Interval = 300
  117. '
  118. '驗證存在6
  119. '
  120. Me.驗證存在6.Interval = 300
  121. '
  122. '驗證存在7
  123. '
  124. Me.驗證存在7.Interval = 300
  125. '
  126. '刪除所有檔案
  127. '
  128. Me.刪除所有檔案.Interval = 300
  129. '
  130. 'OK
  131. '
  132. Me.OK.Interval = 600
  133. '
  134. 'HX_CL
  135. '
  136. Me.HX_CL.Interval = 300
  137. '
  138. 'CheckBox1
  139. '
  140. Me.CheckBox1.AutoSize = True
  141. Me.CheckBox1.Location = New System.Drawing.Point(16, 57)
  142. Me.CheckBox1.Name = "CheckBox1"
  143. Me.CheckBox1.Size = New System.Drawing.Size(40, 20)
  144. Me.CheckBox1.TabIndex = 638
  145. Me.CheckBox1.Text = "T1"
  146. Me.CheckBox1.UseVisualStyleBackColor = True
  147. '
  148. 'CheckBox2
  149. '
  150. Me.CheckBox2.AutoSize = True
  151. Me.CheckBox2.Location = New System.Drawing.Point(62, 57)
  152. Me.CheckBox2.Name = "CheckBox2"
  153. Me.CheckBox2.Size = New System.Drawing.Size(40, 20)
  154. Me.CheckBox2.TabIndex = 639
  155. Me.CheckBox2.Text = "T2"
  156. Me.CheckBox2.UseVisualStyleBackColor = True
  157. '
  158. 'CheckBox3
  159. '
  160. Me.CheckBox3.AutoSize = True
  161. Me.CheckBox3.Location = New System.Drawing.Point(108, 57)
  162. Me.CheckBox3.Name = "CheckBox3"
  163. Me.CheckBox3.Size = New System.Drawing.Size(40, 20)
  164. Me.CheckBox3.TabIndex = 640
  165. Me.CheckBox3.Text = "T3"
  166. Me.CheckBox3.UseVisualStyleBackColor = True
  167. '
  168. 'CheckBox4
  169. '
  170. Me.CheckBox4.AutoSize = True
  171. Me.CheckBox4.Location = New System.Drawing.Point(154, 57)
  172. Me.CheckBox4.Name = "CheckBox4"
  173. Me.CheckBox4.Size = New System.Drawing.Size(40, 20)
  174. Me.CheckBox4.TabIndex = 641
  175. Me.CheckBox4.Text = "T4"
  176. Me.CheckBox4.UseVisualStyleBackColor = True
  177. '
  178. 'CheckBox5
  179. '
  180. Me.CheckBox5.AutoSize = True
  181. Me.CheckBox5.Location = New System.Drawing.Point(200, 57)
  182. Me.CheckBox5.Name = "CheckBox5"
  183. Me.CheckBox5.Size = New System.Drawing.Size(40, 20)
  184. Me.CheckBox5.TabIndex = 642
  185. Me.CheckBox5.Text = "T5"
  186. Me.CheckBox5.UseVisualStyleBackColor = True
  187. '
  188. 'CheckBox6
  189. '
  190. Me.CheckBox6.AutoSize = True
  191. Me.CheckBox6.Location = New System.Drawing.Point(246, 57)
  192. Me.CheckBox6.Name = "CheckBox6"
  193. Me.CheckBox6.Size = New System.Drawing.Size(40, 20)
  194. Me.CheckBox6.TabIndex = 643
  195. Me.CheckBox6.Text = "T6"
  196. Me.CheckBox6.UseVisualStyleBackColor = True
  197. '
  198. 'CheckBox7
  199. '
  200. Me.CheckBox7.AutoSize = True
  201. Me.CheckBox7.Location = New System.Drawing.Point(292, 57)
  202. Me.CheckBox7.Name = "CheckBox7"
  203. Me.CheckBox7.Size = New System.Drawing.Size(40, 20)
  204. Me.CheckBox7.TabIndex = 644
  205. Me.CheckBox7.Text = "T7"
  206. Me.CheckBox7.UseVisualStyleBackColor = True
  207. '
  208. 'CheckBox8
  209. '
  210. Me.CheckBox8.AutoSize = True
  211. Me.CheckBox8.Location = New System.Drawing.Point(338, 57)
  212. Me.CheckBox8.Name = "CheckBox8"
  213. Me.CheckBox8.Size = New System.Drawing.Size(40, 20)
  214. Me.CheckBox8.TabIndex = 645
  215. Me.CheckBox8.Text = "T8"
  216. Me.CheckBox8.UseVisualStyleBackColor = True
  217. '
  218. 'CheckBox9
  219. '
  220. Me.CheckBox9.AutoSize = True
  221. Me.CheckBox9.Location = New System.Drawing.Point(384, 57)
  222. Me.CheckBox9.Name = "CheckBox9"
  223. Me.CheckBox9.Size = New System.Drawing.Size(40, 20)
  224. Me.CheckBox9.TabIndex = 646
  225. Me.CheckBox9.Text = "T9"
  226. Me.CheckBox9.UseVisualStyleBackColor = True
  227. '
  228. 'CheckBox10
  229. '
  230. Me.CheckBox10.AutoSize = True
  231. Me.CheckBox10.Location = New System.Drawing.Point(430, 57)
  232. Me.CheckBox10.Name = "CheckBox10"
  233. Me.CheckBox10.Size = New System.Drawing.Size(47, 20)
  234. Me.CheckBox10.TabIndex = 647
  235. Me.CheckBox10.Text = "T10"
  236. Me.CheckBox10.UseVisualStyleBackColor = True
  237. '
  238. 'CheckBox11
  239. '
  240. Me.CheckBox11.AutoSize = True
  241. Me.CheckBox11.Location = New System.Drawing.Point(476, 57)
  242. Me.CheckBox11.Name = "CheckBox11"
  243. Me.CheckBox11.Size = New System.Drawing.Size(43, 20)
  244. Me.CheckBox11.TabIndex = 648
  245. Me.CheckBox11.Text = "OK"
  246. Me.CheckBox11.UseVisualStyleBackColor = True
  247. '
  248. '小更新_ch
  249. '
  250. Me.小更新_ch.AutoSize = True
  251. Me.小更新_ch.Location = New System.Drawing.Point(16, 82)
  252. Me.小更新_ch.Name = "小更新_ch"
  253. Me.小更新_ch.Size = New System.Drawing.Size(62, 20)
  254. Me.小更新_ch.TabIndex = 649
  255. Me.小更新_ch.Text = "小更新"
  256. Me.小更新_ch.UseVisualStyleBackColor = True
  257. '
  258. '中更新_ch
  259. '
  260. Me.中更新_ch.AutoSize = True
  261. Me.中更新_ch.Location = New System.Drawing.Point(16, 108)
  262. Me.中更新_ch.Name = "中更新_ch"
  263. Me.中更新_ch.Size = New System.Drawing.Size(62, 20)
  264. Me.中更新_ch.TabIndex = 650
  265. Me.中更新_ch.Text = "中更新"
  266. Me.中更新_ch.UseVisualStyleBackColor = True
  267. '
  268. '大更新_ch
  269. '
  270. Me.大更新_ch.AutoSize = True
  271. Me.大更新_ch.Location = New System.Drawing.Point(16, 134)
  272. Me.大更新_ch.Name = "大更新_ch"
  273. Me.大更新_ch.Size = New System.Drawing.Size(62, 20)
  274. Me.大更新_ch.TabIndex = 651
  275. Me.大更新_ch.Text = "大更新"
  276. Me.大更新_ch.UseVisualStyleBackColor = True
  277. '
  278. '小更新
  279. '
  280. Me.小更新.Interval = 300
  281. '
  282. '中更新
  283. '
  284. Me.中更新.Interval = 300
  285. '
  286. '大更新
  287. '
  288. Me.大更新.Interval = 300
  289. '
  290. 'HX_PGS_UPDATE
  291. '
  292. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  293. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  294. Me.ClientSize = New System.Drawing.Size(542, 50)
  295. Me.ControlBox = False
  296. Me.Controls.Add(Me.大更新_ch)
  297. Me.Controls.Add(Me.中更新_ch)
  298. Me.Controls.Add(Me.小更新_ch)
  299. Me.Controls.Add(Me.CheckBox11)
  300. Me.Controls.Add(Me.CheckBox10)
  301. Me.Controls.Add(Me.CheckBox9)
  302. Me.Controls.Add(Me.CheckBox8)
  303. Me.Controls.Add(Me.CheckBox7)
  304. Me.Controls.Add(Me.CheckBox6)
  305. Me.Controls.Add(Me.CheckBox5)
  306. Me.Controls.Add(Me.CheckBox4)
  307. Me.Controls.Add(Me.CheckBox3)
  308. Me.Controls.Add(Me.CheckBox2)
  309. Me.Controls.Add(Me.CheckBox1)
  310. Me.Controls.Add(Me.ProgressBar1)
  311. Me.Controls.Add(Me.伺服器區域_cb)
  312. Me.Controls.Add(Me.ftp清單_dgv)
  313. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  314. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  315. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  316. Me.MaximizeBox = False
  317. Me.MinimizeBox = False
  318. Me.Name = "HX_PGS_UPDATE"
  319. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  320. Me.Text = "HX-PGS-SYS-UPDATE........"
  321. CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  322. Me.ResumeLayout(False)
  323. Me.PerformLayout()
  324. End Sub
  325. Friend WithEvents ftp清單_dgv As DataGridView
  326. Friend WithEvents 伺服器區域_cb As ComboBox
  327. Friend WithEvents ProgressBar1 As ProgressBar
  328. Friend WithEvents 主程式更新 As Timer
  329. Friend WithEvents 刪除在下載 As Timer
  330. Friend WithEvents 驗證存在1 As Timer
  331. Friend WithEvents 驗證存在2 As Timer
  332. Friend WithEvents 驗證存在3 As Timer
  333. Friend WithEvents 驗證存在4 As Timer
  334. Friend WithEvents 驗證存在5 As Timer
  335. Friend WithEvents 驗證存在6 As Timer
  336. Friend WithEvents 驗證存在7 As Timer
  337. Friend WithEvents 刪除所有檔案 As Timer
  338. Friend WithEvents OK As Timer
  339. Friend WithEvents HX_CL As Timer
  340. Friend WithEvents CheckBox1 As CheckBox
  341. Friend WithEvents CheckBox2 As CheckBox
  342. Friend WithEvents CheckBox3 As CheckBox
  343. Friend WithEvents CheckBox4 As CheckBox
  344. Friend WithEvents CheckBox5 As CheckBox
  345. Friend WithEvents CheckBox6 As CheckBox
  346. Friend WithEvents CheckBox7 As CheckBox
  347. Friend WithEvents CheckBox8 As CheckBox
  348. Friend WithEvents CheckBox9 As CheckBox
  349. Friend WithEvents CheckBox10 As CheckBox
  350. Friend WithEvents CheckBox11 As CheckBox
  351. Friend WithEvents 小更新_ch As CheckBox
  352. Friend WithEvents 中更新_ch As CheckBox
  353. Friend WithEvents 大更新_ch As CheckBox
  354. Friend WithEvents 小更新 As Timer
  355. Friend WithEvents 中更新 As Timer
  356. Friend WithEvents 大更新 As Timer
  357. End Class