説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

系統執行檔版本管理.Designer.vb 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 系統執行檔版本管理
  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.資料庫版本號_lb = New System.Windows.Forms.Label()
  23. Me.Label13 = New System.Windows.Forms.Label()
  24. Me.Button14 = New System.Windows.Forms.Button()
  25. Me.Button1 = New System.Windows.Forms.Button()
  26. Me.Label3 = New System.Windows.Forms.Label()
  27. Me.版本號_tb = New System.Windows.Forms.TextBox()
  28. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  29. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  30. Me.Label12 = New System.Windows.Forms.Label()
  31. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  32. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  33. Me.TextBox1 = New System.Windows.Forms.TextBox()
  34. Me.TextBox3 = New System.Windows.Forms.TextBox()
  35. Me.Label9 = New System.Windows.Forms.Label()
  36. Me.TextBox4 = New System.Windows.Forms.TextBox()
  37. Me.Button3 = New System.Windows.Forms.Button()
  38. Me.Panel1 = New System.Windows.Forms.Panel()
  39. Me.小更5 = New System.Windows.Forms.TextBox()
  40. Me.小更4 = New System.Windows.Forms.TextBox()
  41. Me.小更3 = New System.Windows.Forms.TextBox()
  42. Me.小更2 = New System.Windows.Forms.TextBox()
  43. Me.Label1 = New System.Windows.Forms.Label()
  44. Me.小更1 = New System.Windows.Forms.TextBox()
  45. Me.中更5 = New System.Windows.Forms.TextBox()
  46. Me.中更4 = New System.Windows.Forms.TextBox()
  47. Me.中更3 = New System.Windows.Forms.TextBox()
  48. Me.中更2 = New System.Windows.Forms.TextBox()
  49. Me.Label4 = New System.Windows.Forms.Label()
  50. Me.中更1 = New System.Windows.Forms.TextBox()
  51. Me.Panel1.SuspendLayout()
  52. Me.SuspendLayout()
  53. '
  54. '資料庫版本號_lb
  55. '
  56. Me.資料庫版本號_lb.AutoSize = True
  57. Me.資料庫版本號_lb.BackColor = System.Drawing.SystemColors.Control
  58. Me.資料庫版本號_lb.Location = New System.Drawing.Point(798, 29)
  59. Me.資料庫版本號_lb.Name = "資料庫版本號_lb"
  60. Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16)
  61. Me.資料庫版本號_lb.TabIndex = 602
  62. Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801"
  63. '
  64. 'Label13
  65. '
  66. Me.Label13.AutoSize = True
  67. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. Me.Label13.Location = New System.Drawing.Point(13, 7)
  69. Me.Label13.Name = "Label13"
  70. Me.Label13.Size = New System.Drawing.Size(55, 16)
  71. Me.Label13.TabIndex = 601
  72. Me.Label13.Text = "我的電腦"
  73. '
  74. 'Button14
  75. '
  76. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. Me.Button14.ForeColor = System.Drawing.Color.Blue
  78. Me.Button14.Location = New System.Drawing.Point(4, 26)
  79. Me.Button14.Name = "Button14"
  80. Me.Button14.Size = New System.Drawing.Size(97, 24)
  81. Me.Button14.TabIndex = 600
  82. Me.Button14.Text = "讀取料夾路徑"
  83. Me.Button14.UseVisualStyleBackColor = True
  84. '
  85. 'Button1
  86. '
  87. Me.Button1.Location = New System.Drawing.Point(687, 2)
  88. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  89. Me.Button1.Name = "Button1"
  90. Me.Button1.Size = New System.Drawing.Size(105, 48)
  91. Me.Button1.TabIndex = 599
  92. Me.Button1.Text = "修改"
  93. '
  94. 'Label3
  95. '
  96. Me.Label3.AutoSize = True
  97. Me.Label3.BackColor = System.Drawing.SystemColors.Control
  98. Me.Label3.Location = New System.Drawing.Point(110, 8)
  99. Me.Label3.Name = "Label3"
  100. Me.Label3.Size = New System.Drawing.Size(43, 16)
  101. Me.Label3.TabIndex = 598
  102. Me.Label3.Text = "版本號"
  103. '
  104. '版本號_tb
  105. '
  106. Me.版本號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.版本號_tb.Location = New System.Drawing.Point(109, 26)
  108. Me.版本號_tb.Margin = New System.Windows.Forms.Padding(5)
  109. Me.版本號_tb.Name = "版本號_tb"
  110. Me.版本號_tb.Size = New System.Drawing.Size(101, 23)
  111. Me.版本號_tb.TabIndex = 597
  112. '
  113. 'WebBrowser2
  114. '
  115. Me.WebBrowser2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  116. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  117. Me.WebBrowser2.Location = New System.Drawing.Point(4, 53)
  118. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  119. Me.WebBrowser2.Name = "WebBrowser2"
  120. Me.WebBrowser2.Size = New System.Drawing.Size(1341, 299)
  121. Me.WebBrowser2.TabIndex = 604
  122. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  123. '
  124. 'WebBrowser1
  125. '
  126. Me.WebBrowser1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  127. Or System.Windows.Forms.AnchorStyles.Left) _
  128. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  129. Me.WebBrowser1.Location = New System.Drawing.Point(5, 376)
  130. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  131. Me.WebBrowser1.Name = "WebBrowser1"
  132. Me.WebBrowser1.Size = New System.Drawing.Size(1340, 302)
  133. Me.WebBrowser1.TabIndex = 603
  134. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  135. '
  136. 'Label12
  137. '
  138. Me.Label12.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  139. Or System.Windows.Forms.AnchorStyles.Left) _
  140. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  141. Me.Label12.AutoSize = True
  142. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  143. Me.Label12.Location = New System.Drawing.Point(13, 358)
  144. Me.Label12.Name = "Label12"
  145. Me.Label12.Size = New System.Drawing.Size(79, 16)
  146. Me.Label12.TabIndex = 606
  147. Me.Label12.Text = "執行檔放置區"
  148. '
  149. 'FolderBrowserDialog1
  150. '
  151. Me.FolderBrowserDialog1.RootFolder = System.Environment.SpecialFolder.MyComputer
  152. Me.FolderBrowserDialog1.SelectedPath = "C:\Users\USER\Desktop"
  153. '
  154. 'SaveFileDialog1
  155. '
  156. Me.SaveFileDialog1.DefaultExt = "jpg"
  157. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  158. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  159. '
  160. 'TextBox1
  161. '
  162. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.TextBox1.Location = New System.Drawing.Point(36, 3)
  164. Me.TextBox1.Margin = New System.Windows.Forms.Padding(5)
  165. Me.TextBox1.Name = "TextBox1"
  166. Me.TextBox1.Size = New System.Drawing.Size(89, 23)
  167. Me.TextBox1.TabIndex = 609
  168. '
  169. 'TextBox3
  170. '
  171. Me.TextBox3.AllowDrop = True
  172. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  173. Me.TextBox3.Location = New System.Drawing.Point(3, 3)
  174. Me.TextBox3.Multiline = True
  175. Me.TextBox3.Name = "TextBox3"
  176. Me.TextBox3.Size = New System.Drawing.Size(25, 23)
  177. Me.TextBox3.TabIndex = 625
  178. '
  179. 'Label9
  180. '
  181. Me.Label9.AutoSize = True
  182. Me.Label9.Location = New System.Drawing.Point(4, 38)
  183. Me.Label9.Name = "Label9"
  184. Me.Label9.Size = New System.Drawing.Size(55, 16)
  185. Me.Label9.TabIndex = 624
  186. Me.Label9.Text = "檔案名稱"
  187. '
  188. 'TextBox4
  189. '
  190. Me.TextBox4.AllowDrop = True
  191. Me.TextBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  192. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  193. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  194. Me.TextBox4.Location = New System.Drawing.Point(61, 34)
  195. Me.TextBox4.Multiline = True
  196. Me.TextBox4.Name = "TextBox4"
  197. Me.TextBox4.Size = New System.Drawing.Size(126, 23)
  198. Me.TextBox4.TabIndex = 623
  199. '
  200. 'Button3
  201. '
  202. Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  203. Me.Button3.Location = New System.Drawing.Point(82, 64)
  204. Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  205. Me.Button3.Name = "Button3"
  206. Me.Button3.Size = New System.Drawing.Size(105, 24)
  207. Me.Button3.TabIndex = 626
  208. Me.Button3.Text = "上傳"
  209. '
  210. 'Panel1
  211. '
  212. Me.Panel1.Controls.Add(Me.TextBox3)
  213. Me.Panel1.Controls.Add(Me.Button3)
  214. Me.Panel1.Controls.Add(Me.TextBox1)
  215. Me.Panel1.Controls.Add(Me.Label9)
  216. Me.Panel1.Controls.Add(Me.TextBox4)
  217. Me.Panel1.Location = New System.Drawing.Point(457, 195)
  218. Me.Panel1.Name = "Panel1"
  219. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  220. Me.Panel1.TabIndex = 627
  221. '
  222. '小更5
  223. '
  224. Me.小更5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  225. Me.小更5.Location = New System.Drawing.Point(598, 3)
  226. Me.小更5.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  227. Me.小更5.Name = "小更5"
  228. Me.小更5.Size = New System.Drawing.Size(80, 23)
  229. Me.小更5.TabIndex = 677
  230. '
  231. '小更4
  232. '
  233. Me.小更4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  234. Me.小更4.Location = New System.Drawing.Point(514, 3)
  235. Me.小更4.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  236. Me.小更4.Name = "小更4"
  237. Me.小更4.Size = New System.Drawing.Size(80, 23)
  238. Me.小更4.TabIndex = 676
  239. '
  240. '小更3
  241. '
  242. Me.小更3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  243. Me.小更3.Location = New System.Drawing.Point(430, 3)
  244. Me.小更3.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  245. Me.小更3.Name = "小更3"
  246. Me.小更3.Size = New System.Drawing.Size(80, 23)
  247. Me.小更3.TabIndex = 675
  248. '
  249. '小更2
  250. '
  251. Me.小更2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.小更2.Location = New System.Drawing.Point(346, 3)
  253. Me.小更2.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  254. Me.小更2.Name = "小更2"
  255. Me.小更2.Size = New System.Drawing.Size(80, 23)
  256. Me.小更2.TabIndex = 674
  257. '
  258. 'Label1
  259. '
  260. Me.Label1.AutoSize = True
  261. Me.Label1.BackColor = System.Drawing.SystemColors.Control
  262. Me.Label1.Location = New System.Drawing.Point(218, 6)
  263. Me.Label1.Name = "Label1"
  264. Me.Label1.Size = New System.Drawing.Size(43, 16)
  265. Me.Label1.TabIndex = 673
  266. Me.Label1.Text = "小更新"
  267. '
  268. '小更1
  269. '
  270. Me.小更1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  271. Me.小更1.Location = New System.Drawing.Point(262, 3)
  272. Me.小更1.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  273. Me.小更1.Name = "小更1"
  274. Me.小更1.Size = New System.Drawing.Size(80, 23)
  275. Me.小更1.TabIndex = 672
  276. '
  277. '中更5
  278. '
  279. Me.中更5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. Me.中更5.Location = New System.Drawing.Point(598, 27)
  281. Me.中更5.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  282. Me.中更5.Name = "中更5"
  283. Me.中更5.Size = New System.Drawing.Size(80, 23)
  284. Me.中更5.TabIndex = 683
  285. '
  286. '中更4
  287. '
  288. Me.中更4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.中更4.Location = New System.Drawing.Point(514, 27)
  290. Me.中更4.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  291. Me.中更4.Name = "中更4"
  292. Me.中更4.Size = New System.Drawing.Size(80, 23)
  293. Me.中更4.TabIndex = 682
  294. '
  295. '中更3
  296. '
  297. Me.中更3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  298. Me.中更3.Location = New System.Drawing.Point(430, 27)
  299. Me.中更3.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  300. Me.中更3.Name = "中更3"
  301. Me.中更3.Size = New System.Drawing.Size(80, 23)
  302. Me.中更3.TabIndex = 681
  303. '
  304. '中更2
  305. '
  306. Me.中更2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.中更2.Location = New System.Drawing.Point(346, 27)
  308. Me.中更2.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  309. Me.中更2.Name = "中更2"
  310. Me.中更2.Size = New System.Drawing.Size(80, 23)
  311. Me.中更2.TabIndex = 680
  312. '
  313. 'Label4
  314. '
  315. Me.Label4.AutoSize = True
  316. Me.Label4.BackColor = System.Drawing.SystemColors.Control
  317. Me.Label4.Location = New System.Drawing.Point(218, 30)
  318. Me.Label4.Name = "Label4"
  319. Me.Label4.Size = New System.Drawing.Size(43, 16)
  320. Me.Label4.TabIndex = 679
  321. Me.Label4.Text = "中更新"
  322. '
  323. '中更1
  324. '
  325. Me.中更1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  326. Me.中更1.Location = New System.Drawing.Point(262, 27)
  327. Me.中更1.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  328. Me.中更1.Name = "中更1"
  329. Me.中更1.Size = New System.Drawing.Size(80, 23)
  330. Me.中更1.TabIndex = 678
  331. '
  332. '系統執行檔版本管理
  333. '
  334. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  335. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  336. Me.ClientSize = New System.Drawing.Size(1350, 681)
  337. Me.Controls.Add(Me.中更5)
  338. Me.Controls.Add(Me.中更4)
  339. Me.Controls.Add(Me.中更3)
  340. Me.Controls.Add(Me.中更2)
  341. Me.Controls.Add(Me.Label4)
  342. Me.Controls.Add(Me.中更1)
  343. Me.Controls.Add(Me.小更5)
  344. Me.Controls.Add(Me.小更4)
  345. Me.Controls.Add(Me.小更3)
  346. Me.Controls.Add(Me.小更2)
  347. Me.Controls.Add(Me.Label1)
  348. Me.Controls.Add(Me.小更1)
  349. Me.Controls.Add(Me.Panel1)
  350. Me.Controls.Add(Me.Label12)
  351. Me.Controls.Add(Me.WebBrowser2)
  352. Me.Controls.Add(Me.WebBrowser1)
  353. Me.Controls.Add(Me.資料庫版本號_lb)
  354. Me.Controls.Add(Me.Label13)
  355. Me.Controls.Add(Me.Button14)
  356. Me.Controls.Add(Me.Button1)
  357. Me.Controls.Add(Me.Label3)
  358. Me.Controls.Add(Me.版本號_tb)
  359. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  360. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  361. Me.MaximizeBox = False
  362. Me.MinimizeBox = False
  363. Me.Name = "系統執行檔版本管理"
  364. Me.Text = "系統執行檔版本管理"
  365. Me.Panel1.ResumeLayout(False)
  366. Me.Panel1.PerformLayout()
  367. Me.ResumeLayout(False)
  368. Me.PerformLayout()
  369. End Sub
  370. Friend WithEvents 資料庫版本號_lb As Label
  371. Friend WithEvents Label13 As Label
  372. Friend WithEvents Button14 As Button
  373. Friend WithEvents Button1 As Button
  374. Friend WithEvents Label3 As Label
  375. Friend WithEvents 版本號_tb As TextBox
  376. Friend WithEvents WebBrowser2 As WebBrowser
  377. Friend WithEvents WebBrowser1 As WebBrowser
  378. Friend WithEvents Label12 As Label
  379. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  380. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  381. Friend WithEvents TextBox1 As TextBox
  382. Friend WithEvents TextBox3 As TextBox
  383. Friend WithEvents Label9 As Label
  384. Friend WithEvents TextBox4 As TextBox
  385. Friend WithEvents Button3 As Button
  386. Friend WithEvents Panel1 As Panel
  387. Friend WithEvents 小更5 As TextBox
  388. Friend WithEvents 小更4 As TextBox
  389. Friend WithEvents 小更3 As TextBox
  390. Friend WithEvents 小更2 As TextBox
  391. Friend WithEvents Label1 As Label
  392. Friend WithEvents 小更1 As TextBox
  393. Friend WithEvents 中更5 As TextBox
  394. Friend WithEvents 中更4 As TextBox
  395. Friend WithEvents 中更3 As TextBox
  396. Friend WithEvents 中更2 As TextBox
  397. Friend WithEvents Label4 As Label
  398. Friend WithEvents 中更1 As TextBox
  399. End Class