📄 dd_kaoqin.designer.cs
字号:
namespace CarManage
{
partial class DD_kaoqin
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.GridViewkaoqin = new System.Windows.Forms.DataGridView();
this.label2 = new System.Windows.Forms.Label();
this.text_chuqin = new System.Windows.Forms.MaskedTextBox();
this.button1 = new System.Windows.Forms.Button();
this.dateTimeCarAdd = new System.Windows.Forms.DateTimePicker();
this.label7 = new System.Windows.Forms.Label();
this.text_PersonNumber = new System.Windows.Forms.MaskedTextBox();
this.label6 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.text_CarNumber = new System.Windows.Forms.MaskedTextBox();
this.btnOiAdd = new System.Windows.Forms.Button();
this.label65 = new System.Windows.Forms.Label();
this.text_Name = new System.Windows.Forms.MaskedTextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewkaoqin)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.text_chuqin);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.dateTimeCarAdd);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.text_PersonNumber);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.text_CarNumber);
this.groupBox1.Controls.Add(this.btnOiAdd);
this.groupBox1.Controls.Add(this.label65);
this.groupBox1.Controls.Add(this.text_Name);
this.groupBox1.Location = new System.Drawing.Point(24, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(232, 357);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "考勤情况";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.GridViewkaoqin);
this.groupBox2.Location = new System.Drawing.Point(287, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(474, 357);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "考勤情况显示";
//
// GridViewkaoqin
//
this.GridViewkaoqin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewkaoqin.Location = new System.Drawing.Point(15, 20);
this.GridViewkaoqin.Name = "GridViewkaoqin";
this.GridViewkaoqin.RowTemplate.Height = 23;
this.GridViewkaoqin.Size = new System.Drawing.Size(441, 319);
this.GridViewkaoqin.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(21, 171);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 49;
this.label2.Text = "出勤情况";
//
// text_chuqin
//
this.text_chuqin.Location = new System.Drawing.Point(100, 168);
this.text_chuqin.Name = "text_chuqin";
this.text_chuqin.Size = new System.Drawing.Size(111, 21);
this.text_chuqin.TabIndex = 50;
//
// button1
//
this.button1.Location = new System.Drawing.Point(142, 208);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(69, 23);
this.button1.TabIndex = 48;
this.button1.Text = "清空";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// dateTimeCarAdd
//
this.dateTimeCarAdd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimeCarAdd.Location = new System.Drawing.Point(100, 136);
this.dateTimeCarAdd.Name = "dateTimeCarAdd";
this.dateTimeCarAdd.Size = new System.Drawing.Size(111, 21);
this.dateTimeCarAdd.TabIndex = 47;
this.dateTimeCarAdd.Value = new System.DateTime(2008, 4, 20, 0, 0, 0, 0);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(21, 139);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 46;
this.label7.Text = "考勤时间";
//
// text_PersonNumber
//
this.text_PersonNumber.Location = new System.Drawing.Point(100, 83);
this.text_PersonNumber.Name = "text_PersonNumber";
this.text_PersonNumber.Size = new System.Drawing.Size(111, 21);
this.text_PersonNumber.TabIndex = 45;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(21, 86);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 44;
this.label6.Text = "工人编号";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 60);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 43;
this.label1.Text = "车牌号码";
//
// text_CarNumber
//
this.text_CarNumber.Location = new System.Drawing.Point(100, 57);
this.text_CarNumber.Name = "text_CarNumber";
this.text_CarNumber.Size = new System.Drawing.Size(111, 21);
this.text_CarNumber.TabIndex = 42;
//
// btnOiAdd
//
this.btnOiAdd.Location = new System.Drawing.Point(23, 208);
this.btnOiAdd.Name = "btnOiAdd";
this.btnOiAdd.Size = new System.Drawing.Size(68, 23);
this.btnOiAdd.TabIndex = 41;
this.btnOiAdd.Text = "增加";
this.btnOiAdd.UseVisualStyleBackColor = true;
this.btnOiAdd.Click += new System.EventHandler(this.btnOiAdd_Click_1);
//
// label65
//
this.label65.AutoSize = true;
this.label65.Location = new System.Drawing.Point(21, 112);
this.label65.Name = "label65";
this.label65.Size = new System.Drawing.Size(53, 12);
this.label65.TabIndex = 39;
this.label65.Text = "姓 名";
//
// text_Name
//
this.text_Name.Location = new System.Drawing.Point(100, 109);
this.text_Name.Name = "text_Name";
this.text_Name.Size = new System.Drawing.Size(111, 21);
this.text_Name.TabIndex = 40;
//
// DD_kaoqin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(773, 395);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "DD_kaoqin";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "DD_kaoqin";
this.Load += new System.EventHandler(this.DD_kaoqin_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewkaoqin)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.MaskedTextBox text_chuqin;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DateTimePicker dateTimeCarAdd;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.MaskedTextBox text_PersonNumber;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MaskedTextBox text_CarNumber;
private System.Windows.Forms.Button btnOiAdd;
private System.Windows.Forms.Label label65;
private System.Windows.Forms.MaskedTextBox text_Name;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView GridViewkaoqin;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -