📄 selectsystem.designer.cs
字号:
namespace 人事管理
{
partial class selectsystem
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(selectsystem));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.endtimebox = new System.Windows.Forms.DateTimePicker();
this.begintimebtn = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.yesbtn = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.pictureBox2);
this.groupBox1.Controls.Add(this.endtimebox);
this.groupBox1.Controls.Add(this.begintimebtn);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(13, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(369, 118);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// endtimebox
//
this.endtimebox.Location = new System.Drawing.Point(176, 74);
this.endtimebox.Name = "endtimebox";
this.endtimebox.Size = new System.Drawing.Size(172, 21);
this.endtimebox.TabIndex = 5;
//
// begintimebtn
//
this.begintimebtn.Checked = false;
this.begintimebtn.Location = new System.Drawing.Point(176, 23);
this.begintimebtn.Name = "begintimebtn";
this.begintimebtn.Size = new System.Drawing.Size(172, 21);
this.begintimebtn.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(78, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "结束时间:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(78, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "开始时间:";
//
// yesbtn
//
this.yesbtn.Location = new System.Drawing.Point(205, 137);
this.yesbtn.Name = "yesbtn";
this.yesbtn.Size = new System.Drawing.Size(75, 23);
this.yesbtn.TabIndex = 1;
this.yesbtn.Text = "确认";
this.yesbtn.UseVisualStyleBackColor = true;
this.yesbtn.Click += new System.EventHandler(this.yesbtn_Click);
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(17, 27);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(55, 63);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 10;
this.pictureBox2.TabStop = false;
//
// selectsystem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(436, 166);
this.Controls.Add(this.yesbtn);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "selectsystem";
this.Text = "系统事件查询";
this.Load += new System.EventHandler(this.selectsystem_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button yesbtn;
private System.Windows.Forms.DateTimePicker endtimebox;
private System.Windows.Forms.DateTimePicker begintimebtn;
private System.Windows.Forms.PictureBox pictureBox2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -