📄 frmdatastore.designer.cs
字号:
namespace SMS.SysManage
{
partial class frmDataStore
{
/// <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(frmDataStore));
this.txtDSPath = 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.btnDStore = new System.Windows.Forms.Button();
this.fbDialogFile = new System.Windows.Forms.FolderBrowserDialog();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// txtDSPath
//
this.txtDSPath.Location = new System.Drawing.Point(37, 36);
this.txtDSPath.Name = "txtDSPath";
this.txtDSPath.Size = new System.Drawing.Size(166, 21);
this.txtDSPath.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.txtDSPath);
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(220, 36);
this.btnSel.Name = "btnSel";
this.btnSel.Size = new System.Drawing.Size(43, 21);
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.btnDStore);
this.groupBox1.Location = new System.Drawing.Point(12, 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 = "数据备份";
//
// btnDStore
//
this.btnDStore.Location = new System.Drawing.Point(62, 101);
this.btnDStore.Name = "btnDStore";
this.btnDStore.Size = new System.Drawing.Size(75, 23);
this.btnDStore.TabIndex = 2;
this.btnDStore.Text = "数据备份";
this.btnDStore.UseVisualStyleBackColor = true;
this.btnDStore.Click += new System.EventHandler(this.btnDStore_Click);
//
// fbDialogFile
//
this.fbDialogFile.SelectedPath = "D:\\";
//
// frmDataStore
//
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 = "frmDataStore";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "数据备份";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDataStore_FormClosed);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtDSPath;
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 btnDStore;
private System.Windows.Forms.Button btnSel;
private System.Windows.Forms.FolderBrowserDialog fbDialogFile;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -