Bez popisu
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 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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.Panel1.SuspendLayout()
  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(1, 32)
  42. Me.資料庫版本號_lb.Name = "資料庫版本號_lb"
  43. Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16)
  44. Me.資料庫版本號_lb.TabIndex = 602
  45. Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801"
  46. '
  47. 'Button1
  48. '
  49. Me.Button1.Location = New System.Drawing.Point(167, 2)
  50. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  51. Me.Button1.Name = "Button1"
  52. Me.Button1.Size = New System.Drawing.Size(105, 46)
  53. Me.Button1.TabIndex = 599
  54. Me.Button1.Text = "修改"
  55. '
  56. 'Label3
  57. '
  58. Me.Label3.AutoSize = True
  59. Me.Label3.BackColor = System.Drawing.SystemColors.Control
  60. Me.Label3.Location = New System.Drawing.Point(7, 8)
  61. Me.Label3.Name = "Label3"
  62. Me.Label3.Size = New System.Drawing.Size(43, 16)
  63. Me.Label3.TabIndex = 598
  64. Me.Label3.Text = "版本號"
  65. '
  66. '版本號_tb
  67. '
  68. Me.版本號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. Me.版本號_tb.Location = New System.Drawing.Point(58, 4)
  70. Me.版本號_tb.Margin = New System.Windows.Forms.Padding(5)
  71. Me.版本號_tb.Name = "版本號_tb"
  72. Me.版本號_tb.Size = New System.Drawing.Size(101, 23)
  73. Me.版本號_tb.TabIndex = 597
  74. '
  75. 'FolderBrowserDialog1
  76. '
  77. Me.FolderBrowserDialog1.RootFolder = System.Environment.SpecialFolder.MyComputer
  78. Me.FolderBrowserDialog1.SelectedPath = "C:\Users\USER\Desktop"
  79. '
  80. 'SaveFileDialog1
  81. '
  82. Me.SaveFileDialog1.DefaultExt = "jpg"
  83. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  84. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  85. '
  86. 'TextBox1
  87. '
  88. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. Me.TextBox1.Location = New System.Drawing.Point(36, 3)
  90. Me.TextBox1.Margin = New System.Windows.Forms.Padding(5)
  91. Me.TextBox1.Name = "TextBox1"
  92. Me.TextBox1.Size = New System.Drawing.Size(89, 23)
  93. Me.TextBox1.TabIndex = 609
  94. '
  95. 'TextBox3
  96. '
  97. Me.TextBox3.AllowDrop = True
  98. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  99. Me.TextBox3.Location = New System.Drawing.Point(3, 3)
  100. Me.TextBox3.Multiline = True
  101. Me.TextBox3.Name = "TextBox3"
  102. Me.TextBox3.Size = New System.Drawing.Size(25, 23)
  103. Me.TextBox3.TabIndex = 625
  104. '
  105. 'Label9
  106. '
  107. Me.Label9.AutoSize = True
  108. Me.Label9.Location = New System.Drawing.Point(4, 38)
  109. Me.Label9.Name = "Label9"
  110. Me.Label9.Size = New System.Drawing.Size(55, 16)
  111. Me.Label9.TabIndex = 624
  112. Me.Label9.Text = "檔案名稱"
  113. '
  114. 'TextBox4
  115. '
  116. Me.TextBox4.AllowDrop = True
  117. Me.TextBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  118. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  119. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  120. Me.TextBox4.Location = New System.Drawing.Point(61, 34)
  121. Me.TextBox4.Multiline = True
  122. Me.TextBox4.Name = "TextBox4"
  123. Me.TextBox4.Size = New System.Drawing.Size(126, 23)
  124. Me.TextBox4.TabIndex = 623
  125. '
  126. 'Button3
  127. '
  128. Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  129. Me.Button3.Location = New System.Drawing.Point(82, 64)
  130. Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  131. Me.Button3.Name = "Button3"
  132. Me.Button3.Size = New System.Drawing.Size(105, 24)
  133. Me.Button3.TabIndex = 626
  134. Me.Button3.Text = "上傳"
  135. '
  136. 'Panel1
  137. '
  138. Me.Panel1.Controls.Add(Me.TextBox3)
  139. Me.Panel1.Controls.Add(Me.Button3)
  140. Me.Panel1.Controls.Add(Me.TextBox1)
  141. Me.Panel1.Controls.Add(Me.Label9)
  142. Me.Panel1.Controls.Add(Me.TextBox4)
  143. Me.Panel1.Location = New System.Drawing.Point(457, 195)
  144. Me.Panel1.Name = "Panel1"
  145. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  146. Me.Panel1.TabIndex = 627
  147. '
  148. '系統執行檔版本管理
  149. '
  150. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  151. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  152. Me.ClientSize = New System.Drawing.Size(275, 52)
  153. Me.Controls.Add(Me.Panel1)
  154. Me.Controls.Add(Me.資料庫版本號_lb)
  155. Me.Controls.Add(Me.Button1)
  156. Me.Controls.Add(Me.Label3)
  157. Me.Controls.Add(Me.版本號_tb)
  158. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  160. Me.MaximizeBox = False
  161. Me.MinimizeBox = False
  162. Me.Name = "系統執行檔版本管理"
  163. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  164. Me.Text = "系統執行檔版本管理"
  165. Me.Panel1.ResumeLayout(False)
  166. Me.Panel1.PerformLayout()
  167. Me.ResumeLayout(False)
  168. Me.PerformLayout()
  169. End Sub
  170. Friend WithEvents 資料庫版本號_lb As Label
  171. Friend WithEvents Button1 As Button
  172. Friend WithEvents Label3 As Label
  173. Friend WithEvents 版本號_tb As TextBox
  174. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  175. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  176. Friend WithEvents TextBox1 As TextBox
  177. Friend WithEvents TextBox3 As TextBox
  178. Friend WithEvents Label9 As Label
  179. Friend WithEvents TextBox4 As TextBox
  180. Friend WithEvents Button3 As Button
  181. Friend WithEvents Panel1 As Panel
  182. End Class