Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo = "10,1,0,0,0,85,Columns:1{DataType:System.String;TextAlign:LeftCenter;}\t2{DataType:" +
                             "System.DateTime;Format:\"d\";TextAlign:LeftCenter;}\t3{DataType:System.Boolean;Imag" +
                             "eAlign:CenterCenter;}\t4{DataType:System.String;TextAlign:LeftCenter;ComboList:\"a" +
                             "aa|bbb|ccc\";}\t";
     this._flex.Dock             = System.Windows.Forms.DockStyle.Fill;
     this._flex.KeyActionTab     = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this._flex.Name             = "_flex";
     this._flex.Rows.DefaultSize = 17;
     this._flex.Size             = new System.Drawing.Size(469, 292);
     this._flex.TabIndex         = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(469, 292);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: AddNewRow template above grid";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo   = "10,1,0,0,0,75,Columns:0{Width:33;}\t";
     this._flex.Dock         = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name         = "_flex";
     this._flex.Size         = new System.Drawing.Size(292, 273);
     this._flex.Styles       = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	EmptyRegion{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	");
     this._flex.TabIndex     = 0;
     this._flex.BeforeEdit  += new C1.Win.C1FlexGrid.RowColEventHandler(this._flex_BeforeEdit);
     this._flex.SetupEditor += new C1.Win.C1FlexGrid.RowColEventHandler(this._flex_SetupEditor);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 273);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Custom DataMap";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// 设置C1FlexGrid默认属性
 /// </summary>
 /// <param name="flexGrid"></param>
 /// <param name="msg"></param>
 public void SetC1FlexGridDefaultAttribute(C1.Win.C1FlexGrid.C1FlexGrid flexGrid, string msg)
 {
     SetC1FlexGridAttribute(flexGrid, false);
     SetC1FlexGridSelectionMode(flexGrid, C1.Win.C1FlexGrid.SelectionModeEnum.Row);
     BindC1FlexGridDisplayLineNumbers(flexGrid);
     SetC1FlexGridNullDataTable(flexGrid, msg);
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo        = "10,1,0,0,0,85,Columns:";
     this._flex.Dock              = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name              = "_flex";
     this._flex.Size              = new System.Drawing.Size(472, 285);
     this._flex.Styles            = new C1.Win.C1FlexGrid.CellStyleCollection(@"Normal{Font:Microsoft Sans Serif, 8.25pt;}	Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex          = 0;
     this._flex.GetRowErrorInfo  += new C1.Win.C1FlexGrid.GetErrorInfoEventHandler(this._flex_GetRowErrorInfo);
     this._flex.GetCellErrorInfo += new C1.Win.C1FlexGrid.GetErrorInfoEventHandler(this._flex_GetCellErrorInfo);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(472, 285);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Display Error Information";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
        // update regular tooltip
        private void _flex2_MouseHoverCell(object sender, EventArgs e)
        {
            C1.Win.C1FlexGrid.C1FlexGrid flex = sender as C1.Win.C1FlexGrid.C1FlexGrid;
            string tip = string.Format("This is a regular tip on cell ({0},{1})", flex.MouseRow, flex.MouseCol);

            this.toolTip1.SetToolTip(flex, tip);
        }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name           = "_flex";
     this._flex.Size           = new System.Drawing.Size(591, 484);
     this._flex.Styles         = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex       = 0;
     this._flex.OwnerDrawCell += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this._flex_OwnerDrawCell);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(591, 484);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Dynamic Styles";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this.flex)).BeginInit();
     this.SuspendLayout();
     //
     // flex
     //
     this.flex.AllowResizing           = C1.Win.C1FlexGrid.AllowResizingEnum.Both;
     this.flex.BackColor               = System.Drawing.SystemColors.Window;
     this.flex.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.flex.Name                    = "flex";
     this.flex.Size                    = new System.Drawing.Size(432, 273);
     this.flex.Styles                  = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:LightBlue;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this.flex.TabIndex                = 0;
     this.flex.Tree.LineColor          = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(128)));
     this.flex.Tree.NodeImageCollapsed = ((System.Drawing.Bitmap)(resources.GetObject("flex.Tree.NodeImageCollapsed")));
     this.flex.Tree.NodeImageExpanded  = ((System.Drawing.Bitmap)(resources.GetObject("flex.Tree.NodeImageExpanded")));
     this.flex.ChangeEdit             += new System.EventHandler(this.flex_ChangeEdit);
     this.flex.AfterEdit              += new C1.Win.C1FlexGrid.RowColEventHandler(this.flex_AfterEdit);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(432, 273);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.flex
     });
     this.Name  = "Form1";
     this.Text  = "C1FlexGrid: AutoSize rows as you type";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this._flex      = new C1.Win.C1FlexGrid.C1FlexGrid();
     this._tip       = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo          = "10,1,0,0,0,95,Columns:0{Width:25;}\t";
     this._flex.Dock                = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name                = "_flex";
     this._flex.ShowCursor          = true;
     this._flex.Size                = new System.Drawing.Size(584, 368);
     this._flex.Styles              = new C1.Win.C1FlexGrid.CellStyleCollection(@"Normal{Font:Microsoft Sans Serif, 7.8pt;}	Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex            = 0;
     this._flex.MouseMove          += new System.Windows.Forms.MouseEventHandler(this._flex_MouseMove);
     this._flex.AfterResizeColumn  += new C1.Win.C1FlexGrid.RowColEventHandler(this._flex_AfterResizeColumn);
     this._flex.BeforeResizeColumn += new C1.Win.C1FlexGrid.RowColEventHandler(this._flex_BeforeResizeColumn);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(584, 368);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Column Sizing Tooltips";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo       = "10,1,0,0,0,85,Columns:";
     this._flex.Dock             = System.Windows.Forms.DockStyle.Fill;
     this._flex.Location         = new System.Drawing.Point(0, 0);
     this._flex.Name             = "_flex";
     this._flex.Rows.DefaultSize = 19;
     this._flex.Size             = new System.Drawing.Size(430, 250);
     this._flex.StyleInfo        = resources.GetString("_flex.StyleInfo");
     this._flex.TabIndex         = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(430, 250);
     this.Controls.Add(this._flex);
     this.Name  = "Form1";
     this.Text  = "Column Order";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.BackColor  = System.Drawing.SystemColors.Window;
     this._flex.ColumnInfo = "10,1,0,0,0,75,Columns:0{Width:22;}\t";
     this._flex.Dock       = System.Windows.Forms.DockStyle.Fill;
     this._flex.DragMode   = C1.Win.C1FlexGrid.DragModeEnum.Automatic;
     this._flex.DropMode   = C1.Win.C1FlexGrid.DropModeEnum.Automatic;
     this._flex.Name       = "_flex";
     this._flex.Size       = new System.Drawing.Size(384, 253);
     this._flex.Styles     = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex   = 0;
     this._flex.DragOver  += new System.Windows.Forms.DragEventHandler(this._flex_DragOver);
     this._flex.DragEnter += new System.Windows.Forms.DragEventHandler(this._flex_DragEnter);
     this._flex.DragLeave += new System.EventHandler(this._flex_DragLeave);
     this._flex.DragDrop  += new System.Windows.Forms.DragEventHandler(this._flex_DragDrop);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(384, 253);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name = "Form1";
     this.Text = "C1FlexGrid: Customized Drag Drop";
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #11
0
 // fills the grid with table data
 private void FillGrid(C1.Win.C1FlexGrid.C1FlexGrid grid, string tableName, int maxRows = 0)
 {
     if (string.IsNullOrEmpty(tableName))
     {
         return;
     }
     FillGrid(grid, workspace.GetTableData(tableName, maxRows));
 }
Example #12
0
        // update regular tooltip using Show/Hide methods
        private void _flex4_MouseHoverCell(object sender, EventArgs e)
        {
            C1.Win.C1FlexGrid.C1FlexGrid flex = sender as C1.Win.C1FlexGrid.C1FlexGrid;
            string tip = string.Format("This is a regular tip on cell ({0},{1})", flex.MouseRow, flex.MouseCol);
            Point  pt  = flex.PointToClient(Control.MousePosition);

            this.toolTip1.Show(tip, flex, pt);
        }
Example #13
0
        // update super tooltip using Show/Hide methods
        private void _flex3_MouseHoverCell(object sender, EventArgs e)
        {
            C1.Win.C1FlexGrid.C1FlexGrid flex = sender as C1.Win.C1FlexGrid.C1FlexGrid;
            string tip = _tip.Replace("(row,col)", string.Format("<b>({0},{1})</b>", flex.MouseRow, flex.MouseCol));
            Point  pt  = flex.PointToClient(Control.MousePosition);

            this.c1SuperTooltip1.Show(tip, flex, pt);
        }
Example #14
0
        private void _flex_MouseHoverCell(object sender, EventArgs e)
        {
            // update super tooltip
            C1.Win.C1FlexGrid.C1FlexGrid flex = sender as C1.Win.C1FlexGrid.C1FlexGrid;
            string tip = _tip.Replace("(row,col)", string.Format("<b>({0},{1})</b>", flex.MouseRow, flex.MouseCol));

            this.c1SuperTooltip1.SetToolTip(flex, tip);
        }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex     = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.dataGrid1 = new System.Windows.Forms.DataGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo     = "10,1,0,0,0,75,Columns:0{Width:33;}\t";
     this._flex.Dock           = System.Windows.Forms.DockStyle.Left;
     this._flex.Name           = "_flex";
     this._flex.ShowCursor     = true;
     this._flex.Size           = new System.Drawing.Size(248, 293);
     this._flex.Styles         = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:LightBlue;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex       = 0;
     this._flex.Tree.LineColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(128)));
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(248, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(4, 293);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // dataGrid1
     //
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(252, 0);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(236, 293);
     this.dataGrid1.TabIndex        = 2;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(488, 293);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.dataGrid1,
         this.splitter1,
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form1";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Example #16
0
 public static string L_GetLabelFromVS1(C1.Win.C1FlexGrid.C1FlexGrid vs, string colname)
 {
     try
     {
         return(vs.Cols[colname].Caption);
     }
     catch (Exception)
     {
         return(colname);
     }
 }
Example #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.vs  = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.nav = new Navigator1._0.NavigatorAuto();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.SuspendLayout();
     //
     // vs
     //
     this.vs.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.vs.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs.Location     = new System.Drawing.Point(4, 32);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(644, 364);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 22;
     //
     // nav
     //
     this.nav.BackColor     = System.Drawing.SystemColors.Control;
     this.nav.Connection    = null;
     this.nav.ConnectionDel = null;
     this.nav.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav.form          = null;
     this.nav.FormName      = null;
     this.nav.Grid          = null;
     this.nav.Location      = new System.Drawing.Point(4, 0);
     this.nav.MulltiDel     = false;
     this.nav.Name          = "nav";
     this.nav.Security      = 0;
     this.nav.ShowPopupMenu = false;
     this.nav.Size          = new System.Drawing.Size(464, 32);
     this.nav.TabIndex      = 21;
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.Where         = null;
     //
     // frmControlStateUser
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(644, 402);
     this.Controls.Add(this.vs);
     this.Controls.Add(this.nav);
     this.Font  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name  = "frmControlStateUser";
     this.Text  = "frmControlStateUser";
     this.Load += new System.EventHandler(this.frmControlStateUser_Load);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.ResumeLayout(false);
 }
Example #18
0
 /// <summary>
 /// 设置错误单元格
 /// </summary>
 /// <param name="c1FlexGrid1"></param>
 /// <param name="errorCell"></param>
 public static void SetErrorCell(C1.Win.C1FlexGrid.C1FlexGrid c1FlexGrid1, List <int[]> errorCell)
 {
     if (c1FlexGrid1.Styles["ErrorCell"] == null)
     {
         C1.Win.C1FlexGrid.CellStyle errorStyle = c1FlexGrid1.Styles.Add("ErrorCell");
         errorStyle.BackColor = Color.Red;
     }
     foreach (int[] item in errorCell)
     {
         c1FlexGrid1.SetCellStyle(item[0] + 1, item[1] + 1, "ErrorCell");
     }
 }
Example #19
0
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(HT_PHAN_QUYEN_HE_THONG.ID, e_col_number.ID_QUYEN);
            v_htb.Add(HT_PHAN_QUYEN_HE_THONG.GHI_CHU, e_col_number.TEN_QUYEN);
            v_htb.Add(HT_PHAN_QUYEN_HE_THONG.MA_PHAN_QUYEN, e_col_number.MA_QUYEN);
            DS_HT_PHAN_QUYEN_HE_THONG v_ds        = new DS_HT_PHAN_QUYEN_HE_THONG();
            ITransferDataRow          v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, v_ds.HT_PHAN_QUYEN_HE_THONG.NewRow());

            return(v_obj_trans);
        }
        private ITransferDataRow get_trans_object_tab1_assign(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(GD_XU_LY_NOI_BO.NOI_DUNG_TRAO_DOI, e_col_Number_tab1_assign.NOI_DUNG_TRAO_DOI);
            v_htb.Add(GD_XU_LY_NOI_BO.START_TIME, e_col_Number_tab1_assign.THOI_GiAN_ASSIGN);
            v_htb.Add(GD_XU_LY_NOI_BO.GHI_CHU, e_col_Number_tab1_assign.HO_TEN_QLHT);
            v_htb.Add(GD_XU_LY_NOI_BO.VOICE_CALL_LINK, e_col_Number_tab1_assign.ACCOUNT_SCM);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds_gd_xu_ly_noi_bo.GD_XU_LY_NOI_BO.NewRow());

            return(v_obj_trans);
        }
        private ITransferDataRow get_trans_obj(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(V_GD_CAU_HOI_YEU_CAU.START_TIME, e_col_Number.START_TIME);
            v_htb.Add(V_GD_CAU_HOI_YEU_CAU.NOI_DUNG_CAU_HOI, e_col_Number.NOI_DUNG_CAU_HOI);
            v_htb.Add(V_GD_CAU_HOI_YEU_CAU.TRANG_THAI_CAU_HOI, e_col_Number.TRANG_THAI);
            //v_htb.Add(V_GD_CAU_HOI_YEU_CAU.HO_TEN_SINH_VIEN, e_col_Number.ID_TRANG_THAI);
            //v_htb.Add(V_GD_CAU_HOI_YEU_CAU.ID_TRANG_THAI, e_col_Number.ID_TRANG_THAI);
            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds_v_cau_hoi_yeu_cau.V_GD_CAU_HOI_YEU_CAU.NewRow());

            return(v_obj_trans);
        }
Example #22
0
        /// <summary>
        /// RowFilter DataView từ DataSet bằng query. Truyền FlexGrid muốn gán vào DataSource nếu muốn.
        /// </summary>
        /// <param name="ip_ds">DataSet để lọc dữ liệu</param>
        /// <param name="ip_query">Câu lệnh điều kiện lọc dữ liệu, có dạng: "(Column Name) =/like '%(Value)%'",
        ///                         Có thể dùng: and, or.
        ///                         Có thể dùng hàm String.Format hỗ trợ</param>
        /// <param name="ip_fg">FlexGrid để áp dụng dữ liệu, mặc định = null</param>
        /// <returns>DataView đã được Filter</returns>
        public static DataView select_in_ds(DataSet ip_ds, String ip_query, C1.Win.C1FlexGrid.C1FlexGrid ip_fg = null)
        {
            DataView v_dv = ip_ds.Tables[0].DefaultView;

            v_dv.RowFilter = ip_query;

            if (ip_fg != null)
            {
                load_dv_2_grid(v_dv, ip_fg);
            }

            return(v_dv);
        }
Example #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this._flex      = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.timer1     = new System.Windows.Forms.Timer(this.components);
     this._chkBlink  = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.BackColor  = System.Drawing.SystemColors.Window;
     this._flex.ColumnInfo = "10,1,0,0,0,85,Columns:";
     this._flex.Dock       = System.Windows.Forms.DockStyle.Fill;
     this._flex.Location   = new System.Drawing.Point(0, 32);
     this._flex.Name       = "_flex";
     this._flex.Size       = new System.Drawing.Size(376, 173);
     this._flex.Styles     = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex   = 0;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick   += new System.EventHandler(this.timer1_Tick);
     //
     // _chkBlink
     //
     this._chkBlink.Checked         = true;
     this._chkBlink.CheckState      = System.Windows.Forms.CheckState.Checked;
     this._chkBlink.Dock            = System.Windows.Forms.DockStyle.Top;
     this._chkBlink.Name            = "_chkBlink";
     this._chkBlink.Size            = new System.Drawing.Size(376, 32);
     this._chkBlink.TabIndex        = 1;
     this._chkBlink.Text            = "&Blink";
     this._chkBlink.CheckedChanged += new System.EventHandler(this._chkBlink_CheckedChanged);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(376, 205);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex,
         this._chkBlink
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Blinking Cells";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex          = new C1.Win.C1FlexGrid.C1FlexGrid();
     this._btnDataSource = new System.Windows.Forms.Button();
     this._btnViewSql    = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo       = "10,1,0,0,0,85,Columns:0{Width:24;}\t";
     this._flex.Dock             = System.Windows.Forms.DockStyle.Fill;
     this._flex.Location         = new System.Drawing.Point(0, 45);
     this._flex.Name             = "_flex";
     this._flex.Rows.DefaultSize = 19;
     this._flex.Size             = new System.Drawing.Size(504, 281);
     this._flex.TabIndex         = 0;
     //
     // _btnDataSource
     //
     this._btnDataSource.Location = new System.Drawing.Point(10, 9);
     this._btnDataSource.Name     = "_btnDataSource";
     this._btnDataSource.Size     = new System.Drawing.Size(163, 28);
     this._btnDataSource.TabIndex = 1;
     this._btnDataSource.Text     = "Select Data Source...";
     this._btnDataSource.Click   += new System.EventHandler(this._btnDataSource_Click);
     //
     // _btnViewSql
     //
     this._btnViewSql.Location = new System.Drawing.Point(192, 9);
     this._btnViewSql.Name     = "_btnViewSql";
     this._btnViewSql.Size     = new System.Drawing.Size(163, 28);
     this._btnViewSql.TabIndex = 1;
     this._btnViewSql.Text     = "View Sql Statement...";
     this._btnViewSql.Click   += new System.EventHandler(this._btnViewSql_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(504, 326);
     this.Controls.Add(this._btnDataSource);
     this.Controls.Add(this._flex);
     this.Controls.Add(this._btnViewSql);
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(0, 45, 0, 0);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Sql Builder";
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Example #25
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="flexGrid"></param>
        public void BindC1FlexGridDisplayLineNumbers(C1.Win.C1FlexGrid.C1FlexGrid flexGrid)
        {
            flexGrid.DrawMode = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw;

            flexGrid.OwnerDrawCell += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(
                delegate(object sender, C1.Win.C1FlexGrid.OwnerDrawCellEventArgs e)
            {
                if (e.Row >= flexGrid.Rows.Fixed)
                {
                    // 添加行号
                    flexGrid.Rows[e.Row][0] = e.Row - flexGrid.Rows.Fixed + 1;
                }
            });
        }
Example #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.sb   = new System.Windows.Forms.StatusBar();
     ((System.ComponentModel.ISupportInitialize)(this.flex)).BeginInit();
     this.SuspendLayout();
     //
     // flex
     //
     this.flex.Cols.Count              = 10;
     this.flex.Cols.Fixed              = 1;
     this.flex.Cols.MaxSize            = 0;
     this.flex.Cols.MinSize            = 0;
     this.flex.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.flex.Name                    = "flex";
     this.flex.Rows.Count              = 50;
     this.flex.Rows.Fixed              = 1;
     this.flex.Rows.MaxSize            = 0;
     this.flex.Rows.MinSize            = 0;
     this.flex.Size                    = new System.Drawing.Size(408, 295);
     this.flex.Styles                  = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:LightBlue;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this.flex.TabIndex                = 0;
     this.flex.Tree.LineColor          = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(128)));
     this.flex.Tree.NodeImageCollapsed = ((System.Drawing.Bitmap)(resources.GetObject("flex.Tree.NodeImageCollapsed")));
     this.flex.Tree.NodeImageExpanded  = ((System.Drawing.Bitmap)(resources.GetObject("flex.Tree.NodeImageExpanded")));
     this.flex.SetupEditor            += new C1.Win.C1FlexGrid.RowColEventHandler(this.flex_SetupEditor);
     //
     // sb
     //
     this.sb.Location = new System.Drawing.Point(0, 295);
     this.sb.Name     = "sb";
     this.sb.Size     = new System.Drawing.Size(408, 22);
     this.sb.TabIndex = 1;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(408, 317);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.flex,
         this.sb
     });
     this.KeyPreview = true;
     this.Name       = "Form1";
     this.Text       = "C1FlexGrid: Editor events";
     this.Load      += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.flex)).EndInit();
     this.ResumeLayout(false);
 }
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(V_GD_LICH_GOI_NOI_BO.NOI_DUNG_TRAO_DOI, e_col_Number.NOI_DUNG_TRAO_DOI);
            v_htb.Add(V_GD_LICH_GOI_NOI_BO.DATETIME_RESPOND, e_col_Number.DATETIME_RESPOND);
            v_htb.Add(V_GD_LICH_GOI_NOI_BO.NDD_HO_TEN, e_col_Number.NDD_HO_TEN);
            v_htb.Add(V_GD_LICH_GOI_NOI_BO.SO_DIEN_THOAI_GOI, e_col_Number.SO_DIEN_THOAI_GOI);
            v_htb.Add(V_GD_LICH_GOI_NOI_BO.DON_VI_LIEN_QUAN, e_col_Number.DON_VI_LIEN_QUAN);
            v_htb.Add(V_GD_LICH_GOI_NOI_BO.VOICE_CALL_LINK, e_col_Number.VOICE_CALL_LINK);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds.V_GD_LICH_GOI_NOI_BO.NewRow());

            return(v_obj_trans);
        }
Example #28
0
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(HT_NGUOI_SU_DUNG.TRANG_THAI, e_col_Number.TRANG_THAI);
            v_htb.Add(HT_NGUOI_SU_DUNG.NGUOI_TAO, e_col_Number.NGUOI_TAO);
            v_htb.Add(HT_NGUOI_SU_DUNG.TEN, e_col_Number.TEN);
            v_htb.Add(HT_NGUOI_SU_DUNG.TEN_TRUY_CAP, e_col_Number.TEN_TRUY_CAP);
            v_htb.Add(HT_NGUOI_SU_DUNG.BUILT_IN_YN, e_col_Number.BUILT_IN_YN);
            v_htb.Add(HT_NGUOI_SU_DUNG.NGAY_TAO, e_col_Number.NGAY_TAO);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds.HT_NGUOI_SU_DUNG.NewRow());

            return(v_obj_trans);
        }
Example #29
0
        /// <summary>
        /// 空表格
        /// </summary>
        /// <param name="flexGrid"></param>
        /// <param name="msg">填写的内容</param>
        public void SetC1FlexGridNullDataTable(C1.Win.C1FlexGrid.C1FlexGrid flexGrid, string msg)
        {
            DataTable dt = new DataTable();

            dt.Columns.Add("内容");

            DataRow dr = dt.NewRow();

            dr["内容"] = msg;

            dt.Rows.Add(dr);

            flexGrid.DataSource       = dt;
            flexGrid.Cols["内容"].Width = flexGrid.Width;
        }
Example #30
0
 public static string  D_GetDataFromVS1(C1.Win.C1FlexGrid.C1FlexGrid vs, string colname)
 {
     try
     {
         if (vs.GetData(vs.Row, colname) == null)
         {
             return("");
         }
         return(vs.GetData(vs.Row, colname) + "");
     }
     catch (Exception)
     {
         return(colname);
     }
 }
        public CSaveTrangThai1DongCuaGrid(C1.Win.C1FlexGrid.C1FlexGrid i_c1fg, 
            int i_Row)
        {
            Debug.Assert(i_c1fg.Rows.Count > i_c1fg.Rows.Fixed, "Khong co du lieu - mtv");
            Debug.Assert(i_Row >= i_c1fg.Rows.Fixed & i_Row < i_c1fg.Rows.Count, "Dong sai roi - mtv");

            m_GiaTriCuaDong = new ArrayList();

            int v_iColIndex = 0;
            for (v_iColIndex = 0; v_iColIndex <= i_c1fg.Cols.Count - 1; v_iColIndex++)
            {
                m_GiaTriCuaDong.Add(i_c1fg[i_Row, v_iColIndex]);
            }
            m_fg = i_c1fg;
            m_row_saved = i_Row;
            m_rowUserData = i_c1fg.Rows[i_Row].UserData;
        }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.grdToolbox = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.SnippetContextMenu = new System.Windows.Forms.ContextMenu();
     this.mniNsertSnippet = new System.Windows.Forms.MenuItem();
     this.mnuEditSnippet = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.grdToolbox)).BeginInit();
     this.SuspendLayout();
     //
     // grdToolbox
     //
     this.grdToolbox.AllowAddNew = true;
     this.grdToolbox.AllowDelete = true;
     this.grdToolbox.AllowDragging = C1.Win.C1FlexGrid.AllowDraggingEnum.Both;
     this.grdToolbox.AllowEditing = false;
     this.grdToolbox.AutoSearch = C1.Win.C1FlexGrid.AutoSearchEnum.FromTop;
     this.grdToolbox.BackColor = System.Drawing.SystemColors.Window;
     this.grdToolbox.BorderStyle = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.None;
     this.grdToolbox.ColumnInfo = "1,0,0,0,0,85,Columns:";
     this.grdToolbox.ContextMenu = this.SnippetContextMenu;
     this.grdToolbox.ExtendLastCol = true;
     this.grdToolbox.FocusRect = C1.Win.C1FlexGrid.FocusRectEnum.None;
     this.grdToolbox.HighLight = C1.Win.C1FlexGrid.HighLightEnum.WithFocus;
     this.grdToolbox.KeyActionEnter = C1.Win.C1FlexGrid.KeyActionEnum.None;
     this.grdToolbox.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveDown;
     this.grdToolbox.Location = new System.Drawing.Point(32, 16);
     this.grdToolbox.Name = "grdToolbox";
     this.grdToolbox.Rows.Count = 51;
     this.grdToolbox.Rows.Fixed = 0;
     this.grdToolbox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.grdToolbox.ScrollTips = true;
     this.grdToolbox.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.Cell;
     this.grdToolbox.Size = new System.Drawing.Size(128, 160);
     this.grdToolbox.Styles = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.grdToolbox.TabIndex = 1;
     this.grdToolbox.Click += new System.EventHandler(this.grdToolbox_Click);
     this.grdToolbox.DoubleClick += new System.EventHandler(this.grdToolbox_DoubleClick);
     //
     // SnippetContextMenu
     //
     this.SnippetContextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                        this.mniNsertSnippet,
                                                                                        this.mnuEditSnippet,
                                                                                        this.menuItem2});
     //
     // mniNsertSnippet
     //
     this.mniNsertSnippet.DefaultItem = true;
     this.mniNsertSnippet.Index = 0;
     this.mniNsertSnippet.Text = "&Insert into Regex";
     this.mniNsertSnippet.Click += new System.EventHandler(this.mniNsertSnippet_Click);
     //
     // mnuEditSnippet
     //
     this.mnuEditSnippet.Index = 1;
     this.mnuEditSnippet.Text = "&Edit snippet";
     this.mnuEditSnippet.Click += new System.EventHandler(this.mnuEditSnippet_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 2;
     this.menuItem2.Text = "-";
     //
     // SnippetsControl
     //
     this.Controls.Add(this.grdToolbox);
     this.Name = "SnippetsControl";
     this.Size = new System.Drawing.Size(216, 248);
     this.Load += new System.EventHandler(this.SnippetsControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.grdToolbox)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f100_TuDien));
     this.Splitter1 = new System.Windows.Forms.Splitter();
     base.KeyDown += new System.Windows.Forms.KeyEventHandler(f100_TuDien_KeyDown);
     base.Load += new System.EventHandler(f100_TuDien_Load);
     this.Panel1 = new System.Windows.Forms.Panel();
     this.m_lblFilter = new System.Windows.Forms.Label();
     this.m_cboLoaiTDFilter = new System.Windows.Forms.ComboBox();
     this.m_cboLoaiTDFilter.SelectedIndexChanged += new System.EventHandler(this.m_cboLoaiTDFilter_SelectedIndexChanged);
     this.m_lblInfo = new System.Windows.Forms.Label();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.Panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize) this.m_fg).BeginInit();
     this.SuspendLayout();
     //
     //Splitter1
     //
     this.Splitter1.Location = new System.Drawing.Point(0, 0);
     this.Splitter1.Name = "Splitter1";
     this.Splitter1.Size = new System.Drawing.Size(4, 493);
     this.Splitter1.TabIndex = 9;
     this.Splitter1.TabStop = false;
     //
     //Panel1
     //
     this.Panel1.Controls.Add(this.m_lblFilter);
     this.Panel1.Controls.Add(this.m_cboLoaiTDFilter);
     this.Panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.Panel1.Location = new System.Drawing.Point(4, 0);
     this.Panel1.Name = "Panel1";
     this.Panel1.Size = new System.Drawing.Size(768, 32);
     this.Panel1.TabIndex = 11;
     //
     //m_lblFilter
     //
     this.m_lblFilter.Location = new System.Drawing.Point(8, 11);
     this.m_lblFilter.Name = "m_lblFilter";
     this.m_lblFilter.Size = new System.Drawing.Size(80, 16);
     this.m_lblFilter.TabIndex = 12;
     this.m_lblFilter.Text = "Lọc theo loại";
     //
     //m_cboLoaiTDFilter
     //
     this.m_cboLoaiTDFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboLoaiTDFilter.Location = new System.Drawing.Point(104, 8);
     this.m_cboLoaiTDFilter.Name = "m_cboLoaiTDFilter";
     this.m_cboLoaiTDFilter.Size = new System.Drawing.Size(585, 22);
     this.m_cboLoaiTDFilter.TabIndex = 11;
     //
     //m_lblInfo
     //
     this.m_lblInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_lblInfo.Location = new System.Drawing.Point(4, 469);
     this.m_lblInfo.Name = "m_lblInfo";
     this.m_lblInfo.Size = new System.Drawing.Size(768, 24);
     this.m_lblInfo.TabIndex = 12;
     this.m_lblInfo.Text = "F3 : thêm ; F4 : sửa; ESC : thoát";
     //
     //m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.ExtendLastCol = true;
     this.m_fg.Location = new System.Drawing.Point(4, 32);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(768, 437);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 13;
     //
     //f100_TuDien
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(772, 493);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_lblInfo);
     this.Controls.Add(this.Panel1);
     this.Controls.Add(this.Splitter1);
     this.Font = new System.Drawing.Font("Tahoma", (float) (9.0F), System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, System.Convert.ToByte(0));
     this.Name = "f100_TuDien";
     this.Text = "M100 - Từ điển";
     this.Panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize) this.m_fg).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F506_CAP_NHAT_TRANG_THAI));
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.m_lbl_tu_ngay = new System.Windows.Forms.Label();
     this.m_grv_da_nhan = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_grv_da_chuyen = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_cmd_right_2_left_all = new SIS.Controls.Button.SiSButton();
     this.m_cmd_right_2_left = new SIS.Controls.Button.SiSButton();
     this.m_cmd_left_2_right_all = new SIS.Controls.Button.SiSButton();
     this.m_cmd_left_2_right = new SIS.Controls.Button.SiSButton();
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_cbo_trung_tam = new System.Windows.Forms.ComboBox();
     this.m_lbl_tieu_de = new System.Windows.Forms.Label();
     this.m_txt_key_word = new System.Windows.Forms.TextBox();
     this.m_tab_main = new System.Windows.Forms.TabControl();
     this.m_tm_bill_da_nhan = new System.Windows.Forms.TabPage();
     this.m_cmd_xem_bill_da_chuyen_cpn = new SIS.Controls.Button.SiSButton();
     this.m_tm_bill_da_chuyen_cho_cpn = new System.Windows.Forms.TabPage();
     this.m_cmd_da_chuyen_2_tra_lai = new SIS.Controls.Button.SiSButton();
     this.m_cmd_xem_ds_bill_da_nhan = new SIS.Controls.Button.SiSButton();
     this.m_tm_bill_bi_tra_lai = new System.Windows.Forms.TabPage();
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all = new SIS.Controls.Button.SiSButton();
     this.m_cmd_tra_lai_2_da_chuyen = new SIS.Controls.Button.SiSButton();
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl = new SIS.Controls.Button.SiSButton();
     this.m_grv_bi_tra_lai = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_tm_noi_bo_nhan_tra_lai = new System.Windows.Forms.TabPage();
     this.m_cmd_nhan_tra_lai_2_tra_lai = new SIS.Controls.Button.SiSButton();
     this.m_grv_noi_bo_nhan_tra_lai = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.label1 = new System.Windows.Forms.Label();
     this.m_lbl_den_ngay = new System.Windows.Forms.Label();
     this.m_rdb_tat_ca = new System.Windows.Forms.RadioButton();
     this.m_rdb_chon_thang = new System.Windows.Forms.RadioButton();
     this.m_rdb_chon_ngay = new System.Windows.Forms.RadioButton();
     this.m_dtp_tu_ngay = new BCTKApp.TCDatetime();
     this.m_dtp_den_ngay = new BCTKApp.TCDatetime();
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_da_nhan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_da_chuyen)).BeginInit();
     this.m_pnl_out_place_dm.SuspendLayout();
     this.m_tab_main.SuspendLayout();
     this.m_tm_bill_da_nhan.SuspendLayout();
     this.m_tm_bill_da_chuyen_cho_cpn.SuspendLayout();
     this.m_tm_bill_bi_tra_lai.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_bi_tra_lai)).BeginInit();
     this.m_tm_noi_bo_nhan_tra_lai.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_noi_bo_nhan_tra_lai)).BeginInit();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(135, 52);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(68, 16);
     this.label3.TabIndex = 44;
     this.label3.Text = "Trung tâm";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(184, 59);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(0, 13);
     this.label4.TabIndex = 43;
     //
     // m_lbl_tu_ngay
     //
     this.m_lbl_tu_ngay.AutoSize = true;
     this.m_lbl_tu_ngay.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_tu_ngay.Location = new System.Drawing.Point(521, 86);
     this.m_lbl_tu_ngay.Name = "m_lbl_tu_ngay";
     this.m_lbl_tu_ngay.Size = new System.Drawing.Size(56, 16);
     this.m_lbl_tu_ngay.TabIndex = 41;
     this.m_lbl_tu_ngay.Text = "Từ ngày";
     //
     // m_grv_da_nhan
     //
     this.m_grv_da_nhan.ColumnInfo = resources.GetString("m_grv_da_nhan.ColumnInfo");
     this.m_grv_da_nhan.Location = new System.Drawing.Point(6, 17);
     this.m_grv_da_nhan.Name = "m_grv_da_nhan";
     this.m_grv_da_nhan.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.RowRange;
     this.m_grv_da_nhan.Size = new System.Drawing.Size(749, 322);
     this.m_grv_da_nhan.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_grv_da_nhan.Styles"));
     this.m_grv_da_nhan.TabIndex = 36;
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 18;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(521, 121);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_search.TabIndex = 5;
     this.m_cmd_search.Text = "Tìm kiếm";
     //
     // 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_grv_da_chuyen
     //
     this.m_grv_da_chuyen.ColumnInfo = resources.GetString("m_grv_da_chuyen.ColumnInfo");
     this.m_grv_da_chuyen.Location = new System.Drawing.Point(6, 17);
     this.m_grv_da_chuyen.Name = "m_grv_da_chuyen";
     this.m_grv_da_chuyen.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.RowRange;
     this.m_grv_da_chuyen.Size = new System.Drawing.Size(749, 322);
     this.m_grv_da_chuyen.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_grv_da_chuyen.Styles"));
     this.m_grv_da_chuyen.TabIndex = 37;
     //
     // m_cmd_right_2_left_all
     //
     this.m_cmd_right_2_left_all.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_right_2_left_all.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_right_2_left_all.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_right_2_left_all.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_right_2_left_all.ImageIndex = 10;
     this.m_cmd_right_2_left_all.Location = new System.Drawing.Point(777, 171);
     this.m_cmd_right_2_left_all.Name = "m_cmd_right_2_left_all";
     this.m_cmd_right_2_left_all.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_right_2_left_all.TabIndex = 9;
     this.m_cmd_right_2_left_all.Text = "Huỷ tất cả ";
     //
     // m_cmd_right_2_left
     //
     this.m_cmd_right_2_left.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_right_2_left.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_right_2_left.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_right_2_left.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_right_2_left.ImageIndex = 10;
     this.m_cmd_right_2_left.Location = new System.Drawing.Point(777, 17);
     this.m_cmd_right_2_left.Name = "m_cmd_right_2_left";
     this.m_cmd_right_2_left.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_right_2_left.TabIndex = 8;
     this.m_cmd_right_2_left.Text = "Huỷ chuyển bill cho CPN";
     //
     // m_cmd_left_2_right_all
     //
     this.m_cmd_left_2_right_all.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_left_2_right_all.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_left_2_right_all.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_left_2_right_all.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmd_left_2_right_all.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_left_2_right_all.ImageIndex = 10;
     this.m_cmd_left_2_right_all.Location = new System.Drawing.Point(777, 95);
     this.m_cmd_left_2_right_all.Name = "m_cmd_left_2_right_all";
     this.m_cmd_left_2_right_all.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_left_2_right_all.TabIndex = 7;
     this.m_cmd_left_2_right_all.Text = "Chuyển tất cả bill cho CPN";
     //
     // m_cmd_left_2_right
     //
     this.m_cmd_left_2_right.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_left_2_right.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_left_2_right.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_left_2_right.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmd_left_2_right.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_left_2_right.ImageIndex = 10;
     this.m_cmd_left_2_right.Location = new System.Drawing.Point(777, 17);
     this.m_cmd_left_2_right.Name = "m_cmd_left_2_right";
     this.m_cmd_left_2_right.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_left_2_right.TabIndex = 6;
     this.m_cmd_left_2_right.Text = "Chuyển bill đã chọn cho CPN";
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 532);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(924, 37);
     this.m_pnl_out_place_dm.TabIndex = 50;
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 10;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(744, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 29);
     this.m_cmd_update.TabIndex = 10;
     this.m_cmd_update.Text = "&Cập nhật";
     this.m_cmd_update.Visible = false;
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 11;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(832, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 29);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Trở về (Esc)";
     //
     // m_cbo_trung_tam
     //
     this.m_cbo_trung_tam.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_trung_tam.FormattingEnabled = true;
     this.m_cbo_trung_tam.Location = new System.Drawing.Point(209, 51);
     this.m_cbo_trung_tam.Name = "m_cbo_trung_tam";
     this.m_cbo_trung_tam.Size = new System.Drawing.Size(277, 21);
     this.m_cbo_trung_tam.TabIndex = 2;
     //
     // m_lbl_tieu_de
     //
     this.m_lbl_tieu_de.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_tieu_de.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_tieu_de.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_tieu_de.Name = "m_lbl_tieu_de";
     this.m_lbl_tieu_de.Size = new System.Drawing.Size(924, 31);
     this.m_lbl_tieu_de.TabIndex = 51;
     this.m_lbl_tieu_de.Text = "CẬP NHẬT TRẠNG THÁI CPN";
     this.m_lbl_tieu_de.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_txt_key_word
     //
     this.m_txt_key_word.Location = new System.Drawing.Point(214, 124);
     this.m_txt_key_word.Name = "m_txt_key_word";
     this.m_txt_key_word.Size = new System.Drawing.Size(277, 20);
     this.m_txt_key_word.TabIndex = 53;
     //
     // m_tab_main
     //
     this.m_tab_main.Controls.Add(this.m_tm_bill_da_nhan);
     this.m_tab_main.Controls.Add(this.m_tm_bill_da_chuyen_cho_cpn);
     this.m_tab_main.Controls.Add(this.m_tm_bill_bi_tra_lai);
     this.m_tab_main.Controls.Add(this.m_tm_noi_bo_nhan_tra_lai);
     this.m_tab_main.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_tab_main.Location = new System.Drawing.Point(0, 166);
     this.m_tab_main.Name = "m_tab_main";
     this.m_tab_main.SelectedIndex = 0;
     this.m_tab_main.Size = new System.Drawing.Size(924, 366);
     this.m_tab_main.TabIndex = 61;
     //
     // m_tm_bill_da_nhan
     //
     this.m_tm_bill_da_nhan.Controls.Add(this.m_grv_da_nhan);
     this.m_tm_bill_da_nhan.Controls.Add(this.m_cmd_left_2_right);
     this.m_tm_bill_da_nhan.Controls.Add(this.m_cmd_xem_bill_da_chuyen_cpn);
     this.m_tm_bill_da_nhan.Controls.Add(this.m_cmd_left_2_right_all);
     this.m_tm_bill_da_nhan.Location = new System.Drawing.Point(4, 22);
     this.m_tm_bill_da_nhan.Name = "m_tm_bill_da_nhan";
     this.m_tm_bill_da_nhan.Padding = new System.Windows.Forms.Padding(3);
     this.m_tm_bill_da_nhan.Size = new System.Drawing.Size(916, 340);
     this.m_tm_bill_da_nhan.TabIndex = 0;
     this.m_tm_bill_da_nhan.Text = "DS bill đã nhận";
     this.m_tm_bill_da_nhan.UseVisualStyleBackColor = true;
     //
     // m_cmd_xem_bill_da_chuyen_cpn
     //
     this.m_cmd_xem_bill_da_chuyen_cpn.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xem_bill_da_chuyen_cpn.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xem_bill_da_chuyen_cpn.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xem_bill_da_chuyen_cpn.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmd_xem_bill_da_chuyen_cpn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xem_bill_da_chuyen_cpn.ImageIndex = 10;
     this.m_cmd_xem_bill_da_chuyen_cpn.Location = new System.Drawing.Point(777, 246);
     this.m_cmd_xem_bill_da_chuyen_cpn.Name = "m_cmd_xem_bill_da_chuyen_cpn";
     this.m_cmd_xem_bill_da_chuyen_cpn.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_xem_bill_da_chuyen_cpn.TabIndex = 7;
     this.m_cmd_xem_bill_da_chuyen_cpn.Text = "Xem ds bill đã chuyển cho CPN";
     //
     // m_tm_bill_da_chuyen_cho_cpn
     //
     this.m_tm_bill_da_chuyen_cho_cpn.Controls.Add(this.m_cmd_da_chuyen_2_tra_lai);
     this.m_tm_bill_da_chuyen_cho_cpn.Controls.Add(this.m_grv_da_chuyen);
     this.m_tm_bill_da_chuyen_cho_cpn.Controls.Add(this.m_cmd_right_2_left);
     this.m_tm_bill_da_chuyen_cho_cpn.Controls.Add(this.m_cmd_xem_ds_bill_da_nhan);
     this.m_tm_bill_da_chuyen_cho_cpn.Controls.Add(this.m_cmd_right_2_left_all);
     this.m_tm_bill_da_chuyen_cho_cpn.Location = new System.Drawing.Point(4, 22);
     this.m_tm_bill_da_chuyen_cho_cpn.Name = "m_tm_bill_da_chuyen_cho_cpn";
     this.m_tm_bill_da_chuyen_cho_cpn.Padding = new System.Windows.Forms.Padding(3);
     this.m_tm_bill_da_chuyen_cho_cpn.Size = new System.Drawing.Size(916, 340);
     this.m_tm_bill_da_chuyen_cho_cpn.TabIndex = 1;
     this.m_tm_bill_da_chuyen_cho_cpn.Text = "DS bill đã gửi thành công";
     this.m_tm_bill_da_chuyen_cho_cpn.UseVisualStyleBackColor = true;
     //
     // m_cmd_da_chuyen_2_tra_lai
     //
     this.m_cmd_da_chuyen_2_tra_lai.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_da_chuyen_2_tra_lai.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_da_chuyen_2_tra_lai.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_da_chuyen_2_tra_lai.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_da_chuyen_2_tra_lai.ImageIndex = 10;
     this.m_cmd_da_chuyen_2_tra_lai.Location = new System.Drawing.Point(777, 95);
     this.m_cmd_da_chuyen_2_tra_lai.Name = "m_cmd_da_chuyen_2_tra_lai";
     this.m_cmd_da_chuyen_2_tra_lai.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_da_chuyen_2_tra_lai.TabIndex = 38;
     this.m_cmd_da_chuyen_2_tra_lai.Text = "Chuyển Bill đã chọn sang bị trả lại";
     //
     // m_cmd_xem_ds_bill_da_nhan
     //
     this.m_cmd_xem_ds_bill_da_nhan.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xem_ds_bill_da_nhan.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xem_ds_bill_da_nhan.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xem_ds_bill_da_nhan.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xem_ds_bill_da_nhan.ImageIndex = 10;
     this.m_cmd_xem_ds_bill_da_nhan.Location = new System.Drawing.Point(777, 249);
     this.m_cmd_xem_ds_bill_da_nhan.Name = "m_cmd_xem_ds_bill_da_nhan";
     this.m_cmd_xem_ds_bill_da_nhan.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_xem_ds_bill_da_nhan.TabIndex = 9;
     this.m_cmd_xem_ds_bill_da_nhan.Text = "Xem danh sách bill đã nhận";
     //
     // m_tm_bill_bi_tra_lai
     //
     this.m_tm_bill_bi_tra_lai.Controls.Add(this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all);
     this.m_tm_bill_bi_tra_lai.Controls.Add(this.m_cmd_tra_lai_2_da_chuyen);
     this.m_tm_bill_bi_tra_lai.Controls.Add(this.m_cmd_tra_lai_2_noi_bo_nhan_tl);
     this.m_tm_bill_bi_tra_lai.Controls.Add(this.m_grv_bi_tra_lai);
     this.m_tm_bill_bi_tra_lai.Location = new System.Drawing.Point(4, 22);
     this.m_tm_bill_bi_tra_lai.Name = "m_tm_bill_bi_tra_lai";
     this.m_tm_bill_bi_tra_lai.Padding = new System.Windows.Forms.Padding(3);
     this.m_tm_bill_bi_tra_lai.Size = new System.Drawing.Size(916, 340);
     this.m_tm_bill_bi_tra_lai.TabIndex = 2;
     this.m_tm_bill_bi_tra_lai.Text = "DS bill bị trả lại";
     this.m_tm_bill_bi_tra_lai.UseVisualStyleBackColor = true;
     //
     // m_cmd_tra_lai_2_noi_bo_nhan_tl_all
     //
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.ImageIndex = 10;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.Location = new System.Drawing.Point(773, 112);
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.Name = "m_cmd_tra_lai_2_noi_bo_nhan_tl_all";
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.TabIndex = 41;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl_all.Text = "Chuyển tất cả sang đơn vị nhận trả lại";
     //
     // m_cmd_tra_lai_2_da_chuyen
     //
     this.m_cmd_tra_lai_2_da_chuyen.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_tra_lai_2_da_chuyen.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_tra_lai_2_da_chuyen.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_tra_lai_2_da_chuyen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_tra_lai_2_da_chuyen.ImageIndex = 10;
     this.m_cmd_tra_lai_2_da_chuyen.Location = new System.Drawing.Point(773, 208);
     this.m_cmd_tra_lai_2_da_chuyen.Name = "m_cmd_tra_lai_2_da_chuyen";
     this.m_cmd_tra_lai_2_da_chuyen.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_tra_lai_2_da_chuyen.TabIndex = 40;
     this.m_cmd_tra_lai_2_da_chuyen.Text = "Hủy trạng thái bill bị trả lại";
     //
     // m_cmd_tra_lai_2_noi_bo_nhan_tl
     //
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.ImageIndex = 10;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.Location = new System.Drawing.Point(773, 19);
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.Name = "m_cmd_tra_lai_2_noi_bo_nhan_tl";
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.TabIndex = 39;
     this.m_cmd_tra_lai_2_noi_bo_nhan_tl.Text = "Chuyển bill đã chọn sang đơn vị nhận trả lại";
     //
     // m_grv_bi_tra_lai
     //
     this.m_grv_bi_tra_lai.ColumnInfo = resources.GetString("m_grv_bi_tra_lai.ColumnInfo");
     this.m_grv_bi_tra_lai.Location = new System.Drawing.Point(6, 17);
     this.m_grv_bi_tra_lai.Name = "m_grv_bi_tra_lai";
     this.m_grv_bi_tra_lai.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.RowRange;
     this.m_grv_bi_tra_lai.Size = new System.Drawing.Size(749, 322);
     this.m_grv_bi_tra_lai.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_grv_bi_tra_lai.Styles"));
     this.m_grv_bi_tra_lai.TabIndex = 38;
     //
     // m_tm_noi_bo_nhan_tra_lai
     //
     this.m_tm_noi_bo_nhan_tra_lai.Controls.Add(this.m_cmd_nhan_tra_lai_2_tra_lai);
     this.m_tm_noi_bo_nhan_tra_lai.Controls.Add(this.m_grv_noi_bo_nhan_tra_lai);
     this.m_tm_noi_bo_nhan_tra_lai.Location = new System.Drawing.Point(4, 22);
     this.m_tm_noi_bo_nhan_tra_lai.Name = "m_tm_noi_bo_nhan_tra_lai";
     this.m_tm_noi_bo_nhan_tra_lai.Padding = new System.Windows.Forms.Padding(3);
     this.m_tm_noi_bo_nhan_tra_lai.Size = new System.Drawing.Size(916, 340);
     this.m_tm_noi_bo_nhan_tra_lai.TabIndex = 3;
     this.m_tm_noi_bo_nhan_tra_lai.Text = "DS bill đơn vị đã nhận trả lại";
     this.m_tm_noi_bo_nhan_tra_lai.UseVisualStyleBackColor = true;
     //
     // m_cmd_nhan_tra_lai_2_tra_lai
     //
     this.m_cmd_nhan_tra_lai_2_tra_lai.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_nhan_tra_lai_2_tra_lai.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_nhan_tra_lai_2_tra_lai.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_nhan_tra_lai_2_tra_lai.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_nhan_tra_lai_2_tra_lai.ImageIndex = 10;
     this.m_cmd_nhan_tra_lai_2_tra_lai.Location = new System.Drawing.Point(782, 24);
     this.m_cmd_nhan_tra_lai_2_tra_lai.Name = "m_cmd_nhan_tra_lai_2_tra_lai";
     this.m_cmd_nhan_tra_lai_2_tra_lai.Size = new System.Drawing.Size(115, 72);
     this.m_cmd_nhan_tra_lai_2_tra_lai.TabIndex = 43;
     this.m_cmd_nhan_tra_lai_2_tra_lai.Text = "Hủy trạng thái bill đã chọn";
     //
     // m_grv_noi_bo_nhan_tra_lai
     //
     this.m_grv_noi_bo_nhan_tra_lai.ColumnInfo = resources.GetString("m_grv_noi_bo_nhan_tra_lai.ColumnInfo");
     this.m_grv_noi_bo_nhan_tra_lai.Location = new System.Drawing.Point(6, 17);
     this.m_grv_noi_bo_nhan_tra_lai.Name = "m_grv_noi_bo_nhan_tra_lai";
     this.m_grv_noi_bo_nhan_tra_lai.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.RowRange;
     this.m_grv_noi_bo_nhan_tra_lai.Size = new System.Drawing.Size(749, 322);
     this.m_grv_noi_bo_nhan_tra_lai.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_grv_noi_bo_nhan_tra_lai.Styles"));
     this.m_grv_noi_bo_nhan_tra_lai.TabIndex = 41;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(135, 128);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(55, 16);
     this.label1.TabIndex = 62;
     this.label1.Text = "Từ khóa";
     //
     // m_lbl_den_ngay
     //
     this.m_lbl_den_ngay.AutoSize = true;
     this.m_lbl_den_ngay.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_den_ngay.Location = new System.Drawing.Point(716, 86);
     this.m_lbl_den_ngay.Name = "m_lbl_den_ngay";
     this.m_lbl_den_ngay.Size = new System.Drawing.Size(67, 16);
     this.m_lbl_den_ngay.TabIndex = 64;
     this.m_lbl_den_ngay.Text = "Đến  ngày";
     //
     // m_rdb_tat_ca
     //
     this.m_rdb_tat_ca.AutoSize = true;
     this.m_rdb_tat_ca.Checked = true;
     this.m_rdb_tat_ca.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_rdb_tat_ca.ForeColor = System.Drawing.Color.Maroon;
     this.m_rdb_tat_ca.Location = new System.Drawing.Point(212, 84);
     this.m_rdb_tat_ca.Name = "m_rdb_tat_ca";
     this.m_rdb_tat_ca.Size = new System.Drawing.Size(62, 20);
     this.m_rdb_tat_ca.TabIndex = 65;
     this.m_rdb_tat_ca.TabStop = true;
     this.m_rdb_tat_ca.Text = "Tất cả";
     this.m_rdb_tat_ca.UseVisualStyleBackColor = true;
     //
     // m_rdb_chon_thang
     //
     this.m_rdb_chon_thang.AutoSize = true;
     this.m_rdb_chon_thang.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_rdb_chon_thang.ForeColor = System.Drawing.Color.Maroon;
     this.m_rdb_chon_thang.Location = new System.Drawing.Point(290, 84);
     this.m_rdb_chon_thang.Name = "m_rdb_chon_thang";
     this.m_rdb_chon_thang.Size = new System.Drawing.Size(92, 20);
     this.m_rdb_chon_thang.TabIndex = 66;
     this.m_rdb_chon_thang.Text = "Chọn tháng";
     this.m_rdb_chon_thang.UseVisualStyleBackColor = true;
     //
     // m_rdb_chon_ngay
     //
     this.m_rdb_chon_ngay.AutoSize = true;
     this.m_rdb_chon_ngay.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_rdb_chon_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_rdb_chon_ngay.Location = new System.Drawing.Point(397, 84);
     this.m_rdb_chon_ngay.Name = "m_rdb_chon_ngay";
     this.m_rdb_chon_ngay.Size = new System.Drawing.Size(88, 20);
     this.m_rdb_chon_ngay.TabIndex = 67;
     this.m_rdb_chon_ngay.Text = "Chọn ngày";
     this.m_rdb_chon_ngay.UseVisualStyleBackColor = true;
     //
     // m_dtp_tu_ngay
     //
     this.m_dtp_tu_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_dtp_tu_ngay.Location = new System.Drawing.Point(583, 84);
     this.m_dtp_tu_ngay.Mask = "00/00/0000";
     this.m_dtp_tu_ngay.Name = "m_dtp_tu_ngay";
     this.m_dtp_tu_ngay.Size = new System.Drawing.Size(74, 20);
     this.m_dtp_tu_ngay.TabIndex = 68;
     this.m_dtp_tu_ngay.ValidatingType = typeof(System.DateTime);
     //
     // m_dtp_den_ngay
     //
     this.m_dtp_den_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_dtp_den_ngay.Location = new System.Drawing.Point(788, 84);
     this.m_dtp_den_ngay.Mask = "00/00/0000";
     this.m_dtp_den_ngay.Name = "m_dtp_den_ngay";
     this.m_dtp_den_ngay.Size = new System.Drawing.Size(89, 20);
     this.m_dtp_den_ngay.TabIndex = 69;
     this.m_dtp_den_ngay.ValidatingType = typeof(System.DateTime);
     //
     // F506_CAP_NHAT_TRANG_THAI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(924, 569);
     this.Controls.Add(this.m_dtp_den_ngay);
     this.Controls.Add(this.m_dtp_tu_ngay);
     this.Controls.Add(this.m_rdb_chon_ngay);
     this.Controls.Add(this.m_rdb_chon_thang);
     this.Controls.Add(this.m_rdb_tat_ca);
     this.Controls.Add(this.m_lbl_den_ngay);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_tab_main);
     this.Controls.Add(this.m_txt_key_word);
     this.Controls.Add(this.m_lbl_tieu_de);
     this.Controls.Add(this.m_cbo_trung_tam);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.m_lbl_tu_ngay);
     this.Controls.Add(this.m_cmd_search);
     this.Name = "F506_CAP_NHAT_TRANG_THAI";
     this.Text = "F506-Cập nhật trạng thái CPN";
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_da_nhan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_da_chuyen)).EndInit();
     this.m_pnl_out_place_dm.ResumeLayout(false);
     this.m_tab_main.ResumeLayout(false);
     this.m_tm_bill_da_nhan.ResumeLayout(false);
     this.m_tm_bill_da_chuyen_cho_cpn.ResumeLayout(false);
     this.m_tm_bill_bi_tra_lai.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_bi_tra_lai)).EndInit();
     this.m_tm_noi_bo_nhan_tra_lai.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_noi_bo_nhan_tra_lai)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLoad));
     this.btnLogin = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnLoad = new System.Windows.Forms.Button();
     this.flgView = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.btnDel = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.flgView)).BeginInit();
     this.SuspendLayout();
     //
     // btnLogin
     //
     this.btnLogin.Location = new System.Drawing.Point(477, 322);
     this.btnLogin.Name = "btnLogin";
     this.btnLogin.Size = new System.Drawing.Size(99, 23);
     this.btnLogin.TabIndex = 7;
     this.btnLogin.Text = "登    陆";
     this.btnLogin.UseVisualStyleBackColor = true;
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(355, 322);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(99, 23);
     this.btnSave.TabIndex = 6;
     this.btnSave.Text = "保存配置";
     this.btnSave.UseVisualStyleBackColor = true;
     //
     // btnLoad
     //
     this.btnLoad.Location = new System.Drawing.Point(233, 322);
     this.btnLoad.Name = "btnLoad";
     this.btnLoad.Size = new System.Drawing.Size(99, 23);
     this.btnLoad.TabIndex = 5;
     this.btnLoad.Text = "载入配置";
     this.btnLoad.UseVisualStyleBackColor = true;
     //
     // flgView
     //
     this.flgView.AllowDelete = true;
     this.flgView.AllowResizing = C1.Win.C1FlexGrid.AllowResizingEnum.ColumnsUniform;
     this.flgView.ColumnInfo = "1,1,0,0,0,100,Columns:0{Visible:False;}\t";
     this.flgView.Location = new System.Drawing.Point(13, 6);
     this.flgView.Name = "flgView";
     this.flgView.Rows.Count = 1;
     this.flgView.Rows.DefaultSize = 20;
     this.flgView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.flgView.ScrollOptions = C1.Win.C1FlexGrid.ScrollFlags.AlwaysVisible;
     this.flgView.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.ListBox;
     this.flgView.Size = new System.Drawing.Size(695, 306);
     this.flgView.TabIndex = 4;
     //
     // btnDel
     //
     this.btnDel.Location = new System.Drawing.Point(13, 322);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(99, 23);
     this.btnDel.TabIndex = 8;
     this.btnDel.Text = "删    除";
     this.btnDel.UseVisualStyleBackColor = true;
     //
     // FrmLoad
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(720, 357);
     this.Controls.Add(this.btnDel);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnLoad);
     this.Controls.Add(this.flgView);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmLoad";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "frmLoad";
     ((System.ComponentModel.ISupportInitialize)(this.flgView)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.c1ContextMenu1 = new C1.Win.C1Command.C1ContextMenu();
     this.c1CommandLink1 = new C1.Win.C1Command.C1CommandLink();
     this.cmdInsertCurrent = new C1.Win.C1Command.C1Command();
     this.c1CommandLink2 = new C1.Win.C1Command.C1CommandLink();
     this.cmdInsertNew = new C1.Win.C1Command.C1Command();
     this.c1CommandLink3 = new C1.Win.C1Command.C1CommandLink();
     this.cmdSetCurrentExpression = new C1.Win.C1Command.C1Command();
     this.c1CommandLink4 = new C1.Win.C1Command.C1CommandLink();
     this.cmdSetCurrentInput = new C1.Win.C1Command.C1Command();
     this.mnuInsertCurrentDocument = new System.Windows.Forms.MenuItem();
     this.mnuSetCurrentRegex = new System.Windows.Forms.MenuItem();
     this.mnuSetCurrentInput = new System.Windows.Forms.MenuItem();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.mnuINsertNewDocument = new System.Windows.Forms.MenuItem();
     this.pnlpanel1 = new System.Windows.Forms.Panel();
     this.grd = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.SnippetContextMenu = new System.Windows.Forms.ContextMenu();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.txtInfo = new System.Windows.Forms.TextBox();
     this.llblinkLabel1 = new System.Windows.Forms.LinkLabel();
     this.cmdSearch = new System.Windows.Forms.Button();
     this.lbllabel1 = new System.Windows.Forms.Label();
     this.txtStatus = new System.Windows.Forms.TextBox();
     this.lnkConnectOptions = new System.Windows.Forms.LinkLabel();
     this.c1CommandHolder1 = new C1.Win.C1Command.C1CommandHolder();
     this.pnlpanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).BeginInit();
     this.SuspendLayout();
     //
     // c1ContextMenu1
     //
     this.c1ContextMenu1.CommandLinks.Add(this.c1CommandLink1);
     this.c1ContextMenu1.CommandLinks.Add(this.c1CommandLink2);
     this.c1ContextMenu1.CommandLinks.Add(this.c1CommandLink3);
     this.c1ContextMenu1.CommandLinks.Add(this.c1CommandLink4);
     this.c1ContextMenu1.Name = "c1ContextMenu1";
     this.c1ContextMenu1.Width = 100;
     this.c1ContextMenu1.Click += new C1.Win.C1Command.ClickEventHandler(this.c1ContextMenu1_Click);
     //
     // c1CommandLink1
     //
     this.c1CommandLink1.Command = this.cmdInsertCurrent;
     this.c1CommandLink1.Text = "Insert into &Current window";
     //
     // cmdInsertCurrent
     //
     this.cmdInsertCurrent.Name = "cmdInsertCurrent";
     this.cmdInsertCurrent.Text = "Insert into current window";
     //
     // c1CommandLink2
     //
     this.c1CommandLink2.Command = this.cmdInsertNew;
     //
     // cmdInsertNew
     //
     this.cmdInsertNew.Name = "cmdInsertNew";
     this.cmdInsertNew.Text = "Insert into &New window";
     //
     // c1CommandLink3
     //
     this.c1CommandLink3.Command = this.cmdSetCurrentExpression;
     //
     // cmdSetCurrentExpression
     //
     this.cmdSetCurrentExpression.Name = "cmdSetCurrentExpression";
     this.cmdSetCurrentExpression.Text = "Set as current &Expression";
     //
     // c1CommandLink4
     //
     this.c1CommandLink4.Command = this.cmdSetCurrentInput;
     //
     // cmdSetCurrentInput
     //
     this.cmdSetCurrentInput.Name = "cmdSetCurrentInput";
     this.cmdSetCurrentInput.Text = "Set as current &Input";
     //
     // mnuInsertCurrentDocument
     //
     this.mnuInsertCurrentDocument.DefaultItem = true;
     this.mnuInsertCurrentDocument.Index = 0;
     this.mnuInsertCurrentDocument.Text = "Set Regex and input in &Current document";
     this.mnuInsertCurrentDocument.Click += new System.EventHandler(this.mnuInsertCurrentDocument_Click);
     //
     // mnuSetCurrentRegex
     //
     this.mnuSetCurrentRegex.Index = 1;
     this.mnuSetCurrentRegex.Text = "Set &Regex in current";
     this.mnuSetCurrentRegex.Click += new System.EventHandler(this.mnuSetCurrentRegex_Click);
     //
     // mnuSetCurrentInput
     //
     this.mnuSetCurrentInput.Index = 2;
     this.mnuSetCurrentInput.Text = "Set &Input in current";
     this.mnuSetCurrentInput.Click += new System.EventHandler(this.mnuSetCurrentInput_Click);
     //
     // txtSearch
     //
     this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearch.Location = new System.Drawing.Point(8, 24);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(272, 20);
     this.txtSearch.TabIndex = 0;
     this.txtSearch.Text = "search";
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     this.txtSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress);
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // mnuINsertNewDocument
     //
     this.mnuINsertNewDocument.Index = 4;
     this.mnuINsertNewDocument.Text = "Import into &New document";
     this.mnuINsertNewDocument.Click += new System.EventHandler(this.mnuINsertNewDocument_Click);
     //
     // pnlpanel1
     //
     this.pnlpanel1.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.pnlpanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlpanel1.Controls.Add(this.grd);
     this.pnlpanel1.Controls.Add(this.splitter1);
     this.pnlpanel1.Controls.Add(this.txtInfo);
     this.pnlpanel1.Location = new System.Drawing.Point(8, 80);
     this.pnlpanel1.Name = "pnlpanel1";
     this.pnlpanel1.Size = new System.Drawing.Size(272, 328);
     this.pnlpanel1.TabIndex = 16;
     //
     // grd
     //
     this.grd.AllowEditing = false;
     this.grd.AllowResizing = C1.Win.C1FlexGrid.AllowResizingEnum.BothUniform;
     this.grd.AutoResize = false;
     this.grd.AutoSearch = C1.Win.C1FlexGrid.AutoSearchEnum.FromTop;
     this.grd.BackColor = System.Drawing.SystemColors.Window;
     this.grd.BorderStyle = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.None;
     this.grd.ColumnInfo = @"3,0,0,0,0,85,Columns:0{Width:95;Name:""Description"";Caption:""Description"";DataType:System.String;TextAlign:LeftCenter;}	1{Name:""matches"";Caption:""Example"";DataType:System.String;TextAlign:LeftCenter;}	2{Name:""regular_expression"";Caption:""Expression"";DataType:System.String;TextAlign:LeftCenter;}	";
     this.grd.ContextMenu = this.SnippetContextMenu;
     this.grd.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grd.ExtendLastCol = true;
     this.grd.Location = new System.Drawing.Point(0, 0);
     this.grd.Name = "grd";
     this.grd.Rows.Count = 5;
     this.grd.ScrollTips = true;
     this.grd.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.Row;
     this.grd.Size = new System.Drawing.Size(270, 267);
     this.grd.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this.grd.TabIndex = 0;
     this.grd.DoubleClick += new System.EventHandler(this.grd_DoubleClick);
     this.grd.AfterSelChange += new C1.Win.C1FlexGrid.RangeEventHandler(this.grd_AfterSelChange);
     //
     // SnippetContextMenu
     //
     this.SnippetContextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                        this.mnuInsertCurrentDocument,
                                                                                        this.mnuSetCurrentRegex,
                                                                                        this.mnuSetCurrentInput,
                                                                                        this.menuItem1,
                                                                                        this.mnuINsertNewDocument});
     //
     // menuItem1
     //
     this.menuItem1.Index = 3;
     this.menuItem1.Text = "-";
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 267);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(270, 3);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop = false;
     //
     // txtInfo
     //
     this.txtInfo.BackColor = System.Drawing.SystemColors.Info;
     this.txtInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.txtInfo.Location = new System.Drawing.Point(0, 270);
     this.txtInfo.Multiline = true;
     this.txtInfo.Name = "txtInfo";
     this.txtInfo.ReadOnly = true;
     this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtInfo.Size = new System.Drawing.Size(270, 56);
     this.txtInfo.TabIndex = 0;
     this.txtInfo.Text = "information";
     //
     // llblinkLabel1
     //
     this.llblinkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.llblinkLabel1.Location = new System.Drawing.Point(48, 8);
     this.llblinkLabel1.Name = "llblinkLabel1";
     this.llblinkLabel1.Size = new System.Drawing.Size(80, 16);
     this.llblinkLabel1.TabIndex = 3;
     this.llblinkLabel1.TabStop = true;
     this.llblinkLabel1.Text = "RegexLib.com";
     this.llblinkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblinkLabel1_LinkClicked);
     //
     // cmdSearch
     //
     this.cmdSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cmdSearch.Location = new System.Drawing.Point(8, 48);
     this.cmdSearch.Name = "cmdSearch";
     this.cmdSearch.Size = new System.Drawing.Size(80, 24);
     this.cmdSearch.TabIndex = 1;
     this.cmdSearch.Text = "&Search";
     this.cmdSearch.Click += new System.EventHandler(this.cmdSearch_Click);
     //
     // lbllabel1
     //
     this.lbllabel1.Location = new System.Drawing.Point(8, 8);
     this.lbllabel1.Name = "lbllabel1";
     this.lbllabel1.Size = new System.Drawing.Size(40, 16);
     this.lbllabel1.TabIndex = 13;
     this.lbllabel1.Text = "Search";
     //
     // txtStatus
     //
     this.txtStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtStatus.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtStatus.Location = new System.Drawing.Point(96, 48);
     this.txtStatus.Multiline = true;
     this.txtStatus.Name = "txtStatus";
     this.txtStatus.ReadOnly = true;
     this.txtStatus.Size = new System.Drawing.Size(184, 24);
     this.txtStatus.TabIndex = 18;
     this.txtStatus.Text = "";
     this.txtStatus.Visible = false;
     //
     // lnkConnectOptions
     //
     this.lnkConnectOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lnkConnectOptions.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.lnkConnectOptions.Location = new System.Drawing.Point(8, 416);
     this.lnkConnectOptions.Name = "lnkConnectOptions";
     this.lnkConnectOptions.Size = new System.Drawing.Size(120, 16);
     this.lnkConnectOptions.TabIndex = 2;
     this.lnkConnectOptions.TabStop = true;
     this.lnkConnectOptions.Text = "Connection &Options...";
     this.lnkConnectOptions.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkConnectOptions_LinkClicked);
     //
     // c1CommandHolder1
     //
     this.c1CommandHolder1.Commands.Add(this.c1ContextMenu1);
     this.c1CommandHolder1.Commands.Add(this.cmdInsertCurrent);
     this.c1CommandHolder1.Commands.Add(this.cmdInsertNew);
     this.c1CommandHolder1.Commands.Add(this.cmdSetCurrentExpression);
     this.c1CommandHolder1.Commands.Add(this.cmdSetCurrentInput);
     this.c1CommandHolder1.Owner = this;
     //
     // WebSearchControl
     //
     this.BackColor = System.Drawing.Color.WhiteSmoke;
     this.Controls.Add(this.cmdSearch);
     this.Controls.Add(this.lbllabel1);
     this.Controls.Add(this.txtStatus);
     this.Controls.Add(this.lnkConnectOptions);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.pnlpanel1);
     this.Controls.Add(this.llblinkLabel1);
     this.Name = "WebSearchControl";
     this.Size = new System.Drawing.Size(288, 440);
     this.Load += new System.EventHandler(this.WebSearchControl_Load);
     this.pnlpanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f360_ban_giao_tien));
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_dat_tu_ngay = new System.Windows.Forms.DateTimePicker();
     this.m_lbl_tu_ngay = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.label3 = new System.Windows.Forms.Label();
     this.m_txt_tong_tien = new System.Windows.Forms.TextBox();
     this.m_lbl_tong_tien = new System.Windows.Forms.Label();
     this.m_cbo_nhan_vien_thu = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_lbl_den_ngay = new System.Windows.Forms.Label();
     this.m_dat_den_ngay = new System.Windows.Forms.DateTimePicker();
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_cmd_xuat_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel1.SuspendLayout();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.SuspendLayout();
     //
     // 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(703, 44);
     this.m_lbl_header.TabIndex = 0;
     this.m_lbl_header.Text = "BÀN GIAO TIỀN";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_dat_tu_ngay
     //
     this.m_dat_tu_ngay.CustomFormat = "dd/MM/yyyy";
     this.m_dat_tu_ngay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dat_tu_ngay.Location = new System.Drawing.Point(87, 3);
     this.m_dat_tu_ngay.Name = "m_dat_tu_ngay";
     this.m_dat_tu_ngay.Size = new System.Drawing.Size(121, 20);
     this.m_dat_tu_ngay.TabIndex = 1;
     //
     // m_lbl_tu_ngay
     //
     this.m_lbl_tu_ngay.AutoSize = true;
     this.m_lbl_tu_ngay.Location = new System.Drawing.Point(8, 5);
     this.m_lbl_tu_ngay.Name = "m_lbl_tu_ngay";
     this.m_lbl_tu_ngay.Size = new System.Drawing.Size(46, 13);
     this.m_lbl_tu_ngay.TabIndex = 0;
     this.m_lbl_tu_ngay.Text = "Từ ngày";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_cmd_search);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.m_txt_tong_tien);
     this.panel1.Controls.Add(this.m_lbl_tong_tien);
     this.panel1.Controls.Add(this.m_cbo_nhan_vien_thu);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.m_lbl_den_ngay);
     this.panel1.Controls.Add(this.m_dat_den_ngay);
     this.panel1.Controls.Add(this.m_dat_tu_ngay);
     this.panel1.Controls.Add(this.m_lbl_tu_ngay);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 44);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(703, 106);
     this.panel1.TabIndex = 1;
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 5;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(236, 30);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_search.TabIndex = 6;
     this.m_cmd_search.Text = "&Lọc phiếu";
     //
     // 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, "");
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location = new System.Drawing.Point(450, 70);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(62, 24);
     this.label3.TabIndex = 9;
     this.label3.Text = "(VNĐ)";
     //
     // m_txt_tong_tien
     //
     this.m_txt_tong_tien.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.m_txt_tong_tien.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.m_txt_tong_tien.ForeColor = System.Drawing.Color.Maroon;
     this.m_txt_tong_tien.Location = new System.Drawing.Point(229, 67);
     this.m_txt_tong_tien.Name = "m_txt_tong_tien";
     this.m_txt_tong_tien.ReadOnly = true;
     this.m_txt_tong_tien.Size = new System.Drawing.Size(215, 29);
     this.m_txt_tong_tien.TabIndex = 8;
     this.m_txt_tong_tien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // m_lbl_tong_tien
     //
     this.m_lbl_tong_tien.AutoSize = true;
     this.m_lbl_tong_tien.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.m_lbl_tong_tien.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_tong_tien.Location = new System.Drawing.Point(8, 70);
     this.m_lbl_tong_tien.Name = "m_lbl_tong_tien";
     this.m_lbl_tong_tien.Size = new System.Drawing.Size(188, 24);
     this.m_lbl_tong_tien.TabIndex = 7;
     this.m_lbl_tong_tien.Text = "TỔNG TIỀN ĐÃ THU";
     //
     // m_cbo_nhan_vien_thu
     //
     this.m_cbo_nhan_vien_thu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_nhan_vien_thu.FormattingEnabled = true;
     this.m_cbo_nhan_vien_thu.Location = new System.Drawing.Point(87, 35);
     this.m_cbo_nhan_vien_thu.Name = "m_cbo_nhan_vien_thu";
     this.m_cbo_nhan_vien_thu.Size = new System.Drawing.Size(143, 21);
     this.m_cbo_nhan_vien_thu.TabIndex = 5;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 38);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(56, 13);
     this.label1.TabIndex = 4;
     this.label1.Text = "Nhân viên";
     //
     // m_lbl_den_ngay
     //
     this.m_lbl_den_ngay.AutoSize = true;
     this.m_lbl_den_ngay.Location = new System.Drawing.Point(232, 7);
     this.m_lbl_den_ngay.Name = "m_lbl_den_ngay";
     this.m_lbl_den_ngay.Size = new System.Drawing.Size(53, 13);
     this.m_lbl_den_ngay.TabIndex = 2;
     this.m_lbl_den_ngay.Text = "Đến ngày";
     //
     // m_dat_den_ngay
     //
     this.m_dat_den_ngay.CustomFormat = "dd/MM/yyyy";
     this.m_dat_den_ngay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dat_den_ngay.Location = new System.Drawing.Point(304, 5);
     this.m_dat_den_ngay.Name = "m_dat_den_ngay";
     this.m_dat_den_ngay.Size = new System.Drawing.Size(128, 20);
     this.m_dat_den_ngay.TabIndex = 3;
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 358);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(703, 79);
     this.m_pnl_out_place_dm.TabIndex = 3;
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(403, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 71);
     this.m_cmd_exit.TabIndex = 4;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_cmd_xuat_excel
     //
     this.m_cmd_xuat_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xuat_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xuat_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_xuat_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xuat_excel.ImageIndex = 19;
     this.m_cmd_xuat_excel.ImageList = this.ImageList;
     this.m_cmd_xuat_excel.Location = new System.Drawing.Point(315, 4);
     this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
     this.m_cmd_xuat_excel.Size = new System.Drawing.Size(88, 71);
     this.m_cmd_xuat_excel.TabIndex = 3;
     this.m_cmd_xuat_excel.Text = "Xuất Excel";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(227, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 71);
     this.m_cmd_delete.TabIndex = 2;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(139, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 71);
     this.m_cmd_update.TabIndex = 1;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 13;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(135, 71);
     this.m_cmd_insert.TabIndex = 0;
     this.m_cmd_insert.Text = "&Bàn giao";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 150);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(703, 208);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 2;
     //
     // f360_ban_giao_tien
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(703, 437);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_lbl_header);
     this.Name = "f360_ban_giao_tien";
     this.Text = "F360 - Bàn giao tiền";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.ResumeLayout(false);
 }
Example #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxDatabaseDriver = new System.Windows.Forms.GroupBox();
     this.rbCSV = new System.Windows.Forms.RadioButton();
     this.rbDBase = new System.Windows.Forms.RadioButton();
     this.rbExcell = new System.Windows.Forms.RadioButton();
     this.openDatabase = new System.Windows.Forms.Button();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.grid = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.groupBoxDatabaseDriver.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxDatabaseDriver
     //
     this.groupBoxDatabaseDriver.Controls.Add(this.rbCSV);
     this.groupBoxDatabaseDriver.Controls.Add(this.rbDBase);
     this.groupBoxDatabaseDriver.Controls.Add(this.rbExcell);
     this.groupBoxDatabaseDriver.Controls.Add(this.openDatabase);
     this.groupBoxDatabaseDriver.Location = new System.Drawing.Point(5, 0);
     this.groupBoxDatabaseDriver.Name = "groupBoxDatabaseDriver";
     this.groupBoxDatabaseDriver.Size = new System.Drawing.Size(427, 56);
     this.groupBoxDatabaseDriver.TabIndex = 0;
     this.groupBoxDatabaseDriver.TabStop = false;
     this.groupBoxDatabaseDriver.Text = "Database Driver";
     //
     // rbCSV
     //
     this.rbCSV.Location = new System.Drawing.Point(16, 24);
     this.rbCSV.Name = "rbCSV";
     this.rbCSV.Size = new System.Drawing.Size(48, 24);
     this.rbCSV.TabIndex = 2;
     this.rbCSV.Text = "CSV";
     //
     // rbDBase
     //
     this.rbDBase.Location = new System.Drawing.Point(120, 24);
     this.rbDBase.Name = "rbDBase";
     this.rbDBase.Size = new System.Drawing.Size(56, 24);
     this.rbDBase.TabIndex = 0;
     this.rbDBase.Text = "dBase";
     //
     // rbExcell
     //
     this.rbExcell.Location = new System.Drawing.Point(224, 24);
     this.rbExcell.Name = "rbExcell";
     this.rbExcell.Size = new System.Drawing.Size(72, 24);
     this.rbExcell.TabIndex = 1;
     this.rbExcell.Text = "MS Excel";
     this.rbExcell.CheckedChanged += new System.EventHandler(this.rbExcell_CheckedChanged);
     //
     // openDatabase
     //
     this.openDatabase.Location = new System.Drawing.Point(344, 24);
     this.openDatabase.Name = "openDatabase";
     this.openDatabase.Size = new System.Drawing.Size(72, 24);
     this.openDatabase.TabIndex = 2;
     this.openDatabase.Text = "Open file";
     this.openDatabase.Click += new System.EventHandler(this.OpenDatabase_Click);
     //
     // openFileDialog
     //
     this.openFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog_FileOk);
     //
     // grid
     //
     this.grid.AllowEditing = false;
     this.grid.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.grid.BackColor = System.Drawing.Color.Silver;
     this.grid.ColumnInfo = "10,1,0,0,0,85,Columns:0{Width:28;}\t";
     this.grid.ExtendLastCol = true;
     this.grid.Location = new System.Drawing.Point(8, 64);
     this.grid.Name = "grid";
     this.grid.Size = new System.Drawing.Size(424, 280);
     this.grid.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(@"Normal{BackColor:GhostWhite;ForeColor:MidnightBlue;Border:Flat,1,RoyalBlue,Both;}	Fixed{BackColor:MidnightBlue;ForeColor:Lavender;Border:None,1,Black,Both;}	Highlight{BackColor:Teal;ForeColor:PaleGreen;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:Lavender;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this.grid.TabIndex = 5;
     this.grid.Visible = false;
     //
     // FrmDataSet
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(440, 350);
     this.Controls.Add(this.grid);
     this.Controls.Add(this.groupBoxDatabaseDriver);
     this.Name = "FrmDataSet";
     this.Text = "Training data";
     this.Load += new System.EventHandler(this.FrmDataSet_Load);
     this.Closed += new System.EventHandler(this.FrmDataSet_Closed);
     this.groupBoxDatabaseDriver.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f999_ht_nguoi_su_dung));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.SuspendLayout();
     //
     // 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_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 0);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(721, 36);
     this.m_pnl_out_place_dm.TabIndex = 0;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 0;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 11;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(629, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 3;
     this.m_cmd_exit.Text = "Trở về  (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 36);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(721, 368);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 1;
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(92, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 1;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(180, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 2;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // f999_ht_nguoi_su_dung
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(721, 404);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f999_ht_nguoi_su_dung";
     this.Text = "F999 - Thông tin người sử dụng";
     this.Load += new System.EventHandler(this.f999_ht_nguoi_su_dung_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.ResumeLayout(false);
 }