?? moneymanege.designer.cs
字號:
?namespace 人事管理
{
partial class moneymanege
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(moneymanege));
this.selectworkerbtn = new System.Windows.Forms.Button();
this.histrybtn = new System.Windows.Forms.Button();
this.branchbtn = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.moneyview = new System.Windows.Forms.DataGridView();
this.setmoneybtn = new System.Windows.Forms.Button();
this.yesbtn = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.moneyview)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// selectworkerbtn
//
this.selectworkerbtn.Location = new System.Drawing.Point(77, 23);
this.selectworkerbtn.Name = "selectworkerbtn";
this.selectworkerbtn.Size = new System.Drawing.Size(75, 23);
this.selectworkerbtn.TabIndex = 0;
this.selectworkerbtn.Text = "員工查詢";
this.selectworkerbtn.UseVisualStyleBackColor = true;
this.selectworkerbtn.Click += new System.EventHandler(this.selectworkerbtn_Click);
//
// histrybtn
//
this.histrybtn.Location = new System.Drawing.Point(175, 23);
this.histrybtn.Name = "histrybtn";
this.histrybtn.Size = new System.Drawing.Size(75, 23);
this.histrybtn.TabIndex = 1;
this.histrybtn.Text = "歷史查詢";
this.histrybtn.UseVisualStyleBackColor = true;
this.histrybtn.Click += new System.EventHandler(this.histrybtn_Click);
//
// branchbtn
//
this.branchbtn.Location = new System.Drawing.Point(277, 23);
this.branchbtn.Name = "branchbtn";
this.branchbtn.Size = new System.Drawing.Size(75, 23);
this.branchbtn.TabIndex = 2;
this.branchbtn.Text = "部門總匯";
this.branchbtn.UseVisualStyleBackColor = true;
this.branchbtn.Click += new System.EventHandler(this.branchbtn_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.moneyview);
this.groupBox1.Location = new System.Drawing.Point(12, 54);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(444, 271);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "薪資列表";
//
// moneyview
//
this.moneyview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.moneyview.Dock = System.Windows.Forms.DockStyle.Fill;
this.moneyview.Location = new System.Drawing.Point(3, 17);
this.moneyview.Name = "moneyview";
this.moneyview.RowTemplate.Height = 23;
this.moneyview.Size = new System.Drawing.Size(438, 251);
this.moneyview.TabIndex = 0;
//
// setmoneybtn
//
this.setmoneybtn.Location = new System.Drawing.Point(87, 331);
this.setmoneybtn.Name = "setmoneybtn";
this.setmoneybtn.Size = new System.Drawing.Size(75, 23);
this.setmoneybtn.TabIndex = 4;
this.setmoneybtn.Text = "設(shè)定薪資";
this.setmoneybtn.UseVisualStyleBackColor = true;
this.setmoneybtn.Click += new System.EventHandler(this.setmoneybtn_Click);
//
// yesbtn
//
this.yesbtn.Location = new System.Drawing.Point(218, 331);
this.yesbtn.Name = "yesbtn";
this.yesbtn.Size = new System.Drawing.Size(75, 23);
this.yesbtn.TabIndex = 5;
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(12, 12);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(44, 41);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 10;
this.pictureBox2.TabStop = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(381, 23);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 11;
this.button1.Text = "取消";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// moneymanege
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(479, 366);
this.Controls.Add(this.button1);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.yesbtn);
this.Controls.Add(this.setmoneybtn);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.branchbtn);
this.Controls.Add(this.histrybtn);
this.Controls.Add(this.selectworkerbtn);
this.MaximizeBox = false;
this.Name = "moneymanege";
this.Text = "薪資管理";
this.Load += new System.EventHandler(this.moneymanege_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.moneyview)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button selectworkerbtn;
private System.Windows.Forms.Button histrybtn;
private System.Windows.Forms.Button branchbtn;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView moneyview;
private System.Windows.Forms.Button setmoneybtn;
private System.Windows.Forms.Button yesbtn;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button button1;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -