_ Partial Class 系統執行檔版本管理NEW Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.資料庫版本號_lb = New System.Windows.Forms.Label() Me.修改_bt = New System.Windows.Forms.Button() Me.版本號_lb = New System.Windows.Forms.Label() Me.版本號_tb = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' '資料庫版本號_lb ' Me.資料庫版本號_lb.AutoSize = True Me.資料庫版本號_lb.BackColor = System.Drawing.SystemColors.Control Me.資料庫版本號_lb.Location = New System.Drawing.Point(5, 37) Me.資料庫版本號_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.資料庫版本號_lb.Name = "資料庫版本號_lb" Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16) Me.資料庫版本號_lb.TabIndex = 618 Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801" ' '修改_bt ' Me.修改_bt.Location = New System.Drawing.Point(168, 3) Me.修改_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(96, 50) Me.修改_bt.TabIndex = 617 Me.修改_bt.Text = "修改" ' '版本號_lb ' Me.版本號_lb.AutoSize = True Me.版本號_lb.BackColor = System.Drawing.SystemColors.Control Me.版本號_lb.Location = New System.Drawing.Point(1, 11) Me.版本號_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.版本號_lb.Name = "版本號_lb" Me.版本號_lb.Size = New System.Drawing.Size(43, 16) Me.版本號_lb.TabIndex = 616 Me.版本號_lb.Text = "版本號" ' '版本號_tb ' Me.版本號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.版本號_tb.Location = New System.Drawing.Point(46, 7) Me.版本號_tb.Margin = New System.Windows.Forms.Padding(6, 7, 6, 7) Me.版本號_tb.Name = "版本號_tb" Me.版本號_tb.Size = New System.Drawing.Size(117, 23) Me.版本號_tb.TabIndex = 615 ' '系統執行檔版本管理NEW ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(274, 59) Me.Controls.Add(Me.資料庫版本號_lb) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.版本號_lb) Me.Controls.Add(Me.版本號_tb) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "系統執行檔版本管理NEW" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "系統執行檔版本管理NEW" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 資料庫版本號_lb As Label Friend WithEvents 修改_bt As Button Friend WithEvents 版本號_lb As Label Friend WithEvents 版本號_tb As TextBox End Class