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

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