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

📄 insertwaiter_form.designer.cs

📁 饮食管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace project_beat
{
    partial class InsertWaiter_Form
    {
        /// <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.panel1 = new System.Windows.Forms.Panel();
            this.cboWaiterSex = new System.Windows.Forms.ComboBox();
            this.txtWaiterReamrk = new System.Windows.Forms.TextBox();
            this.txtWaiterSFH = new System.Windows.Forms.TextBox();
            this.txtWaiterLXFS = new System.Windows.Forms.TextBox();
            this.txtNameJp = new System.Windows.Forms.TextBox();
            this.txtWaiterName = new System.Windows.Forms.TextBox();
            this.txtWaiterID = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.dtpWaiterFXRQ = new System.Windows.Forms.DateTimePicker();
            this.cboWaiterlevel = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.cboWaiterSex);
            this.panel1.Controls.Add(this.txtWaiterReamrk);
            this.panel1.Controls.Add(this.txtWaiterSFH);
            this.panel1.Controls.Add(this.txtWaiterLXFS);
            this.panel1.Controls.Add(this.txtNameJp);
            this.panel1.Controls.Add(this.txtWaiterName);
            this.panel1.Controls.Add(this.txtWaiterID);
            this.panel1.Controls.Add(this.label9);
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Location = new System.Drawing.Point(28, 31);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(497, 164);
            this.panel1.TabIndex = 0;
            // 
            // cboWaiterSex
            // 
            this.cboWaiterSex.FormattingEnabled = true;
            this.cboWaiterSex.Items.AddRange(new object[] {
            "男",
            "女"});
            this.cboWaiterSex.Location = new System.Drawing.Point(297, 39);
            this.cboWaiterSex.Name = "cboWaiterSex";
            this.cboWaiterSex.Size = new System.Drawing.Size(156, 20);
            this.cboWaiterSex.TabIndex = 50;
            // 
            // txtWaiterReamrk
            // 
            this.txtWaiterReamrk.Location = new System.Drawing.Point(72, 113);
            this.txtWaiterReamrk.Multiline = true;
            this.txtWaiterReamrk.Name = "txtWaiterReamrk";
            this.txtWaiterReamrk.Size = new System.Drawing.Size(381, 46);
            this.txtWaiterReamrk.TabIndex = 49;
            // 
            // txtWaiterSFH
            // 
            this.txtWaiterSFH.Location = new System.Drawing.Point(297, 86);
            this.txtWaiterSFH.Name = "txtWaiterSFH";
            this.txtWaiterSFH.Size = new System.Drawing.Size(156, 21);
            this.txtWaiterSFH.TabIndex = 48;
            this.txtWaiterSFH.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox5_KeyPress);
            // 
            // txtWaiterLXFS
            // 
            this.txtWaiterLXFS.Location = new System.Drawing.Point(297, 63);
            this.txtWaiterLXFS.Name = "txtWaiterLXFS";
            this.txtWaiterLXFS.Size = new System.Drawing.Size(156, 21);
            this.txtWaiterLXFS.TabIndex = 47;
            // 
            // txtNameJp
            // 
            this.txtNameJp.Location = new System.Drawing.Point(72, 86);
            this.txtNameJp.Name = "txtNameJp";
            this.txtNameJp.Size = new System.Drawing.Size(130, 21);
            this.txtNameJp.TabIndex = 46;
            // 
            // txtWaiterName
            // 
            this.txtWaiterName.Location = new System.Drawing.Point(72, 63);
            this.txtWaiterName.Name = "txtWaiterName";
            this.txtWaiterName.Size = new System.Drawing.Size(130, 21);
            this.txtWaiterName.TabIndex = 45;
            this.txtWaiterName.Leave += new System.EventHandler(this.textBox2_Leave);
            // 
            // txtWaiterID
            // 
            this.txtWaiterID.Location = new System.Drawing.Point(72, 39);
            this.txtWaiterID.Name = "txtWaiterID";
            this.txtWaiterID.Size = new System.Drawing.Size(130, 21);
            this.txtWaiterID.TabIndex = 44;
            // 
            // label9
            // 
            this.label9.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label9.Location = new System.Drawing.Point(203, 86);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(81, 23);
            this.label9.TabIndex = 43;
            this.label9.Text = "身份证号:";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label8
            // 
            this.label8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(203, 63);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(81, 23);
            this.label8.TabIndex = 42;
            this.label8.Text = "联系方式:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label7
            // 
            this.label7.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(203, 40);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(81, 23);
            this.label7.TabIndex = 41;
            this.label7.Text = "性别:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label6
            // 
            this.label6.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(3, 109);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(63, 23);
            this.label6.TabIndex = 40;

⌨️ 快捷键说明

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