📄 frmmain.designer.cs
字号:
namespace 餐饮管理系统
{
partial class frmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.splitter1 = new System.Windows.Forms.Splitter();
this.splitter2 = new System.Windows.Forms.Splitter();
this.tabControl1i = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.listView大厅 = new System.Windows.Forms.ListView();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.listView普通包间 = new System.Windows.Forms.ListView();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.listView豪华包间 = new System.Windows.Forms.ListView();
this.label餐台总数 = new System.Windows.Forms.Label();
this.label最低消费 = new System.Windows.Forms.Label();
this.label计费标准 = new System.Windows.Forms.Label();
this.label进店时间 = new System.Windows.Forms.Label();
this.label已用时间 = new System.Windows.Forms.Label();
this.label消费时间 = new System.Windows.Forms.Label();
this.label当前占用 = new System.Windows.Forms.Label();
this.label当前可供 = new System.Windows.Forms.Label();
this.label当前预定 = new System.Windows.Forms.Label();
this.label当前停用 = new System.Windows.Forms.Label();
this.label上座率 = new System.Windows.Forms.Label();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.toolStripBtn开单 = new System.Windows.Forms.ToolStripButton();
this.toolStripBtnAdd消费 = new System.Windows.Forms.ToolStripButton();
this.toolStripBtnFast开单 = new System.Windows.Forms.ToolStripButton();
this.toolStripBtnVIP结账 = new System.Windows.Forms.ToolStripButton();
this.toolStripBtn快餐外卖 = new System.Windows.Forms.ToolStripButton();
this.toolStripBtn预定管理 = new System.Windows.Forms.ToolStripButton();
this.toolStripBtn系统设置 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
this.toolStrip1.SuspendLayout();
this.tabControl1i.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.Color.WhiteSmoke;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripBtn开单,
this.toolStripBtnAdd消费,
this.toolStripBtnFast开单,
this.toolStripBtnVIP结账,
this.toolStripBtn快餐外卖,
this.toolStripBtn预定管理,
this.toolStripBtn系统设置});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1000, 67);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip";
//
// splitter1
//
this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
this.splitter1.Location = new System.Drawing.Point(0, 67);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(1000, 3);
this.splitter1.TabIndex = 1;
this.splitter1.TabStop = false;
//
// splitter2
//
this.splitter2.Location = new System.Drawing.Point(183, 70);
this.splitter2.Name = "splitter2";
this.splitter2.Size = new System.Drawing.Size(3, 552);
this.splitter2.TabIndex = 3;
this.splitter2.TabStop = false;
//
// tabControl1i
//
this.tabControl1i.Controls.Add(this.tabPage1);
this.tabControl1i.Controls.Add(this.tabPage2);
this.tabControl1i.Controls.Add(this.tabPage3);
this.tabControl1i.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1i.Location = new System.Drawing.Point(186, 70);
this.tabControl1i.Name = "tabControl1i";
this.tabControl1i.SelectedIndex = 0;
this.tabControl1i.Size = new System.Drawing.Size(814, 552);
this.tabControl1i.TabIndex = 4;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.listView大厅);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(806, 527);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "大厅";
this.tabPage1.UseVisualStyleBackColor = true;
//
// listView大厅
//
this.listView大厅.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView大厅.Location = new System.Drawing.Point(3, 3);
this.listView大厅.Name = "listView大厅";
this.listView大厅.Size = new System.Drawing.Size(800, 521);
this.listView大厅.TabIndex = 0;
this.listView大厅.UseCompatibleStateImageBehavior = false;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.listView普通包间);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(806, 527);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "普通包间";
this.tabPage2.UseVisualStyleBackColor = true;
//
// listView普通包间
//
this.listView普通包间.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView普通包间.Location = new System.Drawing.Point(3, 3);
this.listView普通包间.Name = "listView普通包间";
this.listView普通包间.Size = new System.Drawing.Size(800, 521);
this.listView普通包间.TabIndex = 0;
this.listView普通包间.UseCompatibleStateImageBehavior = false;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.listView豪华包间);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(806, 527);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "豪华包间";
this.tabPage3.UseVisualStyleBackColor = true;
//
// listView豪华包间
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -