Sin descripción
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.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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.Label2 = 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.TextBox2 = New System.Windows.Forms.TextBox()
  28. Me.WebBrowser3 = New System.Windows.Forms.WebBrowser()
  29. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  30. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.Label12 = New System.Windows.Forms.Label()
  33. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  34. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  35. Me.TextBox1 = New System.Windows.Forms.TextBox()
  36. Me.TextBox3 = New System.Windows.Forms.TextBox()
  37. Me.Label9 = New System.Windows.Forms.Label()
  38. Me.TextBox4 = New System.Windows.Forms.TextBox()
  39. Me.Button3 = New System.Windows.Forms.Button()
  40. Me.SuspendLayout()
  41. '
  42. 'Label2
  43. '
  44. Me.Label2.AutoSize = True
  45. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  46. Me.Label2.Location = New System.Drawing.Point(444, 6)
  47. Me.Label2.Name = "Label2"
  48. Me.Label2.Size = New System.Drawing.Size(159, 16)
  49. Me.Label2.TabIndex = 602
  50. Me.Label2.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, 6)
  57. Me.Label13.Name = "Label13"
  58. Me.Label13.Size = New System.Drawing.Size(56, 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(75, 2)
  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(333, 3)
  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, 24)
  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(178, 6)
  87. Me.Label3.Name = "Label3"
  88. Me.Label3.Size = New System.Drawing.Size(44, 16)
  89. Me.Label3.TabIndex = 598
  90. Me.Label3.Text = "版本號"
  91. '
  92. 'TextBox2
  93. '
  94. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  95. Me.TextBox2.Location = New System.Drawing.Point(224, 3)
  96. Me.TextBox2.Margin = New System.Windows.Forms.Padding(5)
  97. Me.TextBox2.Name = "TextBox2"
  98. Me.TextBox2.Size = New System.Drawing.Size(101, 23)
  99. Me.TextBox2.TabIndex = 597
  100. '
  101. 'WebBrowser3
  102. '
  103. Me.WebBrowser3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  104. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  105. Me.WebBrowser3.Location = New System.Drawing.Point(12, 477)
  106. Me.WebBrowser3.MinimumSize = New System.Drawing.Size(20, 20)
  107. Me.WebBrowser3.Name = "WebBrowser3"
  108. Me.WebBrowser3.Size = New System.Drawing.Size(808, 192)
  109. Me.WebBrowser3.TabIndex = 605
  110. Me.WebBrowser3.Url = New System.Uri("", System.UriKind.Relative)
  111. '
  112. 'WebBrowser2
  113. '
  114. Me.WebBrowser2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  115. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  116. Me.WebBrowser2.Location = New System.Drawing.Point(12, 32)
  117. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  118. Me.WebBrowser2.Name = "WebBrowser2"
  119. Me.WebBrowser2.Size = New System.Drawing.Size(1323, 386)
  120. Me.WebBrowser2.TabIndex = 604
  121. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  122. '
  123. 'WebBrowser1
  124. '
  125. Me.WebBrowser1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  126. Or System.Windows.Forms.AnchorStyles.Left) _
  127. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  128. Me.WebBrowser1.Location = New System.Drawing.Point(825, 477)
  129. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  130. Me.WebBrowser1.Name = "WebBrowser1"
  131. Me.WebBrowser1.Size = New System.Drawing.Size(513, 192)
  132. Me.WebBrowser1.TabIndex = 603
  133. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  134. '
  135. 'Label1
  136. '
  137. Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  138. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  139. Me.Label1.AutoSize = True
  140. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  141. Me.Label1.Location = New System.Drawing.Point(9, 458)
  142. Me.Label1.Name = "Label1"
  143. Me.Label1.Size = New System.Drawing.Size(80, 16)
  144. Me.Label1.TabIndex = 607
  145. Me.Label1.Text = "原代碼放置區"
  146. '
  147. 'Label12
  148. '
  149. Me.Label12.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  150. Or System.Windows.Forms.AnchorStyles.Left) _
  151. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  152. Me.Label12.AutoSize = True
  153. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.Label12.Location = New System.Drawing.Point(822, 458)
  155. Me.Label12.Name = "Label12"
  156. Me.Label12.Size = New System.Drawing.Size(80, 16)
  157. Me.Label12.TabIndex = 606
  158. Me.Label12.Text = "執行檔放置區"
  159. '
  160. 'FolderBrowserDialog1
  161. '
  162. Me.FolderBrowserDialog1.SelectedPath = "C:\Users\USER\Desktop"
  163. '
  164. 'SaveFileDialog1
  165. '
  166. Me.SaveFileDialog1.DefaultExt = "jpg"
  167. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  168. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  169. '
  170. 'TextBox1
  171. '
  172. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.TextBox1.Location = New System.Drawing.Point(642, 3)
  174. Me.TextBox1.Margin = New System.Windows.Forms.Padding(5)
  175. Me.TextBox1.Name = "TextBox1"
  176. Me.TextBox1.Size = New System.Drawing.Size(89, 23)
  177. Me.TextBox1.TabIndex = 609
  178. '
  179. 'TextBox3
  180. '
  181. Me.TextBox3.AllowDrop = True
  182. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  183. Me.TextBox3.Location = New System.Drawing.Point(609, 3)
  184. Me.TextBox3.Multiline = True
  185. Me.TextBox3.Name = "TextBox3"
  186. Me.TextBox3.Size = New System.Drawing.Size(25, 23)
  187. Me.TextBox3.TabIndex = 625
  188. '
  189. 'Label9
  190. '
  191. Me.Label9.AutoSize = True
  192. Me.Label9.Location = New System.Drawing.Point(12, 433)
  193. Me.Label9.Name = "Label9"
  194. Me.Label9.Size = New System.Drawing.Size(56, 16)
  195. Me.Label9.TabIndex = 624
  196. Me.Label9.Text = "檔案名稱"
  197. '
  198. 'TextBox4
  199. '
  200. Me.TextBox4.AllowDrop = True
  201. Me.TextBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  202. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  203. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  204. Me.TextBox4.Location = New System.Drawing.Point(69, 429)
  205. Me.TextBox4.Multiline = True
  206. Me.TextBox4.Name = "TextBox4"
  207. Me.TextBox4.Size = New System.Drawing.Size(1158, 23)
  208. Me.TextBox4.TabIndex = 623
  209. '
  210. 'Button3
  211. '
  212. Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  213. Me.Button3.Location = New System.Drawing.Point(1233, 428)
  214. Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  215. Me.Button3.Name = "Button3"
  216. Me.Button3.Size = New System.Drawing.Size(105, 24)
  217. Me.Button3.TabIndex = 626
  218. Me.Button3.Text = "上傳"
  219. '
  220. '系統執行檔版本管理
  221. '
  222. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  223. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  224. Me.ClientSize = New System.Drawing.Size(1350, 681)
  225. Me.Controls.Add(Me.Button3)
  226. Me.Controls.Add(Me.TextBox3)
  227. Me.Controls.Add(Me.Label9)
  228. Me.Controls.Add(Me.TextBox4)
  229. Me.Controls.Add(Me.TextBox1)
  230. Me.Controls.Add(Me.Label1)
  231. Me.Controls.Add(Me.Label12)
  232. Me.Controls.Add(Me.WebBrowser3)
  233. Me.Controls.Add(Me.WebBrowser2)
  234. Me.Controls.Add(Me.WebBrowser1)
  235. Me.Controls.Add(Me.Label2)
  236. Me.Controls.Add(Me.Label13)
  237. Me.Controls.Add(Me.Button14)
  238. Me.Controls.Add(Me.Button1)
  239. Me.Controls.Add(Me.Label3)
  240. Me.Controls.Add(Me.TextBox2)
  241. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  242. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  243. Me.Name = "系統執行檔版本管理"
  244. Me.Text = "系統執行檔版本管理"
  245. Me.ResumeLayout(False)
  246. Me.PerformLayout()
  247. End Sub
  248. Friend WithEvents Label2 As Label
  249. Friend WithEvents Label13 As Label
  250. Friend WithEvents Button14 As Button
  251. Friend WithEvents Button1 As Button
  252. Friend WithEvents Label3 As Label
  253. Friend WithEvents TextBox2 As TextBox
  254. Friend WithEvents WebBrowser3 As WebBrowser
  255. Friend WithEvents WebBrowser2 As WebBrowser
  256. Friend WithEvents WebBrowser1 As WebBrowser
  257. Friend WithEvents Label1 As Label
  258. Friend WithEvents Label12 As Label
  259. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  260. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  261. Friend WithEvents TextBox1 As TextBox
  262. Friend WithEvents TextBox3 As TextBox
  263. Friend WithEvents Label9 As Label
  264. Friend WithEvents TextBox4 As TextBox
  265. Friend WithEvents Button3 As Button
  266. End Class