?? sysset.designer.cs
字號:
?namespace 學籍管理系統
{
partial class sysset
{
/// <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.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.SuspendLayout();
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.Location = new System.Drawing.Point(199, 238);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(80, 26);
this.buttonX1.TabIndex = 1;
this.buttonX1.Text = "保存";
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX2.Location = new System.Drawing.Point(55, 238);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(76, 26);
this.buttonX2.TabIndex = 2;
this.buttonX2.Text = "取消";
this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
//
// checkBoxX1
//
this.checkBoxX1.Location = new System.Drawing.Point(107, 72);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(127, 24);
this.checkBoxX1.TabIndex = 8;
this.checkBoxX1.Text = "啟動時窗體最大化";
//
// sysset
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(349, 300);
this.ControlBox = false;
this.Controls.Add(this.checkBoxX1);
this.Controls.Add(this.buttonX2);
this.Controls.Add(this.buttonX1);
this.Name = "sysset";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "系統設置";
this.Load += new System.EventHandler(this.sysset_Load);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -