CapDemo.GUI.User_Controls.Phase_Setting.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Phase_Setting));
            this.btn_AddPhase = new System.Windows.Forms.Button();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.flp_Phase = new System.Windows.Forms.FlowLayoutPanel();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // btn_AddPhase
            // 
            this.btn_AddPhase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.btn_AddPhase.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_AddPhase.ForeColor = System.Drawing.Color.Navy;
            this.btn_AddPhase.ImageIndex = 0;
            this.btn_AddPhase.ImageList = this.imageList1;
            this.btn_AddPhase.Location = new System.Drawing.Point(20, 18);
            this.btn_AddPhase.Name = "btn_AddPhase";
            this.btn_AddPhase.Size = new System.Drawing.Size(200, 35);
            this.btn_AddPhase.TabIndex = 0;
            this.btn_AddPhase.Text = "+ Thêm giai đoạn";
            this.btn_AddPhase.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btn_AddPhase.UseVisualStyleBackColor = false;
            this.btn_AddPhase.Click += new System.EventHandler(this.btn_AddPhase_Click);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "add.png");
            // 
            // flp_Phase
            // 
            this.flp_Phase.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.flp_Phase.AutoScroll = true;
            this.flp_Phase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.flp_Phase.Location = new System.Drawing.Point(20, 60);
            this.flp_Phase.Name = "flp_Phase";
            this.flp_Phase.Size = new System.Drawing.Size(707, 401);
            this.flp_Phase.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.OrangeRed;
            this.label1.Location = new System.Drawing.Point(17, 464);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(548, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "* Chỉ thêm tối đa được 5 giai đoạn. Giai đoạn \"Quản Lý\" Phải có số thứ tự nhỏ hơn" +
    " 0.";
            // 
            // Phase_Setting
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label1);
            this.Controls.Add(this.flp_Phase);
            this.Controls.Add(this.btn_AddPhase);
            this.Name = "Phase_Setting";
            this.Size = new System.Drawing.Size(748, 480);
            this.Load += new System.EventHandler(this.Phase_Setting_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }