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

📄 frmequipmentupdate.designer.cs

📁 C#编的 英文的 带报告 上学期的作业 分数还不错
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // txtXH
            // 
            this.txtXH.Location = new System.Drawing.Point(516, 14);
            this.txtXH.Name = "txtXH";
            this.txtXH.Size = new System.Drawing.Size(112, 21);
            this.txtXH.TabIndex = 1;
            // 
            // txtBH
            // 
            this.txtBH.Location = new System.Drawing.Point(107, 15);
            this.txtBH.Name = "txtBH";
            this.txtBH.ReadOnly = true;
            this.txtBH.Size = new System.Drawing.Size(119, 21);
            this.txtBH.TabIndex = 1;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.txtYZ);
            this.groupBox2.Controls.Add(this.txtJZ);
            this.groupBox2.Controls.Add(this.label15);
            this.groupBox2.Controls.Add(this.label20);
            this.groupBox2.Controls.Add(this.label21);
            this.groupBox2.Controls.Add(this.label22);
            this.groupBox2.Controls.Add(this.label16);
            this.groupBox2.Controls.Add(this.label17);
            this.groupBox2.Controls.Add(this.label18);
            this.groupBox2.Controls.Add(this.cmbZjff);
            this.groupBox2.Controls.Add(this.label19);
            this.groupBox2.Controls.Add(this.cmbDW);
            this.groupBox2.Controls.Add(this.txtSL);
            this.groupBox2.Controls.Add(this.txtJczl);
            this.groupBox2.Controls.Add(this.txtDJ);
            this.groupBox2.Controls.Add(this.txtLjzj);
            this.groupBox2.Controls.Add(this.txtNX);
            this.groupBox2.Location = new System.Drawing.Point(12, 155);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(653, 69);
            this.groupBox2.TabIndex = 11;
            this.groupBox2.TabStop = false;
            // 
            // txtYZ
            // 
            this.txtYZ.Location = new System.Drawing.Point(341, 17);
            this.txtYZ.Name = "txtYZ";
            this.txtYZ.ReadOnly = true;
            this.txtYZ.Size = new System.Drawing.Size(49, 21);
            this.txtYZ.TabIndex = 1;
            this.txtYZ.Text = "0.00";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(15, 20);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(59, 12);
            this.label15.TabIndex = 0;
            this.label15.Text = "Quantity:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(196, 22);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(41, 12);
            this.label16.TabIndex = 0;
            this.label16.Text = "Price:";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(301, 22);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(41, 12);
            this.label17.TabIndex = 0;
            this.label17.Text = "Value:";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(396, 22);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(83, 12);
            this.label18.TabIndex = 0;
            this.label18.Text = "Amortization:";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(537, 22);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(35, 12);
            this.label19.TabIndex = 0;
            this.label19.Text = "Net :";
            // 
            // cmbDW
            // 
            this.cmbDW.FormattingEnabled = true;
            this.cmbDW.Items.AddRange(new object[] {
            "s",
            "es",
            });
            this.cmbDW.Location = new System.Drawing.Point(140, 17);
            this.cmbDW.Name = "cmbDW";
            this.cmbDW.Size = new System.Drawing.Size(52, 20);
            this.cmbDW.TabIndex = 2;
            // 
            // txtSL
            // 
            this.txtSL.Location = new System.Drawing.Point(107, 17);
            this.txtSL.Name = "txtSL";
            this.txtSL.Size = new System.Drawing.Size(28, 21);
            this.txtSL.TabIndex = 1;
            this.txtSL.Text = "1";
            this.txtSL.TextChanged += new System.EventHandler(this.txtSL_TextChanged);
            // 
            // txtDJ
            // 
            this.txtDJ.Location = new System.Drawing.Point(237, 17);
            this.txtDJ.Name = "txtDJ";
            this.txtDJ.Size = new System.Drawing.Size(58, 21);
            this.txtDJ.TabIndex = 1;
            this.txtDJ.Text = "0";
            this.txtDJ.TextChanged += new System.EventHandler(this.txtDJ_TextChanged);
            // 
            // txtLjzj
            // 
            this.txtLjzj.Location = new System.Drawing.Point(485, 17);
            this.txtLjzj.Name = "txtLjzj";
            this.txtLjzj.Size = new System.Drawing.Size(49, 21);
            this.txtLjzj.TabIndex = 1;
            this.txtLjzj.Text = "0";
            this.txtLjzj.TextChanged += new System.EventHandler(this.txtLjzj_TextChanged);
            // 
            // dtpLogin
            // 
            this.dtpLogin.Location = new System.Drawing.Point(127, 230);
            this.dtpLogin.Name = "dtpLogin";
            this.dtpLogin.Size = new System.Drawing.Size(112, 21);
            this.dtpLogin.TabIndex = 10;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(434, 18);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(83, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "Model       :";
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(497, 239);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 23);
            this.btnSave.TabIndex = 13;
            this.btnSave.Text = "Save";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(32, 234);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(83, 12);
            this.label23.TabIndex = 6;
            this.label23.Text = "Registe Date:";
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(244, 235);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(65, 12);
            this.label24.TabIndex = 7;
            this.label24.Text = "Register :";
            // 
            // txtLoginer
            // 
            this.txtLoginer.Location = new System.Drawing.Point(315, 230);
            this.txtLoginer.Name = "txtLoginer";
            this.txtLoginer.Size = new System.Drawing.Size(70, 21);
            this.txtLoginer.TabIndex = 9;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(15, 43);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(95, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "Classification:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(15, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(95, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "Equipment No  :";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(15, 69);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "ISBN :";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.dtpRzrq);
            this.groupBox1.Controls.Add(this.dtpCcrq);
            this.groupBox1.Controls.Add(this.cmbSyqk);
            this.groupBox1.Controls.Add(this.cmbBgry);
            this.groupBox1.Controls.Add(this.cmbSybm);
            this.groupBox1.Controls.Add(this.cmbCfdd);
            this.groupBox1.Controls.Add(this.cmbZjfs);
            this.groupBox1.Controls.Add(this.cmbZclb);
            this.groupBox1.Controls.Add(this.cmbMC);
            this.groupBox1.Controls.Add(this.txtSccj);
            this.groupBox1.Controls.Add(this.txtGjbh);
            this.groupBox1.Controls.Add(this.txtXxpz);
            this.groupBox1.Controls.Add(this.txtXH);
            this.groupBox1.Controls.Add(this.txtBH);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(653, 146);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
            // 
            // errText
            // 
            this.errText.ContainerControl = this;
            // 
            // frmEquipmentUpdate
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(677, 274);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.dtpLogin);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.label23);
            this.Controls.Add(this.label24);
            this.Controls.Add(this.txtLoginer);
            this.Controls.Add(this.groupBox1);
            this.MaximizeBox = false;
            this.Name = "frmEquipmentUpdate";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Equipment Update";
            this.Load += new System.EventHandler(this.frmEquipmentUpdate_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errText)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        protected System.Windows.Forms.Label label5;
        protected System.Windows.Forms.Label label8;
        protected System.Windows.Forms.Label label7;
        protected System.Windows.Forms.Label label11;
        protected System.Windows.Forms.Label label10;
        protected System.Windows.Forms.Label label14;
        protected System.Windows.Forms.Label label13;
        protected System.Windows.Forms.Label label12;
        protected System.Windows.Forms.TextBox txtJZ;
        protected System.Windows.Forms.Label label20;
        protected System.Windows.Forms.Label label21;
        protected System.Windows.Forms.TextBox txtJczl;
        protected System.Windows.Forms.Label label9;
        protected System.Windows.Forms.Label label22;
        protected System.Windows.Forms.ComboBox cmbZjff;
        protected System.Windows.Forms.TextBox txtNX;
        protected System.Windows.Forms.Label label2;
        protected System.Windows.Forms.DateTimePicker dtpRzrq;
        protected System.Windows.Forms.DateTimePicker dtpCcrq;
        protected System.Windows.Forms.ComboBox cmbSyqk;
        protected System.Windows.Forms.ComboBox cmbBgry;
        protected System.Windows.Forms.ComboBox cmbSybm;
        protected System.Windows.Forms.ComboBox cmbCfdd;
        protected System.Windows.Forms.ComboBox cmbZjfs;
        protected System.Windows.Forms.ComboBox cmbZclb;
        protected System.Windows.Forms.Button btnExit;
        protected System.Windows.Forms.ComboBox cmbMC;
        protected System.Windows.Forms.TextBox txtSccj;
        protected System.Windows.Forms.TextBox txtGjbh;
        protected System.Windows.Forms.TextBox txtXxpz;
        protected System.Windows.Forms.TextBox txtXH;
        protected System.Windows.Forms.TextBox txtBH;
        protected System.Windows.Forms.GroupBox groupBox2;
        protected System.Windows.Forms.TextBox txtYZ;
        protected System.Windows.Forms.Label label15;
        protected System.Windows.Forms.Label label16;
        protected System.Windows.Forms.Label label17;
        protected System.Windows.Forms.Label label18;
        protected System.Windows.Forms.Label label19;
        protected System.Windows.Forms.ComboBox cmbDW;
        protected System.Windows.Forms.TextBox txtSL;
        protected System.Windows.Forms.TextBox txtDJ;
        protected System.Windows.Forms.TextBox txtLjzj;
        protected System.Windows.Forms.DateTimePicker dtpLogin;
        protected System.Windows.Forms.Label label3;
        protected System.Windows.Forms.Button btnSave;
        protected System.Windows.Forms.Label label23;
        protected System.Windows.Forms.Label label24;
        protected System.Windows.Forms.TextBox txtLoginer;
        protected System.Windows.Forms.Label label4;
        protected System.Windows.Forms.Label label1;
        protected System.Windows.Forms.Label label6;
        protected System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ErrorProvider errText;
    }
}

⌨️ 快捷键说明

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