?? databaseobject.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class DatabaseObject
Inherits System.Windows.Forms.Form
'Form 重寫 Dispose,以清理組件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗體設(shè)計器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設(shè)計器所必需的
'可以使用 Windows 窗體設(shè)計器修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Label1 = New System.Windows.Forms.Label
Me.cbDatabases = New System.Windows.Forms.ComboBox
Me.lbRecords = New System.Windows.Forms.ListBox
Me.Label2 = New System.Windows.Forms.Label
Me.cbTables = New System.Windows.Forms.ComboBox
Me.Label3 = New System.Windows.Forms.Label
Me.btJob = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(55, 23)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(149, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "當前服務器中所含數(shù)據(jù)庫:"
'
'cbDatabases
'
Me.cbDatabases.FormattingEnabled = True
Me.cbDatabases.Location = New System.Drawing.Point(74, 44)
Me.cbDatabases.Name = "cbDatabases"
Me.cbDatabases.Size = New System.Drawing.Size(121, 20)
Me.cbDatabases.TabIndex = 1
'
'lbRecords
'
Me.lbRecords.FormattingEnabled = True
Me.lbRecords.HorizontalScrollbar = True
Me.lbRecords.ItemHeight = 12
Me.lbRecords.Location = New System.Drawing.Point(26, 161)
Me.lbRecords.Name = "lbRecords"
Me.lbRecords.Size = New System.Drawing.Size(238, 100)
Me.lbRecords.TabIndex = 2
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(55, 72)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(149, 12)
Me.Label2.TabIndex = 3
Me.Label2.Text = "當前數(shù)據(jù)庫中所含數(shù)據(jù)表:"
'
'cbTables
'
Me.cbTables.FormattingEnabled = True
Me.cbTables.Location = New System.Drawing.Point(74, 88)
Me.cbTables.Name = "cbTables"
Me.cbTables.Size = New System.Drawing.Size(121, 20)
Me.cbTables.TabIndex = 4
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(26, 143)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(101, 12)
Me.Label3.TabIndex = 5
Me.Label3.Text = "當前數(shù)據(jù)表結(jié)構(gòu):"
'
'btJob
'
Me.btJob.Location = New System.Drawing.Point(149, 123)
Me.btJob.Name = "btJob"
Me.btJob.Size = New System.Drawing.Size(131, 23)
Me.btJob.TabIndex = 6
Me.btJob.Text = "添加數(shù)據(jù)庫檢查任務"
Me.btJob.UseVisualStyleBackColor = True
'
'DatabaseObject
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(292, 273)
Me.Controls.Add(Me.btJob)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.cbTables)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.lbRecords)
Me.Controls.Add(Me.cbDatabases)
Me.Controls.Add(Me.Label1)
Me.Name = "DatabaseObject"
Me.Text = "Form1"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents cbDatabases As System.Windows.Forms.ComboBox
Friend WithEvents lbRecords As System.Windows.Forms.ListBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents cbTables As System.Windows.Forms.ComboBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents btJob As System.Windows.Forms.Button
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -