📄 frmbackup.designer.cs
字号:
namespace Hotel.UI
{
partial class frmBackup
{
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.btnBrowse = new System.Windows.Forms.Button();
this.txtFile = new System.Windows.Forms.TextBox();
this.txtPath = new System.Windows.Forms.TextBox();
this.pgb = new System.Windows.Forms.ProgressBar();
this.label3 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.btnBackup = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btnBrowser = new System.Windows.Forms.Button();
this.txtFilePath = new System.Windows.Forms.TextBox();
this.prgb = new System.Windows.Forms.ProgressBar();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnExit = new System.Windows.Forms.Button();
this.btnRestore = new System.Windows.Forms.Button();
this.ofdFind = new System.Windows.Forms.OpenFileDialog();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(404, 246);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.btnBrowse);
this.tabPage1.Controls.Add(this.txtFile);
this.tabPage1.Controls.Add(this.txtPath);
this.tabPage1.Controls.Add(this.pgb);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.btnCancel);
this.tabPage1.Controls.Add(this.btnBackup);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(396, 221);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "备份";
this.tabPage1.UseVisualStyleBackColor = true;
//
// btnBrowse
//
this.btnBrowse.Location = new System.Drawing.Point(312, 30);
this.btnBrowse.Name = "btnBrowse";
this.btnBrowse.Size = new System.Drawing.Size(68, 21);
this.btnBrowse.TabIndex = 12;
this.btnBrowse.Text = "浏览(&B)";
this.btnBrowse.UseVisualStyleBackColor = true;
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
//
// txtFile
//
this.txtFile.Location = new System.Drawing.Point(93, 83);
this.txtFile.Name = "txtFile";
this.txtFile.Size = new System.Drawing.Size(207, 21);
this.txtFile.TabIndex = 11;
this.txtFile.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFile_KeyPress);
//
// txtPath
//
this.txtPath.Location = new System.Drawing.Point(93, 31);
this.txtPath.Name = "txtPath";
this.txtPath.Size = new System.Drawing.Size(207, 21);
this.txtPath.TabIndex = 11;
//
// pgb
//
this.pgb.Location = new System.Drawing.Point(93, 135);
this.pgb.Name = "pgb";
this.pgb.Size = new System.Drawing.Size(281, 11);
this.pgb.TabIndex = 10;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 134);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 9;
this.label3.Text = "备份进度:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(22, 87);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 8;
this.label5.Text = "文件名称:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 40);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 8;
this.label4.Text = "备份路径:";
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(305, 174);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 28);
this.btnCancel.TabIndex = 7;
this.btnCancel.Text = "取消(&E)";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnBackup
//
this.btnBackup.Location = new System.Drawing.Point(213, 174);
this.btnBackup.Name = "btnBackup";
this.btnBackup.Size = new System.Drawing.Size(75, 28);
this.btnBackup.TabIndex = 6;
this.btnBackup.Text = "确定(&Y)";
this.btnBackup.UseVisualStyleBackColor = true;
this.btnBackup.Click += new System.EventHandler(this.btnBackup_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.btnBrowser);
this.tabPage2.Controls.Add(this.txtFilePath);
this.tabPage2.Controls.Add(this.prgb);
this.tabPage2.Controls.Add(this.label2);
this.tabPage2.Controls.Add(this.label1);
this.tabPage2.Controls.Add(this.btnExit);
this.tabPage2.Controls.Add(this.btnRestore);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(396, 221);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "恢复";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btnBrowser
//
this.btnBrowser.Location = new System.Drawing.Point(296, 37);
this.btnBrowser.Name = "btnBrowser";
this.btnBrowser.Size = new System.Drawing.Size(68, 21);
this.btnBrowser.TabIndex = 5;
this.btnBrowser.Text = "浏览(&R)";
this.btnBrowser.UseVisualStyleBackColor = true;
this.btnBrowser.Click += new System.EventHandler(this.btnBrowser_Click);
//
// txtFilePath
//
this.txtFilePath.Location = new System.Drawing.Point(83, 37);
this.txtFilePath.Name = "txtFilePath";
this.txtFilePath.Size = new System.Drawing.Size(207, 21);
this.txtFilePath.TabIndex = 4;
//
// prgb
//
this.prgb.Location = new System.Drawing.Point(83, 107);
this.prgb.Name = "prgb";
this.prgb.Size = new System.Drawing.Size(281, 11);
this.prgb.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 107);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "恢复进度:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 2;
this.label1.Text = "恢复路径:";
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(289, 168);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 28);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "取消(&E)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnRestore
//
this.btnRestore.Location = new System.Drawing.Point(195, 167);
this.btnRestore.Name = "btnRestore";
this.btnRestore.Size = new System.Drawing.Size(75, 28);
this.btnRestore.TabIndex = 0;
this.btnRestore.Text = "确定(&Y)";
this.btnRestore.UseVisualStyleBackColor = true;
this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);
//
// ofdFind
//
this.ofdFind.FileName = "ofdFind";
//
// frmBackup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(404, 246);
this.Controls.Add(this.tabControl1);
this.MaximizeBox = false;
this.Name = "frmBackup";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数据备份/恢复";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnRestore;
private System.Windows.Forms.Button btnBrowser;
private System.Windows.Forms.TextBox txtFilePath;
private System.Windows.Forms.ProgressBar prgb;
private System.Windows.Forms.OpenFileDialog ofdFind;
private System.Windows.Forms.Button btnBrowse;
private System.Windows.Forms.TextBox txtPath;
private System.Windows.Forms.ProgressBar pgb;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnBackup;
private System.Windows.Forms.TextBox txtFile;
private System.Windows.Forms.Label label5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -