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

📄 frmtbproduction.designer.cs

📁 界面美观,功能齐全,连接数据库,适合初学者
💻 CS
字号:
namespace Daila
{
    partial class frmtbProduction
    {
        /// <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.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.txtProNo = new System.Windows.Forms.TextBox();
            this.txtSellPrice = new System.Windows.Forms.TextBox();
            this.txtProManufacturer = new System.Windows.Forms.TextBox();
            this.txtProExplain = new System.Windows.Forms.TextBox();
            this.txtProName = new System.Windows.Forms.TextBox();
            this.txtProPath = new System.Windows.Forms.TextBox();
            this.txtProPOV = new System.Windows.Forms.TextBox();
            this.txtProMemo = new System.Windows.Forms.TextBox();
            this.txtProOperator = new System.Windows.Forms.TextBox();
            this.bntOK = new System.Windows.Forms.Button();
            this.bntEsce = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "产品编号:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(261, 27);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "产品名称:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 61);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "产品单价:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(260, 68);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "产品类别:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(12, 98);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "生产厂商:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(258, 98);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(77, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "产品有效期:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(272, 211);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 6;
            this.label7.Text = "经手人:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(12, 133);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 7;
            this.label8.Text = "产品说明:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(36, 207);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(41, 12);
            this.label9.TabIndex = 8;
            this.label9.Text = "备注:";
            // 
            // txtProNo
            // 
            this.txtProNo.Location = new System.Drawing.Point(74, 18);
            this.txtProNo.Name = "txtProNo";
            this.txtProNo.Size = new System.Drawing.Size(178, 21);
            this.txtProNo.TabIndex = 9;
            // 
            // txtSellPrice
            // 
            this.txtSellPrice.Location = new System.Drawing.Point(74, 52);
            this.txtSellPrice.Name = "txtSellPrice";
            this.txtSellPrice.Size = new System.Drawing.Size(178, 21);
            this.txtSellPrice.TabIndex = 10;
            // 
            // txtProManufacturer
            // 
            this.txtProManufacturer.Location = new System.Drawing.Point(74, 89);
            this.txtProManufacturer.Name = "txtProManufacturer";
            this.txtProManufacturer.Size = new System.Drawing.Size(178, 21);
            this.txtProManufacturer.TabIndex = 11;
            // 
            // txtProExplain
            // 
            this.txtProExplain.Location = new System.Drawing.Point(74, 130);
            this.txtProExplain.Multiline = true;
            this.txtProExplain.Name = "txtProExplain";
            this.txtProExplain.Size = new System.Drawing.Size(413, 63);
            this.txtProExplain.TabIndex = 12;
            // 
            // txtProName
            // 
            this.txtProName.Location = new System.Drawing.Point(344, 21);
            this.txtProName.Name = "txtProName";
            this.txtProName.Size = new System.Drawing.Size(141, 21);
            this.txtProName.TabIndex = 13;
            // 
            // txtProPath
            // 
            this.txtProPath.Location = new System.Drawing.Point(344, 61);
            this.txtProPath.Name = "txtProPath";
            this.txtProPath.Size = new System.Drawing.Size(115, 21);
            this.txtProPath.TabIndex = 14;
            // 
            // txtProPOV
            // 
            this.txtProPOV.Location = new System.Drawing.Point(346, 95);
            this.txtProPOV.Name = "txtProPOV";
            this.txtProPOV.Size = new System.Drawing.Size(141, 21);
            this.txtProPOV.TabIndex = 15;
            this.txtProPOV.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtProPOV_KeyPress);
            // 
            // txtProMemo
            // 
            this.txtProMemo.Location = new System.Drawing.Point(74, 199);
            this.txtProMemo.Multiline = true;
            this.txtProMemo.Name = "txtProMemo";
            this.txtProMemo.Size = new System.Drawing.Size(173, 60);
            this.txtProMemo.TabIndex = 16;
            // 
            // txtProOperator
            // 
            this.txtProOperator.Location = new System.Drawing.Point(344, 202);
            this.txtProOperator.Name = "txtProOperator";
            this.txtProOperator.Size = new System.Drawing.Size(141, 21);
            this.txtProOperator.TabIndex = 17;
            // 
            // bntOK
            // 
            this.bntOK.Location = new System.Drawing.Point(263, 236);
            this.bntOK.Name = "bntOK";
            this.bntOK.Size = new System.Drawing.Size(92, 23);
            this.bntOK.TabIndex = 18;
            this.bntOK.Text = "确定(&D)";
            this.bntOK.UseVisualStyleBackColor = true;
            this.bntOK.Click += new System.EventHandler(this.bntOK_Click);
            // 
            // bntEsce
            // 
            this.bntEsce.Location = new System.Drawing.Point(395, 236);
            this.bntEsce.Name = "bntEsce";
            this.bntEsce.Size = new System.Drawing.Size(90, 23);
            this.bntEsce.TabIndex = 19;
            this.bntEsce.Text = "取消(&E)";
            this.bntEsce.UseVisualStyleBackColor = true;
            this.bntEsce.Click += new System.EventHandler(this.bntEsce_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(460, 59);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(27, 23);
            this.button1.TabIndex = 20;
            this.button1.Text = "..";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // frmtbProduction
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(523, 278);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.bntEsce);
            this.Controls.Add(this.bntOK);
            this.Controls.Add(this.txtProOperator);
            this.Controls.Add(this.txtProMemo);
            this.Controls.Add(this.txtProPOV);
            this.Controls.Add(this.txtProPath);
            this.Controls.Add(this.txtProName);
            this.Controls.Add(this.txtProExplain);
            this.Controls.Add(this.txtProManufacturer);
            this.Controls.Add(this.txtSellPrice);
            this.Controls.Add(this.txtProNo);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            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.Name = "frmtbProduction";
            this.Text = "添加产品信息";
            this.Load += new System.EventHandler(this.frmtbProduction_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        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 label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox txtProNo;
        private System.Windows.Forms.TextBox txtSellPrice;
        private System.Windows.Forms.TextBox txtProManufacturer;
        private System.Windows.Forms.TextBox txtProExplain;
        private System.Windows.Forms.TextBox txtProName;
        private System.Windows.Forms.TextBox txtProPOV;
        private System.Windows.Forms.TextBox txtProMemo;
        private System.Windows.Forms.TextBox txtProOperator;
        private System.Windows.Forms.Button bntOK;
        private System.Windows.Forms.Button bntEsce;
        private System.Windows.Forms.Button button1;
        public System.Windows.Forms.TextBox txtProPath;
    }
}

⌨️ 快捷键说明

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