/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn1   = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn2   = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn1 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
     Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn2 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
     Telerik.WinControls.Data.SortDescriptor        sortDescriptor1          = new Telerik.WinControls.Data.SortDescriptor();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmListaRoles));
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.gridRoles = new Telerik.WinControls.UI.RadGridView();
     this.btAgregar = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRoles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRoles.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btAgregar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radLabel1
     //
     this.radLabel1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.radLabel1.Location  = new System.Drawing.Point(237, 48);
     this.radLabel1.Name      = "radLabel1";
     this.radLabel1.Size      = new System.Drawing.Size(133, 32);
     this.radLabel1.TabIndex  = 3;
     this.radLabel1.Text      = "Lista Roles";
     //
     // gridRoles
     //
     this.gridRoles.BackColor = System.Drawing.Color.White;
     this.gridRoles.Cursor    = System.Windows.Forms.Cursors.Default;
     this.gridRoles.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.gridRoles.ForeColor = System.Drawing.SystemColors.ControlText;
     this.gridRoles.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.gridRoles.Location  = new System.Drawing.Point(237, 123);
     //
     // gridRoles
     //
     this.gridRoles.MasterTemplate.AllowColumnChooser = false;
     this.gridRoles.MasterTemplate.AllowColumnReorder = false;
     this.gridRoles.MasterTemplate.AllowColumnResize  = false;
     this.gridRoles.MasterTemplate.AllowDragToGroup   = false;
     this.gridRoles.MasterTemplate.AllowRowResize     = false;
     gridViewTextBoxColumn1.EnableExpressionEditor    = false;
     gridViewTextBoxColumn1.FormatString             = "";
     gridViewTextBoxColumn1.HeaderText               = "Nombre";
     gridViewTextBoxColumn1.Name                     = "clNombre";
     gridViewTextBoxColumn1.Width                    = 306;
     gridViewTextBoxColumn2.EnableExpressionEditor   = false;
     gridViewTextBoxColumn2.FormatString             = "";
     gridViewTextBoxColumn2.HeaderText               = "Descripcion";
     gridViewTextBoxColumn2.Name                     = "clDescripcion";
     gridViewTextBoxColumn2.Width                    = 372;
     gridViewHyperlinkColumn1.EnableExpressionEditor = false;
     gridViewHyperlinkColumn1.FormatString           = "";
     gridViewHyperlinkColumn1.HeaderText             = "Editar";
     gridViewHyperlinkColumn1.Name                   = "clEditar";
     gridViewHyperlinkColumn1.Width                  = 129;
     gridViewHyperlinkColumn2.EnableExpressionEditor = false;
     gridViewHyperlinkColumn2.FormatString           = "";
     gridViewHyperlinkColumn2.HeaderText             = "Eliminar";
     gridViewHyperlinkColumn2.Name                   = "clEliminar";
     gridViewHyperlinkColumn2.Width                  = 110;
     this.gridRoles.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
         gridViewTextBoxColumn1,
         gridViewTextBoxColumn2,
         gridViewHyperlinkColumn1,
         gridViewHyperlinkColumn2
     });
     this.gridRoles.MasterTemplate.EnableGrouping = false;
     sortDescriptor1.Direction    = System.ComponentModel.ListSortDirection.Descending;
     sortDescriptor1.PropertyName = "clPrivilegio";
     this.gridRoles.MasterTemplate.SortDescriptors.AddRange(new Telerik.WinControls.Data.SortDescriptor[] {
         sortDescriptor1
     });
     this.gridRoles.Name           = "gridRoles";
     this.gridRoles.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.gridRoles.ShowGroupPanel = false;
     this.gridRoles.Size           = new System.Drawing.Size(936, 482);
     this.gridRoles.TabIndex       = 2;
     //
     // btAgregar
     //
     this.btAgregar.Location  = new System.Drawing.Point(1198, 123);
     this.btAgregar.Name      = "btAgregar";
     this.btAgregar.Size      = new System.Drawing.Size(130, 24);
     this.btAgregar.TabIndex  = 4;
     this.btAgregar.Text      = "Agregar";
     this.btAgregar.ThemeName = "TelerikMetroBlue";
     //
     // frmListaRoles
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1420, 832);
     this.Controls.Add(this.btAgregar);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.gridRoles);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmListaRoles";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Lista Roles";
     this.ThemeName     = "TelerikMetroBlue";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRoles.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRoles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btAgregar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn1 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn2 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            Telerik.WinControls.Data.SortDescriptor sortDescriptor1 = new Telerik.WinControls.Data.SortDescriptor();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmListaRoles));
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.gridRoles = new Telerik.WinControls.UI.RadGridView();
            this.btAgregar = new Telerik.WinControls.UI.RadButton();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridRoles)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridRoles.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btAgregar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radLabel1
            // 
            this.radLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.radLabel1.Location = new System.Drawing.Point(237, 48);
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.Size = new System.Drawing.Size(133, 32);
            this.radLabel1.TabIndex = 3;
            this.radLabel1.Text = "Lista Roles";
            // 
            // gridRoles
            // 
            this.gridRoles.BackColor = System.Drawing.Color.White;
            this.gridRoles.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridRoles.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.gridRoles.ForeColor = System.Drawing.SystemColors.ControlText;
            this.gridRoles.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.gridRoles.Location = new System.Drawing.Point(237, 123);
            // 
            // gridRoles
            // 
            this.gridRoles.MasterTemplate.AllowColumnChooser = false;
            this.gridRoles.MasterTemplate.AllowColumnReorder = false;
            this.gridRoles.MasterTemplate.AllowColumnResize = false;
            this.gridRoles.MasterTemplate.AllowDragToGroup = false;
            this.gridRoles.MasterTemplate.AllowRowResize = false;
            gridViewTextBoxColumn1.EnableExpressionEditor = false;
            gridViewTextBoxColumn1.FormatString = "";
            gridViewTextBoxColumn1.HeaderText = "Nombre";
            gridViewTextBoxColumn1.Name = "clNombre";
            gridViewTextBoxColumn1.Width = 306;
            gridViewTextBoxColumn2.EnableExpressionEditor = false;
            gridViewTextBoxColumn2.FormatString = "";
            gridViewTextBoxColumn2.HeaderText = "Descripcion";
            gridViewTextBoxColumn2.Name = "clDescripcion";
            gridViewTextBoxColumn2.Width = 372;
            gridViewHyperlinkColumn1.EnableExpressionEditor = false;
            gridViewHyperlinkColumn1.FormatString = "";
            gridViewHyperlinkColumn1.HeaderText = "Editar";
            gridViewHyperlinkColumn1.Name = "clEditar";
            gridViewHyperlinkColumn1.Width = 129;
            gridViewHyperlinkColumn2.EnableExpressionEditor = false;
            gridViewHyperlinkColumn2.FormatString = "";
            gridViewHyperlinkColumn2.HeaderText = "Eliminar";
            gridViewHyperlinkColumn2.Name = "clEliminar";
            gridViewHyperlinkColumn2.Width = 110;
            this.gridRoles.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn1,
            gridViewTextBoxColumn2,
            gridViewHyperlinkColumn1,
            gridViewHyperlinkColumn2});
            this.gridRoles.MasterTemplate.EnableGrouping = false;
            sortDescriptor1.Direction = System.ComponentModel.ListSortDirection.Descending;
            sortDescriptor1.PropertyName = "clPrivilegio";
            this.gridRoles.MasterTemplate.SortDescriptors.AddRange(new Telerik.WinControls.Data.SortDescriptor[] {
            sortDescriptor1});
            this.gridRoles.Name = "gridRoles";
            this.gridRoles.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.gridRoles.ShowGroupPanel = false;
            this.gridRoles.Size = new System.Drawing.Size(936, 482);
            this.gridRoles.TabIndex = 2;
            // 
            // btAgregar
            // 
            this.btAgregar.Location = new System.Drawing.Point(1198, 123);
            this.btAgregar.Name = "btAgregar";
            this.btAgregar.Size = new System.Drawing.Size(130, 24);
            this.btAgregar.TabIndex = 4;
            this.btAgregar.Text = "Agregar";
            this.btAgregar.ThemeName = "TelerikMetroBlue";
            // 
            // frmListaRoles
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1420, 832);
            this.Controls.Add(this.btAgregar);
            this.Controls.Add(this.radLabel1);
            this.Controls.Add(this.gridRoles);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmListaRoles";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Lista Roles";
            this.ThemeName = "TelerikMetroBlue";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridRoles.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridRoles)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btAgregar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo 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()
        {
            Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn1 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            this.GridViewShowData = new Telerik.WinControls.UI.RadGridView();
            this.radButtonUnChechAll = new Telerik.WinControls.UI.RadButton();
            this.radButtonCheckAll = new Telerik.WinControls.UI.RadButton();
            this.radPanelGetdata = new Telerik.WinControls.UI.RadPanel();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.txtDocNumber = new Telerik.WinControls.UI.RadTextBox();
            this.txtDocDate = new Telerik.WinControls.UI.RadTextBox();
            this.txtOut = new Telerik.WinControls.UI.RadTextBox();
            this.txtEmplId = new Telerik.WinControls.UI.RadTextBox();
            this.RadioEmpl = new Telerik.WinControls.UI.RadRadioButton();
            this.RadioDocId = new Telerik.WinControls.UI.RadRadioButton();
            this.RadioDimention = new Telerik.WinControls.UI.RadRadioButton();
            this.radButtonserch = new Telerik.WinControls.UI.RadButton();
            this.dtpEnd = new Telerik.WinControls.UI.RadDateTimePicker();
            this.DdlDimention = new Telerik.WinControls.UI.RadDropDownList();
            this.label4 = new System.Windows.Forms.Label();
            this.dtpStart = new Telerik.WinControls.UI.RadDateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.radPanelGride = new Telerik.WinControls.UI.RadPanel();
            this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
            this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
            this.radPanelRight = new Telerik.WinControls.UI.RadPanel();
            this.radButtonSave = new Telerik.WinControls.UI.RadButton();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonUnChechAll)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonCheckAll)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanelGetdata)).BeginInit();
            this.radPanelGetdata.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOut)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEmplId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioEmpl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioDocId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioDimention)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonserch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DdlDimention)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpStart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanelGride)).BeginInit();
            this.radPanelGride.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
            this.radGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
            this.radPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radPanelRight)).BeginInit();
            this.radPanelRight.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonSave)).BeginInit();
            this.SuspendLayout();
            // 
            // GridViewShowData
            // 
            this.GridViewShowData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.GridViewShowData.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.GridViewShowData.Location = new System.Drawing.Point(2, 18);
            this.GridViewShowData.Margin = new System.Windows.Forms.Padding(4);
            // 
            // GridViewShowData
            // 
            gridViewCheckBoxColumn1.FormatInfo = new System.Globalization.CultureInfo("");
            gridViewCheckBoxColumn1.HeaderText = "";
            gridViewCheckBoxColumn1.Name = "CHECK";
            gridViewCheckBoxColumn1.Width = 20;
            gridViewTextBoxColumn1.FieldName = "DocId";
            gridViewTextBoxColumn1.HeaderText = "เลขที่เอกสาร";
            gridViewTextBoxColumn1.Name = "DocId";
            gridViewTextBoxColumn1.ReadOnly = true;
            gridViewHyperlinkColumn1.FieldName = "OutOfficeId";
            gridViewHyperlinkColumn1.HeaderText = "ลำดับ";
            gridViewHyperlinkColumn1.Name = "OutOfficeId";
            gridViewHyperlinkColumn1.Width = 20;
            gridViewTextBoxColumn2.FieldName = "EmplId";
            gridViewTextBoxColumn2.HeaderText = "รหัสพนักงาน";
            gridViewTextBoxColumn2.Name = "EmplId";
            gridViewTextBoxColumn2.ReadOnly = true;
            gridViewTextBoxColumn3.FieldName = "EmplFullName";
            gridViewTextBoxColumn3.HeaderText = "ชื่อ-สกุล";
            gridViewTextBoxColumn3.Name = "EmplFullName";
            gridViewTextBoxColumn3.ReadOnly = true;
            gridViewTextBoxColumn4.FieldName = "Dimention";
            gridViewTextBoxColumn4.HeaderText = "แผนก";
            gridViewTextBoxColumn4.Name = "Dimention";
            gridViewTextBoxColumn4.ReadOnly = true;
            gridViewTextBoxColumn5.FieldName = "Dept";
            gridViewTextBoxColumn5.HeaderText = "ตำแหน่ง";
            gridViewTextBoxColumn5.Name = "Dept";
            gridViewTextBoxColumn5.ReadOnly = true;
            gridViewTextBoxColumn6.FieldName = "OutType";
            gridViewTextBoxColumn6.HeaderText = "ออกนอก";
            gridViewTextBoxColumn6.Name = "OutType";
            gridViewTextBoxColumn6.ReadOnly = true;
            gridViewTextBoxColumn7.FieldName = "Reason";
            gridViewTextBoxColumn7.HeaderText = "เหตุผล";
            gridViewTextBoxColumn7.Name = "Reason";
            gridViewTextBoxColumn8.FieldName = "CombackType";
            gridViewTextBoxColumn8.HeaderText = "กลับเข้ามา";
            gridViewTextBoxColumn8.Name = "CombackType";
            gridViewTextBoxColumn8.ReadOnly = true;
            this.GridViewShowData.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewCheckBoxColumn1,
            gridViewTextBoxColumn1,
            gridViewHyperlinkColumn1,
            gridViewTextBoxColumn2,
            gridViewTextBoxColumn3,
            gridViewTextBoxColumn4,
            gridViewTextBoxColumn5,
            gridViewTextBoxColumn6,
            gridViewTextBoxColumn7,
            gridViewTextBoxColumn8});
            this.GridViewShowData.MasterTemplate.ShowGroupedColumns = true;
            this.GridViewShowData.Name = "GridViewShowData";
            this.GridViewShowData.ShowGroupPanel = false;
            this.GridViewShowData.Size = new System.Drawing.Size(670, 354);
            this.GridViewShowData.TabIndex = 0;
            this.GridViewShowData.Text = "radGridView1";
            this.GridViewShowData.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.GridData_CellClick);
            // 
            // radButtonUnChechAll
            // 
            this.radButtonUnChechAll.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonUnChechAll.Location = new System.Drawing.Point(100, 7);
            this.radButtonUnChechAll.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonUnChechAll.Name = "radButtonUnChechAll";
            this.radButtonUnChechAll.Size = new System.Drawing.Size(92, 23);
            this.radButtonUnChechAll.TabIndex = 2;
            this.radButtonUnChechAll.Text = "UnCheckAll";
            this.radButtonUnChechAll.Click += new System.EventHandler(this.radButtonUnChechAll_Click);
            // 
            // radButtonCheckAll
            // 
            this.radButtonCheckAll.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonCheckAll.Location = new System.Drawing.Point(8, 7);
            this.radButtonCheckAll.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonCheckAll.Name = "radButtonCheckAll";
            this.radButtonCheckAll.Size = new System.Drawing.Size(84, 23);
            this.radButtonCheckAll.TabIndex = 1;
            this.radButtonCheckAll.Text = "CheckAll";
            this.radButtonCheckAll.Click += new System.EventHandler(this.radButtonCheckAll_Click);
            // 
            // radPanelGetdata
            // 
            this.radPanelGetdata.Controls.Add(this.radGroupBox1);
            this.radPanelGetdata.Dock = System.Windows.Forms.DockStyle.Top;
            this.radPanelGetdata.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radPanelGetdata.Location = new System.Drawing.Point(0, 0);
            this.radPanelGetdata.Margin = new System.Windows.Forms.Padding(4);
            this.radPanelGetdata.Name = "radPanelGetdata";
            this.radPanelGetdata.Size = new System.Drawing.Size(784, 150);
            this.radPanelGetdata.TabIndex = 14;
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add(this.txtDocNumber);
            this.radGroupBox1.Controls.Add(this.txtDocDate);
            this.radGroupBox1.Controls.Add(this.txtOut);
            this.radGroupBox1.Controls.Add(this.txtEmplId);
            this.radGroupBox1.Controls.Add(this.RadioEmpl);
            this.radGroupBox1.Controls.Add(this.RadioDocId);
            this.radGroupBox1.Controls.Add(this.RadioDimention);
            this.radGroupBox1.Controls.Add(this.radButtonserch);
            this.radGroupBox1.Controls.Add(this.dtpEnd);
            this.radGroupBox1.Controls.Add(this.DdlDimention);
            this.radGroupBox1.Controls.Add(this.label4);
            this.radGroupBox1.Controls.Add(this.dtpStart);
            this.radGroupBox1.Controls.Add(this.label3);
            this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.radGroupBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox1.HeaderText = "ค้นหาข้อมูล";
            this.radGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.radGroupBox1.Margin = new System.Windows.Forms.Padding(4);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            // 
            // 
            // 
            this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            this.radGroupBox1.Size = new System.Drawing.Size(784, 145);
            this.radGroupBox1.TabIndex = 0;
            this.radGroupBox1.Text = "ค้นหาข้อมูล";
            // 
            // txtDocNumber
            // 
            this.txtDocNumber.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txtDocNumber.Location = new System.Drawing.Point(229, 80);
            this.txtDocNumber.Margin = new System.Windows.Forms.Padding(4);
            this.txtDocNumber.MaxLength = 4;
            this.txtDocNumber.Name = "txtDocNumber";
            this.txtDocNumber.Size = new System.Drawing.Size(47, 20);
            this.txtDocNumber.TabIndex = 12;
            this.txtDocNumber.TabStop = false;
            // 
            // txtDocDate
            // 
            this.txtDocDate.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txtDocDate.Location = new System.Drawing.Point(161, 80);
            this.txtDocDate.Margin = new System.Windows.Forms.Padding(4);
            this.txtDocDate.MaxLength = 6;
            this.txtDocDate.Name = "txtDocDate";
            this.txtDocDate.Size = new System.Drawing.Size(60, 20);
            this.txtDocDate.TabIndex = 11;
            this.txtDocDate.TabStop = false;
            // 
            // txtOut
            // 
            this.txtOut.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txtOut.Location = new System.Drawing.Point(113, 80);
            this.txtOut.Margin = new System.Windows.Forms.Padding(4);
            this.txtOut.MaxLength = 3;
            this.txtOut.Name = "txtOut";
            this.txtOut.ReadOnly = true;
            this.txtOut.Size = new System.Drawing.Size(40, 20);
            this.txtOut.TabIndex = 10;
            this.txtOut.TabStop = false;
            this.txtOut.Text = "OUT";
            // 
            // txtEmplId
            // 
            this.txtEmplId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txtEmplId.Location = new System.Drawing.Point(113, 52);
            this.txtEmplId.Margin = new System.Windows.Forms.Padding(4);
            this.txtEmplId.Name = "txtEmplId";
            this.txtEmplId.Size = new System.Drawing.Size(250, 20);
            this.txtEmplId.TabIndex = 6;
            this.txtEmplId.TabStop = false;
            // 
            // RadioEmpl
            // 
            this.RadioEmpl.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.RadioEmpl.Location = new System.Drawing.Point(19, 52);
            this.RadioEmpl.Margin = new System.Windows.Forms.Padding(4);
            this.RadioEmpl.Name = "RadioEmpl";
            this.RadioEmpl.Size = new System.Drawing.Size(85, 18);
            this.RadioEmpl.TabIndex = 5;
            this.RadioEmpl.Text = "รหัสพนักงาน";
            // 
            // RadioDocId
            // 
            this.RadioDocId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.RadioDocId.Location = new System.Drawing.Point(19, 78);
            this.RadioDocId.Margin = new System.Windows.Forms.Padding(4);
            this.RadioDocId.Name = "RadioDocId";
            this.RadioDocId.Size = new System.Drawing.Size(86, 18);
            this.RadioDocId.TabIndex = 9;
            this.RadioDocId.Text = "เลขที่เอกสาร";
            // 
            // RadioDimention
            // 
            this.RadioDimention.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.RadioDimention.Location = new System.Drawing.Point(19, 26);
            this.RadioDimention.Margin = new System.Windows.Forms.Padding(4);
            this.RadioDimention.Name = "RadioDimention";
            this.RadioDimention.Size = new System.Drawing.Size(51, 18);
            this.RadioDimention.TabIndex = 1;
            this.RadioDimention.TabStop = true;
            this.RadioDimention.Text = "แผนก";
            this.RadioDimention.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            // 
            // radButtonserch
            // 
            this.radButtonserch.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonserch.Location = new System.Drawing.Point(19, 108);
            this.radButtonserch.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonserch.Name = "radButtonserch";
            this.radButtonserch.Size = new System.Drawing.Size(100, 25);
            this.radButtonserch.TabIndex = 13;
            this.radButtonserch.Text = "ค้นหา";
            // 
            // dtpEnd
            // 
            this.dtpEnd.CustomFormat = "yyyy-MM-dd";
            this.dtpEnd.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtpEnd.Location = new System.Drawing.Point(526, 26);
            this.dtpEnd.Margin = new System.Windows.Forms.Padding(4);
            this.dtpEnd.Name = "dtpEnd";
            this.dtpEnd.Size = new System.Drawing.Size(90, 20);
            this.dtpEnd.TabIndex = 4;
            this.dtpEnd.TabStop = false;
            this.dtpEnd.Text = "2014-02-12";
            this.dtpEnd.Value = new System.DateTime(2014, 2, 12, 16, 33, 8, 281);
            // 
            // DdlDimention
            // 
            this.DdlDimention.DefaultItemsCountInDropDown = 15;
            this.DdlDimention.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.DdlDimention.Location = new System.Drawing.Point(113, 24);
            this.DdlDimention.Margin = new System.Windows.Forms.Padding(4);
            this.DdlDimention.Name = "DdlDimention";
            this.DdlDimention.Size = new System.Drawing.Size(250, 20);
            this.DdlDimention.TabIndex = 2;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.label4.Location = new System.Drawing.Point(498, 28);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(20, 14);
            this.label4.TabIndex = 18;
            this.label4.Text = "ถึง";
            // 
            // dtpStart
            // 
            this.dtpStart.CustomFormat = "yyyy-MM-dd";
            this.dtpStart.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtpStart.Location = new System.Drawing.Point(402, 26);
            this.dtpStart.Margin = new System.Windows.Forms.Padding(4);
            this.dtpStart.Name = "dtpStart";
            this.dtpStart.Size = new System.Drawing.Size(90, 20);
            this.dtpStart.TabIndex = 3;
            this.dtpStart.TabStop = false;
            this.dtpStart.Text = "2014-02-12";
            this.dtpStart.Value = new System.DateTime(2014, 2, 12, 16, 33, 8, 281);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.label3.Location = new System.Drawing.Point(371, 28);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(23, 14);
            this.label3.TabIndex = 17;
            this.label3.Text = "เริ่ม";
            // 
            // radPanelGride
            // 
            this.radPanelGride.Controls.Add(this.radGroupBox2);
            this.radPanelGride.Controls.Add(this.radPanel1);
            this.radPanelGride.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radPanelGride.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radPanelGride.Location = new System.Drawing.Point(0, 150);
            this.radPanelGride.Margin = new System.Windows.Forms.Padding(4);
            this.radPanelGride.Name = "radPanelGride";
            this.radPanelGride.Size = new System.Drawing.Size(674, 411);
            this.radPanelGride.TabIndex = 13;
            // 
            // radGroupBox2
            // 
            this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox2.Controls.Add(this.GridViewShowData);
            this.radGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGroupBox2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox2.HeaderText = "";
            this.radGroupBox2.Location = new System.Drawing.Point(0, 37);
            this.radGroupBox2.Name = "radGroupBox2";
            // 
            // 
            // 
            this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox2.Size = new System.Drawing.Size(674, 374);
            this.radGroupBox2.TabIndex = 2;
            // 
            // radPanel1
            // 
            this.radPanel1.Controls.Add(this.radButtonUnChechAll);
            this.radPanel1.Controls.Add(this.radButtonCheckAll);
            this.radPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.radPanel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radPanel1.Location = new System.Drawing.Point(0, 0);
            this.radPanel1.Name = "radPanel1";
            this.radPanel1.Size = new System.Drawing.Size(674, 37);
            this.radPanel1.TabIndex = 1;
            // 
            // radPanelRight
            // 
            this.radPanelRight.Controls.Add(this.radButtonSave);
            this.radPanelRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.radPanelRight.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radPanelRight.Location = new System.Drawing.Point(674, 150);
            this.radPanelRight.Margin = new System.Windows.Forms.Padding(4);
            this.radPanelRight.Name = "radPanelRight";
            this.radPanelRight.Size = new System.Drawing.Size(110, 411);
            this.radPanelRight.TabIndex = 4;
            // 
            // radButtonSave
            // 
            this.radButtonSave.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonSave.Location = new System.Drawing.Point(5, 30);
            this.radButtonSave.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonSave.Name = "radButtonSave";
            this.radButtonSave.Size = new System.Drawing.Size(100, 25);
            this.radButtonSave.TabIndex = 14;
            this.radButtonSave.Text = "อนุมัติ";
            // 
            // FormHdApprove
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(784, 561);
            this.Controls.Add(this.radPanelGride);
            this.Controls.Add(this.radPanelRight);
            this.Controls.Add(this.radPanelGetdata);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FormHdApprove";
            this.Text = "อนุมัติเอกสาร";
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonUnChechAll)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonCheckAll)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanelGetdata)).EndInit();
            this.radPanelGetdata.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOut)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEmplId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioEmpl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioDocId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioDimention)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonserch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DdlDimention)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpStart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanelGride)).EndInit();
            this.radPanelGride.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
            this.radGroupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
            this.radPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radPanelRight)).EndInit();
            this.radPanelRight.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radButtonSave)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn1 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_RegContractor));
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.GridContractor = new Telerik.WinControls.UI.RadGridView();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
            this.Btn_AddTel = new Telerik.WinControls.UI.RadButton();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.Button_RegSkill = new Telerik.WinControls.UI.RadButton();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.Btn_Register = new Telerik.WinControls.UI.RadButton();
            this.Btn_Edit = new Telerik.WinControls.UI.RadButton();
            this.Btn_Close = new Telerik.WinControls.UI.RadButton();
            this.Btn_DelTel = new Telerik.WinControls.UI.RadButton();
            this.listBox_Tels = new System.Windows.Forms.ListBox();
            this.Txt_Tel = new Telerik.WinControls.UI.RadTextBox();
            this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
            this.Btn_AddSkill = new Telerik.WinControls.UI.RadButton();
            this.Btn_DelSkill = new Telerik.WinControls.UI.RadButton();
            this.listBox_Skill = new System.Windows.Forms.ListBox();
            this.ComboSkills = new Telerik.WinControls.UI.RadDropDownList();
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
            this.Txt_FName = new Telerik.WinControls.UI.RadTextBox();
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.aquaTheme1 = new Telerik.WinControls.Themes.AquaTheme();
            this.office2007SilverTheme1 = new Telerik.WinControls.Themes.Office2007SilverTheme();
            this.BGW = new System.ComponentModel.BackgroundWorker();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridContractor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GridContractor.MasterTemplate)).BeginInit();
            this.GridContractor.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
            this.radGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_AddTel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Button_RegSkill)).BeginInit();
            this.flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Register)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Edit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Close)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_DelTel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Txt_Tel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_AddSkill)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_DelSkill)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComboSkills)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Txt_FName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add(this.GridContractor);
            this.radGroupBox1.Controls.Add(this.radGroupBox2);
            this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGroupBox1.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.radGroupBox1.GroupBoxStyle = Telerik.WinControls.UI.RadGroupBoxStyle.Office;
            this.radGroupBox1.HeaderImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.radGroupBox1.HeaderText = "ثبت پیمانکار";
            this.radGroupBox1.HeaderTextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.radGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Size = new System.Drawing.Size(843, 596);
            this.radGroupBox1.TabIndex = 0;
            this.radGroupBox1.Text = "ثبت پیمانکار";
            this.radGroupBox1.ThemeName = "Aqua";
            // 
            // GridContractor
            // 
            this.GridContractor.Controls.Add(this.pictureBox1);
            this.GridContractor.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.GridContractor.Location = new System.Drawing.Point(12, 45);
            // 
            // GridContractor
            // 
            this.GridContractor.MasterTemplate.AllowAddNewRow = false;
            this.GridContractor.MasterTemplate.AllowColumnReorder = false;
            this.GridContractor.MasterTemplate.AllowDragToGroup = false;
            this.GridContractor.MasterTemplate.AllowSearchRow = true;
            this.GridContractor.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn1.FieldName = "ContractorID";
            gridViewTextBoxColumn1.HeaderText = "کد پیمانکار";
            gridViewTextBoxColumn1.Name = "ContractorID";
            gridViewTextBoxColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn1.Width = 109;
            gridViewTextBoxColumn2.FieldName = "CName";
            gridViewTextBoxColumn2.HeaderText = "نام و نام خانوادگی";
            gridViewTextBoxColumn2.Name = "CName";
            gridViewTextBoxColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn2.Width = 204;
            gridViewHyperlinkColumn1.FormatString = "پاک کردن";
            gridViewHyperlinkColumn1.HeaderText = "حذف";
            gridViewHyperlinkColumn1.Name = "Del";
            gridViewHyperlinkColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewHyperlinkColumn1.Width = 136;
            this.GridContractor.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn1,
            gridViewTextBoxColumn2,
            gridViewHyperlinkColumn1});
            this.GridContractor.Name = "GridContractor";
            this.GridContractor.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
            this.GridContractor.ReadOnly = true;
            this.GridContractor.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.GridContractor.Size = new System.Drawing.Size(467, 539);
            this.GridContractor.TabIndex = 24;
            this.GridContractor.Text = "radGridView1";
            this.GridContractor.ThemeName = "Office2007Silver";
            this.GridContractor.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.GridContractor_CellClick);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(182, 215);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(118, 86);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Visible = false;
            // 
            // radGroupBox2
            // 
            this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radGroupBox2.Controls.Add(this.Btn_AddTel);
            this.radGroupBox2.Controls.Add(this.Button_RegSkill);
            this.radGroupBox2.Controls.Add(this.flowLayoutPanel1);
            this.radGroupBox2.Controls.Add(this.Btn_DelTel);
            this.radGroupBox2.Controls.Add(this.listBox_Tels);
            this.radGroupBox2.Controls.Add(this.Txt_Tel);
            this.radGroupBox2.Controls.Add(this.radLabel3);
            this.radGroupBox2.Controls.Add(this.Btn_AddSkill);
            this.radGroupBox2.Controls.Add(this.Btn_DelSkill);
            this.radGroupBox2.Controls.Add(this.listBox_Skill);
            this.radGroupBox2.Controls.Add(this.ComboSkills);
            this.radGroupBox2.Controls.Add(this.radLabel2);
            this.radGroupBox2.Controls.Add(this.Txt_FName);
            this.radGroupBox2.Controls.Add(this.radLabel1);
            this.radGroupBox2.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.radGroupBox2.HeaderText = "";
            this.radGroupBox2.Location = new System.Drawing.Point(489, 45);
            this.radGroupBox2.Name = "radGroupBox2";
            this.radGroupBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radGroupBox2.Size = new System.Drawing.Size(345, 539);
            this.radGroupBox2.TabIndex = 0;
            this.radGroupBox2.ThemeName = "Aqua";
            // 
            // Btn_AddTel
            // 
            this.Btn_AddTel.Font = new System.Drawing.Font("Adobe Arabic", 13.8F, System.Drawing.FontStyle.Bold);
            this.Btn_AddTel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.Btn_AddTel.ImageKey = "Awicons-Vista-Artistic-Add.ico";
            this.Btn_AddTel.ImageList = this.imageList1;
            this.Btn_AddTel.Location = new System.Drawing.Point(197, 276);
            this.Btn_AddTel.Name = "Btn_AddTel";
            this.Btn_AddTel.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Btn_AddTel.Size = new System.Drawing.Size(44, 38);
            this.Btn_AddTel.TabIndex = 25;
            this.Btn_AddTel.ThemeName = "Aqua";
            this.Btn_AddTel.Click += new System.EventHandler(this.Btn_AddTel_Click);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "Awicons-Vista-Artistic-Add.ico");
            this.imageList1.Images.SetKeyName(1, "Awicons-Vista-Artistic-Delete.ico");
            this.imageList1.Images.SetKeyName(2, "Custom-Icon-Design-Pretty-Office-9-Edit-validated.ico");
            // 
            // Button_RegSkill
            // 
            this.Button_RegSkill.Font = new System.Drawing.Font("Adobe Arabic", 13.8F, System.Drawing.FontStyle.Bold);
            this.Button_RegSkill.ImageKey = "add-icon.png";
            this.Button_RegSkill.Location = new System.Drawing.Point(20, 67);
            this.Button_RegSkill.Name = "Button_RegSkill";
            this.Button_RegSkill.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Button_RegSkill.Size = new System.Drawing.Size(44, 38);
            this.Button_RegSkill.TabIndex = 23;
            this.Button_RegSkill.Text = "...";
            this.Button_RegSkill.ThemeName = "Aqua";
            this.Button_RegSkill.Click += new System.EventHandler(this.Button_RegSkill_Click);
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.flowLayoutPanel1.Controls.Add(this.Btn_Register);
            this.flowLayoutPanel1.Controls.Add(this.Btn_Edit);
            this.flowLayoutPanel1.Controls.Add(this.Btn_Close);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(11, 411);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(320, 123);
            this.flowLayoutPanel1.TabIndex = 28;
            // 
            // Btn_Register
            // 
            this.Btn_Register.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.Btn_Register.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.Btn_Register.ImageKey = "Awicons-Vista-Artistic-Add.ico";
            this.Btn_Register.ImageList = this.imageList1;
            this.Btn_Register.Location = new System.Drawing.Point(169, 3);
            this.Btn_Register.Name = "Btn_Register";
            this.Btn_Register.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Btn_Register.Size = new System.Drawing.Size(148, 46);
            this.Btn_Register.TabIndex = 0;
            this.Btn_Register.Text = "ثبت";
            this.Btn_Register.ThemeName = "Aqua";
            this.Btn_Register.Click += new System.EventHandler(this.Btn_Register_Click);
            // 
            // Btn_Edit
            // 
            this.Btn_Edit.Enabled = false;
            this.Btn_Edit.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.Btn_Edit.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.Btn_Edit.ImageKey = "Custom-Icon-Design-Pretty-Office-9-Edit-validated.ico";
            this.Btn_Edit.ImageList = this.imageList1;
            this.Btn_Edit.Location = new System.Drawing.Point(13, 3);
            this.Btn_Edit.Name = "Btn_Edit";
            this.Btn_Edit.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Btn_Edit.Size = new System.Drawing.Size(150, 46);
            this.Btn_Edit.TabIndex = 1;
            this.Btn_Edit.Text = "ویرایش";
            this.Btn_Edit.ThemeName = "Aqua";
            this.Btn_Edit.Click += new System.EventHandler(this.Btn_Edit_Click);
            // 
            // Btn_Close
            // 
            this.Btn_Close.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.Btn_Close.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.Btn_Close.ImageKey = "Awicons-Vista-Artistic-Add.ico";
            this.Btn_Close.Location = new System.Drawing.Point(13, 55);
            this.Btn_Close.Name = "Btn_Close";
            this.Btn_Close.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Btn_Close.Size = new System.Drawing.Size(304, 52);
            this.Btn_Close.TabIndex = 2;
            this.Btn_Close.Text = "خروج";
            this.Btn_Close.ThemeName = "Aqua";
            this.Btn_Close.Click += new System.EventHandler(this.Btn_Close_Click);
            // 
            // Btn_DelTel
            // 
            this.Btn_DelTel.Font = new System.Drawing.Font("Adobe Arabic", 13.8F, System.Drawing.FontStyle.Bold);
            this.Btn_DelTel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.Btn_DelTel.ImageKey = "Awicons-Vista-Artistic-Delete.ico";
            this.Btn_DelTel.ImageList = this.imageList1;
            this.Btn_DelTel.Location = new System.Drawing.Point(197, 320);
            this.Btn_DelTel.Name = "Btn_DelTel";
            this.Btn_DelTel.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Btn_DelTel.Size = new System.Drawing.Size(44, 38);
            this.Btn_DelTel.TabIndex = 26;
            this.Btn_DelTel.ThemeName = "Aqua";
            this.Btn_DelTel.Click += new System.EventHandler(this.Btn_DelTel_Click);
            // 
            // listBox_Tels
            // 
            this.listBox_Tels.FormattingEnabled = true;
            this.listBox_Tels.ItemHeight = 16;
            this.listBox_Tels.Location = new System.Drawing.Point(20, 276);
            this.listBox_Tels.Name = "listBox_Tels";
            this.listBox_Tels.Size = new System.Drawing.Size(170, 116);
            this.listBox_Tels.TabIndex = 25;
            // 
            // Txt_Tel
            // 
            this.Txt_Tel.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.Txt_Tel.Location = new System.Drawing.Point(20, 232);
            this.Txt_Tel.Name = "Txt_Tel";
            this.Txt_Tel.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Txt_Tel.Size = new System.Drawing.Size(171, 38);
            this.Txt_Tel.TabIndex = 3;
            this.Txt_Tel.ThemeName = "Aqua";
            this.Txt_Tel.TextChanged += new System.EventHandler(this.Txt_Tel_TextChanged);
            this.Txt_Tel.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Txt_Tel_KeyPress);
            // 
            // radLabel3
            // 
            this.radLabel3.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.radLabel3.Location = new System.Drawing.Point(241, 234);
            this.radLabel3.Name = "radLabel3";
            this.radLabel3.Size = new System.Drawing.Size(98, 36);
            this.radLabel3.TabIndex = 22;
            this.radLabel3.Text = "شماره تلفن :";
            this.radLabel3.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            this.radLabel3.ThemeName = "Aqua";
            // 
            // Btn_AddSkill
            // 
            this.Btn_AddSkill.Font = new System.Drawing.Font("Adobe Arabic", 13.8F, System.Drawing.FontStyle.Bold);
            this.Btn_AddSkill.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.Btn_AddSkill.ImageKey = "Awicons-Vista-Artistic-Add.ico";
            this.Btn_AddSkill.ImageList = this.imageList1;
            this.Btn_AddSkill.Location = new System.Drawing.Point(196, 110);
            this.Btn_AddSkill.Name = "Btn_AddSkill";
            this.Btn_AddSkill.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Btn_AddSkill.Size = new System.Drawing.Size(44, 38);
            this.Btn_AddSkill.TabIndex = 24;
            this.Btn_AddSkill.ThemeName = "Aqua";
            this.Btn_AddSkill.Click += new System.EventHandler(this.Btn_AddSkill_Click);
            // 
            // Btn_DelSkill
            // 
            this.Btn_DelSkill.Font = new System.Drawing.Font("Adobe Arabic", 13.8F, System.Drawing.FontStyle.Bold);
            this.Btn_DelSkill.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.Btn_DelSkill.ImageKey = "Awicons-Vista-Artistic-Delete.ico";
            this.Btn_DelSkill.ImageList = this.imageList1;
            this.Btn_DelSkill.Location = new System.Drawing.Point(196, 154);
            this.Btn_DelSkill.Name = "Btn_DelSkill";
            this.Btn_DelSkill.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Btn_DelSkill.Size = new System.Drawing.Size(44, 38);
            this.Btn_DelSkill.TabIndex = 24;
            this.Btn_DelSkill.ThemeName = "Aqua";
            this.Btn_DelSkill.Click += new System.EventHandler(this.Btn_DelSkill_Click);
            // 
            // listBox_Skill
            // 
            this.listBox_Skill.FormattingEnabled = true;
            this.listBox_Skill.ItemHeight = 16;
            this.listBox_Skill.Location = new System.Drawing.Point(20, 110);
            this.listBox_Skill.Name = "listBox_Skill";
            this.listBox_Skill.Size = new System.Drawing.Size(170, 116);
            this.listBox_Skill.TabIndex = 23;
            // 
            // ComboSkills
            // 
            this.ComboSkills.AllowShowFocusCues = false;
            this.ComboSkills.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.ComboSkills.Location = new System.Drawing.Point(70, 65);
            this.ComboSkills.Name = "ComboSkills";
            this.ComboSkills.Size = new System.Drawing.Size(121, 38);
            this.ComboSkills.TabIndex = 2;
            this.ComboSkills.Text = "لیست حرفه";
            this.ComboSkills.ThemeName = "Aqua";
            // 
            // radLabel2
            // 
            this.radLabel2.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.radLabel2.Location = new System.Drawing.Point(284, 65);
            this.radLabel2.Name = "radLabel2";
            this.radLabel2.Size = new System.Drawing.Size(55, 36);
            this.radLabel2.TabIndex = 21;
            this.radLabel2.Text = "حرفه :";
            this.radLabel2.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            this.radLabel2.ThemeName = "Aqua";
            // 
            // Txt_FName
            // 
            this.Txt_FName.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.Txt_FName.Location = new System.Drawing.Point(20, 21);
            this.Txt_FName.Name = "Txt_FName";
            this.Txt_FName.Size = new System.Drawing.Size(171, 38);
            this.Txt_FName.TabIndex = 0;
            this.Txt_FName.ThemeName = "Aqua";
            this.Txt_FName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Txt_FName_KeyPress);
            // 
            // radLabel1
            // 
            this.radLabel1.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.radLabel1.Location = new System.Drawing.Point(196, 23);
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.Size = new System.Drawing.Size(143, 36);
            this.radLabel1.TabIndex = 20;
            this.radLabel1.Text = "نام و نام خانوادگی :";
            this.radLabel1.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            this.radLabel1.ThemeName = "Aqua";
            // 
            // BGW
            // 
            this.BGW.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BGW_DoWork);
            this.BGW.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BGW_RunWorkerCompleted);
            // 
            // Form_RegContractor
            // 
            this.AcceptButton = this.Btn_Register;
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(843, 596);
            this.Controls.Add(this.radGroupBox1);
            this.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "Form_RegContractor";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "";
            this.Load += new System.EventHandler(this.Form_RegContractor_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GridContractor.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GridContractor)).EndInit();
            this.GridContractor.ResumeLayout(false);
            this.GridContractor.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
            this.radGroupBox2.ResumeLayout(false);
            this.radGroupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_AddTel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Button_RegSkill)).EndInit();
            this.flowLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Register)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Edit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Close)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_DelTel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Txt_Tel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_AddSkill)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_DelSkill)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComboSkills)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Txt_FName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn1 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ListpersonProject));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.Grid_Person = new Telerik.WinControls.UI.RadGridView();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.Btn_Print = new System.Windows.Forms.Button();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.Btn_BAck = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.Txt_Name = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.Txt_Code = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.Txt_Phone = new System.Windows.Forms.TextBox();
            this.BGW = new System.ComponentModel.BackgroundWorker();
            this.office2007SilverTheme1 = new Telerik.WinControls.Themes.Office2007SilverTheme();
            this.Print_Persons = new Stimulsoft.Report.StiReport();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Grid_Person)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Grid_Person.MasterTemplate)).BeginInit();
            this.flowLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Margin = new System.Windows.Forms.Padding(5);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.Grid_Person);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Snow;
            this.splitContainer1.Panel2.Controls.Add(this.flowLayoutPanel1);
            this.splitContainer1.Size = new System.Drawing.Size(1155, 664);
            this.splitContainer1.SplitterDistance = 919;
            this.splitContainer1.SplitterWidth = 6;
            this.splitContainer1.TabIndex = 0;
            // 
            // Grid_Person
            // 
            this.Grid_Person.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.Grid_Person.AutoScroll = true;
            this.Grid_Person.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Grid_Person.Font = new System.Drawing.Font("B Nazanin", 10.2F, System.Drawing.FontStyle.Bold);
            this.Grid_Person.GroupExpandAnimationType = Telerik.WinControls.UI.GridExpandAnimationType.Slide;
            this.Grid_Person.Location = new System.Drawing.Point(0, 0);
            // 
            // Grid_Person
            // 
            this.Grid_Person.MasterTemplate.AllowAddNewRow = false;
            this.Grid_Person.MasterTemplate.AllowColumnReorder = false;
            this.Grid_Person.MasterTemplate.AllowSearchRow = true;
            this.Grid_Person.MasterTemplate.AutoGenerateColumns = false;
            this.Grid_Person.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn1.FieldName = "EmployeeFullName";
            gridViewTextBoxColumn1.HeaderText = "نام و نام خانوادگی ";
            gridViewTextBoxColumn1.Name = "column1";
            gridViewTextBoxColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn1.Width = 174;
            gridViewTextBoxColumn2.FieldName = "FatherName";
            gridViewTextBoxColumn2.HeaderText = "نام پدر";
            gridViewTextBoxColumn2.Name = "column4";
            gridViewTextBoxColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn2.Width = 174;
            gridViewTextBoxColumn3.FieldName = "EmployeeNationalCode";
            gridViewTextBoxColumn3.HeaderText = "کد ملی";
            gridViewTextBoxColumn3.Name = "column2";
            gridViewTextBoxColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn3.Width = 174;
            gridViewTextBoxColumn4.FieldName = "CellPhone";
            gridViewTextBoxColumn4.HeaderText = "شماره تلفن همراه";
            gridViewTextBoxColumn4.Name = "column3";
            gridViewTextBoxColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn4.Width = 174;
            gridViewTextBoxColumn5.FieldName = "Adress";
            gridViewTextBoxColumn5.HeaderText = "آدرس";
            gridViewTextBoxColumn5.MinWidth = 30;
            gridViewTextBoxColumn5.Name = "column5";
            gridViewTextBoxColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn5.Width = 168;
            gridViewTextBoxColumn6.FieldName = "EmployeeID";
            gridViewTextBoxColumn6.HeaderText = "column6";
            gridViewTextBoxColumn6.IsVisible = false;
            gridViewTextBoxColumn6.Name = "id";
            gridViewTextBoxColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn6.Width = 48;
            gridViewHyperlinkColumn1.FormatString = "حذف";
            gridViewHyperlinkColumn1.HeaderText = "حذف";
            gridViewHyperlinkColumn1.Name = "Del";
            gridViewHyperlinkColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewHyperlinkColumn1.Width = 40;
            this.Grid_Person.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn1,
            gridViewTextBoxColumn2,
            gridViewTextBoxColumn3,
            gridViewTextBoxColumn4,
            gridViewTextBoxColumn5,
            gridViewTextBoxColumn6,
            gridViewHyperlinkColumn1});
            this.Grid_Person.MasterTemplate.EnablePaging = true;
            this.Grid_Person.MasterTemplate.ShowHeaderCellButtons = true;
            this.Grid_Person.Name = "Grid_Person";
            this.Grid_Person.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
            this.Grid_Person.ReadOnly = true;
            this.Grid_Person.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.Grid_Person.ShowGroupPanel = false;
            this.Grid_Person.ShowHeaderCellButtons = true;
            this.Grid_Person.Size = new System.Drawing.Size(919, 664);
            this.Grid_Person.TabIndex = 0;
            this.Grid_Person.ThemeName = "Office2007Silver";
            this.Grid_Person.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.Grid_Person_CellClick);
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.Btn_Print);
            this.flowLayoutPanel1.Controls.Add(this.Btn_BAck);
            this.flowLayoutPanel1.Controls.Add(this.label1);
            this.flowLayoutPanel1.Controls.Add(this.Txt_Name);
            this.flowLayoutPanel1.Controls.Add(this.label2);
            this.flowLayoutPanel1.Controls.Add(this.Txt_Code);
            this.flowLayoutPanel1.Controls.Add(this.label3);
            this.flowLayoutPanel1.Controls.Add(this.Txt_Phone);
            this.flowLayoutPanel1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(5);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.flowLayoutPanel1.Size = new System.Drawing.Size(230, 664);
            this.flowLayoutPanel1.TabIndex = 0;
            // 
            // Btn_Print
            // 
            this.Btn_Print.FlatAppearance.BorderColor = System.Drawing.Color.Snow;
            this.Btn_Print.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Crimson;
            this.Btn_Print.FlatAppearance.MouseOverBackColor = System.Drawing.Color.CornflowerBlue;
            this.Btn_Print.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Btn_Print.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.Btn_Print.ImageKey = "Iconshock-Real-Vista-Text-Print.ico";
            this.Btn_Print.ImageList = this.imageList1;
            this.Btn_Print.Location = new System.Drawing.Point(17, 5);
            this.Btn_Print.Margin = new System.Windows.Forms.Padding(5);
            this.Btn_Print.Name = "Btn_Print";
            this.Btn_Print.Size = new System.Drawing.Size(208, 56);
            this.Btn_Print.TabIndex = 0;
            this.Btn_Print.Text = "چاپ همه";
            this.Btn_Print.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.Btn_Print.UseVisualStyleBackColor = true;
            this.Btn_Print.Click += new System.EventHandler(this.Btn_Print_Click);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "Semlabs-Web-Blog-Arrow-return-down-right.ico");
            this.imageList1.Images.SetKeyName(1, "Iconshock-Real-Vista-Text-Print.ico");
            // 
            // Btn_BAck
            // 
            this.Btn_BAck.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.Btn_BAck.FlatAppearance.BorderColor = System.Drawing.Color.Snow;
            this.Btn_BAck.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Crimson;
            this.Btn_BAck.FlatAppearance.MouseOverBackColor = System.Drawing.Color.CornflowerBlue;
            this.Btn_BAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Btn_BAck.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.Btn_BAck.ImageKey = "Semlabs-Web-Blog-Arrow-return-down-right.ico";
            this.Btn_BAck.ImageList = this.imageList1;
            this.Btn_BAck.Location = new System.Drawing.Point(17, 71);
            this.Btn_BAck.Margin = new System.Windows.Forms.Padding(5);
            this.Btn_BAck.Name = "Btn_BAck";
            this.Btn_BAck.Size = new System.Drawing.Size(208, 56);
            this.Btn_BAck.TabIndex = 1;
            this.Btn_BAck.Text = "بازگشت";
            this.Btn_BAck.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.Btn_BAck.UseVisualStyleBackColor = true;
            this.Btn_BAck.Click += new System.EventHandler(this.Btn_BAck_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(118, 132);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(109, 27);
            this.label1.TabIndex = 2;
            this.label1.Text = "نام نام خانوادگی ";
            // 
            // Txt_Name
            // 
            this.Txt_Name.Location = new System.Drawing.Point(17, 162);
            this.Txt_Name.Name = "Txt_Name";
            this.Txt_Name.Size = new System.Drawing.Size(210, 34);
            this.Txt_Name.TabIndex = 3;
            this.Txt_Name.TextChanged += new System.EventHandler(this.Txt_Name_TextChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(173, 199);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(54, 27);
            this.label2.TabIndex = 4;
            this.label2.Text = "کد ملی";
            // 
            // Txt_Code
            // 
            this.Txt_Code.Location = new System.Drawing.Point(17, 229);
            this.Txt_Code.Name = "Txt_Code";
            this.Txt_Code.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Txt_Code.Size = new System.Drawing.Size(210, 34);
            this.Txt_Code.TabIndex = 4;
            this.Txt_Code.TextChanged += new System.EventHandler(this.Txt_Name_TextChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(113, 266);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(114, 27);
            this.label3.TabIndex = 5;
            this.label3.Text = "شماره تلفن همراه";
            // 
            // Txt_Phone
            // 
            this.Txt_Phone.Location = new System.Drawing.Point(17, 296);
            this.Txt_Phone.Name = "Txt_Phone";
            this.Txt_Phone.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Txt_Phone.Size = new System.Drawing.Size(210, 34);
            this.Txt_Phone.TabIndex = 6;
            this.Txt_Phone.TextChanged += new System.EventHandler(this.Txt_Name_TextChanged);
            // 
            // BGW
            // 
            this.BGW.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BGW_DoWork);
            this.BGW.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BGW_RunWorkerCompleted);
            // 
            // Print_Persons
            // 
            this.Print_Persons.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2;
            this.Print_Persons.ReferencedAssemblies = new string[] {
        "System.Dll",
        "System.Drawing.Dll",
        "System.Windows.Forms.Dll",
        "System.Data.Dll",
        "System.Xml.Dll",
        "Stimulsoft.Controls.Dll",
        "Stimulsoft.Base.Dll",
        "Stimulsoft.Report.Dll"};
            this.Print_Persons.ReportAlias = "Report";
            this.Print_Persons.ReportGuid = "75c6054cc8ec46db9381ca1b43979867";
            this.Print_Persons.ReportName = "Report";
            this.Print_Persons.ReportSource = resources.GetString("Print_Persons.ReportSource");
            this.Print_Persons.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters;
            this.Print_Persons.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
            this.Print_Persons.UseProgressInThread = false;
            // 
            // Form_ListpersonProject
            // 
            this.AcceptButton = this.Btn_Print;
            this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 27F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.CancelButton = this.Btn_BAck;
            this.ClientSize = new System.Drawing.Size(1155, 664);
            this.Controls.Add(this.splitContainer1);
            this.Font = new System.Drawing.Font("B Nazanin", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Margin = new System.Windows.Forms.Padding(5);
            this.Name = "Form_ListpersonProject";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Form_ListpersonProject";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form_ListpersonProject_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Grid_Person.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Grid_Person)).EndInit();
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }
Ejemplo 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()
        {
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn2 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
            this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
            this.radGridegetdata = new Telerik.WinControls.UI.RadGridView();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.radButtonExport = new Telerik.WinControls.UI.RadButton();
            this.btnserch = new Telerik.WinControls.UI.RadButton();
            this.dtpEnd = new Telerik.WinControls.UI.RadDateTimePicker();
            this.label4 = new System.Windows.Forms.Label();
            this.dtpStart = new Telerik.WinControls.UI.RadDateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
            this.radPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
            this.radGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGridegetdata)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGridegetdata.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonExport)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnserch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpStart)).BeginInit();
            this.SuspendLayout();
            // 
            // radPanel1
            // 
            this.radPanel1.Controls.Add(this.radGroupBox2);
            this.radPanel1.Controls.Add(this.radGroupBox1);
            this.radPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radPanel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radPanel1.Location = new System.Drawing.Point(0, 0);
            this.radPanel1.Margin = new System.Windows.Forms.Padding(4);
            this.radPanel1.Name = "radPanel1";
            this.radPanel1.Size = new System.Drawing.Size(584, 461);
            this.radPanel1.TabIndex = 0;
            // 
            // radGroupBox2
            // 
            this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox2.Controls.Add(this.radGridegetdata);
            this.radGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGroupBox2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox2.HeaderText = "แสดงข้อมูล";
            this.radGroupBox2.Location = new System.Drawing.Point(0, 90);
            this.radGroupBox2.Margin = new System.Windows.Forms.Padding(4);
            this.radGroupBox2.Name = "radGroupBox2";
            this.radGroupBox2.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            // 
            // 
            // 
            this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            this.radGroupBox2.Size = new System.Drawing.Size(584, 371);
            this.radGroupBox2.TabIndex = 2;
            this.radGroupBox2.Text = "แสดงข้อมูล";
            // 
            // radGridegetdata
            // 
            this.radGridegetdata.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGridegetdata.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGridegetdata.Location = new System.Drawing.Point(3, 22);
            this.radGridegetdata.Margin = new System.Windows.Forms.Padding(4);
            // 
            // radGridegetdata
            // 
            gridViewTextBoxColumn5.FieldName = "EmplId";
            gridViewTextBoxColumn5.HeaderText = "รหัสพนักงาน";
            gridViewTextBoxColumn5.Name = "EmplId";
            gridViewTextBoxColumn5.ReadOnly = true;
            gridViewTextBoxColumn6.FieldName = "EmplFname";
            gridViewTextBoxColumn6.HeaderText = "ชื่อ";
            gridViewTextBoxColumn6.Name = "EmplFname";
            gridViewTextBoxColumn6.ReadOnly = true;
            gridViewTextBoxColumn7.FieldName = "EmplLname";
            gridViewTextBoxColumn7.HeaderText = "สกุล";
            gridViewTextBoxColumn7.Name = "EmplLname";
            gridViewTextBoxColumn7.ReadOnly = true;
            gridViewTextBoxColumn8.FieldName = "Dimention";
            gridViewTextBoxColumn8.HeaderText = "แผนก";
            gridViewTextBoxColumn8.Name = "Dimention";
            gridViewTextBoxColumn8.ReadOnly = true;
            gridViewHyperlinkColumn2.FieldName = "CEmplId";
            gridViewHyperlinkColumn2.HeaderText = "จำนวน";
            gridViewHyperlinkColumn2.Name = "CEmplId";
            this.radGridegetdata.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn5,
            gridViewTextBoxColumn6,
            gridViewTextBoxColumn7,
            gridViewTextBoxColumn8,
            gridViewHyperlinkColumn2});
            this.radGridegetdata.MasterTemplate.ShowGroupedColumns = true;
            this.radGridegetdata.Name = "radGridegetdata";
            this.radGridegetdata.ShowGroupPanel = false;
            this.radGridegetdata.Size = new System.Drawing.Size(578, 347);
            this.radGridegetdata.TabIndex = 0;
            this.radGridegetdata.Text = "radGridView1";
            this.radGridegetdata.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridegetdata_CellClick);
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add(this.radButtonExport);
            this.radGroupBox1.Controls.Add(this.btnserch);
            this.radGroupBox1.Controls.Add(this.dtpEnd);
            this.radGroupBox1.Controls.Add(this.label4);
            this.radGroupBox1.Controls.Add(this.dtpStart);
            this.radGroupBox1.Controls.Add(this.label3);
            this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.radGroupBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox1.HeaderText = "ค้นหา";
            this.radGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.radGroupBox1.Margin = new System.Windows.Forms.Padding(4);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            // 
            // 
            // 
            this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            this.radGroupBox1.Size = new System.Drawing.Size(584, 90);
            this.radGroupBox1.TabIndex = 1;
            this.radGroupBox1.Text = "ค้นหา";
            // 
            // radButtonExport
            // 
            this.radButtonExport.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonExport.Location = new System.Drawing.Point(108, 54);
            this.radButtonExport.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonExport.Name = "radButtonExport";
            this.radButtonExport.Size = new System.Drawing.Size(88, 25);
            this.radButtonExport.TabIndex = 28;
            this.radButtonExport.Text = "Export To Excel";
            this.radButtonExport.Click += new System.EventHandler(this.radButtonExport_Click);
            // 
            // btnserch
            // 
            this.btnserch.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.btnserch.Location = new System.Drawing.Point(14, 54);
            this.btnserch.Margin = new System.Windows.Forms.Padding(4);
            this.btnserch.Name = "btnserch";
            this.btnserch.Size = new System.Drawing.Size(88, 25);
            this.btnserch.TabIndex = 27;
            this.btnserch.Text = "ค้นหา";
            // 
            // dtpEnd
            // 
            this.dtpEnd.CustomFormat = "yyyy-MM-dd";
            this.dtpEnd.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtpEnd.Location = new System.Drawing.Point(162, 26);
            this.dtpEnd.Margin = new System.Windows.Forms.Padding(4);
            this.dtpEnd.Name = "dtpEnd";
            this.dtpEnd.Size = new System.Drawing.Size(87, 20);
            this.dtpEnd.TabIndex = 24;
            this.dtpEnd.TabStop = false;
            this.dtpEnd.Text = "2014-02-12";
            this.dtpEnd.Value = new System.DateTime(2014, 2, 12, 16, 33, 8, 281);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.label4.Location = new System.Drawing.Point(137, 28);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(20, 14);
            this.label4.TabIndex = 26;
            this.label4.Text = "ถึง";
            // 
            // dtpStart
            // 
            this.dtpStart.CustomFormat = "yyyy-MM-dd";
            this.dtpStart.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtpStart.Location = new System.Drawing.Point(44, 26);
            this.dtpStart.Margin = new System.Windows.Forms.Padding(4);
            this.dtpStart.Name = "dtpStart";
            this.dtpStart.Size = new System.Drawing.Size(87, 20);
            this.dtpStart.TabIndex = 23;
            this.dtpStart.TabStop = false;
            this.dtpStart.Text = "2014-02-12";
            this.dtpStart.Value = new System.DateTime(2014, 2, 12, 16, 33, 8, 281);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.label3.Location = new System.Drawing.Point(11, 28);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 14);
            this.label3.TabIndex = 25;
            this.label3.Text = "วันที่";
            // 
            // FormReportWeekedOver
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.ClientSize = new System.Drawing.Size(584, 461);
            this.Controls.Add(this.radPanel1);
            this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FormReportWeekedOver";
            this.Text = "รายงานออกนอกเกินสองครั้ง / สัปดาห์";
            this.Load += new System.EventHandler(this.FormReportWeekedOver_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
            this.radPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
            this.radGroupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGridegetdata.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGridegetdata)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonExport)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnserch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpStart)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn1 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProjectSPerson));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.Grid_Person = new Telerik.WinControls.UI.RadGridView();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.Combo_Person = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.Combo_Project = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.Btn_reg = new System.Windows.Forms.Button();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.Btn_Back = new System.Windows.Forms.Button();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.BGW = new System.ComponentModel.BackgroundWorker();
            this.office2007SilverTheme1 = new Telerik.WinControls.Themes.Office2007SilverTheme();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Grid_Person)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Grid_Person.MasterTemplate)).BeginInit();
            this.Grid_Person.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel1.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.Grid_Person);
            this.splitContainer1.Panel1.Controls.Add(this.panel1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.flowLayoutPanel1);
            this.splitContainer1.Size = new System.Drawing.Size(1215, 660);
            this.splitContainer1.SplitterDistance = 972;
            this.splitContainer1.TabIndex = 0;
            // 
            // Grid_Person
            // 
            this.Grid_Person.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.Grid_Person.AutoScroll = true;
            this.Grid_Person.Controls.Add(this.pictureBox1);
            this.Grid_Person.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Grid_Person.Font = new System.Drawing.Font("B Nazanin", 10.2F, System.Drawing.FontStyle.Bold);
            this.Grid_Person.GroupExpandAnimationType = Telerik.WinControls.UI.GridExpandAnimationType.Slide;
            this.Grid_Person.Location = new System.Drawing.Point(0, 53);
            // 
            // Grid_Person
            // 
            this.Grid_Person.MasterTemplate.AllowAddNewRow = false;
            this.Grid_Person.MasterTemplate.AllowColumnReorder = false;
            this.Grid_Person.MasterTemplate.AllowSearchRow = true;
            this.Grid_Person.MasterTemplate.AutoGenerateColumns = false;
            this.Grid_Person.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn1.FieldName = "EmployeeFullName";
            gridViewTextBoxColumn1.HeaderText = "نام و نام خانوادگی ";
            gridViewTextBoxColumn1.Name = "column1";
            gridViewTextBoxColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn1.Width = 293;
            gridViewTextBoxColumn2.FieldName = "EmployeeNationalCode";
            gridViewTextBoxColumn2.HeaderText = "کد ملی";
            gridViewTextBoxColumn2.Name = "column2";
            gridViewTextBoxColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn2.Width = 293;
            gridViewTextBoxColumn3.FieldName = "CellPhone";
            gridViewTextBoxColumn3.HeaderText = "شماره تلفن همراه";
            gridViewTextBoxColumn3.Name = "column3";
            gridViewTextBoxColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn3.Width = 293;
            gridViewTextBoxColumn4.FieldName = "EmployeeID";
            gridViewTextBoxColumn4.HeaderText = "column6";
            gridViewTextBoxColumn4.IsVisible = false;
            gridViewTextBoxColumn4.Name = "id";
            gridViewTextBoxColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn4.Width = 46;
            gridViewHyperlinkColumn1.FormatString = "حذف";
            gridViewHyperlinkColumn1.HeaderText = "حذف";
            gridViewHyperlinkColumn1.Name = "Del";
            gridViewHyperlinkColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewHyperlinkColumn1.Width = 76;
            this.Grid_Person.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn1,
            gridViewTextBoxColumn2,
            gridViewTextBoxColumn3,
            gridViewTextBoxColumn4,
            gridViewHyperlinkColumn1});
            this.Grid_Person.MasterTemplate.EnablePaging = true;
            this.Grid_Person.MasterTemplate.ShowHeaderCellButtons = true;
            this.Grid_Person.Name = "Grid_Person";
            this.Grid_Person.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
            this.Grid_Person.ReadOnly = true;
            this.Grid_Person.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.Grid_Person.ShowGroupPanel = false;
            this.Grid_Person.ShowHeaderCellButtons = true;
            this.Grid_Person.Size = new System.Drawing.Size(972, 607);
            this.Grid_Person.TabIndex = 1;
            this.Grid_Person.ThemeName = "Office2007Silver";
            this.Grid_Person.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.Grid_Person_CellClick);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(400, 192);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(161, 128);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Visible = false;
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.Combo_Person);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.Combo_Project);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold);
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.panel1.Size = new System.Drawing.Size(972, 53);
            this.panel1.TabIndex = 0;
            // 
            // Combo_Person
            // 
            this.Combo_Person.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.Combo_Person.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.Combo_Person.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.Combo_Person.BackColor = System.Drawing.Color.Snow;
            this.Combo_Person.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Combo_Person.Enabled = false;
            this.Combo_Person.FormattingEnabled = true;
            this.Combo_Person.Location = new System.Drawing.Point(218, 8);
            this.Combo_Person.Name = "Combo_Person";
            this.Combo_Person.Size = new System.Drawing.Size(239, 37);
            this.Combo_Person.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(463, 10);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(129, 30);
            this.label2.TabIndex = 2;
            this.label2.Text = "نام و نام خانوادگی:";
            // 
            // Combo_Project
            // 
            this.Combo_Project.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.Combo_Project.BackColor = System.Drawing.Color.Snow;
            this.Combo_Project.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Combo_Project.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.Combo_Project.FormattingEnabled = true;
            this.Combo_Project.Location = new System.Drawing.Point(657, 6);
            this.Combo_Project.Name = "Combo_Project";
            this.Combo_Project.Size = new System.Drawing.Size(239, 37);
            this.Combo_Project.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(902, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(56, 30);
            this.label1.TabIndex = 0;
            this.label1.Text = "پروژه :";
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.flowLayoutPanel1.Controls.Add(this.Btn_reg);
            this.flowLayoutPanel1.Controls.Add(this.Btn_Back);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(239, 660);
            this.flowLayoutPanel1.TabIndex = 0;
            // 
            // Btn_reg
            // 
            this.Btn_reg.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Btn_reg.FlatAppearance.BorderColor = System.Drawing.Color.White;
            this.Btn_reg.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Red;
            this.Btn_reg.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
            this.Btn_reg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Btn_reg.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.Btn_reg.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.Btn_reg.ImageKey = "add-icon.png";
            this.Btn_reg.ImageList = this.imageList1;
            this.Btn_reg.Location = new System.Drawing.Point(3, 3);
            this.Btn_reg.Name = "Btn_reg";
            this.Btn_reg.Size = new System.Drawing.Size(233, 62);
            this.Btn_reg.TabIndex = 0;
            this.Btn_reg.Text = "ثبت";
            this.Btn_reg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.Btn_reg.UseVisualStyleBackColor = true;
            this.Btn_reg.Click += new System.EventHandler(this.Btn_reg_Click);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "Custom-Icon-Design-Pretty-Office-9-Edit-validated.ico");
            this.imageList1.Images.SetKeyName(1, "Semlabs-Web-Blog-Arrow-return-down-right.ico");
            this.imageList1.Images.SetKeyName(2, "add-icon.png");
            this.imageList1.Images.SetKeyName(3, "Oxygen-Icons.org-Oxygen-Actions-edit-delete.ico");
            // 
            // Btn_Back
            // 
            this.Btn_Back.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Btn_Back.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.Btn_Back.FlatAppearance.BorderColor = System.Drawing.Color.White;
            this.Btn_Back.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Red;
            this.Btn_Back.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
            this.Btn_Back.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Btn_Back.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.Btn_Back.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.Btn_Back.ImageKey = "Semlabs-Web-Blog-Arrow-return-down-right.ico";
            this.Btn_Back.ImageList = this.imageList1;
            this.Btn_Back.Location = new System.Drawing.Point(3, 71);
            this.Btn_Back.Name = "Btn_Back";
            this.Btn_Back.Size = new System.Drawing.Size(233, 62);
            this.Btn_Back.TabIndex = 1;
            this.Btn_Back.Text = "بازگشت";
            this.Btn_Back.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.Btn_Back.UseVisualStyleBackColor = true;
            this.Btn_Back.Click += new System.EventHandler(this.Btn_Back_Click);
            // 
            // toolTip1
            // 
            this.toolTip1.AutoPopDelay = 8000;
            this.toolTip1.BackColor = System.Drawing.Color.Linen;
            this.toolTip1.InitialDelay = 500;
            this.toolTip1.ReshowDelay = 100;
            // 
            // BGW
            // 
            this.BGW.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BGW_DoWork);
            this.BGW.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BGW_RunWorkerCompleted);
            // 
            // FormProjectSPerson
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 26F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.CancelButton = this.Btn_Back;
            this.ClientSize = new System.Drawing.Size(1215, 660);
            this.Controls.Add(this.splitContainer1);
            this.Font = new System.Drawing.Font("B Nazanin", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.Name = "FormProjectSPerson";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form_Project_sPerson_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Grid_Person.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Grid_Person)).EndInit();
            this.Grid_Person.ResumeLayout(false);
            this.Grid_Person.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.flowLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo 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()
        {
            Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn1 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn9 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn10 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn11 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
            this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
            this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
            this.rgv_ApproveMN = new Telerik.WinControls.UI.RadGridView();
            this.radPanel2 = new Telerik.WinControls.UI.RadPanel();
            this.radButtonUnChechAll = new Telerik.WinControls.UI.RadButton();
            this.radButtonCheckAll = new Telerik.WinControls.UI.RadButton();
            this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
            this.radButtonSave = new Telerik.WinControls.UI.RadButton();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.txtDocNumber = new Telerik.WinControls.UI.RadTextBox();
            this.txt_DocDate = new Telerik.WinControls.UI.RadTextBox();
            this.txt_DocId = new Telerik.WinControls.UI.RadTextBox();
            this.txt_EmpId = new Telerik.WinControls.UI.RadTextBox();
            this.rdb_EmpId = new Telerik.WinControls.UI.RadRadioButton();
            this.rdb_DocId = new Telerik.WinControls.UI.RadRadioButton();
            this.rdb_Section = new Telerik.WinControls.UI.RadRadioButton();
            this.radButtonserch = new Telerik.WinControls.UI.RadButton();
            this.dt_To = new Telerik.WinControls.UI.RadDateTimePicker();
            this.ddl_Section = new Telerik.WinControls.UI.RadDropDownList();
            this.label4 = new System.Windows.Forms.Label();
            this.dt_From = new Telerik.WinControls.UI.RadDateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
            this.radPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
            this.radGroupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
            this.radGroupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rgv_ApproveMN)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rgv_ApproveMN.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
            this.radPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonUnChechAll)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonCheckAll)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
            this.radGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonSave)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_DocDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_DocId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_EmpId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdb_EmpId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdb_DocId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdb_Section)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonserch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dt_To)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddl_Section)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dt_From)).BeginInit();
            this.SuspendLayout();
            // 
            // radPanel1
            // 
            this.radPanel1.Controls.Add(this.radGroupBox3);
            this.radPanel1.Controls.Add(this.radGroupBox2);
            this.radPanel1.Controls.Add(this.radGroupBox1);
            this.radPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radPanel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radPanel1.Location = new System.Drawing.Point(0, 0);
            this.radPanel1.Margin = new System.Windows.Forms.Padding(4);
            this.radPanel1.Name = "radPanel1";
            this.radPanel1.Size = new System.Drawing.Size(784, 561);
            this.radPanel1.TabIndex = 0;
            // 
            // radGroupBox3
            // 
            this.radGroupBox3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox3.Controls.Add(this.radGroupBox4);
            this.radGroupBox3.Controls.Add(this.radPanel2);
            this.radGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGroupBox3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox3.HeaderText = "แสดงข้อมูล";
            this.radGroupBox3.Location = new System.Drawing.Point(0, 139);
            this.radGroupBox3.Margin = new System.Windows.Forms.Padding(4);
            this.radGroupBox3.Name = "radGroupBox3";
            this.radGroupBox3.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            // 
            // 
            // 
            this.radGroupBox3.RootElement.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            this.radGroupBox3.Size = new System.Drawing.Size(674, 422);
            this.radGroupBox3.TabIndex = 2;
            this.radGroupBox3.Text = "แสดงข้อมูล";
            // 
            // radGroupBox4
            // 
            this.radGroupBox4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox4.Controls.Add(this.rgv_ApproveMN);
            this.radGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGroupBox4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox4.HeaderText = "";
            this.radGroupBox4.Location = new System.Drawing.Point(3, 59);
            this.radGroupBox4.Name = "radGroupBox4";
            // 
            // 
            // 
            this.radGroupBox4.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox4.Size = new System.Drawing.Size(668, 361);
            this.radGroupBox4.TabIndex = 17;
            // 
            // rgv_ApproveMN
            // 
            this.rgv_ApproveMN.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rgv_ApproveMN.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.rgv_ApproveMN.Location = new System.Drawing.Point(2, 18);
            this.rgv_ApproveMN.Margin = new System.Windows.Forms.Padding(4);
            // 
            // rgv_ApproveMN
            // 
            gridViewCheckBoxColumn1.HeaderText = "";
            gridViewCheckBoxColumn1.Name = "CHECK";
            gridViewCheckBoxColumn1.Width = 20;
            gridViewTextBoxColumn1.FieldName = "DocId";
            gridViewTextBoxColumn1.HeaderText = "เลขที่เอกสาร";
            gridViewTextBoxColumn1.Name = "DocId";
            gridViewTextBoxColumn1.ReadOnly = true;
            gridViewHyperlinkColumn1.FieldName = "OutOfficeId";
            gridViewHyperlinkColumn1.HeaderText = "ลำดับ";
            gridViewHyperlinkColumn1.Name = "OutOfficeId";
            gridViewHyperlinkColumn1.Width = 20;
            gridViewTextBoxColumn2.FieldName = "EmplId";
            gridViewTextBoxColumn2.HeaderText = "รหัสพนักงาน";
            gridViewTextBoxColumn2.Name = "EmplId";
            gridViewTextBoxColumn2.ReadOnly = true;
            gridViewTextBoxColumn3.FieldName = "EmplFullName";
            gridViewTextBoxColumn3.HeaderText = "ชื่อ-สกุล";
            gridViewTextBoxColumn3.Name = "EmplFullName";
            gridViewTextBoxColumn3.ReadOnly = true;
            gridViewTextBoxColumn4.FieldName = "Dimention";
            gridViewTextBoxColumn4.HeaderText = "แผนก";
            gridViewTextBoxColumn4.Name = "Dimention";
            gridViewTextBoxColumn4.ReadOnly = true;
            gridViewTextBoxColumn5.FieldName = "Dept";
            gridViewTextBoxColumn5.HeaderText = "ตำแหน่ง";
            gridViewTextBoxColumn5.Name = "Dept";
            gridViewTextBoxColumn5.ReadOnly = true;
            gridViewTextBoxColumn6.FieldName = "ShiftId";
            gridViewTextBoxColumn6.HeaderText = "รหัสกะ";
            gridViewTextBoxColumn6.Name = "ShiftId";
            gridViewTextBoxColumn7.FieldName = "StartTime";
            gridViewTextBoxColumn7.HeaderText = "เริ่มทำ";
            gridViewTextBoxColumn7.Name = "StartTime";
            gridViewTextBoxColumn7.ReadOnly = true;
            gridViewTextBoxColumn8.FieldName = "EndTime";
            gridViewTextBoxColumn8.HeaderText = "สิ้นสุด";
            gridViewTextBoxColumn8.Name = "EndTime";
            gridViewTextBoxColumn8.ReadOnly = true;
            gridViewTextBoxColumn9.FieldName = "OutType";
            gridViewTextBoxColumn9.HeaderText = "ออกนอก";
            gridViewTextBoxColumn9.Name = "OutType";
            gridViewTextBoxColumn9.ReadOnly = true;
            gridViewTextBoxColumn10.FieldName = "Reason";
            gridViewTextBoxColumn10.HeaderText = "เหตุผล";
            gridViewTextBoxColumn10.Name = "Reason";
            gridViewTextBoxColumn10.ReadOnly = true;
            gridViewTextBoxColumn11.FieldName = "CombackType";
            gridViewTextBoxColumn11.HeaderText = "กลับเข้ามา";
            gridViewTextBoxColumn11.Name = "CombackType";
            gridViewTextBoxColumn11.ReadOnly = true;
            this.rgv_ApproveMN.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewCheckBoxColumn1,
            gridViewTextBoxColumn1,
            gridViewHyperlinkColumn1,
            gridViewTextBoxColumn2,
            gridViewTextBoxColumn3,
            gridViewTextBoxColumn4,
            gridViewTextBoxColumn5,
            gridViewTextBoxColumn6,
            gridViewTextBoxColumn7,
            gridViewTextBoxColumn8,
            gridViewTextBoxColumn9,
            gridViewTextBoxColumn10,
            gridViewTextBoxColumn11});
            this.rgv_ApproveMN.Name = "rgv_ApproveMN";
            this.rgv_ApproveMN.ShowGroupPanel = false;
            this.rgv_ApproveMN.Size = new System.Drawing.Size(664, 341);
            this.rgv_ApproveMN.TabIndex = 1;
            this.rgv_ApproveMN.Text = "radGridView1";
            // 
            // radPanel2
            // 
            this.radPanel2.Controls.Add(this.radButtonUnChechAll);
            this.radPanel2.Controls.Add(this.radButtonCheckAll);
            this.radPanel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.radPanel2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radPanel2.Location = new System.Drawing.Point(3, 22);
            this.radPanel2.Name = "radPanel2";
            this.radPanel2.Size = new System.Drawing.Size(668, 37);
            this.radPanel2.TabIndex = 16;
            // 
            // radButtonUnChechAll
            // 
            this.radButtonUnChechAll.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonUnChechAll.Location = new System.Drawing.Point(109, 7);
            this.radButtonUnChechAll.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonUnChechAll.Name = "radButtonUnChechAll";
            this.radButtonUnChechAll.Size = new System.Drawing.Size(92, 23);
            this.radButtonUnChechAll.TabIndex = 4;
            this.radButtonUnChechAll.Text = "UnCheckAll";
            this.radButtonUnChechAll.Click += new System.EventHandler(this.radButtonUnChechAll_Click);
            // 
            // radButtonCheckAll
            // 
            this.radButtonCheckAll.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonCheckAll.Location = new System.Drawing.Point(17, 7);
            this.radButtonCheckAll.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonCheckAll.Name = "radButtonCheckAll";
            this.radButtonCheckAll.Size = new System.Drawing.Size(84, 23);
            this.radButtonCheckAll.TabIndex = 3;
            this.radButtonCheckAll.Text = "CheckAll";
            this.radButtonCheckAll.Click += new System.EventHandler(this.radButtonCheckAll_Click);
            // 
            // radGroupBox2
            // 
            this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox2.Controls.Add(this.radButtonSave);
            this.radGroupBox2.Dock = System.Windows.Forms.DockStyle.Right;
            this.radGroupBox2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox2.HeaderText = "";
            this.radGroupBox2.Location = new System.Drawing.Point(674, 139);
            this.radGroupBox2.Margin = new System.Windows.Forms.Padding(4);
            this.radGroupBox2.Name = "radGroupBox2";
            this.radGroupBox2.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            // 
            // 
            // 
            this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            this.radGroupBox2.Size = new System.Drawing.Size(110, 422);
            this.radGroupBox2.TabIndex = 1;
            // 
            // radButtonSave
            // 
            this.radButtonSave.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonSave.Location = new System.Drawing.Point(5, 30);
            this.radButtonSave.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonSave.Name = "radButtonSave";
            this.radButtonSave.Size = new System.Drawing.Size(100, 25);
            this.radButtonSave.TabIndex = 15;
            this.radButtonSave.Text = "อนุมัติ";
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add(this.txtDocNumber);
            this.radGroupBox1.Controls.Add(this.txt_DocDate);
            this.radGroupBox1.Controls.Add(this.txt_DocId);
            this.radGroupBox1.Controls.Add(this.txt_EmpId);
            this.radGroupBox1.Controls.Add(this.rdb_EmpId);
            this.radGroupBox1.Controls.Add(this.rdb_DocId);
            this.radGroupBox1.Controls.Add(this.rdb_Section);
            this.radGroupBox1.Controls.Add(this.radButtonserch);
            this.radGroupBox1.Controls.Add(this.dt_To);
            this.radGroupBox1.Controls.Add(this.ddl_Section);
            this.radGroupBox1.Controls.Add(this.label4);
            this.radGroupBox1.Controls.Add(this.dt_From);
            this.radGroupBox1.Controls.Add(this.label3);
            this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.radGroupBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox1.HeaderText = "ค้นหาข้อมูล";
            this.radGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.radGroupBox1.Margin = new System.Windows.Forms.Padding(4);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            // 
            // 
            // 
            this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            this.radGroupBox1.Size = new System.Drawing.Size(784, 139);
            this.radGroupBox1.TabIndex = 0;
            this.radGroupBox1.Text = "ค้นหาข้อมูล";
            // 
            // txtDocNumber
            // 
            this.txtDocNumber.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txtDocNumber.Location = new System.Drawing.Point(230, 76);
            this.txtDocNumber.Margin = new System.Windows.Forms.Padding(4);
            this.txtDocNumber.MaxLength = 4;
            this.txtDocNumber.Name = "txtDocNumber";
            this.txtDocNumber.Size = new System.Drawing.Size(47, 20);
            this.txtDocNumber.TabIndex = 44;
            this.txtDocNumber.TabStop = false;
            // 
            // txt_DocDate
            // 
            this.txt_DocDate.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txt_DocDate.Location = new System.Drawing.Point(162, 76);
            this.txt_DocDate.Margin = new System.Windows.Forms.Padding(4);
            this.txt_DocDate.MaxLength = 6;
            this.txt_DocDate.Name = "txt_DocDate";
            this.txt_DocDate.Size = new System.Drawing.Size(60, 20);
            this.txt_DocDate.TabIndex = 43;
            this.txt_DocDate.TabStop = false;
            // 
            // txt_DocId
            // 
            this.txt_DocId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txt_DocId.Location = new System.Drawing.Point(114, 76);
            this.txt_DocId.Margin = new System.Windows.Forms.Padding(4);
            this.txt_DocId.MaxLength = 3;
            this.txt_DocId.Name = "txt_DocId";
            this.txt_DocId.ReadOnly = true;
            this.txt_DocId.Size = new System.Drawing.Size(40, 20);
            this.txt_DocId.TabIndex = 42;
            this.txt_DocId.TabStop = false;
            this.txt_DocId.Text = "OUT";
            // 
            // txt_EmpId
            // 
            this.txt_EmpId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txt_EmpId.Location = new System.Drawing.Point(116, 50);
            this.txt_EmpId.Margin = new System.Windows.Forms.Padding(4);
            this.txt_EmpId.Name = "txt_EmpId";
            this.txt_EmpId.Size = new System.Drawing.Size(250, 20);
            this.txt_EmpId.TabIndex = 38;
            this.txt_EmpId.TabStop = false;
            // 
            // rdb_EmpId
            // 
            this.rdb_EmpId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.rdb_EmpId.Location = new System.Drawing.Point(20, 52);
            this.rdb_EmpId.Margin = new System.Windows.Forms.Padding(4);
            this.rdb_EmpId.Name = "rdb_EmpId";
            this.rdb_EmpId.Size = new System.Drawing.Size(85, 18);
            this.rdb_EmpId.TabIndex = 37;
            this.rdb_EmpId.Text = "รหัสพนักงาน";
            // 
            // rdb_DocId
            // 
            this.rdb_DocId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.rdb_DocId.Location = new System.Drawing.Point(20, 78);
            this.rdb_DocId.Margin = new System.Windows.Forms.Padding(4);
            this.rdb_DocId.Name = "rdb_DocId";
            this.rdb_DocId.Size = new System.Drawing.Size(86, 18);
            this.rdb_DocId.TabIndex = 41;
            this.rdb_DocId.Text = "เลขที่เอกสาร";
            // 
            // rdb_Section
            // 
            this.rdb_Section.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.rdb_Section.Location = new System.Drawing.Point(20, 26);
            this.rdb_Section.Margin = new System.Windows.Forms.Padding(4);
            this.rdb_Section.Name = "rdb_Section";
            this.rdb_Section.Size = new System.Drawing.Size(51, 18);
            this.rdb_Section.TabIndex = 33;
            this.rdb_Section.TabStop = true;
            this.rdb_Section.Text = "แผนก";
            this.rdb_Section.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            // 
            // radButtonserch
            // 
            this.radButtonserch.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonserch.Location = new System.Drawing.Point(20, 104);
            this.radButtonserch.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonserch.Name = "radButtonserch";
            this.radButtonserch.Size = new System.Drawing.Size(100, 25);
            this.radButtonserch.TabIndex = 45;
            this.radButtonserch.Text = "ค้นหา";
            // 
            // dt_To
            // 
            this.dt_To.CustomFormat = "yyyy-MM-dd";
            this.dt_To.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.dt_To.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dt_To.Location = new System.Drawing.Point(543, 24);
            this.dt_To.Margin = new System.Windows.Forms.Padding(4);
            this.dt_To.Name = "dt_To";
            this.dt_To.Size = new System.Drawing.Size(88, 20);
            this.dt_To.TabIndex = 36;
            this.dt_To.TabStop = false;
            this.dt_To.Text = "2014-02-12";
            this.dt_To.Value = new System.DateTime(2014, 2, 12, 16, 33, 8, 281);
            // 
            // ddl_Section
            // 
            this.ddl_Section.DefaultItemsCountInDropDown = 15;
            this.ddl_Section.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.ddl_Section.Location = new System.Drawing.Point(116, 24);
            this.ddl_Section.Margin = new System.Windows.Forms.Padding(4);
            this.ddl_Section.Name = "ddl_Section";
            this.ddl_Section.Size = new System.Drawing.Size(250, 20);
            this.ddl_Section.TabIndex = 34;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.label4.Location = new System.Drawing.Point(515, 26);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(20, 14);
            this.label4.TabIndex = 47;
            this.label4.Text = "ถึง";
            // 
            // dt_From
            // 
            this.dt_From.CustomFormat = "yyyy-MM-dd";
            this.dt_From.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.dt_From.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dt_From.Location = new System.Drawing.Point(405, 24);
            this.dt_From.Margin = new System.Windows.Forms.Padding(4);
            this.dt_From.Name = "dt_From";
            this.dt_From.Size = new System.Drawing.Size(104, 20);
            this.dt_From.TabIndex = 35;
            this.dt_From.TabStop = false;
            this.dt_From.Text = "2014-02-12";
            this.dt_From.Value = new System.DateTime(2014, 2, 12, 16, 33, 8, 281);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.label3.Location = new System.Drawing.Point(374, 26);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(23, 14);
            this.label3.TabIndex = 46;
            this.label3.Text = "เริ่ม";
            // 
            // FormMNApproveOut
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(784, 561);
            this.Controls.Add(this.radPanel1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FormMNApproveOut";
            this.Text = "ลงเวลาออกนอก(มินิมาร์ท)";
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
            this.radPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
            this.radGroupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
            this.radGroupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rgv_ApproveMN.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rgv_ApproveMN)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
            this.radPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radButtonUnChechAll)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonCheckAll)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
            this.radGroupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radButtonSave)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_DocDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_DocId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_EmpId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdb_EmpId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdb_DocId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdb_Section)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonserch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dt_To)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddl_Section)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dt_From)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo 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()
        {
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn1 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn9 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn1 = new Telerik.WinControls.UI.GridViewCommandColumn();
            this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.statusMessage = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusF5 = new System.Windows.Forms.ToolStripStatusLabel();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.GridViewShowData = new Telerik.WinControls.UI.RadGridView();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
            this.radPanel1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData.MasterTemplate)).BeginInit();
            this.SuspendLayout();
            // 
            // radPanel1
            // 
            this.radPanel1.Controls.Add(this.statusStrip1);
            this.radPanel1.Controls.Add(this.radGroupBox1);
            this.radPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radPanel1.Location = new System.Drawing.Point(0, 0);
            this.radPanel1.Margin = new System.Windows.Forms.Padding(4);
            this.radPanel1.Name = "radPanel1";
            this.radPanel1.Size = new System.Drawing.Size(784, 561);
            this.radPanel1.TabIndex = 0;
            // 
            // statusStrip1
            // 
            this.statusStrip1.BackColor = System.Drawing.Color.Khaki;
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusMessage,
            this.statusF5});
            this.statusStrip1.Location = new System.Drawing.Point(0, 539);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
            this.statusStrip1.Size = new System.Drawing.Size(784, 22);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // statusMessage
            // 
            this.statusMessage.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.statusMessage.Name = "statusMessage";
            this.statusMessage.Size = new System.Drawing.Size(646, 17);
            this.statusMessage.Spring = true;
            this.statusMessage.Text = "toolStripStatusLabel1";
            this.statusMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // statusF5
            // 
            this.statusF5.Name = "statusF5";
            this.statusF5.Size = new System.Drawing.Size(118, 17);
            this.statusF5.Text = "toolStripStatusLabel2";
            this.statusF5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add(this.GridViewShowData);
            this.radGroupBox1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox1.GroupBoxStyle = Telerik.WinControls.UI.RadGroupBoxStyle.Office;
            this.radGroupBox1.HeaderText = "แสดงข้อมูล";
            this.radGroupBox1.Location = new System.Drawing.Point(7, 4);
            this.radGroupBox1.Margin = new System.Windows.Forms.Padding(4);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            // 
            // 
            // 
            this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            this.radGroupBox1.Size = new System.Drawing.Size(764, 520);
            this.radGroupBox1.TabIndex = 0;
            this.radGroupBox1.Text = "แสดงข้อมูล";
            // 
            // GridViewShowData
            // 
            this.GridViewShowData.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.GridViewShowData.Location = new System.Drawing.Point(16, 26);
            this.GridViewShowData.Margin = new System.Windows.Forms.Padding(4);
            // 
            // GridViewShowData
            // 
            gridViewTextBoxColumn1.FieldName = "DocId";
            gridViewTextBoxColumn1.HeaderText = "เลขที่เอกสาร";
            gridViewTextBoxColumn1.Name = "DocId";
            gridViewTextBoxColumn1.ReadOnly = true;
            gridViewHyperlinkColumn1.FieldName = "OutOfficeId";
            gridViewHyperlinkColumn1.HeaderText = "ลำดับ";
            gridViewHyperlinkColumn1.Name = "OutOfficeId";
            gridViewTextBoxColumn2.FieldName = "EmplId";
            gridViewTextBoxColumn2.HeaderText = "รหัสพนักงาน";
            gridViewTextBoxColumn2.Name = "EmplId";
            gridViewTextBoxColumn2.ReadOnly = true;
            gridViewTextBoxColumn3.FieldName = "EmplFullName";
            gridViewTextBoxColumn3.HeaderText = "ชื่อ-สกุล";
            gridViewTextBoxColumn3.Name = "EmplFullName";
            gridViewTextBoxColumn3.ReadOnly = true;
            gridViewTextBoxColumn4.FieldName = "Dimention";
            gridViewTextBoxColumn4.HeaderText = "แผนก";
            gridViewTextBoxColumn4.Name = "Dimention";
            gridViewTextBoxColumn4.ReadOnly = true;
            gridViewTextBoxColumn5.FieldName = "Dept";
            gridViewTextBoxColumn5.HeaderText = "ตำแหน่ง";
            gridViewTextBoxColumn5.Name = "Dept";
            gridViewTextBoxColumn5.ReadOnly = true;
            gridViewTextBoxColumn6.FieldName = "OutType";
            gridViewTextBoxColumn6.HeaderText = "ออกนอก";
            gridViewTextBoxColumn6.Name = "OutType";
            gridViewTextBoxColumn6.ReadOnly = true;
            gridViewTextBoxColumn7.FieldName = "CreatedName";
            gridViewTextBoxColumn7.HeaderText = "สร้างโดย";
            gridViewTextBoxColumn7.Name = "CreatedName";
            gridViewTextBoxColumn7.ReadOnly = true;
            gridViewTextBoxColumn8.FieldName = "HeadApproved";
            gridViewTextBoxColumn8.HeaderText = "หน./ผช.";
            gridViewTextBoxColumn8.Name = "HeadApproved";
            gridViewTextBoxColumn8.ReadOnly = true;
            gridViewTextBoxColumn9.FieldName = "HeadApprovedName";
            gridViewTextBoxColumn9.HeaderText = "ผู้อนุมัติ";
            gridViewTextBoxColumn9.Name = "HeadApprovedName";
            gridViewTextBoxColumn9.ReadOnly = true;
            gridViewCommandColumn1.HeaderText = "ยกเลิก";
            gridViewCommandColumn1.Name = "Delete";
            this.GridViewShowData.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn1,
            gridViewHyperlinkColumn1,
            gridViewTextBoxColumn2,
            gridViewTextBoxColumn3,
            gridViewTextBoxColumn4,
            gridViewTextBoxColumn5,
            gridViewTextBoxColumn6,
            gridViewTextBoxColumn7,
            gridViewTextBoxColumn8,
            gridViewTextBoxColumn9,
            gridViewCommandColumn1});
            this.GridViewShowData.MasterTemplate.ShowGroupedColumns = true;
            this.GridViewShowData.Name = "GridViewShowData";
            this.GridViewShowData.ShowGroupPanel = false;
            this.GridViewShowData.Size = new System.Drawing.Size(739, 488);
            this.GridViewShowData.TabIndex = 1;
            this.GridViewShowData.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.GridViewShowData_CellClick);
            this.GridViewShowData.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.GridViewShowData_CellFormatting);
            this.GridViewShowData.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.GridViewShowData_CommandCellClick);
            // 
            // FormDeleteEmpl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(784, 561);
            this.Controls.Add(this.radPanel1);
            this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FormDeleteEmpl";
            this.Text = "ลบเอกสารออกนอกออนไลน์";
            this.Load += new System.EventHandler(this.FormReportEmpl_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
            this.radPanel1.ResumeLayout(false);
            this.radPanel1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo 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()
        {
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn3 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            this.radGridViewTruckId = new Telerik.WinControls.UI.RadGridView();
            this.txtTruckId = new Telerik.WinControls.UI.RadTextBox();
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewTruckId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewTruckId.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTruckId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            this.SuspendLayout();
            // 
            // radGridViewTruckId
            // 
            this.radGridViewTruckId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGridViewTruckId.Location = new System.Drawing.Point(16, 41);
            this.radGridViewTruckId.Margin = new System.Windows.Forms.Padding(4);
            // 
            // radGridViewTruckId
            // 
            this.radGridViewTruckId.MasterTemplate.AllowAddNewRow = false;
            this.radGridViewTruckId.MasterTemplate.AutoExpandGroups = true;
            gridViewHyperlinkColumn3.FieldName = "VEHICLEID";
            gridViewHyperlinkColumn3.HeaderText = "ทะเบียนรถ";
            gridViewHyperlinkColumn3.HyperlinkOpenAction = Telerik.WinControls.UI.HyperlinkOpenAction.None;
            gridViewHyperlinkColumn3.Name = "VEHICLEID";
            gridViewHyperlinkColumn3.Width = 120;
            gridViewTextBoxColumn3.FieldName = "NAME";
            gridViewTextBoxColumn3.HeaderText = "ประเภทรถ";
            gridViewTextBoxColumn3.Name = "NAME";
            gridViewTextBoxColumn3.ReadOnly = true;
            gridViewTextBoxColumn3.Width = 120;
            this.radGridViewTruckId.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewHyperlinkColumn3,
            gridViewTextBoxColumn3});
            this.radGridViewTruckId.MasterTemplate.ShowGroupedColumns = true;
            this.radGridViewTruckId.Name = "radGridViewTruckId";
            this.radGridViewTruckId.ReadOnly = true;
            this.radGridViewTruckId.ShowGroupPanel = false;
            this.radGridViewTruckId.Size = new System.Drawing.Size(350, 350);
            this.radGridViewTruckId.TabIndex = 0;
            this.radGridViewTruckId.Text = "radGridView1";
            // 
            // txtTruckId
            // 
            this.txtTruckId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txtTruckId.Location = new System.Drawing.Point(84, 13);
            this.txtTruckId.Margin = new System.Windows.Forms.Padding(4);
            this.txtTruckId.Name = "txtTruckId";
            this.txtTruckId.Size = new System.Drawing.Size(280, 20);
            this.txtTruckId.TabIndex = 1;
            this.txtTruckId.TabStop = false;
            this.txtTruckId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtTruckId_KeyDown);
            // 
            // radLabel1
            // 
            this.radLabel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radLabel1.Location = new System.Drawing.Point(16, 13);
            this.radLabel1.Margin = new System.Windows.Forms.Padding(4);
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.Size = new System.Drawing.Size(60, 18);
            this.radLabel1.TabIndex = 2;
            this.radLabel1.Text = "ทะเบียนรถ";
            // 
            // btnOk
            // 
            this.btnOk.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.btnOk.Location = new System.Drawing.Point(198, 399);
            this.btnOk.Margin = new System.Windows.Forms.Padding(4);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(80, 25);
            this.btnOk.TabIndex = 3;
            this.btnOk.Text = "ตกลง";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.btnCancel.Location = new System.Drawing.Point(286, 399);
            this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(80, 25);
            this.btnCancel.TabIndex = 4;
            this.btnCancel.Text = "ยกเลิก";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // statusStrip1
            // 
            this.statusStrip1.BackColor = System.Drawing.Color.Khaki;
            this.statusStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.statusStrip1.Location = new System.Drawing.Point(0, 449);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
            this.statusStrip1.Size = new System.Drawing.Size(384, 22);
            this.statusStrip1.TabIndex = 5;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // FormTruckId
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.ClientSize = new System.Drawing.Size(384, 471);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.radLabel1);
            this.Controls.Add(this.txtTruckId);
            this.Controls.Add(this.radGridViewTruckId);
            this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FormTruckId";
            this.Text = "ทะเบียนรถ";
            this.Load += new System.EventHandler(this.FormTruckId_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewTruckId.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewTruckId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTruckId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo 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.components = new System.ComponentModel.Container();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn1 = new Telerik.WinControls.UI.GridViewDecimalColumn();
            Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn2 = new Telerik.WinControls.UI.GridViewDecimalColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn3 = new Telerik.WinControls.UI.GridViewDecimalColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn4 = new Telerik.WinControls.UI.GridViewDecimalColumn();
            Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn5 = new Telerik.WinControls.UI.GridViewDecimalColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn9 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn10 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn6 = new Telerik.WinControls.UI.GridViewDecimalColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn11 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn12 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn13 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn14 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn15 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn16 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn1 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn1 = new Telerik.WinControls.UI.GridViewCommandColumn();
            Telerik.WinControls.Data.SortDescriptor sortDescriptor1 = new Telerik.WinControls.Data.SortDescriptor();
            this.fb = new System.Windows.Forms.BindingSource(this.components);
            this.pb = new System.Windows.Forms.BindingSource(this.components);
            this.projectsGrid = new Telerik.WinControls.UI.RadGridView();
            this.factorslist = new Telerik.WinControls.UI.RadGridView();
            this.create = new Telerik.WinControls.UI.RadButton();
            ((System.ComponentModel.ISupportInitialize)(this.fb)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.projectsGrid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.projectsGrid.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.factorslist)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.factorslist.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.create)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // fb
            // 
            this.fb.DataSource = typeof(tiraxco.Factor);
            // 
            // pb
            // 
            this.pb.DataSource = typeof(tiraxco.Project);
            // 
            // projectsGrid
            // 
            this.projectsGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.projectsGrid.BackColor = System.Drawing.Color.WhiteSmoke;
            this.projectsGrid.Cursor = System.Windows.Forms.Cursors.Default;
            this.projectsGrid.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.projectsGrid.ForeColor = System.Drawing.Color.Black;
            this.projectsGrid.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.projectsGrid.Location = new System.Drawing.Point(929, 116);
            // 
            // projectsGrid
            // 
            this.projectsGrid.MasterTemplate.AllowAddNewRow = false;
            this.projectsGrid.MasterTemplate.AllowDeleteRow = false;
            this.projectsGrid.MasterTemplate.AllowDragToGroup = false;
            this.projectsGrid.MasterTemplate.AllowEditRow = false;
            this.projectsGrid.MasterTemplate.AllowRowResize = false;
            this.projectsGrid.MasterTemplate.AutoGenerateColumns = false;
            gridViewTextBoxColumn1.EnableExpressionEditor = false;
            gridViewTextBoxColumn1.FieldName = "name";
            gridViewTextBoxColumn1.HeaderText = "نام";
            gridViewTextBoxColumn1.IsAutoGenerated = true;
            gridViewTextBoxColumn1.Name = "name";
            gridViewTextBoxColumn1.Width = 214;
            gridViewTextBoxColumn2.EnableExpressionEditor = false;
            gridViewTextBoxColumn2.FieldName = "number";
            gridViewTextBoxColumn2.HeaderText = "شماره";
            gridViewTextBoxColumn2.IsAutoGenerated = true;
            gridViewTextBoxColumn2.Name = "number";
            gridViewTextBoxColumn2.Width = 84;
            gridViewTextBoxColumn3.EnableExpressionEditor = false;
            gridViewTextBoxColumn3.FieldName = "startdate";
            gridViewTextBoxColumn3.HeaderText = "startdate";
            gridViewTextBoxColumn3.IsAutoGenerated = true;
            gridViewTextBoxColumn3.IsVisible = false;
            gridViewTextBoxColumn3.Name = "startdate";
            gridViewDecimalColumn1.DataType = typeof(System.Nullable<int>);
            gridViewDecimalColumn1.EnableExpressionEditor = false;
            gridViewDecimalColumn1.FieldName = "cost";
            gridViewDecimalColumn1.HeaderText = "cost";
            gridViewDecimalColumn1.IsAutoGenerated = true;
            gridViewDecimalColumn1.IsVisible = false;
            gridViewDecimalColumn1.Name = "cost";
            gridViewDecimalColumn2.DataType = typeof(System.Nullable<int>);
            gridViewDecimalColumn2.EnableExpressionEditor = false;
            gridViewDecimalColumn2.FieldName = "support";
            gridViewDecimalColumn2.HeaderText = "support";
            gridViewDecimalColumn2.IsAutoGenerated = true;
            gridViewDecimalColumn2.IsVisible = false;
            gridViewDecimalColumn2.Name = "support";
            gridViewTextBoxColumn4.EnableExpressionEditor = false;
            gridViewTextBoxColumn4.FieldName = "enddate";
            gridViewTextBoxColumn4.HeaderText = "enddate";
            gridViewTextBoxColumn4.IsAutoGenerated = true;
            gridViewTextBoxColumn4.IsVisible = false;
            gridViewTextBoxColumn4.Name = "enddate";
            gridViewDecimalColumn3.DataType = typeof(System.Nullable<int>);
            gridViewDecimalColumn3.EnableExpressionEditor = false;
            gridViewDecimalColumn3.FieldName = "clientid";
            gridViewDecimalColumn3.HeaderText = "clientid";
            gridViewDecimalColumn3.IsAutoGenerated = true;
            gridViewDecimalColumn3.IsVisible = false;
            gridViewDecimalColumn3.Name = "clientid";
            gridViewTextBoxColumn5.DataType = typeof(System.Data.Linq.EntitySet<tiraxco.Document>);
            gridViewTextBoxColumn5.EnableExpressionEditor = false;
            gridViewTextBoxColumn5.FieldName = "Documents";
            gridViewTextBoxColumn5.HeaderText = "Documents";
            gridViewTextBoxColumn5.IsAutoGenerated = true;
            gridViewTextBoxColumn5.IsVisible = false;
            gridViewTextBoxColumn5.Name = "Documents";
            gridViewTextBoxColumn6.DataType = typeof(System.Data.Linq.EntitySet<tiraxco.Factor>);
            gridViewTextBoxColumn6.EnableExpressionEditor = false;
            gridViewTextBoxColumn6.FieldName = "Factors";
            gridViewTextBoxColumn6.HeaderText = "Factors";
            gridViewTextBoxColumn6.IsAutoGenerated = true;
            gridViewTextBoxColumn6.IsVisible = false;
            gridViewTextBoxColumn6.Name = "Factors";
            gridViewTextBoxColumn7.DataType = typeof(tiraxco.Client);
            gridViewTextBoxColumn7.EnableExpressionEditor = false;
            gridViewTextBoxColumn7.FieldName = "Client";
            gridViewTextBoxColumn7.HeaderText = "Client";
            gridViewTextBoxColumn7.IsAutoGenerated = true;
            gridViewTextBoxColumn7.IsVisible = false;
            gridViewTextBoxColumn7.Name = "Client";
            gridViewTextBoxColumn8.DataType = typeof(int);
            gridViewTextBoxColumn8.EnableExpressionEditor = false;
            gridViewTextBoxColumn8.FieldName = "ID";
            gridViewTextBoxColumn8.HeaderText = "column1";
            gridViewTextBoxColumn8.IsVisible = false;
            gridViewTextBoxColumn8.Name = "ID";
            this.projectsGrid.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn1,
            gridViewTextBoxColumn2,
            gridViewTextBoxColumn3,
            gridViewDecimalColumn1,
            gridViewDecimalColumn2,
            gridViewTextBoxColumn4,
            gridViewDecimalColumn3,
            gridViewTextBoxColumn5,
            gridViewTextBoxColumn6,
            gridViewTextBoxColumn7,
            gridViewTextBoxColumn8});
            this.projectsGrid.MasterTemplate.DataSource = this.pb;
            this.projectsGrid.MasterTemplate.EnableFiltering = true;
            this.projectsGrid.Name = "projectsGrid";
            this.projectsGrid.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.projectsGrid.Size = new System.Drawing.Size(318, 444);
            this.projectsGrid.TabIndex = 8;
            this.projectsGrid.Text = "radGridView1";
            this.projectsGrid.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.projectsGrid_CellDoubleClick);
            // 
            // factorslist
            // 
            this.factorslist.BackColor = System.Drawing.Color.WhiteSmoke;
            this.factorslist.Cursor = System.Windows.Forms.Cursors.Default;
            this.factorslist.Font = new System.Drawing.Font("Tahoma", 10F);
            this.factorslist.ForeColor = System.Drawing.Color.Black;
            this.factorslist.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.factorslist.Location = new System.Drawing.Point(96, 116);
            // 
            // factorslist
            // 
            this.factorslist.MasterTemplate.AllowAddNewRow = false;
            this.factorslist.MasterTemplate.AllowDeleteRow = false;
            this.factorslist.MasterTemplate.AllowEditRow = false;
            gridViewDecimalColumn4.DataType = typeof(int);
            gridViewDecimalColumn4.EnableExpressionEditor = false;
            gridViewDecimalColumn4.FieldName = "ID";
            gridViewDecimalColumn4.HeaderText = "ID";
            gridViewDecimalColumn4.IsAutoGenerated = true;
            gridViewDecimalColumn4.IsVisible = false;
            gridViewDecimalColumn4.Name = "ID";
            gridViewDecimalColumn5.DataType = typeof(System.Nullable<int>);
            gridViewDecimalColumn5.EnableExpressionEditor = false;
            gridViewDecimalColumn5.FieldName = "project";
            gridViewDecimalColumn5.HeaderText = "project";
            gridViewDecimalColumn5.IsAutoGenerated = true;
            gridViewDecimalColumn5.IsVisible = false;
            gridViewDecimalColumn5.Name = "project";
            gridViewTextBoxColumn9.EnableExpressionEditor = false;
            gridViewTextBoxColumn9.FieldName = "type";
            gridViewTextBoxColumn9.HeaderText = "نوع";
            gridViewTextBoxColumn9.IsAutoGenerated = true;
            gridViewTextBoxColumn9.Name = "type";
            gridViewTextBoxColumn9.Width = 137;
            gridViewTextBoxColumn10.EnableExpressionEditor = false;
            gridViewTextBoxColumn10.FieldName = "date";
            gridViewTextBoxColumn10.HeaderText = "تاریخ";
            gridViewTextBoxColumn10.IsAutoGenerated = true;
            gridViewTextBoxColumn10.Name = "date";
            gridViewTextBoxColumn10.Width = 121;
            gridViewDecimalColumn6.DataType = typeof(System.Nullable<int>);
            gridViewDecimalColumn6.EnableExpressionEditor = false;
            gridViewDecimalColumn6.FieldName = "total";
            gridViewDecimalColumn6.HeaderText = "جمع کل";
            gridViewDecimalColumn6.IsAutoGenerated = true;
            gridViewDecimalColumn6.Name = "total";
            gridViewDecimalColumn6.Width = 139;
            gridViewTextBoxColumn11.EnableExpressionEditor = false;
            gridViewTextBoxColumn11.FieldName = "payer";
            gridViewTextBoxColumn11.HeaderText = "پرداخت کننده";
            gridViewTextBoxColumn11.IsAutoGenerated = true;
            gridViewTextBoxColumn11.Name = "payer";
            gridViewTextBoxColumn11.Width = 186;
            gridViewTextBoxColumn12.EnableExpressionEditor = false;
            gridViewTextBoxColumn12.FieldName = "store";
            gridViewTextBoxColumn12.HeaderText = "گیرنده";
            gridViewTextBoxColumn12.IsAutoGenerated = true;
            gridViewTextBoxColumn12.Name = "store";
            gridViewTextBoxColumn12.SortOrder = Telerik.WinControls.UI.RadSortOrder.Descending;
            gridViewTextBoxColumn12.Width = 171;
            gridViewTextBoxColumn13.EnableExpressionEditor = false;
            gridViewTextBoxColumn13.FieldName = "explain";
            gridViewTextBoxColumn13.HeaderText = "explain";
            gridViewTextBoxColumn13.IsAutoGenerated = true;
            gridViewTextBoxColumn13.IsVisible = false;
            gridViewTextBoxColumn13.Name = "explain";
            gridViewTextBoxColumn14.DataType = typeof(System.Data.Linq.EntitySet<tiraxco.FactorList>);
            gridViewTextBoxColumn14.EnableExpressionEditor = false;
            gridViewTextBoxColumn14.FieldName = "FactorLists";
            gridViewTextBoxColumn14.HeaderText = "FactorLists";
            gridViewTextBoxColumn14.IsAutoGenerated = true;
            gridViewTextBoxColumn14.IsVisible = false;
            gridViewTextBoxColumn14.Name = "FactorLists";
            gridViewTextBoxColumn15.DataType = typeof(tiraxco.Project);
            gridViewTextBoxColumn15.EnableExpressionEditor = false;
            gridViewTextBoxColumn15.FieldName = "Project1";
            gridViewTextBoxColumn15.HeaderText = "Project1";
            gridViewTextBoxColumn15.IsAutoGenerated = true;
            gridViewTextBoxColumn15.IsVisible = false;
            gridViewTextBoxColumn15.Name = "Project1";
            gridViewTextBoxColumn16.EnableExpressionEditor = false;
            gridViewTextBoxColumn16.FieldName = "Project1.name";
            gridViewTextBoxColumn16.HeaderText = "column1";
            gridViewTextBoxColumn16.IsVisible = false;
            gridViewTextBoxColumn16.Name = "projname";
            gridViewHyperlinkColumn1.EnableExpressionEditor = false;
            gridViewHyperlinkColumn1.HeaderText = "column1";
            gridViewHyperlinkColumn1.IsVisible = false;
            gridViewHyperlinkColumn1.Name = "column1";
            gridViewCommandColumn1.EnableExpressionEditor = false;
            gridViewCommandColumn1.HeaderText = "column2";
            gridViewCommandColumn1.IsVisible = false;
            gridViewCommandColumn1.Name = "column2";
            this.factorslist.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewDecimalColumn4,
            gridViewDecimalColumn5,
            gridViewTextBoxColumn9,
            gridViewTextBoxColumn10,
            gridViewDecimalColumn6,
            gridViewTextBoxColumn11,
            gridViewTextBoxColumn12,
            gridViewTextBoxColumn13,
            gridViewTextBoxColumn14,
            gridViewTextBoxColumn15,
            gridViewTextBoxColumn16,
            gridViewHyperlinkColumn1,
            gridViewCommandColumn1});
            this.factorslist.MasterTemplate.DataSource = this.fb;
            this.factorslist.MasterTemplate.EnableFiltering = true;
            sortDescriptor1.Direction = System.ComponentModel.ListSortDirection.Descending;
            sortDescriptor1.PropertyName = "store";
            this.factorslist.MasterTemplate.SortDescriptors.AddRange(new Telerik.WinControls.Data.SortDescriptor[] {
            sortDescriptor1});
            this.factorslist.Name = "factorslist";
            this.factorslist.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.factorslist.Size = new System.Drawing.Size(772, 444);
            this.factorslist.TabIndex = 9;
            this.factorslist.Text = "radGridView1";
            this.factorslist.CellDoubleClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.factorslist_CellDoubleClick);
            // 
            // create
            // 
            this.create.Font = new System.Drawing.Font("Tahoma", 10F);
            this.create.Location = new System.Drawing.Point(96, 617);
            this.create.Name = "create";
            this.create.Size = new System.Drawing.Size(110, 24);
            this.create.TabIndex = 10;
            this.create.Text = "ایجاد";
            this.create.Click += new System.EventHandler(this.create_Click);
            // 
            // FactorManagement
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1323, 698);
            this.Controls.Add(this.create);
            this.Controls.Add(this.factorslist);
            this.Controls.Add(this.projectsGrid);
            this.Name = "FactorManagement";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.Text = "مدیریت هزینه ها";
            this.ThemeName = "ControlDefault";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FactorManagement_Load);
            ((System.ComponentModel.ISupportInitialize)(this.fb)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.projectsGrid.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.projectsGrid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.factorslist.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.factorslist)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.create)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo 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()
        {
            Telerik.WinControls.UI.GridViewHyperlinkColumn gridViewHyperlinkColumn2 = new Telerik.WinControls.UI.GridViewHyperlinkColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn29 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn30 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn31 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn32 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn33 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn34 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn35 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn36 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn37 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn38 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn39 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn2 = new Telerik.WinControls.UI.GridViewCommandColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn40 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn41 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn42 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn43 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn44 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn45 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn46 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn47 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn48 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn49 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn50 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn51 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn52 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn53 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn54 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn55 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn56 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            this.GridViewShowData = new Telerik.WinControls.UI.MasterGridViewTemplate();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.radGridViewStatusDoc = new Telerik.WinControls.UI.RadGridView();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.DdlDimention = new Telerik.WinControls.UI.RadDropDownList();
            this.radButtonserch = new Telerik.WinControls.UI.RadButton();
            this.RadioDimention = new Telerik.WinControls.UI.RadRadioButton();
            this.RadioDocId = new Telerik.WinControls.UI.RadRadioButton();
            this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
            this.txtDocNumber = new Telerik.WinControls.UI.RadTextBox();
            this.txtDocDate = new Telerik.WinControls.UI.RadTextBox();
            this.txtOut = new Telerik.WinControls.UI.RadTextBox();
            this.dtpEnd = new Telerik.WinControls.UI.RadDateTimePicker();
            this.dtpStart = new Telerik.WinControls.UI.RadDateTimePicker();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewStatusDoc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewStatusDoc.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DdlDimention)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonserch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioDimention)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioDocId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
            this.radGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOut)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpStart)).BeginInit();
            this.SuspendLayout();
            // 
            // GridViewShowData
            // 
            gridViewHyperlinkColumn2.FieldName = "OutOfficeId";
            gridViewHyperlinkColumn2.HeaderText = "เลขที่ใบออกนอก";
            gridViewHyperlinkColumn2.Name = "OutOfficeId";
            gridViewTextBoxColumn29.FieldName = "EmplId";
            gridViewTextBoxColumn29.HeaderText = "รหัสพนักงาน";
            gridViewTextBoxColumn29.Name = "EmplId";
            gridViewTextBoxColumn30.FieldName = "EmplFullName";
            gridViewTextBoxColumn30.HeaderText = "ชื่อ-สกุล";
            gridViewTextBoxColumn30.Name = "EmplFullName";
            gridViewTextBoxColumn31.FieldName = "Dimention";
            gridViewTextBoxColumn31.HeaderText = "แผนก";
            gridViewTextBoxColumn31.Name = "Dimention";
            gridViewTextBoxColumn32.FieldName = "Dept";
            gridViewTextBoxColumn32.HeaderText = "ตำแหน่ง";
            gridViewTextBoxColumn32.Name = "Dept";
            gridViewTextBoxColumn33.FieldName = "OutType";
            gridViewTextBoxColumn33.HeaderText = "ออกนอก";
            gridViewTextBoxColumn33.Name = "OutType";
            gridViewTextBoxColumn34.FieldName = "HeadApproved";
            gridViewTextBoxColumn34.HeaderText = "หน./ผช.";
            gridViewTextBoxColumn34.Name = "HeadApproved";
            gridViewTextBoxColumn35.FieldName = "HeadApprovedName";
            gridViewTextBoxColumn35.HeaderText = "ผู้อนุมัติ";
            gridViewTextBoxColumn35.Name = "HeadApprovedName";
            gridViewTextBoxColumn36.FieldName = "HrApprovedOut";
            gridViewTextBoxColumn36.HeaderText = "บุคคล";
            gridViewTextBoxColumn36.Name = "HrApprovedOut";
            gridViewTextBoxColumn37.FieldName = "HrApprovedOutName";
            gridViewTextBoxColumn37.HeaderText = "ผู้อนุมัติ";
            gridViewTextBoxColumn37.Name = "HrApprovedOutName";
            gridViewTextBoxColumn38.FieldName = "HrApprovedOutDateTime";
            gridViewTextBoxColumn38.HeaderText = "ลงเวลาออก";
            gridViewTextBoxColumn38.Name = "HrApprovedOutDateTime";
            gridViewTextBoxColumn39.FieldName = "HrApprovedInDateTime";
            gridViewTextBoxColumn39.HeaderText = "ลงเวลากลับ";
            gridViewTextBoxColumn39.Name = "HrApprovedInDateTime";
            gridViewCommandColumn2.HeaderText = "ยกเลิก";
            gridViewCommandColumn2.Name = "Delete";
            this.GridViewShowData.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewHyperlinkColumn2,
            gridViewTextBoxColumn29,
            gridViewTextBoxColumn30,
            gridViewTextBoxColumn31,
            gridViewTextBoxColumn32,
            gridViewTextBoxColumn33,
            gridViewTextBoxColumn34,
            gridViewTextBoxColumn35,
            gridViewTextBoxColumn36,
            gridViewTextBoxColumn37,
            gridViewTextBoxColumn38,
            gridViewTextBoxColumn39,
            gridViewCommandColumn2});
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add(this.radGridViewStatusDoc);
            this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGroupBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox1.HeaderText = "แสดงข้อมูล";
            this.radGroupBox1.Location = new System.Drawing.Point(0, 116);
            this.radGroupBox1.Margin = new System.Windows.Forms.Padding(4);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            // 
            // 
            // 
            this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            this.radGroupBox1.Size = new System.Drawing.Size(686, 445);
            this.radGroupBox1.TabIndex = 0;
            this.radGroupBox1.Text = "แสดงข้อมูล";
            // 
            // radGridViewStatusDoc
            // 
            this.radGridViewStatusDoc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGridViewStatusDoc.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGridViewStatusDoc.Location = new System.Drawing.Point(3, 22);
            this.radGridViewStatusDoc.Margin = new System.Windows.Forms.Padding(4);
            // 
            // radGridViewStatusDoc
            // 
            gridViewTextBoxColumn40.FieldName = "DocId";
            gridViewTextBoxColumn40.HeaderText = "เลขที่เอกสาร";
            gridViewTextBoxColumn40.Name = "DocId";
            gridViewTextBoxColumn40.ReadOnly = true;
            gridViewTextBoxColumn41.FieldName = "OutOfficeId";
            gridViewTextBoxColumn41.HeaderText = "ลำดับ";
            gridViewTextBoxColumn41.Name = "OutOfficeId";
            gridViewTextBoxColumn41.ReadOnly = true;
            gridViewTextBoxColumn42.FieldName = "EmplId";
            gridViewTextBoxColumn42.HeaderText = "รหัสพนักงาน";
            gridViewTextBoxColumn42.Name = "EmplId";
            gridViewTextBoxColumn42.ReadOnly = true;
            gridViewTextBoxColumn43.FieldName = "EmplFullName";
            gridViewTextBoxColumn43.HeaderText = "ชื่อ-สกุล";
            gridViewTextBoxColumn43.Name = "EmplFullName";
            gridViewTextBoxColumn43.ReadOnly = true;
            gridViewTextBoxColumn44.FieldName = "Dimention";
            gridViewTextBoxColumn44.HeaderText = "แผนก";
            gridViewTextBoxColumn44.Name = "Dimention";
            gridViewTextBoxColumn44.ReadOnly = true;
            gridViewTextBoxColumn45.FieldName = "Dept";
            gridViewTextBoxColumn45.HeaderText = "ตำแหน่ง";
            gridViewTextBoxColumn45.Name = "Dept";
            gridViewTextBoxColumn45.ReadOnly = true;
            gridViewTextBoxColumn46.FieldName = "OutType";
            gridViewTextBoxColumn46.HeaderText = "ออกนอก";
            gridViewTextBoxColumn46.Name = "OutType";
            gridViewTextBoxColumn46.ReadOnly = true;
            gridViewTextBoxColumn47.FieldName = "Reason";
            gridViewTextBoxColumn47.HeaderText = "เหตุผล";
            gridViewTextBoxColumn47.Name = "Reason";
            gridViewTextBoxColumn47.ReadOnly = true;
            gridViewTextBoxColumn48.FieldName = "CombackType";
            gridViewTextBoxColumn48.HeaderText = "กลับเข้าบริษัท";
            gridViewTextBoxColumn48.Name = "CombackType";
            gridViewTextBoxColumn48.ReadOnly = true;
            gridViewTextBoxColumn49.FieldName = "HeadApproved";
            gridViewTextBoxColumn49.HeaderText = "หน./ผช.";
            gridViewTextBoxColumn49.Name = "HeadApproved";
            gridViewTextBoxColumn49.ReadOnly = true;
            gridViewTextBoxColumn50.FieldName = "HeadApprovedName";
            gridViewTextBoxColumn50.HeaderText = "ผู้อนุมัติ";
            gridViewTextBoxColumn50.Name = "HeadApprovedName";
            gridViewTextBoxColumn50.ReadOnly = true;
            gridViewTextBoxColumn51.FieldName = "HrApprovedOut";
            gridViewTextBoxColumn51.HeaderText = "บุคคล";
            gridViewTextBoxColumn51.Name = "HrApprovedOut";
            gridViewTextBoxColumn51.ReadOnly = true;
            gridViewTextBoxColumn52.FieldName = "HrApprovedOutDateTime";
            gridViewTextBoxColumn52.HeaderText = "เวลาออก";
            gridViewTextBoxColumn52.Name = "HrApprovedOutDateTime";
            gridViewTextBoxColumn52.ReadOnly = true;
            gridViewTextBoxColumn53.FieldName = "HrApprovedOutName";
            gridViewTextBoxColumn53.HeaderText = "ผู้ลงเวลาออก";
            gridViewTextBoxColumn53.Name = "HrApprovedOutName";
            gridViewTextBoxColumn53.ReadOnly = true;
            gridViewTextBoxColumn54.FieldName = "HrApprovedInDateTime";
            gridViewTextBoxColumn54.HeaderText = "เวลากลับ";
            gridViewTextBoxColumn54.Name = "HrApprovedInDateTime";
            gridViewTextBoxColumn54.ReadOnly = true;
            gridViewTextBoxColumn55.FieldName = "HrApprovedInName";
            gridViewTextBoxColumn55.HeaderText = "ผู้ลงเวลาเข้า";
            gridViewTextBoxColumn55.Name = "HrApprovedInName";
            gridViewTextBoxColumn55.ReadOnly = true;
            gridViewTextBoxColumn56.FieldName = "ToTallTimeUse";
            gridViewTextBoxColumn56.FormatString = "{0:HH:mm:ss}";
            gridViewTextBoxColumn56.HeaderText = "เวลาที่ใช้";
            gridViewTextBoxColumn56.Name = "ToTallTimeUse";
            gridViewTextBoxColumn56.ReadOnly = true;
            this.radGridViewStatusDoc.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn40,
            gridViewTextBoxColumn41,
            gridViewTextBoxColumn42,
            gridViewTextBoxColumn43,
            gridViewTextBoxColumn44,
            gridViewTextBoxColumn45,
            gridViewTextBoxColumn46,
            gridViewTextBoxColumn47,
            gridViewTextBoxColumn48,
            gridViewTextBoxColumn49,
            gridViewTextBoxColumn50,
            gridViewTextBoxColumn51,
            gridViewTextBoxColumn52,
            gridViewTextBoxColumn53,
            gridViewTextBoxColumn54,
            gridViewTextBoxColumn55,
            gridViewTextBoxColumn56});
            this.radGridViewStatusDoc.MasterTemplate.ShowGroupedColumns = true;
            this.radGridViewStatusDoc.Name = "radGridViewStatusDoc";
            this.radGridViewStatusDoc.ShowGroupPanel = false;
            this.radGridViewStatusDoc.Size = new System.Drawing.Size(680, 421);
            this.radGridViewStatusDoc.TabIndex = 1;
            this.radGridViewStatusDoc.Text = "radGridView1";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.label3.Location = new System.Drawing.Point(359, 30);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(23, 14);
            this.label3.TabIndex = 17;
            this.label3.Text = "เริ่ม";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.label4.Location = new System.Drawing.Point(510, 30);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(20, 14);
            this.label4.TabIndex = 18;
            this.label4.Text = "ถึง";
            // 
            // DdlDimention
            // 
            this.DdlDimention.DefaultItemsCountInDropDown = 15;
            this.DdlDimention.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.DdlDimention.Location = new System.Drawing.Point(109, 26);
            this.DdlDimention.Margin = new System.Windows.Forms.Padding(4);
            this.DdlDimention.Name = "DdlDimention";
            // 
            // 
            // 
            this.DdlDimention.RootElement.StretchVertically = true;
            this.DdlDimention.Size = new System.Drawing.Size(228, 20);
            this.DdlDimention.TabIndex = 2;
            // 
            // radButtonserch
            // 
            this.radButtonserch.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radButtonserch.Location = new System.Drawing.Point(13, 82);
            this.radButtonserch.Margin = new System.Windows.Forms.Padding(4);
            this.radButtonserch.Name = "radButtonserch";
            this.radButtonserch.Size = new System.Drawing.Size(100, 25);
            this.radButtonserch.TabIndex = 9;
            this.radButtonserch.Text = "ค้นหา";
            // 
            // RadioDimention
            // 
            this.RadioDimention.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.RadioDimention.Location = new System.Drawing.Point(13, 26);
            this.RadioDimention.Margin = new System.Windows.Forms.Padding(4);
            this.RadioDimention.Name = "RadioDimention";
            // 
            // 
            // 
            this.RadioDimention.RootElement.StretchHorizontally = true;
            this.RadioDimention.RootElement.StretchVertically = true;
            this.RadioDimention.Size = new System.Drawing.Size(57, 22);
            this.RadioDimention.TabIndex = 1;
            this.RadioDimention.TabStop = true;
            this.RadioDimention.Text = "แผนก";
            this.RadioDimention.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            // 
            // RadioDocId
            // 
            this.RadioDocId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.RadioDocId.Location = new System.Drawing.Point(13, 54);
            this.RadioDocId.Margin = new System.Windows.Forms.Padding(4);
            this.RadioDocId.Name = "RadioDocId";
            // 
            // 
            // 
            this.RadioDocId.RootElement.StretchHorizontally = true;
            this.RadioDocId.RootElement.StretchVertically = true;
            this.RadioDocId.Size = new System.Drawing.Size(88, 22);
            this.RadioDocId.TabIndex = 5;
            this.RadioDocId.Text = "เลขที่เอกสาร";
            // 
            // radGroupBox2
            // 
            this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox2.Controls.Add(this.txtDocNumber);
            this.radGroupBox2.Controls.Add(this.txtDocDate);
            this.radGroupBox2.Controls.Add(this.txtOut);
            this.radGroupBox2.Controls.Add(this.RadioDocId);
            this.radGroupBox2.Controls.Add(this.RadioDimention);
            this.radGroupBox2.Controls.Add(this.radButtonserch);
            this.radGroupBox2.Controls.Add(this.dtpEnd);
            this.radGroupBox2.Controls.Add(this.DdlDimention);
            this.radGroupBox2.Controls.Add(this.label4);
            this.radGroupBox2.Controls.Add(this.dtpStart);
            this.radGroupBox2.Controls.Add(this.label3);
            this.radGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
            this.radGroupBox2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.radGroupBox2.HeaderText = "ค้นหาข้อมูล";
            this.radGroupBox2.Location = new System.Drawing.Point(0, 0);
            this.radGroupBox2.Margin = new System.Windows.Forms.Padding(4);
            this.radGroupBox2.Name = "radGroupBox2";
            this.radGroupBox2.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            // 
            // 
            // 
            this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(3, 22, 3, 2);
            this.radGroupBox2.Size = new System.Drawing.Size(686, 116);
            this.radGroupBox2.TabIndex = 1;
            this.radGroupBox2.Text = "ค้นหาข้อมูล";
            // 
            // txtDocNumber
            // 
            this.txtDocNumber.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txtDocNumber.Location = new System.Drawing.Point(210, 54);
            this.txtDocNumber.Margin = new System.Windows.Forms.Padding(4);
            this.txtDocNumber.MaxLength = 4;
            this.txtDocNumber.Name = "txtDocNumber";
            this.txtDocNumber.Size = new System.Drawing.Size(41, 20);
            this.txtDocNumber.TabIndex = 8;
            this.txtDocNumber.TabStop = false;
            // 
            // txtDocDate
            // 
            this.txtDocDate.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txtDocDate.Location = new System.Drawing.Point(151, 54);
            this.txtDocDate.Margin = new System.Windows.Forms.Padding(4);
            this.txtDocDate.MaxLength = 6;
            this.txtDocDate.Name = "txtDocDate";
            this.txtDocDate.Size = new System.Drawing.Size(52, 20);
            this.txtDocDate.TabIndex = 7;
            this.txtDocDate.TabStop = false;
            // 
            // txtOut
            // 
            this.txtOut.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.txtOut.Location = new System.Drawing.Point(109, 54);
            this.txtOut.Margin = new System.Windows.Forms.Padding(4);
            this.txtOut.MaxLength = 3;
            this.txtOut.Name = "txtOut";
            this.txtOut.ReadOnly = true;
            this.txtOut.Size = new System.Drawing.Size(35, 20);
            this.txtOut.TabIndex = 6;
            this.txtOut.TabStop = false;
            this.txtOut.Text = "OUT";
            // 
            // dtpEnd
            // 
            this.dtpEnd.CustomFormat = "yyyy-MM-dd";
            this.dtpEnd.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtpEnd.Location = new System.Drawing.Point(538, 28);
            this.dtpEnd.Margin = new System.Windows.Forms.Padding(4);
            this.dtpEnd.Name = "dtpEnd";
            this.dtpEnd.Size = new System.Drawing.Size(112, 20);
            this.dtpEnd.TabIndex = 4;
            this.dtpEnd.TabStop = false;
            this.dtpEnd.Text = "2014-02-12";
            this.dtpEnd.Value = new System.DateTime(2014, 2, 12, 16, 33, 8, 281);
            // 
            // dtpStart
            // 
            this.dtpStart.CustomFormat = "yyyy-MM-dd";
            this.dtpStart.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtpStart.Location = new System.Drawing.Point(390, 28);
            this.dtpStart.Margin = new System.Windows.Forms.Padding(4);
            this.dtpStart.Name = "dtpStart";
            this.dtpStart.Size = new System.Drawing.Size(112, 20);
            this.dtpStart.TabIndex = 3;
            this.dtpStart.TabStop = false;
            this.dtpStart.Text = "2014-02-12";
            this.dtpStart.Value = new System.DateTime(2014, 2, 12, 16, 33, 8, 281);
            // 
            // FormReportStatusDoc
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(686, 561);
            this.Controls.Add(this.radGroupBox1);
            this.Controls.Add(this.radGroupBox2);
            this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FormReportStatusDoc";
            this.Text = "แสดงสถานะเอกสาร";
            this.Load += new System.EventHandler(this.FormShowData_Load);
            ((System.ComponentModel.ISupportInitialize)(this.GridViewShowData)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewStatusDoc.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewStatusDoc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DdlDimention)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButtonserch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioDimention)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.RadioDocId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
            this.radGroupBox2.ResumeLayout(false);
            this.radGroupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDocDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOut)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpStart)).EndInit();
            this.ResumeLayout(false);

        }