📄 frmequipmentinsert.designer.cs
字号:
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 :";
//
// 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:";
//
// 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);
//
// 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;
//
// txtDJ
//
this.txtDJ.Location = new System.Drawing.Point(237, 17);
this.txtDJ.Name = "txtDJ";
this.txtDJ.Size = new System.Drawing.Size(52, 21);
this.txtDJ.TabIndex = 1;
this.txtDJ.Text = "0";
this.txtDJ.TextChanged += new System.EventHandler(this.txtDJ_TextChanged);
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(289, 22);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(41, 12);
this.label17.TabIndex = 0;
this.label17.Text = "Value:";
//
// txtYZ
//
this.txtYZ.Location = new System.Drawing.Point(336, 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";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(386, 22);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(83, 12);
this.label18.TabIndex = 0;
this.label18.Text = "Amortization:";
//
// txtLjzj
//
this.txtLjzj.Location = new System.Drawing.Point(470, 17);
this.txtLjzj.Name = "txtLjzj";
this.txtLjzj.Size = new System.Drawing.Size(56, 21);
this.txtLjzj.TabIndex = 1;
this.txtLjzj.Text = "0";
this.txtLjzj.TextChanged += new System.EventHandler(this.txtLjzj_TextChanged);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(532, 22);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(29, 12);
this.label19.TabIndex = 0;
this.label19.Text = "Net:";
//
// txtJZ
//
this.txtJZ.Location = new System.Drawing.Point(567, 17);
this.txtJZ.Name = "txtJZ";
this.txtJZ.ReadOnly = true;
this.txtJZ.Size = new System.Drawing.Size(49, 21);
this.txtJZ.TabIndex = 1;
this.txtJZ.Text = "0.00";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(15, 43);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(125, 12);
this.label20.TabIndex = 0;
this.label20.Text = "Net residuals rate%:";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(196, 45);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(125, 12);
this.label21.TabIndex = 0;
this.label21.Text = "Amortization method:";
//
// txtJczl
//
this.txtJczl.Location = new System.Drawing.Point(140, 41);
this.txtJczl.Name = "txtJczl";
this.txtJczl.Size = new System.Drawing.Size(52, 21);
this.txtJczl.TabIndex = 1;
this.txtJczl.Text = "0";
this.txtJczl.TextChanged += new System.EventHandler(this.txtJczl_TextChanged);
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(466, 46);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(95, 12);
this.label22.TabIndex = 0;
this.label22.Text = "Expected life :";
//
// cmbZjff
//
this.cmbZjff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbZjff.FormattingEnabled = true;
this.cmbZjff.Items.AddRange(new object[] {
"Curver method ",
"linear method "});
this.cmbZjff.Location = new System.Drawing.Point(322, 43);
this.cmbZjff.Name = "cmbZjff";
this.cmbZjff.Size = new System.Drawing.Size(138, 20);
this.cmbZjff.TabIndex = 2;
//
// txtNX
//
this.txtNX.Location = new System.Drawing.Point(567, 43);
this.txtNX.Name = "txtNX";
this.txtNX.Size = new System.Drawing.Size(49, 21);
this.txtNX.TabIndex = 1;
this.txtNX.Text = "0";
this.txtNX.TextChanged += new System.EventHandler(this.txtNX_TextChanged);
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(43, 247);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(83, 12);
this.label23.TabIndex = 0;
this.label23.Text = "Registe Date:";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(279, 247);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(65, 12);
this.label24.TabIndex = 0;
this.label24.Text = "Register :";
//
// dtpLogin
//
this.dtpLogin.Location = new System.Drawing.Point(130, 243);
this.dtpLogin.Name = "dtpLogin";
this.dtpLogin.Size = new System.Drawing.Size(112, 21);
this.dtpLogin.TabIndex = 3;
//
// txtLoginer
//
this.txtLoginer.Location = new System.Drawing.Point(345, 243);
this.txtLoginer.Name = "txtLoginer";
this.txtLoginer.Size = new System.Drawing.Size(138, 21);
this.txtLoginer.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(23, 168);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(651, 69);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(509, 255);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 5;
this.btnSave.Text = "Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(590, 255);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 5;
this.btnExit.Text = "Exit";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// errText
//
this.errText.ContainerControl = this;
//
// frmEquipmentInsert
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(700, 295);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dtpLogin);
this.Controls.Add(this.label23);
this.Controls.Add(this.label24);
this.Controls.Add(this.txtLoginer);
this.MaximizeBox = false;
this.Name = "frmEquipmentInsert";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Equipment Add";
this.Load += new System.EventHandler(this.frmEquipmentInsert_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errText)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtGjbh;
private System.Windows.Forms.TextBox txtXH;
private System.Windows.Forms.TextBox txtBH;
private System.Windows.Forms.ComboBox cmbZclb;
private System.Windows.Forms.ComboBox cmbMC;
private System.Windows.Forms.TextBox txtXxpz;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.DateTimePicker dtpCcrq;
private System.Windows.Forms.TextBox txtSccj;
private System.Windows.Forms.DateTimePicker dtpRzrq;
private System.Windows.Forms.ComboBox cmbSyqk;
private System.Windows.Forms.ComboBox cmbBgry;
private System.Windows.Forms.ComboBox cmbSybm;
private System.Windows.Forms.ComboBox cmbCfdd;
private System.Windows.Forms.ComboBox cmbZjfs;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox cmbDW;
private System.Windows.Forms.TextBox txtJZ;
private System.Windows.Forms.TextBox txtLjzj;
private System.Windows.Forms.TextBox txtYZ;
private System.Windows.Forms.TextBox txtDJ;
private System.Windows.Forms.TextBox txtSL;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox txtJczl;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.DateTimePicker dtpLogin;
private System.Windows.Forms.ComboBox cmbZjff;
private System.Windows.Forms.TextBox txtLoginer;
private System.Windows.Forms.TextBox txtNX;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.ErrorProvider errText;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -