No Description
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 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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.Button1 = New System.Windows.Forms.Button()
  24. Me.Label3 = New System.Windows.Forms.Label()
  25. Me.TextBox2 = New System.Windows.Forms.TextBox()
  26. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  27. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  28. Me.SuspendLayout()
  29. '
  30. 'Label2
  31. '
  32. Me.Label2.AutoSize = True
  33. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  34. Me.Label2.Location = New System.Drawing.Point(4, 32)
  35. Me.Label2.Name = "Label2"
  36. Me.Label2.Size = New System.Drawing.Size(158, 16)
  37. Me.Label2.TabIndex = 625
  38. Me.Label2.Text = "資料庫版本號 : 2018110801"
  39. '
  40. 'Button1
  41. '
  42. Me.Button1.Location = New System.Drawing.Point(164, 2)
  43. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  44. Me.Button1.Name = "Button1"
  45. Me.Button1.Size = New System.Drawing.Size(105, 45)
  46. Me.Button1.TabIndex = 619
  47. Me.Button1.Text = "修改"
  48. '
  49. 'Label3
  50. '
  51. Me.Label3.AutoSize = True
  52. Me.Label3.BackColor = System.Drawing.SystemColors.Control
  53. Me.Label3.Location = New System.Drawing.Point(4, 7)
  54. Me.Label3.Name = "Label3"
  55. Me.Label3.Size = New System.Drawing.Size(43, 16)
  56. Me.Label3.TabIndex = 618
  57. Me.Label3.Text = "版本號"
  58. '
  59. 'TextBox2
  60. '
  61. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  62. Me.TextBox2.Location = New System.Drawing.Point(50, 4)
  63. Me.TextBox2.Margin = New System.Windows.Forms.Padding(5)
  64. Me.TextBox2.Name = "TextBox2"
  65. Me.TextBox2.Size = New System.Drawing.Size(112, 23)
  66. Me.TextBox2.TabIndex = 617
  67. '
  68. 'SaveFileDialog1
  69. '
  70. Me.SaveFileDialog1.DefaultExt = "jpg"
  71. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  72. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  73. '
  74. '系統執行檔版本管理
  75. '
  76. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  77. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  78. Me.ClientSize = New System.Drawing.Size(273, 51)
  79. Me.Controls.Add(Me.Label2)
  80. Me.Controls.Add(Me.Button1)
  81. Me.Controls.Add(Me.Label3)
  82. Me.Controls.Add(Me.TextBox2)
  83. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  85. Me.MaximizeBox = False
  86. Me.MinimizeBox = False
  87. Me.Name = "系統執行檔版本管理"
  88. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  89. Me.Text = "系統執行檔版本管理"
  90. Me.ResumeLayout(False)
  91. Me.PerformLayout()
  92. End Sub
  93. Friend WithEvents Label2 As Label
  94. Friend WithEvents Button1 As Button
  95. Friend WithEvents Label3 As Label
  96. Friend WithEvents TextBox2 As TextBox
  97. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  98. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  99. End Class