?? fsearchcheckin.designer.vb
字號:
'
'ColumnHeader3
'
Me.ColumnHeader3.Text = "Gender"
'
'ColumnHeader4
'
Me.ColumnHeader4.Text = "Address"
Me.ColumnHeader4.Width = 171
'
'ColumnHeader5
'
Me.ColumnHeader5.Text = "Passport No"
Me.ColumnHeader5.Width = 150
'
'ColumnHeader6
'
Me.ColumnHeader6.Text = "Card No"
Me.ColumnHeader6.Width = 150
'
'ColumnHeader7
'
Me.ColumnHeader7.Text = "CheckIn Date"
Me.ColumnHeader7.Width = 200
'
'ColumnHeader8
'
Me.ColumnHeader8.Text = "Staying"
'
'ColumnHeader9
'
Me.ColumnHeader9.Text = "CheckOut Date"
Me.ColumnHeader9.Width = 200
'
'ColumnHeader10
'
Me.ColumnHeader10.Text = "Room Type"
Me.ColumnHeader10.Width = 110
'
'ColumnHeader11
'
Me.ColumnHeader11.Text = "Room No"
Me.ColumnHeader11.Width = 80
'
'ImageList2
'
Me.ImageList2.ImageStream = CType(resources.GetObject("ImageList2.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList2.Images.SetKeyName(0, "Customer.ico")
'
'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, "Save.ico")
Me.ImageList1.Images.SetKeyName(1, "Delete.ico")
Me.ImageList1.Images.SetKeyName(2, "Switch User.ico")
Me.ImageList1.Images.SetKeyName(3, "search2.ico")
Me.ImageList1.Images.SetKeyName(4, "edit.ico")
Me.ImageList1.Images.SetKeyName(5, "cancel.ico")
Me.ImageList1.Images.SetKeyName(6, "Close 2.ico")
Me.ImageList1.Images.SetKeyName(7, "System Search.ico")
Me.ImageList1.Images.SetKeyName(8, "Blondi1.ico")
'
'btnShowAll
'
Me.btnShowAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnShowAll.ImageKey = "Blondi1.ico"
Me.btnShowAll.ImageList = Me.ImageList1
Me.btnShowAll.Location = New System.Drawing.Point(96, 111)
Me.btnShowAll.Name = "btnShowAll"
Me.btnShowAll.Size = New System.Drawing.Size(75, 23)
Me.btnShowAll.TabIndex = 27
Me.btnShowAll.Text = " Show All"
Me.btnShowAll.UseVisualStyleBackColor = True
'
'btnSearch
'
Me.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSearch.ImageKey = "search2.ico"
Me.btnSearch.ImageList = Me.ImageList1
Me.btnSearch.Location = New System.Drawing.Point(15, 111)
Me.btnSearch.Name = "btnSearch"
Me.btnSearch.Size = New System.Drawing.Size(75, 23)
Me.btnSearch.TabIndex = 26
Me.btnSearch.Text = " Search"
Me.btnSearch.UseVisualStyleBackColor = True
'
'txtCustName
'
Me.txtCustName.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtCustName.Location = New System.Drawing.Point(194, 38)
Me.txtCustName.Name = "txtCustName"
Me.txtCustName.Size = New System.Drawing.Size(345, 22)
Me.txtCustName.TabIndex = 24
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
Me.GroupBox1.Controls.Add(Me.DTCheckIn)
Me.GroupBox1.Controls.Add(Me.ChkCheckIn)
Me.GroupBox1.Controls.Add(Me.ChkCustName)
Me.GroupBox1.Location = New System.Drawing.Point(15, 13)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(530, 92)
Me.GroupBox1.TabIndex = 25
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Search Customer's Booking"
'
'fSearchCheckIn
'
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(558, 480)
Me.Controls.Add(Me.lstCheckIn)
Me.Controls.Add(Me.btnShowAll)
Me.Controls.Add(Me.btnSearch)
Me.Controls.Add(Me.txtCustName)
Me.Controls.Add(Me.GroupBox1)
Me.DoubleBuffered = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "fSearchCheckIn"
Me.Text = "Check In Searching"
Me.ContextMenuStrip1.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ColumnHeader14 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader15 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader16 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader13 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader12 As System.Windows.Forms.ColumnHeader
Friend WithEvents DTCheckIn As System.Windows.Forms.DateTimePicker
Friend WithEvents ChkCheckIn As System.Windows.Forms.CheckBox
Friend WithEvents CheckOutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ChkCustName As System.Windows.Forms.CheckBox
Friend WithEvents MDelete As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
Friend WithEvents MEdit As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents lstCheckIn As System.Windows.Forms.ListView
Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader8 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader9 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader10 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader11 As System.Windows.Forms.ColumnHeader
Friend WithEvents btnShowAll As System.Windows.Forms.Button
Friend WithEvents btnSearch As System.Windows.Forms.Button
Friend WithEvents txtCustName As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents ImageList2 As System.Windows.Forms.ImageList
End Class
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -