📄 editasset.designer.cs
字号:
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(414, 127);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "基本信息";
//
// cd
//
this.cd.Location = new System.Drawing.Point(65, 99);
this.cd.Name = "cd";
this.cd.Size = new System.Drawing.Size(100, 21);
this.cd.TabIndex = 4;
//
// zzs
//
this.zzs.Location = new System.Drawing.Point(289, 57);
this.zzs.Name = "zzs";
this.zzs.Size = new System.Drawing.Size(100, 21);
this.zzs.TabIndex = 3;
//
// xh
//
this.xh.Location = new System.Drawing.Point(65, 63);
this.xh.Name = "xh";
this.xh.Size = new System.Drawing.Size(100, 21);
this.xh.TabIndex = 2;
//
// zcmc
//
this.zcmc.Location = new System.Drawing.Point(289, 25);
this.zcmc.Name = "zcmc";
this.zcmc.Size = new System.Drawing.Size(100, 21);
this.zcmc.TabIndex = 1;
//
// zcbm
//
this.zcbm.Location = new System.Drawing.Point(65, 25);
this.zcbm.Name = "zcbm";
this.zcbm.Size = new System.Drawing.Size(100, 21);
this.zcbm.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.syrq);
this.groupBox2.Controls.Add(this.rzrq);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.dw);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.cfdd);
this.groupBox2.Controls.Add(this.sybm);
this.groupBox2.Controls.Add(this.yz);
this.groupBox2.Controls.Add(this.syqk);
this.groupBox2.Controls.Add(this.lb);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.sl);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(12, 145);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(414, 216);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "入库信息";
//
// syrq
//
this.syrq.Location = new System.Drawing.Point(65, 128);
this.syrq.Name = "syrq";
this.syrq.Size = new System.Drawing.Size(200, 21);
this.syrq.TabIndex = 10;
//
// rzrq
//
this.rzrq.Location = new System.Drawing.Point(65, 96);
this.rzrq.Name = "rzrq";
this.rzrq.Size = new System.Drawing.Size(200, 21);
this.rzrq.TabIndex = 9;
//
// dw
//
this.dw.Location = new System.Drawing.Point(289, 29);
this.dw.Name = "dw";
this.dw.Size = new System.Drawing.Size(100, 21);
this.dw.TabIndex = 6;
//
// cfdd
//
this.cfdd.Location = new System.Drawing.Point(289, 159);
this.cfdd.Name = "cfdd";
this.cfdd.Size = new System.Drawing.Size(100, 21);
this.cfdd.TabIndex = 12;
//
// sybm
//
this.sybm.Location = new System.Drawing.Point(65, 159);
this.sybm.Name = "sybm";
this.sybm.Size = new System.Drawing.Size(100, 21);
this.sybm.TabIndex = 11;
//
// yz
//
this.yz.Location = new System.Drawing.Point(65, 189);
this.yz.Name = "yz";
this.yz.Size = new System.Drawing.Size(100, 21);
this.yz.TabIndex = 13;
//
// syqk
//
this.syqk.Location = new System.Drawing.Point(65, 60);
this.syqk.Name = "syqk";
this.syqk.Size = new System.Drawing.Size(100, 21);
this.syqk.TabIndex = 7;
//
// lb
//
this.lb.Location = new System.Drawing.Point(65, 29);
this.lb.Name = "lb";
this.lb.Size = new System.Drawing.Size(100, 21);
this.lb.TabIndex = 5;
//
// sl
//
this.sl.Location = new System.Drawing.Point(289, 60);
this.sl.Name = "sl";
this.sl.Size = new System.Drawing.Size(100, 21);
this.sl.TabIndex = 8;
this.sl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sl_KeyPress);
//
// editbutton
//
this.editbutton.Location = new System.Drawing.Point(188, 367);
this.editbutton.Name = "editbutton";
this.editbutton.Size = new System.Drawing.Size(75, 23);
this.editbutton.TabIndex = 14;
this.editbutton.Text = "保存";
this.editbutton.UseVisualStyleBackColor = true;
this.editbutton.Click += new System.EventHandler(this.editbutton_Click);
//
// EditAsset
//
this.AcceptButton = this.editbutton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(446, 393);
this.Controls.Add(this.editbutton);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EditAsset";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "修改固定资产";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#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.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox zcmc;
private System.Windows.Forms.TextBox zcbm;
private System.Windows.Forms.TextBox cd;
private System.Windows.Forms.TextBox zzs;
private System.Windows.Forms.TextBox xh;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox dw;
private System.Windows.Forms.TextBox lb;
private System.Windows.Forms.TextBox sl;
private System.Windows.Forms.TextBox syqk;
private System.Windows.Forms.TextBox cfdd;
private System.Windows.Forms.TextBox sybm;
private System.Windows.Forms.TextBox yz;
private System.Windows.Forms.DateTimePicker rzrq;
private System.Windows.Forms.DateTimePicker syrq;
private System.Windows.Forms.Button editbutton;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -