Ingen beskrivning
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.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 系統執行檔版本管理NEW
  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.修改_bt = New System.Windows.Forms.Button()
  24. Me.版本號_lb = New System.Windows.Forms.Label()
  25. Me.版本號_tb = New System.Windows.Forms.TextBox()
  26. Me.SuspendLayout()
  27. '
  28. '資料庫版本號_lb
  29. '
  30. Me.資料庫版本號_lb.AutoSize = True
  31. Me.資料庫版本號_lb.BackColor = System.Drawing.SystemColors.Control
  32. Me.資料庫版本號_lb.Location = New System.Drawing.Point(5, 37)
  33. Me.資料庫版本號_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  34. Me.資料庫版本號_lb.Name = "資料庫版本號_lb"
  35. Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16)
  36. Me.資料庫版本號_lb.TabIndex = 618
  37. Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801"
  38. '
  39. '修改_bt
  40. '
  41. Me.修改_bt.Location = New System.Drawing.Point(168, 3)
  42. Me.修改_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  43. Me.修改_bt.Name = "修改_bt"
  44. Me.修改_bt.Size = New System.Drawing.Size(96, 50)
  45. Me.修改_bt.TabIndex = 617
  46. Me.修改_bt.Text = "修改"
  47. '
  48. '版本號_lb
  49. '
  50. Me.版本號_lb.AutoSize = True
  51. Me.版本號_lb.BackColor = System.Drawing.SystemColors.Control
  52. Me.版本號_lb.Location = New System.Drawing.Point(1, 11)
  53. Me.版本號_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  54. Me.版本號_lb.Name = "版本號_lb"
  55. Me.版本號_lb.Size = New System.Drawing.Size(43, 16)
  56. Me.版本號_lb.TabIndex = 616
  57. Me.版本號_lb.Text = "版本號"
  58. '
  59. '版本號_tb
  60. '
  61. Me.版本號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  62. Me.版本號_tb.Location = New System.Drawing.Point(46, 7)
  63. Me.版本號_tb.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7)
  64. Me.版本號_tb.Name = "版本號_tb"
  65. Me.版本號_tb.Size = New System.Drawing.Size(117, 23)
  66. Me.版本號_tb.TabIndex = 615
  67. '
  68. '系統執行檔版本管理NEW
  69. '
  70. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  71. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  72. Me.ClientSize = New System.Drawing.Size(274, 59)
  73. Me.Controls.Add(Me.資料庫版本號_lb)
  74. Me.Controls.Add(Me.修改_bt)
  75. Me.Controls.Add(Me.版本號_lb)
  76. Me.Controls.Add(Me.版本號_tb)
  77. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  78. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  79. Me.MaximizeBox = False
  80. Me.MinimizeBox = False
  81. Me.Name = "系統執行檔版本管理NEW"
  82. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  83. Me.Text = "系統執行檔版本管理NEW"
  84. Me.ResumeLayout(False)
  85. Me.PerformLayout()
  86. End Sub
  87. Friend WithEvents 資料庫版本號_lb As Label
  88. Friend WithEvents 修改_bt As Button
  89. Friend WithEvents 版本號_lb As Label
  90. Friend WithEvents 版本號_tb As TextBox
  91. End Class