FrmSubstring.Designer.cs 13.0 KB
namespace CodeSplice
{
    partial class FrmSubstring
    {
        /// <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.flatLabel3 = new Asa.Theme.FlatLabel();
            this.flatLabel2 = new Asa.Theme.FlatLabel();
            this.flatLabel1 = new Asa.Theme.FlatLabel();
            this.TxtType = new Asa.Theme.FlatText();
            this.flatNumberBox2 = new Asa.Theme.FlatNumberBox();
            this.flatNumberBox1 = new Asa.Theme.FlatNumberBox();
            this.BtnAllShow = new Asa.Theme.FlatButton();
            this.BtnYes = new Asa.Theme.FlatButton();
            this.BtnNo = new Asa.Theme.FlatButton();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.flowLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // flatLabel3
            // 
            this.flatLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatLabel3.Font = new System.Drawing.Font("宋体", 12F);
            this.flatLabel3.Inside = false;
            this.flatLabel3.Location = new System.Drawing.Point(15, 51);
            this.flatLabel3.Name = "flatLabel3";
            this.flatLabel3.Size = new System.Drawing.Size(53, 50);
            this.flatLabel3.TabIndex = 43;
            this.flatLabel3.Text = "类型";
            // 
            // flatLabel2
            // 
            this.flatLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatLabel2.Font = new System.Drawing.Font("宋体", 12F);
            this.flatLabel2.Inside = false;
            this.flatLabel2.Location = new System.Drawing.Point(222, 153);
            this.flatLabel2.Name = "flatLabel2";
            this.flatLabel2.Size = new System.Drawing.Size(53, 50);
            this.flatLabel2.TabIndex = 42;
            this.flatLabel2.Text = "长度";
            // 
            // flatLabel1
            // 
            this.flatLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatLabel1.Font = new System.Drawing.Font("宋体", 12F);
            this.flatLabel1.Inside = false;
            this.flatLabel1.Location = new System.Drawing.Point(15, 153);
            this.flatLabel1.Name = "flatLabel1";
            this.flatLabel1.Size = new System.Drawing.Size(53, 50);
            this.flatLabel1.TabIndex = 41;
            this.flatLabel1.Text = "起始";
            // 
            // TxtType
            // 
            this.TxtType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.TxtType.Font = new System.Drawing.Font("宋体", 12F);
            this.TxtType.Inside = false;
            this.TxtType.Location = new System.Drawing.Point(74, 51);
            this.TxtType.Name = "TxtType";
            this.TxtType.Size = new System.Drawing.Size(141, 50);
            this.TxtType.TabIndex = 40;
            // 
            // flatNumberBox2
            // 
            this.flatNumberBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatNumberBox2.Font = new System.Drawing.Font("宋体", 12F);
            this.flatNumberBox2.Increment = 1F;
            this.flatNumberBox2.Inside = false;
            this.flatNumberBox2.Location = new System.Drawing.Point(281, 153);
            this.flatNumberBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.flatNumberBox2.Maximum = 200F;
            this.flatNumberBox2.Minimum = 1F;
            this.flatNumberBox2.Name = "flatNumberBox2";
            this.flatNumberBox2.Size = new System.Drawing.Size(141, 50);
            this.flatNumberBox2.TabIndex = 39;
            this.flatNumberBox2.Value = 1F;
            this.flatNumberBox2.ValueChanged += new Asa.Theme.FlatNumberBox.ValueEvent(this.FlatNumberBox2_ValueChanged);
            // 
            // flatNumberBox1
            // 
            this.flatNumberBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatNumberBox1.Font = new System.Drawing.Font("宋体", 12F);
            this.flatNumberBox1.Increment = 1F;
            this.flatNumberBox1.Inside = false;
            this.flatNumberBox1.Location = new System.Drawing.Point(74, 153);
            this.flatNumberBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.flatNumberBox1.Maximum = 100F;
            this.flatNumberBox1.Minimum = 0F;
            this.flatNumberBox1.Name = "flatNumberBox1";
            this.flatNumberBox1.Size = new System.Drawing.Size(141, 50);
            this.flatNumberBox1.TabIndex = 38;
            this.flatNumberBox1.Value = 0F;
            this.flatNumberBox1.ValueChanged += new Asa.Theme.FlatNumberBox.ValueEvent(this.FlatNumberBox1_ValueChanged);
            // 
            // BtnAllShow
            // 
            this.BtnAllShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnAllShow.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnAllShow.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnAllShow.Inside = false;
            this.BtnAllShow.Location = new System.Drawing.Point(74, 210);
            this.BtnAllShow.Name = "BtnAllShow";
            this.BtnAllShow.Size = new System.Drawing.Size(141, 50);
            this.BtnAllShow.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnAllShow.TabIndex = 37;
            this.BtnAllShow.Text = "全部显示";
            this.BtnAllShow.Click += new System.EventHandler(this.BtnAllShow_Click);
            // 
            // BtnYes
            // 
            this.BtnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnYes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnYes.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnYes.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnYes.Inside = false;
            this.BtnYes.Location = new System.Drawing.Point(255, 274);
            this.BtnYes.Name = "BtnYes";
            this.BtnYes.Size = new System.Drawing.Size(80, 40);
            this.BtnYes.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnYes.TabIndex = 45;
            this.BtnYes.Text = "确定";
            this.BtnYes.Click += new System.EventHandler(this.BtnYes_Click);
            // 
            // BtnNo
            // 
            this.BtnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnNo.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnNo.Inside = false;
            this.BtnNo.Location = new System.Drawing.Point(341, 274);
            this.BtnNo.Name = "BtnNo";
            this.BtnNo.Size = new System.Drawing.Size(80, 40);
            this.BtnNo.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnNo.TabIndex = 46;
            this.BtnNo.Text = "取消";
            this.BtnNo.Click += new System.EventHandler(this.BtnNo_Click);
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.label1);
            this.flowLayoutPanel1.Controls.Add(this.label2);
            this.flowLayoutPanel1.Controls.Add(this.label3);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(15, 107);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 6, 0, 0);
            this.flowLayoutPanel1.Size = new System.Drawing.Size(406, 39);
            this.flowLayoutPanel1.TabIndex = 48;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 14F);
            this.label1.ForeColor = System.Drawing.Color.Gray;
            this.label1.Location = new System.Drawing.Point(3, 6);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(69, 19);
            this.label1.TabIndex = 0;
            this.label1.Text = "label1";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 14F);
            this.label2.ForeColor = System.Drawing.Color.White;
            this.label2.Location = new System.Drawing.Point(78, 6);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(69, 19);
            this.label2.TabIndex = 1;
            this.label2.Text = "label2";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 14F);
            this.label3.ForeColor = System.Drawing.Color.Gray;
            this.label3.Location = new System.Drawing.Point(153, 6);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(69, 19);
            this.label3.TabIndex = 2;
            this.label3.Text = "label3";
            // 
            // FrmSubstring
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(436, 329);
            this.Controls.Add(this.flowLayoutPanel1);
            this.Controls.Add(this.BtnNo);
            this.Controls.Add(this.BtnYes);
            this.Controls.Add(this.flatLabel3);
            this.Controls.Add(this.flatLabel2);
            this.Controls.Add(this.flatLabel1);
            this.Controls.Add(this.TxtType);
            this.Controls.Add(this.flatNumberBox2);
            this.Controls.Add(this.flatNumberBox1);
            this.Controls.Add(this.BtnAllShow);
            this.Location = new System.Drawing.Point(0, 0);
            this.Minimized = false;
            this.Name = "FrmSubstring";
            this.Padding = new System.Windows.Forms.Padding(6, 48, 6, 6);
            this.Text = "截取";
            this.TextCenter = true;
            this.TitleFont = new System.Drawing.Font("宋体", 16F);
            this.TitleHeight = 42;
            this.TopMost = true;
            this.Load += new System.EventHandler(this.FrmSubstring_Load);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion
        private Asa.Theme.FlatLabel flatLabel3;
        private Asa.Theme.FlatLabel flatLabel2;
        private Asa.Theme.FlatLabel flatLabel1;
        private Asa.Theme.FlatText TxtType;
        private Asa.Theme.FlatNumberBox flatNumberBox2;
        private Asa.Theme.FlatNumberBox flatNumberBox1;
        private Asa.Theme.FlatButton BtnAllShow;
        private Asa.Theme.FlatButton BtnYes;
        private Asa.Theme.FlatButton BtnNo;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
    }
}