📄 frmempgive.designer.cs
字号:
namespace HumanManage.PayManage
{
partial class FrmEmpGive
{
/// <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.dateTimeGives = new System.Windows.Forms.DateTimePicker();
this.txtGiveName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.btnGive = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.lblTip = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.lblID = new DevComponents.DotNetBar.LabelX();
this.SuspendLayout();
//
// dateTimeGives
//
this.dateTimeGives.Location = new System.Drawing.Point(12, 12);
this.dateTimeGives.Name = "dateTimeGives";
this.dateTimeGives.Size = new System.Drawing.Size(117, 20);
this.dateTimeGives.TabIndex = 0;
//
// txtGiveName
//
//
//
//
this.txtGiveName.Border.Class = "TextBoxBorder";
this.txtGiveName.Location = new System.Drawing.Point(219, 102);
this.txtGiveName.Name = "txtGiveName";
this.txtGiveName.Size = new System.Drawing.Size(100, 20);
this.txtGiveName.TabIndex = 1;
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(160, 102);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(53, 23);
this.labelX1.TabIndex = 2;
this.labelX1.Text = "分发员";
//
// btnGive
//
this.btnGive.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnGive.Location = new System.Drawing.Point(96, 163);
this.btnGive.Name = "btnGive";
this.btnGive.Size = new System.Drawing.Size(75, 23);
this.btnGive.TabIndex = 3;
this.btnGive.Text = "分发";
this.btnGive.Click += new System.EventHandler(this.btnGive_Click);
//
// btnExit
//
this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnExit.Location = new System.Drawing.Point(209, 163);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 4;
this.btnExit.Text = "取消";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// lblTip
//
this.lblTip.ForeColor = System.Drawing.Color.Red;
this.lblTip.Location = new System.Drawing.Point(12, 52);
this.lblTip.Name = "lblTip";
this.lblTip.Size = new System.Drawing.Size(307, 23);
this.lblTip.TabIndex = 5;
//
// labelX2
//
this.labelX2.Location = new System.Drawing.Point(12, 102);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(58, 23);
this.labelX2.TabIndex = 6;
this.labelX2.Text = "操作编号";
//
// lblID
//
this.lblID.ForeColor = System.Drawing.Color.Red;
this.lblID.Location = new System.Drawing.Point(76, 102);
this.lblID.Name = "lblID";
this.lblID.Size = new System.Drawing.Size(53, 23);
this.lblID.TabIndex = 7;
//
// FrmEmpGive
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(345, 208);
this.Controls.Add(this.lblID);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.lblTip);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnGive);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.txtGiveName);
this.Controls.Add(this.dateTimeGives);
this.Name = "FrmEmpGive";
this.Text = "FrmEmpGive";
this.Load += new System.EventHandler(this.FrmEmpGive_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEmpGive_FormClosing);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DateTimePicker dateTimeGives;
private DevComponents.DotNetBar.Controls.TextBoxX txtGiveName;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.ButtonX btnGive;
private DevComponents.DotNetBar.ButtonX btnExit;
private DevComponents.DotNetBar.LabelX lblTip;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX lblID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -