?? system.designer.cs
字號:
?namespace 人事管理
{
partial class system
{
/// <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.systemview = new System.Windows.Forms.DataGridView();
this.selectbtn = new System.Windows.Forms.Button();
this.yesbtn = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.systemview)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.systemview);
this.groupBox1.Location = new System.Drawing.Point(13, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(286, 341);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "系統事件列表";
//
// systemview
//
this.systemview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.systemview.Dock = System.Windows.Forms.DockStyle.Fill;
this.systemview.Location = new System.Drawing.Point(3, 17);
this.systemview.Name = "systemview";
this.systemview.RowTemplate.Height = 23;
this.systemview.Size = new System.Drawing.Size(280, 321);
this.systemview.TabIndex = 0;
//
// selectbtn
//
this.selectbtn.Location = new System.Drawing.Point(305, 274);
this.selectbtn.Name = "selectbtn";
this.selectbtn.Size = new System.Drawing.Size(75, 23);
this.selectbtn.TabIndex = 1;
this.selectbtn.Text = "查詢";
this.selectbtn.UseVisualStyleBackColor = true;
this.selectbtn.Click += new System.EventHandler(this.selectbtn_Click);
//
// yesbtn
//
this.yesbtn.Location = new System.Drawing.Point(305, 315);
this.yesbtn.Name = "yesbtn";
this.yesbtn.Size = new System.Drawing.Size(75, 23);
this.yesbtn.TabIndex = 2;
this.yesbtn.Text = "確認";
this.yesbtn.UseVisualStyleBackColor = true;
this.yesbtn.Click += new System.EventHandler(this.yesbtn_Click);
//
// system
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(392, 366);
this.Controls.Add(this.yesbtn);
this.Controls.Add(this.selectbtn);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "system";
this.Text = "系統事件";
this.Load += new System.EventHandler(this.system_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.systemview)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView systemview;
private System.Windows.Forms.Button selectbtn;
private System.Windows.Forms.Button yesbtn;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -