Exemplo n.º 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.panel3            = new System.Windows.Forms.Panel();
     this.label3            = new System.Windows.Forms.Label();
     this.panel4            = new System.Windows.Forms.Panel();
     this.nav               = new Navigator1._0.NavigatorAuto();
     this.panel1            = new System.Windows.Forms.Panel();
     this.panel5            = new System.Windows.Forms.Panel();
     this.vs                = new C1.Win.C1FlexGrid.C1FlexGrid();
     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.panel2            = new System.Windows.Forms.Panel();
     this.ck                = new System.Windows.Forms.CheckBox();
     this.txt2              = new System.Windows.Forms.TextBox();
     this.txt1              = new System.Windows.Forms.TextBox();
     this.dt1               = new C1.Win.C1Input.C1DateEdit();
     this.dt2               = new C1.Win.C1Input.C1DateEdit();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).BeginInit();
     this.SuspendLayout();
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.panel3.Controls.Add(this.label3);
     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(1016, 36);
     this.panel3.TabIndex = 5;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.label3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font      = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label3.Location  = new System.Drawing.Point(416, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(600, 36);
     this.label3.TabIndex  = 11;
     this.label3.Tag       = "";
     this.label3.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);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel5);
     this.panel1.Controls.Add(this.c1CommandDock1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 36);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1016, 504);
     this.panel1.TabIndex = 6;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.vs);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(260, 60);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(756, 444);
     this.panel5.TabIndex = 2;
     //
     // 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.AutoResize   = false;
     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, 4);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(748, 436);
     this.vs.Styles       = new C1.Win.C1FlexGrid.CellStyleCollection(@"Normal{Font:Tahoma, 9.75pt;}	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.vs.TabIndex     = 10;
     this.vs.Click       += new System.EventHandler(this.vs_Click);
     //
     // 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, 60);
     this.c1CommandDock1.Name     = "c1CommandDock1";
     this.c1CommandDock1.Size     = new System.Drawing.Size(260, 444);
     //
     // 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(260, 444);
     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(255, 442);
     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(255, 422);
     this.Dep.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Moccasin;
     this.panel2.Controls.Add(this.ck);
     this.panel2.Controls.Add(this.txt2);
     this.panel2.Controls.Add(this.txt1);
     this.panel2.Controls.Add(this.dt1);
     this.panel2.Controls.Add(this.dt2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1016, 60);
     this.panel2.TabIndex = 0;
     //
     // ck
     //
     this.ck.Checked         = true;
     this.ck.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ck.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.ck.Location        = new System.Drawing.Point(4, 8);
     this.ck.Name            = "ck";
     this.ck.Size            = new System.Drawing.Size(20, 16);
     this.ck.TabIndex        = 146;
     this.ck.Tag             = "N";
     this.ck.CheckedChanged += new System.EventHandler(this.ck_CheckedChanged);
     //
     // 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(188, 32);
     this.txt2.MaxLength    = 20;
     this.txt2.Name         = "txt2";
     this.txt2.Size         = new System.Drawing.Size(96, 23);
     this.txt2.TabIndex     = 145;
     this.txt2.Tag          = "EMP_I1";
     this.txt2.Text         = "";
     this.txt2.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
     this.txt2.TextChanged += new System.EventHandler(this.txt2_TextChanged);
     //
     // 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(188, 4);
     this.txt1.MaxLength    = 20;
     this.txt1.Name         = "txt1";
     this.txt1.Size         = new System.Drawing.Size(96, 23);
     this.txt1.TabIndex     = 144;
     this.txt1.Tag          = "EMP_ID";
     this.txt1.Text         = "";
     this.txt1.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
     this.txt1.TextChanged += new System.EventHandler(this.txt1_TextChanged);
     //
     // dt1
     //
     this.dt1.FormatType   = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt1.Location     = new System.Drawing.Point(68, 4);
     this.dt1.Name         = "dt1";
     this.dt1.Size         = new System.Drawing.Size(120, 23);
     this.dt1.TabIndex     = 143;
     this.dt1.Tag          = null;
     this.dt1.TextChanged += new System.EventHandler(this.dt1_TextChanged);
     //
     // dt2
     //
     this.dt2.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt2.Location   = new System.Drawing.Point(68, 32);
     this.dt2.Name       = "dt2";
     this.dt2.Size       = new System.Drawing.Size(120, 23);
     this.dt2.TabIndex   = 141;
     this.dt2.Tag        = null;
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(24, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 23);
     this.label1.TabIndex  = 142;
     this.label1.Tag       = "";
     this.label1.Text      = "date";
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(24, 40);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 140;
     this.label2.Tag       = "";
     this.label2.Text      = "date";
     //
     // frmTaSussidy
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(1016, 540);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Font  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name  = "frmTaSussidy";
     this.Text  = "frmTaSussidy";
     this.Load += new System.EventHandler(this.frmTaDailyAttendanceList_Load);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     ((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.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.txt_RPT_DR        = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.c1DockingTab1     = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage1 = new C1.Win.C1Command.C1DockingTabPage();
     this.vs             = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.c1CommandDock1 = new C1.Win.C1Command.C1CommandDock();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.panel3         = new System.Windows.Forms.Panel();
     this.nav            = new Navigator1._0.NavigatorAuto();
     this.label5         = new System.Windows.Forms.Label();
     this.panel1         = new System.Windows.Forms.Panel();
     this.panel4         = new System.Windows.Forms.Panel();
     this.p         = new System.Windows.Forms.Panel();
     this.panel8    = new System.Windows.Forms.Panel();
     this.panel5    = new System.Windows.Forms.Panel();
     this.vs2       = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.nav2      = new Navigator1._0.NavigatorAuto();
     this.splitter3 = new System.Windows.Forms.Splitter();
     this.panel7    = new System.Windows.Forms.Panel();
     this.nav1      = new Navigator1._0.NavigatorAuto();
     this.vs1       = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel6    = new System.Windows.Forms.Panel();
     this.cmd_close = new System.Windows.Forms.Button();
     this.cmd_print = new System.Windows.Forms.Button();
     this.panel9    = new System.Windows.Forms.Panel();
     this.control1  = new GP8000.UserControl.CrtTaCondition1();
     this.dt1       = new C1.Win.C1Input.C1DateEdit();
     this.dt2       = new C1.Win.C1Input.C1DateEdit();
     this.ck        = new System.Windows.Forms.CheckBox();
     this.label2    = new System.Windows.Forms.Label();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel2    = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.p.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs2)).BeginInit();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).BeginInit();
     this.panel6.SuspendLayout();
     this.panel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // txt_RPT_DR
     //
     this.txt_RPT_DR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.txt_RPT_DR.BackColor = System.Drawing.SystemColors.Window;
     this.txt_RPT_DR.Location  = new System.Drawing.Point(104, 12);
     this.txt_RPT_DR.MaxLength = 200;
     this.txt_RPT_DR.Name      = "txt_RPT_DR";
     this.txt_RPT_DR.Size      = new System.Drawing.Size(596, 23);
     this.txt_RPT_DR.TabIndex  = 1;
     this.txt_RPT_DR.Tag       = "RPT_DR";
     this.txt_RPT_DR.Text      = "textBox1";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "label1";
     //
     // 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.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(240, 600);
     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.vs);
     this.c1DockingTabPage1.ImageIndex = -1;
     this.c1DockingTabPage1.Location   = new System.Drawing.Point(1, 1);
     this.c1DockingTabPage1.Name       = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size       = new System.Drawing.Size(235, 598);
     this.c1DockingTabPage1.TabIndex   = 0;
     this.c1DockingTabPage1.Text       = "Page1";
     //
     // vs
     //
     this.vs.AllowEditing = false;
     this.vs.AutoResize   = false;
     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.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs.Location     = new System.Drawing.Point(0, 23);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(235, 575);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 13;
     //
     // c1CommandDock1
     //
     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(240, 600);
     //
     // 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.txt_RPT_DR);
     this.groupBox1.Controls.Add(this.label1);
     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(704, 40);
     this.groupBox1.TabIndex  = 9;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Tag       = "N";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.panel3.Controls.Add(this.nav);
     this.panel3.Controls.Add(this.label5);
     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(240, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(708, 32);
     this.panel3.TabIndex = 12;
     //
     // 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.Dock          = System.Windows.Forms.DockStyle.Left;
     this.nav.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav.ForeColor     = System.Drawing.Color.Black;
     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, 0);
     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(292, 32);
     this.nav.TabIndex      = 28;
     this.nav.Tag           = "";
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // 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(0, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(708, 32);
     this.label5.TabIndex  = 11;
     this.label5.Tag       = "N";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(240, 32);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(708, 568);
     this.panel1.TabIndex = 13;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.p);
     this.panel4.Controls.Add(this.panel6);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 43);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(708, 525);
     this.panel4.TabIndex = 12;
     //
     // p
     //
     this.p.Controls.Add(this.panel8);
     this.p.Controls.Add(this.splitter3);
     this.p.Controls.Add(this.panel7);
     this.p.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.p.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.p.Location = new System.Drawing.Point(0, 0);
     this.p.Name     = "p";
     this.p.Size     = new System.Drawing.Size(708, 309);
     this.p.TabIndex = 2;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.panel5);
     this.panel8.Controls.Add(this.nav2);
     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(283, 0);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(425, 309);
     this.panel8.TabIndex = 2;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.vs2);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 32);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(425, 277);
     this.panel5.TabIndex = 31;
     //
     // vs2
     //
     this.vs2.AllowDragging = C1.Win.C1FlexGrid.AllowDraggingEnum.Both;
     this.vs2.AutoResize    = false;
     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.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.vs2.KeyActionTab  = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs2.Location      = new System.Drawing.Point(0, 0);
     this.vs2.Name          = "vs2";
     this.vs2.Size          = new System.Drawing.Size(425, 277);
     this.vs2.Styles        = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs2.TabIndex      = 15;
     //
     // nav2
     //
     this.nav2.BackColor     = System.Drawing.SystemColors.Control;
     this.nav2.Connection    = null;
     this.nav2.ConnectionDel = null;
     this.nav2.Dock          = System.Windows.Forms.DockStyle.Top;
     this.nav2.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav2.ForeColor     = System.Drawing.Color.Black;
     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(0, 0);
     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(425, 32);
     this.nav2.TabIndex      = 30;
     this.nav2.Tag           = "";
     this.nav2.ToolBar_Auto  = true;
     this.nav2.UserID        = null;
     this.nav2.VisibleGrid   = true;
     this.nav2.Where         = null;
     //
     // splitter3
     //
     this.splitter3.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.splitter3.Location = new System.Drawing.Point(280, 0);
     this.splitter3.Name     = "splitter3";
     this.splitter3.Size     = new System.Drawing.Size(3, 309);
     this.splitter3.TabIndex = 1;
     this.splitter3.TabStop  = false;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.nav1);
     this.panel7.Controls.Add(this.vs1);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Left;
     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(280, 309);
     this.panel7.TabIndex = 0;
     //
     // nav1
     //
     this.nav1.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.nav1.Connection    = null;
     this.nav1.ConnectionDel = null;
     this.nav1.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav1.ForeColor     = System.Drawing.Color.Black;
     this.nav1.form          = null;
     this.nav1.FormName      = null;
     this.nav1.Grid          = null;
     this.nav1.History       = false;
     this.nav1.IsNull        = true;
     this.nav1.Language      = "EN";
     this.nav1.Location      = new System.Drawing.Point(-6, 0);
     this.nav1.MSG_Exit      = false;
     this.nav1.MulltiDel     = false;
     this.nav1.Name          = "nav1";
     this.nav1.Security      = 0;
     this.nav1.ShowPopupMenu = true;
     this.nav1.Size          = new System.Drawing.Size(292, 32);
     this.nav1.TabIndex      = 29;
     this.nav1.Tag           = "";
     this.nav1.ToolBar_Auto  = true;
     this.nav1.UserID        = null;
     this.nav1.Visible       = false;
     this.nav1.VisibleGrid   = true;
     this.nav1.Where         = null;
     //
     // vs1
     //
     this.vs1.AllowEditing = false;
     this.vs1.AutoResize   = false;
     this.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs1.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(0, 0);
     this.vs1.Name         = "vs1";
     this.vs1.Size         = new System.Drawing.Size(280, 309);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 14;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.cmd_close);
     this.panel6.Controls.Add(this.cmd_print);
     this.panel6.Controls.Add(this.panel9);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel6.Location = new System.Drawing.Point(0, 309);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(708, 216);
     this.panel6.TabIndex = 1;
     //
     // cmd_close
     //
     this.cmd_close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmd_close.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cmd_close.Location     = new System.Drawing.Point(392, 176);
     this.cmd_close.Name         = "cmd_close";
     this.cmd_close.Size         = new System.Drawing.Size(92, 32);
     this.cmd_close.TabIndex     = 169;
     this.cmd_close.Text         = "button2";
     //
     // cmd_print
     //
     this.cmd_print.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_print.Location  = new System.Drawing.Point(224, 176);
     this.cmd_print.Name      = "cmd_print";
     this.cmd_print.Size      = new System.Drawing.Size(92, 32);
     this.cmd_print.TabIndex  = 168;
     this.cmd_print.Text      = "button1";
     this.cmd_print.Click    += new System.EventHandler(this.cmd_print_Click);
     //
     // panel9
     //
     this.panel9.Controls.Add(this.control1);
     this.panel9.Controls.Add(this.dt1);
     this.panel9.Controls.Add(this.dt2);
     this.panel9.Controls.Add(this.ck);
     this.panel9.Controls.Add(this.label2);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel9.Location = new System.Drawing.Point(0, 0);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(708, 168);
     this.panel9.TabIndex = 167;
     //
     // control1
     //
     this.control1.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.control1.Location = new System.Drawing.Point(4, 0);
     this.control1.Name     = "control1";
     this.control1.Size     = new System.Drawing.Size(444, 164);
     this.control1.TabIndex = 1;
     //
     // dt1
     //
     this.dt1.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt1.Location   = new System.Drawing.Point(544, 16);
     this.dt1.Name       = "dt1";
     this.dt1.Size       = new System.Drawing.Size(132, 23);
     this.dt1.TabIndex   = 164;
     this.dt1.Tag        = null;
     //
     // dt2
     //
     this.dt2.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt2.Location   = new System.Drawing.Point(544, 44);
     this.dt2.Name       = "dt2";
     this.dt2.Size       = new System.Drawing.Size(132, 23);
     this.dt2.TabIndex   = 165;
     this.dt2.Tag        = null;
     //
     // ck
     //
     this.ck.Checked         = true;
     this.ck.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ck.Location        = new System.Drawing.Point(456, 12);
     this.ck.Name            = "ck";
     this.ck.Size            = new System.Drawing.Size(92, 28);
     this.ck.TabIndex        = 2;
     this.ck.Text            = "checkBox1";
     this.ck.CheckedChanged += new System.EventHandler(this.ck_CheckedChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(460, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 20);
     this.label2.TabIndex = 166;
     this.label2.Text     = "label2";
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 40);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(708, 3);
     this.splitter1.TabIndex = 11;
     this.splitter1.TabStop  = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(708, 40);
     this.panel2.TabIndex = 10;
     //
     // frmTaTAPrintOut
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(948, 600);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     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  = "frmTaTAPrintOut";
     this.Text  = "frmTaTAPrintOut";
     this.Load += new System.EventHandler(this.frmTaTAPrintOut_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit();
     this.c1DockingTab1.ResumeLayout(false);
     this.c1DockingTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).EndInit();
     this.c1CommandDock1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.p.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs2)).EndInit();
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).EndInit();
     this.panel6.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 3
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);
 }
Exemplo n.º 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.panel1            = new System.Windows.Forms.Panel();
     this.panel5            = new System.Windows.Forms.Panel();
     this.cmd_frm           = new System.Windows.Forms.Button();
     this.cmd_to            = new System.Windows.Forms.Button();
     this.vs1               = 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.nav1              = new Navigator1._0.Navigator();
     this.c1CommandDock1    = new C1.Win.C1Command.C1CommandDock();
     this.c1DockingTab1     = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage1 = new C1.Win.C1Command.C1DockingTabPage();
     this.vs  = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.nav = new Navigator1._0.NavigatorAuto();
     this.panel1.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).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();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     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.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(814, 426);
     this.panel1.TabIndex = 4;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.cmd_frm);
     this.panel5.Controls.Add(this.cmd_to);
     this.panel5.Controls.Add(this.vs1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(264, 36);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(550, 390);
     this.panel5.TabIndex = 4;
     //
     // cmd_frm
     //
     this.cmd_frm.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_frm.Location  = new System.Drawing.Point(156, 4);
     this.cmd_frm.Name      = "cmd_frm";
     this.cmd_frm.Size      = new System.Drawing.Size(148, 28);
     this.cmd_frm.TabIndex  = 9;
     this.cmd_frm.Text      = "Copy From";
     this.cmd_frm.Click    += new System.EventHandler(this.cmd_frm_Click);
     //
     // cmd_to
     //
     this.cmd_to.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_to.Location  = new System.Drawing.Point(4, 4);
     this.cmd_to.Name      = "cmd_to";
     this.cmd_to.Size      = new System.Drawing.Size(148, 28);
     this.cmd_to.TabIndex  = 8;
     this.cmd_to.Text      = "Copy To";
     this.cmd_to.Click    += new System.EventHandler(this.cmd_to_Click);
     //
     // vs1
     //
     this.vs1.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.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.Light3D;
     this.vs1.ColumnInfo   = "10,0,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(4, 36);
     this.vs1.Name         = "vs1";
     this.vs1.Rows.Count   = 10;
     this.vs1.Size         = new System.Drawing.Size(540, 346);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 7;
     this.vs1.Tag          = "";
     //
     // 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(264, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(550, 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", 14.25F, 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(108, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(442, 36);
     this.label5.TabIndex  = 11;
     this.label5.Tag       = "";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.nav1);
     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(108, 36);
     this.panel4.TabIndex = 10;
     //
     // nav1
     //
     this.nav1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.nav1.form      = null;
     this.nav1.Grid      = null;
     this.nav1.Location  = new System.Drawing.Point(1, 2);
     this.nav1.Name      = "nav1";
     this.nav1.Size      = new System.Drawing.Size(103, 32);
     this.nav1.TabIndex  = 0;
     //
     // 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.Id       = 1;
     this.c1CommandDock1.Location = new System.Drawing.Point(0, 0);
     this.c1CommandDock1.Name     = "c1CommandDock1";
     this.c1CommandDock1.Size     = new System.Drawing.Size(264, 426);
     //
     // 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.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(262, 424);
     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.vs);
     this.c1DockingTabPage1.Controls.Add(this.nav);
     this.c1DockingTabPage1.ImageIndex = -1;
     this.c1DockingTabPage1.Location   = new System.Drawing.Point(0, 0);
     this.c1DockingTabPage1.Name       = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size       = new System.Drawing.Size(259, 423);
     this.c1DockingTabPage1.TabIndex   = 0;
     this.c1DockingTabPage1.Text       = "Page1";
     //
     // vs
     //
     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.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs.Location     = new System.Drawing.Point(0, 23);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(259, 400);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 8;
     //
     // 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(-56, 92);
     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.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.Visible       = false;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // frmTaSecurityByPos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(814, 426);
     this.Controls.Add(this.panel1);
     this.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmTaSecurityByPos";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmTaSecurityByPos";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.frmTaSecurityByDep_Closing);
     this.Load           += new System.EventHandler(this.frmTaSecurityByDep_Load);
     this.panel1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).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);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 5
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.vss     = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel1  = new System.Windows.Forms.Panel();
     this.panel4  = new System.Windows.Forms.Panel();
     this.panel7  = new System.Windows.Forms.Panel();
     this.vs      = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel6  = new System.Windows.Forms.Panel();
     this.li      = new System.Windows.Forms.ListBox();
     this.panel5  = new System.Windows.Forms.Panel();
     this.pro2    = new System.Windows.Forms.ProgressBar();
     this.pro1    = new System.Windows.Forms.ProgressBar();
     this.l2      = new System.Windows.Forms.Label();
     this.l1      = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.panel2  = new System.Windows.Forms.Panel();
     this.l       = new System.Windows.Forms.Label();
     this.panel3  = new System.Windows.Forms.Panel();
     this.nav     = new Navigator1._0.NavigatorAuto();
     this.dt1     = new C1.Win.C1Input.C1DateEdit();
     this.dt2     = new C1.Win.C1Input.C1DateEdit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vss)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel6.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).BeginInit();
     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(340, 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(340, 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.vss);
     this.c1DockingTabPage1.ImageIndex = -1;
     this.c1DockingTabPage1.Location   = new System.Drawing.Point(1, 1);
     this.c1DockingTabPage1.Name       = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size       = new System.Drawing.Size(335, 494);
     this.c1DockingTabPage1.TabIndex   = 0;
     this.c1DockingTabPage1.Text       = "Page1";
     //
     // vss
     //
     this.vss.AllowEditing  = false;
     this.vss.BorderStyle   = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vss.ColumnInfo    = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vss.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.vss.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.vss.KeyActionTab  = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vss.Location      = new System.Drawing.Point(0, 20);
     this.vss.Name          = "vss";
     this.vss.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.Row;
     this.vss.Size          = new System.Drawing.Size(335, 474);
     this.vss.Styles        = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vss.TabIndex      = 29;
     this.vss.Tag           = "N";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Controls.Add(this.panel5);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(340, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(732, 496);
     this.panel1.TabIndex = 2;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.panel7);
     this.panel4.Controls.Add(this.panel6);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 36);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(732, 316);
     this.panel4.TabIndex = 4;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.vs);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(456, 316);
     this.panel7.TabIndex = 1;
     //
     // vs
     //
     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.Dock          = System.Windows.Forms.DockStyle.Fill;
     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(0, 0);
     this.vs.Name          = "vs";
     this.vs.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.CellRange;
     this.vs.Size          = new System.Drawing.Size(456, 316);
     this.vs.Styles        = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex      = 30;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.li);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel6.Location = new System.Drawing.Point(456, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(276, 316);
     this.panel6.TabIndex = 0;
     //
     // li
     //
     this.li.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.li.ItemHeight = 16;
     this.li.Location   = new System.Drawing.Point(0, 0);
     this.li.Name       = "li";
     this.li.Size       = new System.Drawing.Size(276, 308);
     this.li.TabIndex   = 0;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.LightSteelBlue;
     this.panel5.Controls.Add(this.pro2);
     this.panel5.Controls.Add(this.pro1);
     this.panel5.Controls.Add(this.l2);
     this.panel5.Controls.Add(this.l1);
     this.panel5.Controls.Add(this.button1);
     this.panel5.Controls.Add(this.button2);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 352);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(732, 144);
     this.panel5.TabIndex = 3;
     //
     // pro2
     //
     this.pro2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pro2.Location = new System.Drawing.Point(0, 69);
     this.pro2.Name     = "pro2";
     this.pro2.Size     = new System.Drawing.Size(732, 23);
     this.pro2.TabIndex = 5;
     //
     // pro1
     //
     this.pro1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pro1.Location = new System.Drawing.Point(0, 46);
     this.pro1.Name     = "pro1";
     this.pro1.Size     = new System.Drawing.Size(732, 23);
     this.pro1.TabIndex = 4;
     //
     // l2
     //
     this.l2.BackColor = System.Drawing.Color.Black;
     this.l2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.l2.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.l2.ForeColor = System.Drawing.Color.White;
     this.l2.Location  = new System.Drawing.Point(0, 23);
     this.l2.Name      = "l2";
     this.l2.Size      = new System.Drawing.Size(732, 23);
     this.l2.TabIndex  = 3;
     this.l2.Tag       = "N";
     this.l2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // l1
     //
     this.l1.BackColor = System.Drawing.Color.Black;
     this.l1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.l1.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.l1.ForeColor = System.Drawing.Color.White;
     this.l1.Location  = new System.Drawing.Point(0, 0);
     this.l1.Name      = "l1";
     this.l1.Size      = new System.Drawing.Size(732, 23);
     this.l1.TabIndex  = 2;
     this.l1.Tag       = "N";
     this.l1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(111, 100);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(128, 36);
     this.button1.TabIndex  = 0;
     this.button1.Text      = "button1";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button2.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.button2.Location     = new System.Drawing.Point(285, 100);
     this.button2.Name         = "button2";
     this.button2.Size         = new System.Drawing.Size(128, 36);
     this.button2.TabIndex     = 1;
     this.button2.Text         = "button2";
     this.button2.Click       += new System.EventHandler(this.button2_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.panel2.Controls.Add(this.dt2);
     this.panel2.Controls.Add(this.dt1);
     this.panel2.Controls.Add(this.l);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(732, 36);
     this.panel2.TabIndex = 1;
     //
     // l
     //
     this.l.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.l.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.l.Font      = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.l.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.l.Location  = new System.Drawing.Point(424, 0);
     this.l.Name      = "l";
     this.l.Size      = new System.Drawing.Size(308, 36);
     this.l.TabIndex  = 6;
     this.l.Tag       = "";
     this.l.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.l.Visible   = false;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.nav);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(424, 36);
     this.panel3.TabIndex = 0;
     //
     // 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(4, 3);
     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(416, 32);
     this.nav.TabIndex      = 30;
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // dt1
     //
     this.dt1.CustomFormat = "yyyyMM";
     this.dt1.FormatType   = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt1.Location     = new System.Drawing.Point(460, 4);
     this.dt1.Name         = "dt1";
     this.dt1.Size         = new System.Drawing.Size(80, 23);
     this.dt1.TabIndex     = 168;
     this.dt1.Tag          = null;
     //
     // dt2
     //
     this.dt2.CustomFormat = "yyyyMM";
     this.dt2.FormatType   = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt2.Location     = new System.Drawing.Point(552, 4);
     this.dt2.Name         = "dt2";
     this.dt2.Size         = new System.Drawing.Size(80, 23);
     this.dt2.TabIndex     = 169;
     this.dt2.Tag          = null;
     //
     // frmTaTransferToGPS
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(1072, 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    = "frmTaTransferToGPS";
     this.Text    = "frmTaTransferToGPS";
     this.Load   += new System.EventHandler(this.frmTaTransferToGPS_Load);
     this.Closed += new System.EventHandler(this.frmTaTransferToGPS_Closed);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).EndInit();
     this.c1CommandDock1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit();
     this.c1DockingTab1.ResumeLayout(false);
     this.c1DockingTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vss)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel6.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.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);
 }
Exemplo n.º 7
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.panel2            = new System.Windows.Forms.Panel();
     this.vs   = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.nav1 = new Navigator1._0.NavigatorAuto();
     this.c1DockingTabPage2 = new C1.Win.C1Command.C1DockingTabPage();
     this.tree              = new System.Windows.Forms.TreeView();
     this.nav2              = new Navigator1._0.NavigatorAuto();
     this.panel1            = new System.Windows.Forms.Panel();
     this.panel3            = new System.Windows.Forms.Panel();
     this.panel4            = new System.Windows.Forms.Panel();
     this.vs1               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.button1           = new System.Windows.Forms.Button();
     this.c1CommandDock2    = new C1.Win.C1Command.C1CommandDock();
     this.c1DockingTab2     = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage3 = new C1.Win.C1Command.C1DockingTabPage();
     this.vs2               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.nav3              = 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.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.c1DockingTabPage2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock2)).BeginInit();
     this.c1CommandDock2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab2)).BeginInit();
     this.c1DockingTab2.SuspendLayout();
     this.c1DockingTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs2)).BeginInit();
     this.SuspendLayout();
     //
     // 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.Id       = 1;
     this.c1CommandDock1.Location = new System.Drawing.Point(0, 0);
     this.c1CommandDock1.Name     = "c1CommandDock1";
     this.c1CommandDock1.Size     = new System.Drawing.Size(292, 506);
     //
     // 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.Controls.Add(this.c1DockingTabPage2);
     this.c1DockingTab1.Location      = new System.Drawing.Point(0, 0);
     this.c1DockingTab1.Name          = "c1DockingTab1";
     this.c1DockingTab1.SelectedIndex = 2;
     this.c1DockingTab1.ShowCaption   = true;
     this.c1DockingTab1.Size          = new System.Drawing.Size(290, 504);
     this.c1DockingTab1.TabIndex      = 0;
     this.c1DockingTab1.TabSizeMode   = C1.Win.C1Command.TabSizeModeEnum.User;
     this.c1DockingTab1.TabStyle      = C1.Win.C1Command.TabStyleEnum.WindowsXP;
     //
     // c1DockingTabPage1
     //
     this.c1DockingTabPage1.Controls.Add(this.panel2);
     this.c1DockingTabPage1.ImageIndex = -1;
     this.c1DockingTabPage1.Location   = new System.Drawing.Point(0, 0);
     this.c1DockingTabPage1.Name       = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size       = new System.Drawing.Size(287, 477);
     this.c1DockingTabPage1.TabIndex   = 0;
     this.c1DockingTabPage1.Text       = "From_Table";
     //
     // panel2
     //
     this.panel2.AutoScroll = true;
     this.panel2.Controls.Add(this.vs);
     this.panel2.Controls.Add(this.nav1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 23);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(287, 454);
     this.panel2.TabIndex = 0;
     //
     // 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(8, 32);
     this.vs.Name               = "vs";
     this.vs.Size               = new System.Drawing.Size(272, 416);
     this.vs.Styles             = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex           = 11;
     this.vs.AfterRowColChange += new C1.Win.C1FlexGrid.RangeEventHandler(this.vs_AfterRowColChange);
     //
     // nav1
     //
     this.nav1.BackColor     = System.Drawing.SystemColors.Control;
     this.nav1.Connection    = null;
     this.nav1.ConnectionDel = null;
     this.nav1.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav1.form          = null;
     this.nav1.FormName      = null;
     this.nav1.Grid          = null;
     this.nav1.History       = false;
     this.nav1.IsNull        = true;
     this.nav1.Language      = "EN";
     this.nav1.Location      = new System.Drawing.Point(8, 0);
     this.nav1.MSG_Exit      = false;
     this.nav1.MulltiDel     = false;
     this.nav1.Name          = "nav1";
     this.nav1.Security      = 0;
     this.nav1.ShowPopupMenu = false;
     this.nav1.Size          = new System.Drawing.Size(278, 32);
     this.nav1.TabIndex      = 10;
     this.nav1.ToolBar_Auto  = true;
     this.nav1.UserID        = null;
     this.nav1.VisibleGrid   = true;
     this.nav1.Where         = null;
     //
     // c1DockingTabPage2
     //
     this.c1DockingTabPage2.Controls.Add(this.tree);
     this.c1DockingTabPage2.ImageIndex = -1;
     this.c1DockingTabPage2.Location   = new System.Drawing.Point(0, 0);
     this.c1DockingTabPage2.Name       = "c1DockingTabPage2";
     this.c1DockingTabPage2.Size       = new System.Drawing.Size(287, 477);
     this.c1DockingTabPage2.TabIndex   = 1;
     this.c1DockingTabPage2.Text       = "Table_Field";
     //
     // tree
     //
     this.tree.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.tree.ImageIndex         = -1;
     this.tree.Location           = new System.Drawing.Point(0, 47);
     this.tree.Name               = "tree";
     this.tree.SelectedImageIndex = -1;
     this.tree.Size               = new System.Drawing.Size(288, 430);
     this.tree.TabIndex           = 0;
     this.tree.DoubleClick       += new System.EventHandler(this.tree_DoubleClick);
     //
     // 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, 4);
     this.nav2.MSG_Exit      = false;
     this.nav2.MulltiDel     = true;
     this.nav2.Name          = "nav2";
     this.nav2.Security      = 0;
     this.nav2.ShowPopupMenu = false;
     this.nav2.Size          = new System.Drawing.Size(320, 32);
     this.nav2.TabIndex      = 9;
     this.nav2.ToolBar_Auto  = true;
     this.nav2.UserID        = null;
     this.nav2.VisibleGrid   = true;
     this.nav2.Where         = null;
     this.nav2.TBarClick    += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.nav2_TBarClick);
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(292, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(680, 506);
     this.panel1.TabIndex = 11;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Controls.Add(this.c1CommandDock2);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(680, 506);
     this.panel3.TabIndex = 11;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.vs1);
     this.panel4.Controls.Add(this.button1);
     this.panel4.Controls.Add(this.nav2);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(236, 506);
     this.panel4.TabIndex = 1;
     //
     // vs1
     //
     this.vs1.AllowDragging = C1.Win.C1FlexGrid.AllowDraggingEnum.Both;
     this.vs1.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.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs1.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(4, 36);
     this.vs1.Name         = "vs1";
     this.vs1.Size         = new System.Drawing.Size(232, 468);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 10;
     this.vs1.DoubleClick += new System.EventHandler(this.vs1_DoubleClick);
     //
     // button1
     //
     this.button1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(144, 4);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(88, 28);
     this.button1.TabIndex  = 11;
     this.button1.Tag       = "N";
     this.button1.Text      = "Show";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // c1CommandDock2
     //
     this.c1CommandDock2.Controls.Add(this.c1DockingTab2);
     this.c1CommandDock2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.c1CommandDock2.Id       = 2;
     this.c1CommandDock2.Location = new System.Drawing.Point(236, 0);
     this.c1CommandDock2.Name     = "c1CommandDock2";
     this.c1CommandDock2.Size     = new System.Drawing.Size(444, 506);
     //
     // c1DockingTab2
     //
     this.c1DockingTab2.Alignment   = System.Windows.Forms.TabAlignment.Bottom;
     this.c1DockingTab2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1DockingTab2.CanAutoHide = true;
     this.c1DockingTab2.CanMoveTabs = true;
     this.c1DockingTab2.Controls.Add(this.c1DockingTabPage3);
     this.c1DockingTab2.Location      = new System.Drawing.Point(0, 0);
     this.c1DockingTab2.Name          = "c1DockingTab2";
     this.c1DockingTab2.SelectedIndex = 0;
     this.c1DockingTab2.ShowCaption   = true;
     this.c1DockingTab2.ShowSingleTab = false;
     this.c1DockingTab2.Size          = new System.Drawing.Size(444, 506);
     this.c1DockingTab2.TabIndex      = 0;
     this.c1DockingTab2.TabSizeMode   = C1.Win.C1Command.TabSizeModeEnum.Fit;
     this.c1DockingTab2.TabStyle      = C1.Win.C1Command.TabStyleEnum.WindowsXP;
     //
     // c1DockingTabPage3
     //
     this.c1DockingTabPage3.Controls.Add(this.vs2);
     this.c1DockingTabPage3.Controls.Add(this.nav3);
     this.c1DockingTabPage3.ImageIndex = -1;
     this.c1DockingTabPage3.Location   = new System.Drawing.Point(4, 1);
     this.c1DockingTabPage3.Name       = "c1DockingTabPage3";
     this.c1DockingTabPage3.Size       = new System.Drawing.Size(439, 504);
     this.c1DockingTabPage3.TabIndex   = 0;
     this.c1DockingTabPage3.Text       = "Page3";
     //
     // vs2
     //
     this.vs2.AllowDragging = C1.Win.C1FlexGrid.AllowDraggingEnum.Both;
     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.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs2.Location     = new System.Drawing.Point(4, 76);
     this.vs2.Name         = "vs2";
     this.vs2.Size         = new System.Drawing.Size(432, 428);
     this.vs2.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs2.TabIndex     = 12;
     //
     // nav3
     //
     this.nav3.BackColor     = System.Drawing.SystemColors.Control;
     this.nav3.Connection    = null;
     this.nav3.ConnectionDel = null;
     this.nav3.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav3.form          = null;
     this.nav3.FormName      = null;
     this.nav3.Grid          = null;
     this.nav3.History       = false;
     this.nav3.IsNull        = true;
     this.nav3.Language      = "EN";
     this.nav3.Location      = new System.Drawing.Point(4, 24);
     this.nav3.MSG_Exit      = false;
     this.nav3.MulltiDel     = false;
     this.nav3.Name          = "nav3";
     this.nav3.Security      = 0;
     this.nav3.ShowPopupMenu = false;
     this.nav3.Size          = new System.Drawing.Size(278, 32);
     this.nav3.TabIndex      = 11;
     this.nav3.ToolBar_Auto  = true;
     this.nav3.UserID        = null;
     this.nav3.VisibleGrid   = true;
     this.nav3.Where         = null;
     //
     // frmControlTable
     //
     this.AutoScale         = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.AutoScroll        = true;
     this.ClientSize        = new System.Drawing.Size(972, 506);
     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        = "frmControlTable";
     this.Text        = "frmControlTable";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmControlTable_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.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.c1DockingTabPage2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock2)).EndInit();
     this.c1CommandDock2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab2)).EndInit();
     this.c1DockingTab2.ResumeLayout(false);
     this.c1DockingTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.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.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.panel1 = new System.Windows.Forms.Panel();
     this.panel5 = new System.Windows.Forms.Panel();
     this.vs     = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel2 = new System.Windows.Forms.Panel();
     this.ck     = new System.Windows.Forms.CheckBox();
     this.txt2   = new System.Windows.Forms.TextBox();
     this.txt1   = new System.Windows.Forms.TextBox();
     this.dt1    = new C1.Win.C1Input.C1DateEdit();
     this.dt2    = new C1.Win.C1Input.C1DateEdit();
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.ck1    = new System.Windows.Forms.CheckBox();
     this.cb     = new System.Windows.Forms.ComboBox();
     this.ck3    = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).BeginInit();
     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(216, 504);
     //
     // 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(216, 504);
     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(211, 502);
     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(211, 479);
     this.Dep.TabIndex = 2;
     //
     // 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(216, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(744, 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(328, 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;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel5);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(216, 36);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(744, 468);
     this.panel1.TabIndex = 7;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.vs);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 60);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(744, 408);
     this.panel5.TabIndex = 9;
     //
     // vs
     //
     this.vs.AutoResize   = false;
     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.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs.Location     = new System.Drawing.Point(0, 0);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(744, 408);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 11;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Moccasin;
     this.panel2.Controls.Add(this.ck3);
     this.panel2.Controls.Add(this.cb);
     this.panel2.Controls.Add(this.ck1);
     this.panel2.Controls.Add(this.ck);
     this.panel2.Controls.Add(this.txt2);
     this.panel2.Controls.Add(this.txt1);
     this.panel2.Controls.Add(this.dt1);
     this.panel2.Controls.Add(this.dt2);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(744, 60);
     this.panel2.TabIndex = 8;
     //
     // ck
     //
     this.ck.Checked         = true;
     this.ck.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ck.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.ck.Location        = new System.Drawing.Point(4, 8);
     this.ck.Name            = "ck";
     this.ck.Size            = new System.Drawing.Size(20, 16);
     this.ck.TabIndex        = 146;
     this.ck.Tag             = "N";
     this.ck.CheckedChanged += new System.EventHandler(this.ck_CheckedChanged);
     //
     // 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(188, 32);
     this.txt2.MaxLength = 20;
     this.txt2.Name      = "txt2";
     this.txt2.Size      = new System.Drawing.Size(96, 23);
     this.txt2.TabIndex  = 145;
     this.txt2.Tag       = "EMP_I1";
     this.txt2.Text      = "";
     this.txt2.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
     //
     // 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(188, 4);
     this.txt1.MaxLength = 20;
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(96, 23);
     this.txt1.TabIndex  = 144;
     this.txt1.Tag       = "EMP_ID";
     this.txt1.Text      = "";
     this.txt1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
     //
     // dt1
     //
     this.dt1.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt1.Location   = new System.Drawing.Point(68, 4);
     this.dt1.Name       = "dt1";
     this.dt1.Size       = new System.Drawing.Size(120, 23);
     this.dt1.TabIndex   = 143;
     this.dt1.Tag        = null;
     //
     // dt2
     //
     this.dt2.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt2.Location   = new System.Drawing.Point(68, 32);
     this.dt2.Name       = "dt2";
     this.dt2.Size       = new System.Drawing.Size(120, 23);
     this.dt2.TabIndex   = 141;
     this.dt2.Tag        = null;
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location  = new System.Drawing.Point(24, 12);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(80, 23);
     this.label4.TabIndex  = 142;
     this.label4.Tag       = "";
     this.label4.Text      = "date";
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(24, 40);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 23);
     this.label1.TabIndex  = 140;
     this.label1.Tag       = "";
     this.label1.Text      = "date";
     //
     // ck1
     //
     this.ck1.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.ck1.Location        = new System.Drawing.Point(288, 4);
     this.ck1.Name            = "ck1";
     this.ck1.Size            = new System.Drawing.Size(68, 24);
     this.ck1.TabIndex        = 147;
     this.ck1.Text            = "checkBox1";
     this.ck1.CheckedChanged += new System.EventHandler(this.ck1_CheckedChanged);
     //
     // cb
     //
     this.cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb.Enabled       = false;
     this.cb.Items.AddRange(new object[] {
         "In1",
         "In2",
         "In3",
         "In4"
     });
     this.cb.Location = new System.Drawing.Point(356, 4);
     this.cb.Name     = "cb";
     this.cb.Size     = new System.Drawing.Size(132, 24);
     this.cb.TabIndex = 157;
     //
     // ck3
     //
     this.ck3.Checked    = true;
     this.ck3.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck3.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.ck3.Location   = new System.Drawing.Point(288, 32);
     this.ck3.Name       = "ck3";
     this.ck3.Size       = new System.Drawing.Size(200, 24);
     this.ck3.TabIndex   = 158;
     this.ck3.Text       = "checkBox1";
     //
     // frmTaSeachReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(960, 504);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     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  = "frmTaSeachReport";
     this.Text  = "frmTaSeachReport";
     this.Load += new System.EventHandler(this.frmTaSeachReport_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.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 9
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.panel6     = new System.Windows.Forms.Panel();
     this.panel7     = new System.Windows.Forms.Panel();
     this.panel9     = 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.dt         = new System.Windows.Forms.DateTimePicker();
     this.label1     = new System.Windows.Forms.Label();
     this.panel5     = new System.Windows.Forms.Panel();
     this.optVacate  = new System.Windows.Forms.RadioButton();
     this.optWorking = new System.Windows.Forms.RadioButton();
     this.optAll     = new System.Windows.Forms.RadioButton();
     this.cmd_tran   = new System.Windows.Forms.Button();
     this.cmd_cal    = new System.Windows.Forms.Button();
     this.cmd_set    = new System.Windows.Forms.Button();
     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.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel5.SuspendLayout();
     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(276, 676);
     //
     // 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(276, 676);
     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(271, 674);
     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(271, 654);
     this.Dep.TabIndex = 1;
     //
     // 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(276, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(744, 676);
     this.panel1.TabIndex = 3;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel6);
     this.panel2.Controls.Add(this.panel5);
     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(744, 640);
     this.panel2.TabIndex = 5;
     //
     // panel6
     //
     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(0, 56);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(744, 584);
     this.panel6.TabIndex = 1;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.panel9);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     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(744, 584);
     this.panel7.TabIndex = 0;
     //
     // panel9
     //
     this.panel9.Controls.Add(this.txt3);
     this.panel9.Controls.Add(this.txt2);
     this.panel9.Controls.Add(this.txt1);
     this.panel9.Controls.Add(this.vs);
     this.panel9.Controls.Add(this.dt);
     this.panel9.Controls.Add(this.label1);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel9.Location = new System.Drawing.Point(0, 0);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(744, 584);
     this.panel9.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(384, 4);
     this.txt3.MaxLength = 20;
     this.txt3.Name      = "txt3";
     this.txt3.Size      = new System.Drawing.Size(132, 23);
     this.txt3.TabIndex  = 36;
     this.txt3.Tag       = "EMP_NM";
     this.txt3.Text      = "textBox3";
     this.txt3.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt3.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt3.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // 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(268, 4);
     this.txt2.MaxLength = 20;
     this.txt2.Name      = "txt2";
     this.txt2.Size      = new System.Drawing.Size(112, 23);
     this.txt2.TabIndex  = 35;
     this.txt2.Tag       = "EMP_I1";
     this.txt2.Text      = "textBox3";
     this.txt2.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt2.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt2.Enter    += new System.EventHandler(this.textBox1_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(152, 4);
     this.txt1.MaxLength = 20;
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(112, 23);
     this.txt1.TabIndex  = 34;
     this.txt1.Tag       = "EMP_ID";
     this.txt1.Text      = "textBox3";
     this.txt1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt1.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt1.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // 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(736, 552);
     this.vs.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.vs.TabIndex     = 10;
     //
     // dt
     //
     this.dt.CustomFormat = "yyyyMM";
     this.dt.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dt.Location     = new System.Drawing.Point(76, 4);
     this.dt.Name         = "dt";
     this.dt.Size         = new System.Drawing.Size(72, 23);
     this.dt.TabIndex     = 15;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 14;
     this.label1.Text     = "label1";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.Moccasin;
     this.panel5.Controls.Add(this.optVacate);
     this.panel5.Controls.Add(this.optWorking);
     this.panel5.Controls.Add(this.optAll);
     this.panel5.Controls.Add(this.cmd_tran);
     this.panel5.Controls.Add(this.cmd_cal);
     this.panel5.Controls.Add(this.cmd_set);
     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(744, 56);
     this.panel5.TabIndex = 0;
     //
     // optVacate
     //
     this.optVacate.Location = new System.Drawing.Point(12, 36);
     this.optVacate.Name     = "optVacate";
     this.optVacate.Size     = new System.Drawing.Size(104, 16);
     this.optVacate.TabIndex = 11;
     this.optVacate.Tag      = "optVacate";
     this.optVacate.Text     = "radioButton3";
     //
     // optWorking
     //
     this.optWorking.Location = new System.Drawing.Point(12, 20);
     this.optWorking.Name     = "optWorking";
     this.optWorking.Size     = new System.Drawing.Size(104, 16);
     this.optWorking.TabIndex = 10;
     this.optWorking.Tag      = "optWorking";
     this.optWorking.Text     = "radioButton2";
     //
     // optAll
     //
     this.optAll.Location = new System.Drawing.Point(12, 4);
     this.optAll.Name     = "optAll";
     this.optAll.Size     = new System.Drawing.Size(104, 16);
     this.optAll.TabIndex = 9;
     this.optAll.Tag      = "optAll";
     this.optAll.Text     = "radioButton1";
     //
     // cmd_tran
     //
     this.cmd_tran.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_tran.Location  = new System.Drawing.Point(428, 7);
     this.cmd_tran.Name      = "cmd_tran";
     this.cmd_tran.Size      = new System.Drawing.Size(144, 42);
     this.cmd_tran.TabIndex  = 2;
     this.cmd_tran.Text      = "Transfer To Next Year";
     this.cmd_tran.Click    += new System.EventHandler(this.cmd_tran_Click);
     //
     // cmd_cal
     //
     this.cmd_cal.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_cal.Location  = new System.Drawing.Point(276, 7);
     this.cmd_cal.Name      = "cmd_cal";
     this.cmd_cal.Size      = new System.Drawing.Size(144, 42);
     this.cmd_cal.TabIndex  = 1;
     this.cmd_cal.Text      = "Calculate";
     this.cmd_cal.Click    += new System.EventHandler(this.cmd_cal_Click);
     //
     // cmd_set
     //
     this.cmd_set.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_set.Location  = new System.Drawing.Point(124, 7);
     this.cmd_set.Name      = "cmd_set";
     this.cmd_set.Size      = new System.Drawing.Size(144, 42);
     this.cmd_set.TabIndex  = 0;
     this.cmd_set.Text      = "Setting";
     this.cmd_set.Click    += new System.EventHandler(this.cmd_set_Click);
     //
     // 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(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(744, 36);
     this.panel3.TabIndex = 4;
     //
     // 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(420, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(324, 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(420, 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, 1);
     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(420, 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;
     //
     // frmTaAnnualLeaveMonth
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(1020, 676);
     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          = "frmTaAnnualLeaveMonth";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmTaAnnualLeave";
     this.Load         += new System.EventHandler(this.frmTaVacateManager_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.panel6.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.panel1            = new System.Windows.Forms.Panel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.panel3            = new System.Windows.Forms.Panel();
     this.label5            = new System.Windows.Forms.Label();
     this.panel4            = new System.Windows.Forms.Panel();
     this.label1            = new System.Windows.Forms.Label();
     this.dt1               = new System.Windows.Forms.DateTimePicker();
     this.dt2               = new System.Windows.Forms.DateTimePicker();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.cb                = new System.Windows.Forms.ComboBox();
     this.txt               = new System.Windows.Forms.TextBox();
     this.r1                = new System.Windows.Forms.RadioButton();
     this.r2                = new System.Windows.Forms.RadioButton();
     this.label4            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.cmd_change        = new System.Windows.Forms.Button();
     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.panel5            = new System.Windows.Forms.Panel();
     this.panel6            = new System.Windows.Forms.Panel();
     this.panel7            = new System.Windows.Forms.Panel();
     this.panel9            = 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.nav               = new Navigator1._0.NavigatorAuto();
     this.panel8            = new System.Windows.Forms.Panel();
     this.cmd_close         = new System.Windows.Forms.Button();
     this.cmd_all           = new System.Windows.Forms.Button();
     this.cmd_clear         = new System.Windows.Forms.Button();
     this.splitter1         = new System.Windows.Forms.Splitter();
     this.panel10           = new System.Windows.Forms.Panel();
     this.txt10             = new System.Windows.Forms.TextBox();
     this.txt9              = new System.Windows.Forms.TextBox();
     this.txt8              = new System.Windows.Forms.TextBox();
     this.vs1               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.nav1              = new Navigator1._0.NavigatorAuto();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel8.SuspendLayout();
     this.panel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 36);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(986, 494);
     this.panel1.TabIndex = 14;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel5);
     this.panel2.Controls.Add(this.c1CommandDock1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(986, 494);
     this.panel2.TabIndex = 13;
     //
     // 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(986, 36);
     this.panel3.TabIndex = 13;
     //
     // 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(8, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(978, 36);
     this.label5.TabIndex  = 11;
     this.label5.Tag       = "";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel4
     //
     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(8, 36);
     this.panel4.TabIndex = 10;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(84, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "label1";
     //
     // dt1
     //
     this.dt1.CustomFormat = "yyyy/MM/dd";
     this.dt1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dt1.Location     = new System.Drawing.Point(80, 4);
     this.dt1.Name         = "dt1";
     this.dt1.Size         = new System.Drawing.Size(144, 23);
     this.dt1.TabIndex     = 1;
     //
     // dt2
     //
     this.dt2.CustomFormat = "yyyy/MM/dd";
     this.dt2.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dt2.Location     = new System.Drawing.Point(80, 32);
     this.dt2.Name         = "dt2";
     this.dt2.Size         = new System.Drawing.Size(144, 23);
     this.dt2.TabIndex     = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(4, 36);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "label2";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(232, 8);
     this.label3.Name     = "label3";
     this.label3.TabIndex = 4;
     this.label3.Text     = "label3";
     //
     // cb
     //
     this.cb.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb.Location              = new System.Drawing.Point(304, 4);
     this.cb.Name                  = "cb";
     this.cb.Size                  = new System.Drawing.Size(144, 24);
     this.cb.TabIndex              = 5;
     this.cb.SelectedIndexChanged += new System.EventHandler(this.cb_SelectedIndexChanged);
     //
     // txt
     //
     this.txt.Location = new System.Drawing.Point(536, 8);
     this.txt.Name     = "txt";
     this.txt.Size     = new System.Drawing.Size(88, 23);
     this.txt.TabIndex = 9;
     this.txt.Text     = "";
     this.txt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
     //
     // r1
     //
     this.r1.Checked         = true;
     this.r1.Location        = new System.Drawing.Point(288, 8);
     this.r1.Name            = "r1";
     this.r1.Size            = new System.Drawing.Size(84, 24);
     this.r1.TabIndex        = 10;
     this.r1.TabStop         = true;
     this.r1.Text            = "radioButton1";
     this.r1.CheckedChanged += new System.EventHandler(this.r1_CheckedChanged);
     //
     // r2
     //
     this.r2.Location        = new System.Drawing.Point(376, 8);
     this.r2.Name            = "r2";
     this.r2.Size            = new System.Drawing.Size(84, 24);
     this.r2.TabIndex        = 11;
     this.r2.Text            = "radioButton2";
     this.r2.CheckedChanged += new System.EventHandler(this.r1_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(472, 12);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(84, 23);
     this.label4.TabIndex = 12;
     this.label4.Text     = "label4";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(472, 12);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(84, 23);
     this.label6.TabIndex = 13;
     this.label6.Text     = "label6";
     this.label6.Visible  = false;
     //
     // cmd_change
     //
     this.cmd_change.Enabled   = false;
     this.cmd_change.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_change.Location  = new System.Drawing.Point(472, 16);
     this.cmd_change.Name      = "cmd_change";
     this.cmd_change.Size      = new System.Drawing.Size(88, 32);
     this.cmd_change.TabIndex  = 14;
     this.cmd_change.Text      = "button1";
     this.cmd_change.Click    += new System.EventHandler(this.cmd_change_Click);
     //
     // 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(240, 494);
     //
     // 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(240, 494);
     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(235, 492);
     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(235, 469);
     this.Dep.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel7);
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(240, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(746, 494);
     this.panel5.TabIndex = 17;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.cmd_close);
     this.panel6.Controls.Add(this.panel8);
     this.panel6.Controls.Add(this.dt2);
     this.panel6.Controls.Add(this.dt1);
     this.panel6.Controls.Add(this.label1);
     this.panel6.Controls.Add(this.label2);
     this.panel6.Controls.Add(this.cb);
     this.panel6.Controls.Add(this.label3);
     this.panel6.Controls.Add(this.cmd_change);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(746, 96);
     this.panel6.TabIndex = 15;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.panel10);
     this.panel7.Controls.Add(this.splitter1);
     this.panel7.Controls.Add(this.panel9);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(0, 96);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(746, 398);
     this.panel7.TabIndex = 16;
     //
     // panel9
     //
     this.panel9.Controls.Add(this.txt3);
     this.panel9.Controls.Add(this.txt2);
     this.panel9.Controls.Add(this.txt1);
     this.panel9.Controls.Add(this.vs);
     this.panel9.Controls.Add(this.nav);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel9.Location = new System.Drawing.Point(0, 0);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(372, 398);
     this.panel9.TabIndex = 1;
     //
     // 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(236, 4);
     this.txt3.MaxLength = 20;
     this.txt3.Name      = "txt3";
     this.txt3.Size      = new System.Drawing.Size(132, 23);
     this.txt3.TabIndex  = 36;
     this.txt3.Tag       = "EMP_NM";
     this.txt3.Text      = "textBox3";
     this.txt3.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt3.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt3.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // 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(120, 4);
     this.txt2.MaxLength = 20;
     this.txt2.Name      = "txt2";
     this.txt2.Size      = new System.Drawing.Size(112, 23);
     this.txt2.TabIndex  = 35;
     this.txt2.Tag       = "EMP_I1";
     this.txt2.Text      = "textBox3";
     this.txt2.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt2.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt2.Enter    += new System.EventHandler(this.textBox1_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(4, 4);
     this.txt1.MaxLength = 20;
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(112, 23);
     this.txt1.TabIndex  = 34;
     this.txt1.Tag       = "EMP_ID";
     this.txt1.Text      = "textBox3";
     this.txt1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt1.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt1.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // 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(364, 366);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.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(140, 96);
     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(144, 32);
     this.nav.TabIndex      = 9;
     this.nav.Tag           = "";
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.Visible       = false;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // panel8
     //
     this.panel8.BackColor = System.Drawing.Color.Moccasin;
     this.panel8.Controls.Add(this.txt);
     this.panel8.Controls.Add(this.cmd_clear);
     this.panel8.Controls.Add(this.cmd_all);
     this.panel8.Controls.Add(this.r1);
     this.panel8.Controls.Add(this.r2);
     this.panel8.Controls.Add(this.label4);
     this.panel8.Controls.Add(this.label6);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel8.Location = new System.Drawing.Point(0, 60);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(746, 36);
     this.panel8.TabIndex = 15;
     //
     // cmd_close
     //
     this.cmd_close.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_close.Location  = new System.Drawing.Point(580, 16);
     this.cmd_close.Name      = "cmd_close";
     this.cmd_close.Size      = new System.Drawing.Size(88, 32);
     this.cmd_close.TabIndex  = 16;
     this.cmd_close.Text      = "button1";
     this.cmd_close.Click    += new System.EventHandler(this.cmd_close_Click);
     //
     // cmd_all
     //
     this.cmd_all.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmd_all.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_all.Location  = new System.Drawing.Point(4, 4);
     this.cmd_all.Name      = "cmd_all";
     this.cmd_all.Size      = new System.Drawing.Size(108, 28);
     this.cmd_all.TabIndex  = 148;
     this.cmd_all.Text      = "Select All";
     this.cmd_all.Click    += new System.EventHandler(this.cmd_all_Click);
     //
     // cmd_clear
     //
     this.cmd_clear.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmd_clear.BackColor = System.Drawing.Color.Moccasin;
     this.cmd_clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_clear.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmd_clear.Location  = new System.Drawing.Point(632, 4);
     this.cmd_clear.Name      = "cmd_clear";
     this.cmd_clear.Size      = new System.Drawing.Size(108, 28);
     this.cmd_clear.TabIndex  = 149;
     this.cmd_clear.Text      = "Clear";
     this.cmd_clear.Click    += new System.EventHandler(this.cmd_clear_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(372, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 398);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // panel10
     //
     this.panel10.Controls.Add(this.txt10);
     this.panel10.Controls.Add(this.txt9);
     this.panel10.Controls.Add(this.txt8);
     this.panel10.Controls.Add(this.vs1);
     this.panel10.Controls.Add(this.nav1);
     this.panel10.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel10.Location = new System.Drawing.Point(375, 0);
     this.panel10.Name     = "panel10";
     this.panel10.Size     = new System.Drawing.Size(371, 398);
     this.panel10.TabIndex = 4;
     //
     // txt10
     //
     this.txt10.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt10.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt10.Location  = new System.Drawing.Point(236, 4);
     this.txt10.MaxLength = 20;
     this.txt10.Name      = "txt10";
     this.txt10.Size      = new System.Drawing.Size(132, 23);
     this.txt10.TabIndex  = 39;
     this.txt10.Tag       = "EMP_NM";
     this.txt10.Text      = "textBox3";
     this.txt10.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt8_KeyDown);
     this.txt10.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt10.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // txt9
     //
     this.txt9.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt9.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt9.Location  = new System.Drawing.Point(120, 4);
     this.txt9.MaxLength = 20;
     this.txt9.Name      = "txt9";
     this.txt9.Size      = new System.Drawing.Size(112, 23);
     this.txt9.TabIndex  = 38;
     this.txt9.Tag       = "EMP_I1";
     this.txt9.Text      = "textBox3";
     this.txt9.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt8_KeyDown);
     this.txt9.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt9.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // txt8
     //
     this.txt8.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt8.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt8.Location  = new System.Drawing.Point(4, 4);
     this.txt8.MaxLength = 20;
     this.txt8.Name      = "txt8";
     this.txt8.Size      = new System.Drawing.Size(112, 23);
     this.txt8.TabIndex  = 37;
     this.txt8.Tag       = "EMP_ID";
     this.txt8.Text      = "txt8";
     this.txt8.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt8_KeyDown);
     this.txt8.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt8.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // vs1
     //
     this.vs1.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.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs1.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs1.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(4, 32);
     this.vs1.Name         = "vs1";
     this.vs1.Size         = new System.Drawing.Size(362, 366);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 11;
     //
     // nav1
     //
     this.nav1.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.nav1.Connection    = null;
     this.nav1.ConnectionDel = null;
     this.nav1.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav1.form          = null;
     this.nav1.FormName      = null;
     this.nav1.Grid          = null;
     this.nav1.History       = false;
     this.nav1.IsNull        = true;
     this.nav1.Language      = "EN";
     this.nav1.Location      = new System.Drawing.Point(102, 124);
     this.nav1.MSG_Exit      = false;
     this.nav1.MulltiDel     = false;
     this.nav1.Name          = "nav1";
     this.nav1.Security      = 0;
     this.nav1.ShowPopupMenu = false;
     this.nav1.Size          = new System.Drawing.Size(144, 32);
     this.nav1.TabIndex      = 12;
     this.nav1.Tag           = "";
     this.nav1.ToolBar_Auto  = true;
     this.nav1.UserID        = null;
     this.nav1.Visible       = false;
     this.nav1.VisibleGrid   = true;
     this.nav1.Where         = null;
     //
     // frmTaQuickChangeShift
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(986, 530);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmTaQuickChangeShift";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmTaQuickChangeShift";
     this.Load           += new System.EventHandler(this.frmTaQuickChangeShift_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.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.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel8.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 11
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.panel6    = new System.Windows.Forms.Panel();
     this.panel7    = new System.Windows.Forms.Panel();
     this.panel10   = new System.Windows.Forms.Panel();
     this.txt10     = new System.Windows.Forms.TextBox();
     this.txt9      = new System.Windows.Forms.TextBox();
     this.txt8      = new System.Windows.Forms.TextBox();
     this.nav1      = new Navigator1._0.NavigatorAuto();
     this.vs1       = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.panel9    = 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.nav       = new Navigator1._0.NavigatorAuto();
     this.vs        = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel5    = new System.Windows.Forms.Panel();
     this.button1   = new System.Windows.Forms.Button();
     this.EMP_NM    = new System.Windows.Forms.TextBox();
     this.EMP_ID    = new System.Windows.Forms.TextBox();
     this.label1    = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.dt4       = new C1.Win.C1Input.C1DateEdit();
     this.label2    = new System.Windows.Forms.Label();
     this.dt1       = new C1.Win.C1Input.C1DateEdit();
     this.cmd_all   = new System.Windows.Forms.Button();
     this.cmd_clear = new System.Windows.Forms.Button();
     this.cmd_ok    = new System.Windows.Forms.Button();
     this.panel3    = new System.Windows.Forms.Panel();
     this.label5    = new System.Windows.Forms.Label();
     this.panel4    = new System.Windows.Forms.Panel();
     this.cmd_del   = new System.Windows.Forms.Button();
     this.dt2       = new C1.Win.C1Input.C1DateEdit();
     this.label4    = new System.Windows.Forms.Label();
     ((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.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).BeginInit();
     this.panel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).BeginInit();
     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(276, 676);
     //
     // 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(276, 676);
     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(271, 674);
     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(271, 654);
     this.Dep.TabIndex = 1;
     //
     // 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(276, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(748, 676);
     this.panel1.TabIndex = 3;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel6);
     this.panel2.Controls.Add(this.panel5);
     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(748, 640);
     this.panel2.TabIndex = 5;
     //
     // panel6
     //
     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(0, 76);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(748, 564);
     this.panel6.TabIndex = 1;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.panel10);
     this.panel7.Controls.Add(this.splitter2);
     this.panel7.Controls.Add(this.panel9);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     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(748, 564);
     this.panel7.TabIndex = 0;
     //
     // panel10
     //
     this.panel10.Controls.Add(this.txt10);
     this.panel10.Controls.Add(this.txt9);
     this.panel10.Controls.Add(this.txt8);
     this.panel10.Controls.Add(this.nav1);
     this.panel10.Controls.Add(this.vs1);
     this.panel10.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel10.Location = new System.Drawing.Point(375, 0);
     this.panel10.Name     = "panel10";
     this.panel10.Size     = new System.Drawing.Size(373, 564);
     this.panel10.TabIndex = 2;
     //
     // txt10
     //
     this.txt10.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt10.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt10.Location  = new System.Drawing.Point(236, 4);
     this.txt10.MaxLength = 20;
     this.txt10.Name      = "txt10";
     this.txt10.Size      = new System.Drawing.Size(132, 23);
     this.txt10.TabIndex  = 39;
     this.txt10.Tag       = "EMP_NM";
     this.txt10.Text      = "textBox3";
     this.txt10.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt8_KeyDown);
     this.txt10.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt10.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // txt9
     //
     this.txt9.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt9.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt9.Location  = new System.Drawing.Point(120, 4);
     this.txt9.MaxLength = 20;
     this.txt9.Name      = "txt9";
     this.txt9.Size      = new System.Drawing.Size(112, 23);
     this.txt9.TabIndex  = 38;
     this.txt9.Tag       = "EMP_I1";
     this.txt9.Text      = "textBox3";
     this.txt9.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt8_KeyDown);
     this.txt9.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt9.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // txt8
     //
     this.txt8.BackColor = System.Drawing.Color.LemonChiffon;
     this.txt8.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txt8.Location  = new System.Drawing.Point(4, 4);
     this.txt8.MaxLength = 20;
     this.txt8.Name      = "txt8";
     this.txt8.Size      = new System.Drawing.Size(112, 23);
     this.txt8.TabIndex  = 37;
     this.txt8.Tag       = "EMP_ID";
     this.txt8.Text      = "txt8";
     this.txt8.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt8_KeyDown);
     this.txt8.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt8.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // nav1
     //
     this.nav1.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.nav1.Connection    = null;
     this.nav1.ConnectionDel = null;
     this.nav1.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav1.form          = null;
     this.nav1.FormName      = null;
     this.nav1.Grid          = null;
     this.nav1.History       = false;
     this.nav1.IsNull        = true;
     this.nav1.Language      = "EN";
     this.nav1.Location      = new System.Drawing.Point(102, 124);
     this.nav1.MSG_Exit      = false;
     this.nav1.MulltiDel     = false;
     this.nav1.Name          = "nav1";
     this.nav1.Security      = 0;
     this.nav1.ShowPopupMenu = false;
     this.nav1.Size          = new System.Drawing.Size(144, 32);
     this.nav1.TabIndex      = 12;
     this.nav1.Tag           = "";
     this.nav1.ToolBar_Auto  = true;
     this.nav1.UserID        = null;
     this.nav1.Visible       = false;
     this.nav1.VisibleGrid   = true;
     this.nav1.Where         = null;
     //
     // vs1
     //
     this.vs1.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.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs1.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs1.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(4, 32);
     this.vs1.Name         = "vs1";
     this.vs1.Size         = new System.Drawing.Size(364, 532);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 11;
     //
     // splitter2
     //
     this.splitter2.Location = new System.Drawing.Point(372, 0);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(3, 564);
     this.splitter2.TabIndex = 1;
     this.splitter2.TabStop  = false;
     //
     // panel9
     //
     this.panel9.Controls.Add(this.txt3);
     this.panel9.Controls.Add(this.txt2);
     this.panel9.Controls.Add(this.txt1);
     this.panel9.Controls.Add(this.nav);
     this.panel9.Controls.Add(this.vs);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel9.Location = new System.Drawing.Point(0, 0);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(372, 564);
     this.panel9.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(236, 4);
     this.txt3.MaxLength = 20;
     this.txt3.Name      = "txt3";
     this.txt3.Size      = new System.Drawing.Size(132, 23);
     this.txt3.TabIndex  = 36;
     this.txt3.Tag       = "EMP_NM";
     this.txt3.Text      = "textBox3";
     this.txt3.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt3.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt3.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // 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(120, 4);
     this.txt2.MaxLength = 20;
     this.txt2.Name      = "txt2";
     this.txt2.Size      = new System.Drawing.Size(112, 23);
     this.txt2.TabIndex  = 35;
     this.txt2.Tag       = "EMP_I1";
     this.txt2.Text      = "textBox3";
     this.txt2.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt2.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt2.Enter    += new System.EventHandler(this.textBox1_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(4, 4);
     this.txt1.MaxLength = 20;
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(112, 23);
     this.txt1.TabIndex  = 34;
     this.txt1.Tag       = "EMP_ID";
     this.txt1.Text      = "textBox3";
     this.txt1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt1.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt1.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // 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(140, 96);
     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(144, 32);
     this.nav.TabIndex      = 9;
     this.nav.Tag           = "";
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.Visible       = false;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // 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(364, 532);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 10;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.Moccasin;
     this.panel5.Controls.Add(this.button1);
     this.panel5.Controls.Add(this.EMP_NM);
     this.panel5.Controls.Add(this.EMP_ID);
     this.panel5.Controls.Add(this.label1);
     this.panel5.Controls.Add(this.label3);
     this.panel5.Controls.Add(this.dt4);
     this.panel5.Controls.Add(this.label2);
     this.panel5.Controls.Add(this.dt1);
     this.panel5.Controls.Add(this.cmd_all);
     this.panel5.Controls.Add(this.cmd_clear);
     this.panel5.Controls.Add(this.cmd_ok);
     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(748, 76);
     this.panel5.TabIndex = 0;
     //
     // button1
     //
     this.button1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(180, 4);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(28, 24);
     this.button1.TabIndex  = 156;
     this.button1.Tag       = "N";
     this.button1.Text      = "...";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // EMP_NM
     //
     this.EMP_NM.BackColor = System.Drawing.Color.LemonChiffon;
     this.EMP_NM.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.EMP_NM.Location  = new System.Drawing.Point(208, 4);
     this.EMP_NM.MaxLength = 20;
     this.EMP_NM.Name      = "EMP_NM";
     this.EMP_NM.ReadOnly  = true;
     this.EMP_NM.Size      = new System.Drawing.Size(152, 23);
     this.EMP_NM.TabIndex  = 155;
     this.EMP_NM.Tag       = "EMP_ID";
     this.EMP_NM.Text      = "";
     //
     // EMP_ID
     //
     this.EMP_ID.BackColor = System.Drawing.SystemColors.Window;
     this.EMP_ID.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.EMP_ID.Location  = new System.Drawing.Point(88, 4);
     this.EMP_ID.MaxLength = 20;
     this.EMP_ID.Name      = "EMP_ID";
     this.EMP_ID.Size      = new System.Drawing.Size(92, 23);
     this.EMP_ID.TabIndex  = 154;
     this.EMP_ID.Tag       = "EMP_ID";
     this.EMP_ID.Text      = "";
     this.EMP_ID.Leave    += new System.EventHandler(this.textBox1_Leave_1);
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(8, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(84, 23);
     this.label1.TabIndex  = 153;
     this.label1.Tag       = "";
     this.label1.Text      = "VAC_ID";
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(540, 12);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(40, 23);
     this.label3.TabIndex  = 152;
     this.label3.Tag       = "";
     this.label3.Text      = "To";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label3.Visible   = false;
     //
     // dt4
     //
     this.dt4.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt4.Location   = new System.Drawing.Point(444, 4);
     this.dt4.Name       = "dt4";
     this.dt4.Size       = new System.Drawing.Size(96, 23);
     this.dt4.TabIndex   = 151;
     this.dt4.Tag        = null;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(352, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(92, 23);
     this.label2.TabIndex  = 150;
     this.label2.Tag       = "";
     this.label2.Text      = "VAC_ID";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // dt1
     //
     this.dt1.Font       = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dt1.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt1.Location   = new System.Drawing.Point(580, 4);
     this.dt1.Name       = "dt1";
     this.dt1.Size       = new System.Drawing.Size(96, 23);
     this.dt1.TabIndex   = 149;
     this.dt1.Tag        = null;
     this.dt1.Visible    = false;
     //
     // cmd_all
     //
     this.cmd_all.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmd_all.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_all.Location  = new System.Drawing.Point(4, 40);
     this.cmd_all.Name      = "cmd_all";
     this.cmd_all.Size      = new System.Drawing.Size(108, 32);
     this.cmd_all.TabIndex  = 147;
     this.cmd_all.Text      = "Select All";
     this.cmd_all.Click    += new System.EventHandler(this.cmd_all_Click);
     //
     // cmd_clear
     //
     this.cmd_clear.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmd_clear.BackColor = System.Drawing.Color.Moccasin;
     this.cmd_clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_clear.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmd_clear.Location  = new System.Drawing.Point(628, 40);
     this.cmd_clear.Name      = "cmd_clear";
     this.cmd_clear.Size      = new System.Drawing.Size(108, 32);
     this.cmd_clear.TabIndex  = 138;
     this.cmd_clear.Text      = "Clear";
     this.cmd_clear.Click    += new System.EventHandler(this.cmd_clear_Click);
     //
     // cmd_ok
     //
     this.cmd_ok.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmd_ok.BackColor = System.Drawing.Color.Moccasin;
     this.cmd_ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_ok.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmd_ok.Location  = new System.Drawing.Point(318, 40);
     this.cmd_ok.Name      = "cmd_ok";
     this.cmd_ok.Size      = new System.Drawing.Size(108, 32);
     this.cmd_ok.TabIndex  = 137;
     this.cmd_ok.Text      = "Copy";
     this.cmd_ok.Click    += new System.EventHandler(this.cmd_ok_Click);
     //
     // 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(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(748, 36);
     this.panel3.TabIndex = 4;
     //
     // 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(328, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(420, 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.cmd_del);
     this.panel4.Controls.Add(this.dt2);
     this.panel4.Controls.Add(this.label4);
     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(328, 36);
     this.panel4.TabIndex = 10;
     //
     // cmd_del
     //
     this.cmd_del.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmd_del.BackColor = System.Drawing.Color.Moccasin;
     this.cmd_del.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_del.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmd_del.Location  = new System.Drawing.Point(212, 4);
     this.cmd_del.Name      = "cmd_del";
     this.cmd_del.Size      = new System.Drawing.Size(108, 28);
     this.cmd_del.TabIndex  = 154;
     this.cmd_del.Text      = "Clear";
     this.cmd_del.Click    += new System.EventHandler(this.cmd_del_Click);
     //
     // dt2
     //
     this.dt2.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt2.Location   = new System.Drawing.Point(88, 8);
     this.dt2.Name       = "dt2";
     this.dt2.Size       = new System.Drawing.Size(120, 23);
     this.dt2.TabIndex   = 153;
     this.dt2.Tag        = null;
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location  = new System.Drawing.Point(-8, 16);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(92, 23);
     this.label4.TabIndex  = 152;
     this.label4.Tag       = "";
     this.label4.Text      = "VAC_ID";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // frmTaCopyShift
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(1024, 676);
     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          = "frmTaCopyShift";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmTaCopyShift";
     this.Load         += new System.EventHandler(this.frmTaVacateManager_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.panel6.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).EndInit();
     this.panel9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 12
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.panel2            = new System.Windows.Forms.Panel();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.textBox13         = new System.Windows.Forms.TextBox();
     this.label14           = new System.Windows.Forms.Label();
     this.textBox12         = new System.Windows.Forms.TextBox();
     this.label13           = new System.Windows.Forms.Label();
     this.textBox11         = new System.Windows.Forms.TextBox();
     this.label12           = new System.Windows.Forms.Label();
     this.textBox10         = new System.Windows.Forms.TextBox();
     this.label11           = new System.Windows.Forms.Label();
     this.textBox9          = new System.Windows.Forms.TextBox();
     this.label10           = new System.Windows.Forms.Label();
     this.textBox8          = new System.Windows.Forms.TextBox();
     this.label9            = new System.Windows.Forms.Label();
     this.textBox7          = new System.Windows.Forms.TextBox();
     this.label8            = new System.Windows.Forms.Label();
     this.textBox6          = new System.Windows.Forms.TextBox();
     this.label7            = new System.Windows.Forms.Label();
     this.textBox5          = new System.Windows.Forms.TextBox();
     this.label6            = new System.Windows.Forms.Label();
     this.textBox4          = new System.Windows.Forms.TextBox();
     this.label4            = new System.Windows.Forms.Label();
     this.textBox3          = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.textBox2          = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.textBox1          = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     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.vs = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     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();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     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.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(912, 528);
     this.panel1.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.panel2);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(200, 36);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(712, 492);
     this.panel5.TabIndex = 4;
     //
     // panel6
     //
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 276);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(712, 216);
     this.panel6.TabIndex = 12;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(712, 276);
     this.panel2.TabIndex = 11;
     //
     // 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.textBox13);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.textBox12);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.textBox11);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.textBox10);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.textBox9);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.textBox8);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.textBox7);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.textBox6);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textBox5);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label1);
     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(708, 276);
     this.groupBox1.TabIndex  = 10;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Tag       = "N";
     //
     // textBox13
     //
     this.textBox13.Location  = new System.Drawing.Point(376, 244);
     this.textBox13.MaxLength = 20;
     this.textBox13.Name      = "textBox13";
     this.textBox13.Size      = new System.Drawing.Size(160, 23);
     this.textBox13.TabIndex  = 24;
     this.textBox13.Tag       = "COM_CD";
     this.textBox13.Text      = "textBox13";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(280, 248);
     this.label14.Name     = "label14";
     this.label14.TabIndex = 25;
     this.label14.Tag      = "COM_CD";
     this.label14.Text     = "COM_CD";
     //
     // textBox12
     //
     this.textBox12.Location  = new System.Drawing.Point(116, 244);
     this.textBox12.MaxLength = 20;
     this.textBox12.Name      = "textBox12";
     this.textBox12.Size      = new System.Drawing.Size(160, 23);
     this.textBox12.TabIndex  = 22;
     this.textBox12.Tag       = "ACC_NO";
     this.textBox12.Text      = "textBox12";
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(8, 248);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(108, 23);
     this.label13.TabIndex = 23;
     this.label13.Tag      = "ACC_NO";
     this.label13.Text     = "ACC_NO";
     //
     // textBox11
     //
     this.textBox11.Location  = new System.Drawing.Point(116, 216);
     this.textBox11.MaxLength = 100;
     this.textBox11.Name      = "textBox11";
     this.textBox11.Size      = new System.Drawing.Size(420, 23);
     this.textBox11.TabIndex  = 20;
     this.textBox11.Tag       = "BNK_NM";
     this.textBox11.Text      = "BNK_NM";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(8, 220);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(108, 23);
     this.label12.TabIndex = 21;
     this.label12.Tag      = "BNK_NM";
     this.label12.Text     = "BNK_NM";
     //
     // textBox10
     //
     this.textBox10.Location  = new System.Drawing.Point(116, 188);
     this.textBox10.MaxLength = 200;
     this.textBox10.Name      = "textBox10";
     this.textBox10.Size      = new System.Drawing.Size(420, 23);
     this.textBox10.TabIndex  = 18;
     this.textBox10.Tag       = "WEB_AD";
     this.textBox10.Text      = "textBox10";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(8, 192);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(108, 23);
     this.label11.TabIndex = 19;
     this.label11.Tag      = "WEB_AD";
     this.label11.Text     = "ADD_DR";
     //
     // textBox9
     //
     this.textBox9.Location  = new System.Drawing.Point(116, 160);
     this.textBox9.MaxLength = 50;
     this.textBox9.Name      = "textBox9";
     this.textBox9.Size      = new System.Drawing.Size(420, 23);
     this.textBox9.TabIndex  = 16;
     this.textBox9.Tag       = "EMA_NM";
     this.textBox9.Text      = "textBox9";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(8, 164);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(108, 23);
     this.label10.TabIndex = 17;
     this.label10.Tag      = "EMA_NM";
     this.label10.Text     = "Email";
     //
     // textBox8
     //
     this.textBox8.Location  = new System.Drawing.Point(116, 132);
     this.textBox8.MaxLength = 200;
     this.textBox8.Name      = "textBox8";
     this.textBox8.Size      = new System.Drawing.Size(420, 23);
     this.textBox8.TabIndex  = 14;
     this.textBox8.Tag       = "ADD_DR";
     this.textBox8.Text      = "textBox8";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 136);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(108, 23);
     this.label9.TabIndex = 15;
     this.label9.Tag      = "ADD_DR";
     this.label9.Text     = "ADD_DR";
     //
     // textBox7
     //
     this.textBox7.Location  = new System.Drawing.Point(376, 104);
     this.textBox7.MaxLength = 20;
     this.textBox7.Name      = "textBox7";
     this.textBox7.Size      = new System.Drawing.Size(160, 23);
     this.textBox7.TabIndex  = 12;
     this.textBox7.Tag       = "FAX_N2";
     this.textBox7.Text      = "textBox7";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(280, 108);
     this.label8.Name     = "label8";
     this.label8.TabIndex = 13;
     this.label8.Tag      = "FAX_N2";
     this.label8.Text     = "Fax2";
     //
     // textBox6
     //
     this.textBox6.Location  = new System.Drawing.Point(116, 104);
     this.textBox6.MaxLength = 20;
     this.textBox6.Name      = "textBox6";
     this.textBox6.Size      = new System.Drawing.Size(160, 23);
     this.textBox6.TabIndex  = 10;
     this.textBox6.Tag       = "FAX_N1";
     this.textBox6.Text      = "textBox6";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 108);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(108, 23);
     this.label7.TabIndex = 11;
     this.label7.Tag      = "FAX_N1";
     this.label7.Text     = "Fax1";
     //
     // textBox5
     //
     this.textBox5.Location  = new System.Drawing.Point(376, 76);
     this.textBox5.MaxLength = 20;
     this.textBox5.Name      = "textBox5";
     this.textBox5.Size      = new System.Drawing.Size(160, 23);
     this.textBox5.TabIndex  = 8;
     this.textBox5.Tag       = "TEL_N2";
     this.textBox5.Text      = "textBox5";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(280, 80);
     this.label6.Name     = "label6";
     this.label6.TabIndex = 9;
     this.label6.Tag      = "TEL_N2";
     this.label6.Text     = "Tel2";
     //
     // textBox4
     //
     this.textBox4.Location  = new System.Drawing.Point(116, 76);
     this.textBox4.MaxLength = 20;
     this.textBox4.Name      = "textBox4";
     this.textBox4.Size      = new System.Drawing.Size(160, 23);
     this.textBox4.TabIndex  = 6;
     this.textBox4.Tag       = "TEL_N1";
     this.textBox4.Text      = "textBox4";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 80);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(108, 23);
     this.label4.TabIndex = 7;
     this.label4.Tag      = "TEL_N1";
     this.label4.Text     = "Tel1";
     //
     // textBox3
     //
     this.textBox3.Location  = new System.Drawing.Point(116, 20);
     this.textBox3.MaxLength = 80;
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new System.Drawing.Size(420, 23);
     this.textBox3.TabIndex  = 4;
     this.textBox3.Tag       = "COM_N2";
     this.textBox3.Text      = "textBox3";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(108, 23);
     this.label3.TabIndex = 5;
     this.label3.Tag      = "COM_N2";
     this.label3.Text     = "Full Name";
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(116, 48);
     this.textBox2.MaxLength = 80;
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(420, 23);
     this.textBox2.TabIndex  = 2;
     this.textBox2.Tag       = "COM_N1";
     this.textBox2.Text      = "textBox2";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 52);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(108, 23);
     this.label2.TabIndex = 3;
     this.label2.Tag      = "COM_N1";
     this.label2.Text     = "Short Name";
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.LemonChiffon;
     this.textBox1.Location  = new System.Drawing.Point(636, 16);
     this.textBox1.MaxLength = 12;
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(52, 23);
     this.textBox1.TabIndex  = 0;
     this.textBox1.Tag       = "COM_ID";
     this.textBox1.Text      = "textBox1";
     this.textBox1.Visible   = false;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(540, 20);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 1;
     this.label1.Tag      = "COM_ID";
     this.label1.Text     = "ID";
     this.label1.Visible  = false;
     //
     // 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(200, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(712, 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(296, 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(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.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.Id       = 1;
     this.c1CommandDock1.Location = new System.Drawing.Point(0, 0);
     this.c1CommandDock1.Name     = "c1CommandDock1";
     this.c1CommandDock1.Size     = new System.Drawing.Size(200, 528);
     //
     // 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.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(198, 526);
     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.vs);
     this.c1DockingTabPage1.ImageIndex = -1;
     this.c1DockingTabPage1.Location   = new System.Drawing.Point(0, 0);
     this.c1DockingTabPage1.Name       = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size       = new System.Drawing.Size(195, 525);
     this.c1DockingTabPage1.TabIndex   = 0;
     this.c1DockingTabPage1.Text       = "Page1";
     //
     // vs
     //
     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.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs.Location     = new System.Drawing.Point(0, 20);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(195, 505);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 7;
     //
     // frmTaCompany
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(912, 528);
     this.Controls.Add(this.panel1);
     this.Font  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name  = "frmTaCompany";
     this.Text  = "frmTaCompany";
     this.Load += new System.EventHandler(this.frmTaCompany_Load);
     this.panel1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     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);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.nav1              = new Navigator1._0.NavigatorAuto();
     this.vs                = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel1            = new System.Windows.Forms.Panel();
     this.c1CommandDock1    = new C1.Win.C1Command.C1CommandDock();
     this.c1DockingTab1     = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage1 = new C1.Win.C1Command.C1DockingTabPage();
     this.panel2            = new System.Windows.Forms.Panel();
     this.nav               = new Navigator1._0.NavigatorAuto();
     this.vs1               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel3            = new System.Windows.Forms.Panel();
     this.panel4            = new System.Windows.Forms.Panel();
     this.label5            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // nav1
     //
     this.nav1.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.nav1.Connection    = null;
     this.nav1.ConnectionDel = null;
     this.nav1.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav1.form          = null;
     this.nav1.FormName      = null;
     this.nav1.Grid          = null;
     this.nav1.History       = false;
     this.nav1.IsNull        = true;
     this.nav1.Language      = "EN";
     this.nav1.Location      = new System.Drawing.Point(0, 2);
     this.nav1.MSG_Exit      = false;
     this.nav1.MulltiDel     = false;
     this.nav1.Name          = "nav1";
     this.nav1.Security      = 0;
     this.nav1.ShowPopupMenu = false;
     this.nav1.Size          = new System.Drawing.Size(392, 32);
     this.nav1.TabIndex      = 9;
     this.nav1.ToolBar_Auto  = true;
     this.nav1.UserID        = null;
     this.nav1.VisibleGrid   = true;
     this.nav1.Where         = null;
     //
     // 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, 60);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(272, 328);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 23;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.c1CommandDock1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(768, 396);
     this.panel1.TabIndex = 24;
     //
     // 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(284, 396);
     //
     // c1DockingTab1
     //
     this.c1DockingTab1.Alignment    = System.Windows.Forms.TabAlignment.Bottom;
     this.c1DockingTab1.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1DockingTab1.CanAutoHide  = true;
     this.c1DockingTab1.CanCloseTabs = 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(284, 396);
     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.vs);
     this.c1DockingTabPage1.Controls.Add(this.nav);
     this.c1DockingTabPage1.ImageIndex  = -1;
     this.c1DockingTabPage1.Location    = new System.Drawing.Point(1, 1);
     this.c1DockingTabPage1.Name        = "c1DockingTabPage1";
     this.c1DockingTabPage1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.c1DockingTabPage1.Size        = new System.Drawing.Size(279, 394);
     this.c1DockingTabPage1.TabIndex    = 0;
     this.c1DockingTabPage1.Tag         = "N";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.vs1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(284, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(484, 396);
     this.panel2.TabIndex = 25;
     //
     // 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.History       = false;
     this.nav.IsNull        = true;
     this.nav.Language      = "EN";
     this.nav.Location      = new System.Drawing.Point(4, 24);
     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(304, 32);
     this.nav.TabIndex      = 10;
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // vs1
     //
     this.vs1.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.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs1.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs1.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(4, 40);
     this.vs1.Name         = "vs1";
     this.vs1.Size         = new System.Drawing.Size(476, 352);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 24;
     //
     // 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(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(484, 36);
     this.panel3.TabIndex = 25;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.nav1);
     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(428, 36);
     this.panel4.TabIndex = 0;
     //
     // 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(428, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(56, 36);
     this.label5.TabIndex  = 12;
     this.label5.Tag       = "";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frmTaBonusAndFined
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(768, 396);
     this.Controls.Add(this.panel1);
     this.Font  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name  = "frmTaBonusAndFined";
     this.Text  = "frmTaBonusAndFined";
     this.Load += new System.EventHandler(this.frmTaBonusAndFined_Load);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel1.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.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.c1XLBook1         = new C1.C1Excel.C1XLBook();
     this.panel1            = new System.Windows.Forms.Panel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.panel5            = new System.Windows.Forms.Panel();
     this.splitter2         = new System.Windows.Forms.Splitter();
     this.panel7            = new System.Windows.Forms.Panel();
     this.panel8            = new System.Windows.Forms.Panel();
     this.panel10           = new System.Windows.Forms.Panel();
     this.panel16           = new System.Windows.Forms.Panel();
     this.vs3               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel15           = new System.Windows.Forms.Panel();
     this.cmd4              = new System.Windows.Forms.Button();
     this.cmd3              = new System.Windows.Forms.Button();
     this.nav3              = new Navigator1._0.NavigatorAuto();
     this.splitter3         = new System.Windows.Forms.Splitter();
     this.panel9            = new System.Windows.Forms.Panel();
     this.panel14           = new System.Windows.Forms.Panel();
     this.vs2               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel13           = new System.Windows.Forms.Panel();
     this.cmd5              = new System.Windows.Forms.Button();
     this.cmd2              = new System.Windows.Forms.Button();
     this.splitter1         = new System.Windows.Forms.Splitter();
     this.panel6            = new System.Windows.Forms.Panel();
     this.panel12           = new System.Windows.Forms.Panel();
     this.vs1               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel11           = new System.Windows.Forms.Panel();
     this.cmd1              = new System.Windows.Forms.Button();
     this.panel4            = new System.Windows.Forms.Panel();
     this.label6            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.panel3            = new System.Windows.Forms.Panel();
     this.nav2              = new Navigator1._0.NavigatorAuto();
     this.nav1              = new Navigator1._0.NavigatorAuto();
     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.vs = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel10.SuspendLayout();
     this.panel16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs3)).BeginInit();
     this.panel15.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs2)).BeginInit();
     this.panel13.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).BeginInit();
     this.panel11.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.c1CommandDock1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(936, 552);
     this.panel1.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel5);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(200, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(736, 552);
     this.panel2.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.splitter2);
     this.panel5.Controls.Add(this.panel7);
     this.panel5.Controls.Add(this.splitter1);
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 36);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(736, 448);
     this.panel5.TabIndex = 2;
     //
     // splitter2
     //
     this.splitter2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter2.Location = new System.Drawing.Point(733, 0);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(3, 448);
     this.splitter2.TabIndex = 3;
     this.splitter2.TabStop  = false;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.panel8);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(251, 0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(485, 448);
     this.panel7.TabIndex = 2;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.panel10);
     this.panel8.Controls.Add(this.splitter3);
     this.panel8.Controls.Add(this.panel9);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 0);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(485, 448);
     this.panel8.TabIndex = 0;
     //
     // panel10
     //
     this.panel10.Controls.Add(this.panel16);
     this.panel10.Controls.Add(this.panel15);
     this.panel10.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel10.Location = new System.Drawing.Point(231, 0);
     this.panel10.Name     = "panel10";
     this.panel10.Size     = new System.Drawing.Size(254, 448);
     this.panel10.TabIndex = 2;
     //
     // panel16
     //
     this.panel16.Controls.Add(this.vs3);
     this.panel16.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel16.Location = new System.Drawing.Point(0, 40);
     this.panel16.Name     = "panel16";
     this.panel16.Size     = new System.Drawing.Size(254, 408);
     this.panel16.TabIndex = 11;
     //
     // vs3
     //
     this.vs3.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs3.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs3.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs3.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs3.Location     = new System.Drawing.Point(0, 0);
     this.vs3.Name         = "vs3";
     this.vs3.Size         = new System.Drawing.Size(254, 408);
     this.vs3.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs3.TabIndex     = 9;
     //
     // panel15
     //
     this.panel15.Controls.Add(this.cmd4);
     this.panel15.Controls.Add(this.cmd3);
     this.panel15.Controls.Add(this.nav3);
     this.panel15.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel15.Location = new System.Drawing.Point(0, 0);
     this.panel15.Name     = "panel15";
     this.panel15.Size     = new System.Drawing.Size(254, 40);
     this.panel15.TabIndex = 10;
     //
     // cmd4
     //
     this.cmd4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd4.Location  = new System.Drawing.Point(188, 4);
     this.cmd4.Name      = "cmd4";
     this.cmd4.Size      = new System.Drawing.Size(28, 32);
     this.cmd4.TabIndex  = 14;
     this.cmd4.Tag       = "N";
     this.cmd4.Text      = "<<";
     //
     // cmd3
     //
     this.cmd3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd3.Location  = new System.Drawing.Point(4, 4);
     this.cmd3.Name      = "cmd3";
     this.cmd3.Size      = new System.Drawing.Size(132, 32);
     this.cmd3.TabIndex  = 11;
     this.cmd3.Text      = "cmd3";
     //
     // nav3
     //
     this.nav3.BackColor     = System.Drawing.SystemColors.Control;
     this.nav3.Connection    = null;
     this.nav3.ConnectionDel = null;
     this.nav3.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav3.form          = null;
     this.nav3.FormName      = null;
     this.nav3.Grid          = null;
     this.nav3.History       = false;
     this.nav3.IsNull        = true;
     this.nav3.Language      = "EN";
     this.nav3.Location      = new System.Drawing.Point(144, 4);
     this.nav3.MSG_Exit      = false;
     this.nav3.MulltiDel     = false;
     this.nav3.Name          = "nav3";
     this.nav3.Security      = 0;
     this.nav3.ShowPopupMenu = true;
     this.nav3.Size          = new System.Drawing.Size(36, 32);
     this.nav3.TabIndex      = 13;
     this.nav3.ToolBar_Auto  = true;
     this.nav3.UserID        = null;
     this.nav3.VisibleGrid   = true;
     this.nav3.Where         = null;
     //
     // splitter3
     //
     this.splitter3.Location = new System.Drawing.Point(228, 0);
     this.splitter3.Name     = "splitter3";
     this.splitter3.Size     = new System.Drawing.Size(3, 448);
     this.splitter3.TabIndex = 1;
     this.splitter3.TabStop  = false;
     //
     // panel9
     //
     this.panel9.Controls.Add(this.panel14);
     this.panel9.Controls.Add(this.panel13);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel9.Location = new System.Drawing.Point(0, 0);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(228, 448);
     this.panel9.TabIndex = 0;
     //
     // panel14
     //
     this.panel14.Controls.Add(this.vs2);
     this.panel14.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel14.Location = new System.Drawing.Point(0, 40);
     this.panel14.Name     = "panel14";
     this.panel14.Size     = new System.Drawing.Size(228, 408);
     this.panel14.TabIndex = 13;
     //
     // vs2
     //
     this.vs2.AllowEditing = false;
     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.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs2.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs2.Location     = new System.Drawing.Point(0, 0);
     this.vs2.Name         = "vs2";
     this.vs2.Size         = new System.Drawing.Size(228, 408);
     this.vs2.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs2.TabIndex     = 8;
     //
     // panel13
     //
     this.panel13.Controls.Add(this.cmd5);
     this.panel13.Controls.Add(this.cmd2);
     this.panel13.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel13.Location = new System.Drawing.Point(0, 0);
     this.panel13.Name     = "panel13";
     this.panel13.Size     = new System.Drawing.Size(228, 40);
     this.panel13.TabIndex = 12;
     //
     // cmd5
     //
     this.cmd5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd5.Location  = new System.Drawing.Point(120, 4);
     this.cmd5.Name      = "cmd5";
     this.cmd5.Size      = new System.Drawing.Size(108, 32);
     this.cmd5.TabIndex  = 11;
     this.cmd5.Text      = "button1";
     //
     // cmd2
     //
     this.cmd2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd2.Location  = new System.Drawing.Point(4, 4);
     this.cmd2.Name      = "cmd2";
     this.cmd2.Size      = new System.Drawing.Size(108, 32);
     this.cmd2.TabIndex  = 10;
     this.cmd2.Text      = "cmd2";
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(248, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 448);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.panel12);
     this.panel6.Controls.Add(this.panel11);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(248, 448);
     this.panel6.TabIndex = 0;
     //
     // panel12
     //
     this.panel12.Controls.Add(this.vs1);
     this.panel12.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel12.Location = new System.Drawing.Point(0, 40);
     this.panel12.Name     = "panel12";
     this.panel12.Size     = new System.Drawing.Size(248, 408);
     this.panel12.TabIndex = 9;
     //
     // vs1
     //
     this.vs1.AllowEditing = false;
     this.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs1.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(0, 0);
     this.vs1.Name         = "vs1";
     this.vs1.Size         = new System.Drawing.Size(248, 408);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 7;
     //
     // panel11
     //
     this.panel11.Controls.Add(this.cmd1);
     this.panel11.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel11.Location = new System.Drawing.Point(0, 0);
     this.panel11.Name     = "panel11";
     this.panel11.Size     = new System.Drawing.Size(248, 40);
     this.panel11.TabIndex = 8;
     //
     // cmd1
     //
     this.cmd1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd1.Location  = new System.Drawing.Point(4, 4);
     this.cmd1.Name      = "cmd1";
     this.cmd1.Size      = new System.Drawing.Size(132, 32);
     this.cmd1.TabIndex  = 9;
     this.cmd1.Text      = "cmd1";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.label6);
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.label4);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Controls.Add(this.label1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location = new System.Drawing.Point(0, 484);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(736, 68);
     this.panel4.TabIndex = 1;
     //
     // label6
     //
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label6.ForeColor   = System.Drawing.Color.Blue;
     this.label6.Location    = new System.Drawing.Point(348, 8);
     this.label6.Name        = "label6";
     this.label6.Size        = new System.Drawing.Size(124, 24);
     this.label6.TabIndex    = 6;
     this.label6.Tag         = "N";
     this.label6.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label5.ForeColor   = System.Drawing.Color.Blue;
     this.label5.Location    = new System.Drawing.Point(96, 8);
     this.label5.Name        = "label5";
     this.label5.Size        = new System.Drawing.Size(124, 24);
     this.label5.TabIndex    = 5;
     this.label5.Tag         = "N";
     this.label5.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(248, 12);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 20);
     this.label4.TabIndex = 4;
     this.label4.Text     = "label4";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 12);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 20);
     this.label3.TabIndex = 2;
     this.label3.Text     = "label3";
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.BackColor = System.Drawing.SystemColors.ControlText;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label2.Location  = new System.Drawing.Point(532, 36);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(196, 24);
     this.label2.TabIndex  = 1;
     this.label2.Tag       = "N";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.SystemColors.ControlText;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label1.Location  = new System.Drawing.Point(332, 36);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(196, 24);
     this.label1.TabIndex  = 0;
     this.label1.Tag       = "N";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.nav2);
     this.panel3.Controls.Add(this.nav1);
     this.panel3.Controls.Add(this.nav);
     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(736, 36);
     this.panel3.TabIndex = 0;
     //
     // 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(564, 4);
     this.nav2.MSG_Exit      = false;
     this.nav2.MulltiDel     = false;
     this.nav2.Name          = "nav2";
     this.nav2.Security      = 0;
     this.nav2.ShowPopupMenu = false;
     this.nav2.Size          = new System.Drawing.Size(36, 32);
     this.nav2.TabIndex      = 14;
     this.nav2.ToolBar_Auto  = true;
     this.nav2.UserID        = null;
     this.nav2.Visible       = false;
     this.nav2.VisibleGrid   = true;
     this.nav2.Where         = null;
     //
     // nav1
     //
     this.nav1.BackColor     = System.Drawing.SystemColors.Control;
     this.nav1.Connection    = null;
     this.nav1.ConnectionDel = null;
     this.nav1.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav1.form          = null;
     this.nav1.FormName      = null;
     this.nav1.Grid          = null;
     this.nav1.History       = false;
     this.nav1.IsNull        = true;
     this.nav1.Language      = "EN";
     this.nav1.Location      = new System.Drawing.Point(496, 4);
     this.nav1.MSG_Exit      = false;
     this.nav1.MulltiDel     = false;
     this.nav1.Name          = "nav1";
     this.nav1.Security      = 0;
     this.nav1.ShowPopupMenu = false;
     this.nav1.Size          = new System.Drawing.Size(36, 32);
     this.nav1.TabIndex      = 12;
     this.nav1.ToolBar_Auto  = true;
     this.nav1.UserID        = null;
     this.nav1.Visible       = false;
     this.nav1.VisibleGrid   = true;
     this.nav1.Where         = null;
     //
     // 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.History       = false;
     this.nav.IsNull        = true;
     this.nav.Language      = "EN";
     this.nav.Location      = new System.Drawing.Point(4, 4);
     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      = 8;
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // 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(200, 552);
     //
     // 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(200, 552);
     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.vs);
     this.c1DockingTabPage1.ImageIndex = -1;
     this.c1DockingTabPage1.Location   = new System.Drawing.Point(1, 1);
     this.c1DockingTabPage1.Name       = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size       = new System.Drawing.Size(195, 550);
     this.c1DockingTabPage1.TabIndex   = 0;
     this.c1DockingTabPage1.Text       = "Page1";
     //
     // vs
     //
     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.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs.Location     = new System.Drawing.Point(0, 23);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(195, 527);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 6;
     //
     // frmTaCardComparison
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(936, 552);
     this.Controls.Add(this.panel1);
     this.Font  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name  = "frmTaCardComparison";
     this.Text  = "frmTaCardComparison";
     this.Load += new System.EventHandler(this.frmTaCardComparison_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.panel16.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs3)).EndInit();
     this.panel15.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel14.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs2)).EndInit();
     this.panel13.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).EndInit();
     this.panel11.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel3.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);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.panel1            = new System.Windows.Forms.Panel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.panel5            = new System.Windows.Forms.Panel();
     this.panel8            = new System.Windows.Forms.Panel();
     this.vs                = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel9            = new System.Windows.Forms.Panel();
     this.nav               = new Navigator1._0.NavigatorAuto();
     this.splitter1         = new System.Windows.Forms.Splitter();
     this.panel7            = new System.Windows.Forms.Panel();
     this.vs1               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel6            = 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.panel3            = new System.Windows.Forms.Panel();
     this.label5            = new System.Windows.Forms.Label();
     this.panel4            = new System.Windows.Forms.Panel();
     this.nav1              = 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.panel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).BeginInit();
     this.panel6.SuspendLayout();
     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.panel2);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(264, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(696, 520);
     this.panel1.TabIndex = 3;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel5);
     this.panel2.Controls.Add(this.panel6);
     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(696, 484);
     this.panel2.TabIndex = 6;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel8);
     this.panel5.Controls.Add(this.splitter1);
     this.panel5.Controls.Add(this.panel7);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 28);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(696, 456);
     this.panel5.TabIndex = 5;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.vs);
     this.panel8.Controls.Add(this.panel9);
     this.panel8.Controls.Add(this.nav);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 191);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(696, 265);
     this.panel8.TabIndex = 13;
     //
     // 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, 38);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(688, 226);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 10;
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.CornflowerBlue;
     this.panel9.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel9.Location  = new System.Drawing.Point(0, 0);
     this.panel9.Name      = "panel9";
     this.panel9.Size      = new System.Drawing.Size(696, 4);
     this.panel9.TabIndex  = 12;
     //
     // 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.History       = false;
     this.nav.IsNull        = true;
     this.nav.Language      = "EN";
     this.nav.Location      = new System.Drawing.Point(4, 5);
     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(344, 32);
     this.nav.TabIndex      = 11;
     this.nav.Tag           = "";
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 188);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(696, 3);
     this.splitter1.TabIndex = 12;
     this.splitter1.TabStop  = false;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.vs1);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(696, 188);
     this.panel7.TabIndex = 11;
     //
     // vs1
     //
     this.vs1.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.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs1.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs1.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(4, 4);
     this.vs1.Name         = "vs1";
     this.vs1.Size         = new System.Drawing.Size(688, 184);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 11;
     //
     // panel6
     //
     this.panel6.BackColor   = System.Drawing.Color.Moccasin;
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel6.Controls.Add(this.txt3);
     this.panel6.Controls.Add(this.txt2);
     this.panel6.Controls.Add(this.txt1);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(696, 28);
     this.panel6.TabIndex = 4;
     //
     // 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(272, 2);
     this.txt3.MaxLength = 20;
     this.txt3.Name      = "txt3";
     this.txt3.Size      = new System.Drawing.Size(132, 23);
     this.txt3.TabIndex  = 73;
     this.txt3.Tag       = "EMP_NM";
     this.txt3.Text      = "textBox3";
     this.txt3.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt3.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt3.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // 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(140, 2);
     this.txt2.MaxLength = 20;
     this.txt2.Name      = "txt2";
     this.txt2.Size      = new System.Drawing.Size(132, 23);
     this.txt2.TabIndex  = 72;
     this.txt2.Tag       = "EMP_I1";
     this.txt2.Text      = "textBox3";
     this.txt2.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt2.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt2.Enter    += new System.EventHandler(this.textBox1_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(8, 2);
     this.txt1.MaxLength = 20;
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(132, 23);
     this.txt1.TabIndex  = 71;
     this.txt1.Tag       = "EMP_ID";
     this.txt1.Text      = "textBox3";
     this.txt1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.txt1.Leave    += new System.EventHandler(this.textBox1_Leave);
     this.txt1.Enter    += new System.EventHandler(this.textBox1_Enter);
     //
     // 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(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(696, 36);
     this.panel3.TabIndex = 5;
     //
     // 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(348, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(348, 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.nav1);
     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(348, 36);
     this.panel4.TabIndex = 10;
     //
     // nav1
     //
     this.nav1.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.nav1.Connection    = null;
     this.nav1.ConnectionDel = null;
     this.nav1.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav1.form          = null;
     this.nav1.FormName      = null;
     this.nav1.Grid          = null;
     this.nav1.History       = false;
     this.nav1.IsNull        = true;
     this.nav1.Language      = "EN";
     this.nav1.Location      = new System.Drawing.Point(4, 3);
     this.nav1.MSG_Exit      = false;
     this.nav1.MulltiDel     = false;
     this.nav1.Name          = "nav1";
     this.nav1.Security      = 0;
     this.nav1.ShowPopupMenu = true;
     this.nav1.Size          = new System.Drawing.Size(344, 32);
     this.nav1.TabIndex      = 10;
     this.nav1.Tag           = "";
     this.nav1.ToolBar_Auto  = true;
     this.nav1.UserID        = null;
     this.nav1.VisibleGrid   = true;
     this.nav1.Where         = null;
     //
     // 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(264, 520);
     //
     // 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(264, 520);
     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(259, 518);
     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(259, 495);
     this.Dep.TabIndex = 2;
     //
     // frmTaGraduationHistory
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(960, 520);
     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          = "frmTaGraduationHistory";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmTaGraduationHistory";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmTaGraduationHistory_Load);
     this.Closed       += new System.EventHandler(this.frmTaGraduationHistory_Closed);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).EndInit();
     this.panel6.ResumeLayout(false);
     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);
 }
Exemplo n.º 16
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.panel6     = new System.Windows.Forms.Panel();
     this.panel8     = new System.Windows.Forms.Panel();
     this.panel12    = new System.Windows.Forms.Panel();
     this.panel7     = new System.Windows.Forms.Panel();
     this.cmd_change = new System.Windows.Forms.Button();
     this.cmd_copy   = new System.Windows.Forms.Button();
     this.nav        = new Navigator1._0.NavigatorAuto();
     this.vs         = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.splitter1  = new System.Windows.Forms.Splitter();
     this.panel5     = new System.Windows.Forms.Panel();
     this.cmd_ok     = new System.Windows.Forms.Button();
     this.label3     = new System.Windows.Forms.Label();
     this.dt4        = new C1.Win.C1Input.C1DateEdit();
     this.label2     = new System.Windows.Forms.Label();
     this.dt1        = new C1.Win.C1Input.C1DateEdit();
     this.panel11    = new System.Windows.Forms.Panel();
     this.txt6       = new System.Windows.Forms.TextBox();
     this.txt7       = new System.Windows.Forms.TextBox();
     this.txt5       = new System.Windows.Forms.TextBox();
     this.dt3        = new C1.Win.C1Input.C1DateEdit();
     this.panel3     = new System.Windows.Forms.Panel();
     this.label5     = new System.Windows.Forms.Label();
     this.panel4     = new System.Windows.Forms.Panel();
     this.cmd_q      = new System.Windows.Forms.Button();
     ((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.panel6.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel12.SuspendLayout();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).BeginInit();
     this.panel11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt3)).BeginInit();
     this.panel3.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(276, 320);
     //
     // 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(276, 320);
     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(271, 318);
     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(271, 298);
     this.Dep.TabIndex = 1;
     //
     // 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(276, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(636, 320);
     this.panel1.TabIndex = 3;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel6);
     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(636, 284);
     this.panel2.TabIndex = 5;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.panel8);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(636, 284);
     this.panel6.TabIndex = 1;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.panel12);
     this.panel8.Controls.Add(this.panel11);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 0);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(636, 284);
     this.panel8.TabIndex = 2;
     //
     // panel12
     //
     this.panel12.Controls.Add(this.panel7);
     this.panel12.Controls.Add(this.splitter1);
     this.panel12.Controls.Add(this.panel5);
     this.panel12.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel12.Location = new System.Drawing.Point(0, 32);
     this.panel12.Name     = "panel12";
     this.panel12.Size     = new System.Drawing.Size(636, 252);
     this.panel12.TabIndex = 41;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.cmd_q);
     this.panel7.Controls.Add(this.cmd_change);
     this.panel7.Controls.Add(this.cmd_copy);
     this.panel7.Controls.Add(this.nav);
     this.panel7.Controls.Add(this.vs);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(636, 209);
     this.panel7.TabIndex = 18;
     //
     // cmd_change
     //
     this.cmd_change.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_change.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmd_change.Location  = new System.Drawing.Point(284, 4);
     this.cmd_change.Name      = "cmd_change";
     this.cmd_change.Size      = new System.Drawing.Size(172, 24);
     this.cmd_change.TabIndex  = 150;
     this.cmd_change.Text      = "Quick Change";
     this.cmd_change.Click    += new System.EventHandler(this.cmd_change_Click);
     //
     // cmd_copy
     //
     this.cmd_copy.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_copy.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmd_copy.Location  = new System.Drawing.Point(460, 4);
     this.cmd_copy.Name      = "cmd_copy";
     this.cmd_copy.Size      = new System.Drawing.Size(164, 24);
     this.cmd_copy.TabIndex  = 149;
     this.cmd_copy.Text      = "Copy";
     this.cmd_copy.Visible   = false;
     this.cmd_copy.Click    += new System.EventHandler(this.cmd_copy_Click);
     //
     // 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.History       = false;
     this.nav.IsNull        = true;
     this.nav.Language      = "EN";
     this.nav.Location      = new System.Drawing.Point(4, 0);
     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(276, 32);
     this.nav.TabIndex      = 15;
     this.nav.Tag           = "";
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // 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(628, 176);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 14;
     this.vs.Tag          = "";
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 209);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(636, 3);
     this.splitter1.TabIndex = 17;
     this.splitter1.TabStop  = false;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.Moccasin;
     this.panel5.Controls.Add(this.cmd_ok);
     this.panel5.Controls.Add(this.label3);
     this.panel5.Controls.Add(this.dt4);
     this.panel5.Controls.Add(this.label2);
     this.panel5.Controls.Add(this.dt1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 212);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(636, 40);
     this.panel5.TabIndex = 16;
     //
     // cmd_ok
     //
     this.cmd_ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_ok.Location  = new System.Drawing.Point(344, 4);
     this.cmd_ok.Name      = "cmd_ok";
     this.cmd_ok.Size      = new System.Drawing.Size(108, 32);
     this.cmd_ok.TabIndex  = 148;
     this.cmd_ok.Text      = "OK";
     this.cmd_ok.Visible   = false;
     this.cmd_ok.Click    += new System.EventHandler(this.cmd_ok_Click);
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(200, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(40, 23);
     this.label3.TabIndex  = 147;
     this.label3.Tag       = "";
     this.label3.Text      = "To";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label3.Visible   = false;
     //
     // dt4
     //
     this.dt4.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt4.Location   = new System.Drawing.Point(104, 8);
     this.dt4.Name       = "dt4";
     this.dt4.Size       = new System.Drawing.Size(96, 23);
     this.dt4.TabIndex   = 145;
     this.dt4.Tag        = null;
     this.dt4.Visible    = false;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(12, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(92, 23);
     this.label2.TabIndex  = 144;
     this.label2.Tag       = "";
     this.label2.Text      = "VAC_ID";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     this.label2.Visible   = false;
     //
     // dt1
     //
     this.dt1.Font       = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dt1.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt1.Location   = new System.Drawing.Point(240, 8);
     this.dt1.Name       = "dt1";
     this.dt1.Size       = new System.Drawing.Size(96, 23);
     this.dt1.TabIndex   = 143;
     this.dt1.Tag        = null;
     this.dt1.Visible    = false;
     //
     // panel11
     //
     this.panel11.Controls.Add(this.txt6);
     this.panel11.Controls.Add(this.txt7);
     this.panel11.Controls.Add(this.txt5);
     this.panel11.Controls.Add(this.dt3);
     this.panel11.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel11.Location = new System.Drawing.Point(0, 0);
     this.panel11.Name     = "panel11";
     this.panel11.Size     = new System.Drawing.Size(636, 32);
     this.panel11.TabIndex = 40;
     //
     // 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(124, 4);
     this.txt6.MaxLength = 20;
     this.txt6.Name      = "txt6";
     this.txt6.Size      = new System.Drawing.Size(112, 23);
     this.txt6.TabIndex  = 38;
     this.txt6.Tag       = "EMP_I1";
     this.txt6.Text      = "textBox3";
     this.txt6.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt5_KeyDown);
     this.txt6.Leave    += new System.EventHandler(this.txt5_Leave);
     this.txt6.Enter    += new System.EventHandler(this.txt5_Enter);
     //
     // 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(240, 4);
     this.txt7.MaxLength = 20;
     this.txt7.Name      = "txt7";
     this.txt7.Size      = new System.Drawing.Size(132, 23);
     this.txt7.TabIndex  = 39;
     this.txt7.Tag       = "EMP_NM";
     this.txt7.Text      = "textBox3";
     this.txt7.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt5_KeyDown);
     this.txt7.Leave    += new System.EventHandler(this.txt5_Leave);
     this.txt7.Enter    += new System.EventHandler(this.txt5_Enter);
     //
     // 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(8, 4);
     this.txt5.MaxLength = 20;
     this.txt5.Name      = "txt5";
     this.txt5.Size      = new System.Drawing.Size(112, 23);
     this.txt5.TabIndex  = 37;
     this.txt5.Tag       = "EMP_ID";
     this.txt5.Text      = "textBox3";
     this.txt5.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txt5_KeyDown);
     this.txt5.Leave    += new System.EventHandler(this.txt5_Leave);
     this.txt5.Enter    += new System.EventHandler(this.txt5_Enter);
     //
     // dt3
     //
     this.dt3.BackColor  = System.Drawing.Color.LemonChiffon;
     this.dt3.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt3.Location   = new System.Drawing.Point(376, 4);
     this.dt3.Name       = "dt3";
     this.dt3.Size       = new System.Drawing.Size(96, 23);
     this.dt3.TabIndex   = 140;
     this.dt3.Tag        = null;
     //
     // 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(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(636, 36);
     this.panel3.TabIndex = 4;
     //
     // 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(8, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(628, 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.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(8, 36);
     this.panel4.TabIndex  = 10;
     //
     // cmd_q
     //
     this.cmd_q.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_q.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmd_q.Location  = new System.Drawing.Point(460, 4);
     this.cmd_q.Name      = "cmd_q";
     this.cmd_q.Size      = new System.Drawing.Size(172, 24);
     this.cmd_q.TabIndex  = 151;
     this.cmd_q.Text      = "Quick Change";
     this.cmd_q.Click    += new System.EventHandler(this.cmd_q_Click);
     //
     // frmTaShiftReset
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(912, 320);
     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  = "frmTaShiftReset";
     this.Text  = "frmTaShiftReset";
     this.Load += new System.EventHandler(this.frmTaVacateManager_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.panel6.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel12.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1)).EndInit();
     this.panel11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt3)).EndInit();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.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.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.vs                = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel7            = new System.Windows.Forms.Panel();
     this.vs1               = new C1.Win.C1FlexGrid.C1FlexGrid();
     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.panel2            = new System.Windows.Forms.Panel();
     this.cmd_round         = new System.Windows.Forms.Button();
     this.dt                = new C1.Win.C1Input.C1DateEdit();
     this.cmd_cal           = new System.Windows.Forms.Button();
     this.cb                = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.cmd_add           = new System.Windows.Forms.Button();
     this.txt2              = new System.Windows.Forms.TextBox();
     this.txt1              = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
     this.SuspendLayout();
     //
     // 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(964, 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(548, 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;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel5);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 36);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(964, 516);
     this.panel1.TabIndex = 7;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.c1CommandDock1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 32);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(964, 484);
     this.panel5.TabIndex = 1;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.panel8);
     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(260, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(704, 484);
     this.panel6.TabIndex = 2;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.vs);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 0);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(704, 416);
     this.panel8.TabIndex = 1;
     //
     // vs
     //
     this.vs.AllowEditing = false;
     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.AutoResize   = false;
     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, 4);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(696, 408);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 12;
     //
     // panel7
     //
     this.panel7.BackColor = System.Drawing.Color.MistyRose;
     this.panel7.Controls.Add(this.vs1);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel7.Location = new System.Drawing.Point(0, 416);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(704, 68);
     this.panel7.TabIndex = 0;
     //
     // vs1
     //
     this.vs1.AllowEditing = false;
     this.vs1.AutoResize   = false;
     this.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs1.ColumnInfo   = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(0, 0);
     this.vs1.Name         = "vs1";
     this.vs1.Size         = new System.Drawing.Size(704, 68);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 13;
     this.vs1.Tag          = "N";
     //
     // 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(260, 484);
     //
     // 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(260, 484);
     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(255, 482);
     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(255, 462);
     this.Dep.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Moccasin;
     this.panel2.Controls.Add(this.cmd_round);
     this.panel2.Controls.Add(this.dt);
     this.panel2.Controls.Add(this.cmd_cal);
     this.panel2.Controls.Add(this.cb);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.cmd_add);
     this.panel2.Controls.Add(this.txt2);
     this.panel2.Controls.Add(this.txt1);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(964, 32);
     this.panel2.TabIndex = 0;
     //
     // cmd_round
     //
     this.cmd_round.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmd_round.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_round.Location  = new System.Drawing.Point(652, 4);
     this.cmd_round.Name      = "cmd_round";
     this.cmd_round.Size      = new System.Drawing.Size(100, 24);
     this.cmd_round.TabIndex  = 154;
     this.cmd_round.Text      = "Back";
     this.cmd_round.Click    += new System.EventHandler(this.cmd_round_Click);
     //
     // dt
     //
     this.dt.CustomFormat = "yyyyMM";
     this.dt.FormatType   = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
     this.dt.Location     = new System.Drawing.Point(76, 6);
     this.dt.Name         = "dt";
     this.dt.Size         = new System.Drawing.Size(88, 23);
     this.dt.TabIndex     = 13;
     this.dt.Tag          = null;
     //
     // cmd_cal
     //
     this.cmd_cal.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmd_cal.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_cal.Location  = new System.Drawing.Point(860, 4);
     this.cmd_cal.Name      = "cmd_cal";
     this.cmd_cal.Size      = new System.Drawing.Size(100, 24);
     this.cmd_cal.TabIndex  = 153;
     this.cmd_cal.Text      = "Cal";
     this.cmd_cal.Click    += new System.EventHandler(this.cmd_cal_Click);
     //
     // cb
     //
     this.cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb.Location      = new System.Drawing.Point(260, 4);
     this.cb.Name          = "cb";
     this.cb.Size          = new System.Drawing.Size(144, 24);
     this.cb.TabIndex      = 152;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(168, 8);
     this.label2.Name     = "label2";
     this.label2.TabIndex = 151;
     this.label2.Text     = "label2";
     //
     // cmd_add
     //
     this.cmd_add.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmd_add.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_add.Location  = new System.Drawing.Point(756, 4);
     this.cmd_add.Name      = "cmd_add";
     this.cmd_add.Size      = new System.Drawing.Size(100, 24);
     this.cmd_add.TabIndex  = 150;
     this.cmd_add.Text      = "Back";
     this.cmd_add.Click    += new System.EventHandler(this.cmd_add_Click);
     //
     // 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(508, 4);
     this.txt2.MaxLength = 20;
     this.txt2.Name      = "txt2";
     this.txt2.Size      = new System.Drawing.Size(96, 23);
     this.txt2.TabIndex  = 147;
     this.txt2.Tag       = "EMP_I1";
     this.txt2.Text      = "textBox3";
     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(408, 4);
     this.txt1.MaxLength = 20;
     this.txt1.Name      = "txt1";
     this.txt1.Size      = new System.Drawing.Size(96, 23);
     this.txt1.TabIndex  = 146;
     this.txt1.Tag       = "EMP_ID";
     this.txt1.Text      = "textBox3";
     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);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 8);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 0;
     this.label1.Text     = "label1";
     //
     // frmTaNotesSlip
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(964, 552);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Font  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name  = "frmTaNotesSlip";
     this.Text  = "frmTaNotesSlip";
     this.Load += new System.EventHandler(this.frmTaSalary_Load);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).EndInit();
     ((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.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 18
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.vs                = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel3            = new System.Windows.Forms.Panel();
     this.ck                = new System.Windows.Forms.CheckBox();
     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.vs1               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.color             = new System.Windows.Forms.ColorDialog();
     this.panel1.SuspendLayout();
     this.panel5.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();
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).BeginInit();
     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.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(956, 490);
     this.panel1.TabIndex = 2;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.vs);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(340, 36);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(616, 454);
     this.panel5.TabIndex = 4;
     //
     // 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, 4);
     this.vs.Name         = "vs";
     this.vs.Size         = new System.Drawing.Size(608, 448);
     this.vs.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex     = 8;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.panel3.Controls.Add(this.ck);
     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(340, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(616, 36);
     this.panel3.TabIndex = 3;
     //
     // ck
     //
     this.ck.Checked         = true;
     this.ck.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ck.Location        = new System.Drawing.Point(348, 8);
     this.ck.Name            = "ck";
     this.ck.TabIndex        = 12;
     this.ck.Text            = "Show All";
     this.ck.CheckedChanged += new System.EventHandler(this.ck_CheckedChanged);
     //
     // 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(356, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(260, 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(356, 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(4, 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(353, 32);
     this.nav.TabIndex      = 9;
     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.Id       = 1;
     this.c1CommandDock1.Location = new System.Drawing.Point(0, 0);
     this.c1CommandDock1.Name     = "c1CommandDock1";
     this.c1CommandDock1.Size     = new System.Drawing.Size(340, 490);
     //
     // 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.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(338, 488);
     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.vs1);
     this.c1DockingTabPage1.ImageIndex = -1;
     this.c1DockingTabPage1.Location   = new System.Drawing.Point(0, 0);
     this.c1DockingTabPage1.Name       = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size       = new System.Drawing.Size(335, 487);
     this.c1DockingTabPage1.TabIndex   = 0;
     this.c1DockingTabPage1.Text       = "Page1";
     //
     // vs1
     //
     this.vs1.AllowEditing = false;
     this.vs1.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.Light3D;
     this.vs1.ColumnInfo   = "1,0,0,0,0,100,Columns:0{Width:600;}\t";
     this.vs1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vs1.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs1.Location     = new System.Drawing.Point(0, 20);
     this.vs1.Name         = "vs1";
     this.vs1.Rows.Count   = 10;
     this.vs1.Rows.Fixed   = 0;
     this.vs1.Size         = new System.Drawing.Size(335, 467);
     this.vs1.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs1.TabIndex     = 8;
     this.vs1.Tag          = "N";
     //
     // frmTaDepartment
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(956, 490);
     this.Controls.Add(this.panel1);
     this.Font  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name  = "frmTaDepartment";
     this.Text  = "frmTaDepartment";
     this.Load += new System.EventHandler(this.frmTaDepartment_Load);
     this.panel1.ResumeLayout(false);
     this.panel5.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);
     ((System.ComponentModel.ISupportInitialize)(this.vs1)).EndInit();
     this.ResumeLayout(false);
 }