?? frmbookdoc.vb
字號:
Public Class frmBookDoc Inherits 圖書管理系統.frmBase#Region " Windows 窗體設計器生成的代碼 " Public Sub New() MyBase.New() '該調用是 Windows 窗體設計器所必需的。 InitializeComponent() '在 InitializeComponent() 調用之后添加任何初始化 End Sub '窗體重寫 dispose 以清理組件列表。 Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If End If MyBase.Dispose(disposing) End Sub 'Windows 窗體設計器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下過程是 Windows 窗體設計器所必需的 '可以使用 Windows 窗體設計器修改此過程。 '不要使用代碼編輯器修改它。 Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents SqlDataAdapter1 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents SqlSelectCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlUpdateCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlDeleteCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlConnection1 As System.Data.SqlClient.SqlConnection
Friend WithEvents DataSet11 As 圖書管理系統.DataSet1
Friend WithEvents txbCode As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents txbNumber As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents cbbType As System.Windows.Forms.ComboBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents txbAuthor As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents txbTranslator As System.Windows.Forms.TextBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents txbISBN As System.Windows.Forms.TextBox
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents txbRemark As System.Windows.Forms.TextBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents cbbPress As System.Windows.Forms.ComboBox
Friend WithEvents txbName As System.Windows.Forms.TextBox
Friend WithEvents cbbBookcase As System.Windows.Forms.ComboBox
Friend WithEvents txbPrice As System.Windows.Forms.TextBox
Friend WithEvents txbTotalPages As System.Windows.Forms.TextBox
Friend WithEvents txbWorker As System.Windows.Forms.TextBox
Friend WithEvents ckbRegist As System.Windows.Forms.CheckBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.txbRemark = New System.Windows.Forms.TextBox
Me.DataSet11 = New 圖書管理系統.DataSet1
Me.Label16 = New System.Windows.Forms.Label
Me.ckbRegist = New System.Windows.Forms.CheckBox
Me.txbWorker = New System.Windows.Forms.TextBox
Me.Label15 = New System.Windows.Forms.Label
Me.txbTotalPages = New System.Windows.Forms.TextBox
Me.Label14 = New System.Windows.Forms.Label
Me.txbPrice = New System.Windows.Forms.TextBox
Me.Label13 = New System.Windows.Forms.Label
Me.cbbBookcase = New System.Windows.Forms.ComboBox
Me.Label12 = New System.Windows.Forms.Label
Me.cbbPress = New System.Windows.Forms.ComboBox
Me.Label11 = New System.Windows.Forms.Label
Me.txbISBN = New System.Windows.Forms.TextBox
Me.Label10 = New System.Windows.Forms.Label
Me.txbTranslator = New System.Windows.Forms.TextBox
Me.Label9 = New System.Windows.Forms.Label
Me.txbAuthor = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.cbbType = New System.Windows.Forms.ComboBox
Me.Label8 = New System.Windows.Forms.Label
Me.txbName = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.txbNumber = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.txbCode = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.SqlDataAdapter1 = New System.Data.SqlClient.SqlDataAdapter
Me.SqlDeleteCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlConnection1 = New System.Data.SqlClient.SqlConnection
Me.SqlInsertCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlSelectCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlUpdateCommand1 = New System.Data.SqlClient.SqlCommand
Me.GroupBox1.SuspendLayout()
CType(Me.DataSet11, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox1.Controls.Add(Me.txbRemark)
Me.GroupBox1.Controls.Add(Me.Label16)
Me.GroupBox1.Controls.Add(Me.ckbRegist)
Me.GroupBox1.Controls.Add(Me.txbWorker)
Me.GroupBox1.Controls.Add(Me.Label15)
Me.GroupBox1.Controls.Add(Me.txbTotalPages)
Me.GroupBox1.Controls.Add(Me.Label14)
Me.GroupBox1.Controls.Add(Me.txbPrice)
Me.GroupBox1.Controls.Add(Me.Label13)
Me.GroupBox1.Controls.Add(Me.cbbBookcase)
Me.GroupBox1.Controls.Add(Me.Label12)
Me.GroupBox1.Controls.Add(Me.cbbPress)
Me.GroupBox1.Controls.Add(Me.Label11)
Me.GroupBox1.Controls.Add(Me.txbISBN)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.txbTranslator)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.txbAuthor)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.cbbType)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.txbName)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.txbNumber)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.txbCode)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Location = New System.Drawing.Point(0, 152)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(608, 168)
Me.GroupBox1.TabIndex = 7
Me.GroupBox1.TabStop = False
'
'txbRemark
'
Me.txbRemark.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "圖書信息.簡介"))
Me.txbRemark.Location = New System.Drawing.Point(504, 32)
Me.txbRemark.Multiline = True
Me.txbRemark.Name = "txbRemark"
Me.txbRemark.Size = New System.Drawing.Size(96, 112)
Me.txbRemark.TabIndex = 31
Me.txbRemark.Text = ""
'
'DataSet11
'
Me.DataSet11.DataSetName = "DataSet1"
Me.DataSet11.Locale = New System.Globalization.CultureInfo("zh-CN")
'
'Label16
'
Me.Label16.Location = New System.Drawing.Point(504, 16)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(56, 16)
Me.Label16.TabIndex = 30
Me.Label16.Text = "簡介"
'
'ckbRegist
'
Me.ckbRegist.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Me.DataSet11, "圖書信息.是否注銷"))
Me.ckbRegist.Location = New System.Drawing.Point(208, 126)
Me.ckbRegist.Name = "ckbRegist"
Me.ckbRegist.Size = New System.Drawing.Size(80, 24)
Me.ckbRegist.TabIndex = 29
Me.ckbRegist.Text = "是否注銷"
'
'txbWorker
'
Me.txbWorker.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "圖書信息.操作員"))
Me.txbWorker.Location = New System.Drawing.Point(144, 126)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -