Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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

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