?? frmroom.designer.vb
字號:
Me.LstRoom.Size = New System.Drawing.Size(342, 204)
Me.LstRoom.SmallImageList = Me.ImageList2
Me.LstRoom.TabIndex = 48
Me.LstRoom.UseCompatibleStateImageBehavior = False
Me.LstRoom.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'
Me.ColumnHeader1.Text = "Room No"
Me.ColumnHeader1.Width = 93
'
'ColumnHeader2
'
Me.ColumnHeader2.Text = "Room Type"
Me.ColumnHeader2.Width = 111
'
'ColumnHeader3
'
Me.ColumnHeader3.Text = "Floor"
Me.ColumnHeader3.Width = 117
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EditToolStripMenuItem, Me.DeleteToolStripMenuItem})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(153, 70)
'
'EditToolStripMenuItem
'
Me.EditToolStripMenuItem.Image = Global.Hotel_Management_System.My.Resources.Resources.edit
Me.EditToolStripMenuItem.Name = "EditToolStripMenuItem"
Me.EditToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
Me.EditToolStripMenuItem.Text = "Edit"
'
'DeleteToolStripMenuItem
'
Me.DeleteToolStripMenuItem.Image = Global.Hotel_Management_System.My.Resources.Resources.Delete
Me.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem"
Me.DeleteToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
Me.DeleteToolStripMenuItem.Text = "Delete"
'
'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, "keys2.ico")
'
'cboFloor
'
Me.cboFloor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboFloor.FormattingEnabled = True
Me.cboFloor.Items.AddRange(New Object() {"First Floor", "Second Floor", "Third Floor"})
Me.cboFloor.Location = New System.Drawing.Point(111, 68)
Me.cboFloor.Name = "cboFloor"
Me.cboFloor.Size = New System.Drawing.Size(244, 24)
Me.cboFloor.TabIndex = 47
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(51, 71)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(42, 16)
Me.Label3.TabIndex = 46
Me.Label3.Text = "Floor:"
'
'cboRoomType
'
Me.cboRoomType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboRoomType.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboRoomType.FormattingEnabled = True
Me.cboRoomType.Location = New System.Drawing.Point(111, 38)
Me.cboRoomType.Name = "cboRoomType"
Me.cboRoomType.Size = New System.Drawing.Size(244, 24)
Me.cboRoomType.TabIndex = 45
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(10, 41)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(83, 16)
Me.Label2.TabIndex = 44
Me.Label2.Text = "Room Type:"
'
'txtRoomNo
'
Me.txtRoomNo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtRoomNo.Location = New System.Drawing.Point(111, 10)
Me.txtRoomNo.Name = "txtRoomNo"
Me.txtRoomNo.Size = New System.Drawing.Size(244, 22)
Me.txtRoomNo.TabIndex = 42
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(24, 13)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(69, 16)
Me.Label1.TabIndex = 43
Me.Label1.Text = "Room No:"
'
'frmRoom
'
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(475, 313)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.LstRoom)
Me.Controls.Add(Me.cboFloor)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.cboRoomType)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtRoomNo)
Me.Controls.Add(Me.Label1)
Me.DoubleBuffered = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmRoom"
Me.Text = "Room Information"
Me.GroupBox1.ResumeLayout(False)
Me.ContextMenuStrip1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnShow As System.Windows.Forms.Button
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents btnSave As System.Windows.Forms.Button
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents btnEdit As System.Windows.Forms.Button
Friend WithEvents btnDelete As System.Windows.Forms.Button
Friend WithEvents LstRoom As System.Windows.Forms.ListView
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
Friend WithEvents EditToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents DeleteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cboFloor As System.Windows.Forms.ComboBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents cboRoomType As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtRoomNo As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents ImageList2 As System.Windows.Forms.ImageList
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -