Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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.Panel1.SuspendLayout()
  40. Me.SuspendLayout()
  41. '
  42. '資料庫版本號_lb
  43. '
  44. Me.資料庫版本號_lb.AutoSize = True
  45. Me.資料庫版本號_lb.BackColor = System.Drawing.SystemColors.Control
  46. Me.資料庫版本號_lb.Location = New System.Drawing.Point(552, 5)
  47. Me.資料庫版本號_lb.Name = "資料庫版本號_lb"
  48. Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16)
  49. Me.資料庫版本號_lb.TabIndex = 602
  50. Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801"
  51. '
  52. 'Label13
  53. '
  54. Me.Label13.AutoSize = True
  55. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  56. Me.Label13.Location = New System.Drawing.Point(13, 7)
  57. Me.Label13.Name = "Label13"
  58. Me.Label13.Size = New System.Drawing.Size(55, 16)
  59. Me.Label13.TabIndex = 601
  60. Me.Label13.Text = "我的電腦"
  61. '
  62. 'Button14
  63. '
  64. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  65. Me.Button14.ForeColor = System.Drawing.Color.Blue
  66. Me.Button14.Location = New System.Drawing.Point(74, 3)
  67. Me.Button14.Name = "Button14"
  68. Me.Button14.Size = New System.Drawing.Size(97, 24)
  69. Me.Button14.TabIndex = 600
  70. Me.Button14.Text = "讀取料夾路徑"
  71. Me.Button14.UseVisualStyleBackColor = True
  72. '
  73. 'Button1
  74. '
  75. Me.Button1.Location = New System.Drawing.Point(441, 1)
  76. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  77. Me.Button1.Name = "Button1"
  78. Me.Button1.Size = New System.Drawing.Size(105, 25)
  79. Me.Button1.TabIndex = 599
  80. Me.Button1.Text = "修改"
  81. '
  82. 'Label3
  83. '
  84. Me.Label3.AutoSize = True
  85. Me.Label3.BackColor = System.Drawing.SystemColors.Control
  86. Me.Label3.Location = New System.Drawing.Point(281, 7)
  87. Me.Label3.Name = "Label3"
  88. Me.Label3.Size = New System.Drawing.Size(43, 16)
  89. Me.Label3.TabIndex = 598
  90. Me.Label3.Text = "版本號"
  91. '
  92. '版本號_tb
  93. '
  94. Me.版本號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  95. Me.版本號_tb.Location = New System.Drawing.Point(332, 3)
  96. Me.版本號_tb.Margin = New System.Windows.Forms.Padding(5)
  97. Me.版本號_tb.Name = "版本號_tb"
  98. Me.版本號_tb.Size = New System.Drawing.Size(101, 23)
  99. Me.版本號_tb.TabIndex = 597
  100. '
  101. 'WebBrowser2
  102. '
  103. Me.WebBrowser2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  104. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  105. Me.WebBrowser2.Location = New System.Drawing.Point(4, 29)
  106. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  107. Me.WebBrowser2.Name = "WebBrowser2"
  108. Me.WebBrowser2.Size = New System.Drawing.Size(1341, 326)
  109. Me.WebBrowser2.TabIndex = 604
  110. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  111. '
  112. 'WebBrowser1
  113. '
  114. Me.WebBrowser1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  115. Or System.Windows.Forms.AnchorStyles.Left) _
  116. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  117. Me.WebBrowser1.Location = New System.Drawing.Point(5, 376)
  118. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  119. Me.WebBrowser1.Name = "WebBrowser1"
  120. Me.WebBrowser1.Size = New System.Drawing.Size(1340, 302)
  121. Me.WebBrowser1.TabIndex = 603
  122. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  123. '
  124. 'Label12
  125. '
  126. Me.Label12.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.Label12.AutoSize = True
  130. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  131. Me.Label12.Location = New System.Drawing.Point(13, 358)
  132. Me.Label12.Name = "Label12"
  133. Me.Label12.Size = New System.Drawing.Size(79, 16)
  134. Me.Label12.TabIndex = 606
  135. Me.Label12.Text = "執行檔放置區"
  136. '
  137. 'FolderBrowserDialog1
  138. '
  139. Me.FolderBrowserDialog1.RootFolder = System.Environment.SpecialFolder.MyComputer
  140. Me.FolderBrowserDialog1.SelectedPath = "C:\Users\USER\Desktop"
  141. '
  142. 'SaveFileDialog1
  143. '
  144. Me.SaveFileDialog1.DefaultExt = "jpg"
  145. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  146. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  147. '
  148. 'TextBox1
  149. '
  150. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  151. Me.TextBox1.Location = New System.Drawing.Point(36, 3)
  152. Me.TextBox1.Margin = New System.Windows.Forms.Padding(5)
  153. Me.TextBox1.Name = "TextBox1"
  154. Me.TextBox1.Size = New System.Drawing.Size(89, 23)
  155. Me.TextBox1.TabIndex = 609
  156. '
  157. 'TextBox3
  158. '
  159. Me.TextBox3.AllowDrop = True
  160. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  161. Me.TextBox3.Location = New System.Drawing.Point(3, 3)
  162. Me.TextBox3.Multiline = True
  163. Me.TextBox3.Name = "TextBox3"
  164. Me.TextBox3.Size = New System.Drawing.Size(25, 23)
  165. Me.TextBox3.TabIndex = 625
  166. '
  167. 'Label9
  168. '
  169. Me.Label9.AutoSize = True
  170. Me.Label9.Location = New System.Drawing.Point(4, 38)
  171. Me.Label9.Name = "Label9"
  172. Me.Label9.Size = New System.Drawing.Size(55, 16)
  173. Me.Label9.TabIndex = 624
  174. Me.Label9.Text = "檔案名稱"
  175. '
  176. 'TextBox4
  177. '
  178. Me.TextBox4.AllowDrop = True
  179. Me.TextBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  180. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  181. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  182. Me.TextBox4.Location = New System.Drawing.Point(61, 34)
  183. Me.TextBox4.Multiline = True
  184. Me.TextBox4.Name = "TextBox4"
  185. Me.TextBox4.Size = New System.Drawing.Size(126, 23)
  186. Me.TextBox4.TabIndex = 623
  187. '
  188. 'Button3
  189. '
  190. Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  191. Me.Button3.Location = New System.Drawing.Point(82, 64)
  192. Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  193. Me.Button3.Name = "Button3"
  194. Me.Button3.Size = New System.Drawing.Size(105, 24)
  195. Me.Button3.TabIndex = 626
  196. Me.Button3.Text = "上傳"
  197. '
  198. 'Panel1
  199. '
  200. Me.Panel1.Controls.Add(Me.TextBox3)
  201. Me.Panel1.Controls.Add(Me.Button3)
  202. Me.Panel1.Controls.Add(Me.TextBox1)
  203. Me.Panel1.Controls.Add(Me.Label9)
  204. Me.Panel1.Controls.Add(Me.TextBox4)
  205. Me.Panel1.Location = New System.Drawing.Point(457, 195)
  206. Me.Panel1.Name = "Panel1"
  207. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  208. Me.Panel1.TabIndex = 627
  209. '
  210. '系統執行檔版本管理
  211. '
  212. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  213. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  214. Me.ClientSize = New System.Drawing.Size(1350, 681)
  215. Me.Controls.Add(Me.Panel1)
  216. Me.Controls.Add(Me.Label12)
  217. Me.Controls.Add(Me.WebBrowser2)
  218. Me.Controls.Add(Me.WebBrowser1)
  219. Me.Controls.Add(Me.資料庫版本號_lb)
  220. Me.Controls.Add(Me.Label13)
  221. Me.Controls.Add(Me.Button14)
  222. Me.Controls.Add(Me.Button1)
  223. Me.Controls.Add(Me.Label3)
  224. Me.Controls.Add(Me.版本號_tb)
  225. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  226. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  227. Me.MaximizeBox = False
  228. Me.MinimizeBox = False
  229. Me.Name = "系統執行檔版本管理"
  230. Me.Text = "系統執行檔版本管理"
  231. Me.Panel1.ResumeLayout(False)
  232. Me.Panel1.PerformLayout()
  233. Me.ResumeLayout(False)
  234. Me.PerformLayout()
  235. End Sub
  236. Friend WithEvents 資料庫版本號_lb As Label
  237. Friend WithEvents Label13 As Label
  238. Friend WithEvents Button14 As Button
  239. Friend WithEvents Button1 As Button
  240. Friend WithEvents Label3 As Label
  241. Friend WithEvents 版本號_tb As TextBox
  242. Friend WithEvents WebBrowser2 As WebBrowser
  243. Friend WithEvents WebBrowser1 As WebBrowser
  244. Friend WithEvents Label12 As Label
  245. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  246. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  247. Friend WithEvents TextBox1 As TextBox
  248. Friend WithEvents TextBox3 As TextBox
  249. Friend WithEvents Label9 As Label
  250. Friend WithEvents TextBox4 As TextBox
  251. Friend WithEvents Button3 As Button
  252. Friend WithEvents Panel1 As Panel
  253. End Class