BKI_DichVuMatDat.DanhMuc.F104_dm_loai_hop_dong_de.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F104_dm_loai_hop_dong_de));
            this.panel1 = new System.Windows.Forms.Panel();
            this.m_lbl_header = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.m_cmd_save = new DevExpress.XtraEditors.SimpleButton();
            this.m_cmd_cancel = new DevExpress.XtraEditors.SimpleButton();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panel3 = new System.Windows.Forms.Panel();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.panel7 = new System.Windows.Forms.Panel();
            this.m_lbl_lcd = new System.Windows.Forms.Label();
            this.m_rbtn_lcd_no = new System.Windows.Forms.RadioButton();
            this.m_rbtn_lcd_yes = new System.Windows.Forms.RadioButton();
            this.panel5 = new System.Windows.Forms.Panel();
            this.m_lbl_hs_lns = new System.Windows.Forms.Label();
            this.m_rbtn_hs_lns_no = new System.Windows.Forms.RadioButton();
            this.m_rbtn_hs_lns_yes = new System.Windows.Forms.RadioButton();
            this.panel4 = new System.Windows.Forms.Panel();
            this.m_lbl_an_ca_yn = new System.Windows.Forms.Label();
            this.m_rbtn_an_ca_no = new System.Windows.Forms.RadioButton();
            this.m_rbtn_an_ca_yes = new System.Windows.Forms.RadioButton();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.m_lbl_so_tien = new System.Windows.Forms.Label();
            this.m_lbl_ti_le = new System.Windows.Forms.Label();
            this.m_lbl_ten_loai_hop_dong = new System.Windows.Forms.Label();
            this.m_lbl_ma_loai_hop_dong = new System.Windows.Forms.Label();
            this.m_txt_so_tien = new System.Windows.Forms.TextBox();
            this.m_txt_ti_le = new System.Windows.Forms.TextBox();
            this.m_txt_ten_loai_hop_dong = new System.Windows.Forms.TextBox();
            this.m_txt_ma_loai_hop_dong = new System.Windows.Forms.TextBox();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            this.panel7.SuspendLayout();
            this.panel5.SuspendLayout();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.m_lbl_header);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(540, 45);
            this.panel1.TabIndex = 0;
            // 
            // m_lbl_header
            // 
            this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
            this.m_lbl_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
            this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
            this.m_lbl_header.Name = "m_lbl_header";
            this.m_lbl_header.Size = new System.Drawing.Size(540, 44);
            this.m_lbl_header.TabIndex = 2;
            this.m_lbl_header.Text = "QUẢN LÝ VỊ TRÍ CÔNG TÁC";
            this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.m_cmd_save);
            this.panel2.Controls.Add(this.m_cmd_cancel);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 202);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(540, 36);
            this.panel2.TabIndex = 2;
            // 
            // m_cmd_save
            // 
            this.m_cmd_save.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_save.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_save.Image")));
            this.m_cmd_save.Location = new System.Drawing.Point(308, 0);
            this.m_cmd_save.Name = "m_cmd_save";
            this.m_cmd_save.Size = new System.Drawing.Size(116, 36);
            this.m_cmd_save.TabIndex = 28;
            this.m_cmd_save.Text = "&Lưu";
            this.m_cmd_save.Click += new System.EventHandler(this.m_cmd_save_Click);
            // 
            // m_cmd_cancel
            // 
            this.m_cmd_cancel.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_cancel.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_cancel.Image")));
            this.m_cmd_cancel.Location = new System.Drawing.Point(424, 0);
            this.m_cmd_cancel.Name = "m_cmd_cancel";
            this.m_cmd_cancel.Size = new System.Drawing.Size(116, 36);
            this.m_cmd_cancel.TabIndex = 27;
            this.m_cmd_cancel.Text = "&Thoát";
            this.m_cmd_cancel.Visible = false;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, "");
            this.imageList1.Images.SetKeyName(2, "");
            this.imageList1.Images.SetKeyName(3, "");
            this.imageList1.Images.SetKeyName(4, "");
            this.imageList1.Images.SetKeyName(5, "");
            this.imageList1.Images.SetKeyName(6, "");
            this.imageList1.Images.SetKeyName(7, "");
            this.imageList1.Images.SetKeyName(8, "");
            this.imageList1.Images.SetKeyName(9, "");
            this.imageList1.Images.SetKeyName(10, "");
            this.imageList1.Images.SetKeyName(11, "");
            this.imageList1.Images.SetKeyName(12, "");
            this.imageList1.Images.SetKeyName(13, "");
            this.imageList1.Images.SetKeyName(14, "");
            this.imageList1.Images.SetKeyName(15, "");
            this.imageList1.Images.SetKeyName(16, "");
            this.imageList1.Images.SetKeyName(17, "");
            this.imageList1.Images.SetKeyName(18, "");
            this.imageList1.Images.SetKeyName(19, "");
            this.imageList1.Images.SetKeyName(20, "");
            this.imageList1.Images.SetKeyName(21, "");
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.groupControl2);
            this.panel3.Controls.Add(this.groupControl1);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 45);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(540, 157);
            this.panel3.TabIndex = 2;
            // 
            // groupControl2
            // 
            this.groupControl2.Controls.Add(this.panel7);
            this.groupControl2.Controls.Add(this.panel5);
            this.groupControl2.Controls.Add(this.panel4);
            this.groupControl2.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupControl2.Location = new System.Drawing.Point(339, 0);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(200, 157);
            this.groupControl2.TabIndex = 1;
            this.groupControl2.Text = "THÔNG TIN CHẾ ĐỘ";
            // 
            // panel7
            // 
            this.panel7.Controls.Add(this.m_lbl_lcd);
            this.panel7.Controls.Add(this.m_rbtn_lcd_no);
            this.panel7.Controls.Add(this.m_rbtn_lcd_yes);
            this.panel7.Location = new System.Drawing.Point(5, 119);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(190, 24);
            this.panel7.TabIndex = 2;
            // 
            // m_lbl_lcd
            // 
            this.m_lbl_lcd.AutoSize = true;
            this.m_lbl_lcd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_lbl_lcd.Location = new System.Drawing.Point(19, 7);
            this.m_lbl_lcd.Name = "m_lbl_lcd";
            this.m_lbl_lcd.Size = new System.Drawing.Size(28, 13);
            this.m_lbl_lcd.TabIndex = 0;
            this.m_lbl_lcd.Text = "LCD";
            // 
            // m_rbtn_lcd_no
            // 
            this.m_rbtn_lcd_no.AutoSize = true;
            this.m_rbtn_lcd_no.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_rbtn_lcd_no.Location = new System.Drawing.Point(143, 5);
            this.m_rbtn_lcd_no.Name = "m_rbtn_lcd_no";
            this.m_rbtn_lcd_no.Size = new System.Drawing.Size(39, 17);
            this.m_rbtn_lcd_no.TabIndex = 2;
            this.m_rbtn_lcd_no.TabStop = true;
            this.m_rbtn_lcd_no.Text = "No";
            this.m_rbtn_lcd_no.UseVisualStyleBackColor = true;
            // 
            // m_rbtn_lcd_yes
            // 
            this.m_rbtn_lcd_yes.AutoSize = true;
            this.m_rbtn_lcd_yes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_rbtn_lcd_yes.Location = new System.Drawing.Point(82, 5);
            this.m_rbtn_lcd_yes.Name = "m_rbtn_lcd_yes";
            this.m_rbtn_lcd_yes.Size = new System.Drawing.Size(43, 17);
            this.m_rbtn_lcd_yes.TabIndex = 1;
            this.m_rbtn_lcd_yes.TabStop = true;
            this.m_rbtn_lcd_yes.Text = "Yes";
            this.m_rbtn_lcd_yes.UseVisualStyleBackColor = true;
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.m_lbl_hs_lns);
            this.panel5.Controls.Add(this.m_rbtn_hs_lns_no);
            this.panel5.Controls.Add(this.m_rbtn_hs_lns_yes);
            this.panel5.Location = new System.Drawing.Point(5, 92);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(190, 25);
            this.panel5.TabIndex = 1;
            // 
            // m_lbl_hs_lns
            // 
            this.m_lbl_hs_lns.AutoSize = true;
            this.m_lbl_hs_lns.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_lbl_hs_lns.Location = new System.Drawing.Point(19, 7);
            this.m_lbl_hs_lns.Name = "m_lbl_hs_lns";
            this.m_lbl_hs_lns.Size = new System.Drawing.Size(46, 13);
            this.m_lbl_hs_lns.TabIndex = 0;
            this.m_lbl_hs_lns.Text = "HS LNS";
            // 
            // m_rbtn_hs_lns_no
            // 
            this.m_rbtn_hs_lns_no.AutoSize = true;
            this.m_rbtn_hs_lns_no.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_rbtn_hs_lns_no.Location = new System.Drawing.Point(143, 5);
            this.m_rbtn_hs_lns_no.Name = "m_rbtn_hs_lns_no";
            this.m_rbtn_hs_lns_no.Size = new System.Drawing.Size(39, 17);
            this.m_rbtn_hs_lns_no.TabIndex = 2;
            this.m_rbtn_hs_lns_no.TabStop = true;
            this.m_rbtn_hs_lns_no.Text = "No";
            this.m_rbtn_hs_lns_no.UseVisualStyleBackColor = true;
            // 
            // m_rbtn_hs_lns_yes
            // 
            this.m_rbtn_hs_lns_yes.AutoSize = true;
            this.m_rbtn_hs_lns_yes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_rbtn_hs_lns_yes.Location = new System.Drawing.Point(82, 5);
            this.m_rbtn_hs_lns_yes.Name = "m_rbtn_hs_lns_yes";
            this.m_rbtn_hs_lns_yes.Size = new System.Drawing.Size(43, 17);
            this.m_rbtn_hs_lns_yes.TabIndex = 1;
            this.m_rbtn_hs_lns_yes.TabStop = true;
            this.m_rbtn_hs_lns_yes.Text = "Yes";
            this.m_rbtn_hs_lns_yes.UseVisualStyleBackColor = true;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.m_lbl_an_ca_yn);
            this.panel4.Controls.Add(this.m_rbtn_an_ca_no);
            this.panel4.Controls.Add(this.m_rbtn_an_ca_yes);
            this.panel4.Location = new System.Drawing.Point(5, 65);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(190, 26);
            this.panel4.TabIndex = 0;
            // 
            // m_lbl_an_ca_yn
            // 
            this.m_lbl_an_ca_yn.AutoSize = true;
            this.m_lbl_an_ca_yn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_lbl_an_ca_yn.Location = new System.Drawing.Point(19, 7);
            this.m_lbl_an_ca_yn.Name = "m_lbl_an_ca_yn";
            this.m_lbl_an_ca_yn.Size = new System.Drawing.Size(35, 13);
            this.m_lbl_an_ca_yn.TabIndex = 0;
            this.m_lbl_an_ca_yn.Text = "Ăn ca";
            // 
            // m_rbtn_an_ca_no
            // 
            this.m_rbtn_an_ca_no.AutoSize = true;
            this.m_rbtn_an_ca_no.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_rbtn_an_ca_no.Location = new System.Drawing.Point(143, 5);
            this.m_rbtn_an_ca_no.Name = "m_rbtn_an_ca_no";
            this.m_rbtn_an_ca_no.Size = new System.Drawing.Size(39, 17);
            this.m_rbtn_an_ca_no.TabIndex = 2;
            this.m_rbtn_an_ca_no.TabStop = true;
            this.m_rbtn_an_ca_no.Text = "No";
            this.m_rbtn_an_ca_no.UseVisualStyleBackColor = true;
            // 
            // m_rbtn_an_ca_yes
            // 
            this.m_rbtn_an_ca_yes.AutoSize = true;
            this.m_rbtn_an_ca_yes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_rbtn_an_ca_yes.Location = new System.Drawing.Point(82, 5);
            this.m_rbtn_an_ca_yes.Name = "m_rbtn_an_ca_yes";
            this.m_rbtn_an_ca_yes.Size = new System.Drawing.Size(43, 17);
            this.m_rbtn_an_ca_yes.TabIndex = 1;
            this.m_rbtn_an_ca_yes.TabStop = true;
            this.m_rbtn_an_ca_yes.Text = "Yes";
            this.m_rbtn_an_ca_yes.UseVisualStyleBackColor = true;
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.m_lbl_so_tien);
            this.groupControl1.Controls.Add(this.m_lbl_ti_le);
            this.groupControl1.Controls.Add(this.m_lbl_ten_loai_hop_dong);
            this.groupControl1.Controls.Add(this.m_lbl_ma_loai_hop_dong);
            this.groupControl1.Controls.Add(this.m_txt_so_tien);
            this.groupControl1.Controls.Add(this.m_txt_ti_le);
            this.groupControl1.Controls.Add(this.m_txt_ten_loai_hop_dong);
            this.groupControl1.Controls.Add(this.m_txt_ma_loai_hop_dong);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupControl1.Location = new System.Drawing.Point(0, 0);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(339, 157);
            this.groupControl1.TabIndex = 0;
            this.groupControl1.Text = "THÔNG TIN LOẠI HỢP ĐỒNG";
            // 
            // m_lbl_so_tien
            // 
            this.m_lbl_so_tien.AutoSize = true;
            this.m_lbl_so_tien.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_lbl_so_tien.Location = new System.Drawing.Point(26, 126);
            this.m_lbl_so_tien.Name = "m_lbl_so_tien";
            this.m_lbl_so_tien.Size = new System.Drawing.Size(40, 13);
            this.m_lbl_so_tien.TabIndex = 6;
            this.m_lbl_so_tien.Text = "Số tiền";
            // 
            // m_lbl_ti_le
            // 
            this.m_lbl_ti_le.AutoSize = true;
            this.m_lbl_ti_le.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_lbl_ti_le.Location = new System.Drawing.Point(26, 100);
            this.m_lbl_ti_le.Name = "m_lbl_ti_le";
            this.m_lbl_ti_le.Size = new System.Drawing.Size(27, 13);
            this.m_lbl_ti_le.TabIndex = 4;
            this.m_lbl_ti_le.Text = "Tỉ lệ";
            // 
            // m_lbl_ten_loai_hop_dong
            // 
            this.m_lbl_ten_loai_hop_dong.AutoSize = true;
            this.m_lbl_ten_loai_hop_dong.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_lbl_ten_loai_hop_dong.Location = new System.Drawing.Point(26, 74);
            this.m_lbl_ten_loai_hop_dong.Name = "m_lbl_ten_loai_hop_dong";
            this.m_lbl_ten_loai_hop_dong.Size = new System.Drawing.Size(94, 13);
            this.m_lbl_ten_loai_hop_dong.TabIndex = 2;
            this.m_lbl_ten_loai_hop_dong.Text = "Tên loại hợp đồng";
            // 
            // m_lbl_ma_loai_hop_dong
            // 
            this.m_lbl_ma_loai_hop_dong.AutoSize = true;
            this.m_lbl_ma_loai_hop_dong.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_lbl_ma_loai_hop_dong.Location = new System.Drawing.Point(26, 48);
            this.m_lbl_ma_loai_hop_dong.Name = "m_lbl_ma_loai_hop_dong";
            this.m_lbl_ma_loai_hop_dong.Size = new System.Drawing.Size(90, 13);
            this.m_lbl_ma_loai_hop_dong.TabIndex = 0;
            this.m_lbl_ma_loai_hop_dong.Text = "Mã loại hợp đồng";
            // 
            // m_txt_so_tien
            // 
            this.m_txt_so_tien.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_txt_so_tien.Location = new System.Drawing.Point(125, 123);
            this.m_txt_so_tien.Name = "m_txt_so_tien";
            this.m_txt_so_tien.Size = new System.Drawing.Size(188, 20);
            this.m_txt_so_tien.TabIndex = 7;
            // 
            // m_txt_ti_le
            // 
            this.m_txt_ti_le.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_txt_ti_le.Location = new System.Drawing.Point(125, 97);
            this.m_txt_ti_le.Name = "m_txt_ti_le";
            this.m_txt_ti_le.Size = new System.Drawing.Size(188, 20);
            this.m_txt_ti_le.TabIndex = 5;
            // 
            // m_txt_ten_loai_hop_dong
            // 
            this.m_txt_ten_loai_hop_dong.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_txt_ten_loai_hop_dong.Location = new System.Drawing.Point(125, 71);
            this.m_txt_ten_loai_hop_dong.Name = "m_txt_ten_loai_hop_dong";
            this.m_txt_ten_loai_hop_dong.Size = new System.Drawing.Size(188, 20);
            this.m_txt_ten_loai_hop_dong.TabIndex = 3;
            // 
            // m_txt_ma_loai_hop_dong
            // 
            this.m_txt_ma_loai_hop_dong.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.m_txt_ma_loai_hop_dong.Location = new System.Drawing.Point(125, 45);
            this.m_txt_ma_loai_hop_dong.Name = "m_txt_ma_loai_hop_dong";
            this.m_txt_ma_loai_hop_dong.Size = new System.Drawing.Size(188, 20);
            this.m_txt_ma_loai_hop_dong.TabIndex = 1;
            // 
            // F104_dm_loai_hop_dong_de
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(540, 238);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "F104_dm_loai_hop_dong_de";
            this.Text = "F104_dm_loai_hop_dong_de";
            this.Load += new System.EventHandler(this.F104_dm_loai_hop_dong_de_Load);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.panel7.PerformLayout();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            this.ResumeLayout(false);

        }