暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  27. Me.SuspendLayout()
  28. '
  29. 'Label2
  30. '
  31. Me.Label2.AutoSize = True
  32. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  33. Me.Label2.Location = New System.Drawing.Point(6, 34)
  34. Me.Label2.Name = "Label2"
  35. Me.Label2.Size = New System.Drawing.Size(158, 16)
  36. Me.Label2.TabIndex = 636
  37. Me.Label2.Text = "資料庫版本號 : 2018110801"
  38. '
  39. 'Button1
  40. '
  41. Me.Button1.Location = New System.Drawing.Point(166, 5)
  42. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  43. Me.Button1.Name = "Button1"
  44. Me.Button1.Size = New System.Drawing.Size(105, 45)
  45. Me.Button1.TabIndex = 630
  46. Me.Button1.Text = "修改"
  47. '
  48. 'Label3
  49. '
  50. Me.Label3.AutoSize = True
  51. Me.Label3.BackColor = System.Drawing.SystemColors.Control
  52. Me.Label3.Location = New System.Drawing.Point(6, 9)
  53. Me.Label3.Name = "Label3"
  54. Me.Label3.Size = New System.Drawing.Size(43, 16)
  55. Me.Label3.TabIndex = 629
  56. Me.Label3.Text = "版本號"
  57. '
  58. 'TextBox2
  59. '
  60. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. Me.TextBox2.Location = New System.Drawing.Point(52, 6)
  62. Me.TextBox2.Margin = New System.Windows.Forms.Padding(5)
  63. Me.TextBox2.Name = "TextBox2"
  64. Me.TextBox2.Size = New System.Drawing.Size(112, 23)
  65. Me.TextBox2.TabIndex = 628
  66. '
  67. '系統執行檔版本管理
  68. '
  69. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  70. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  71. Me.ClientSize = New System.Drawing.Size(277, 55)
  72. Me.Controls.Add(Me.Label2)
  73. Me.Controls.Add(Me.Button1)
  74. Me.Controls.Add(Me.Label3)
  75. Me.Controls.Add(Me.TextBox2)
  76. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  78. Me.MaximizeBox = False
  79. Me.MinimizeBox = False
  80. Me.Name = "系統執行檔版本管理"
  81. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  82. Me.Text = "系統執行檔版本管理"
  83. Me.ResumeLayout(False)
  84. Me.PerformLayout()
  85. End Sub
  86. Friend WithEvents Label2 As Label
  87. Friend WithEvents Button1 As Button
  88. Friend WithEvents Label3 As Label
  89. Friend WithEvents TextBox2 As TextBox
  90. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  91. End Class