📄 frmmain.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.btnMSAccess = New System.Windows.Forms.Button
Me.btnSQLServer = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.txtStatus = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.SuspendLayout()
'
'btnMSAccess
'
Me.btnMSAccess.Location = New System.Drawing.Point(57, 40)
Me.btnMSAccess.Name = "btnMSAccess"
Me.btnMSAccess.Size = New System.Drawing.Size(48, 42)
Me.btnMSAccess.TabIndex = 0
Me.btnMSAccess.UseVisualStyleBackColor = True
'
'btnSQLServer
'
Me.btnSQLServer.Location = New System.Drawing.Point(57, 93)
Me.btnSQLServer.Name = "btnSQLServer"
Me.btnSQLServer.Size = New System.Drawing.Size(48, 42)
Me.btnSQLServer.TabIndex = 1
Me.btnSQLServer.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(136, 55)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(159, 13)
Me.Label1.TabIndex = 2
Me.Label1.Text = "Connect using Microsoft Access"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(136, 101)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(179, 13)
Me.Label2.TabIndex = 3
Me.Label2.Text = "Connect using Microsoft SQL Server"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(81, 191)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(52, 13)
Me.Label3.TabIndex = 4
Me.Label3.Text = "Remarks:"
'
'txtStatus
'
Me.txtStatus.Location = New System.Drawing.Point(139, 191)
Me.txtStatus.Multiline = True
Me.txtStatus.Name = "txtStatus"
Me.txtStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtStatus.Size = New System.Drawing.Size(264, 117)
Me.txtStatus.TabIndex = 5
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.ForeColor = System.Drawing.Color.Red
Me.Label4.Location = New System.Drawing.Point(16, 336)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(246, 13)
Me.Label4.TabIndex = 7
Me.Label4.Text = "For more tutorials and free source code please visit"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(268, 333)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(135, 20)
Me.TextBox1.TabIndex = 8
Me.TextBox1.Text = "www.sourcecodester.com"
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(442, 370)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.txtStatus)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.btnSQLServer)
Me.Controls.Add(Me.btnMSAccess)
Me.Name = "frmMain"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Retreive Data using DataSets and Data Adapters"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnMSAccess As System.Windows.Forms.Button
Friend WithEvents btnSQLServer As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtStatus As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -