⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 c#can yin guan li xi tong
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.listView豪华包间.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView豪华包间.Location = new System.Drawing.Point(0, 0);
            this.listView豪华包间.Name = "listView豪华包间";
            this.listView豪华包间.Size = new System.Drawing.Size(806, 527);
            this.listView豪华包间.TabIndex = 0;
            this.listView豪华包间.UseCompatibleStateImageBehavior = false;
            // 
            // label餐台总数
            // 
            this.label餐台总数.AutoSize = true;
            this.label餐台总数.Location = new System.Drawing.Point(92, 300);
            this.label餐台总数.Name = "label餐台总数";
            this.label餐台总数.Size = new System.Drawing.Size(0, 12);
            this.label餐台总数.TabIndex = 5;
            // 
            // label最低消费
            // 
            this.label最低消费.AutoSize = true;
            this.label最低消费.Location = new System.Drawing.Point(92, 107);
            this.label最低消费.Name = "label最低消费";
            this.label最低消费.Size = new System.Drawing.Size(0, 12);
            this.label最低消费.TabIndex = 5;
            // 
            // label计费标准
            // 
            this.label计费标准.AutoSize = true;
            this.label计费标准.Location = new System.Drawing.Point(92, 139);
            this.label计费标准.Name = "label计费标准";
            this.label计费标准.Size = new System.Drawing.Size(0, 12);
            this.label计费标准.TabIndex = 5;
            // 
            // label进店时间
            // 
            this.label进店时间.AutoSize = true;
            this.label进店时间.Location = new System.Drawing.Point(92, 168);
            this.label进店时间.Name = "label进店时间";
            this.label进店时间.Size = new System.Drawing.Size(0, 12);
            this.label进店时间.TabIndex = 5;
            // 
            // label已用时间
            // 
            this.label已用时间.AutoSize = true;
            this.label已用时间.Location = new System.Drawing.Point(92, 198);
            this.label已用时间.Name = "label已用时间";
            this.label已用时间.Size = new System.Drawing.Size(0, 12);
            this.label已用时间.TabIndex = 5;
            // 
            // label消费时间
            // 
            this.label消费时间.AutoSize = true;
            this.label消费时间.Location = new System.Drawing.Point(92, 224);
            this.label消费时间.Name = "label消费时间";
            this.label消费时间.Size = new System.Drawing.Size(0, 12);
            this.label消费时间.TabIndex = 5;
            // 
            // label当前占用
            // 
            this.label当前占用.AutoSize = true;
            this.label当前占用.Location = new System.Drawing.Point(92, 330);
            this.label当前占用.Name = "label当前占用";
            this.label当前占用.Size = new System.Drawing.Size(0, 12);
            this.label当前占用.TabIndex = 5;
            // 
            // label当前可供
            // 
            this.label当前可供.AutoSize = true;
            this.label当前可供.Location = new System.Drawing.Point(92, 358);
            this.label当前可供.Name = "label当前可供";
            this.label当前可供.Size = new System.Drawing.Size(0, 12);
            this.label当前可供.TabIndex = 5;
            // 
            // label当前预定
            // 
            this.label当前预定.AutoSize = true;
            this.label当前预定.Location = new System.Drawing.Point(92, 385);
            this.label当前预定.Name = "label当前预定";
            this.label当前预定.Size = new System.Drawing.Size(0, 12);
            this.label当前预定.TabIndex = 5;
            // 
            // label当前停用
            // 
            this.label当前停用.AutoSize = true;
            this.label当前停用.Location = new System.Drawing.Point(92, 412);
            this.label当前停用.Name = "label当前停用";
            this.label当前停用.Size = new System.Drawing.Size(0, 12);
            this.label当前停用.TabIndex = 5;
            // 
            // label上座率
            // 
            this.label上座率.AutoSize = true;
            this.label上座率.Location = new System.Drawing.Point(92, 442);
            this.label上座率.Name = "label上座率";
            this.label上座率.Size = new System.Drawing.Size(0, 12);
            this.label上座率.TabIndex = 5;
            // 
            // imageList1
            // 
            this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 70);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(183, 552);
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // toolStripBtn开单
            // 
            this.toolStripBtn开单.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtn开单.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn开单.Image")));
            this.toolStripBtn开单.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtn开单.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtn开单.Name = "toolStripBtn开单";
            this.toolStripBtn开单.Size = new System.Drawing.Size(64, 64);
            this.toolStripBtn开单.Text = "toolStripButton10";
            // 
            // toolStripBtnAdd消费
            // 
            this.toolStripBtnAdd消费.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtnAdd消费.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtnAdd消费.Image")));
            this.toolStripBtnAdd消费.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtnAdd消费.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtnAdd消费.Name = "toolStripBtnAdd消费";
            this.toolStripBtnAdd消费.Size = new System.Drawing.Size(64, 64);
            this.toolStripBtnAdd消费.Text = "toolStripButton11";
            // 
            // toolStripBtnFast开单
            // 
            this.toolStripBtnFast开单.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtnFast开单.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtnFast开单.Image")));
            this.toolStripBtnFast开单.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtnFast开单.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtnFast开单.Name = "toolStripBtnFast开单";
            this.toolStripBtnFast开单.Size = new System.Drawing.Size(64, 64);
            this.toolStripBtnFast开单.Text = "toolStripButton12";
            // 
            // toolStripBtnVIP结账
            // 
            this.toolStripBtnVIP结账.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtnVIP结账.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtnVIP结账.Image")));
            this.toolStripBtnVIP结账.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtnVIP结账.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtnVIP结账.Name = "toolStripBtnVIP结账";
            this.toolStripBtnVIP结账.Size = new System.Drawing.Size(64, 64);
            this.toolStripBtnVIP结账.Text = "toolStripButton13";
            // 
            // toolStripBtn快餐外卖
            // 
            this.toolStripBtn快餐外卖.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtn快餐外卖.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn快餐外卖.Image")));
            this.toolStripBtn快餐外卖.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtn快餐外卖.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtn快餐外卖.Name = "toolStripBtn快餐外卖";
            this.toolStripBtn快餐外卖.Size = new System.Drawing.Size(64, 64);
            this.toolStripBtn快餐外卖.Text = "toolStripButton14";
            // 
            // toolStripBtn预定管理
            // 
            this.toolStripBtn预定管理.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtn预定管理.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn预定管理.Image")));
            this.toolStripBtn预定管理.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtn预定管理.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtn预定管理.Name = "toolStripBtn预定管理";
            this.toolStripBtn预定管理.Size = new System.Drawing.Size(64, 64);
            this.toolStripBtn预定管理.Text = "toolStripButton15";
            this.toolStripBtn预定管理.Click += new System.EventHandler(this.toolStripBtn预定管理_Click);
            // 
            // toolStripBtn系统设置
            // 
            this.toolStripBtn系统设置.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtn系统设置.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn系统设置.Image")));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -