?? frmdatarevert.designer.cs
字號:
?namespace SMS.SysManage
{
partial class frmDataRevert
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDataRevert));
this.txtDRPath = new System.Windows.Forms.TextBox();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnSel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnDRevert = new System.Windows.Forms.Button();
this.ofDialogFile = new System.Windows.Forms.OpenFileDialog();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// txtDRPath
//
this.txtDRPath.Location = new System.Drawing.Point(37, 36);
this.txtDRPath.Name = "txtDRPath";
this.txtDRPath.Size = new System.Drawing.Size(157, 21);
this.txtDRPath.TabIndex = 0;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(159, 101);
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);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnSel);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.txtDRPath);
this.groupBox2.Location = new System.Drawing.Point(6, 18);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(285, 70);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
//
// btnSel
//
this.btnSel.Image = ((System.Drawing.Image)(resources.GetObject("btnSel.Image")));
this.btnSel.Location = new System.Drawing.Point(201, 34);
this.btnSel.Name = "btnSel";
this.btnSel.Size = new System.Drawing.Size(42, 23);
this.btnSel.TabIndex = 1;
this.btnSel.UseVisualStyleBackColor = true;
this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "要還原的文件";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.btnDRevert);
this.groupBox1.Location = new System.Drawing.Point(13, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(297, 140);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "數據還原";
//
// btnDRevert
//
this.btnDRevert.Location = new System.Drawing.Point(62, 101);
this.btnDRevert.Name = "btnDRevert";
this.btnDRevert.Size = new System.Drawing.Size(75, 23);
this.btnDRevert.TabIndex = 2;
this.btnDRevert.Text = "數據還原";
this.btnDRevert.UseVisualStyleBackColor = true;
this.btnDRevert.Click += new System.EventHandler(this.btnDRevert_Click);
//
// frmDataRevert
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(322, 156);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "frmDataRevert";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "數據還原";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDataRevert_FormClosed);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtDRPath;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnDRevert;
private System.Windows.Forms.Button btnSel;
private System.Windows.Forms.OpenFileDialog ofDialogFile;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -