📄 form1.designer.cs
字号:
namespace DataManager
{
partial class Form1
{
/// <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(Form1));
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.progressBar2 = new System.Windows.Forms.ProgressBar();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.txtServer = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtDataBase = new System.Windows.Forms.TextBox();
this.txtUID = new System.Windows.Forms.TextBox();
this.button4 = new System.Windows.Forms.Button();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.progressBar3 = new System.Windows.Forms.ProgressBar();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
this.txtDataBak = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.tabPage1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(28, 211);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(405, 23);
this.progressBar1.TabIndex = 18;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(135, 88);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(197, 21);
this.textBox2.TabIndex = 17;
this.textBox2.Text = "allwin_omt";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(34, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(95, 12);
this.label3.TabIndex = 16;
this.label3.Text = "Select DataBase";
//
// button2
//
this.button2.Location = new System.Drawing.Point(338, 88);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 15;
this.button2.Text = "Star";
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Checked = true;
this.radioButton2.Location = new System.Drawing.Point(135, 18);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(125, 16);
this.radioButton2.TabIndex = 14;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "Completeness Back";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(261, 18);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(89, 16);
this.radioButton1.TabIndex = 13;
this.radioButton1.Text = "diff Backup";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(135, 47);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(197, 21);
this.textBox1.TabIndex = 12;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(26, 127);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(407, 72);
this.label2.TabIndex = 11;
this.label2.Text = resources.GetString("label2.Text");
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(26, 56);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 10;
this.label1.Text = "Backup Directory";
//
// button1
//
this.button1.Location = new System.Drawing.Point(338, 45);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 24);
this.button1.TabIndex = 9;
this.button1.Text = "Browse";
//
// progressBar2
//
this.progressBar2.Location = new System.Drawing.Point(22, 210);
this.progressBar2.Name = "progressBar2";
this.progressBar2.Size = new System.Drawing.Size(405, 23);
this.progressBar2.TabIndex = 13;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(292, 94);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 12;
this.comboBox1.Visible = false;
//
// txtServer
//
this.txtServer.Location = new System.Drawing.Point(116, 161);
this.txtServer.Name = "txtServer";
this.txtServer.Size = new System.Drawing.Size(167, 21);
this.txtServer.TabIndex = 11;
this.txtServer.Text = "(local)";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(34, 164);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 10;
this.label8.Text = "DataSource";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(116, 88);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Size = new System.Drawing.Size(167, 21);
this.txtPwd.TabIndex = 9;
//
// txtDataBase
//
this.txtDataBase.Location = new System.Drawing.Point(116, 126);
this.txtDataBase.Name = "txtDataBase";
this.txtDataBase.Size = new System.Drawing.Size(167, 21);
this.txtDataBase.TabIndex = 8;
this.txtDataBase.Text = "allwin_omt";
//
// txtUID
//
this.txtUID.Location = new System.Drawing.Point(116, 50);
this.txtUID.Name = "txtUID";
this.txtUID.Size = new System.Drawing.Size(167, 21);
this.txtUID.TabIndex = 7;
this.txtUID.Text = "sa";
//
// button4
//
this.button4.Location = new System.Drawing.Point(300, 159);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 6;
this.button4.Text = "Ok";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.progressBar3);
this.tabPage1.Controls.Add(this.textBox3);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.button3);
this.tabPage1.Controls.Add(this.radioButton3);
this.tabPage1.Controls.Add(this.radioButton4);
this.tabPage1.Controls.Add(this.textBox4);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.button5);
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(450, 241);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Come Back";
this.tabPage1.UseVisualStyleBackColor = true;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -