namespace 开发辅助工具.Manager
{
    partial class FrmAddTools
    {
        /// <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.label1 = new System.Windows.Forms.Label();
            this.TxtName = new ryControls.TextBoxEx2();
            this.TxtToolAddr = new ryControls.TextBoxEx2();
            this.label2 = new System.Windows.Forms.Label();
            this.TxtToolDes = new ryControls.TextBoxEx2();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.TxtKeys = new ryControls.TextBoxEx2();
            this.btnCancel = new ryControls.ButtonEx();
            this.btnOK = new ryControls.ButtonEx();
            this.label5 = new System.Windows.Forms.Label();
            this.numericUpDownEx1 = new ryControls.NumericUpDownEx();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownEx1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(14, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "工具名称";
            // 
            // TxtName
            // 
            this.TxtName.BackColor = System.Drawing.Color.White;
            this.TxtName.EmptyText = "";
            this.TxtName.Location = new System.Drawing.Point(14, 27);
            this.TxtName.MaxLength = 999999999;
            this.TxtName.Multiline = false;
            this.TxtName.Name = "TxtName";
            this.TxtName.OnlyNumeric = false;
            this.TxtName.PasswordChar = '\0';
            this.TxtName.ReadOnly = false;
            this.TxtName.SelectedText = "";
            this.TxtName.SelectionLength = 0;
            this.TxtName.SelectionStart = 0;
            this.TxtName.Size = new System.Drawing.Size(344, 24);
            this.TxtName.TabIndex = 1;
            this.TxtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtName.ToolTip = "";
            // 
            // TxtToolAddr
            // 
            this.TxtToolAddr.BackColor = System.Drawing.Color.White;
            this.TxtToolAddr.EmptyText = "";
            this.TxtToolAddr.Location = new System.Drawing.Point(16, 74);
            this.TxtToolAddr.MaxLength = 999999999;
            this.TxtToolAddr.Multiline = false;
            this.TxtToolAddr.Name = "TxtToolAddr";
            this.TxtToolAddr.OnlyNumeric = false;
            this.TxtToolAddr.PasswordChar = '\0';
            this.TxtToolAddr.ReadOnly = false;
            this.TxtToolAddr.SelectedText = "";
            this.TxtToolAddr.SelectionLength = 0;
            this.TxtToolAddr.SelectionStart = 0;
            this.TxtToolAddr.Size = new System.Drawing.Size(430, 24);
            this.TxtToolAddr.TabIndex = 3;
            this.TxtToolAddr.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtToolAddr.ToolTip = "";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(16, 56);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "工具地址";
            // 
            // TxtToolDes
            // 
            this.TxtToolDes.BackColor = System.Drawing.Color.White;
            this.TxtToolDes.EmptyText = "";
            this.TxtToolDes.Location = new System.Drawing.Point(16, 118);
            this.TxtToolDes.MaxLength = 999999999;
            this.TxtToolDes.Multiline = false;
            this.TxtToolDes.Name = "TxtToolDes";
            this.TxtToolDes.OnlyNumeric = false;
            this.TxtToolDes.PasswordChar = '\0';
            this.TxtToolDes.ReadOnly = false;
            this.TxtToolDes.SelectedText = "";
            this.TxtToolDes.SelectionLength = 0;
            this.TxtToolDes.SelectionStart = 0;
            this.TxtToolDes.Size = new System.Drawing.Size(430, 24);
            this.TxtToolDes.TabIndex = 5;
            this.TxtToolDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtToolDes.ToolTip = "";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(16, 100);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "工具备注";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(16, 145);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "关键词";
            // 
            // TxtKeys
            // 
            this.TxtKeys.BackColor = System.Drawing.Color.White;
            this.TxtKeys.EmptyText = "";
            this.TxtKeys.Location = new System.Drawing.Point(16, 160);
            this.TxtKeys.MaxLength = 999999999;
            this.TxtKeys.Multiline = false;
            this.TxtKeys.Name = "TxtKeys";
            this.TxtKeys.OnlyNumeric = false;
            this.TxtKeys.PasswordChar = '\0';
            this.TxtKeys.ReadOnly = false;
            this.TxtKeys.SelectedText = "";
            this.TxtKeys.SelectionLength = 0;
            this.TxtKeys.SelectionStart = 0;
            this.TxtKeys.Size = new System.Drawing.Size(430, 24);
            this.TxtKeys.TabIndex = 7;
            this.TxtKeys.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtKeys.ToolTip = "";
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.ForeColor = System.Drawing.Color.White;
            this.btnCancel.Location = new System.Drawing.Point(383, 323);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(65, 27);
            this.btnCancel.TabIndex = 9;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // btnOK
            // 
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOK.ForeColor = System.Drawing.Color.White;
            this.btnOK.Location = new System.Drawing.Point(312, 323);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(65, 27);
            this.btnOK.TabIndex = 8;
            this.btnOK.Text = "确定";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(362, 9);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 10;
            this.label5.Text = "排序";
            // 
            // numericUpDownEx1
            // 
            this.numericUpDownEx1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.numericUpDownEx1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.numericUpDownEx1.Location = new System.Drawing.Point(364, 28);
            this.numericUpDownEx1.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
            this.numericUpDownEx1.Name = "numericUpDownEx1";
            this.numericUpDownEx1.Size = new System.Drawing.Size(81, 22);
            this.numericUpDownEx1.TabIndex = 11;
            // 
            // FrmAddTools
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(456, 362);
            this.Controls.Add(this.numericUpDownEx1);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.TxtKeys);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.TxtToolDes);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.TxtToolAddr);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.TxtName);
            this.Controls.Add(this.label1);
            this.Name = "FrmAddTools";
            this.Text = "添加工具";
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownEx1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private ryControls.TextBoxEx2 TxtName;
        private ryControls.TextBoxEx2 TxtToolAddr;
        private System.Windows.Forms.Label label2;
        private ryControls.TextBoxEx2 TxtToolDes;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private ryControls.TextBoxEx2 TxtKeys;
        private ryControls.ButtonEx btnCancel;
        private ryControls.ButtonEx btnOK;
        private System.Windows.Forms.Label label5;
        private ryControls.NumericUpDownEx numericUpDownEx1;
    }
}