?? frmdatagridviewsetvisible.designer.cs
字號:
?namespace EquipmentMS.BaseInfo
{
partial class frmDataGridViewSetVisible
{
/// <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.btnSave = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.lsvVisible = new System.Windows.Forms.ListView();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lsvVisible);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnSave);
this.groupBox1.Location = new System.Drawing.Point(7, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(445, 225);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(283, 196);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 1;
this.btnSave.Text = "確 定";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(364, 196);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "關 閉";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// lsvVisible
//
this.lsvVisible.CheckBoxes = true;
this.lsvVisible.Location = new System.Drawing.Point(6, 13);
this.lsvVisible.Name = "lsvVisible";
this.lsvVisible.Size = new System.Drawing.Size(433, 177);
this.lsvVisible.TabIndex = 3;
this.lsvVisible.UseCompatibleStateImageBehavior = false;
this.lsvVisible.View = System.Windows.Forms.View.List;
//
// frmDataGridViewSetVisible
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(459, 234);
this.Controls.Add(this.groupBox1);
this.Name = "frmDataGridViewSetVisible";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "選擇顯示列";
this.Load += new System.EventHandler(this.frmDataGridViewSetVisible_Load);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ListView lsvVisible;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -