📄 frmequipmentinsert.designer.cs
字号:
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "所属类别:";
//
// 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(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "资产编号:";
//
// 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(41, 12);
this.label15.TabIndex = 0;
this.label15.Text = "数量:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(163, 20);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 12);
this.label16.TabIndex = 0;
this.label16.Text = "单价:";
//
// txtSL
//
this.txtSL.Location = new System.Drawing.Point(74, 15);
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[] {
"台",
"件",
"只",
"张",
"辆",
"个"});
this.cmbDW.Location = new System.Drawing.Point(107, 15);
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(204, 15);
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);
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(268, 20);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(41, 12);
this.label17.TabIndex = 0;
this.label17.Text = "原值:";
//
// txtYZ
//
this.txtYZ.Location = new System.Drawing.Point(308, 15);
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(363, 20);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(65, 12);
this.label18.TabIndex = 0;
this.label18.Text = "累计折旧:";
//
// txtLjzj
//
this.txtLjzj.Location = new System.Drawing.Point(434, 15);
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);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(486, 20);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(41, 12);
this.label19.TabIndex = 0;
this.label19.Text = "净值:";
//
// txtJZ
//
this.txtJZ.Location = new System.Drawing.Point(522, 15);
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(71, 12);
this.label20.TabIndex = 0;
this.label20.Text = "净残值率%:";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(139, 43);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(65, 12);
this.label21.TabIndex = 0;
this.label21.Text = "折旧方法:";
//
// txtJczl
//
this.txtJczl.Location = new System.Drawing.Point(87, 40);
this.txtJczl.Name = "txtJczl";
this.txtJczl.Size = new System.Drawing.Size(47, 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(339, 43);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(89, 12);
this.label22.TabIndex = 0;
this.label22.Text = "预计使用年限:";
//
// cmbZjff
//
this.cmbZjff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbZjff.FormattingEnabled = true;
this.cmbZjff.Items.AddRange(new object[] {
"不计提折旧",
"年限平均法(直线法)"});
this.cmbZjff.Location = new System.Drawing.Point(204, 40);
this.cmbZjff.Name = "cmbZjff";
this.cmbZjff.Size = new System.Drawing.Size(129, 20);
this.cmbZjff.TabIndex = 2;
//
// txtNX
//
this.txtNX.Location = new System.Drawing.Point(434, 40);
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, 252);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(65, 12);
this.label23.TabIndex = 0;
this.label23.Text = "登记日期:";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(235, 253);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(53, 12);
this.label24.TabIndex = 0;
this.label24.Text = "登记人:";
//
// dtpLogin
//
this.dtpLogin.Location = new System.Drawing.Point(118, 248);
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(289, 248);
this.txtLoginer.Name = "txtLoginer";
this.txtLoginer.Size = new System.Drawing.Size(70, 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, 173);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(591, 69);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(458, 260);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 5;
this.btnSave.Text = "保 存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(539, 260);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 5;
this.btnExit.Text = "关 闭";
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(634, 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 = "固定资产增加";
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 + -