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

📄 constistart_form.designer.cs

📁 饮食管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.chk1.UseVisualStyleBackColor = true;
            // 
            // btnSelect
            // 
            this.btnSelect.Location = new System.Drawing.Point(404, 128);
            this.btnSelect.Name = "btnSelect";
            this.btnSelect.Size = new System.Drawing.Size(75, 23);
            this.btnSelect.TabIndex = 13;
            this.btnSelect.Text = "选择";
            this.btnSelect.UseVisualStyleBackColor = true;
            this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
            // 
            // btnConfirm
            // 
            this.btnConfirm.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnConfirm.Location = new System.Drawing.Point(145, 284);
            this.btnConfirm.Name = "btnConfirm";
            this.btnConfirm.Size = new System.Drawing.Size(87, 23);
            this.btnConfirm.TabIndex = 14;
            this.btnConfirm.Text = "确定[F5]";
            this.btnConfirm.UseVisualStyleBackColor = true;
            this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
            // 
            // btnCancle
            // 
            this.btnCancle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCancle.Location = new System.Drawing.Point(300, 284);
            this.btnCancle.Name = "btnCancle";
            this.btnCancle.Size = new System.Drawing.Size(87, 23);
            this.btnCancle.TabIndex = 15;
            this.btnCancle.Text = "取消[F4]";
            this.btnCancle.UseVisualStyleBackColor = true;
            this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnPCancel);
            this.panel1.Controls.Add(this.btnPCanfirm);
            this.panel1.Controls.Add(this.listView1);
            this.panel1.Location = new System.Drawing.Point(210, 151);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(300, 103);
            this.panel1.TabIndex = 16;
            this.panel1.Visible = false;
            // 
            // btnPCancel
            // 
            this.btnPCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnPCancel.Location = new System.Drawing.Point(155, 80);
            this.btnPCancel.Name = "btnPCancel";
            this.btnPCancel.Size = new System.Drawing.Size(87, 23);
            this.btnPCancel.TabIndex = 17;
            this.btnPCancel.Text = "取消";
            this.btnPCancel.UseVisualStyleBackColor = true;
            this.btnPCancel.Click += new System.EventHandler(this.btnPCancel_Click);
            // 
            // btnPCanfirm
            // 
            this.btnPCanfirm.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnPCanfirm.Location = new System.Drawing.Point(13, 80);
            this.btnPCanfirm.Name = "btnPCanfirm";
            this.btnPCanfirm.Size = new System.Drawing.Size(87, 23);
            this.btnPCanfirm.TabIndex = 17;
            this.btnPCanfirm.Text = "确定";
            this.btnPCanfirm.UseVisualStyleBackColor = true;
            this.btnPCanfirm.Click += new System.EventHandler(this.btnPCanfirm_Click);
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.Location = new System.Drawing.Point(3, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(294, 80);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "员工编号";
            this.columnHeader1.Width = 112;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "姓号";
            this.columnHeader2.Width = 178;
            // 
            // lblRoomJf
            // 
            this.lblRoomJf.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblRoomJf.Image = global::project_beat.Properties.Resources.bj2;
            this.lblRoomJf.Location = new System.Drawing.Point(48, 32);
            this.lblRoomJf.Name = "lblRoomJf";
            this.lblRoomJf.Size = new System.Drawing.Size(431, 29);
            this.lblRoomJf.TabIndex = 0;
            this.lblRoomJf.Text = "房间计费方式:";
            this.lblRoomJf.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // ConstiStart_Form
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(541, 331);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.btnCancle);
            this.Controls.Add(this.btnConfirm);
            this.Controls.Add(this.btnSelect);
            this.Controls.Add(this.chk1);
            this.Controls.Add(this.txtRemark);
            this.Controls.Add(this.txtWaiterName);
            this.Controls.Add(this.txtRs);
            this.Controls.Add(this.lblZdxf);
            this.Controls.Add(this.lblZdct);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lblRoomJf);
            this.Name = "ConstiStart_Form";
            this.Text = "顾客开单";
            this.Load += new System.EventHandler(this.ConstiStart_Form_Load);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblRoomJf;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label lblZdct;
        private System.Windows.Forms.Label lblZdxf;
        private System.Windows.Forms.TextBox txtRs;
        private System.Windows.Forms.TextBox txtWaiterName;
        private System.Windows.Forms.TextBox txtRemark;
        private System.Windows.Forms.CheckBox chk1;
        private System.Windows.Forms.Button btnSelect;
        private System.Windows.Forms.Button btnConfirm;
        private System.Windows.Forms.Button btnCancle;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnPCancel;
        private System.Windows.Forms.Button btnPCanfirm;
        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
    }
}

⌨️ 快捷键说明

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