Beispiel #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.c1CommandDock1    = new C1.Win.C1Command.C1CommandDock();
     this.c1DockingTab1     = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage1 = new C1.Win.C1Command.C1DockingTabPage();
     this.Dep     = new GP8000.UserControl.CrtTaDepartment();
     this.panel1  = new System.Windows.Forms.Panel();
     this.panel2  = new System.Windows.Forms.Panel();
     this.panel5  = new System.Windows.Forms.Panel();
     this.cb_type = new System.Windows.Forms.ComboBox();
     this.ck_type = new System.Windows.Forms.CheckBox();
     this.dt1     = new C1.Win.C1Input.C1DateEdit();
     this.dt2     = new C1.Win.C1Input.C1DateEdit();
     this.txt2    = new System.Windows.Forms.TextBox();
     this.txt1    = new System.Windows.Forms.TextBox();
     this.ck      = new System.Windows.Forms.CheckBox();
     this.label1  = new System.Windows.Forms.Label();
     this.vs      = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel3  = new System.Windows.Forms.Panel();
     this.label5  = new System.Windows.Forms.Label();
     this.panel4  = new System.Windows.Forms.Panel();
     this.nav     = new Navigator1._0.NavigatorAuto();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // c1CommandDock1
     //
     this.c1CommandDock1.Controls.Add(this.c1DockingTab1);
     this.c1CommandDock1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.c1CommandDock1.Id       = 1;
     this.c1CommandDock1.Location = new System.Drawing.Point(0, 0);
     this.c1CommandDock1.Name     = "c1CommandDock1";
     this.c1CommandDock1.Size     = new System.Drawing.Size(244, 496);
     //
     // c1DockingTab1
     //
     this.c1DockingTab1.Alignment   = System.Windows.Forms.TabAlignment.Bottom;
     this.c1DockingTab1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1DockingTab1.CanAutoHide = true;
     this.c1DockingTab1.CanMoveTabs = true;
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage1);
     this.c1DockingTab1.Location      = new System.Drawing.Point(0, 0);
     this.c1DockingTab1.Name          = "c1DockingTab1";
     this.c1DockingTab1.SelectedIndex = 0;
     this.c1DockingTab1.ShowCaption   = true;
     this.c1DockingTab1.ShowSingleTab = false;
     this.c1DockingTab1.Size          = new System.Drawing.Size(244, 496);
     this.c1DockingTab1.TabIndex      = 0;
     this.c1DockingTab1.TabSizeMode   = C1.Win.C1Command.TabSizeModeEnum.Fit;
     this.c1DockingTab1.TabStyle      = C1.Win.C1Command.TabStyleEnum.WindowsXP;
     //
     // c1DockingTabPage1
     //
     this.c1DockingTabPage1.Controls.Add(this.Dep);
     this.c1DockingTabPage1.ImageIndex = -1;
     this.c1DockingTabPage1.Location   = new System.Drawing.Point(1, 1);
     this.c1DockingTabPage1.Name       = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size       = new System.Drawing.Size(239, 494);
     this.c1DockingTabPage1.TabIndex   = 0;
     this.c1DockingTabPage1.Text       = "Page1";
     //
     // Dep
     //
     this.Dep.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Dep.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Dep.Location = new System.Drawing.Point(0, 20);
     this.Dep.Name     = "Dep";
     this.Dep.Size     = new System.Drawing.Size(239, 474);
     this.Dep.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(244, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(980, 496);
     this.panel1.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel5);
     this.panel2.Controls.Add(this.vs);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 36);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(980, 460);
     this.panel2.TabIndex = 7;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.Moccasin;
     this.panel5.Controls.Add(this.cb_type);
     this.panel5.Controls.Add(this.ck_type);
     this.panel5.Controls.Add(this.dt1);
     this.panel5.Controls.Add(this.dt2);
     this.panel5.Controls.Add(this.txt2);
     this.panel5.Controls.Add(this.txt1);
     this.panel5.Controls.Add(this.ck);
     this.panel5.Controls.Add(this.label1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(980, 32);
     this.panel5.TabIndex = 12;
     this.panel5.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel5_Paint);
     //
     // cb_type
     //
     this.cb_type.DisplayMember = "2";
     this.cb_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb_type.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4"
     });
     this.cb_type.Location = new System.Drawing.Point(670, 2);
     this.cb_type.Name     = "cb_type";
     this.cb_type.Size     = new System.Drawing.Size(136, 24);
     this.cb_type.TabIndex = 167;
     this.cb_type.Tag      = "GRP_ID";
     //
     // ck_type
     //
     this.ck_type.Checked    = true;
     this.ck_type.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck_type.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.ck_type.Location   = new System.Drawing.Point(586, 6);
     this.ck_type.Name       = "ck_type";
     this.ck_type.TabIndex   = 168;
     this.ck_type.Text       = "CK_GRP_ID";
     //
     // dt1
     //
     this.dt1.CustomFormat = "yyyyMM";
     this.dt1.Enabled      = false;
     this.dt1.FormatType   = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt1.Location     = new System.Drawing.Point(100, 4);
     this.dt1.Name         = "dt1";
     this.dt1.Size         = new System.Drawing.Size(100, 23);
     this.dt1.TabIndex     = 148;
     this.dt1.Tag          = null;
     //
     // dt2
     //
     this.dt2.CustomFormat = "yyyyMM";
     this.dt2.Enabled      = false;
     this.dt2.FormatType   = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt2.Location     = new System.Drawing.Point(228, 4);
     this.dt2.Name         = "dt2";
     this.dt2.Size         = new System.Drawing.Size(100, 23);
     this.dt2.TabIndex     = 152;
     this.dt2.Tag          = null;
     //
     // txt2
     //
     this.txt2.BackColor = System.Drawing.Color.PeachPuff;
     this.txt2.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt2.Location  = new System.Drawing.Point(448, 4);
     this.txt2.MaxLength = 20;
     this.txt2.Name      = "txt2";
     this.txt2.Size      = new System.Drawing.Size(112, 23);
     this.txt2.TabIndex  = 151;
     this.txt2.Tag       = "EMP_I1";
     this.txt2.Text      = "";
     this.txt2.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
     this.txt2.Leave    += new System.EventHandler(this.txt_Leave);
     this.txt2.Enter    += new System.EventHandler(this.txt_Enter);
     //
     // txt1
     //
     this.txt1.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt1.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt1.Location  = new System.Drawing.Point(332, 4);
     this.txt1.MaxLength = 20;
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(112, 23);
     this.txt1.TabIndex  = 150;
     this.txt1.Tag       = "EMP_ID";
     this.txt1.Text      = "";
     this.txt1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
     this.txt1.Leave    += new System.EventHandler(this.txt_Leave);
     this.txt1.Enter    += new System.EventHandler(this.txt_Enter);
     //
     // ck
     //
     this.ck.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.ck.Location        = new System.Drawing.Point(8, 12);
     this.ck.Name            = "ck";
     this.ck.Size            = new System.Drawing.Size(96, 16);
     this.ck.TabIndex        = 149;
     this.ck.Tag             = "";
     this.ck.CheckedChanged += new System.EventHandler(this.ck_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(200, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(28, 16);
     this.label1.TabIndex = 153;
     this.label1.Tag      = "N";
     this.label1.Text     = "-->";
     //
     // 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(6, 36);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(968, 420);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 11;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(980, 36);
     this.panel3.TabIndex = 6;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.label5.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label5.Font      = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label5.Location  = new System.Drawing.Point(416, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(564, 36);
     this.label5.TabIndex  = 11;
     this.label5.Tag       = "";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.nav);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(416, 36);
     this.panel4.TabIndex = 10;
     //
     // nav
     //
     this.nav.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     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.History       = false;
     this.nav.IsNull        = true;
     this.nav.Language      = "EN";
     this.nav.Location      = new System.Drawing.Point(0, 2);
     this.nav.MSG_Exit      = false;
     this.nav.MulltiDel     = false;
     this.nav.Name          = "nav";
     this.nav.Security      = 0;
     this.nav.ShowPopupMenu = true;
     this.nav.Size          = new System.Drawing.Size(416, 32);
     this.nav.TabIndex      = 10;
     this.nav.Tag           = "";
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     this.nav.Load         += new System.EventHandler(this.nav_Load);
     //
     // frmTaMonthAddUp
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(1224, 496);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.c1CommandDock1);
     this.Font  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name  = "frmTaMonthAddUp";
     this.Text  = "frmTaMonthAddUp";
     this.Load += new System.EventHandler(this.frmTaMonthAddUp_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).EndInit();
     this.c1CommandDock1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit();
     this.c1DockingTab1.ResumeLayout(false);
     this.c1DockingTabPage1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #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.panel1            = new System.Windows.Forms.Panel();
     this.panel5            = new System.Windows.Forms.Panel();
     this.panel6            = new System.Windows.Forms.Panel();
     this.panel8            = new System.Windows.Forms.Panel();
     this.vs2               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.nav2              = new Navigator1._0.NavigatorAuto();
     this.txt5              = new System.Windows.Forms.TextBox();
     this.txt7              = new System.Windows.Forms.TextBox();
     this.txt6              = new System.Windows.Forms.TextBox();
     this.splitter2         = new System.Windows.Forms.Splitter();
     this.panel7            = new System.Windows.Forms.Panel();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.textBox3          = new System.Windows.Forms.TextBox();
     this.txt_EMP_NM        = new System.Windows.Forms.TextBox();
     this.label6            = new System.Windows.Forms.Label();
     this.cmd_ok            = new System.Windows.Forms.Button();
     this.dt                = new C1.Win.C1Input.C1DateEdit();
     this.label16           = new System.Windows.Forms.Label();
     this.txt_EMP_ID        = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.splitter1         = new System.Windows.Forms.Splitter();
     this.panel2            = new System.Windows.Forms.Panel();
     this.txt3              = new System.Windows.Forms.TextBox();
     this.txt2              = new System.Windows.Forms.TextBox();
     this.txt1              = new System.Windows.Forms.TextBox();
     this.vs                = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel3            = new System.Windows.Forms.Panel();
     this.label5            = new System.Windows.Forms.Label();
     this.panel4            = new System.Windows.Forms.Panel();
     this.nav               = new Navigator1._0.NavigatorAuto();
     this.c1CommandDock1    = new C1.Win.C1Command.C1CommandDock();
     this.c1DockingTab1     = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage1 = new C1.Win.C1Command.C1DockingTabPage();
     this.Dep               = new GP8000.UserControl.CrtTaDepartment();
     this.panel1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs2)).BeginInit();
     this.panel7.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel5);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.c1CommandDock1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1028, 572);
     this.panel1.TabIndex = 5;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.splitter1);
     this.panel5.Controls.Add(this.panel2);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel5.Location = new System.Drawing.Point(228, 36);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(800, 536);
     this.panel5.TabIndex = 4;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.panel8);
     this.panel6.Controls.Add(this.splitter2);
     this.panel6.Controls.Add(this.panel7);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel6.Location = new System.Drawing.Point(379, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(421, 536);
     this.panel6.TabIndex = 2;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.vs2);
     this.panel8.Controls.Add(this.nav2);
     this.panel8.Controls.Add(this.txt5);
     this.panel8.Controls.Add(this.txt7);
     this.panel8.Controls.Add(this.txt6);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel8.Location = new System.Drawing.Point(0, 135);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(421, 401);
     this.panel8.TabIndex = 2;
     //
     // vs2
     //
     this.vs2.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.vs2.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs2.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs2.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.vs2.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs2.Location     = new System.Drawing.Point(4, 64);
     this.vs2.Name         = "vs2";
     this.vs2.Size         = new System.Drawing.Size(412, 334);
     this.vs2.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs2.TabIndex     = 10;
     //
     // nav2
     //
     this.nav2.BackColor     = System.Drawing.SystemColors.Control;
     this.nav2.Connection    = null;
     this.nav2.ConnectionDel = null;
     this.nav2.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav2.form          = null;
     this.nav2.FormName      = null;
     this.nav2.Grid          = null;
     this.nav2.History       = false;
     this.nav2.IsNull        = true;
     this.nav2.Language      = "EN";
     this.nav2.Location      = new System.Drawing.Point(4, 32);
     this.nav2.MSG_Exit      = false;
     this.nav2.MulltiDel     = false;
     this.nav2.Name          = "nav2";
     this.nav2.Security      = 0;
     this.nav2.ShowPopupMenu = true;
     this.nav2.Size          = new System.Drawing.Size(408, 32);
     this.nav2.TabIndex      = 34;
     this.nav2.Tag           = "";
     this.nav2.ToolBar_Auto  = true;
     this.nav2.UserID        = null;
     this.nav2.VisibleGrid   = true;
     this.nav2.Where         = null;
     //
     // txt5
     //
     this.txt5.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt5.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt5.Location  = new System.Drawing.Point(4, 4);
     this.txt5.MaxLength = 20;
     this.txt5.Name      = "txt5";
     this.txt5.Size      = new System.Drawing.Size(112, 23);
     this.txt5.TabIndex  = 34;
     this.txt5.Tag       = "EMP_ID";
     this.txt5.Text      = "textBox3";
     //
     // txt7
     //
     this.txt7.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt7.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt7.Location  = new System.Drawing.Point(236, 4);
     this.txt7.MaxLength = 20;
     this.txt7.Name      = "txt7";
     this.txt7.Size      = new System.Drawing.Size(132, 23);
     this.txt7.TabIndex  = 36;
     this.txt7.Tag       = "EMP_NM";
     this.txt7.Text      = "textBox3";
     //
     // txt6
     //
     this.txt6.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt6.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt6.Location  = new System.Drawing.Point(120, 4);
     this.txt6.MaxLength = 20;
     this.txt6.Name      = "txt6";
     this.txt6.Size      = new System.Drawing.Size(112, 23);
     this.txt6.TabIndex  = 35;
     this.txt6.Tag       = "EMP_I1";
     this.txt6.Text      = "textBox3";
     //
     // splitter2
     //
     this.splitter2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter2.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.splitter2.Location = new System.Drawing.Point(0, 132);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(421, 3);
     this.splitter2.TabIndex = 1;
     this.splitter2.TabStop  = false;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.groupBox1);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel7.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(421, 132);
     this.panel7.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.txt_EMP_NM);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.cmd_ok);
     this.groupBox1.Controls.Add(this.dt);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.txt_EMP_ID);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(4, -4);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(412, 128);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Tag       = "N";
     //
     // textBox3
     //
     this.textBox3.BackColor = System.Drawing.Color.LemonChiffon;
     this.textBox3.Location  = new System.Drawing.Point(336, 48);
     this.textBox3.MaxLength = 50;
     this.textBox3.Name      = "textBox3";
     this.textBox3.ReadOnly  = true;
     this.textBox3.Size      = new System.Drawing.Size(220, 23);
     this.textBox3.TabIndex  = 138;
     this.textBox3.Tag       = "EMP_N1";
     this.textBox3.Text      = "";
     //
     // txt_EMP_NM
     //
     this.txt_EMP_NM.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt_EMP_NM.Location  = new System.Drawing.Point(116, 48);
     this.txt_EMP_NM.MaxLength = 50;
     this.txt_EMP_NM.Name      = "txt_EMP_NM";
     this.txt_EMP_NM.ReadOnly  = true;
     this.txt_EMP_NM.Size      = new System.Drawing.Size(220, 23);
     this.txt_EMP_NM.TabIndex  = 137;
     this.txt_EMP_NM.Tag       = "EMP_NM";
     this.txt_EMP_NM.Text      = "";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 56);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(112, 23);
     this.label6.TabIndex = 139;
     this.label6.Tag      = "";
     this.label6.Text     = "EMP_NM";
     //
     // cmd_ok
     //
     this.cmd_ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_ok.Location  = new System.Drawing.Point(152, 84);
     this.cmd_ok.Name      = "cmd_ok";
     this.cmd_ok.Size      = new System.Drawing.Size(108, 32);
     this.cmd_ok.TabIndex  = 136;
     this.cmd_ok.Text      = "button1";
     //
     // dt
     //
     this.dt.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt.Location   = new System.Drawing.Point(400, 16);
     this.dt.Name       = "dt";
     this.dt.Size       = new System.Drawing.Size(160, 23);
     this.dt.TabIndex   = 126;
     this.dt.Tag        = null;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(292, 24);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(112, 23);
     this.label16.TabIndex = 125;
     this.label16.Tag      = "";
     this.label16.Text     = "Mobi Date";
     //
     // txt_EMP_ID
     //
     this.txt_EMP_ID.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt_EMP_ID.Location  = new System.Drawing.Point(116, 16);
     this.txt_EMP_ID.MaxLength = 20;
     this.txt_EMP_ID.Name      = "txt_EMP_ID";
     this.txt_EMP_ID.ReadOnly  = true;
     this.txt_EMP_ID.Size      = new System.Drawing.Size(156, 23);
     this.txt_EMP_ID.TabIndex  = 30;
     this.txt_EMP_ID.Tag       = "EMP_ID";
     this.txt_EMP_ID.Text      = "";
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(8, 24);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(112, 23);
     this.label3.TabIndex  = 31;
     this.label3.Tag       = "";
     this.label3.Text      = "EMP_ID";
     //
     // splitter1
     //
     this.splitter1.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.splitter1.Location = new System.Drawing.Point(376, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 536);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.txt3);
     this.panel2.Controls.Add(this.txt2);
     this.panel2.Controls.Add(this.txt1);
     this.panel2.Controls.Add(this.vs);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(376, 536);
     this.panel2.TabIndex = 0;
     //
     // txt3
     //
     this.txt3.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt3.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt3.Location  = new System.Drawing.Point(240, 4);
     this.txt3.MaxLength = 20;
     this.txt3.Name      = "txt3";
     this.txt3.Size      = new System.Drawing.Size(132, 23);
     this.txt3.TabIndex  = 33;
     this.txt3.Tag       = "EMP_NM";
     this.txt3.Text      = "textBox3";
     //
     // txt2
     //
     this.txt2.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt2.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt2.Location  = new System.Drawing.Point(124, 4);
     this.txt2.MaxLength = 20;
     this.txt2.Name      = "txt2";
     this.txt2.Size      = new System.Drawing.Size(112, 23);
     this.txt2.TabIndex  = 32;
     this.txt2.Tag       = "EMP_I1";
     this.txt2.Text      = "textBox3";
     //
     // txt1
     //
     this.txt1.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt1.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt1.Location  = new System.Drawing.Point(8, 4);
     this.txt1.MaxLength = 20;
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(112, 23);
     this.txt1.TabIndex  = 31;
     this.txt1.Tag       = "EMP_ID";
     this.txt1.Text      = "textBox3";
     //
     // 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.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     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(372, 502);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 9;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel3.Location = new System.Drawing.Point(228, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(800, 36);
     this.panel3.TabIndex = 3;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.label5.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label5.Font      = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label5.Location  = new System.Drawing.Point(416, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(384, 36);
     this.label5.TabIndex  = 11;
     this.label5.Tag       = "";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.panel4.Controls.Add(this.nav);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel4.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(416, 36);
     this.panel4.TabIndex = 10;
     //
     // nav
     //
     this.nav.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     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.History       = false;
     this.nav.IsNull        = true;
     this.nav.Language      = "EN";
     this.nav.Location      = new System.Drawing.Point(3, 2);
     this.nav.MSG_Exit      = false;
     this.nav.MulltiDel     = false;
     this.nav.Name          = "nav";
     this.nav.Security      = 0;
     this.nav.ShowPopupMenu = false;
     this.nav.Size          = new System.Drawing.Size(472, 32);
     this.nav.TabIndex      = 9;
     this.nav.Tag           = "";
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // c1CommandDock1
     //
     this.c1CommandDock1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1CommandDock1.Controls.Add(this.c1DockingTab1);
     this.c1CommandDock1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.c1CommandDock1.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.c1CommandDock1.Id       = 1;
     this.c1CommandDock1.Location = new System.Drawing.Point(0, 0);
     this.c1CommandDock1.Name     = "c1CommandDock1";
     this.c1CommandDock1.Size     = new System.Drawing.Size(228, 572);
     //
     // c1DockingTab1
     //
     this.c1DockingTab1.Alignment   = System.Windows.Forms.TabAlignment.Bottom;
     this.c1DockingTab1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.c1DockingTab1.CanAutoHide = true;
     this.c1DockingTab1.CanMoveTabs = true;
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage1);
     this.c1DockingTab1.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.c1DockingTab1.Location      = new System.Drawing.Point(0, 0);
     this.c1DockingTab1.Name          = "c1DockingTab1";
     this.c1DockingTab1.SelectedIndex = 0;
     this.c1DockingTab1.ShowCaption   = true;
     this.c1DockingTab1.ShowSingleTab = false;
     this.c1DockingTab1.Size          = new System.Drawing.Size(226, 570);
     this.c1DockingTab1.TabIndex      = 0;
     this.c1DockingTab1.TabSizeMode   = C1.Win.C1Command.TabSizeModeEnum.Fit;
     this.c1DockingTab1.TabStyle      = C1.Win.C1Command.TabStyleEnum.WindowsXP;
     //
     // c1DockingTabPage1
     //
     this.c1DockingTabPage1.Controls.Add(this.Dep);
     this.c1DockingTabPage1.ImageIndex = -1;
     this.c1DockingTabPage1.Location   = new System.Drawing.Point(0, 0);
     this.c1DockingTabPage1.Name       = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size       = new System.Drawing.Size(223, 569);
     this.c1DockingTabPage1.TabIndex   = 0;
     this.c1DockingTabPage1.Text       = "Page1";
     //
     // Dep
     //
     this.Dep.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Dep.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Dep.Location = new System.Drawing.Point(0, 23);
     this.Dep.Name     = "Dep";
     this.Dep.Size     = new System.Drawing.Size(223, 546);
     this.Dep.TabIndex = 0;
     //
     // frmTaSea
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1028, 572);
     this.Controls.Add(this.panel1);
     this.Name  = "frmTaSea";
     this.Text  = "frmTaSea";
     this.Load += new System.EventHandler(this.frmTaSea_Load);
     this.panel1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs2)).EndInit();
     this.panel7.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).EndInit();
     this.c1CommandDock1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit();
     this.c1DockingTab1.ResumeLayout(false);
     this.c1DockingTabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }