namespace Tiobon.Core.OPS.Tool.OPS.Tool.View { partial class Frm_Backup { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Backup)); this.cb_type = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.rad_remote = new System.Windows.Forms.RadioButton(); this.rad_local = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txt_dir = new System.Windows.Forms.TextBox(); this.txt_ip = new System.Windows.Forms.TextBox(); this.txt_passwd = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txt_user = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btn_test = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.cb_seven = new System.Windows.Forms.CheckBox(); this.cb_six = new System.Windows.Forms.CheckBox(); this.cb_five = new System.Windows.Forms.CheckBox(); this.cb_four = new System.Windows.Forms.CheckBox(); this.cb_three = new System.Windows.Forms.CheckBox(); this.cb_two = new System.Windows.Forms.CheckBox(); this.cb_one = new System.Windows.Forms.CheckBox(); this.txt_num = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.date_time = new System.Windows.Forms.DateTimePicker(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.rad_week = new System.Windows.Forms.RadioButton(); this.rad_day = new System.Windows.Forms.RadioButton(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.cb_saveiot = new System.Windows.Forms.CheckBox(); this.cb_savelog = new System.Windows.Forms.CheckBox(); this.button3 = new System.Windows.Forms.Button(); this.btn_save = new System.Windows.Forms.Button(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.label10 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox5.SuspendLayout(); this.SuspendLayout(); // // cb_type // this.cb_type.FormattingEnabled = true; this.cb_type.Items.AddRange(new object[] { "FTP", "共享目录"}); this.cb_type.Location = new System.Drawing.Point(80, 53); this.cb_type.Name = "cb_type"; this.cb_type.Size = new System.Drawing.Size(121, 20); this.cb_type.TabIndex = 1; this.cb_type.Text = "FTP"; this.cb_type.SelectedIndexChanged += new System.EventHandler(this.Cb_type_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 12); this.label1.TabIndex = 2; this.label1.Text = "IP/主机名:"; // // rad_remote // this.rad_remote.AutoSize = true; this.rad_remote.Checked = true; this.rad_remote.Location = new System.Drawing.Point(10, 20); this.rad_remote.Name = "rad_remote"; this.rad_remote.Size = new System.Drawing.Size(47, 16); this.rad_remote.TabIndex = 3; this.rad_remote.TabStop = true; this.rad_remote.Text = "远程"; this.rad_remote.UseVisualStyleBackColor = true; // // rad_local // this.rad_local.AutoSize = true; this.rad_local.Location = new System.Drawing.Point(84, 20); this.rad_local.Name = "rad_local"; this.rad_local.Size = new System.Drawing.Size(47, 16); this.rad_local.TabIndex = 4; this.rad_local.Text = "本机"; this.rad_local.UseVisualStyleBackColor = true; this.rad_local.CheckedChanged += new System.EventHandler(this.Rad_local_CheckedChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 5; this.label2.Text = "协议:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 88); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 7; this.label3.Text = "目录:"; // // txt_dir // this.txt_dir.Location = new System.Drawing.Point(80, 85); this.txt_dir.Name = "txt_dir"; this.txt_dir.Size = new System.Drawing.Size(121, 21); this.txt_dir.TabIndex = 9; this.txt_dir.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txt_dir_MouseClick); // // txt_ip // this.txt_ip.Location = new System.Drawing.Point(80, 19); this.txt_ip.Name = "txt_ip"; this.txt_ip.Size = new System.Drawing.Size(121, 21); this.txt_ip.TabIndex = 8; // // txt_passwd // this.txt_passwd.Location = new System.Drawing.Point(80, 149); this.txt_passwd.Name = "txt_passwd"; this.txt_passwd.PasswordChar = '*'; this.txt_passwd.Size = new System.Drawing.Size(121, 21); this.txt_passwd.TabIndex = 13; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 152); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 10; this.label4.Text = "密码:"; // // txt_user // this.txt_user.Location = new System.Drawing.Point(80, 117); this.txt_user.Name = "txt_user"; this.txt_user.Size = new System.Drawing.Size(121, 21); this.txt_user.TabIndex = 11; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 12; this.label5.Text = "用户名:"; // // groupBox1 // this.groupBox1.Controls.Add(this.rad_local); this.groupBox1.Controls.Add(this.rad_remote); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(220, 50); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "备份到"; // // groupBox2 // this.groupBox2.Controls.Add(this.cb_type); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.txt_user); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.btn_test); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.txt_passwd); this.groupBox2.Controls.Add(this.txt_ip); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.txt_dir); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Location = new System.Drawing.Point(12, 68); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(220, 214); this.groupBox2.TabIndex = 15; this.groupBox2.TabStop = false; this.groupBox2.Text = "参数"; // // btn_test // this.btn_test.Location = new System.Drawing.Point(8, 181); this.btn_test.Name = "btn_test"; this.btn_test.Size = new System.Drawing.Size(191, 23); this.btn_test.TabIndex = 0; this.btn_test.Text = "测试远程目录能否访问(&O)"; this.btn_test.UseVisualStyleBackColor = true; this.btn_test.Click += new System.EventHandler(this.btn_test_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.groupBox4); this.groupBox3.Controls.Add(this.date_time); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.rad_week); this.groupBox3.Controls.Add(this.rad_day); this.groupBox3.Location = new System.Drawing.Point(238, 12); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(458, 172); this.groupBox3.TabIndex = 16; this.groupBox3.TabStop = false; this.groupBox3.Text = "定时计划"; // // groupBox4 // this.groupBox4.Controls.Add(this.cb_seven); this.groupBox4.Controls.Add(this.cb_six); this.groupBox4.Controls.Add(this.cb_five); this.groupBox4.Controls.Add(this.cb_four); this.groupBox4.Controls.Add(this.cb_three); this.groupBox4.Controls.Add(this.cb_two); this.groupBox4.Controls.Add(this.cb_one); this.groupBox4.Controls.Add(this.txt_num); this.groupBox4.Controls.Add(this.label9); this.groupBox4.Controls.Add(this.label8); this.groupBox4.Location = new System.Drawing.Point(88, 44); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(363, 112); this.groupBox4.TabIndex = 7; this.groupBox4.TabStop = false; // // cb_seven // this.cb_seven.AutoSize = true; this.cb_seven.Location = new System.Drawing.Point(181, 77); this.cb_seven.Name = "cb_seven"; this.cb_seven.Size = new System.Drawing.Size(78, 16); this.cb_seven.TabIndex = 9; this.cb_seven.Text = "星期日(&U)"; this.cb_seven.UseVisualStyleBackColor = true; this.cb_seven.Visible = false; // // cb_six // this.cb_six.AutoSize = true; this.cb_six.Location = new System.Drawing.Point(97, 77); this.cb_six.Name = "cb_six"; this.cb_six.Size = new System.Drawing.Size(78, 16); this.cb_six.TabIndex = 8; this.cb_six.Text = "星期六(&R)"; this.cb_six.UseVisualStyleBackColor = true; this.cb_six.Visible = false; // // cb_five // this.cb_five.AutoSize = true; this.cb_five.Location = new System.Drawing.Point(13, 77); this.cb_five.Name = "cb_five"; this.cb_five.Size = new System.Drawing.Size(78, 16); this.cb_five.TabIndex = 7; this.cb_five.Text = "星期五(&F)"; this.cb_five.UseVisualStyleBackColor = true; this.cb_five.Visible = false; // // cb_four // this.cb_four.AutoSize = true; this.cb_four.Location = new System.Drawing.Point(265, 48); this.cb_four.Name = "cb_four"; this.cb_four.Size = new System.Drawing.Size(78, 16); this.cb_four.TabIndex = 6; this.cb_four.Text = "星期四(&H)"; this.cb_four.UseVisualStyleBackColor = true; this.cb_four.Visible = false; // // cb_three // this.cb_three.AutoSize = true; this.cb_three.Location = new System.Drawing.Point(181, 48); this.cb_three.Name = "cb_three"; this.cb_three.Size = new System.Drawing.Size(78, 16); this.cb_three.TabIndex = 5; this.cb_three.Text = "星期三(&Y)"; this.cb_three.UseVisualStyleBackColor = true; this.cb_three.Visible = false; // // cb_two // this.cb_two.AutoSize = true; this.cb_two.Location = new System.Drawing.Point(97, 48); this.cb_two.Name = "cb_two"; this.cb_two.Size = new System.Drawing.Size(78, 16); this.cb_two.TabIndex = 4; this.cb_two.Text = "星期二(&T)"; this.cb_two.UseVisualStyleBackColor = true; this.cb_two.Visible = false; // // cb_one // this.cb_one.AutoSize = true; this.cb_one.Location = new System.Drawing.Point(13, 48); this.cb_one.Name = "cb_one"; this.cb_one.Size = new System.Drawing.Size(78, 16); this.cb_one.TabIndex = 3; this.cb_one.Text = "星期一(&A)"; this.cb_one.UseVisualStyleBackColor = true; this.cb_one.Visible = false; // // txt_num // this.txt_num.Location = new System.Drawing.Point(51, 12); this.txt_num.Name = "txt_num"; this.txt_num.Size = new System.Drawing.Size(27, 21); this.txt_num.TabIndex = 2; this.txt_num.Text = "1"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(87, 17); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 1; this.label9.Text = "天发生一次"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(11, 17); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(41, 12); this.label8.TabIndex = 0; this.label8.Text = "每隔:"; // // date_time // this.date_time.CustomFormat = "hh:MM:ss"; this.date_time.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.date_time.Location = new System.Drawing.Point(157, 17); this.date_time.Name = "date_time"; this.date_time.ShowUpDown = true; this.date_time.Size = new System.Drawing.Size(99, 21); this.date_time.TabIndex = 6; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(100, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 5; this.label7.Text = "开始于:"; // // label6 // this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label6.Location = new System.Drawing.Point(77, 22); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(2, 120); this.label6.TabIndex = 4; this.label6.Text = "label6"; // // rad_week // this.rad_week.AutoSize = true; this.rad_week.Location = new System.Drawing.Point(10, 98); this.rad_week.Name = "rad_week"; this.rad_week.Size = new System.Drawing.Size(65, 16); this.rad_week.TabIndex = 2; this.rad_week.Text = "每周(&W)"; this.rad_week.UseVisualStyleBackColor = true; this.rad_week.CheckedChanged += new System.EventHandler(this.Rad_week_CheckedChanged); // // rad_day // this.rad_day.AutoSize = true; this.rad_day.Checked = true; this.rad_day.Location = new System.Drawing.Point(10, 52); this.rad_day.Name = "rad_day"; this.rad_day.Size = new System.Drawing.Size(65, 16); this.rad_day.TabIndex = 1; this.rad_day.TabStop = true; this.rad_day.Text = "每天(&D)"; this.rad_day.UseVisualStyleBackColor = true; this.rad_day.CheckedChanged += new System.EventHandler(this.Rad_day_CheckedChanged); // // groupBox5 // this.groupBox5.Controls.Add(this.button1); this.groupBox5.Controls.Add(this.checkBox1); this.groupBox5.Controls.Add(this.cb_saveiot); this.groupBox5.Controls.Add(this.cb_savelog); this.groupBox5.Controls.Add(this.button3); this.groupBox5.Controls.Add(this.btn_save); this.groupBox5.Location = new System.Drawing.Point(238, 190); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(458, 92); this.groupBox5.TabIndex = 17; this.groupBox5.TabStop = false; this.groupBox5.Text = "操作"; // // button1 // this.button1.Location = new System.Drawing.Point(10, 59); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(188, 23); this.button1.TabIndex = 17; this.button1.Text = "备份hfs文件(每天凌晨4点备份)"; this.button1.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(10, 59); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(168, 16); this.checkBox1.TabIndex = 16; this.checkBox1.Text = "备份hfs文件(每天4点备份)"; this.checkBox1.UseVisualStyleBackColor = true; // // cb_saveiot // this.cb_saveiot.AutoSize = true; this.cb_saveiot.Enabled = false; this.cb_saveiot.Location = new System.Drawing.Point(10, 26); this.cb_saveiot.Name = "cb_saveiot"; this.cb_saveiot.Size = new System.Drawing.Size(108, 16); this.cb_saveiot.TabIndex = 14; this.cb_saveiot.Text = "备份联机盒数据"; this.cb_saveiot.UseVisualStyleBackColor = true; // // cb_savelog // this.cb_savelog.AutoSize = true; this.cb_savelog.Enabled = false; this.cb_savelog.Location = new System.Drawing.Point(157, 27); this.cb_savelog.Name = "cb_savelog"; this.cb_savelog.Size = new System.Drawing.Size(96, 16); this.cb_savelog.TabIndex = 15; this.cb_savelog.Text = "备份系统日志"; this.cb_savelog.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(371, 59); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(80, 23); this.button3.TabIndex = 2; this.button3.Text = "退出(&Q)"; this.button3.UseVisualStyleBackColor = true; // // btn_save // this.btn_save.Location = new System.Drawing.Point(262, 59); this.btn_save.Name = "btn_save"; this.btn_save.Size = new System.Drawing.Size(85, 23); this.btn_save.TabIndex = 1; this.btn_save.Text = "创建任务(&N)"; this.btn_save.UseVisualStyleBackColor = true; this.btn_save.Click += new System.EventHandler(this.Btn_save_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(10, 285); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(521, 12); this.label10.TabIndex = 8; this.label10.Text = "Tips:备份过程中磁盘容量不够、数据库密码错误、网络不稳定等原因,可能导致数据备份不完整"; // // Frm_Backup // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(708, 304); this.Controls.Add(this.label10); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(724, 343); this.MinimumSize = new System.Drawing.Size(724, 343); this.Name = "Frm_Backup"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "定时备份"; this.Load += new System.EventHandler(this.Frm_Backup_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cb_type; private System.Windows.Forms.Label label1; private System.Windows.Forms.RadioButton rad_remote; private System.Windows.Forms.RadioButton rad_local; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txt_dir; private System.Windows.Forms.TextBox txt_ip; private System.Windows.Forms.TextBox txt_passwd; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txt_user; private System.Windows.Forms.Label label5; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.RadioButton rad_week; private System.Windows.Forms.RadioButton rad_day; private System.Windows.Forms.Label label6; private System.Windows.Forms.DateTimePicker date_time; private System.Windows.Forms.Label label7; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.CheckBox cb_seven; private System.Windows.Forms.CheckBox cb_six; private System.Windows.Forms.CheckBox cb_five; private System.Windows.Forms.CheckBox cb_four; private System.Windows.Forms.CheckBox cb_three; private System.Windows.Forms.CheckBox cb_two; private System.Windows.Forms.CheckBox cb_one; private System.Windows.Forms.TextBox txt_num; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button btn_save; private System.Windows.Forms.Button btn_test; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.CheckBox cb_savelog; private System.Windows.Forms.CheckBox cb_saveiot; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label10; } }