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

📄 jz_form.designer.cs

📁 饮食管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel4.Controls.Add(this.lsvBot);
            this.panel4.Controls.Add(this.lblxs);
            this.panel4.Location = new System.Drawing.Point(12, 283);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(809, 229);
            this.panel4.TabIndex = 1;
            // 
            // lsvBot
            // 
            // 
            // 
            // 
            this.lsvBot.Border.Class = "ListViewBorder";
            this.lsvBot.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader9,
            this.columnHeader10});
            this.lsvBot.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lsvBot.FullRowSelect = true;
            this.lsvBot.GridLines = true;
            this.lsvBot.Location = new System.Drawing.Point(0, 22);
            this.lsvBot.Name = "lsvBot";
            this.lsvBot.Size = new System.Drawing.Size(807, 205);
            this.lsvBot.TabIndex = 16;
            this.lsvBot.UseCompatibleStateImageBehavior = false;
            this.lsvBot.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "餐台号";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "消费项目";
            this.columnHeader2.Width = 80;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "单价";
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "打折比例";
            this.columnHeader4.Width = 80;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "折后单价";
            this.columnHeader5.Width = 80;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "消费数量";
            this.columnHeader6.Width = 80;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "消费时间";
            this.columnHeader9.Width = 200;
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "记账人";
            // 
            // lblxs
            // 
            this.lblxs.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblxs.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblxs.Image = global::project_beat.Properties.Resources.bj2;
            this.lblxs.Location = new System.Drawing.Point(0, 0);
            this.lblxs.Name = "lblxs";
            this.lblxs.Size = new System.Drawing.Size(807, 22);
            this.lblxs.TabIndex = 15;
            this.lblxs.Text = "无法显示";
            this.lblxs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panel5
            // 
            this.panel5.BackColor = System.Drawing.SystemColors.ButtonShadow;
            this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel5.Controls.Add(this.txtCzyDz);
            this.panel5.Controls.Add(this.txtpwd);
            this.panel5.Controls.Add(this.txtuser);
            this.panel5.Controls.Add(this.buttonX6);
            this.panel5.Controls.Add(this.buttonX7);
            this.panel5.Controls.Add(this.label19);
            this.panel5.Controls.Add(this.label15);
            this.panel5.Controls.Add(this.label14);
            this.panel5.Controls.Add(this.label13);
            this.panel5.Location = new System.Drawing.Point(288, 60);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(481, 46);
            this.panel5.TabIndex = 2;
            this.panel5.Visible = false;
            // 
            // txtCzyDz
            // 
            // 
            // 
            // 
            this.txtCzyDz.Border.Class = "TextBoxBorder";
            this.txtCzyDz.Location = new System.Drawing.Point(333, 15);
            this.txtCzyDz.Name = "txtCzyDz";
            this.txtCzyDz.Size = new System.Drawing.Size(42, 21);
            this.txtCzyDz.TabIndex = 37;
            this.txtCzyDz.Text = "0.8";
            // 
            // txtpwd
            // 
            // 
            // 
            // 
            this.txtpwd.Border.Class = "TextBoxBorder";
            this.txtpwd.Location = new System.Drawing.Point(183, 16);
            this.txtpwd.Name = "txtpwd";
            this.txtpwd.Size = new System.Drawing.Size(77, 21);
            this.txtpwd.TabIndex = 36;
            // 
            // txtuser
            // 
            // 
            // 
            // 
            this.txtuser.Border.Class = "TextBoxBorder";
            this.txtuser.Location = new System.Drawing.Point(57, 17);
            this.txtuser.Name = "txtuser";
            this.txtuser.Size = new System.Drawing.Size(77, 21);
            this.txtuser.TabIndex = 35;
            // 
            // buttonX6
            // 
            this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX6.Location = new System.Drawing.Point(381, 18);
            this.buttonX6.Name = "buttonX6";
            this.buttonX6.Size = new System.Drawing.Size(45, 18);
            this.buttonX6.TabIndex = 33;
            this.buttonX6.Text = "确定";
            this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
            // 
            // buttonX7
            // 
            this.buttonX7.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX7.Location = new System.Drawing.Point(429, 19);
            this.buttonX7.Name = "buttonX7";
            this.buttonX7.Size = new System.Drawing.Size(46, 18);
            this.buttonX7.TabIndex = 34;
            this.buttonX7.Text = "取消";
            this.buttonX7.Click += new System.EventHandler(this.buttonX7_Click);
            // 
            // label19
            // 
            this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label19.Location = new System.Drawing.Point(267, 18);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(62, 22);
            this.label19.TabIndex = 20;
            this.label19.Text = "打折比例:";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label15
            // 
            this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label15.Location = new System.Drawing.Point(140, 17);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(39, 22);
            this.label15.TabIndex = 19;
            this.label15.Text = "密码:";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label14
            // 
            this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label14.Location = new System.Drawing.Point(3, 16);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(62, 22);
            this.label14.TabIndex = 18;
            this.label14.Text = "用户名称:";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label13
            // 
            this.label13.Dock = System.Windows.Forms.DockStyle.Top;
            this.label13.Font = new System.Drawing.Font("宋体", 9.75F);
            this.label13.ForeColor = System.Drawing.Color.Red;
            this.label13.Location = new System.Drawing.Point(0, 0);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(479, 15);
            this.label13.TabIndex = 17;
            this.label13.Text = "请在此输入有修改打折比例权限的用户信息,1不打折,0免费,0.8及打八折";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // Jz_Form
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(831, 524);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel5);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "Jz_Form";
            this.Load += new System.EventHandler(this.Jz_Form_Load);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel4.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Label lable90;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label lblZq;
        private System.Windows.Forms.Label lblYh;
        private System.Windows.Forms.Label lblysMoney;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label2;
        private DevComponents.DotNetBar.Controls.TextBoxX txtHyDz;
        private DevComponents.DotNetBar.Controls.TextBoxX textBoxX3;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label16;
        private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
        private DevComponents.DotNetBar.Controls.TextBoxX txtRemark;
        private DevComponents.DotNetBar.Controls.TextBoxX txtZf;
        private DevComponents.DotNetBar.Controls.TextBoxX txtSsMoney;
        private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX6;
        private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX5;
        private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX4;
        private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX3;
        private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
        private DevComponents.DotNetBar.ButtonX buttonX4;
        private DevComponents.DotNetBar.ButtonX buttonX3;
        private DevComponents.DotNetBar.ButtonX buttonX2;
        private DevComponents.DotNetBar.ButtonX buttonX1;
        private System.Windows.Forms.Label lblxs;
        private DevComponents.DotNetBar.Controls.ListViewEx lsvBot;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.ColumnHeader columnHeader3;
        private System.Windows.Forms.ColumnHeader columnHeader4;
        private System.Windows.Forms.ColumnHeader columnHeader5;
        private System.Windows.Forms.ColumnHeader columnHeader6;
        private System.Windows.Forms.ColumnHeader columnHeader9;
        private System.Windows.Forms.ColumnHeader columnHeader10;
        private System.Windows.Forms.Label lblMoney;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.Label lblJzTid;
        private System.Windows.Forms.Label lblZdh;
        private System.Windows.Forms.PictureBox pictureBox1;
        private DevComponents.DotNetBar.ButtonX buttonX5;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.Label label13;
        private DevComponents.DotNetBar.Controls.TextBoxX txtCzyDz;
        private DevComponents.DotNetBar.Controls.TextBoxX txtpwd;
        private DevComponents.DotNetBar.Controls.TextBoxX txtuser;
        private DevComponents.DotNetBar.ButtonX buttonX7;
        private DevComponents.DotNetBar.ButtonX buttonX6;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label14;



    }
}

⌨️ 快捷键说明

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