?? foption.designer.vb
字號:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class fOption
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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(fOption))
Me.txtRNum = New System.Windows.Forms.TextBox
Me.OptCusName = New System.Windows.Forms.RadioButton
Me.OptRNum = New System.Windows.Forms.RadioButton
Me.txtCusName = New System.Windows.Forms.TextBox
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.btnOK = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'txtRNum
'
Me.txtRNum.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtRNum.Location = New System.Drawing.Point(154, 35)
Me.txtRNum.Name = "txtRNum"
Me.txtRNum.Size = New System.Drawing.Size(255, 22)
Me.txtRNum.TabIndex = 0
'
'OptCusName
'
Me.OptCusName.AutoSize = True
Me.OptCusName.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.OptCusName.Location = New System.Drawing.Point(25, 66)
Me.OptCusName.Name = "OptCusName"
Me.OptCusName.Size = New System.Drawing.Size(123, 20)
Me.OptCusName.TabIndex = 2
Me.OptCusName.TabStop = True
Me.OptCusName.Text = "Customer Name"
Me.OptCusName.UseVisualStyleBackColor = True
'
'OptRNum
'
Me.OptRNum.AutoSize = True
Me.OptRNum.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.OptRNum.Location = New System.Drawing.Point(25, 37)
Me.OptRNum.Name = "OptRNum"
Me.OptRNum.Size = New System.Drawing.Size(84, 20)
Me.OptRNum.TabIndex = 1
Me.OptRNum.TabStop = True
Me.OptRNum.Text = "Room No"
Me.OptRNum.UseVisualStyleBackColor = True
'
'txtCusName
'
Me.txtCusName.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtCusName.Location = New System.Drawing.Point(154, 64)
Me.txtCusName.Name = "txtCusName"
Me.txtCusName.Size = New System.Drawing.Size(255, 22)
Me.txtCusName.TabIndex = 20
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "search2.ico")
Me.ImageList1.Images.SetKeyName(1, "Close 2.ico")
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
Me.GroupBox1.Controls.Add(Me.btnOK)
Me.GroupBox1.Controls.Add(Me.txtCusName)
Me.GroupBox1.Controls.Add(Me.txtRNum)
Me.GroupBox1.Controls.Add(Me.OptCusName)
Me.GroupBox1.Controls.Add(Me.OptRNum)
Me.GroupBox1.Location = New System.Drawing.Point(12, 13)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(429, 126)
Me.GroupBox1.TabIndex = 1
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Choose One Option to Search"
'
'btnOK
'
Me.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnOK.ImageKey = "search2.ico"
Me.btnOK.ImageList = Me.ImageList1
Me.btnOK.Location = New System.Drawing.Point(154, 92)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(75, 23)
Me.btnOK.TabIndex = 1
Me.btnOK.Text = "OK"
Me.btnOK.UseVisualStyleBackColor = True
'
'fOption
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.Hotel_Management_System.My.Resources.Resources.BackGround
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(452, 152)
Me.Controls.Add(Me.GroupBox1)
Me.DoubleBuffered = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "fOption"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Search Check In"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents txtRNum As System.Windows.Forms.TextBox
Friend WithEvents OptCusName As System.Windows.Forms.RadioButton
Friend WithEvents OptRNum As System.Windows.Forms.RadioButton
Friend WithEvents txtCusName As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
End Class
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -