📄 roomstatecontrol.designer.cs
字号:
this.GuestStatePic.Name = "GuestStatePic";
this.GuestStatePic.Size = new System.Drawing.Size(18, 12);
this.GuestStatePic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.GuestStatePic.TabIndex = 19;
this.GuestStatePic.TabStop = false;
this.GuestStatePic.Visible = false;
this.GuestStatePic.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
this.GuestStatePic.Click += new System.EventHandler(this.RoomStateControl_Click);
this.GuestStatePic.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
//
// IncomeStatePic
//
this.IncomeStatePic.BackColor = System.Drawing.Color.Transparent;
this.IncomeStatePic.ContextMenuStrip = this.NewGuestMenu;
this.IncomeStatePic.Cursor = System.Windows.Forms.Cursors.Hand;
this.IncomeStatePic.Location = new System.Drawing.Point(53, 32);
this.IncomeStatePic.Name = "IncomeStatePic";
this.IncomeStatePic.Size = new System.Drawing.Size(18, 12);
this.IncomeStatePic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.IncomeStatePic.TabIndex = 18;
this.IncomeStatePic.TabStop = false;
this.IncomeStatePic.Visible = false;
this.IncomeStatePic.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
this.IncomeStatePic.Click += new System.EventHandler(this.DockRoomMenuItem_Click);
this.IncomeStatePic.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
//
// NewGuestMenu
//
this.NewGuestMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.NewGuestMenuItem,
this.toolStripMenuItem1,
this.DockRoomMenuItem,
this.UnDockRoomMenuItem,
this.toolStripMenuItem4,
this.SetSaleMenuItem,
this.UndoSaleMenuItem,
this.toolStripSeparator9,
this.toolStripMenuItem3});
this.NewGuestMenu.Name = "NewGuestMenu";
this.NewGuestMenu.Size = new System.Drawing.Size(185, 154);
//
// NewGuestMenuItem
//
this.NewGuestMenuItem.Name = "NewGuestMenuItem";
this.NewGuestMenuItem.Size = new System.Drawing.Size(184, 22);
this.NewGuestMenuItem.Text = "新客人(&N)...";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(181, 6);
//
// DockRoomMenuItem
//
this.DockRoomMenuItem.Name = "DockRoomMenuItem";
this.DockRoomMenuItem.Size = new System.Drawing.Size(184, 22);
this.DockRoomMenuItem.Text = "锁房(&B)...";
//
// UnDockRoomMenuItem
//
this.UnDockRoomMenuItem.Name = "UnDockRoomMenuItem";
this.UnDockRoomMenuItem.Size = new System.Drawing.Size(184, 22);
this.UnDockRoomMenuItem.Text = "锁房(&U)...";
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(181, 6);
//
// SetSaleMenuItem
//
this.SetSaleMenuItem.Name = "SetSaleMenuItem";
this.SetSaleMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Insert;
this.SetSaleMenuItem.Size = new System.Drawing.Size(184, 22);
this.SetSaleMenuItem.Text = "设置预售(&Y)";
//
// UndoSaleMenuItem
//
this.UndoSaleMenuItem.Name = "UndoSaleMenuItem";
this.UndoSaleMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
this.UndoSaleMenuItem.Size = new System.Drawing.Size(184, 22);
this.UndoSaleMenuItem.Text = "取消预售(&Z)";
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(181, 6);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(184, 22);
this.toolStripMenuItem3.Text = "更改单个客房状态(&R)";
//
// DoorPic
//
this.DoorPic.BackColor = System.Drawing.Color.Transparent;
this.DoorPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("DoorPic.BackgroundImage")));
this.DoorPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.DoorPic.Image = ((System.Drawing.Image)(resources.GetObject("DoorPic.Image")));
this.DoorPic.Location = new System.Drawing.Point(56, 20);
this.DoorPic.Name = "DoorPic";
this.DoorPic.Size = new System.Drawing.Size(15, 12);
this.DoorPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.DoorPic.TabIndex = 17;
this.DoorPic.TabStop = false;
this.DoorPic.Visible = false;
this.DoorPic.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
this.DoorPic.Click += new System.EventHandler(this.RoomStateControl_Click);
this.DoorPic.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
//
// UsedStatePic
//
this.UsedStatePic.BackColor = System.Drawing.Color.Transparent;
this.UsedStatePic.ContextMenuStrip = this.NewGuestMenu;
this.UsedStatePic.Cursor = System.Windows.Forms.Cursors.Hand;
this.UsedStatePic.Location = new System.Drawing.Point(26, 20);
this.UsedStatePic.Name = "UsedStatePic";
this.UsedStatePic.Size = new System.Drawing.Size(26, 26);
this.UsedStatePic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.UsedStatePic.TabIndex = 16;
this.UsedStatePic.TabStop = false;
this.UsedStatePic.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
this.UsedStatePic.Click += new System.EventHandler(this.RoomStateControl_Click);
this.UsedStatePic.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
//
// RoomStateControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Silver;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ContextMenuStrip = this.NewGuestMenu;
this.Controls.Add(this.pic8);
this.Controls.Add(this.pic7);
this.Controls.Add(this.txtNoUsedState);
this.Controls.Add(this.IsForeignerPic);
this.Controls.Add(this.IsFutureFixPic);
this.Controls.Add(this.pic1);
this.Controls.Add(this.GuestStatePic);
this.Controls.Add(this.IncomeStatePic);
this.Controls.Add(this.UsedStatePic);
this.Controls.Add(this.labRoomNo);
this.Controls.Add(this.DoorPic);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.Name = "RoomStateControl";
this.Size = new System.Drawing.Size(76, 61);
this.Click += new System.EventHandler(this.RoomStateControl_Click);
this.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
this.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
((System.ComponentModel.ISupportInitialize)(this.pic8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pic7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.IsForeignerPic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.IsFutureFixPic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pic1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GuestStatePic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.IncomeStatePic)).EndInit();
this.NewGuestMenu.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DoorPic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.UsedStatePic)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pic8;
private System.Windows.Forms.PictureBox pic7;
private System.Windows.Forms.Label txtNoUsedState;
private System.Windows.Forms.PictureBox IsForeignerPic;
private System.Windows.Forms.PictureBox IsFutureFixPic;
private System.Windows.Forms.PictureBox pic1;
private System.Windows.Forms.PictureBox GuestStatePic;
private System.Windows.Forms.PictureBox IncomeStatePic;
private System.Windows.Forms.PictureBox DoorPic;
private System.Windows.Forms.Label labRoomNo;
private System.Windows.Forms.PictureBox UsedStatePic;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ContextMenuStrip NewGuestMenu;
private System.Windows.Forms.ToolStripMenuItem NewGuestMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem DockRoomMenuItem;
private System.Windows.Forms.ToolStripMenuItem UnDockRoomMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem SetSaleMenuItem;
private System.Windows.Forms.ToolStripMenuItem UndoSaleMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -