暫無描述
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 8.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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.Label1 = New System.Windows.Forms.Label()
  23. Me.WebBrowser3 = New System.Windows.Forms.WebBrowser()
  24. Me.Label2 = New System.Windows.Forms.Label()
  25. Me.Label12 = New System.Windows.Forms.Label()
  26. Me.Label13 = New System.Windows.Forms.Label()
  27. Me.Button14 = New System.Windows.Forms.Button()
  28. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  29. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  30. Me.Button1 = New System.Windows.Forms.Button()
  31. Me.Label3 = New System.Windows.Forms.Label()
  32. Me.TextBox2 = New System.Windows.Forms.TextBox()
  33. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  34. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  35. Me.SuspendLayout()
  36. '
  37. 'Label1
  38. '
  39. Me.Label1.AutoSize = True
  40. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  41. Me.Label1.Location = New System.Drawing.Point(963, 445)
  42. Me.Label1.Name = "Label1"
  43. Me.Label1.Size = New System.Drawing.Size(80, 16)
  44. Me.Label1.TabIndex = 627
  45. Me.Label1.Text = "原代碼存放取"
  46. '
  47. 'WebBrowser3
  48. '
  49. Me.WebBrowser3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  50. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  51. Me.WebBrowser3.Location = New System.Drawing.Point(966, 23)
  52. Me.WebBrowser3.MinimumSize = New System.Drawing.Size(20, 20)
  53. Me.WebBrowser3.Name = "WebBrowser3"
  54. Me.WebBrowser3.Size = New System.Drawing.Size(936, 419)
  55. Me.WebBrowser3.TabIndex = 626
  56. Me.WebBrowser3.Url = New System.Uri("", System.UriKind.Relative)
  57. '
  58. 'Label2
  59. '
  60. Me.Label2.AutoSize = True
  61. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  62. Me.Label2.Location = New System.Drawing.Point(434, 5)
  63. Me.Label2.Name = "Label2"
  64. Me.Label2.Size = New System.Drawing.Size(159, 16)
  65. Me.Label2.TabIndex = 625
  66. Me.Label2.Text = "資料庫版本號 : 2018110801"
  67. '
  68. 'Label12
  69. '
  70. Me.Label12.AutoSize = True
  71. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Label12.Location = New System.Drawing.Point(964, 5)
  73. Me.Label12.Name = "Label12"
  74. Me.Label12.Size = New System.Drawing.Size(92, 16)
  75. Me.Label12.TabIndex = 624
  76. Me.Label12.Text = "執行檔案更新區"
  77. '
  78. 'Label13
  79. '
  80. Me.Label13.AutoSize = True
  81. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  82. Me.Label13.Location = New System.Drawing.Point(3, 5)
  83. Me.Label13.Name = "Label13"
  84. Me.Label13.Size = New System.Drawing.Size(56, 16)
  85. Me.Label13.TabIndex = 623
  86. Me.Label13.Text = "我的電腦"
  87. '
  88. 'Button14
  89. '
  90. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.Button14.ForeColor = System.Drawing.Color.Blue
  92. Me.Button14.Location = New System.Drawing.Point(65, 1)
  93. Me.Button14.Name = "Button14"
  94. Me.Button14.Size = New System.Drawing.Size(97, 24)
  95. Me.Button14.TabIndex = 622
  96. Me.Button14.Text = "讀取料夾路徑"
  97. Me.Button14.UseVisualStyleBackColor = True
  98. '
  99. 'WebBrowser2
  100. '
  101. Me.WebBrowser2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  102. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  103. Me.WebBrowser2.Location = New System.Drawing.Point(6, 28)
  104. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  105. Me.WebBrowser2.Name = "WebBrowser2"
  106. Me.WebBrowser2.Size = New System.Drawing.Size(955, 951)
  107. Me.WebBrowser2.TabIndex = 621
  108. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  109. '
  110. 'WebBrowser1
  111. '
  112. Me.WebBrowser1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  113. Or System.Windows.Forms.AnchorStyles.Left) _
  114. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  115. Me.WebBrowser1.Location = New System.Drawing.Point(967, 464)
  116. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  117. Me.WebBrowser1.Name = "WebBrowser1"
  118. Me.WebBrowser1.Size = New System.Drawing.Size(936, 515)
  119. Me.WebBrowser1.TabIndex = 620
  120. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  121. '
  122. 'Button1
  123. '
  124. Me.Button1.Location = New System.Drawing.Point(323, 2)
  125. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  126. Me.Button1.Name = "Button1"
  127. Me.Button1.Size = New System.Drawing.Size(105, 24)
  128. Me.Button1.TabIndex = 619
  129. Me.Button1.Text = "修改"
  130. '
  131. 'Label3
  132. '
  133. Me.Label3.AutoSize = True
  134. Me.Label3.BackColor = System.Drawing.SystemColors.Control
  135. Me.Label3.Location = New System.Drawing.Point(168, 5)
  136. Me.Label3.Name = "Label3"
  137. Me.Label3.Size = New System.Drawing.Size(44, 16)
  138. Me.Label3.TabIndex = 618
  139. Me.Label3.Text = "版本號"
  140. '
  141. 'TextBox2
  142. '
  143. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  144. Me.TextBox2.Location = New System.Drawing.Point(214, 2)
  145. Me.TextBox2.Margin = New System.Windows.Forms.Padding(5)
  146. Me.TextBox2.Name = "TextBox2"
  147. Me.TextBox2.Size = New System.Drawing.Size(101, 23)
  148. Me.TextBox2.TabIndex = 617
  149. '
  150. 'SaveFileDialog1
  151. '
  152. Me.SaveFileDialog1.DefaultExt = "jpg"
  153. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  154. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  155. '
  156. '系統執行檔版本管理
  157. '
  158. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  159. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  160. Me.ClientSize = New System.Drawing.Size(1914, 991)
  161. Me.Controls.Add(Me.Label1)
  162. Me.Controls.Add(Me.WebBrowser3)
  163. Me.Controls.Add(Me.Label2)
  164. Me.Controls.Add(Me.Label12)
  165. Me.Controls.Add(Me.Label13)
  166. Me.Controls.Add(Me.Button14)
  167. Me.Controls.Add(Me.WebBrowser2)
  168. Me.Controls.Add(Me.WebBrowser1)
  169. Me.Controls.Add(Me.Button1)
  170. Me.Controls.Add(Me.Label3)
  171. Me.Controls.Add(Me.TextBox2)
  172. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  174. Me.Name = "系統執行檔版本管理"
  175. Me.Text = "系統執行檔版本管理"
  176. Me.ResumeLayout(False)
  177. Me.PerformLayout()
  178. End Sub
  179. Friend WithEvents Label1 As Label
  180. Friend WithEvents WebBrowser3 As WebBrowser
  181. Friend WithEvents Label2 As Label
  182. Friend WithEvents Label12 As Label
  183. Friend WithEvents Label13 As Label
  184. Friend WithEvents Button14 As Button
  185. Friend WithEvents WebBrowser2 As WebBrowser
  186. Friend WithEvents WebBrowser1 As WebBrowser
  187. Friend WithEvents Button1 As Button
  188. Friend WithEvents Label3 As Label
  189. Friend WithEvents TextBox2 As TextBox
  190. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  191. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  192. End Class