FrmCodeText.Designer.cs 11.2 KB
namespace CodeSplicing
{
    partial class FrmCodeText
    {
        /// <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.lblText1 = new System.Windows.Forms.Label();
            this.CboField = new System.Windows.Forms.ComboBox();
            this.BtnOK = new System.Windows.Forms.Button();
            this.NudStart = new System.Windows.Forms.NumericUpDown();
            this.NudLen = new System.Windows.Forms.NumericUpDown();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.lblText2 = new System.Windows.Forms.Label();
            this.lblText3 = new System.Windows.Forms.Label();
            this.BtnAll = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.NudStart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudLen)).BeginInit();
            this.flowLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblText1
            // 
            this.lblText1.AutoSize = true;
            this.lblText1.Font = new System.Drawing.Font("微软雅黑", 14F);
            this.lblText1.ForeColor = System.Drawing.Color.DarkGray;
            this.lblText1.Location = new System.Drawing.Point(3, 3);
            this.lblText1.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.lblText1.Name = "lblText1";
            this.lblText1.Size = new System.Drawing.Size(67, 25);
            this.lblText1.TabIndex = 0;
            this.lblText1.Text = "label1";
            // 
            // CboField
            // 
            this.CboField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboField.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.CboField.FormattingEnabled = true;
            this.CboField.Location = new System.Drawing.Point(12, 78);
            this.CboField.Name = "CboField";
            this.CboField.Size = new System.Drawing.Size(120, 29);
            this.CboField.TabIndex = 1;
            this.CboField.SelectedIndexChanged += new System.EventHandler(this.CboField_SelectedIndexChanged);
            // 
            // BtnOK
            // 
            this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnOK.Location = new System.Drawing.Point(273, 192);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Size = new System.Drawing.Size(100, 30);
            this.BtnOK.TabIndex = 4;
            this.BtnOK.Text = "确定";
            this.BtnOK.UseVisualStyleBackColor = true;
            this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // NudStart
            // 
            this.NudStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.NudStart.Location = new System.Drawing.Point(12, 140);
            this.NudStart.Name = "NudStart";
            this.NudStart.Size = new System.Drawing.Size(120, 29);
            this.NudStart.TabIndex = 5;
            this.NudStart.ValueChanged += new System.EventHandler(this.NudStart_ValueChanged);
            // 
            // NudLen
            // 
            this.NudLen.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.NudLen.Location = new System.Drawing.Point(144, 140);
            this.NudLen.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.NudLen.Name = "NudLen";
            this.NudLen.Size = new System.Drawing.Size(120, 29);
            this.NudLen.TabIndex = 6;
            this.NudLen.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.NudLen.ValueChanged += new System.EventHandler(this.NudLen_ValueChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(11, 113);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(42, 21);
            this.label2.TabIndex = 7;
            this.label2.Text = "起始";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(143, 113);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(42, 21);
            this.label3.TabIndex = 8;
            this.label3.Text = "长度";
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.flowLayoutPanel1.Controls.Add(this.lblText1);
            this.flowLayoutPanel1.Controls.Add(this.lblText2);
            this.flowLayoutPanel1.Controls.Add(this.lblText3);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 12);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(361, 32);
            this.flowLayoutPanel1.TabIndex = 9;
            // 
            // lblText2
            // 
            this.lblText2.AutoSize = true;
            this.lblText2.Font = new System.Drawing.Font("微软雅黑", 14F);
            this.lblText2.Location = new System.Drawing.Point(70, 3);
            this.lblText2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.lblText2.Name = "lblText2";
            this.lblText2.Size = new System.Drawing.Size(67, 25);
            this.lblText2.TabIndex = 1;
            this.lblText2.Text = "label4";
            // 
            // lblText3
            // 
            this.lblText3.AutoSize = true;
            this.lblText3.Font = new System.Drawing.Font("微软雅黑", 14F);
            this.lblText3.ForeColor = System.Drawing.Color.DarkGray;
            this.lblText3.Location = new System.Drawing.Point(137, 3);
            this.lblText3.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
            this.lblText3.Name = "lblText3";
            this.lblText3.Size = new System.Drawing.Size(67, 25);
            this.lblText3.TabIndex = 2;
            this.lblText3.Text = "label5";
            // 
            // BtnAll
            // 
            this.BtnAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnAll.Location = new System.Drawing.Point(273, 140);
            this.BtnAll.Name = "BtnAll";
            this.BtnAll.Size = new System.Drawing.Size(100, 30);
            this.BtnAll.TabIndex = 10;
            this.BtnAll.Text = "全部显示";
            this.BtnAll.UseVisualStyleBackColor = true;
            this.BtnAll.Click += new System.EventHandler(this.BtnAll_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(11, 51);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(42, 21);
            this.label1.TabIndex = 11;
            this.label1.Text = "类型";
            // 
            // FrmCodeText
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Info;
            this.ClientSize = new System.Drawing.Size(385, 234);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.BtnAll);
            this.Controls.Add(this.flowLayoutPanel1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.NudLen);
            this.Controls.Add(this.NudStart);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.CboField);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmCodeText";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Load += new System.EventHandler(this.FrmCodeText_Load);
            ((System.ComponentModel.ISupportInitialize)(this.NudStart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudLen)).EndInit();
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblText1;
        private System.Windows.Forms.ComboBox CboField;
        private System.Windows.Forms.Button BtnOK;
        private System.Windows.Forms.NumericUpDown NudStart;
        private System.Windows.Forms.NumericUpDown NudLen;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
        private System.Windows.Forms.Label lblText2;
        private System.Windows.Forms.Label lblText3;
        private System.Windows.Forms.Button BtnAll;
        private System.Windows.Forms.Label label1;
    }
}