BKI_DichVuMatDat.DanhMuc.F104_dm_loai_hop_dong.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(F104_dm_loai_hop_dong));
            this.tableAdapterManager1 = new IP.Core.IPData.DS_HT_PHAN_QUYEN_DETAILTableAdapters.TableAdapterManager();
            this.panel1 = new System.Windows.Forms.Panel();
            this.m_cmd_insert = new DevExpress.XtraEditors.SimpleButton();
            this.ImageList = new System.Windows.Forms.ImageList(this.components);
            this.m_grc_dm_loai_hop_dong = new DevExpress.XtraGrid.GridControl();
            this.m_grv_dm_loai_hop_dong = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.c_id = new DevExpress.XtraGrid.Columns.GridColumn();
            this.c_stt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.c_loai_hop_dong = new DevExpress.XtraGrid.Columns.GridColumn();
            this.c_ma_loai_hop_dong = new DevExpress.XtraGrid.Columns.GridColumn();
            this.c_ti_le = new DevExpress.XtraGrid.Columns.GridColumn();
            this.c_so_tien = new DevExpress.XtraGrid.Columns.GridColumn();
            this.c_hs_lns_yn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.c_an_ca_yn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.c_lcd_yn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.panel3 = new System.Windows.Forms.Panel();
            this.m_cmd_update = new DevExpress.XtraEditors.SimpleButton();
            this.m_cmd_delete = new DevExpress.XtraEditors.SimpleButton();
            this.m_cmd_xuat_excel = new DevExpress.XtraEditors.SimpleButton();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_grc_dm_loai_hop_dong)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_grv_dm_loai_hop_dong)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.panel3.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableAdapterManager1
            // 
            this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
            this.tableAdapterManager1.Connection = null;
            this.tableAdapterManager1.HT_PHAN_QUYEN_DETAILTableAdapter = null;
            this.tableAdapterManager1.UpdateOrder = IP.Core.IPData.DS_HT_PHAN_QUYEN_DETAILTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.m_cmd_xuat_excel);
            this.panel1.Controls.Add(this.m_cmd_delete);
            this.panel1.Controls.Add(this.m_cmd_update);
            this.panel1.Controls.Add(this.m_cmd_insert);
            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(955, 37);
            this.panel1.TabIndex = 1;
            // 
            // m_cmd_insert
            // 
            this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_insert.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_insert.Image")));
            this.m_cmd_insert.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_insert.Name = "m_cmd_insert";
            this.m_cmd_insert.Size = new System.Drawing.Size(116, 37);
            this.m_cmd_insert.TabIndex = 30;
            this.m_cmd_insert.Text = "&Thêm";
            this.m_cmd_insert.Click += new System.EventHandler(this.m_cmd_insert_Click);
            // 
            // ImageList
            // 
            this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
            this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.ImageList.Images.SetKeyName(0, "");
            this.ImageList.Images.SetKeyName(1, "");
            this.ImageList.Images.SetKeyName(2, "");
            this.ImageList.Images.SetKeyName(3, "");
            this.ImageList.Images.SetKeyName(4, "");
            this.ImageList.Images.SetKeyName(5, "");
            this.ImageList.Images.SetKeyName(6, "");
            this.ImageList.Images.SetKeyName(7, "");
            this.ImageList.Images.SetKeyName(8, "");
            this.ImageList.Images.SetKeyName(9, "");
            this.ImageList.Images.SetKeyName(10, "");
            this.ImageList.Images.SetKeyName(11, "");
            this.ImageList.Images.SetKeyName(12, "");
            this.ImageList.Images.SetKeyName(13, "");
            this.ImageList.Images.SetKeyName(14, "");
            this.ImageList.Images.SetKeyName(15, "");
            this.ImageList.Images.SetKeyName(16, "");
            this.ImageList.Images.SetKeyName(17, "");
            this.ImageList.Images.SetKeyName(18, "");
            this.ImageList.Images.SetKeyName(19, "");
            this.ImageList.Images.SetKeyName(20, "");
            this.ImageList.Images.SetKeyName(21, "");
            // 
            // m_grc_dm_loai_hop_dong
            // 
            this.m_grc_dm_loai_hop_dong.Cursor = System.Windows.Forms.Cursors.Default;
            this.m_grc_dm_loai_hop_dong.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_grc_dm_loai_hop_dong.Location = new System.Drawing.Point(0, 0);
            this.m_grc_dm_loai_hop_dong.MainView = this.m_grv_dm_loai_hop_dong;
            this.m_grc_dm_loai_hop_dong.Name = "m_grc_dm_loai_hop_dong";
            this.m_grc_dm_loai_hop_dong.Size = new System.Drawing.Size(955, 397);
            this.m_grc_dm_loai_hop_dong.TabIndex = 0;
            this.m_grc_dm_loai_hop_dong.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.m_grv_dm_loai_hop_dong,
            this.gridView1});
            // 
            // m_grv_dm_loai_hop_dong
            // 
            this.m_grv_dm_loai_hop_dong.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.c_id,
            this.c_stt,
            this.c_loai_hop_dong,
            this.c_ma_loai_hop_dong,
            this.c_ti_le,
            this.c_so_tien,
            this.c_hs_lns_yn,
            this.c_an_ca_yn,
            this.c_lcd_yn});
            this.m_grv_dm_loai_hop_dong.GridControl = this.m_grc_dm_loai_hop_dong;
            this.m_grv_dm_loai_hop_dong.Name = "m_grv_dm_loai_hop_dong";
            this.m_grv_dm_loai_hop_dong.OptionsFind.AllowFindPanel = false;
            this.m_grv_dm_loai_hop_dong.OptionsFind.AlwaysVisible = true;
            this.m_grv_dm_loai_hop_dong.OptionsView.ShowFooter = true;
            // 
            // c_id
            // 
            this.c_id.Caption = "ID";
            this.c_id.FieldName = "ID";
            this.c_id.Name = "c_id";
            // 
            // c_stt
            // 
            this.c_stt.AppearanceCell.Options.UseTextOptions = true;
            this.c_stt.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_stt.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_stt.AppearanceHeader.Options.UseTextOptions = true;
            this.c_stt.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_stt.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_stt.Caption = "STT";
            this.c_stt.FieldName = "STT";
            this.c_stt.Name = "c_stt";
            this.c_stt.Visible = true;
            this.c_stt.VisibleIndex = 0;
            this.c_stt.Width = 38;
            // 
            // c_loai_hop_dong
            // 
            this.c_loai_hop_dong.AppearanceHeader.Options.UseTextOptions = true;
            this.c_loai_hop_dong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_loai_hop_dong.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_loai_hop_dong.Caption = "Loại hợp đồng";
            this.c_loai_hop_dong.FieldName = "LOAI_HOP_DONG";
            this.c_loai_hop_dong.Name = "c_loai_hop_dong";
            this.c_loai_hop_dong.Visible = true;
            this.c_loai_hop_dong.VisibleIndex = 1;
            this.c_loai_hop_dong.Width = 80;
            // 
            // c_ma_loai_hop_dong
            // 
            this.c_ma_loai_hop_dong.AppearanceCell.Options.UseTextOptions = true;
            this.c_ma_loai_hop_dong.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_ma_loai_hop_dong.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_ma_loai_hop_dong.AppearanceHeader.Options.UseTextOptions = true;
            this.c_ma_loai_hop_dong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_ma_loai_hop_dong.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_ma_loai_hop_dong.Caption = "Mã loại hơp đồng";
            this.c_ma_loai_hop_dong.FieldName = "MA_LOAI_HOP_DONG";
            this.c_ma_loai_hop_dong.Name = "c_ma_loai_hop_dong";
            this.c_ma_loai_hop_dong.Visible = true;
            this.c_ma_loai_hop_dong.VisibleIndex = 2;
            this.c_ma_loai_hop_dong.Width = 80;
            // 
            // c_ti_le
            // 
            this.c_ti_le.AppearanceCell.Options.UseTextOptions = true;
            this.c_ti_le.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_ti_le.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_ti_le.AppearanceHeader.Options.UseTextOptions = true;
            this.c_ti_le.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_ti_le.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_ti_le.Caption = "Tỉ lệ";
            this.c_ti_le.FieldName = "TI_LE";
            this.c_ti_le.Name = "c_ti_le";
            this.c_ti_le.Visible = true;
            this.c_ti_le.VisibleIndex = 3;
            this.c_ti_le.Width = 80;
            // 
            // c_so_tien
            // 
            this.c_so_tien.AppearanceCell.Options.UseTextOptions = true;
            this.c_so_tien.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_so_tien.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_so_tien.AppearanceHeader.Options.UseTextOptions = true;
            this.c_so_tien.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_so_tien.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_so_tien.Caption = "Số tiền";
            this.c_so_tien.DisplayFormat.FormatString = "{0:#,##0}";
            this.c_so_tien.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.c_so_tien.FieldName = "SO_TIEN";
            this.c_so_tien.Name = "c_so_tien";
            this.c_so_tien.Visible = true;
            this.c_so_tien.VisibleIndex = 4;
            this.c_so_tien.Width = 80;
            // 
            // c_hs_lns_yn
            // 
            this.c_hs_lns_yn.AppearanceCell.Options.UseTextOptions = true;
            this.c_hs_lns_yn.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_hs_lns_yn.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_hs_lns_yn.AppearanceHeader.Options.UseTextOptions = true;
            this.c_hs_lns_yn.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_hs_lns_yn.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_hs_lns_yn.Caption = "Hệ số  LNS (Y/N)";
            this.c_hs_lns_yn.FieldName = "HS_LNS_YN";
            this.c_hs_lns_yn.Name = "c_hs_lns_yn";
            this.c_hs_lns_yn.Visible = true;
            this.c_hs_lns_yn.VisibleIndex = 5;
            this.c_hs_lns_yn.Width = 80;
            // 
            // c_an_ca_yn
            // 
            this.c_an_ca_yn.AppearanceCell.Options.UseTextOptions = true;
            this.c_an_ca_yn.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_an_ca_yn.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_an_ca_yn.AppearanceHeader.Options.UseTextOptions = true;
            this.c_an_ca_yn.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_an_ca_yn.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_an_ca_yn.Caption = "Ăn ca (Y/N)";
            this.c_an_ca_yn.FieldName = "AN_CA_YN";
            this.c_an_ca_yn.Name = "c_an_ca_yn";
            this.c_an_ca_yn.Visible = true;
            this.c_an_ca_yn.VisibleIndex = 6;
            this.c_an_ca_yn.Width = 80;
            // 
            // c_lcd_yn
            // 
            this.c_lcd_yn.AppearanceCell.Options.UseTextOptions = true;
            this.c_lcd_yn.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_lcd_yn.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_lcd_yn.AppearanceHeader.Options.UseTextOptions = true;
            this.c_lcd_yn.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.c_lcd_yn.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.c_lcd_yn.Caption = "Lương CĐ (Y/N)";
            this.c_lcd_yn.FieldName = "LCD_YN";
            this.c_lcd_yn.Name = "c_lcd_yn";
            this.c_lcd_yn.Visible = true;
            this.c_lcd_yn.VisibleIndex = 7;
            this.c_lcd_yn.Width = 82;
            // 
            // gridView1
            // 
            this.gridView1.GridControl = this.m_grc_dm_loai_hop_dong;
            this.gridView1.Name = "gridView1";
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.m_grc_dm_loai_hop_dong);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 37);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(955, 397);
            this.panel3.TabIndex = 3;
            // 
            // m_cmd_update
            // 
            this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_update.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_update.Image")));
            this.m_cmd_update.Location = new System.Drawing.Point(116, 0);
            this.m_cmd_update.Name = "m_cmd_update";
            this.m_cmd_update.Size = new System.Drawing.Size(116, 37);
            this.m_cmd_update.TabIndex = 31;
            this.m_cmd_update.Text = "&Sửa";
            // 
            // m_cmd_delete
            // 
            this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_delete.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_delete.Image")));
            this.m_cmd_delete.Location = new System.Drawing.Point(232, 0);
            this.m_cmd_delete.Name = "m_cmd_delete";
            this.m_cmd_delete.Size = new System.Drawing.Size(116, 37);
            this.m_cmd_delete.TabIndex = 32;
            this.m_cmd_delete.Text = "&Xóa";
            // 
            // m_cmd_xuat_excel
            // 
            this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_xuat_excel.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_xuat_excel.Image")));
            this.m_cmd_xuat_excel.Location = new System.Drawing.Point(348, 0);
            this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
            this.m_cmd_xuat_excel.Size = new System.Drawing.Size(116, 37);
            this.m_cmd_xuat_excel.TabIndex = 33;
            this.m_cmd_xuat_excel.Text = "&Xuất Excel";
            this.m_cmd_xuat_excel.Visible = false;
            // 
            // F104_dm_loai_hop_dong
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(955, 434);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel1);
            this.Name = "F104_dm_loai_hop_dong";
            this.Text = "F104 - DANH MỤC LOẠI HỢP ĐỒNG";
            this.Load += new System.EventHandler(this.F104_dm_loai_hop_dong_Load);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_grc_dm_loai_hop_dong)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_grv_dm_loai_hop_dong)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.panel3.ResumeLayout(false);
            this.ResumeLayout(false);

        }