private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f391_cap_nhat_thay_doi_lns_lcd_DE));
this.panel1 = new System.Windows.Forms.Panel();
this.m_cmd_save = new DevExpress.XtraEditors.SimpleButton();
this.m_cmd_exit = new DevExpress.XtraEditors.SimpleButton();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.m_sle_hop_dong = new DevExpress.XtraEditors.SearchLookUpEdit();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.m_txt_ma = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItemMA = new DevExpress.XtraLayout.LayoutControlItem();
this.m_txt_muc = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItemMUC = new DevExpress.XtraLayout.LayoutControlItem();
this.m_txt_gia_tri_ma_muc = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItemHESO_TIEN = new DevExpress.XtraLayout.LayoutControlItem();
this.m_txt_gia_tri_thay_doi = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItemGIA_TRI_THAY_DOI = new DevExpress.XtraLayout.LayoutControlItem();
this.m_le_ly_do_chinh_sua = new DevExpress.XtraEditors.LookUpEdit();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.m_dat_tu_ngay = new DevExpress.XtraEditors.DateEdit();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.m_dat_den_ngay = new DevExpress.XtraEditors.DateEdit();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.m_txt_ghi_chu = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMA_HOP_DONG = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNGAY_BAT_DAU = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNGAY_KET_THUC = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOAI_HOP_DONG = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMA_NV = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHO_TEN = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_sle_hop_dong.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_ma.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMA)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_muc.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMUC)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_gia_tri_ma_muc.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemHESO_TIEN)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_gia_tri_thay_doi.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemGIA_TRI_THAY_DOI)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_le_ly_do_chinh_sua.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_dat_tu_ngay.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_dat_tu_ngay.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_dat_den_ngay.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_dat_den_ngay.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_ghi_chu.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.m_cmd_save);
this.panel1.Controls.Add(this.m_cmd_exit);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 301);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(479, 36);
this.panel1.TabIndex = 1;
//
// 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(247, 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 = 0;
this.m_cmd_save.Text = "&Lưu";
//
// m_cmd_exit
//
this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
this.m_cmd_exit.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_exit.Image")));
this.m_cmd_exit.Location = new System.Drawing.Point(363, 0);
this.m_cmd_exit.Name = "m_cmd_exit";
this.m_cmd_exit.Size = new System.Drawing.Size(116, 36);
this.m_cmd_exit.TabIndex = 1;
this.m_cmd_exit.Text = "&Thoát";
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.m_txt_ghi_chu);
this.layoutControl1.Controls.Add(this.m_dat_den_ngay);
this.layoutControl1.Controls.Add(this.m_dat_tu_ngay);
this.layoutControl1.Controls.Add(this.m_le_ly_do_chinh_sua);
this.layoutControl1.Controls.Add(this.m_txt_gia_tri_thay_doi);
this.layoutControl1.Controls.Add(this.m_txt_gia_tri_ma_muc);
this.layoutControl1.Controls.Add(this.m_txt_muc);
this.layoutControl1.Controls.Add(this.m_txt_ma);
this.layoutControl1.Controls.Add(this.m_sle_hop_dong);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(310, 167, 250, 350);
this.layoutControl1.Root = this.layoutControlGroup1;
this.layoutControl1.Size = new System.Drawing.Size(479, 301);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// layoutControlGroup1
//
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItemMA,
this.layoutControlItemMUC,
this.layoutControlItemHESO_TIEN,
this.layoutControlItemGIA_TRI_THAY_DOI,
this.layoutControlItem2,
this.layoutControlItem3,
this.layoutControlItem4,
this.layoutControlItem5});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(479, 301);
this.layoutControlGroup1.Text = "layoutControlGroup1";
this.layoutControlGroup1.TextVisible = false;
//
// m_sle_hop_dong
//
this.m_sle_hop_dong.Location = new System.Drawing.Point(106, 14);
this.m_sle_hop_dong.Name = "m_sle_hop_dong";
this.m_sle_hop_dong.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.m_sle_hop_dong.Properties.DisplayMember = "MA_HOP_DONG";
this.m_sle_hop_dong.Properties.NullText = "--Chọn Hợp đồng--";
this.m_sle_hop_dong.Properties.ValueMember = "ID";
this.m_sle_hop_dong.Properties.View = this.searchLookUpEdit1View;
this.m_sle_hop_dong.Size = new System.Drawing.Size(359, 20);
this.m_sle_hop_dong.StyleController = this.layoutControl1;
this.m_sle_hop_dong.TabIndex = 0;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.m_sle_hop_dong;
this.layoutControlItem1.CustomizationFormText = "Chọn hợp đồng";
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(459, 28);
this.layoutControlItem1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlItem1.Text = "Chọn hợp đồng";
this.layoutControlItem1.TextSize = new System.Drawing.Size(88, 13);
//
// searchLookUpEdit1View
//
this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colID,
this.colMA_HOP_DONG,
this.colNGAY_BAT_DAU,
this.colNGAY_KET_THUC,
this.colLOAI_HOP_DONG,
this.colMA_NV,
this.colHO_TEN,
this.gridColumn2});
this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
// m_txt_ma
//
this.m_txt_ma.Location = new System.Drawing.Point(106, 42);
this.m_txt_ma.Name = "m_txt_ma";
this.m_txt_ma.Properties.ReadOnly = true;
this.m_txt_ma.Size = new System.Drawing.Size(359, 20);
this.m_txt_ma.StyleController = this.layoutControl1;
this.m_txt_ma.TabIndex = 1;
//
// layoutControlItemMA
//
this.layoutControlItemMA.Control = this.m_txt_ma;
this.layoutControlItemMA.CustomizationFormText = "Mã";
this.layoutControlItemMA.Location = new System.Drawing.Point(0, 28);
this.layoutControlItemMA.Name = "layoutControlItemMA";
this.layoutControlItemMA.Size = new System.Drawing.Size(459, 28);
this.layoutControlItemMA.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlItemMA.Text = "Mã";
this.layoutControlItemMA.TextSize = new System.Drawing.Size(88, 13);
//
// m_txt_muc
//
this.m_txt_muc.Location = new System.Drawing.Point(106, 70);
this.m_txt_muc.Name = "m_txt_muc";
this.m_txt_muc.Properties.ReadOnly = true;
this.m_txt_muc.Size = new System.Drawing.Size(359, 20);
this.m_txt_muc.StyleController = this.layoutControl1;
this.m_txt_muc.TabIndex = 2;
//
// layoutControlItemMUC
//
this.layoutControlItemMUC.Control = this.m_txt_muc;
this.layoutControlItemMUC.CustomizationFormText = "Mức";
this.layoutControlItemMUC.Location = new System.Drawing.Point(0, 56);
this.layoutControlItemMUC.Name = "layoutControlItemMUC";
this.layoutControlItemMUC.Size = new System.Drawing.Size(459, 28);
this.layoutControlItemMUC.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlItemMUC.Text = "Mức";
this.layoutControlItemMUC.TextSize = new System.Drawing.Size(88, 13);
//
// m_txt_gia_tri_ma_muc
//
this.m_txt_gia_tri_ma_muc.Location = new System.Drawing.Point(106, 98);
this.m_txt_gia_tri_ma_muc.Name = "m_txt_gia_tri_ma_muc";
this.m_txt_gia_tri_ma_muc.Properties.ReadOnly = true;
this.m_txt_gia_tri_ma_muc.Size = new System.Drawing.Size(359, 20);
this.m_txt_gia_tri_ma_muc.StyleController = this.layoutControl1;
this.m_txt_gia_tri_ma_muc.TabIndex = 3;
//
// layoutControlItemHESO_TIEN
//
this.layoutControlItemHESO_TIEN.Control = this.m_txt_gia_tri_ma_muc;
this.layoutControlItemHESO_TIEN.CustomizationFormText = "Hệ số/Số tiền";
this.layoutControlItemHESO_TIEN.Location = new System.Drawing.Point(0, 84);
this.layoutControlItemHESO_TIEN.Name = "layoutControlItemHESO_TIEN";
this.layoutControlItemHESO_TIEN.Size = new System.Drawing.Size(459, 28);
this.layoutControlItemHESO_TIEN.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlItemHESO_TIEN.Text = "Hệ số/Số tiền";
this.layoutControlItemHESO_TIEN.TextSize = new System.Drawing.Size(88, 13);
//
// m_txt_gia_tri_thay_doi
//
this.m_txt_gia_tri_thay_doi.Location = new System.Drawing.Point(106, 126);
this.m_txt_gia_tri_thay_doi.Name = "m_txt_gia_tri_thay_doi";
this.m_txt_gia_tri_thay_doi.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
this.m_txt_gia_tri_thay_doi.Properties.Appearance.Options.UseFont = true;
this.m_txt_gia_tri_thay_doi.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.m_txt_gia_tri_thay_doi.Properties.Mask.UseMaskAsDisplayFormat = true;
this.m_txt_gia_tri_thay_doi.Size = new System.Drawing.Size(359, 20);
this.m_txt_gia_tri_thay_doi.StyleController = this.layoutControl1;
this.m_txt_gia_tri_thay_doi.TabIndex = 4;
//
// layoutControlItemGIA_TRI_THAY_DOI
//
this.layoutControlItemGIA_TRI_THAY_DOI.Control = this.m_txt_gia_tri_thay_doi;
this.layoutControlItemGIA_TRI_THAY_DOI.CustomizationFormText = "Giá trị thay đổi";
this.layoutControlItemGIA_TRI_THAY_DOI.Location = new System.Drawing.Point(0, 112);
this.layoutControlItemGIA_TRI_THAY_DOI.Name = "layoutControlItemGIA_TRI_THAY_DOI";
this.layoutControlItemGIA_TRI_THAY_DOI.Size = new System.Drawing.Size(459, 28);
this.layoutControlItemGIA_TRI_THAY_DOI.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlItemGIA_TRI_THAY_DOI.Text = "Giá trị thay đổi";
this.layoutControlItemGIA_TRI_THAY_DOI.TextSize = new System.Drawing.Size(88, 13);
//
// m_le_ly_do_chinh_sua
//
this.m_le_ly_do_chinh_sua.Location = new System.Drawing.Point(104, 200);
this.m_le_ly_do_chinh_sua.Name = "m_le_ly_do_chinh_sua";
this.m_le_ly_do_chinh_sua.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.m_le_ly_do_chinh_sua.Properties.DisplayMember = "TEN_NGAN";
this.m_le_ly_do_chinh_sua.Properties.NullText = "--Lý do chỉnh sửa--";
this.m_le_ly_do_chinh_sua.Properties.ValueMember = "ID";
this.m_le_ly_do_chinh_sua.Size = new System.Drawing.Size(363, 20);
this.m_le_ly_do_chinh_sua.StyleController = this.layoutControl1;
this.m_le_ly_do_chinh_sua.TabIndex = 7;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.m_le_ly_do_chinh_sua;
this.layoutControlItem2.CustomizationFormText = "Lý do chỉnh sửa";
this.layoutControlItem2.Location = new System.Drawing.Point(0, 188);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(459, 24);
this.layoutControlItem2.Text = "Lý do chỉnh sửa";
this.layoutControlItem2.TextSize = new System.Drawing.Size(88, 13);
//
// m_dat_tu_ngay
//
this.m_dat_tu_ngay.EditValue = null;
this.m_dat_tu_ngay.Location = new System.Drawing.Point(104, 152);
this.m_dat_tu_ngay.Name = "m_dat_tu_ngay";
this.m_dat_tu_ngay.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.m_dat_tu_ngay.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.m_dat_tu_ngay.Size = new System.Drawing.Size(363, 20);
this.m_dat_tu_ngay.StyleController = this.layoutControl1;
this.m_dat_tu_ngay.TabIndex = 5;
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.m_dat_tu_ngay;
this.layoutControlItem3.CustomizationFormText = "Áp dụng từ ngày";
this.layoutControlItem3.Location = new System.Drawing.Point(0, 140);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(459, 24);
this.layoutControlItem3.Text = "Áp dụng từ ngày";
this.layoutControlItem3.TextSize = new System.Drawing.Size(88, 13);
//
// m_dat_den_ngay
//
this.m_dat_den_ngay.EditValue = null;
this.m_dat_den_ngay.Location = new System.Drawing.Point(104, 176);
this.m_dat_den_ngay.Name = "m_dat_den_ngay";
this.m_dat_den_ngay.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.m_dat_den_ngay.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.m_dat_den_ngay.Size = new System.Drawing.Size(363, 20);
this.m_dat_den_ngay.StyleController = this.layoutControl1;
this.m_dat_den_ngay.TabIndex = 6;
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.m_dat_den_ngay;
this.layoutControlItem4.CustomizationFormText = "Áp dụng đến ngày";
this.layoutControlItem4.Location = new System.Drawing.Point(0, 164);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(459, 24);
this.layoutControlItem4.Text = "Áp dụng đến ngày";
this.layoutControlItem4.TextSize = new System.Drawing.Size(88, 13);
//
// m_txt_ghi_chu
//
this.m_txt_ghi_chu.Location = new System.Drawing.Point(104, 224);
this.m_txt_ghi_chu.Name = "m_txt_ghi_chu";
this.m_txt_ghi_chu.Size = new System.Drawing.Size(363, 20);
this.m_txt_ghi_chu.StyleController = this.layoutControl1;
this.m_txt_ghi_chu.TabIndex = 8;
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.m_txt_ghi_chu;
this.layoutControlItem5.CustomizationFormText = "Ghi chú";
this.layoutControlItem5.Location = new System.Drawing.Point(0, 212);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(459, 69);
this.layoutControlItem5.Text = "Ghi chú";
this.layoutControlItem5.TextSize = new System.Drawing.Size(88, 13);
//
// colID
//
this.colID.Caption = "ID";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
//
// colMA_HOP_DONG
//
this.colMA_HOP_DONG.Caption = "Mã HĐ";
this.colMA_HOP_DONG.FieldName = "MA_HOP_DONG";
this.colMA_HOP_DONG.Name = "colMA_HOP_DONG";
this.colMA_HOP_DONG.Visible = true;
this.colMA_HOP_DONG.VisibleIndex = 0;
//
// colNGAY_BAT_DAU
//
this.colNGAY_BAT_DAU.Caption = "Ngày bắt đầu";
this.colNGAY_BAT_DAU.FieldName = "NGAY_BAT_DAU";
this.colNGAY_BAT_DAU.Name = "colNGAY_BAT_DAU";
this.colNGAY_BAT_DAU.Visible = true;
this.colNGAY_BAT_DAU.VisibleIndex = 1;
//
// colNGAY_KET_THUC
//
this.colNGAY_KET_THUC.Caption = "Ngày kết thúc";
this.colNGAY_KET_THUC.FieldName = "NGAY_KET_THUC";
this.colNGAY_KET_THUC.Name = "colNGAY_KET_THUC";
this.colNGAY_KET_THUC.Visible = true;
this.colNGAY_KET_THUC.VisibleIndex = 2;
//
// colLOAI_HOP_DONG
//
this.colLOAI_HOP_DONG.Caption = "Loại HĐ";
this.colLOAI_HOP_DONG.FieldName = "LOAI_HOP_DONG";
this.colLOAI_HOP_DONG.Name = "colLOAI_HOP_DONG";
this.colLOAI_HOP_DONG.Visible = true;
this.colLOAI_HOP_DONG.VisibleIndex = 3;
//
// colMA_NV
//
this.colMA_NV.Caption = "MA_NV";
this.colMA_NV.FieldName = "MA_NV";
this.colMA_NV.Name = "colMA_NV";
this.colMA_NV.Visible = true;
this.colMA_NV.VisibleIndex = 4;
//
// colHO_TEN
//
this.colHO_TEN.Caption = "Họ tên";
this.colHO_TEN.FieldName = "HO_TEN";
this.colHO_TEN.Name = "colHO_TEN";
this.colHO_TEN.Visible = true;
this.colHO_TEN.VisibleIndex = 5;
//
// gridColumn2
//
this.gridColumn2.Caption = "gridColumn2";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 6;
//
// f391_cap_nhat_thay_doi_lns_lcd_DE
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(479, 337);
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.panel1);
this.Name = "f391_cap_nhat_thay_doi_lns_lcd_DE";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "F391 - ";
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_sle_hop_dong.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_ma.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMA)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_muc.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMUC)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_gia_tri_ma_muc.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemHESO_TIEN)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_gia_tri_thay_doi.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemGIA_TRI_THAY_DOI)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_le_ly_do_chinh_sua.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_dat_tu_ngay.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_dat_tu_ngay.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_dat_den_ngay.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_dat_den_ngay.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_txt_ghi_chu.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
this.ResumeLayout(false);
}