?? histrymoney.designer.cs
字號:
?namespace 人事管理
{
partial class histrymoney
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </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 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.moneyhistryview = new System.Windows.Forms.DataGridView();
this.yesbtn = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.moneyhistryview)).BeginInit();
this.SuspendLayout();
//
// moneyhistryview
//
this.moneyhistryview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.moneyhistryview.Location = new System.Drawing.Point(12, 12);
this.moneyhistryview.Name = "moneyhistryview";
this.moneyhistryview.RowTemplate.Height = 23;
this.moneyhistryview.Size = new System.Drawing.Size(268, 308);
this.moneyhistryview.TabIndex = 0;
//
// yesbtn
//
this.yesbtn.Location = new System.Drawing.Point(205, 331);
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);
//
// histrymoney
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 366);
this.Controls.Add(this.yesbtn);
this.Controls.Add(this.moneyhistryview);
this.MaximizeBox = false;
this.Name = "histrymoney";
this.Text = "員工薪資歷史記錄";
this.Load += new System.EventHandler(this.histrymoney_Load);
((System.ComponentModel.ISupportInitialize)(this.moneyhistryview)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView moneyhistryview;
private System.Windows.Forms.Button yesbtn;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -