📄 frmbasenumber.designer.cs
字号:
namespace EquipmentMS.BaseInfo
{
partial class frmBaseNumber
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtDefault = new System.Windows.Forms.TextBox();
this.txtFirst = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
this.label1.Font = new System.Drawing.Font("宋体", 9F);
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(356, 61);
this.label1.TabIndex = 0;
this.label1.Text = " 固定资产编号的前缀支持任意字符。例如" +
":为了更好的区分各分公司资产,可在此设置单位标识码,如明日科技有限公司固定资产可以设置为MRZC-1001(MRZC为明日资产的拼音缩写)。";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtDefault);
this.groupBox1.Controls.Add(this.txtFirst);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(22, 64);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(310, 74);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// txtDefault
//
this.txtDefault.Location = new System.Drawing.Point(135, 38);
this.txtDefault.Name = "txtDefault";
this.txtDefault.Size = new System.Drawing.Size(155, 21);
this.txtDefault.TabIndex = 1;
this.txtDefault.Text = "1000000";
//
// txtFirst
//
this.txtFirst.Location = new System.Drawing.Point(135, 14);
this.txtFirst.Name = "txtFirst";
this.txtFirst.Size = new System.Drawing.Size(155, 21);
this.txtFirst.TabIndex = 1;
this.txtFirst.Text = "ZC1001-";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(23, 47);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 12);
this.label3.TabIndex = 0;
this.label3.Text = "资产编号初始值:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(23, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "前缀设置:";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(169, 146);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(68, 23);
this.btnSave.TabIndex = 2;
this.btnSave.Text = "保 存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(265, 146);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(68, 23);
this.btnExit.TabIndex = 2;
this.btnExit.Text = "关 闭";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// frmBaseNumber
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(356, 181);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.Name = "frmBaseNumber";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "固定资产编号规则";
this.Load += new System.EventHandler(this.frmBaseNumber_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtDefault;
private System.Windows.Forms.TextBox txtFirst;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnExit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -