?? frmnewsystem.designer.cs
字號:
?namespace EquipmentMS.DataManage
{
partial class frmNewSystem
{
/// <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.label1 = new System.Windows.Forms.Label();
this.chkBase = new System.Windows.Forms.CheckBox();
this.chkOperation = new System.Windows.Forms.CheckBox();
this.btnClear = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(345, 59);
this.label1.TabIndex = 0;
this.label1.Text = " 注意:系統(tǒng)數(shù)據(jù)初始化,根據(jù)用戶選擇進行" +
"系統(tǒng)全部清理或清理業(yè)務數(shù)據(jù),在系統(tǒng)數(shù)據(jù)初始化前,請事先作好備份工作,否則造成大量數(shù)據(jù)丟失帶來不必要的損失。";
//
// chkBase
//
this.chkBase.AutoSize = true;
this.chkBase.ForeColor = System.Drawing.Color.Blue;
this.chkBase.Location = new System.Drawing.Point(154, 77);
this.chkBase.Name = "chkBase";
this.chkBase.Size = new System.Drawing.Size(72, 16);
this.chkBase.TabIndex = 1;
this.chkBase.Text = "全部清理";
this.chkBase.UseVisualStyleBackColor = true;
//
// chkOperation
//
this.chkOperation.AutoSize = true;
this.chkOperation.ForeColor = System.Drawing.Color.Blue;
this.chkOperation.Location = new System.Drawing.Point(39, 77);
this.chkOperation.Name = "chkOperation";
this.chkOperation.Size = new System.Drawing.Size(96, 16);
this.chkOperation.TabIndex = 2;
this.chkOperation.Text = "清理業(yè)務數(shù)據(jù)";
this.chkOperation.UseVisualStyleBackColor = true;
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(154, 118);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(77, 23);
this.btnClear.TabIndex = 3;
this.btnClear.Text = "初始化...";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(246, 118);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 3;
this.btnExit.Text = "關 閉";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// frmNewSystem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(345, 153);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.chkOperation);
this.Controls.Add(this.chkBase);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.Name = "frmNewSystem";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系統(tǒng)數(shù)據(jù)初始化";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox chkBase;
private System.Windows.Forms.CheckBox chkOperation;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.Button btnExit;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -