Newer
Older
EMS_REFACTOR / FrmBACKORACLE.Designer.cs
nn-203 on 26 Jul 2017 4 KB first commit
using System.ComponentModel;
using System.Windows.Forms;

namespace Cyberpipe
{
    partial class FrmBACKORACLE
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private 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.textBox1 = new System.Windows.Forms.TextBox();
            this.buttonBackOracle = new System.Windows.Forms.Button();
            this.buttonclose = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.textBoxDirectoryPath = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(12, 49);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox1.Size = new System.Drawing.Size(351, 254);
            this.textBox1.TabIndex = 20;
            // 
            // buttonBackOracle
            // 
            this.buttonBackOracle.Location = new System.Drawing.Point(53, 309);
            this.buttonBackOracle.Name = "buttonBackOracle";
            this.buttonBackOracle.Size = new System.Drawing.Size(61, 30);
            this.buttonBackOracle.TabIndex = 21;
            this.buttonBackOracle.Text = "备份";
            this.buttonBackOracle.UseVisualStyleBackColor = true;
            this.buttonBackOracle.Click += new System.EventHandler(this.button1_Click);
            // 
            // buttonclose
            // 
            this.buttonclose.Location = new System.Drawing.Point(238, 309);
            this.buttonclose.Name = "buttonclose";
            this.buttonclose.Size = new System.Drawing.Size(61, 30);
            this.buttonclose.TabIndex = 22;
            this.buttonclose.Text = "关闭";
            this.buttonclose.UseVisualStyleBackColor = true;
            this.buttonclose.Click += new System.EventHandler(this.buttonclose_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(29, 15);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 18;
            this.label5.Text = "备份目录:";
            // 
            // textBoxDirectoryPath
            // 
            this.textBoxDirectoryPath.Enabled = false;
            this.textBoxDirectoryPath.Location = new System.Drawing.Point(116, 12);
            this.textBoxDirectoryPath.Name = "textBoxDirectoryPath";
            this.textBoxDirectoryPath.Size = new System.Drawing.Size(196, 21);
            this.textBoxDirectoryPath.TabIndex = 19;
            this.textBoxDirectoryPath.Text = "D:\\";
            // 
            // FrmBACKORACLE
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(378, 353);
            this.Controls.Add(this.buttonclose);
            this.Controls.Add(this.buttonBackOracle);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.textBoxDirectoryPath);
            this.Controls.Add(this.label5);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "FrmBACKORACLE";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ORACLE备份";
            this.Load += new System.EventHandler(this.FrmBACKORACLE_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private TextBox textBox1;
        private Button buttonBackOracle;
        private Button buttonclose;
        private Label label5;
        private TextBox textBoxDirectoryPath;
    }
}