CapDemo.GUI.EditCatalogue.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditCatalogue));
            this.btn_SaveEditCatalogue = new System.Windows.Forms.Button();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.lbl1 = new System.Windows.Forms.Label();
            this.btn_CancelEditCatalogue = new System.Windows.Forms.Button();
            this.txt_NameCatalogue = new System.Windows.Forms.TextBox();
            this.lbl2 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // btn_SaveEditCatalogue
            // 
            this.btn_SaveEditCatalogue.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.btn_SaveEditCatalogue.BackColor = System.Drawing.Color.White;
            this.btn_SaveEditCatalogue.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btn_SaveEditCatalogue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_SaveEditCatalogue.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_SaveEditCatalogue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.btn_SaveEditCatalogue.ImageIndex = 0;
            this.btn_SaveEditCatalogue.ImageList = this.imageList1;
            this.btn_SaveEditCatalogue.Location = new System.Drawing.Point(158, 152);
            this.btn_SaveEditCatalogue.Name = "btn_SaveEditCatalogue";
            this.btn_SaveEditCatalogue.Size = new System.Drawing.Size(90, 30);
            this.btn_SaveEditCatalogue.TabIndex = 44;
            this.btn_SaveEditCatalogue.Text = "Lưu";
            this.btn_SaveEditCatalogue.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btn_SaveEditCatalogue.UseVisualStyleBackColor = false;
            this.btn_SaveEditCatalogue.Click += new System.EventHandler(this.btn_SaveEditCatalogue_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, "save-512.png");
            this.imageList1.Images.SetKeyName(1, "Cancel.png");
            // 
            // lbl1
            // 
            this.lbl1.AutoSize = true;
            this.lbl1.BackColor = System.Drawing.Color.Transparent;
            this.lbl1.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl1.ForeColor = System.Drawing.Color.White;
            this.lbl1.Location = new System.Drawing.Point(16, 16);
            this.lbl1.Name = "lbl1";
            this.lbl1.Size = new System.Drawing.Size(212, 25);
            this.lbl1.TabIndex = 40;
            this.lbl1.Text = "Chỉnh sửa chủ đề";
            // 
            // btn_CancelEditCatalogue
            // 
            this.btn_CancelEditCatalogue.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.btn_CancelEditCatalogue.BackColor = System.Drawing.Color.White;
            this.btn_CancelEditCatalogue.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btn_CancelEditCatalogue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_CancelEditCatalogue.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_CancelEditCatalogue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.btn_CancelEditCatalogue.ImageIndex = 1;
            this.btn_CancelEditCatalogue.ImageList = this.imageList1;
            this.btn_CancelEditCatalogue.Location = new System.Drawing.Point(267, 152);
            this.btn_CancelEditCatalogue.Name = "btn_CancelEditCatalogue";
            this.btn_CancelEditCatalogue.Size = new System.Drawing.Size(90, 30);
            this.btn_CancelEditCatalogue.TabIndex = 43;
            this.btn_CancelEditCatalogue.Text = "Hủy";
            this.btn_CancelEditCatalogue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btn_CancelEditCatalogue.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btn_CancelEditCatalogue.UseVisualStyleBackColor = false;
            this.btn_CancelEditCatalogue.Click += new System.EventHandler(this.btn_CancelEditCatalogue_Click);
            // 
            // txt_NameCatalogue
            // 
            this.txt_NameCatalogue.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.txt_NameCatalogue.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txt_NameCatalogue.Location = new System.Drawing.Point(21, 90);
            this.txt_NameCatalogue.Name = "txt_NameCatalogue";
            this.txt_NameCatalogue.Size = new System.Drawing.Size(336, 23);
            this.txt_NameCatalogue.TabIndex = 42;
            this.txt_NameCatalogue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_NameCatalogue_KeyDown);
            // 
            // lbl2
            // 
            this.lbl2.AutoSize = true;
            this.lbl2.BackColor = System.Drawing.Color.Transparent;
            this.lbl2.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl2.ForeColor = System.Drawing.Color.White;
            this.lbl2.Location = new System.Drawing.Point(18, 70);
            this.lbl2.Name = "lbl2";
            this.lbl2.Size = new System.Drawing.Size(86, 16);
            this.lbl2.TabIndex = 41;
            this.lbl2.Text = "Tên chủ đề";
            // 
            // EditCatalogue
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.SteelBlue;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(377, 194);
            this.Controls.Add(this.btn_SaveEditCatalogue);
            this.Controls.Add(this.lbl1);
            this.Controls.Add(this.btn_CancelEditCatalogue);
            this.Controls.Add(this.txt_NameCatalogue);
            this.Controls.Add(this.lbl2);
            this.DoubleBuffered = true;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "EditCatalogue";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Chỉnh sửa chủ đề";
            this.Load += new System.EventHandler(this.EditCatalogue_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }