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

📄 systemset_form.designer.cs

📁 饮食管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            // 
            // btnDeleteRoom
            // 
            this.btnDeleteRoom.Location = new System.Drawing.Point(515, 79);
            this.btnDeleteRoom.Name = "btnDeleteRoom";
            this.btnDeleteRoom.Size = new System.Drawing.Size(106, 23);
            this.btnDeleteRoom.TabIndex = 4;
            this.btnDeleteRoom.Text = "删除房间类型";
            this.btnDeleteRoom.UseVisualStyleBackColor = true;
            this.btnDeleteRoom.Click += new System.EventHandler(this.btnDeleteRoom_Click);
            // 
            // btnUpdateRoom
            // 
            this.btnUpdateRoom.Location = new System.Drawing.Point(515, 48);
            this.btnUpdateRoom.Name = "btnUpdateRoom";
            this.btnUpdateRoom.Size = new System.Drawing.Size(106, 23);
            this.btnUpdateRoom.TabIndex = 3;
            this.btnUpdateRoom.Text = "修改房间类型";
            this.btnUpdateRoom.UseVisualStyleBackColor = true;
            this.btnUpdateRoom.Click += new System.EventHandler(this.btnUpdateRoom_Click);
            // 
            // btnInsertRoom
            // 
            this.btnInsertRoom.Location = new System.Drawing.Point(515, 17);
            this.btnInsertRoom.Name = "btnInsertRoom";
            this.btnInsertRoom.Size = new System.Drawing.Size(106, 23);
            this.btnInsertRoom.TabIndex = 2;
            this.btnInsertRoom.Text = "添加房间类型";
            this.btnInsertRoom.UseVisualStyleBackColor = true;
            this.btnInsertRoom.Click += new System.EventHandler(this.btnInsertRoom_Click);
            // 
            // lsvBot
            // 
            this.lsvBot.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader6,
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9});
            this.lsvBot.FullRowSelect = true;
            this.lsvBot.GridLines = true;
            this.lsvBot.Location = new System.Drawing.Point(6, 171);
            this.lsvBot.Name = "lsvBot";
            this.lsvBot.Size = new System.Drawing.Size(462, 230);
            this.lsvBot.TabIndex = 1;
            this.lsvBot.UseCompatibleStateImageBehavior = false;
            this.lsvBot.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "餐台号";
            this.columnHeader6.Width = 70;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "餐台状态";
            this.columnHeader7.Width = 123;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "房间类型编号";
            this.columnHeader8.Width = 120;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "服务生";
            this.columnHeader9.Width = 145;
            // 
            // lsvTop
            // 
            this.lsvTop.BackColor = System.Drawing.Color.WhiteSmoke;
            this.lsvTop.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5});
            this.lsvTop.FullRowSelect = true;
            this.lsvTop.GridLines = true;
            this.lsvTop.Location = new System.Drawing.Point(6, 17);
            this.lsvTop.Name = "lsvTop";
            this.lsvTop.Size = new System.Drawing.Size(462, 118);
            this.lsvTop.TabIndex = 0;
            this.lsvTop.UseCompatibleStateImageBehavior = false;
            this.lsvTop.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "类型编号";
            this.columnHeader1.Width = 71;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "房间类型";
            this.columnHeader2.Width = 90;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "最低消费";
            this.columnHeader3.Width = 85;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "计费方式";
            this.columnHeader4.Width = 139;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "容纳人数";
            this.columnHeader5.Width = 73;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.button3);
            this.tabPage2.Controls.Add(this.button2);
            this.tabPage2.Controls.Add(this.textBox1);
            this.tabPage2.Controls.Add(this.label5);
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Controls.Add(this.comboBox1);
            this.tabPage2.Controls.Add(this.button1);
            this.tabPage2.Controls.Add(this.btnDel);
            this.tabPage2.Controls.Add(this.btnUpdate);
            this.tabPage2.Controls.Add(this.btnInsert);
            this.tabPage2.Controls.Add(this.btnDeleteSp);
            this.tabPage2.Controls.Add(this.btnUpdateSp);
            this.tabPage2.Controls.Add(this.btnInserSp);
            this.tabPage2.Controls.Add(this.listView1);
            this.tabPage2.Controls.Add(this.listView2);
            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(663, 408);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "商品项目设置";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(515, 323);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(106, 23);
            this.button3.TabIndex = 29;
            this.button3.Text = "提成设置";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(515, 285);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(106, 23);
            this.button2.TabIndex = 28;
            this.button2.Text = "生成菜单";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(355, 144);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(113, 21);
            this.textBox1.TabIndex = 27;
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(257, 142);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(92, 23);
            this.label5.TabIndex = 26;
            this.label5.Text = "查找(简拼):";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(7, 142);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(117, 23);
            this.label2.TabIndex = 23;
            this.label2.Text = "按房间类型过滤:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(130, 145);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 20);
            this.comboBox1.TabIndex = 22;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(515, 361);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(106, 23);
            this.button1.TabIndex = 21;
            this.button1.Text = "打折设置";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // btnDel
            // 
            this.btnDel.Location = new System.Drawing.Point(515, 247);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new System.Drawing.Size(106, 23);
            this.btnDel.TabIndex = 20;
            this.btnDel.Text = "删除商品";
            this.btnDel.UseVisualStyleBackColor = true;
            // 
            // btnUpdate
            // 
            this.btnUpdate.Location = new System.Drawing.Point(515, 209);
            this.btnUpdate.Name = "btnUpdate";
            this.btnUpdate.Size = new System.Drawing.Size(106, 23);
            this.btnUpdate.TabIndex = 19;
            this.btnUpdate.Text = "修改商品";
            this.btnUpdate.UseVisualStyleBackColor = true;
            // 
            // btnInsert
            // 
            this.btnInsert.Location = new System.Drawing.Point(515, 171);
            this.btnInsert.Name = "btnInsert";
            this.btnInsert.Size = new System.Drawing.Size(106, 23);
            this.btnInsert.TabIndex = 18;
            this.btnInsert.Text = "添加商品";
            this.btnInsert.UseVisualStyleBackColor = true;
            // 
            // btnDeleteSp
            // 
            this.btnDeleteSp.Location = new System.Drawing.Point(515, 110);
            this.btnDeleteSp.Name = "btnDeleteSp";
            this.btnDeleteSp.Size = new System.Drawing.Size(106, 23);
            this.btnDeleteSp.TabIndex = 17;
            this.btnDeleteSp.Text = "删除商品类别";
            this.btnDeleteSp.UseVisualStyleBackColor = true;
            // 
            // btnUpdateSp
            // 
            this.btnUpdateSp.Location = new System.Drawing.Point(515, 79);
            this.btnUpdateSp.Name = "btnUpdateSp";
            this.btnUpdateSp.Size = new System.Drawing.Size(106, 23);
            this.btnUpdateSp.TabIndex = 16;
            this.btnUpdateSp.Text = "修改商品类别";
            this.btnUpdateSp.UseVisualStyleBackColor = true;
            // 
            // btnInserSp
            // 
            this.btnInserSp.Location = new System.Drawing.Point(515, 48);
            this.btnInserSp.Name = "btnInserSp";
            this.btnInserSp.Size = new System.Drawing.Size(106, 23);
            this.btnInserSp.TabIndex = 15;
            this.btnInserSp.Text = "添加商品类别";
            this.btnInserSp.UseVisualStyleBackColor = true;
            // 
            // listView1
            // 
            this.listView1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader21,
            this.columnHeader22,
            this.columnHeader23,
            this.columnHeader24,
            this.columnHeader25,
            this.columnHeader26,
            this.columnHeader27});
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.Location = new System.Drawing.Point(6, 171);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(462, 230);
            this.listView1.TabIndex = 13;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;

⌨️ 快捷键说明

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