namespace Casic.Birmm.RbFreqStandMeasure.info { partial class DataBackupDlg { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.rdDataBackup = new System.Windows.Forms.RadioButton(); this.rdDataRecover = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.btn_save = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btn_cancle = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.button1 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.btnExit = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // rdDataBackup // this.rdDataBackup.AutoSize = true; this.rdDataBackup.Checked = true; this.rdDataBackup.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rdDataBackup.Location = new System.Drawing.Point(109, 16); this.rdDataBackup.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rdDataBackup.Name = "rdDataBackup"; this.rdDataBackup.Size = new System.Drawing.Size(83, 24); this.rdDataBackup.TabIndex = 0; this.rdDataBackup.TabStop = true; this.rdDataBackup.Text = "数据备份"; this.rdDataBackup.UseVisualStyleBackColor = true; // // rdDataRecover // this.rdDataRecover.AutoSize = true; this.rdDataRecover.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rdDataRecover.Location = new System.Drawing.Point(245, 16); this.rdDataRecover.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rdDataRecover.Name = "rdDataRecover"; this.rdDataRecover.Size = new System.Drawing.Size(83, 24); this.rdDataRecover.TabIndex = 1; this.rdDataRecover.TabStop = true; this.rdDataRecover.Text = "数据还原"; this.rdDataRecover.UseVisualStyleBackColor = true; this.rdDataRecover.CheckedChanged += new System.EventHandler(this.rdDataRecover_CheckedChanged); // // panel1 // this.panel1.Controls.Add(this.rdDataBackup); this.panel1.Controls.Add(this.rdDataRecover); this.panel1.Location = new System.Drawing.Point(35, 50); this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(483, 61); this.panel1.TabIndex = 6; // // textBoxX1 // // // // this.textBoxX1.Border.Class = "TextBoxBorder"; this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX1.Location = new System.Drawing.Point(36, 160); this.textBoxX1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxX1.Multiline = true; this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.PreventEnterBeep = true; this.textBoxX1.Size = new System.Drawing.Size(397, 95); this.textBoxX1.TabIndex = 1; // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.Location = new System.Drawing.Point(35, 120); this.labelX1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(265, 38); this.labelX1.TabIndex = 0; this.labelX1.Text = "请选择备份文件存放路径:"; // // btn_save // this.btn_save.EnterBackColor = System.Drawing.Color.Blue; this.btn_save.EnterForeColor = System.Drawing.Color.White; this.btn_save.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_save.FlatAppearance.BorderSize = 0; this.btn_save.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btn_save.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_save.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_save.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.btn_save.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242))))); this.btn_save.HoverForeColor = System.Drawing.Color.White; this.btn_save.Location = new System.Drawing.Point(111, 317); this.btn_save.Margin = new System.Windows.Forms.Padding(0); this.btn_save.Name = "btn_save"; this.btn_save.PressBackColor = System.Drawing.Color.DarkBlue; this.btn_save.PressForeColor = System.Drawing.Color.White; this.btn_save.Radius = 5; this.btn_save.Size = new System.Drawing.Size(116, 30); this.btn_save.TabIndex = 15; this.btn_save.Text = "开始备份"; this.btn_save.UseVisualStyleBackColor = true; this.btn_save.Click += new System.EventHandler(this.btn_save_Click); // // btn_cancle // this.btn_cancle.EnterBackColor = System.Drawing.Color.Blue; this.btn_cancle.EnterForeColor = System.Drawing.Color.White; this.btn_cancle.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_cancle.FlatAppearance.BorderSize = 0; this.btn_cancle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btn_cancle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_cancle.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_cancle.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.btn_cancle.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242))))); this.btn_cancle.HoverForeColor = System.Drawing.Color.White; this.btn_cancle.Location = new System.Drawing.Point(275, 317); this.btn_cancle.Margin = new System.Windows.Forms.Padding(0); this.btn_cancle.Name = "btn_cancle"; this.btn_cancle.PressBackColor = System.Drawing.Color.DarkBlue; this.btn_cancle.PressForeColor = System.Drawing.Color.White; this.btn_cancle.Radius = 5; this.btn_cancle.Size = new System.Drawing.Size(116, 30); this.btn_cancle.TabIndex = 16; this.btn_cancle.Text = "取消"; this.btn_cancle.UseVisualStyleBackColor = true; this.btn_cancle.Click += new System.EventHandler(this.btn_cancle_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.White; this.button1.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.path; this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Location = new System.Drawing.Point(441, 224); this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(43, 31); this.button1.TabIndex = 17; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215))))); this.panel2.Controls.Add(this.btnExit); this.panel2.Controls.Add(this.label3); this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(533, 32); this.panel2.TabIndex = 18; // // btnExit // this.btnExit.BackColor = System.Drawing.Color.Transparent; this.btnExit.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_exit; this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnExit.FlatAppearance.BorderSize = 0; this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExit.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.btnExit.Location = new System.Drawing.Point(498, 5); this.btnExit.Margin = new System.Windows.Forms.Padding(0); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(20, 20); this.btnExit.TabIndex = 2; this.btnExit.UseVisualStyleBackColor = false; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // label3 // this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(10, 5); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(155, 23); this.label3.TabIndex = 0; this.label3.Text = "数据管理"; // // DataBackupDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(533, 394); this.ControlBox = false; this.Controls.Add(this.panel2); this.Controls.Add(this.button1); this.Controls.Add(this.btn_cancle); this.Controls.Add(this.btn_save); this.Controls.Add(this.textBoxX1); this.Controls.Add(this.panel1); this.Controls.Add(this.labelX1); this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "DataBackupDlg"; this.Text = "数据管理"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RadioButton rdDataBackup; private System.Windows.Forms.RadioButton rdDataRecover; private System.Windows.Forms.Panel panel1; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1; private RoundButton btn_save; private RoundButton btn_cancle; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Label label3; } }