📄 formaddwork.designer.cs
字号:
using System.Text;
using System.Data;
namespace HRMan.HROper
{
partial class FormAddWork
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
private DataTable dt = new DataTable();
private string ID = string.Empty;
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddWork));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Remark_txt = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.Stop_dtp = new System.Windows.Forms.DateTimePicker();
this.label6 = new System.Windows.Forms.Label();
this.Start_dtp = new System.Windows.Forms.DateTimePicker();
this.label5 = new System.Windows.Forms.Label();
this.Job_txt = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.wName_txt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.Name_txt = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.No_cb = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.Remark_txt);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.Stop_dtp);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.Start_dtp);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.Job_txt);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.wName_txt);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.Name_txt);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.No_cb);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(384, 238);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "员工工作关系";
//
// Remark_txt
//
this.Remark_txt.BackColor = System.Drawing.SystemColors.Info;
this.Remark_txt.Location = new System.Drawing.Point(87, 156);
this.Remark_txt.Multiline = true;
this.Remark_txt.Name = "Remark_txt";
this.Remark_txt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.Remark_txt.Size = new System.Drawing.Size(284, 64);
this.Remark_txt.TabIndex = 28;
//
// label7
//
this.label7.Location = new System.Drawing.Point(25, 156);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 16);
this.label7.TabIndex = 27;
this.label7.Text = "备 注";
//
// Stop_dtp
//
this.Stop_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.Stop_dtp.Location = new System.Drawing.Point(271, 123);
this.Stop_dtp.Name = "Stop_dtp";
this.Stop_dtp.Size = new System.Drawing.Size(100, 21);
this.Stop_dtp.TabIndex = 26;
//
// label6
//
this.label6.Location = new System.Drawing.Point(215, 126);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 16);
this.label6.TabIndex = 25;
this.label6.Text = "结束时间";
//
// Start_dtp
//
this.Start_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.Start_dtp.Location = new System.Drawing.Point(87, 123);
this.Start_dtp.Name = "Start_dtp";
this.Start_dtp.Size = new System.Drawing.Size(100, 21);
this.Start_dtp.TabIndex = 24;
//
// label5
//
this.label5.Location = new System.Drawing.Point(25, 126);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 16);
this.label5.TabIndex = 23;
this.label5.Text = "开始时间";
//
// Job_txt
//
this.Job_txt.BackColor = System.Drawing.SystemColors.Info;
this.Job_txt.Location = new System.Drawing.Point(87, 93);
this.Job_txt.Name = "Job_txt";
this.Job_txt.Size = new System.Drawing.Size(284, 21);
this.Job_txt.TabIndex = 22;
//
// label4
//
this.label4.Location = new System.Drawing.Point(25, 93);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 16);
this.label4.TabIndex = 21;
this.label4.Text = "职 务";
//
// wName_txt
//
this.wName_txt.BackColor = System.Drawing.SystemColors.Info;
this.wName_txt.Location = new System.Drawing.Point(87, 60);
this.wName_txt.Name = "wName_txt";
this.wName_txt.Size = new System.Drawing.Size(284, 21);
this.wName_txt.TabIndex = 20;
//
// label3
//
this.label3.Location = new System.Drawing.Point(25, 65);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 16);
this.label3.TabIndex = 19;
this.label3.Text = "工作单位";
//
// Name_txt
//
this.Name_txt.BackColor = System.Drawing.SystemColors.Info;
this.Name_txt.Enabled = false;
this.Name_txt.Location = new System.Drawing.Point(271, 25);
this.Name_txt.Name = "Name_txt";
this.Name_txt.Size = new System.Drawing.Size(100, 21);
this.Name_txt.TabIndex = 18;
//
// label2
//
this.label2.Location = new System.Drawing.Point(209, 33);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 16);
this.label2.TabIndex = 17;
this.label2.Text = "员工姓名";
//
// No_cb
//
this.No_cb.BackColor = System.Drawing.SystemColors.Info;
this.No_cb.Location = new System.Drawing.Point(87, 26);
this.No_cb.Name = "No_cb";
this.No_cb.Size = new System.Drawing.Size(100, 20);
this.No_cb.TabIndex = 16;
this.No_cb.SelectedIndexChanged += new System.EventHandler(this.No_cb_SelectedIndexChanged);
//
// label1
//
this.label1.Location = new System.Drawing.Point(25, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 16);
this.label1.TabIndex = 15;
this.label1.Text = "员工编号";
//
// button1
//
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.button1.Location = new System.Drawing.Point(99, 265);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 30;
this.button1.Text = "确定";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.button2.Location = new System.Drawing.Point(229, 265);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 29;
this.button2.Text = "取消";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// FormAddWork
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(405, 300);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormAddWork";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormAddWork_FormClosed);
this.Load += new System.EventHandler(this.FormAddWork_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox Remark_txt;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DateTimePicker Stop_dtp;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DateTimePicker Start_dtp;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox Job_txt;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox wName_txt;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox Name_txt;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox No_cb;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -