/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToHTMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToXMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dataSet11 = new Scheduler.BusinessLayer.DataSet1();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDepartment = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colClientName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colProgramName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colClassName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colClassType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colClientShortName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStartDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.colEndDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.colDayName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCalendarEventId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPaidHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.colTeacherID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInstructorName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colScheduledHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.colEventDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.colHomeworkMinutes = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.pnlBody = new System.Windows.Forms.Panel();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.dateEditEndDate = new DevExpress.XtraEditors.DateEdit();
     this.dateEditStartDate = new DevExpress.XtraEditors.DateEdit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     this.pnlBody.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEndDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStartDate.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
     this.gridControl1.DataMember = "viewInstructorPaymentDetails";
     this.gridControl1.DataSource = this.dataSet11;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location = new System.Drawing.Point(2, 2);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTimeEdit1,
     this.repositoryItemDateEdit1,
     this.repositoryItemTimeEdit2,
     this.repositoryItemDateEdit2,
     this.repositoryItemSpinEdit1,
     this.repositoryItemSpinEdit2});
     this.gridControl1.Size = new System.Drawing.Size(871, 547);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.printToolStripMenuItem,
     this.printPreviewToolStripMenuItem,
     this.exportToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(144, 70);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Name = "printToolStripMenuItem";
     this.printToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
     this.printToolStripMenuItem.Text = "Print";
     this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
     //
     // printPreviewToolStripMenuItem
     //
     this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
     this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
     this.printPreviewToolStripMenuItem.Text = "Print Preview";
     this.printPreviewToolStripMenuItem.Click += new System.EventHandler(this.printPreviewToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exportToolStripMenuItem1,
     this.exportToHTMLToolStripMenuItem,
     this.exportToXMLToolStripMenuItem,
     this.exportToTXTToolStripMenuItem});
     this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
     this.exportToolStripMenuItem.Text = "Export";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem1
     //
     this.exportToolStripMenuItem1.Name = "exportToolStripMenuItem1";
     this.exportToolStripMenuItem1.Size = new System.Drawing.Size(157, 22);
     this.exportToolStripMenuItem1.Text = "Export To Excel";
     this.exportToolStripMenuItem1.Click += new System.EventHandler(this.exportToolStripMenuItem1_Click);
     //
     // exportToHTMLToolStripMenuItem
     //
     this.exportToHTMLToolStripMenuItem.Name = "exportToHTMLToolStripMenuItem";
     this.exportToHTMLToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
     this.exportToHTMLToolStripMenuItem.Text = "Export to HTML";
     this.exportToHTMLToolStripMenuItem.Click += new System.EventHandler(this.exportToHTMLToolStripMenuItem_Click);
     //
     // exportToXMLToolStripMenuItem
     //
     this.exportToXMLToolStripMenuItem.Name = "exportToXMLToolStripMenuItem";
     this.exportToXMLToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
     this.exportToXMLToolStripMenuItem.Text = "Export to XML";
     this.exportToXMLToolStripMenuItem.Click += new System.EventHandler(this.exportToXMLToolStripMenuItem_Click);
     //
     // exportToTXTToolStripMenuItem
     //
     this.exportToTXTToolStripMenuItem.Name = "exportToTXTToolStripMenuItem";
     this.exportToTXTToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
     this.exportToTXTToolStripMenuItem.Text = "Export to TXT";
     this.exportToTXTToolStripMenuItem.Click += new System.EventHandler(this.exportToTXTToolStripMenuItem_Click);
     //
     // dataSet11
     //
     this.dataSet11.DataSetName = "DataSet1";
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colDepartment,
     this.colClientName,
     this.colProgramName,
     this.colClassName,
     this.colClassType,
     this.colClientShortName,
     this.colStartDateTime,
     this.colEndDateTime,
     this.colDayName,
     this.colCalendarEventId,
     this.colPaidHours,
     this.colTeacherID,
     this.colInstructorName,
     this.colScheduledHours,
     this.colEventDate,
     this.colHomeworkMinutes});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.GroupCount = 1;
     this.gridView1.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.VisibleAlways;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "ScheduledHours", null, "Scheduled Hours = {0}"),
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PaidHours", null, "Total Paid Hours = {0}"),
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "ScheduledHours", this.colScheduledHours, "Scheduled Hours = {0}"),
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PaidHours", this.colPaidHours, "Total Paid Hours = {0}")});
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.OptionsView.ShowFooter = true;
     this.gridView1.OptionsView.ShowGroupedColumns = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colInstructorName, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colDepartment
     //
     this.colDepartment.Caption = "Department";
     this.colDepartment.FieldName = "Department";
     this.colDepartment.Name = "colDepartment";
     this.colDepartment.OptionsColumn.AllowEdit = false;
     this.colDepartment.OptionsColumn.ReadOnly = true;
     this.colDepartment.Width = 69;
     //
     // colClientName
     //
     this.colClientName.Caption = "ClientName";
     this.colClientName.FieldName = "ClientName";
     this.colClientName.Name = "colClientName";
     this.colClientName.OptionsColumn.AllowEdit = false;
     this.colClientName.OptionsColumn.ReadOnly = true;
     this.colClientName.Width = 66;
     //
     // colProgramName
     //
     this.colProgramName.Caption = "Program";
     this.colProgramName.FieldName = "ProgramName";
     this.colProgramName.Name = "colProgramName";
     this.colProgramName.OptionsColumn.AllowEdit = false;
     this.colProgramName.OptionsColumn.ReadOnly = true;
     this.colProgramName.Visible = true;
     this.colProgramName.VisibleIndex = 6;
     this.colProgramName.Width = 62;
     //
     // colClassName
     //
     this.colClassName.Caption = "Class";
     this.colClassName.FieldName = "Class";
     this.colClassName.Name = "colClassName";
     this.colClassName.OptionsColumn.AllowEdit = false;
     this.colClassName.OptionsColumn.ReadOnly = true;
     this.colClassName.Visible = true;
     this.colClassName.VisibleIndex = 7;
     this.colClassName.Width = 47;
     //
     // colClassType
     //
     this.colClassType.Caption = "Job Type";
     this.colClassType.FieldName = "JobType";
     this.colClassType.Name = "colClassType";
     this.colClassType.OptionsColumn.AllowEdit = false;
     this.colClassType.OptionsColumn.ReadOnly = true;
     this.colClassType.Visible = true;
     this.colClassType.VisibleIndex = 8;
     this.colClassType.Width = 66;
     //
     // colClientShortName
     //
     this.colClientShortName.Caption = "Client";
     this.colClientShortName.FieldName = "ClientNickName";
     this.colClientShortName.Name = "colClientShortName";
     this.colClientShortName.OptionsColumn.AllowEdit = false;
     this.colClientShortName.OptionsColumn.ReadOnly = true;
     this.colClientShortName.Visible = true;
     this.colClientShortName.VisibleIndex = 5;
     this.colClientShortName.Width = 49;
     //
     // colStartDateTime
     //
     this.colStartDateTime.Caption = "Start Time";
     this.colStartDateTime.ColumnEdit = this.repositoryItemTimeEdit1;
     this.colStartDateTime.FieldName = "StartDateTime";
     this.colStartDateTime.Name = "colStartDateTime";
     this.colStartDateTime.OptionsColumn.AllowEdit = false;
     this.colStartDateTime.OptionsColumn.ReadOnly = true;
     this.colStartDateTime.Visible = true;
     this.colStartDateTime.VisibleIndex = 3;
     this.colStartDateTime.Width = 71;
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.DisplayFormat.FormatString = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit1.Mask.EditMask = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // colEndDateTime
     //
     this.colEndDateTime.Caption = "End Time";
     this.colEndDateTime.ColumnEdit = this.repositoryItemTimeEdit2;
     this.colEndDateTime.FieldName = "EndDateTime";
     this.colEndDateTime.Name = "colEndDateTime";
     this.colEndDateTime.OptionsColumn.AllowEdit = false;
     this.colEndDateTime.OptionsColumn.ReadOnly = true;
     this.colEndDateTime.Visible = true;
     this.colEndDateTime.VisibleIndex = 4;
     this.colEndDateTime.Width = 65;
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit2.DisplayFormat.FormatString = "hh:mm:ss tt";
     this.repositoryItemTimeEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
     //
     // colDayName
     //
     this.colDayName.Caption = "Day";
     this.colDayName.FieldName = "DayName";
     this.colDayName.Name = "colDayName";
     this.colDayName.OptionsColumn.AllowEdit = false;
     this.colDayName.OptionsColumn.ReadOnly = true;
     this.colDayName.Visible = true;
     this.colDayName.VisibleIndex = 2;
     this.colDayName.Width = 41;
     //
     // colCalendarEventId
     //
     this.colCalendarEventId.Caption = "CalendarEventId";
     this.colCalendarEventId.FieldName = "CalendarEventId";
     this.colCalendarEventId.Name = "colCalendarEventId";
     this.colCalendarEventId.OptionsColumn.AllowEdit = false;
     this.colCalendarEventId.OptionsColumn.ReadOnly = true;
     this.colCalendarEventId.Width = 93;
     //
     // colPaidHours
     //
     this.colPaidHours.Caption = "Paid Hours";
     this.colPaidHours.ColumnEdit = this.repositoryItemSpinEdit2;
     this.colPaidHours.FieldName = "PaidHours";
     this.colPaidHours.Name = "colPaidHours";
     this.colPaidHours.OptionsColumn.AllowEdit = false;
     this.colPaidHours.OptionsColumn.ReadOnly = true;
     this.colPaidHours.SummaryItem.DisplayFormat = "Paid Hours = {0}";
     this.colPaidHours.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colPaidHours.Visible = true;
     this.colPaidHours.VisibleIndex = 10;
     this.colPaidHours.Width = 172;
     //
     // repositoryItemSpinEdit2
     //
     this.repositoryItemSpinEdit2.AutoHeight = false;
     this.repositoryItemSpinEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit2.DisplayFormat.FormatString = "n";
     this.repositoryItemSpinEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemSpinEdit2.Mask.EditMask = "n";
     this.repositoryItemSpinEdit2.Name = "repositoryItemSpinEdit2";
     //
     // colTeacherID
     //
     this.colTeacherID.Caption = "TeacherID";
     this.colTeacherID.FieldName = "TeacherId";
     this.colTeacherID.Name = "colTeacherID";
     this.colTeacherID.OptionsColumn.AllowEdit = false;
     this.colTeacherID.OptionsColumn.ReadOnly = true;
     this.colTeacherID.Width = 62;
     //
     // colInstructorName
     //
     this.colInstructorName.Caption = "Instructor Name";
     this.colInstructorName.FieldName = "InstructorName";
     this.colInstructorName.Name = "colInstructorName";
     this.colInstructorName.OptionsColumn.AllowEdit = false;
     this.colInstructorName.OptionsColumn.ReadOnly = true;
     this.colInstructorName.Visible = true;
     this.colInstructorName.VisibleIndex = 0;
     this.colInstructorName.Width = 113;
     //
     // colScheduledHours
     //
     this.colScheduledHours.Caption = "Scheduled Hours";
     this.colScheduledHours.ColumnEdit = this.repositoryItemSpinEdit1;
     this.colScheduledHours.FieldName = "ScheduledHours";
     this.colScheduledHours.Name = "colScheduledHours";
     this.colScheduledHours.OptionsColumn.AllowEdit = false;
     this.colScheduledHours.OptionsColumn.ReadOnly = true;
     this.colScheduledHours.SummaryItem.DisplayFormat = "Scheduled Hours = {0}";
     this.colScheduledHours.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colScheduledHours.Visible = true;
     this.colScheduledHours.VisibleIndex = 9;
     this.colScheduledHours.Width = 162;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.DisplayFormat.FormatString = "n";
     this.repositoryItemSpinEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemSpinEdit1.Mask.EditMask = "n";
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // colEventDate
     //
     this.colEventDate.Caption = "Date";
     this.colEventDate.ColumnEdit = this.repositoryItemDateEdit2;
     this.colEventDate.FieldName = "StartDateTime";
     this.colEventDate.Name = "colEventDate";
     this.colEventDate.OptionsColumn.AllowEdit = false;
     this.colEventDate.OptionsColumn.ReadOnly = true;
     this.colEventDate.Visible = true;
     this.colEventDate.VisibleIndex = 1;
     this.colEventDate.Width = 45;
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.DisplayFormat.FormatString = "MM/dd/yyyy";
     this.repositoryItemDateEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit2.Mask.EditMask = "MM/dd/yyyy";
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // colHomeworkMinutes
     //
     this.colHomeworkMinutes.Caption = "HomeworkMinutes";
     this.colHomeworkMinutes.FieldName = "HomeworkMinutes";
     this.colHomeworkMinutes.Name = "colHomeworkMinutes";
     this.colHomeworkMinutes.OptionsColumn.AllowEdit = false;
     this.colHomeworkMinutes.OptionsColumn.ReadOnly = true;
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.panelControl2);
     this.pnlBody.Controls.Add(this.panelControl1);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(875, 642);
     this.pnlBody.TabIndex = 1;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.gridControl1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 91);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(875, 551);
     this.panelControl2.TabIndex = 2;
     this.panelControl2.Text = "panelControl2";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.checkEdit2);
     this.panelControl1.Controls.Add(this.checkEdit1);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Controls.Add(this.dateEditEndDate);
     this.panelControl1.Controls.Add(this.dateEditStartDate);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(875, 91);
     this.panelControl1.TabIndex = 1;
     this.panelControl1.Text = "panelControl1";
     //
     // checkEdit2
     //
     this.checkEdit2.Location = new System.Drawing.Point(23, 49);
     this.checkEdit2.Name = "checkEdit2";
     this.checkEdit2.Properties.Caption = "End Date:";
     this.checkEdit2.Size = new System.Drawing.Size(75, 19);
     this.checkEdit2.TabIndex = 12;
     this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(23, 24);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "Start Date:";
     this.checkEdit1.Size = new System.Drawing.Size(75, 19);
     this.checkEdit1.TabIndex = 11;
     this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(305, 24);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(81, 44);
     this.simpleButton1.TabIndex = 10;
     this.simpleButton1.Text = "Search";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // dateEditEndDate
     //
     this.dateEditEndDate.EditValue = new System.DateTime(2007, 3, 22, 7, 25, 31, 171);
     this.dateEditEndDate.Enabled = false;
     this.dateEditEndDate.Location = new System.Drawing.Point(130, 49);
     this.dateEditEndDate.Name = "dateEditEndDate";
     this.dateEditEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditEndDate.Properties.DisplayFormat.FormatString = "D";
     this.dateEditEndDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditEndDate.Size = new System.Drawing.Size(169, 20);
     this.dateEditEndDate.TabIndex = 9;
     //
     // dateEditStartDate
     //
     this.dateEditStartDate.EditValue = new System.DateTime(2007, 3, 22, 7, 25, 23, 234);
     this.dateEditStartDate.Enabled = false;
     this.dateEditStartDate.Location = new System.Drawing.Point(130, 24);
     this.dateEditStartDate.Name = "dateEditStartDate";
     this.dateEditStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditStartDate.Properties.DisplayFormat.FormatString = "D";
     this.dateEditStartDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditStartDate.Size = new System.Drawing.Size(169, 20);
     this.dateEditStartDate.TabIndex = 8;
     //
     // frmInstructorPayroll
     //
     this.ClientSize = new System.Drawing.Size(875, 642);
     this.Controls.Add(this.pnlBody);
     this.Name = "frmInstructorPayroll";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Pay Details By Instructor";
     this.Load += new System.EventHandler(this.frmInstructorPayroll_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEndDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStartDate.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReception));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     this.gcShowColumns = new DevExpress.XtraEditors.GroupControl();
     this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
     this.panel7 = new System.Windows.Forms.Panel();
     this.paDelete = new System.Windows.Forms.Panel();
     this.tbResidue = new DevExpress.XtraEditors.SpinEdit();
     this.tbAmortization = new DevExpress.XtraEditors.SpinEdit();
     this.panel5 = new System.Windows.Forms.Panel();
     this.tbTotalIgv = new DevExpress.XtraEditors.SpinEdit();
     this.tbTotalAmount = new DevExpress.XtraEditors.SpinEdit();
     this.tbSubTotalAmount = new DevExpress.XtraEditors.SpinEdit();
     this.label7 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.gcReception = new DevExpress.XtraGrid.GridControl();
     this.gvReception = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcRec_idrecep_sample_detail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_OrderSample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Description = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repDescription = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gcRec_Idmr_detail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Type_Sample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Procedence = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repProcedence = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gcRec_Code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Cod_interno = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_NameSample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Flag_envelope_sealed = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repEnvelope_sealed = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gcRec_CantKg = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Reject = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Counter_Sample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Days = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Cost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repSelect = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gcDyn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Cod_interno = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Date = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Hour = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Cod_matrix = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Cod_campo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_NameSample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Ubigeo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_UTM = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Num_bottle_plastic = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Num_bottle_glass = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Volumen = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repResult = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repSendReport = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repLink = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repDesLink = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repSample = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.tbFax = new DevExpress.XtraEditors.TextEdit();
     this.tbClientPhone = new DevExpress.XtraEditors.TextEdit();
     this.tbClientRuc = new DevExpress.XtraEditors.TextEdit();
     this.tbClientDomicile = new DevExpress.XtraEditors.TextEdit();
     this.label9 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.cbCompany = new LimsProject.MyLookUpEdit();
     this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
     this.gcContact = new DevExpress.XtraGrid.GridControl();
     this.gvContact = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcCon_Idrecep_company_person = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcCon_Idperson = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcCon_Idcompany = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcCon_Idrecep_sample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcCon_Allname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcCon_Mail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcCon_Person_type = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repPerson_type = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gcCon_Phone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repPhone = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gcCon_Cellphone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repCellPhone = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repNum = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.ckDispatchFax = new DevExpress.XtraEditors.CheckEdit();
     this.ckDispatchPerson = new DevExpress.XtraEditors.CheckEdit();
     this.ckDispatchTransport = new DevExpress.XtraEditors.CheckEdit();
     this.ckDispatchCurier = new DevExpress.XtraEditors.CheckEdit();
     this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
     this.tabOptionRight = new DevExpress.XtraTab.XtraTabControl();
     this.tpRightMethods = new DevExpress.XtraTab.XtraTabPage();
     this.lookUpEdit3 = new DevExpress.XtraEditors.LookUpEdit();
     this.gcMethods = new DevExpress.XtraGrid.GridControl();
     this.gvMethods = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcMet_Cod_template_method = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Cod_element = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Abbreviation = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Name_type_analisys = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Title = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_TypeAnalisys = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Button = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repAddColumn = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gcMet_Cost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Unit1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Unit_Name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Idelement = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Idtemplate_method = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMet_Analisys_time = new DevExpress.XtraGrid.Columns.GridColumn();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     this.tpRightReports = new DevExpress.XtraTab.XtraTabPage();
     this.gcReport = new DevExpress.XtraGrid.GridControl();
     this.gvReport = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcRep_idrecep_sample_report = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRep_order_report = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRep_cod_recep_sample_report = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRep_report_status = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repStatusReport = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gcRep_type_report = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRep_Option = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repReportOption = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gcRep_Str_cod_recep_sample_report = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRep_Date_report = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repDateReport = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repTimeReport = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repTypeReport = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.btMakePartialReport = new DevExpress.XtraEditors.SimpleButton();
     this.btMakeFinalReport = new DevExpress.XtraEditors.SimpleButton();
     this.tpRightAttach = new DevExpress.XtraTab.XtraTabPage();
     this.gcAttachFile = new DevExpress.XtraGrid.GridControl();
     this.gvAttachFile = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcAtt_Iddocument_recep = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAtt_Idrecep_sample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAtt_FileName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repAttach_file = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gcAtt_Attach_status = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repAttach_status = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gcAtt_Buttons = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repButtons = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gcAtt_SourcePath = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAtt_Order_file = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAtt_Idrecep_sample_attach = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.btNewFile = new DevExpress.XtraEditors.SimpleButton();
     this.tpRightProgram = new DevExpress.XtraTab.XtraTabPage();
     this.gcProgram = new DevExpress.XtraGrid.GridControl();
     this.gvProgram = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcProg_Idrecep_sample_program = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcProg_Order_report = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcProg_Cod_recep_sample_program = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcProg_Program_status = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repProgramStatus = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repProgramButton = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gcProg_Date_report = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repDateProgram = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.gcProg_Time_report = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repTimeProgram = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.gcProg_Str_cod_recep_sample_program = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
     this.btProgramSelection = new DevExpress.XtraEditors.SimpleButton();
     this.btPrintTicket = new System.Windows.Forms.Button();
     this.btDesignPrint = new System.Windows.Forms.Button();
     this.deReception = new DevExpress.XtraEditors.DateEdit();
     this.label12 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.deResult = new DevExpress.XtraEditors.DateEdit();
     this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
     this.tabDateRegRecep = new DevExpress.XtraTab.XtraTabPage();
     this.tbNumDays = new DevExpress.XtraEditors.SpinEdit();
     this.deHourResult = new DevExpress.XtraEditors.TimeEdit();
     this.deHourReception = new DevExpress.XtraEditors.TimeEdit();
     this.label27 = new System.Windows.Forms.Label();
     this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
     this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
     this.btReportClient = new System.Windows.Forms.Button();
     this.txIdrecep_sample = new DevExpress.XtraEditors.TextEdit();
     this.label25 = new System.Windows.Forms.Label();
     this.cbTypeSample = new LimsProject.MyLookUpEdit();
     this.label26 = new System.Windows.Forms.Label();
     this.ofdRecepFileAttach = new System.Windows.Forms.OpenFileDialog();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.label14 = new System.Windows.Forms.Label();
     this.tbAdministrativeExpense = new DevExpress.XtraEditors.SpinEdit();
     this.tbCod_recep_sample = new DevExpress.XtraEditors.TextEdit();
     this.ucSignReception = new LimsProject.UcSign();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.panel9 = new System.Windows.Forms.Panel();
     this.panel11 = new System.Windows.Forms.Panel();
     this.paTypeSample = new System.Windows.Forms.Panel();
     this.paCodRegisterRecep = new System.Windows.Forms.Panel();
     this.ucTitleRegisterRecep = new LimsProject.UcTitle();
     this.ucToolStrip1 = new LimsProject.UcToolStrip();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.ucGenerarA = new LimsProject.UcGenerar();
     this.ucGenerarDesde = new LimsProject.UcGenerar();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.xtraTabControl3 = new DevExpress.XtraTab.XtraTabControl();
     this.tpMuestras = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
     this.tpAnexos = new DevExpress.XtraTab.XtraTabPage();
     this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
     this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
     this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
     this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
     this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
     this.timeEdit1 = new DevExpress.XtraEditors.TimeEdit();
     this.label17 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
     this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.textEdit5 = new DevExpress.XtraEditors.TextEdit();
     this.label21 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.tpReject = new DevExpress.XtraTab.XtraTabPage();
     this.memoEdit2 = new DevExpress.XtraEditors.MemoEdit();
     this.label20 = new System.Windows.Forms.Label();
     this.gcRejection = new DevExpress.XtraGrid.GridControl();
     this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gcRej_Code = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gcRej_NameSample = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gcRej_Date = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gcRej_Hora = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gcRej_Obs = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gcRej_C1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gcRej_C2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gcRej_C3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gcRej_C4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.tpDecree = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.xtraTabControl4 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
     this.gridDecretos = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcDec_Idmetodo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repMetodo = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gcDec_Parametro = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDec_Unidad_medida = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repUnidadMedida = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gcDec_Result = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDec_Criterio = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repCriterio = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gcDec_Valor1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDec_Valor2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDec_Conclusion = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
     this.memoEdit3 = new DevExpress.XtraEditors.MemoEdit();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
     this.textEdit6 = new DevExpress.XtraEditors.TextEdit();
     this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
     this.memoEdit4 = new DevExpress.XtraEditors.MemoEdit();
     this.label22 = new System.Windows.Forms.Label();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage7 = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.lookUpEdit2 = new DevExpress.XtraEditors.LookUpEdit();
     this.label31 = new System.Windows.Forms.Label();
     this.paTitleSearch.SuspendLayout();
     this.paTopBasicButtons.SuspendLayout();
     this.paTopSearch.SuspendLayout();
     this.paBottomSearch.SuspendLayout();
     this.panel1.SuspendLayout();
     this.paSearchGen.SuspendLayout();
     this.panel2.SuspendLayout();
     this.paInferior.SuspendLayout();
     this.paTitulo.SuspendLayout();
     this.paCentral.SuspendLayout();
     this.paSuperior.SuspendLayout();
     this.thePanelTab1.SuspendLayout();
     this.tpDatos.SuspendLayout();
     this.paSupBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcShowColumns)).BeginInit();
     this.gcShowColumns.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbResidue.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAmortization.Properties)).BeginInit();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbTotalIgv.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTotalAmount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubTotalAmount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcReception)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReception)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDescription)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProcedence)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repEnvelope_sealed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSelect)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repResult)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSendReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLink)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDesLink)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSample)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbFax.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbClientPhone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbClientRuc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbClientDomicile.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbCompany.Properties)).BeginInit();
     this.xtraTabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcContact)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvContact)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repPerson_type)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repPhone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCellPhone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repNum)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckDispatchFax.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckDispatchPerson.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckDispatchTransport.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckDispatchCurier.Properties)).BeginInit();
     this.expandablePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabOptionRight)).BeginInit();
     this.tabOptionRight.SuspendLayout();
     this.tpRightMethods.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcMethods)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvMethods)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repAddColumn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     this.tpRightReports.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repStatusReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repReportOption)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDateReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTimeReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTypeReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.tpRightAttach.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAttachFile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAttachFile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repAttach_file)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repAttach_status)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repButtons)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     this.tpRightProgram.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcProgram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvProgram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProgramStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProgramButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDateProgram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTimeProgram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.deReception.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deResult.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
     this.xtraTabControl2.SuspendLayout();
     this.tabDateRegRecep.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbNumDays.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deHourResult.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deHourReception.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txIdrecep_sample.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTypeSample.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAdministrativeExpense.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCod_recep_sample.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel11.SuspendLayout();
     this.paTypeSample.SuspendLayout();
     this.paCodRegisterRecep.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl3)).BeginInit();
     this.xtraTabControl3.SuspendLayout();
     this.tpMuestras.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
     this.panelControl7.SuspendLayout();
     this.tpAnexos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).BeginInit();
     this.tpReject.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcRejection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit();
     this.tpDecree.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl4)).BeginInit();
     this.xtraTabControl4.SuspendLayout();
     this.xtraTabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridDecretos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repMetodo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repUnidadMedida)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCriterio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     this.panelControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "save.png");
     this.imageList1.Images.SetKeyName(1, "nuevo.png");
     this.imageList1.Images.SetKeyName(2, "eliminar.png");
     this.imageList1.Images.SetKeyName(3, "buscar.png");
     this.imageList1.Images.SetKeyName(4, "salir.png");
     this.imageList1.Images.SetKeyName(5, "cancelar.png");
     this.imageList1.Images.SetKeyName(6, "ok.png");
     this.imageList1.Images.SetKeyName(7, "deshacer.png");
     this.imageList1.Images.SetKeyName(8, "editar.png");
     this.imageList1.Images.SetKeyName(9, "uncheck16x16.png");
     this.imageList1.Images.SetKeyName(10, "check16x16.png");
     this.imageList1.Images.SetKeyName(11, "stock-copy.png");
     this.imageList1.Images.SetKeyName(12, "copy_blusky.png");
     this.imageList1.Images.SetKeyName(13, "copy_price.png");
     //
     // paTitleSearch
     //
     this.paTitleSearch.Size = new System.Drawing.Size(526, 37);
     //
     // label1
     //
     this.label1.Size = new System.Drawing.Size(443, 37);
     this.label1.Text = "Recepción de Muestras - Búsqueda";
     //
     // txtBuscar
     //
     this.txtBuscar.Location = new System.Drawing.Point(774, 56);
     this.txtBuscar.Size = new System.Drawing.Size(40, 21);
     this.txtBuscar.Visible = false;
     //
     // cbCampo
     //
     this.cbCampo.Location = new System.Drawing.Point(872, 56);
     this.cbCampo.Size = new System.Drawing.Size(35, 21);
     this.cbCampo.Visible = false;
     //
     // paTopBasicButtons
     //
     this.paTopBasicButtons.Controls.Add(this.ucGenerarDesde);
     this.paTopBasicButtons.Controls.Add(this.ucGenerarA);
     this.paTopBasicButtons.Controls.Add(this.ucSignReception);
     this.paTopBasicButtons.Size = new System.Drawing.Size(714, 46);
     this.paTopBasicButtons.Controls.SetChildIndex(this.btEliminar2, 0);
     this.paTopBasicButtons.Controls.SetChildIndex(this.btNuevo2, 0);
     this.paTopBasicButtons.Controls.SetChildIndex(this.btGuardar, 0);
     this.paTopBasicButtons.Controls.SetChildIndex(this.ucSignReception, 0);
     this.paTopBasicButtons.Controls.SetChildIndex(this.ucGenerarA, 0);
     this.paTopBasicButtons.Controls.SetChildIndex(this.ucGenerarDesde, 0);
     //
     // btSalir2
     //
     this.btSalir2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btSalir2.FlatAppearance.BorderSize = 0;
     this.btSalir2.Location = new System.Drawing.Point(10, 5);
     this.btSalir2.TabStop = false;
     //
     // btGuardar
     //
     this.btGuardar.Enabled = false;
     this.btGuardar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btGuardar.FlatAppearance.BorderSize = 0;
     this.btGuardar.Location = new System.Drawing.Point(138, 4);
     this.btGuardar.Size = new System.Drawing.Size(62, 25);
     this.btGuardar.Text = "&Firmar";
     this.btGuardar.Visible = false;
     //
     // btNuevo2
     //
     this.btNuevo2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btNuevo2.FlatAppearance.BorderSize = 0;
     this.btNuevo2.Location = new System.Drawing.Point(151, 10);
     this.btNuevo2.Visible = false;
     //
     // btEliminar2
     //
     this.btEliminar2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btEliminar2.FlatAppearance.BorderSize = 0;
     this.btEliminar2.Location = new System.Drawing.Point(138, 21);
     this.btEliminar2.Visible = false;
     //
     // paTopSearch
     //
     this.paTopSearch.Size = new System.Drawing.Size(526, 53);
     //
     // paBottomSearch
     //
     this.paBottomSearch.Location = new System.Drawing.Point(3, 201);
     this.paBottomSearch.Size = new System.Drawing.Size(526, 43);
     this.paBottomSearch.Visible = false;
     //
     // btBuscar
     //
     this.btBuscar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btBuscar.FlatAppearance.BorderSize = 0;
     this.btBuscar.Location = new System.Drawing.Point(12, 2);
     //
     // btEditar
     //
     this.btEditar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btEditar.FlatAppearance.BorderSize = 0;
     //
     // btCancel
     //
     this.btCancel.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btCancel.FlatAppearance.BorderSize = 0;
     //
     // btOk
     //
     this.btOk.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btOk.FlatAppearance.BorderSize = 0;
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(927, 0);
     this.panel1.Size = new System.Drawing.Size(72, 46);
     //
     // btFiltroBuscar
     //
     this.btFiltroBuscar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btFiltroBuscar.FlatAppearance.BorderSize = 0;
     this.btFiltroBuscar.Location = new System.Drawing.Point(495, 17);
     //
     // paSearchGen
     //
     this.paSearchGen.Location = new System.Drawing.Point(5, 2);
     this.paSearchGen.Size = new System.Drawing.Size(930, 49);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(823, 58);
     this.label3.Visible = false;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(656, 52);
     this.label2.Visible = false;
     //
     // paMiddleFind
     //
     this.paMiddleFind.Location = new System.Drawing.Point(3, 93);
     this.paMiddleFind.Size = new System.Drawing.Size(526, 108);
     //
     // panel2
     //
     this.panel2.Dock = System.Windows.Forms.DockStyle.None;
     this.panel2.Size = new System.Drawing.Size(74, 21);
     //
     // paInferior
     //
     this.paInferior.Controls.Add(this.btReportClient);
     this.paInferior.Controls.Add(this.btDesignPrint);
     this.paInferior.Controls.Add(this.btPrintTicket);
     this.paInferior.Location = new System.Drawing.Point(3, 559);
     this.paInferior.Size = new System.Drawing.Size(999, 46);
     this.paInferior.Controls.SetChildIndex(this.panel1, 0);
     this.paInferior.Controls.SetChildIndex(this.paTopBasicButtons, 0);
     this.paInferior.Controls.SetChildIndex(this.btPrintTicket, 0);
     this.paInferior.Controls.SetChildIndex(this.btDesignPrint, 0);
     this.paInferior.Controls.SetChildIndex(this.btReportClient, 0);
     //
     // paTitulo
     //
     this.paTitulo.Controls.Add(this.ucTitleRegisterRecep);
     this.paTitulo.Size = new System.Drawing.Size(999, 27);
     this.paTitulo.Visible = false;
     this.paTitulo.Controls.SetChildIndex(this.panel2, 0);
     this.paTitulo.Controls.SetChildIndex(this.laTitulo, 0);
     this.paTitulo.Controls.SetChildIndex(this.ucTitleRegisterRecep, 0);
     //
     // paCentral
     //
     this.paCentral.Controls.Add(this.panelControl2);
     this.paCentral.Location = new System.Drawing.Point(3, 176);
     this.paCentral.Size = new System.Drawing.Size(999, 383);
     //
     // paSuperior
     //
     this.paSuperior.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.paSuperior.Controls.Add(this.panelControl1);
     this.paSuperior.Location = new System.Drawing.Point(3, 30);
     this.paSuperior.Size = new System.Drawing.Size(999, 146);
     //
     // laTitulo
     //
     this.laTitulo.Dock = System.Windows.Forms.DockStyle.None;
     this.laTitulo.Size = new System.Drawing.Size(602, 27);
     this.laTitulo.Text = "Registro de Recepción";
     //
     // thePanelTab1
     //
     this.thePanelTab1.Location = new System.Drawing.Point(0, 25);
     this.thePanelTab1.Size = new System.Drawing.Size(1013, 637);
     //
     // tpDatos
     //
     this.tpDatos.Size = new System.Drawing.Size(1005, 608);
     //
     // paSupBotones
     //
     this.paSupBotones.Controls.Add(this.ucToolStrip1);
     this.paSupBotones.Padding = new System.Windows.Forms.Padding(0);
     this.paSupBotones.Size = new System.Drawing.Size(1013, 25);
     this.paSupBotones.Visible = true;
     //
     // gcShowColumns
     //
     this.gcShowColumns.Controls.Add(this.checkEdit10);
     this.gcShowColumns.Controls.Add(this.checkEdit9);
     this.gcShowColumns.Location = new System.Drawing.Point(230, 8);
     this.gcShowColumns.Name = "gcShowColumns";
     this.gcShowColumns.Size = new System.Drawing.Size(176, 46);
     this.gcShowColumns.TabIndex = 24;
     this.gcShowColumns.Text = "Mostrar columnas";
     //
     // checkEdit10
     //
     this.checkEdit10.Location = new System.Drawing.Point(96, 21);
     this.checkEdit10.Name = "checkEdit10";
     this.checkEdit10.Properties.Caption = "Métodos";
     this.checkEdit10.Size = new System.Drawing.Size(75, 19);
     this.checkEdit10.TabIndex = 23;
     //
     // checkEdit9
     //
     this.checkEdit9.Location = new System.Drawing.Point(15, 21);
     this.checkEdit9.Name = "checkEdit9";
     this.checkEdit9.Properties.Caption = "Datos";
     this.checkEdit9.Size = new System.Drawing.Size(75, 19);
     this.checkEdit9.TabIndex = 23;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.paDelete);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel7.Location = new System.Drawing.Point(492, 2);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(53, 66);
     this.panel7.TabIndex = 22;
     //
     // paDelete
     //
     this.paDelete.AllowDrop = true;
     this.paDelete.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.paDelete.BackgroundImage = global::LimsProject.Properties.Resources.delete_column;
     this.paDelete.Location = new System.Drawing.Point(19, 2);
     this.paDelete.Name = "paDelete";
     this.paDelete.Size = new System.Drawing.Size(31, 32);
     this.paDelete.TabIndex = 21;
     this.paDelete.DragDrop += new System.Windows.Forms.DragEventHandler(this.paDelete_DragDrop);
     this.paDelete.DragEnter += new System.Windows.Forms.DragEventHandler(this.paDelete_DragEnter);
     //
     // tbResidue
     //
     this.tbResidue.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbResidue.Location = new System.Drawing.Point(82, 25);
     this.tbResidue.Name = "tbResidue";
     this.tbResidue.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon;
     this.tbResidue.Properties.Appearance.Options.UseBackColor = true;
     this.tbResidue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbResidue.Properties.Mask.EditMask = "n2";
     this.tbResidue.Size = new System.Drawing.Size(87, 20);
     this.tbResidue.TabIndex = 17;
     //
     // tbAmortization
     //
     this.tbAmortization.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbAmortization.Location = new System.Drawing.Point(82, 5);
     this.tbAmortization.Name = "tbAmortization";
     this.tbAmortization.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon;
     this.tbAmortization.Properties.Appearance.Options.UseBackColor = true;
     this.tbAmortization.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbAmortization.Properties.Mask.EditMask = "n2";
     this.tbAmortization.Size = new System.Drawing.Size(87, 20);
     this.tbAmortization.TabIndex = 17;
     this.tbAmortization.EditValueChanged += new System.EventHandler(this.tbAmortization_EditValueChanged);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.tbTotalIgv);
     this.panel5.Controls.Add(this.tbTotalAmount);
     this.panel5.Controls.Add(this.tbSubTotalAmount);
     this.panel5.Controls.Add(this.label7);
     this.panel5.Controls.Add(this.label5);
     this.panel5.Controls.Add(this.label4);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel5.Location = new System.Drawing.Point(545, 2);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(152, 66);
     this.panel5.TabIndex = 22;
     //
     // tbTotalIgv
     //
     this.tbTotalIgv.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbTotalIgv.Location = new System.Drawing.Point(58, 23);
     this.tbTotalIgv.Name = "tbTotalIgv";
     this.tbTotalIgv.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon;
     this.tbTotalIgv.Properties.Appearance.Options.UseBackColor = true;
     this.tbTotalIgv.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbTotalIgv.Properties.Mask.EditMask = "n2";
     this.tbTotalIgv.Properties.ReadOnly = true;
     this.tbTotalIgv.Size = new System.Drawing.Size(87, 20);
     this.tbTotalIgv.TabIndex = 17;
     this.tbTotalIgv.TabStop = false;
     //
     // tbTotalAmount
     //
     this.tbTotalAmount.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbTotalAmount.Location = new System.Drawing.Point(58, 43);
     this.tbTotalAmount.Name = "tbTotalAmount";
     this.tbTotalAmount.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon;
     this.tbTotalAmount.Properties.Appearance.Options.UseBackColor = true;
     this.tbTotalAmount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbTotalAmount.Properties.Mask.EditMask = "n2";
     this.tbTotalAmount.Properties.ReadOnly = true;
     this.tbTotalAmount.Size = new System.Drawing.Size(87, 20);
     this.tbTotalAmount.TabIndex = 17;
     this.tbTotalAmount.TabStop = false;
     //
     // tbSubTotalAmount
     //
     this.tbSubTotalAmount.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbSubTotalAmount.Location = new System.Drawing.Point(58, 3);
     this.tbSubTotalAmount.Name = "tbSubTotalAmount";
     this.tbSubTotalAmount.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon;
     this.tbSubTotalAmount.Properties.Appearance.Options.UseBackColor = true;
     this.tbSubTotalAmount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbSubTotalAmount.Properties.Mask.EditMask = "n2";
     this.tbSubTotalAmount.Properties.ReadOnly = true;
     this.tbSubTotalAmount.Size = new System.Drawing.Size(87, 20);
     this.tbSubTotalAmount.TabIndex = 17;
     this.tbSubTotalAmount.TabStop = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(6, 46);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(34, 13);
     this.label7.TabIndex = 16;
     this.label7.Text = "Total:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(6, 26);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(25, 13);
     this.label5.TabIndex = 16;
     this.label5.Text = "Igv:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 6);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(52, 13);
     this.label4.TabIndex = 16;
     this.label4.Text = "Sub total:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(10, 8);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(70, 13);
     this.label13.TabIndex = 16;
     this.label13.Text = "Amortización:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(12, 28);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(37, 13);
     this.label10.TabIndex = 16;
     this.label10.Text = "Saldo:";
     //
     // panel6
     //
     this.panel6.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel6.Location = new System.Drawing.Point(542, 0);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(191, 77);
     this.panel6.TabIndex = 3;
     //
     // gcReception
     //
     this.gcReception.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcReception.EmbeddedNavigator.Buttons.First.Visible = false;
     this.gcReception.EmbeddedNavigator.Buttons.Last.Visible = false;
     this.gcReception.EmbeddedNavigator.Buttons.NextPage.Visible = false;
     this.gcReception.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
     this.gcReception.EmbeddedNavigator.Enabled = false;
     this.gcReception.EmbeddedNavigator.Name = "";
     this.gcReception.Location = new System.Drawing.Point(0, 0);
     this.gcReception.MainView = this.gvReception;
     this.gcReception.Name = "gcReception";
     this.gcReception.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repDescription,
     this.repSelect,
     this.repResult,
     this.repSendReport,
     this.repLink,
     this.repDesLink,
     this.repProcedence,
     this.repSample,
     this.repEnvelope_sealed});
     this.gcReception.Size = new System.Drawing.Size(699, 288);
     this.gcReception.TabIndex = 1;
     this.gcReception.UseEmbeddedNavigator = true;
     this.gcReception.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvReception});
     this.gcReception.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gcReception_MouseDown);
     this.gcReception.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gcReception_MouseMove);
     //
     // gvReception
     //
     this.gvReception.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReception.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvReception.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReception.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvReception.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gvReception.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gvReception.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gvReception.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvReception.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
     this.gvReception.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvReception.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvReception.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gvReception.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gvReception.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gvReception.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.gvReception.Appearance.Empty.Options.UseBackColor = true;
     this.gvReception.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.gvReception.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvReception.Appearance.EvenRow.Options.UseForeColor = true;
     this.gvReception.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReception.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvReception.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReception.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvReception.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gvReception.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gvReception.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.gvReception.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvReception.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.gvReception.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gvReception.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gvReception.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.gvReception.Appearance.FixedLine.Options.UseBackColor = true;
     this.gvReception.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
     this.gvReception.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.FocusedCell.Options.UseBackColor = true;
     this.gvReception.Appearance.FocusedCell.Options.UseForeColor = true;
     this.gvReception.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.gvReception.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.gvReception.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvReception.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gvReception.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReception.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvReception.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReception.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvReception.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gvReception.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gvReception.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gvReception.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReception.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReception.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.GroupButton.Options.UseBackColor = true;
     this.gvReception.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gvReception.Appearance.GroupButton.Options.UseForeColor = true;
     this.gvReception.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReception.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReception.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gvReception.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gvReception.Appearance.GroupFooter.Options.UseForeColor = true;
     this.gvReception.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvReception.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReception.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gvReception.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gvReception.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReception.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReception.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gvReception.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.GroupRow.Options.UseBackColor = true;
     this.gvReception.Appearance.GroupRow.Options.UseBorderColor = true;
     this.gvReception.Appearance.GroupRow.Options.UseFont = true;
     this.gvReception.Appearance.GroupRow.Options.UseForeColor = true;
     this.gvReception.Appearance.HeaderPanel.BackColor = System.Drawing.Color.LightSteelBlue;
     this.gvReception.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.LightSteelBlue;
     this.gvReception.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvReception.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
     this.gvReception.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.gvReception.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvReception.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.gvReception.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvReception.Appearance.HorzLine.Options.UseBackColor = true;
     this.gvReception.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.gvReception.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.OddRow.Options.UseBackColor = true;
     this.gvReception.Appearance.OddRow.Options.UseForeColor = true;
     this.gvReception.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.gvReception.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.gvReception.Appearance.Preview.Options.UseBackColor = true;
     this.gvReception.Appearance.Preview.Options.UseForeColor = true;
     this.gvReception.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.gvReception.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.gvReception.Appearance.Row.Options.UseBackColor = true;
     this.gvReception.Appearance.Row.Options.UseForeColor = true;
     this.gvReception.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.gvReception.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvReception.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
     this.gvReception.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.gvReception.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvReception.Appearance.SelectedRow.Options.UseForeColor = true;
     this.gvReception.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvReception.Appearance.VertLine.Options.UseBackColor = true;
     this.gvReception.ColumnPanelRowHeight = 125;
     this.gvReception.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcRec_idrecep_sample_detail,
     this.gcRec_OrderSample,
     this.gcRec_Description,
     this.gcRec_Idmr_detail,
     this.gcRec_Type_Sample,
     this.gcRec_Procedence,
     this.gcRec_Code,
     this.gcRec_Cod_interno,
     this.gcRec_NameSample,
     this.gcRec_Flag_envelope_sealed,
     this.gcRec_CantKg,
     this.gcRec_Reject,
     this.gcRec_Counter_Sample,
     this.gcRec_Days,
     this.gcRec_Cost,
     this.gcDyn1,
     this.gcDyn2,
     this.gcDyn3,
     this.gcDyn4,
     this.gcDyn5,
     this.gcDyn6,
     this.gcDyn7,
     this.gcDyn8,
     this.gcDyn9,
     this.gcDyn10,
     this.gcDyn11,
     this.gcDyn12,
     this.gcDyn13,
     this.gcDyn14,
     this.gcDyn15,
     this.gcDyn16,
     this.gcDyn17,
     this.gcDyn18,
     this.gcDyn19,
     this.gcDyn20,
     this.gcAgua_Code,
     this.gcAgua_Cod_interno,
     this.gcAgua_Date,
     this.gcAgua_Hour,
     this.gcAgua_Cod_matrix,
     this.gcAgua_Cod_campo,
     this.gcAgua_NameSample,
     this.gcAgua_Ubigeo,
     this.gcAgua_UTM,
     this.gcAgua_Num_bottle_plastic,
     this.gcAgua_Num_bottle_glass,
     this.gcAgua_Volumen});
     this.gvReception.GridControl = this.gcReception;
     this.gvReception.Images = this.imageList1;
     this.gvReception.Name = "gvReception";
     this.gvReception.OptionsCustomization.AllowColumnMoving = false;
     this.gvReception.OptionsCustomization.AllowSort = false;
     this.gvReception.OptionsFilter.AllowColumnMRUFilterList = false;
     this.gvReception.OptionsFilter.AllowMRUFilterList = false;
     this.gvReception.OptionsSelection.MultiSelect = true;
     this.gvReception.OptionsView.ColumnAutoWidth = false;
     this.gvReception.OptionsView.EnableAppearanceEvenRow = true;
     this.gvReception.OptionsView.EnableAppearanceOddRow = true;
     this.gvReception.OptionsView.ShowFilterPanel = false;
     this.gvReception.OptionsView.ShowGroupPanel = false;
     this.gvReception.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gvReception_CustomDrawColumnHeader);
     this.gvReception.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvReception_RowCellStyle);
     this.gvReception.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gvReception_InitNewRow);
     this.gvReception.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvReception_FocusedRowChanged);
     this.gvReception.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvReception_CellValueChanging);
     this.gvReception.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gvReception_KeyDown);
     this.gvReception.Click += new System.EventHandler(this.gvReception_Click);
     this.gvReception.RowCountChanged += new System.EventHandler(this.gvReception_RowCountChanged);
     //
     // gcRec_idrecep_sample_detail
     //
     this.gcRec_idrecep_sample_detail.Caption = "gridColumn1";
     this.gcRec_idrecep_sample_detail.FieldName = "Idrecep_sample_detail";
     this.gcRec_idrecep_sample_detail.Name = "gcRec_idrecep_sample_detail";
     //
     // gcRec_OrderSample
     //
     this.gcRec_OrderSample.Caption = "N°";
     this.gcRec_OrderSample.FieldName = "Order_sample";
     this.gcRec_OrderSample.Name = "gcRec_OrderSample";
     this.gcRec_OrderSample.OptionsColumn.AllowEdit = false;
     this.gcRec_OrderSample.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gcRec_OrderSample.Visible = true;
     this.gcRec_OrderSample.VisibleIndex = 0;
     this.gcRec_OrderSample.Width = 32;
     //
     // gcRec_Description
     //
     this.gcRec_Description.Caption = "Descripción";
     this.gcRec_Description.ColumnEdit = this.repDescription;
     this.gcRec_Description.FieldName = "Cod_des_sample";
     this.gcRec_Description.Name = "gcRec_Description";
     this.gcRec_Description.Visible = true;
     this.gcRec_Description.VisibleIndex = 1;
     this.gcRec_Description.Width = 108;
     //
     // repDescription
     //
     this.repDescription.AutoHeight = false;
     serializableAppearanceObject1.BackColor = System.Drawing.Color.Transparent;
     serializableAppearanceObject1.BackColor2 = System.Drawing.Color.Transparent;
     serializableAppearanceObject1.BorderColor = System.Drawing.Color.Transparent;
     serializableAppearanceObject1.Options.UseBackColor = true;
     serializableAppearanceObject1.Options.UseBorderColor = true;
     this.repDescription.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, global::LimsProject.Properties.Resources.copiar, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1)});
     this.repDescription.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_des_sample", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Description")});
     this.repDescription.DisplayMember = "Description";
     this.repDescription.Name = "repDescription";
     this.repDescription.NullText = "Seleccionar";
     this.repDescription.ShowHeader = false;
     this.repDescription.ValueMember = "Cod_des_sample";
     this.repDescription.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repDescription_ButtonClick);
     this.repDescription.EditValueChanged += new System.EventHandler(this.repDescription_EditValueChanged);
     //
     // gcRec_Idmr_detail
     //
     this.gcRec_Idmr_detail.Caption = "Idmr_detail";
     this.gcRec_Idmr_detail.FieldName = "Idmr_detail";
     this.gcRec_Idmr_detail.Name = "gcRec_Idmr_detail";
     //
     // gcRec_Type_Sample
     //
     this.gcRec_Type_Sample.Caption = "Tipo de Muestra";
     this.gcRec_Type_Sample.FieldName = "Cod_type_sample";
     this.gcRec_Type_Sample.Name = "gcRec_Type_Sample";
     this.gcRec_Type_Sample.Width = 125;
     //
     // gcRec_Procedence
     //
     this.gcRec_Procedence.Caption = "Procedencia";
     this.gcRec_Procedence.ColumnEdit = this.repProcedence;
     this.gcRec_Procedence.FieldName = "Procedence";
     this.gcRec_Procedence.Name = "gcRec_Procedence";
     this.gcRec_Procedence.Visible = true;
     this.gcRec_Procedence.VisibleIndex = 2;
     this.gcRec_Procedence.Width = 113;
     //
     // repProcedence
     //
     this.repProcedence.AutoHeight = false;
     this.repProcedence.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, global::LimsProject.Properties.Resources.copiar)});
     this.repProcedence.Name = "repProcedence";
     this.repProcedence.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repProcedence_ButtonClick);
     //
     // gcRec_Code
     //
     this.gcRec_Code.Caption = "Código";
     this.gcRec_Code.FieldName = "Cod_sample";
     this.gcRec_Code.Name = "gcRec_Code";
     this.gcRec_Code.OptionsColumn.AllowEdit = false;
     this.gcRec_Code.Visible = true;
     this.gcRec_Code.VisibleIndex = 3;
     this.gcRec_Code.Width = 82;
     //
     // gcRec_Cod_interno
     //
     this.gcRec_Cod_interno.Caption = "Cod_interno";
     this.gcRec_Cod_interno.FieldName = "Cod_interno";
     this.gcRec_Cod_interno.Name = "gcRec_Cod_interno";
     //
     // gcRec_NameSample
     //
     this.gcRec_NameSample.Caption = "Nombre ";
     this.gcRec_NameSample.FieldName = "Name_sample";
     this.gcRec_NameSample.Name = "gcRec_NameSample";
     this.gcRec_NameSample.Visible = true;
     this.gcRec_NameSample.VisibleIndex = 4;
     this.gcRec_NameSample.Width = 114;
     //
     // gcRec_Flag_envelope_sealed
     //
     this.gcRec_Flag_envelope_sealed.Caption = "Sobre sellado";
     this.gcRec_Flag_envelope_sealed.ColumnEdit = this.repEnvelope_sealed;
     this.gcRec_Flag_envelope_sealed.FieldName = "Flag_envelope_sealed";
     this.gcRec_Flag_envelope_sealed.Name = "gcRec_Flag_envelope_sealed";
     this.gcRec_Flag_envelope_sealed.Visible = true;
     this.gcRec_Flag_envelope_sealed.VisibleIndex = 5;
     this.gcRec_Flag_envelope_sealed.Width = 41;
     //
     // repEnvelope_sealed
     //
     this.repEnvelope_sealed.AutoHeight = false;
     this.repEnvelope_sealed.Name = "repEnvelope_sealed";
     //
     // gcRec_CantKg
     //
     this.gcRec_CantKg.Caption = "Cant (kg)";
     this.gcRec_CantKg.FieldName = "Amount_weight";
     this.gcRec_CantKg.Name = "gcRec_CantKg";
     this.gcRec_CantKg.Visible = true;
     this.gcRec_CantKg.VisibleIndex = 6;
     this.gcRec_CantKg.Width = 52;
     //
     // gcRec_Reject
     //
     this.gcRec_Reject.Caption = "Rechazo";
     this.gcRec_Reject.FieldName = "Flag_reject";
     this.gcRec_Reject.ImageIndex = 9;
     this.gcRec_Reject.Name = "gcRec_Reject";
     this.gcRec_Reject.Visible = true;
     this.gcRec_Reject.VisibleIndex = 7;
     this.gcRec_Reject.Width = 50;
     //
     // gcRec_Counter_Sample
     //
     this.gcRec_Counter_Sample.Caption = "Contramuestra";
     this.gcRec_Counter_Sample.FieldName = "Flag_counter_sample";
     this.gcRec_Counter_Sample.Name = "gcRec_Counter_Sample";
     this.gcRec_Counter_Sample.Visible = true;
     this.gcRec_Counter_Sample.VisibleIndex = 8;
     this.gcRec_Counter_Sample.Width = 50;
     //
     // gcRec_Days
     //
     this.gcRec_Days.Caption = "Entrega(dias)";
     this.gcRec_Days.FieldName = "Analisys_time";
     this.gcRec_Days.Name = "gcRec_Days";
     this.gcRec_Days.Width = 41;
     //
     // gcRec_Cost
     //
     this.gcRec_Cost.Caption = "Costo";
     this.gcRec_Cost.FieldName = "Cost_sample";
     this.gcRec_Cost.Name = "gcRec_Cost";
     this.gcRec_Cost.Visible = true;
     this.gcRec_Cost.VisibleIndex = 9;
     this.gcRec_Cost.Width = 50;
     //
     // gcDyn1
     //
     this.gcDyn1.Caption = "gridColumn1";
     this.gcDyn1.ColumnEdit = this.repSelect;
     this.gcDyn1.FieldName = "rec1";
     this.gcDyn1.Name = "gcDyn1";
     this.gcDyn1.Width = 40;
     //
     // repSelect
     //
     this.repSelect.AutoHeight = false;
     this.repSelect.Name = "repSelect";
     //
     // gcDyn2
     //
     this.gcDyn2.Caption = "gridColumn2";
     this.gcDyn2.ColumnEdit = this.repSelect;
     this.gcDyn2.FieldName = "rec2";
     this.gcDyn2.Name = "gcDyn2";
     this.gcDyn2.Width = 40;
     //
     // gcDyn3
     //
     this.gcDyn3.Caption = "gridColumn3";
     this.gcDyn3.ColumnEdit = this.repSelect;
     this.gcDyn3.FieldName = "rec3";
     this.gcDyn3.Name = "gcDyn3";
     this.gcDyn3.Width = 35;
     //
     // gcDyn4
     //
     this.gcDyn4.Caption = "gridColumn4";
     this.gcDyn4.ColumnEdit = this.repSelect;
     this.gcDyn4.FieldName = "rec4";
     this.gcDyn4.Name = "gcDyn4";
     this.gcDyn4.Width = 35;
     //
     // gcDyn5
     //
     this.gcDyn5.Caption = "gridColumn5";
     this.gcDyn5.ColumnEdit = this.repSelect;
     this.gcDyn5.FieldName = "rec5";
     this.gcDyn5.Name = "gcDyn5";
     this.gcDyn5.Width = 35;
     //
     // gcDyn6
     //
     this.gcDyn6.Caption = "gridColumn6";
     this.gcDyn6.ColumnEdit = this.repSelect;
     this.gcDyn6.FieldName = "rec6";
     this.gcDyn6.Name = "gcDyn6";
     this.gcDyn6.Width = 35;
     //
     // gcDyn7
     //
     this.gcDyn7.Caption = "gridColumn7";
     this.gcDyn7.ColumnEdit = this.repSelect;
     this.gcDyn7.FieldName = "rec7";
     this.gcDyn7.Name = "gcDyn7";
     this.gcDyn7.Width = 35;
     //
     // gcDyn8
     //
     this.gcDyn8.Caption = "gridColumn8";
     this.gcDyn8.ColumnEdit = this.repSelect;
     this.gcDyn8.FieldName = "rec8";
     this.gcDyn8.Name = "gcDyn8";
     this.gcDyn8.Width = 35;
     //
     // gcDyn9
     //
     this.gcDyn9.Caption = "gridColumn9";
     this.gcDyn9.ColumnEdit = this.repSelect;
     this.gcDyn9.FieldName = "rec9";
     this.gcDyn9.Name = "gcDyn9";
     this.gcDyn9.Width = 35;
     //
     // gcDyn10
     //
     this.gcDyn10.Caption = "gridColumn10";
     this.gcDyn10.ColumnEdit = this.repSelect;
     this.gcDyn10.FieldName = "rec10";
     this.gcDyn10.Name = "gcDyn10";
     this.gcDyn10.Width = 35;
     //
     // gcDyn11
     //
     this.gcDyn11.Caption = "gridColumn11";
     this.gcDyn11.ColumnEdit = this.repSelect;
     this.gcDyn11.FieldName = "rec11";
     this.gcDyn11.Name = "gcDyn11";
     this.gcDyn11.Width = 35;
     //
     // gcDyn12
     //
     this.gcDyn12.Caption = "gridColumn12";
     this.gcDyn12.ColumnEdit = this.repSelect;
     this.gcDyn12.FieldName = "rec12";
     this.gcDyn12.Name = "gcDyn12";
     this.gcDyn12.Width = 35;
     //
     // gcDyn13
     //
     this.gcDyn13.Caption = "gridColumn13";
     this.gcDyn13.ColumnEdit = this.repSelect;
     this.gcDyn13.FieldName = "rec13";
     this.gcDyn13.Name = "gcDyn13";
     this.gcDyn13.Width = 35;
     //
     // gcDyn14
     //
     this.gcDyn14.Caption = "gridColumn14";
     this.gcDyn14.ColumnEdit = this.repSelect;
     this.gcDyn14.FieldName = "rec14";
     this.gcDyn14.Name = "gcDyn14";
     this.gcDyn14.Width = 35;
     //
     // gcDyn15
     //
     this.gcDyn15.Caption = "gridColumn15";
     this.gcDyn15.ColumnEdit = this.repSelect;
     this.gcDyn15.FieldName = "rec15";
     this.gcDyn15.Name = "gcDyn15";
     this.gcDyn15.Width = 35;
     //
     // gcDyn16
     //
     this.gcDyn16.Caption = "gridColumn16";
     this.gcDyn16.ColumnEdit = this.repSelect;
     this.gcDyn16.FieldName = "rec16";
     this.gcDyn16.Name = "gcDyn16";
     this.gcDyn16.Width = 35;
     //
     // gcDyn17
     //
     this.gcDyn17.Caption = "gridColumn17";
     this.gcDyn17.ColumnEdit = this.repSelect;
     this.gcDyn17.FieldName = "rec17";
     this.gcDyn17.Name = "gcDyn17";
     this.gcDyn17.Width = 35;
     //
     // gcDyn18
     //
     this.gcDyn18.Caption = "gridColumn18";
     this.gcDyn18.ColumnEdit = this.repSelect;
     this.gcDyn18.FieldName = "rec18";
     this.gcDyn18.Name = "gcDyn18";
     this.gcDyn18.Width = 35;
     //
     // gcDyn19
     //
     this.gcDyn19.Caption = "gridColumn19";
     this.gcDyn19.ColumnEdit = this.repSelect;
     this.gcDyn19.FieldName = "rec19";
     this.gcDyn19.Name = "gcDyn19";
     this.gcDyn19.Width = 35;
     //
     // gcDyn20
     //
     this.gcDyn20.Caption = "gridColumn20";
     this.gcDyn20.ColumnEdit = this.repSelect;
     this.gcDyn20.FieldName = "rec20";
     this.gcDyn20.Name = "gcDyn20";
     this.gcDyn20.Width = 35;
     //
     // gcAgua_Code
     //
     this.gcAgua_Code.Caption = "Código";
     this.gcAgua_Code.Name = "gcAgua_Code";
     //
     // gcAgua_Cod_interno
     //
     this.gcAgua_Cod_interno.Caption = "Cod_interno";
     this.gcAgua_Cod_interno.Name = "gcAgua_Cod_interno";
     //
     // gcAgua_Date
     //
     this.gcAgua_Date.Caption = "Fecha";
     this.gcAgua_Date.Name = "gcAgua_Date";
     //
     // gcAgua_Hour
     //
     this.gcAgua_Hour.Caption = "Hora";
     this.gcAgua_Hour.Name = "gcAgua_Hour";
     //
     // gcAgua_Cod_matrix
     //
     this.gcAgua_Cod_matrix.Caption = "Matriz";
     this.gcAgua_Cod_matrix.Name = "gcAgua_Cod_matrix";
     //
     // gcAgua_Cod_campo
     //
     this.gcAgua_Cod_campo.Caption = "Código de campo";
     this.gcAgua_Cod_campo.Name = "gcAgua_Cod_campo";
     //
     // gcAgua_NameSample
     //
     this.gcAgua_NameSample.Caption = "Nombre de muestra";
     this.gcAgua_NameSample.Name = "gcAgua_NameSample";
     //
     // gcAgua_Ubigeo
     //
     this.gcAgua_Ubigeo.Caption = "Zona, Urb, AAHH / Dist. / Prov. / Depart.";
     this.gcAgua_Ubigeo.Name = "gcAgua_Ubigeo";
     //
     // gcAgua_UTM
     //
     this.gcAgua_UTM.Caption = "Punto de muestreo y/o coordenadas UTM ";
     this.gcAgua_UTM.Name = "gcAgua_UTM";
     //
     // gcAgua_Num_bottle_plastic
     //
     this.gcAgua_Num_bottle_plastic.Caption = "N°Frascos de vidrio";
     this.gcAgua_Num_bottle_plastic.Name = "gcAgua_Num_bottle_plastic";
     //
     // gcAgua_Num_bottle_glass
     //
     this.gcAgua_Num_bottle_glass.Caption = "N°Frascos de plastico";
     this.gcAgua_Num_bottle_glass.Name = "gcAgua_Num_bottle_glass";
     //
     // gcAgua_Volumen
     //
     this.gcAgua_Volumen.Caption = "Volumen (L)";
     this.gcAgua_Volumen.Name = "gcAgua_Volumen";
     //
     // repResult
     //
     this.repResult.AutoHeight = false;
     this.repResult.Name = "repResult";
     //
     // repSendReport
     //
     this.repSendReport.AutoHeight = false;
     this.repSendReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Right)});
     this.repSendReport.Name = "repSendReport";
     //
     // repLink
     //
     this.repLink.AutoHeight = false;
     this.repLink.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, global::LimsProject.Properties.Resources.attach2)});
     this.repLink.Name = "repLink";
     this.repLink.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repLink_ButtonClick);
     //
     // repDesLink
     //
     this.repDesLink.AutoHeight = false;
     this.repDesLink.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repDesLink.Name = "repDesLink";
     //
     // repSample
     //
     this.repSample.AutoHeight = false;
     this.repSample.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repSample.Name = "repSample";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.xtraTabControl1.Appearance.Options.UseBackColor = true;
     this.xtraTabControl1.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243)))));
     this.xtraTabControl1.AppearancePage.Header.BorderColor = System.Drawing.Color.White;
     this.xtraTabControl1.AppearancePage.Header.Options.UseBackColor = true;
     this.xtraTabControl1.AppearancePage.Header.Options.UseBorderColor = true;
     this.xtraTabControl1.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue;
     this.xtraTabControl1.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro;
     this.xtraTabControl1.AppearancePage.HeaderActive.Options.UseBackColor = true;
     this.xtraTabControl1.AppearancePage.HeaderActive.Options.UseBorderColor = true;
     this.xtraTabControl1.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro;
     this.xtraTabControl1.AppearancePage.PageClient.Options.UseBorderColor = true;
     this.xtraTabControl1.Location = new System.Drawing.Point(11, 29);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.PaintStyleName = "PropertyView";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage3;
     this.xtraTabControl1.Size = new System.Drawing.Size(534, 114);
     this.xtraTabControl1.TabIndex = 4;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage3,
     this.xtraTabPage6,
     this.xtraTabPage1});
     this.xtraTabControl1.Text = "Anexos";
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.tbFax);
     this.xtraTabPage3.Controls.Add(this.tbClientPhone);
     this.xtraTabPage3.Controls.Add(this.tbClientRuc);
     this.xtraTabPage3.Controls.Add(this.tbClientDomicile);
     this.xtraTabPage3.Controls.Add(this.label9);
     this.xtraTabPage3.Controls.Add(this.label28);
     this.xtraTabPage3.Controls.Add(this.label11);
     this.xtraTabPage3.Controls.Add(this.label8);
     this.xtraTabPage3.Controls.Add(this.label6);
     this.xtraTabPage3.Controls.Add(this.cbCompany);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(532, 93);
     this.xtraTabPage3.Text = "Cliente";
     //
     // tbFax
     //
     this.tbFax.Location = new System.Drawing.Point(176, 54);
     this.tbFax.Name = "tbFax";
     this.tbFax.Properties.Mask.EditMask = "\\+\\d\\d(\\(\\d{1,3}\\))\\d{1,10}";
     this.tbFax.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.tbFax.Size = new System.Drawing.Size(74, 20);
     this.tbFax.TabIndex = 6;
     //
     // tbClientPhone
     //
     this.tbClientPhone.Location = new System.Drawing.Point(66, 54);
     this.tbClientPhone.Name = "tbClientPhone";
     this.tbClientPhone.Properties.Mask.EditMask = "\\+\\d\\d(\\(\\d{1,3}\\))\\d{1,10}";
     this.tbClientPhone.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.tbClientPhone.Size = new System.Drawing.Size(74, 20);
     this.tbClientPhone.TabIndex = 6;
     //
     // tbClientRuc
     //
     this.tbClientRuc.Location = new System.Drawing.Point(367, 12);
     this.tbClientRuc.Name = "tbClientRuc";
     this.tbClientRuc.Properties.Mask.EditMask = "\\d{0,11}";
     this.tbClientRuc.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.tbClientRuc.Size = new System.Drawing.Size(123, 20);
     this.tbClientRuc.TabIndex = 3;
     //
     // tbClientDomicile
     //
     this.tbClientDomicile.Location = new System.Drawing.Point(66, 33);
     this.tbClientDomicile.Name = "tbClientDomicile";
     this.tbClientDomicile.Size = new System.Drawing.Size(424, 20);
     this.tbClientDomicile.TabIndex = 4;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(331, 15);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(30, 13);
     this.label9.TabIndex = 9;
     this.label9.Text = "Ruc:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(143, 57);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(27, 13);
     this.label28.TabIndex = 9;
     this.label28.Text = "Fax:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(11, 57);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(25, 13);
     this.label11.TabIndex = 9;
     this.label11.Text = "Tel:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(11, 36);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(52, 13);
     this.label8.TabIndex = 9;
     this.label8.Text = "Domicilio:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(11, 15);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(47, 13);
     this.label6.TabIndex = 9;
     this.label6.Text = "Nombre:";
     //
     // cbCompany
     //
     this.cbCompany.Location = new System.Drawing.Point(66, 12);
     this.cbCompany.Name = "cbCompany";
     this.cbCompany.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbCompany.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idcompany", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Business_name")});
     this.cbCompany.Properties.NullText = "Seleccionar";
     this.cbCompany.Properties.ShowFooter = false;
     this.cbCompany.Properties.ShowHeader = false;
     this.cbCompany.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbCompany.Size = new System.Drawing.Size(259, 20);
     this.cbCompany.TabIndex = 2;
     this.cbCompany.ProcessNewValue += new DevExpress.XtraEditors.Controls.ProcessNewValueEventHandler(this.cbClientName_ProcessNewValue);
     this.cbCompany.EditValueChanged += new System.EventHandler(this.cbClientName_EditValueChanged);
     //
     // xtraTabPage6
     //
     this.xtraTabPage6.Controls.Add(this.gcContact);
     this.xtraTabPage6.Name = "xtraTabPage6";
     this.xtraTabPage6.Size = new System.Drawing.Size(532, 93);
     this.xtraTabPage6.Text = "Contactos";
     //
     // gcContact
     //
     this.gcContact.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcContact.EmbeddedNavigator.Buttons.First.Visible = false;
     this.gcContact.EmbeddedNavigator.Buttons.Last.Visible = false;
     this.gcContact.EmbeddedNavigator.Buttons.Next.Visible = false;
     this.gcContact.EmbeddedNavigator.Buttons.NextPage.Visible = false;
     this.gcContact.EmbeddedNavigator.Buttons.Prev.Visible = false;
     this.gcContact.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
     this.gcContact.EmbeddedNavigator.Name = "";
     this.gcContact.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gcContact.Location = new System.Drawing.Point(0, 0);
     this.gcContact.MainView = this.gvContact;
     this.gcContact.Name = "gcContact";
     this.gcContact.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repPerson_type,
     this.repNum,
     this.repCellPhone,
     this.repPhone});
     this.gcContact.Size = new System.Drawing.Size(532, 93);
     this.gcContact.TabIndex = 0;
     this.gcContact.UseEmbeddedNavigator = true;
     this.gcContact.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvContact});
     //
     // gvContact
     //
     this.gvContact.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcCon_Idrecep_company_person,
     this.gcCon_Idperson,
     this.gcCon_Idcompany,
     this.gcCon_Idrecep_sample,
     this.gcCon_Allname,
     this.gcCon_Mail,
     this.gcCon_Person_type,
     this.gcCon_Phone,
     this.gcCon_Cellphone});
     this.gvContact.GridControl = this.gcContact;
     this.gvContact.Name = "gvContact";
     this.gvContact.OptionsView.ShowGroupPanel = false;
     this.gvContact.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gvContact_InitNewRow);
     //
     // gcCon_Idrecep_company_person
     //
     this.gcCon_Idrecep_company_person.Caption = "Idrecep_company_person";
     this.gcCon_Idrecep_company_person.FieldName = "Idrecep_company_person";
     this.gcCon_Idrecep_company_person.Name = "gcCon_Idrecep_company_person";
     //
     // gcCon_Idperson
     //
     this.gcCon_Idperson.Caption = "Idperson";
     this.gcCon_Idperson.FieldName = "Idperson";
     this.gcCon_Idperson.Name = "gcCon_Idperson";
     //
     // gcCon_Idcompany
     //
     this.gcCon_Idcompany.Caption = "Idcompany";
     this.gcCon_Idcompany.FieldName = "Idcompany";
     this.gcCon_Idcompany.Name = "gcCon_Idcompany";
     //
     // gcCon_Idrecep_sample
     //
     this.gcCon_Idrecep_sample.Caption = "Idrecep_sample";
     this.gcCon_Idrecep_sample.FieldName = "Idrecep_sample";
     this.gcCon_Idrecep_sample.Name = "gcCon_Idrecep_sample";
     //
     // gcCon_Allname
     //
     this.gcCon_Allname.Caption = "Nombre";
     this.gcCon_Allname.FieldName = "Allname";
     this.gcCon_Allname.Name = "gcCon_Allname";
     this.gcCon_Allname.Visible = true;
     this.gcCon_Allname.VisibleIndex = 0;
     this.gcCon_Allname.Width = 152;
     //
     // gcCon_Mail
     //
     this.gcCon_Mail.Caption = "Email";
     this.gcCon_Mail.FieldName = "Mail";
     this.gcCon_Mail.Name = "gcCon_Mail";
     this.gcCon_Mail.Visible = true;
     this.gcCon_Mail.VisibleIndex = 1;
     this.gcCon_Mail.Width = 122;
     //
     // gcCon_Person_type
     //
     this.gcCon_Person_type.Caption = "Tipo";
     this.gcCon_Person_type.ColumnEdit = this.repPerson_type;
     this.gcCon_Person_type.FieldName = "Person_type";
     this.gcCon_Person_type.Name = "gcCon_Person_type";
     this.gcCon_Person_type.Visible = true;
     this.gcCon_Person_type.VisibleIndex = 2;
     this.gcCon_Person_type.Width = 64;
     //
     // repPerson_type
     //
     this.repPerson_type.AutoHeight = false;
     this.repPerson_type.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repPerson_type.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name")});
     this.repPerson_type.Name = "repPerson_type";
     this.repPerson_type.NullText = "";
     this.repPerson_type.ShowFooter = false;
     this.repPerson_type.ShowHeader = false;
     //
     // gcCon_Phone
     //
     this.gcCon_Phone.Caption = "Teléfono";
     this.gcCon_Phone.ColumnEdit = this.repPhone;
     this.gcCon_Phone.FieldName = "Phone";
     this.gcCon_Phone.Name = "gcCon_Phone";
     this.gcCon_Phone.Visible = true;
     this.gcCon_Phone.VisibleIndex = 3;
     this.gcCon_Phone.Width = 85;
     //
     // repPhone
     //
     this.repPhone.AutoHeight = false;
     this.repPhone.Mask.EditMask = "\\+\\d\\d(\\(\\d{1,2}\\))\\d{1,10}";
     this.repPhone.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.repPhone.Name = "repPhone";
     //
     // gcCon_Cellphone
     //
     this.gcCon_Cellphone.Caption = "Celular";
     this.gcCon_Cellphone.ColumnEdit = this.repCellPhone;
     this.gcCon_Cellphone.FieldName = "Cellphone";
     this.gcCon_Cellphone.Name = "gcCon_Cellphone";
     this.gcCon_Cellphone.Visible = true;
     this.gcCon_Cellphone.VisibleIndex = 4;
     this.gcCon_Cellphone.Width = 88;
     //
     // repCellPhone
     //
     this.repCellPhone.AutoHeight = false;
     this.repCellPhone.Mask.EditMask = "(\\(\\d{1,3}\\))?\\d{1,3}-\\d{1,3}-\\d{1,6}";
     this.repCellPhone.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.repCellPhone.Name = "repCellPhone";
     //
     // repNum
     //
     this.repNum.AutoHeight = false;
     this.repNum.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.repNum.IsFloatValue = false;
     this.repNum.Mask.EditMask = "N00";
     this.repNum.Name = "repNum";
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.ckDispatchFax);
     this.xtraTabPage1.Controls.Add(this.ckDispatchPerson);
     this.xtraTabPage1.Controls.Add(this.ckDispatchTransport);
     this.xtraTabPage1.Controls.Add(this.ckDispatchCurier);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(532, 93);
     this.xtraTabPage1.Text = "Envío";
     //
     // ckDispatchFax
     //
     this.ckDispatchFax.Location = new System.Drawing.Point(141, 15);
     this.ckDispatchFax.Name = "ckDispatchFax";
     this.ckDispatchFax.Properties.Caption = "Fax";
     this.ckDispatchFax.Size = new System.Drawing.Size(107, 18);
     this.ckDispatchFax.TabIndex = 0;
     //
     // ckDispatchPerson
     //
     this.ckDispatchPerson.Location = new System.Drawing.Point(20, 15);
     this.ckDispatchPerson.Name = "ckDispatchPerson";
     this.ckDispatchPerson.Properties.Caption = "Personal";
     this.ckDispatchPerson.Size = new System.Drawing.Size(75, 18);
     this.ckDispatchPerson.TabIndex = 0;
     this.ckDispatchPerson.CheckedChanged += new System.EventHandler(this.ckDispatchPerson_CheckedChanged);
     //
     // ckDispatchTransport
     //
     this.ckDispatchTransport.Location = new System.Drawing.Point(20, 53);
     this.ckDispatchTransport.Name = "ckDispatchTransport";
     this.ckDispatchTransport.Properties.Caption = "Emp. Transporte";
     this.ckDispatchTransport.Size = new System.Drawing.Size(107, 18);
     this.ckDispatchTransport.TabIndex = 0;
     this.ckDispatchTransport.CheckedChanged += new System.EventHandler(this.ckDispatchTransport_CheckedChanged);
     //
     // ckDispatchCurier
     //
     this.ckDispatchCurier.Location = new System.Drawing.Point(20, 34);
     this.ckDispatchCurier.Name = "ckDispatchCurier";
     this.ckDispatchCurier.Properties.Caption = "Curier";
     this.ckDispatchCurier.Size = new System.Drawing.Size(75, 18);
     this.ckDispatchCurier.TabIndex = 0;
     this.ckDispatchCurier.CheckedChanged += new System.EventHandler(this.ckDispatchCurier_CheckedChanged);
     //
     // expandablePanel1
     //
     this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.LeftToRight;
     this.expandablePanel1.Controls.Add(this.tabOptionRight);
     this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.expandablePanel1.Location = new System.Drawing.Point(699, 0);
     this.expandablePanel1.Name = "expandablePanel1";
     this.expandablePanel1.Size = new System.Drawing.Size(294, 358);
     this.expandablePanel1.TabIndex = 2;
     this.expandablePanel1.Text = "expandablePanel1";
     this.expandablePanel1.TitleText = "Métodos";
     //
     // tabOptionRight
     //
     this.tabOptionRight.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.tabOptionRight.Appearance.Options.UseBackColor = true;
     this.tabOptionRight.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243)))));
     this.tabOptionRight.AppearancePage.Header.BorderColor = System.Drawing.Color.White;
     this.tabOptionRight.AppearancePage.Header.Options.UseBackColor = true;
     this.tabOptionRight.AppearancePage.Header.Options.UseBorderColor = true;
     this.tabOptionRight.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue;
     this.tabOptionRight.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro;
     this.tabOptionRight.AppearancePage.HeaderActive.Options.UseBackColor = true;
     this.tabOptionRight.AppearancePage.HeaderActive.Options.UseBorderColor = true;
     this.tabOptionRight.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro;
     this.tabOptionRight.AppearancePage.PageClient.Options.UseBorderColor = true;
     this.tabOptionRight.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabOptionRight.Location = new System.Drawing.Point(0, 26);
     this.tabOptionRight.Name = "tabOptionRight";
     this.tabOptionRight.PaintStyleName = "PropertyView";
     this.tabOptionRight.SelectedTabPage = this.tpRightMethods;
     this.tabOptionRight.Size = new System.Drawing.Size(294, 332);
     this.tabOptionRight.TabIndex = 5;
     this.tabOptionRight.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tpRightMethods,
     this.tpRightReports,
     this.tpRightAttach,
     this.tpRightProgram});
     this.tabOptionRight.Text = "Adjuntos";
     this.tabOptionRight.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabOptionRight_SelectedPageChanged);
     //
     // tpRightMethods
     //
     this.tpRightMethods.Controls.Add(this.lookUpEdit3);
     this.tpRightMethods.Controls.Add(this.gcMethods);
     this.tpRightMethods.Controls.Add(this.textEdit1);
     this.tpRightMethods.Name = "tpRightMethods";
     this.tpRightMethods.Size = new System.Drawing.Size(292, 311);
     this.tpRightMethods.Text = "Métodos";
     //
     // lookUpEdit3
     //
     this.lookUpEdit3.Location = new System.Drawing.Point(452, 55);
     this.lookUpEdit3.Name = "lookUpEdit3";
     this.lookUpEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit3.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IDTypePost", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Den_Type_Post")});
     this.lookUpEdit3.Properties.NullText = "Seleccionar";
     this.lookUpEdit3.Properties.ShowFooter = false;
     this.lookUpEdit3.Properties.ShowHeader = false;
     this.lookUpEdit3.Size = new System.Drawing.Size(100, 20);
     this.lookUpEdit3.TabIndex = 1;
     //
     // gcMethods
     //
     this.gcMethods.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcMethods.EmbeddedNavigator.Name = "";
     this.gcMethods.Location = new System.Drawing.Point(0, 0);
     this.gcMethods.MainView = this.gvMethods;
     this.gcMethods.Name = "gcMethods";
     this.gcMethods.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repAddColumn});
     this.gcMethods.Size = new System.Drawing.Size(292, 311);
     this.gcMethods.TabIndex = 1;
     this.gcMethods.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvMethods});
     //
     // gvMethods
     //
     this.gvMethods.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvMethods.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvMethods.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gvMethods.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gvMethods.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gvMethods.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvMethods.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
     this.gvMethods.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvMethods.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvMethods.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gvMethods.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gvMethods.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gvMethods.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.gvMethods.Appearance.Empty.Options.UseBackColor = true;
     this.gvMethods.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvMethods.Appearance.EvenRow.Options.UseForeColor = true;
     this.gvMethods.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvMethods.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvMethods.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gvMethods.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gvMethods.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.gvMethods.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvMethods.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.gvMethods.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gvMethods.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gvMethods.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.gvMethods.Appearance.FixedLine.Options.UseBackColor = true;
     this.gvMethods.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
     this.gvMethods.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.FocusedCell.Options.UseBackColor = true;
     this.gvMethods.Appearance.FocusedCell.Options.UseForeColor = true;
     this.gvMethods.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.gvMethods.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.gvMethods.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvMethods.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gvMethods.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvMethods.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvMethods.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gvMethods.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gvMethods.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gvMethods.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvMethods.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvMethods.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.GroupButton.Options.UseBackColor = true;
     this.gvMethods.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gvMethods.Appearance.GroupButton.Options.UseForeColor = true;
     this.gvMethods.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvMethods.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvMethods.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gvMethods.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gvMethods.Appearance.GroupFooter.Options.UseForeColor = true;
     this.gvMethods.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvMethods.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gvMethods.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gvMethods.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvMethods.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvMethods.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gvMethods.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.GroupRow.Options.UseBackColor = true;
     this.gvMethods.Appearance.GroupRow.Options.UseBorderColor = true;
     this.gvMethods.Appearance.GroupRow.Options.UseFont = true;
     this.gvMethods.Appearance.GroupRow.Options.UseForeColor = true;
     this.gvMethods.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvMethods.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvMethods.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F);
     this.gvMethods.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvMethods.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvMethods.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gvMethods.Appearance.HeaderPanel.Options.UseFont = true;
     this.gvMethods.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.gvMethods.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
     this.gvMethods.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.gvMethods.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvMethods.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.gvMethods.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvMethods.Appearance.HorzLine.Options.UseBackColor = true;
     this.gvMethods.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.gvMethods.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.OddRow.Options.UseBackColor = true;
     this.gvMethods.Appearance.OddRow.Options.UseForeColor = true;
     this.gvMethods.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.gvMethods.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.gvMethods.Appearance.Preview.Options.UseBackColor = true;
     this.gvMethods.Appearance.Preview.Options.UseForeColor = true;
     this.gvMethods.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.gvMethods.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 8F);
     this.gvMethods.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.gvMethods.Appearance.Row.Options.UseBackColor = true;
     this.gvMethods.Appearance.Row.Options.UseFont = true;
     this.gvMethods.Appearance.Row.Options.UseForeColor = true;
     this.gvMethods.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.gvMethods.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvMethods.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.gvMethods.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.gvMethods.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvMethods.Appearance.SelectedRow.Options.UseForeColor = true;
     this.gvMethods.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvMethods.Appearance.VertLine.Options.UseBackColor = true;
     this.gvMethods.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcMet_Cod_template_method,
     this.gcMet_Cod_element,
     this.gcMet_Abbreviation,
     this.gcMet_Name_type_analisys,
     this.gcMet_Title,
     this.gcMet_TypeAnalisys,
     this.gcMet_Button,
     this.gcMet_Cost,
     this.gcMet_Unit1,
     this.gcMet_Unit_Name,
     this.gcMet_Idelement,
     this.gcMet_Idtemplate_method,
     this.gcMet_Analisys_time});
     this.gvMethods.GridControl = this.gcMethods;
     this.gvMethods.GroupCount = 1;
     this.gvMethods.Name = "gvMethods";
     this.gvMethods.OptionsBehavior.AutoExpandAllGroups = true;
     this.gvMethods.OptionsView.ColumnAutoWidth = false;
     this.gvMethods.OptionsView.EnableAppearanceEvenRow = true;
     this.gvMethods.OptionsView.EnableAppearanceOddRow = true;
     this.gvMethods.OptionsView.ShowGroupPanel = false;
     this.gvMethods.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcMet_TypeAnalisys, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gcMet_Cod_template_method
     //
     this.gcMet_Cod_template_method.Caption = "Cod.";
     this.gcMet_Cod_template_method.FieldName = "Cod_template_method";
     this.gcMet_Cod_template_method.Name = "gcMet_Cod_template_method";
     this.gcMet_Cod_template_method.OptionsColumn.ReadOnly = true;
     this.gcMet_Cod_template_method.Visible = true;
     this.gcMet_Cod_template_method.VisibleIndex = 1;
     this.gcMet_Cod_template_method.Width = 50;
     //
     // gcMet_Cod_element
     //
     this.gcMet_Cod_element.Caption = "Elemento";
     this.gcMet_Cod_element.FieldName = "Cod_element";
     this.gcMet_Cod_element.Name = "gcMet_Cod_element";
     this.gcMet_Cod_element.OptionsColumn.ReadOnly = true;
     this.gcMet_Cod_element.Visible = true;
     this.gcMet_Cod_element.VisibleIndex = 2;
     //
     // gcMet_Abbreviation
     //
     this.gcMet_Abbreviation.Caption = "Abreviación";
     this.gcMet_Abbreviation.FieldName = "Abbreviation";
     this.gcMet_Abbreviation.Name = "gcMet_Abbreviation";
     this.gcMet_Abbreviation.OptionsColumn.ReadOnly = true;
     this.gcMet_Abbreviation.Visible = true;
     this.gcMet_Abbreviation.VisibleIndex = 3;
     this.gcMet_Abbreviation.Width = 60;
     //
     // gcMet_Name_type_analisys
     //
     this.gcMet_Name_type_analisys.Caption = "Tipo de Análisis";
     this.gcMet_Name_type_analisys.FieldName = "Name_type_analisys";
     this.gcMet_Name_type_analisys.Name = "gcMet_Name_type_analisys";
     this.gcMet_Name_type_analisys.Visible = true;
     this.gcMet_Name_type_analisys.VisibleIndex = 5;
     //
     // gcMet_Title
     //
     this.gcMet_Title.Caption = "Título";
     this.gcMet_Title.FieldName = "Title";
     this.gcMet_Title.Name = "gcMet_Title";
     this.gcMet_Title.OptionsColumn.ReadOnly = true;
     this.gcMet_Title.Visible = true;
     this.gcMet_Title.VisibleIndex = 4;
     this.gcMet_Title.Width = 135;
     //
     // gcMet_TypeAnalisys
     //
     this.gcMet_TypeAnalisys.Caption = "Tipo de análisis";
     this.gcMet_TypeAnalisys.FieldName = "Name_type_analisys";
     this.gcMet_TypeAnalisys.Name = "gcMet_TypeAnalisys";
     //
     // gcMet_Button
     //
     this.gcMet_Button.Caption = "#";
     this.gcMet_Button.ColumnEdit = this.repAddColumn;
     this.gcMet_Button.Name = "gcMet_Button";
     this.gcMet_Button.Visible = true;
     this.gcMet_Button.VisibleIndex = 0;
     this.gcMet_Button.Width = 52;
     //
     // repAddColumn
     //
     this.repAddColumn.AutoHeight = false;
     this.repAddColumn.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Left)});
     this.repAddColumn.Name = "repAddColumn";
     this.repAddColumn.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repAddColumn.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repAddColumn_ButtonClick);
     //
     // gcMet_Cost
     //
     this.gcMet_Cost.Caption = "Cost";
     this.gcMet_Cost.FieldName = "Cost_method";
     this.gcMet_Cost.Name = "gcMet_Cost";
     //
     // gcMet_Unit1
     //
     this.gcMet_Unit1.Caption = "Unit";
     this.gcMet_Unit1.FieldName = "Idunit_result";
     this.gcMet_Unit1.Name = "gcMet_Unit1";
     //
     // gcMet_Unit_Name
     //
     this.gcMet_Unit_Name.Caption = "Name_unit";
     this.gcMet_Unit_Name.FieldName = "Name_unit";
     this.gcMet_Unit_Name.Name = "gcMet_Unit_Name";
     //
     // gcMet_Idelement
     //
     this.gcMet_Idelement.Caption = "Idelement";
     this.gcMet_Idelement.FieldName = "Idelement";
     this.gcMet_Idelement.Name = "gcMet_Idelement";
     //
     // gcMet_Idtemplate_method
     //
     this.gcMet_Idtemplate_method.Caption = "idtemplate_method";
     this.gcMet_Idtemplate_method.FieldName = "Idtemplate_method";
     this.gcMet_Idtemplate_method.Name = "gcMet_Idtemplate_method";
     //
     // gcMet_Analisys_time
     //
     this.gcMet_Analisys_time.Caption = "Analysis_time";
     this.gcMet_Analisys_time.FieldName = "Analisys_time";
     this.gcMet_Analisys_time.Name = "gcMet_Analisys_time";
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(452, 9);
     this.textEdit1.Name = "textEdit1";
     this.textEdit1.Size = new System.Drawing.Size(100, 20);
     this.textEdit1.TabIndex = 3;
     //
     // tpRightReports
     //
     this.tpRightReports.Controls.Add(this.gcReport);
     this.tpRightReports.Controls.Add(this.groupControl1);
     this.tpRightReports.Name = "tpRightReports";
     this.tpRightReports.PageVisible = false;
     this.tpRightReports.Size = new System.Drawing.Size(292, 0);
     this.tpRightReports.Text = "Informes";
     //
     // gcReport
     //
     this.gcReport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcReport.EmbeddedNavigator.Name = "";
     this.gcReport.Location = new System.Drawing.Point(0, 53);
     this.gcReport.MainView = this.gvReport;
     this.gcReport.Name = "gcReport";
     this.gcReport.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repReportOption,
     this.repStatusReport,
     this.repDateReport,
     this.repTimeReport,
     this.repTypeReport});
     this.gcReport.Size = new System.Drawing.Size(292, 0);
     this.gcReport.TabIndex = 2;
     this.gcReport.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvReport});
     //
     // gvReport
     //
     this.gvReport.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvReport.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvReport.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gvReport.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gvReport.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gvReport.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvReport.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
     this.gvReport.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvReport.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvReport.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gvReport.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gvReport.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gvReport.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.gvReport.Appearance.Empty.Options.UseBackColor = true;
     this.gvReport.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvReport.Appearance.EvenRow.Options.UseForeColor = true;
     this.gvReport.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvReport.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvReport.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gvReport.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gvReport.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.gvReport.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvReport.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.gvReport.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gvReport.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gvReport.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.gvReport.Appearance.FixedLine.Options.UseBackColor = true;
     this.gvReport.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
     this.gvReport.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.FocusedCell.Options.UseBackColor = true;
     this.gvReport.Appearance.FocusedCell.Options.UseForeColor = true;
     this.gvReport.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.gvReport.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.gvReport.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvReport.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gvReport.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvReport.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvReport.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gvReport.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gvReport.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gvReport.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReport.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReport.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.GroupButton.Options.UseBackColor = true;
     this.gvReport.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gvReport.Appearance.GroupButton.Options.UseForeColor = true;
     this.gvReport.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReport.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReport.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gvReport.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gvReport.Appearance.GroupFooter.Options.UseForeColor = true;
     this.gvReport.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvReport.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gvReport.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gvReport.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReport.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvReport.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gvReport.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.GroupRow.Options.UseBackColor = true;
     this.gvReport.Appearance.GroupRow.Options.UseBorderColor = true;
     this.gvReport.Appearance.GroupRow.Options.UseFont = true;
     this.gvReport.Appearance.GroupRow.Options.UseForeColor = true;
     this.gvReport.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvReport.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvReport.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvReport.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvReport.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gvReport.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.gvReport.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
     this.gvReport.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.gvReport.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvReport.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.gvReport.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvReport.Appearance.HorzLine.Options.UseBackColor = true;
     this.gvReport.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.gvReport.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.OddRow.Options.UseBackColor = true;
     this.gvReport.Appearance.OddRow.Options.UseForeColor = true;
     this.gvReport.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.gvReport.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.gvReport.Appearance.Preview.Options.UseBackColor = true;
     this.gvReport.Appearance.Preview.Options.UseForeColor = true;
     this.gvReport.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.gvReport.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.gvReport.Appearance.Row.Options.UseBackColor = true;
     this.gvReport.Appearance.Row.Options.UseForeColor = true;
     this.gvReport.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.gvReport.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvReport.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.gvReport.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.gvReport.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvReport.Appearance.SelectedRow.Options.UseForeColor = true;
     this.gvReport.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvReport.Appearance.VertLine.Options.UseBackColor = true;
     this.gvReport.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcRep_idrecep_sample_report,
     this.gcRep_order_report,
     this.gcRep_cod_recep_sample_report,
     this.gcRep_report_status,
     this.gcRep_type_report,
     this.gcRep_Option,
     this.gcRep_Str_cod_recep_sample_report,
     this.gcRep_Date_report});
     this.gvReport.GridControl = this.gcReport;
     this.gvReport.Name = "gvReport";
     this.gvReport.OptionsView.EnableAppearanceEvenRow = true;
     this.gvReport.OptionsView.EnableAppearanceOddRow = true;
     this.gvReport.OptionsView.ShowGroupPanel = false;
     this.gvReport.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvReport_RowCellStyle);
     this.gvReport.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gvReport_InitNewRow);
     this.gvReport.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvReport_FocusedRowChanged);
     //
     // gcRep_idrecep_sample_report
     //
     this.gcRep_idrecep_sample_report.Caption = "idrecep_sample_report";
     this.gcRep_idrecep_sample_report.FieldName = "Idrecep_sample_report";
     this.gcRep_idrecep_sample_report.Name = "gcRep_idrecep_sample_report";
     //
     // gcRep_order_report
     //
     this.gcRep_order_report.Caption = "N°";
     this.gcRep_order_report.FieldName = "Order_report";
     this.gcRep_order_report.Name = "gcRep_order_report";
     this.gcRep_order_report.OptionsColumn.AllowEdit = false;
     this.gcRep_order_report.OptionsFilter.AllowAutoFilter = false;
     this.gcRep_order_report.OptionsFilter.AllowFilter = false;
     this.gcRep_order_report.Visible = true;
     this.gcRep_order_report.VisibleIndex = 0;
     this.gcRep_order_report.Width = 23;
     //
     // gcRep_cod_recep_sample_report
     //
     this.gcRep_cod_recep_sample_report.Caption = "Código";
     this.gcRep_cod_recep_sample_report.FieldName = "Cod_recep_sample_report";
     this.gcRep_cod_recep_sample_report.Name = "gcRep_cod_recep_sample_report";
     this.gcRep_cod_recep_sample_report.OptionsColumn.AllowEdit = false;
     this.gcRep_cod_recep_sample_report.Width = 66;
     //
     // gcRep_report_status
     //
     this.gcRep_report_status.Caption = "Estado";
     this.gcRep_report_status.ColumnEdit = this.repStatusReport;
     this.gcRep_report_status.FieldName = "Report_status";
     this.gcRep_report_status.Name = "gcRep_report_status";
     this.gcRep_report_status.OptionsColumn.AllowEdit = false;
     this.gcRep_report_status.Visible = true;
     this.gcRep_report_status.VisibleIndex = 2;
     this.gcRep_report_status.Width = 74;
     //
     // repStatusReport
     //
     this.repStatusReport.AutoHeight = false;
     this.repStatusReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repStatusReport.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IdStatus"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Den_Status")});
     this.repStatusReport.Name = "repStatusReport";
     this.repStatusReport.NullText = "";
     this.repStatusReport.ShowFooter = false;
     this.repStatusReport.ShowHeader = false;
     //
     // gcRep_type_report
     //
     this.gcRep_type_report.Caption = "type_report";
     this.gcRep_type_report.FieldName = "Type_report";
     this.gcRep_type_report.Name = "gcRep_type_report";
     this.gcRep_type_report.Width = 69;
     //
     // gcRep_Option
     //
     this.gcRep_Option.Caption = "#";
     this.gcRep_Option.ColumnEdit = this.repReportOption;
     this.gcRep_Option.Name = "gcRep_Option";
     this.gcRep_Option.Visible = true;
     this.gcRep_Option.VisibleIndex = 3;
     this.gcRep_Option.Width = 81;
     //
     // repReportOption
     //
     this.repReportOption.AutoHeight = false;
     serializableAppearanceObject2.Font = new System.Drawing.Font("Tahoma", 7.5F);
     serializableAppearanceObject2.Options.UseFont = true;
     this.repReportOption.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "ver", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "edit", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.repReportOption.Name = "repReportOption";
     this.repReportOption.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repReportOption.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repReportOption_ButtonClick);
     //
     // gcRep_Str_cod_recep_sample_report
     //
     this.gcRep_Str_cod_recep_sample_report.Caption = "Cod. Interno";
     this.gcRep_Str_cod_recep_sample_report.FieldName = "Str_cod_recep_sample_report";
     this.gcRep_Str_cod_recep_sample_report.Name = "gcRep_Str_cod_recep_sample_report";
     this.gcRep_Str_cod_recep_sample_report.OptionsColumn.AllowEdit = false;
     this.gcRep_Str_cod_recep_sample_report.Visible = true;
     this.gcRep_Str_cod_recep_sample_report.VisibleIndex = 1;
     this.gcRep_Str_cod_recep_sample_report.Width = 123;
     //
     // gcRep_Date_report
     //
     this.gcRep_Date_report.Caption = "Date_report";
     this.gcRep_Date_report.FieldName = "Date_report";
     this.gcRep_Date_report.Name = "gcRep_Date_report";
     this.gcRep_Date_report.Width = 62;
     //
     // repDateReport
     //
     this.repDateReport.AutoHeight = false;
     this.repDateReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repDateReport.Name = "repDateReport";
     //
     // repTimeReport
     //
     this.repTimeReport.AutoHeight = false;
     this.repTimeReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repTimeReport.Name = "repTimeReport";
     //
     // repTypeReport
     //
     this.repTypeReport.AutoHeight = false;
     this.repTypeReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repTypeReport.Name = "repTypeReport";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.btMakePartialReport);
     this.groupControl1.Controls.Add(this.btMakeFinalReport);
     this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(292, 53);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text = "Crear Informe de Ensayo";
     //
     // btMakePartialReport
     //
     this.btMakePartialReport.AllowDrop = true;
     this.btMakePartialReport.Appearance.Options.UseTextOptions = true;
     this.btMakePartialReport.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btMakePartialReport.Location = new System.Drawing.Point(5, 23);
     this.btMakePartialReport.Name = "btMakePartialReport";
     this.btMakePartialReport.Size = new System.Drawing.Size(90, 25);
     this.btMakePartialReport.TabIndex = 0;
     this.btMakePartialReport.Text = "Informe Parcial";
     this.btMakePartialReport.Click += new System.EventHandler(this.btMakePartialReport_Click);
     //
     // btMakeFinalReport
     //
     this.btMakeFinalReport.AllowDrop = true;
     this.btMakeFinalReport.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btMakeFinalReport.Appearance.Options.UseForeColor = true;
     this.btMakeFinalReport.Appearance.Options.UseTextOptions = true;
     this.btMakeFinalReport.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btMakeFinalReport.Location = new System.Drawing.Point(101, 23);
     this.btMakeFinalReport.Name = "btMakeFinalReport";
     this.btMakeFinalReport.Size = new System.Drawing.Size(90, 25);
     this.btMakeFinalReport.TabIndex = 0;
     this.btMakeFinalReport.Text = "Informe Final";
     this.btMakeFinalReport.Click += new System.EventHandler(this.btMakeFinalReport_Click);
     //
     // tpRightAttach
     //
     this.tpRightAttach.Controls.Add(this.gcAttachFile);
     this.tpRightAttach.Controls.Add(this.groupControl2);
     this.tpRightAttach.Name = "tpRightAttach";
     this.tpRightAttach.PageVisible = false;
     this.tpRightAttach.Size = new System.Drawing.Size(292, 0);
     this.tpRightAttach.Text = "Adjuntar";
     //
     // gcAttachFile
     //
     this.gcAttachFile.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAttachFile.EmbeddedNavigator.Name = "";
     this.gcAttachFile.Location = new System.Drawing.Point(0, 53);
     this.gcAttachFile.MainView = this.gvAttachFile;
     this.gcAttachFile.Name = "gcAttachFile";
     this.gcAttachFile.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repButtons,
     this.repAttach_status,
     this.repAttach_file});
     this.gcAttachFile.Size = new System.Drawing.Size(292, 0);
     this.gcAttachFile.TabIndex = 4;
     this.gcAttachFile.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAttachFile});
     //
     // gvAttachFile
     //
     this.gvAttachFile.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvAttachFile.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvAttachFile.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gvAttachFile.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvAttachFile.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
     this.gvAttachFile.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvAttachFile.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvAttachFile.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gvAttachFile.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.gvAttachFile.Appearance.Empty.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.EvenRow.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvAttachFile.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvAttachFile.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gvAttachFile.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvAttachFile.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.gvAttachFile.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.gvAttachFile.Appearance.FixedLine.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
     this.gvAttachFile.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.FocusedCell.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.FocusedCell.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.gvAttachFile.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.gvAttachFile.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvAttachFile.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvAttachFile.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gvAttachFile.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvAttachFile.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvAttachFile.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.GroupButton.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gvAttachFile.Appearance.GroupButton.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvAttachFile.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvAttachFile.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gvAttachFile.Appearance.GroupFooter.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvAttachFile.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvAttachFile.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvAttachFile.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gvAttachFile.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.GroupRow.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.GroupRow.Options.UseBorderColor = true;
     this.gvAttachFile.Appearance.GroupRow.Options.UseFont = true;
     this.gvAttachFile.Appearance.GroupRow.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvAttachFile.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvAttachFile.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvAttachFile.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gvAttachFile.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
     this.gvAttachFile.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.gvAttachFile.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvAttachFile.Appearance.HorzLine.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.gvAttachFile.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.OddRow.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.OddRow.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.gvAttachFile.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.gvAttachFile.Appearance.Preview.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.Preview.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.gvAttachFile.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.gvAttachFile.Appearance.Row.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.Row.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.gvAttachFile.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
     this.gvAttachFile.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.gvAttachFile.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvAttachFile.Appearance.SelectedRow.Options.UseForeColor = true;
     this.gvAttachFile.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvAttachFile.Appearance.VertLine.Options.UseBackColor = true;
     this.gvAttachFile.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcAtt_Iddocument_recep,
     this.gcAtt_Idrecep_sample,
     this.gcAtt_FileName,
     this.gcAtt_Attach_status,
     this.gcAtt_Buttons,
     this.gcAtt_SourcePath,
     this.gcAtt_Order_file,
     this.gcAtt_Idrecep_sample_attach});
     this.gvAttachFile.GridControl = this.gcAttachFile;
     this.gvAttachFile.Name = "gvAttachFile";
     this.gvAttachFile.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvAttachFile.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.gvAttachFile.OptionsView.EnableAppearanceEvenRow = true;
     this.gvAttachFile.OptionsView.EnableAppearanceOddRow = true;
     this.gvAttachFile.OptionsView.ShowGroupPanel = false;
     this.gvAttachFile.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvAttachFile_RowCellStyle);
     //
     // gcAtt_Iddocument_recep
     //
     this.gcAtt_Iddocument_recep.Caption = "Iddocument_recep";
     this.gcAtt_Iddocument_recep.FieldName = "Iddocument_recep";
     this.gcAtt_Iddocument_recep.Name = "gcAtt_Iddocument_recep";
     //
     // gcAtt_Idrecep_sample
     //
     this.gcAtt_Idrecep_sample.Caption = "gridColumn1";
     this.gcAtt_Idrecep_sample.FieldName = "Idrecep_sample";
     this.gcAtt_Idrecep_sample.Name = "gcAtt_Idrecep_sample";
     //
     // gcAtt_FileName
     //
     this.gcAtt_FileName.Caption = "Adjuntar Documento";
     this.gcAtt_FileName.ColumnEdit = this.repAttach_file;
     this.gcAtt_FileName.FieldName = "Name_file";
     this.gcAtt_FileName.Name = "gcAtt_FileName";
     this.gcAtt_FileName.Visible = true;
     this.gcAtt_FileName.VisibleIndex = 0;
     this.gcAtt_FileName.Width = 142;
     //
     // repAttach_file
     //
     this.repAttach_file.AutoHeight = false;
     serializableAppearanceObject3.Font = new System.Drawing.Font("Tahoma", 7.5F);
     serializableAppearanceObject3.Options.UseFont = true;
     this.repAttach_file.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Cargar", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3)});
     this.repAttach_file.Name = "repAttach_file";
     this.repAttach_file.NullText = "";
     //
     // gcAtt_Attach_status
     //
     this.gcAtt_Attach_status.Caption = "Estado";
     this.gcAtt_Attach_status.ColumnEdit = this.repAttach_status;
     this.gcAtt_Attach_status.FieldName = "Attach_status";
     this.gcAtt_Attach_status.Name = "gcAtt_Attach_status";
     this.gcAtt_Attach_status.Visible = true;
     this.gcAtt_Attach_status.VisibleIndex = 1;
     this.gcAtt_Attach_status.Width = 99;
     //
     // repAttach_status
     //
     this.repAttach_status.AutoHeight = false;
     this.repAttach_status.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repAttach_status.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Attach_status")});
     this.repAttach_status.Name = "repAttach_status";
     this.repAttach_status.NullText = "";
     this.repAttach_status.ShowFooter = false;
     this.repAttach_status.ShowHeader = false;
     //
     // gcAtt_Buttons
     //
     this.gcAtt_Buttons.Caption = "#";
     this.gcAtt_Buttons.ColumnEdit = this.repButtons;
     this.gcAtt_Buttons.Name = "gcAtt_Buttons";
     this.gcAtt_Buttons.Visible = true;
     this.gcAtt_Buttons.VisibleIndex = 2;
     this.gcAtt_Buttons.Width = 49;
     //
     // repButtons
     //
     this.repButtons.AutoHeight = false;
     serializableAppearanceObject4.Font = new System.Drawing.Font("Tahoma", 7.5F);
     serializableAppearanceObject4.Options.UseFont = true;
     this.repButtons.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "ver", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4)});
     this.repButtons.Name = "repButtons";
     this.repButtons.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repButtons.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repButtons_ButtonClick);
     //
     // gcAtt_SourcePath
     //
     this.gcAtt_SourcePath.Caption = "Source path";
     this.gcAtt_SourcePath.FieldName = "Source_path";
     this.gcAtt_SourcePath.Name = "gcAtt_SourcePath";
     //
     // gcAtt_Order_file
     //
     this.gcAtt_Order_file.Caption = "Order_file";
     this.gcAtt_Order_file.FieldName = "Order_file";
     this.gcAtt_Order_file.Name = "gcAtt_Order_file";
     //
     // gcAtt_Idrecep_sample_attach
     //
     this.gcAtt_Idrecep_sample_attach.Caption = "Idrecep_sample_attach";
     this.gcAtt_Idrecep_sample_attach.FieldName = "Idrecep_sample_attach";
     this.gcAtt_Idrecep_sample_attach.Name = "gcAtt_Idrecep_sample_attach";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.btNewFile);
     this.groupControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControl2.Location = new System.Drawing.Point(0, 0);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(292, 53);
     this.groupControl2.TabIndex = 3;
     this.groupControl2.Text = "Adjuntar a partir de un archivo";
     //
     // btNewFile
     //
     this.btNewFile.AllowDrop = true;
     this.btNewFile.Appearance.Options.UseTextOptions = true;
     this.btNewFile.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btNewFile.Location = new System.Drawing.Point(5, 22);
     this.btNewFile.Name = "btNewFile";
     this.btNewFile.Size = new System.Drawing.Size(56, 25);
     this.btNewFile.TabIndex = 0;
     this.btNewFile.Text = "Nuevo";
     this.btNewFile.Click += new System.EventHandler(this.btNewFile_Click);
     //
     // tpRightProgram
     //
     this.tpRightProgram.Controls.Add(this.gcProgram);
     this.tpRightProgram.Controls.Add(this.groupControl3);
     this.tpRightProgram.Name = "tpRightProgram";
     this.tpRightProgram.PageVisible = false;
     this.tpRightProgram.Size = new System.Drawing.Size(292, 0);
     this.tpRightProgram.Text = "Programar";
     //
     // gcProgram
     //
     this.gcProgram.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcProgram.EmbeddedNavigator.Name = "";
     this.gcProgram.Location = new System.Drawing.Point(0, 53);
     this.gcProgram.MainView = this.gvProgram;
     this.gcProgram.Name = "gcProgram";
     this.gcProgram.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repProgramButton,
     this.repProgramStatus,
     this.repDateProgram,
     this.repTimeProgram});
     this.gcProgram.Size = new System.Drawing.Size(292, 0);
     this.gcProgram.TabIndex = 4;
     this.gcProgram.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvProgram});
     //
     // gvProgram
     //
     this.gvProgram.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvProgram.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvProgram.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gvProgram.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gvProgram.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gvProgram.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvProgram.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
     this.gvProgram.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gvProgram.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvProgram.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gvProgram.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gvProgram.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gvProgram.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.gvProgram.Appearance.Empty.Options.UseBackColor = true;
     this.gvProgram.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvProgram.Appearance.EvenRow.Options.UseForeColor = true;
     this.gvProgram.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvProgram.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvProgram.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gvProgram.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gvProgram.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.gvProgram.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvProgram.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.gvProgram.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gvProgram.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gvProgram.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.gvProgram.Appearance.FixedLine.Options.UseBackColor = true;
     this.gvProgram.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
     this.gvProgram.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.FocusedCell.Options.UseBackColor = true;
     this.gvProgram.Appearance.FocusedCell.Options.UseForeColor = true;
     this.gvProgram.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.gvProgram.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.gvProgram.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvProgram.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gvProgram.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvProgram.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvProgram.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gvProgram.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gvProgram.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gvProgram.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvProgram.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvProgram.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.GroupButton.Options.UseBackColor = true;
     this.gvProgram.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gvProgram.Appearance.GroupButton.Options.UseForeColor = true;
     this.gvProgram.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvProgram.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvProgram.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gvProgram.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gvProgram.Appearance.GroupFooter.Options.UseForeColor = true;
     this.gvProgram.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gvProgram.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gvProgram.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gvProgram.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvProgram.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gvProgram.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gvProgram.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.GroupRow.Options.UseBackColor = true;
     this.gvProgram.Appearance.GroupRow.Options.UseBorderColor = true;
     this.gvProgram.Appearance.GroupRow.Options.UseFont = true;
     this.gvProgram.Appearance.GroupRow.Options.UseForeColor = true;
     this.gvProgram.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gvProgram.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gvProgram.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gvProgram.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvProgram.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gvProgram.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.gvProgram.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
     this.gvProgram.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.gvProgram.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvProgram.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.gvProgram.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvProgram.Appearance.HorzLine.Options.UseBackColor = true;
     this.gvProgram.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.gvProgram.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.OddRow.Options.UseBackColor = true;
     this.gvProgram.Appearance.OddRow.Options.UseForeColor = true;
     this.gvProgram.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.gvProgram.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.gvProgram.Appearance.Preview.Options.UseBackColor = true;
     this.gvProgram.Appearance.Preview.Options.UseForeColor = true;
     this.gvProgram.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.gvProgram.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.gvProgram.Appearance.Row.Options.UseBackColor = true;
     this.gvProgram.Appearance.Row.Options.UseForeColor = true;
     this.gvProgram.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.gvProgram.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvProgram.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
     this.gvProgram.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.gvProgram.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvProgram.Appearance.SelectedRow.Options.UseForeColor = true;
     this.gvProgram.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.gvProgram.Appearance.VertLine.Options.UseBackColor = true;
     this.gvProgram.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcProg_Idrecep_sample_program,
     this.gcProg_Order_report,
     this.gcProg_Cod_recep_sample_program,
     this.gcProg_Program_status,
     this.gridColumn6,
     this.gcProg_Date_report,
     this.gcProg_Time_report,
     this.gcProg_Str_cod_recep_sample_program});
     this.gvProgram.GridControl = this.gcProgram;
     this.gvProgram.Name = "gvProgram";
     this.gvProgram.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvProgram.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.gvProgram.OptionsView.EnableAppearanceEvenRow = true;
     this.gvProgram.OptionsView.EnableAppearanceOddRow = true;
     this.gvProgram.OptionsView.ShowGroupPanel = false;
     this.gvProgram.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvProgram_RowCellStyle);
     this.gvProgram.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gvProgram_InitNewRow);
     this.gvProgram.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvProgram_FocusedRowChanged);
     //
     // gcProg_Idrecep_sample_program
     //
     this.gcProg_Idrecep_sample_program.Caption = "idrecep_sample_report";
     this.gcProg_Idrecep_sample_program.FieldName = "Idrecep_sample_program";
     this.gcProg_Idrecep_sample_program.Name = "gcProg_Idrecep_sample_program";
     //
     // gcProg_Order_report
     //
     this.gcProg_Order_report.Caption = "N°";
     this.gcProg_Order_report.FieldName = "Order_report";
     this.gcProg_Order_report.Name = "gcProg_Order_report";
     this.gcProg_Order_report.OptionsColumn.AllowEdit = false;
     this.gcProg_Order_report.OptionsFilter.AllowAutoFilter = false;
     this.gcProg_Order_report.OptionsFilter.AllowFilter = false;
     this.gcProg_Order_report.Visible = true;
     this.gcProg_Order_report.VisibleIndex = 0;
     this.gcProg_Order_report.Width = 23;
     //
     // gcProg_Cod_recep_sample_program
     //
     this.gcProg_Cod_recep_sample_program.Caption = "Código";
     this.gcProg_Cod_recep_sample_program.FieldName = "Cod_recep_sample_program";
     this.gcProg_Cod_recep_sample_program.Name = "gcProg_Cod_recep_sample_program";
     this.gcProg_Cod_recep_sample_program.OptionsColumn.AllowEdit = false;
     this.gcProg_Cod_recep_sample_program.Width = 63;
     //
     // gcProg_Program_status
     //
     this.gcProg_Program_status.Caption = "Estado";
     this.gcProg_Program_status.ColumnEdit = this.repProgramStatus;
     this.gcProg_Program_status.FieldName = "Program_status";
     this.gcProg_Program_status.Name = "gcProg_Program_status";
     this.gcProg_Program_status.OptionsColumn.AllowEdit = false;
     this.gcProg_Program_status.Width = 42;
     //
     // repProgramStatus
     //
     this.repProgramStatus.AutoHeight = false;
     this.repProgramStatus.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repProgramStatus.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IdStatus"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Den_Status")});
     this.repProgramStatus.Name = "repProgramStatus";
     this.repProgramStatus.NullText = "";
     this.repProgramStatus.ShowFooter = false;
     this.repProgramStatus.ShowHeader = false;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "#";
     this.gridColumn6.ColumnEdit = this.repProgramButton;
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 4;
     this.gridColumn6.Width = 67;
     //
     // repProgramButton
     //
     this.repProgramButton.AutoHeight = false;
     this.repProgramButton.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Programar", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.repProgramButton.Name = "repProgramButton";
     this.repProgramButton.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repProgramButton.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repProgramButton_ButtonClick);
     //
     // gcProg_Date_report
     //
     this.gcProg_Date_report.Caption = "Fecha";
     this.gcProg_Date_report.ColumnEdit = this.repDateProgram;
     this.gcProg_Date_report.FieldName = "Date_report";
     this.gcProg_Date_report.Name = "gcProg_Date_report";
     this.gcProg_Date_report.OptionsFilter.AllowAutoFilter = false;
     this.gcProg_Date_report.OptionsFilter.AllowFilter = false;
     this.gcProg_Date_report.Visible = true;
     this.gcProg_Date_report.VisibleIndex = 2;
     this.gcProg_Date_report.Width = 67;
     //
     // repDateProgram
     //
     this.repDateProgram.AutoHeight = false;
     this.repDateProgram.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repDateProgram.Name = "repDateProgram";
     //
     // gcProg_Time_report
     //
     this.gcProg_Time_report.Caption = "Hora";
     this.gcProg_Time_report.ColumnEdit = this.repTimeProgram;
     this.gcProg_Time_report.FieldName = "Time_report";
     this.gcProg_Time_report.Name = "gcProg_Time_report";
     this.gcProg_Time_report.OptionsFilter.AllowAutoFilter = false;
     this.gcProg_Time_report.OptionsFilter.AllowFilter = false;
     this.gcProg_Time_report.Visible = true;
     this.gcProg_Time_report.VisibleIndex = 3;
     this.gcProg_Time_report.Width = 66;
     //
     // repTimeProgram
     //
     this.repTimeProgram.AutoHeight = false;
     this.repTimeProgram.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repTimeProgram.Mask.EditMask = "t";
     this.repTimeProgram.Name = "repTimeProgram";
     //
     // gcProg_Str_cod_recep_sample_program
     //
     this.gcProg_Str_cod_recep_sample_program.Caption = "Código";
     this.gcProg_Str_cod_recep_sample_program.FieldName = "Str_cod_recep_sample_program";
     this.gcProg_Str_cod_recep_sample_program.Name = "gcProg_Str_cod_recep_sample_program";
     this.gcProg_Str_cod_recep_sample_program.OptionsColumn.AllowEdit = false;
     this.gcProg_Str_cod_recep_sample_program.OptionsFilter.AllowAutoFilter = false;
     this.gcProg_Str_cod_recep_sample_program.OptionsFilter.AllowFilter = false;
     this.gcProg_Str_cod_recep_sample_program.Visible = true;
     this.gcProg_Str_cod_recep_sample_program.VisibleIndex = 1;
     this.gcProg_Str_cod_recep_sample_program.Width = 78;
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.btProgramSelection);
     this.groupControl3.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControl3.Location = new System.Drawing.Point(0, 0);
     this.groupControl3.Name = "groupControl3";
     this.groupControl3.Size = new System.Drawing.Size(292, 53);
     this.groupControl3.TabIndex = 3;
     this.groupControl3.Text = "Crear Informe de Ensayo";
     //
     // btProgramSelection
     //
     this.btProgramSelection.AllowDrop = true;
     this.btProgramSelection.Appearance.Options.UseTextOptions = true;
     this.btProgramSelection.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btProgramSelection.Location = new System.Drawing.Point(5, 23);
     this.btProgramSelection.Name = "btProgramSelection";
     this.btProgramSelection.Size = new System.Drawing.Size(113, 25);
     this.btProgramSelection.TabIndex = 0;
     this.btProgramSelection.Text = "Agregar selección";
     this.btProgramSelection.Click += new System.EventHandler(this.btProgramSelection_Click);
     //
     // btPrintTicket
     //
     this.btPrintTicket.FlatAppearance.BorderSize = 0;
     this.btPrintTicket.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btPrintTicket.Location = new System.Drawing.Point(729, 12);
     this.btPrintTicket.Name = "btPrintTicket";
     this.btPrintTicket.Size = new System.Drawing.Size(48, 23);
     this.btPrintTicket.TabIndex = 10;
     this.btPrintTicket.Text = "Imprimir Etiquetas";
     this.btPrintTicket.UseVisualStyleBackColor = true;
     this.btPrintTicket.Visible = false;
     this.btPrintTicket.Click += new System.EventHandler(this.btPrintTicket_Click_1);
     //
     // btDesignPrint
     //
     this.btDesignPrint.FlatAppearance.BorderSize = 0;
     this.btDesignPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btDesignPrint.Location = new System.Drawing.Point(772, 9);
     this.btDesignPrint.Name = "btDesignPrint";
     this.btDesignPrint.Size = new System.Drawing.Size(69, 23);
     this.btDesignPrint.TabIndex = 10;
     this.btDesignPrint.Text = "Diseñar Etiquetas";
     this.btDesignPrint.UseVisualStyleBackColor = true;
     this.btDesignPrint.Visible = false;
     this.btDesignPrint.Click += new System.EventHandler(this.btDesignPrint_Click);
     //
     // deReception
     //
     this.deReception.EditValue = null;
     this.deReception.Location = new System.Drawing.Point(75, 5);
     this.deReception.Name = "deReception";
     this.deReception.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deReception.Properties.ReadOnly = true;
     this.deReception.Size = new System.Drawing.Size(87, 20);
     this.deReception.TabIndex = 10;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(12, 8);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(62, 13);
     this.label12.TabIndex = 9;
     this.label12.Text = "Recepción:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(12, 50);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(47, 13);
     this.label19.TabIndex = 9;
     this.label19.Text = "Entrega:";
     //
     // deResult
     //
     this.deResult.EditValue = null;
     this.deResult.Location = new System.Drawing.Point(75, 47);
     this.deResult.Name = "deResult";
     this.deResult.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deResult.Size = new System.Drawing.Size(87, 20);
     this.deResult.TabIndex = 10;
     //
     // xtraTabControl2
     //
     this.xtraTabControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.xtraTabControl2.Appearance.Options.UseBackColor = true;
     this.xtraTabControl2.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243)))));
     this.xtraTabControl2.AppearancePage.Header.BorderColor = System.Drawing.Color.White;
     this.xtraTabControl2.AppearancePage.Header.Options.UseBackColor = true;
     this.xtraTabControl2.AppearancePage.Header.Options.UseBorderColor = true;
     this.xtraTabControl2.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue;
     this.xtraTabControl2.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro;
     this.xtraTabControl2.AppearancePage.HeaderActive.Options.UseBackColor = true;
     this.xtraTabControl2.AppearancePage.HeaderActive.Options.UseBorderColor = true;
     this.xtraTabControl2.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro;
     this.xtraTabControl2.AppearancePage.PageClient.Options.UseBorderColor = true;
     this.xtraTabControl2.Location = new System.Drawing.Point(551, 29);
     this.xtraTabControl2.Name = "xtraTabControl2";
     this.xtraTabControl2.PaintStyleName = "PropertyView";
     this.xtraTabControl2.SelectedTabPage = this.tabDateRegRecep;
     this.xtraTabControl2.Size = new System.Drawing.Size(264, 114);
     this.xtraTabControl2.TabIndex = 4;
     this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabDateRegRecep});
     //
     // tabDateRegRecep
     //
     this.tabDateRegRecep.Controls.Add(this.tbNumDays);
     this.tabDateRegRecep.Controls.Add(this.deHourResult);
     this.tabDateRegRecep.Controls.Add(this.deHourReception);
     this.tabDateRegRecep.Controls.Add(this.label27);
     this.tabDateRegRecep.Controls.Add(this.deReception);
     this.tabDateRegRecep.Controls.Add(this.lookUpEdit1);
     this.tabDateRegRecep.Controls.Add(this.deResult);
     this.tabDateRegRecep.Controls.Add(this.label19);
     this.tabDateRegRecep.Controls.Add(this.textEdit3);
     this.tabDateRegRecep.Controls.Add(this.label12);
     this.tabDateRegRecep.Name = "tabDateRegRecep";
     this.tabDateRegRecep.Size = new System.Drawing.Size(262, 93);
     this.tabDateRegRecep.Text = "Fechas";
     //
     // tbNumDays
     //
     this.tbNumDays.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbNumDays.Location = new System.Drawing.Point(75, 26);
     this.tbNumDays.Name = "tbNumDays";
     this.tbNumDays.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tbNumDays.Properties.IsFloatValue = false;
     this.tbNumDays.Properties.Mask.EditMask = "N00";
     this.tbNumDays.Size = new System.Drawing.Size(42, 20);
     this.tbNumDays.TabIndex = 12;
     this.tbNumDays.EditValueChanged += new System.EventHandler(this.tbNumDays_EditValueChanged);
     //
     // deHourResult
     //
     this.deHourResult.EditValue = null;
     this.deHourResult.Location = new System.Drawing.Point(164, 47);
     this.deHourResult.Name = "deHourResult";
     this.deHourResult.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.deHourResult.Properties.Mask.EditMask = "t";
     this.deHourResult.Size = new System.Drawing.Size(91, 20);
     this.deHourResult.TabIndex = 11;
     //
     // deHourReception
     //
     this.deHourReception.EditValue = null;
     this.deHourReception.Location = new System.Drawing.Point(164, 5);
     this.deHourReception.Name = "deHourReception";
     this.deHourReception.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.deHourReception.Properties.Mask.EditMask = "t";
     this.deHourReception.Size = new System.Drawing.Size(91, 20);
     this.deHourReception.TabIndex = 1;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(12, 29);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(45, 13);
     this.label27.TabIndex = 9;
     this.label27.Text = "N°Días:";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(452, 55);
     this.lookUpEdit1.Name = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit1.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IDTypePost", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Den_Type_Post")});
     this.lookUpEdit1.Properties.NullText = "Seleccionar";
     this.lookUpEdit1.Properties.ShowFooter = false;
     this.lookUpEdit1.Properties.ShowHeader = false;
     this.lookUpEdit1.Size = new System.Drawing.Size(100, 20);
     this.lookUpEdit1.TabIndex = 1;
     //
     // textEdit3
     //
     this.textEdit3.Location = new System.Drawing.Point(452, 9);
     this.textEdit3.Name = "textEdit3";
     this.textEdit3.Size = new System.Drawing.Size(100, 20);
     this.textEdit3.TabIndex = 3;
     //
     // btReportClient
     //
     this.btReportClient.FlatAppearance.BorderSize = 0;
     this.btReportClient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btReportClient.Location = new System.Drawing.Point(847, 10);
     this.btReportClient.Name = "btReportClient";
     this.btReportClient.Size = new System.Drawing.Size(59, 23);
     this.btReportClient.TabIndex = 11;
     this.btReportClient.Text = "Repote por Cliente";
     this.btReportClient.UseVisualStyleBackColor = true;
     this.btReportClient.Visible = false;
     this.btReportClient.Click += new System.EventHandler(this.btReportClient_Click);
     //
     // txIdrecep_sample
     //
     this.txIdrecep_sample.Enabled = false;
     this.txIdrecep_sample.Location = new System.Drawing.Point(844, 117);
     this.txIdrecep_sample.Name = "txIdrecep_sample";
     this.txIdrecep_sample.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.txIdrecep_sample.Properties.Appearance.Options.UseBackColor = true;
     this.txIdrecep_sample.Size = new System.Drawing.Size(100, 20);
     this.txIdrecep_sample.TabIndex = 7;
     this.txIdrecep_sample.Visible = false;
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(8, 7);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(43, 13);
     this.label25.TabIndex = 10;
     this.label25.Text = "Código:";
     //
     // cbTypeSample
     //
     this.cbTypeSample.Location = new System.Drawing.Point(93, 4);
     this.cbTypeSample.Name = "cbTypeSample";
     this.cbTypeSample.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbTypeSample.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_type_sample", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name_type_sample")});
     this.cbTypeSample.Properties.NullText = "Seleccionar";
     this.cbTypeSample.Properties.ShowFooter = false;
     this.cbTypeSample.Properties.ShowHeader = false;
     this.cbTypeSample.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbTypeSample.Size = new System.Drawing.Size(146, 20);
     this.cbTypeSample.TabIndex = 2;
     this.cbTypeSample.EditValueChanged += new System.EventHandler(this.cbTypeSample_EditValueChanged);
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(5, 7);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(86, 13);
     this.label26.TabIndex = 10;
     this.label26.Text = "Tipo de muestra:";
     //
     // ofdRecepFileAttach
     //
     this.ofdRecepFileAttach.FileName = "openFileDialog1";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(834, 41);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(110, 13);
     this.label14.TabIndex = 9;
     this.label14.Text = "gastos administrativos";
     this.label14.Visible = false;
     //
     // tbAdministrativeExpense
     //
     this.tbAdministrativeExpense.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbAdministrativeExpense.Location = new System.Drawing.Point(837, 57);
     this.tbAdministrativeExpense.Name = "tbAdministrativeExpense";
     this.tbAdministrativeExpense.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tbAdministrativeExpense.Size = new System.Drawing.Size(107, 20);
     this.tbAdministrativeExpense.TabIndex = 11;
     this.tbAdministrativeExpense.Visible = false;
     //
     // tbCod_recep_sample
     //
     this.tbCod_recep_sample.Location = new System.Drawing.Point(55, 4);
     this.tbCod_recep_sample.Name = "tbCod_recep_sample";
     this.tbCod_recep_sample.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243)))));
     this.tbCod_recep_sample.Properties.Appearance.Options.UseBackColor = true;
     this.tbCod_recep_sample.Properties.ReadOnly = true;
     this.tbCod_recep_sample.Size = new System.Drawing.Size(100, 20);
     this.tbCod_recep_sample.TabIndex = 7;
     //
     // ucSignReception
     //
     this.ucSignReception.Location = new System.Drawing.Point(11, 2);
     this.ucSignReception.Margin = new System.Windows.Forms.Padding(0);
     this.ucSignReception.Name = "ucSignReception";
     this.ucSignReception.Pwd = null;
     this.ucSignReception.Size = new System.Drawing.Size(158, 40);
     this.ucSignReception.TabIndex = 16;
     this.ucSignReception.Title = "Guardar";
     this.ucSignReception.OnSign += new LimsProject.sign(this.ucSign1_OnSign);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.panel9);
     this.panelControl1.Controls.Add(this.xtraTabControl2);
     this.panelControl1.Controls.Add(this.tbAdministrativeExpense);
     this.panelControl1.Controls.Add(this.label14);
     this.panelControl1.Controls.Add(this.xtraTabControl1);
     this.panelControl1.Controls.Add(this.txIdrecep_sample);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(999, 146);
     this.panelControl1.TabIndex = 12;
     this.panelControl1.Text = "panelControl1";
     //
     // panel9
     //
     this.panel9.Controls.Add(this.panel11);
     this.panel9.Location = new System.Drawing.Point(13, 3);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(701, 27);
     this.panel9.TabIndex = 12;
     //
     // panel11
     //
     this.panel11.Controls.Add(this.paTypeSample);
     this.panel11.Controls.Add(this.paCodRegisterRecep);
     this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel11.Location = new System.Drawing.Point(0, 0);
     this.panel11.Name = "panel11";
     this.panel11.Size = new System.Drawing.Size(701, 27);
     this.panel11.TabIndex = 1;
     //
     // paTypeSample
     //
     this.paTypeSample.Controls.Add(this.cbTypeSample);
     this.paTypeSample.Controls.Add(this.label26);
     this.paTypeSample.Dock = System.Windows.Forms.DockStyle.Left;
     this.paTypeSample.Location = new System.Drawing.Point(167, 0);
     this.paTypeSample.Name = "paTypeSample";
     this.paTypeSample.Size = new System.Drawing.Size(257, 27);
     this.paTypeSample.TabIndex = 12;
     //
     // paCodRegisterRecep
     //
     this.paCodRegisterRecep.Controls.Add(this.tbCod_recep_sample);
     this.paCodRegisterRecep.Controls.Add(this.label25);
     this.paCodRegisterRecep.Dock = System.Windows.Forms.DockStyle.Left;
     this.paCodRegisterRecep.Location = new System.Drawing.Point(0, 0);
     this.paCodRegisterRecep.Name = "paCodRegisterRecep";
     this.paCodRegisterRecep.Size = new System.Drawing.Size(167, 27);
     this.paCodRegisterRecep.TabIndex = 11;
     //
     // ucTitleRegisterRecep
     //
     this.ucTitleRegisterRecep.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ucTitleRegisterRecep.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucTitleRegisterRecep.Location = new System.Drawing.Point(0, 0);
     this.ucTitleRegisterRecep.Name = "ucTitleRegisterRecep";
     this.ucTitleRegisterRecep.Size = new System.Drawing.Size(999, 27);
     this.ucTitleRegisterRecep.TabIndex = 8;
     this.ucTitleRegisterRecep.Title = "Title";
     //
     // ucToolStrip1
     //
     this.ucToolStrip1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ucToolStrip1.Location = new System.Drawing.Point(0, 0);
     this.ucToolStrip1.Name = "ucToolStrip1";
     this.ucToolStrip1.Size = new System.Drawing.Size(1013, 25);
     this.ucToolStrip1.TabIndex = 0;
     this.ucToolStrip1.onFind += new LimsProject.Find(this.ucToolStrip1_onFind);
     this.ucToolStrip1.onNew += new LimsProject.New(this.ucToolStrip1_onNew);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(192, 26);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(191, 22);
     this.toolStripMenuItem1.Text = "Registro de Recepción";
     //
     // ucGenerarA
     //
     this.ucGenerarA.Location = new System.Drawing.Point(476, 9);
     this.ucGenerarA.Margin = new System.Windows.Forms.Padding(0);
     this.ucGenerarA.Name = "ucGenerarA";
     this.ucGenerarA.Size = new System.Drawing.Size(90, 30);
     this.ucGenerarA.TabIndex = 19;
     this.ucGenerarA.Title = "Generar a";
     this.ucGenerarA.onSelectedIndex += new LimsProject.SelectedIndex(this.ucGenerarA_onSelectedIndex);
     //
     // ucGenerarDesde
     //
     this.ucGenerarDesde.Location = new System.Drawing.Point(580, 9);
     this.ucGenerarDesde.Margin = new System.Windows.Forms.Padding(0);
     this.ucGenerarDesde.Name = "ucGenerarDesde";
     this.ucGenerarDesde.Size = new System.Drawing.Size(90, 30);
     this.ucGenerarDesde.TabIndex = 19;
     this.ucGenerarDesde.Title = "Generar desde";
     this.ucGenerarDesde.onSelectedIndex += new LimsProject.SelectedIndex(this.ucGenerarDesde_onSelectedIndex);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.xtraTabControl3);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(999, 383);
     this.panelControl2.TabIndex = 3;
     this.panelControl2.Text = "panelControl2";
     //
     // xtraTabControl3
     //
     this.xtraTabControl3.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.xtraTabControl3.Appearance.Options.UseBackColor = true;
     this.xtraTabControl3.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243)))));
     this.xtraTabControl3.AppearancePage.Header.BorderColor = System.Drawing.Color.White;
     this.xtraTabControl3.AppearancePage.Header.Options.UseBackColor = true;
     this.xtraTabControl3.AppearancePage.Header.Options.UseBorderColor = true;
     this.xtraTabControl3.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue;
     this.xtraTabControl3.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro;
     this.xtraTabControl3.AppearancePage.HeaderActive.Options.UseBackColor = true;
     this.xtraTabControl3.AppearancePage.HeaderActive.Options.UseBorderColor = true;
     this.xtraTabControl3.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro;
     this.xtraTabControl3.AppearancePage.PageClient.Options.UseBorderColor = true;
     this.xtraTabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl3.Location = new System.Drawing.Point(2, 2);
     this.xtraTabControl3.Name = "xtraTabControl3";
     this.xtraTabControl3.PaintStyleName = "PropertyView";
     this.xtraTabControl3.SelectedTabPage = this.tpMuestras;
     this.xtraTabControl3.Size = new System.Drawing.Size(995, 379);
     this.xtraTabControl3.TabIndex = 4;
     this.xtraTabControl3.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tpMuestras,
     this.tpAnexos,
     this.tpReject,
     this.tpDecree});
     //
     // tpMuestras
     //
     this.tpMuestras.Controls.Add(this.gcReception);
     this.tpMuestras.Controls.Add(this.panelControl7);
     this.tpMuestras.Controls.Add(this.expandablePanel1);
     this.tpMuestras.Name = "tpMuestras";
     this.tpMuestras.Size = new System.Drawing.Size(993, 358);
     this.tpMuestras.Text = "Muestras";
     //
     // panelControl7
     //
     this.panelControl7.Controls.Add(this.panel7);
     this.panelControl7.Controls.Add(this.panel5);
     this.panelControl7.Controls.Add(this.gcShowColumns);
     this.panelControl7.Controls.Add(this.tbAmortization);
     this.panelControl7.Controls.Add(this.label10);
     this.panelControl7.Controls.Add(this.tbResidue);
     this.panelControl7.Controls.Add(this.label13);
     this.panelControl7.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl7.Location = new System.Drawing.Point(0, 288);
     this.panelControl7.Name = "panelControl7";
     this.panelControl7.Size = new System.Drawing.Size(699, 70);
     this.panelControl7.TabIndex = 3;
     this.panelControl7.Text = "panelControl7";
     //
     // tpAnexos
     //
     this.tpAnexos.Controls.Add(this.checkEdit8);
     this.tpAnexos.Controls.Add(this.memoEdit1);
     this.tpAnexos.Controls.Add(this.checkEdit7);
     this.tpAnexos.Controls.Add(this.groupControl4);
     this.tpAnexos.Controls.Add(this.textEdit5);
     this.tpAnexos.Controls.Add(this.label21);
     this.tpAnexos.Controls.Add(this.label18);
     this.tpAnexos.Name = "tpAnexos";
     this.tpAnexos.Size = new System.Drawing.Size(520, 0);
     this.tpAnexos.Text = "Anexos";
     //
     // checkEdit8
     //
     this.checkEdit8.Location = new System.Drawing.Point(169, 35);
     this.checkEdit8.Name = "checkEdit8";
     this.checkEdit8.Properties.Caption = "Muestras de composito";
     this.checkEdit8.Size = new System.Drawing.Size(139, 18);
     this.checkEdit8.TabIndex = 12;
     //
     // memoEdit1
     //
     this.memoEdit1.Location = new System.Drawing.Point(105, 63);
     this.memoEdit1.Name = "memoEdit1";
     this.memoEdit1.Size = new System.Drawing.Size(548, 54);
     this.memoEdit1.TabIndex = 2;
     //
     // checkEdit7
     //
     this.checkEdit7.Location = new System.Drawing.Point(24, 35);
     this.checkEdit7.Name = "checkEdit7";
     this.checkEdit7.Properties.Caption = "Muestras puntuales";
     this.checkEdit7.Size = new System.Drawing.Size(139, 18);
     this.checkEdit7.TabIndex = 12;
     //
     // groupControl4
     //
     this.groupControl4.Controls.Add(this.textEdit2);
     this.groupControl4.Controls.Add(this.timeEdit1);
     this.groupControl4.Controls.Add(this.label17);
     this.groupControl4.Controls.Add(this.label16);
     this.groupControl4.Controls.Add(this.label15);
     this.groupControl4.Controls.Add(this.dateEdit1);
     this.groupControl4.Controls.Add(this.checkEdit6);
     this.groupControl4.Controls.Add(this.checkEdit5);
     this.groupControl4.Controls.Add(this.checkEdit4);
     this.groupControl4.Controls.Add(this.checkEdit3);
     this.groupControl4.Controls.Add(this.checkEdit2);
     this.groupControl4.Controls.Add(this.checkEdit1);
     this.groupControl4.Location = new System.Drawing.Point(8, 130);
     this.groupControl4.Name = "groupControl4";
     this.groupControl4.Size = new System.Drawing.Size(645, 196);
     this.groupControl4.TabIndex = 1;
     this.groupControl4.Text = "Campos a llenar al recepcionar las muestras";
     //
     // textEdit2
     //
     this.textEdit2.Location = new System.Drawing.Point(161, 163);
     this.textEdit2.Name = "textEdit2";
     this.textEdit2.Size = new System.Drawing.Size(196, 20);
     this.textEdit2.TabIndex = 4;
     //
     // timeEdit1
     //
     this.timeEdit1.EditValue = new System.DateTime(2013, 8, 7, 0, 0, 0, 0);
     this.timeEdit1.Location = new System.Drawing.Point(161, 138);
     this.timeEdit1.Name = "timeEdit1";
     this.timeEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeEdit1.Size = new System.Drawing.Size(100, 20);
     this.timeEdit1.TabIndex = 3;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(23, 166);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(133, 13);
     this.label17.TabIndex = 2;
     this.label17.Text = "Condiciones de transporte:";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(23, 141);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(98, 13);
     this.label16.TabIndex = 2;
     this.label16.Text = "Hora de recepción:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(23, 116);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(105, 13);
     this.label15.TabIndex = 2;
     this.label15.Text = "Fecha de recepción:";
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location = new System.Drawing.Point(161, 113);
     this.dateEdit1.Name = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEdit1.Size = new System.Drawing.Size(100, 20);
     this.dateEdit1.TabIndex = 1;
     //
     // checkEdit6
     //
     this.checkEdit6.Location = new System.Drawing.Point(201, 73);
     this.checkEdit6.Name = "checkEdit6";
     this.checkEdit6.Properties.Caption = "Duplicado";
     this.checkEdit6.Size = new System.Drawing.Size(75, 18);
     this.checkEdit6.TabIndex = 0;
     //
     // checkEdit5
     //
     this.checkEdit5.Location = new System.Drawing.Point(201, 48);
     this.checkEdit5.Name = "checkEdit5";
     this.checkEdit5.Properties.Caption = "Blanco muestreo";
     this.checkEdit5.Size = new System.Drawing.Size(112, 18);
     this.checkEdit5.TabIndex = 0;
     //
     // checkEdit4
     //
     this.checkEdit4.Location = new System.Drawing.Point(201, 23);
     this.checkEdit4.Name = "checkEdit4";
     this.checkEdit4.Properties.Caption = "Blanco viajero";
     this.checkEdit4.Size = new System.Drawing.Size(98, 18);
     this.checkEdit4.TabIndex = 0;
     //
     // checkEdit3
     //
     this.checkEdit3.Location = new System.Drawing.Point(26, 73);
     this.checkEdit3.Name = "checkEdit3";
     this.checkEdit3.Properties.Caption = "Conservación de muestras";
     this.checkEdit3.Size = new System.Drawing.Size(160, 18);
     this.checkEdit3.TabIndex = 0;
     //
     // checkEdit2
     //
     this.checkEdit2.Location = new System.Drawing.Point(26, 48);
     this.checkEdit2.Name = "checkEdit2";
     this.checkEdit2.Properties.Caption = "Muestras recibidas intactas";
     this.checkEdit2.Size = new System.Drawing.Size(160, 18);
     this.checkEdit2.TabIndex = 0;
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(26, 23);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "Recipiente adecuado";
     this.checkEdit1.Size = new System.Drawing.Size(128, 18);
     this.checkEdit1.TabIndex = 0;
     //
     // textEdit5
     //
     this.textEdit5.Location = new System.Drawing.Point(79, 10);
     this.textEdit5.Name = "textEdit5";
     this.textEdit5.Size = new System.Drawing.Size(358, 20);
     this.textEdit5.TabIndex = 10;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(21, 13);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(52, 13);
     this.label21.TabIndex = 11;
     this.label21.Text = "Proyecto:";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(18, 74);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(81, 13);
     this.label18.TabIndex = 2;
     this.label18.Text = "Observaciones:";
     //
     // tpReject
     //
     this.tpReject.Controls.Add(this.memoEdit2);
     this.tpReject.Controls.Add(this.label20);
     this.tpReject.Controls.Add(this.gcRejection);
     this.tpReject.Name = "tpReject";
     this.tpReject.Size = new System.Drawing.Size(520, 0);
     this.tpReject.Text = "Rechazos";
     //
     // memoEdit2
     //
     this.memoEdit2.Location = new System.Drawing.Point(116, 288);
     this.memoEdit2.Name = "memoEdit2";
     this.memoEdit2.Size = new System.Drawing.Size(529, 50);
     this.memoEdit2.TabIndex = 2;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(20, 299);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(90, 13);
     this.label20.TabIndex = 1;
     this.label20.Text = "Especificaciones:";
     //
     // gcRejection
     //
     this.gcRejection.EmbeddedNavigator.Name = "";
     this.gcRejection.Location = new System.Drawing.Point(21, 13);
     this.gcRejection.MainView = this.bandedGridView1;
     this.gcRejection.Name = "gcRejection";
     this.gcRejection.Size = new System.Drawing.Size(624, 251);
     this.gcRejection.TabIndex = 0;
     this.gcRejection.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.bandedGridView1});
     //
     // bandedGridView1
     //
     this.bandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1,
     this.gridBand2});
     this.bandedGridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.gcRej_Code,
     this.gcRej_NameSample,
     this.gcRej_Date,
     this.gcRej_Hora,
     this.gcRej_Obs,
     this.gcRej_C1,
     this.gcRej_C2,
     this.gcRej_C3,
     this.gcRej_C4});
     this.bandedGridView1.GridControl = this.gcRejection;
     this.bandedGridView1.Name = "bandedGridView1";
     this.bandedGridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridBand1
     //
     this.gridBand1.Columns.Add(this.gcRej_Code);
     this.gridBand1.Columns.Add(this.gcRej_NameSample);
     this.gridBand1.Columns.Add(this.gcRej_Date);
     this.gridBand1.Columns.Add(this.gcRej_Hora);
     this.gridBand1.Columns.Add(this.gcRej_Obs);
     this.gridBand1.Name = "gridBand1";
     this.gridBand1.Width = 629;
     //
     // gcRej_Code
     //
     this.gcRej_Code.Caption = "Codigo";
     this.gcRej_Code.Name = "gcRej_Code";
     this.gcRej_Code.Visible = true;
     //
     // gcRej_NameSample
     //
     this.gcRej_NameSample.Caption = "Nombre de muestra";
     this.gcRej_NameSample.Name = "gcRej_NameSample";
     this.gcRej_NameSample.Visible = true;
     this.gcRej_NameSample.Width = 204;
     //
     // gcRej_Date
     //
     this.gcRej_Date.Caption = "Fecha";
     this.gcRej_Date.Name = "gcRej_Date";
     this.gcRej_Date.Visible = true;
     //
     // gcRej_Hora
     //
     this.gcRej_Hora.Caption = "Hora";
     this.gcRej_Hora.Name = "gcRej_Hora";
     this.gcRej_Hora.Visible = true;
     //
     // gcRej_Obs
     //
     this.gcRej_Obs.Caption = "Ensayos rechazados";
     this.gcRej_Obs.Name = "gcRej_Obs";
     this.gcRej_Obs.Visible = true;
     this.gcRej_Obs.Width = 200;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand2.Caption = "Criterio";
     this.gridBand2.Columns.Add(this.gcRej_C1);
     this.gridBand2.Columns.Add(this.gcRej_C2);
     this.gridBand2.Columns.Add(this.gcRej_C3);
     this.gridBand2.Columns.Add(this.gcRej_C4);
     this.gridBand2.Name = "gridBand2";
     this.gridBand2.Width = 150;
     //
     // gcRej_C1
     //
     this.gcRej_C1.Caption = "1";
     this.gcRej_C1.Name = "gcRej_C1";
     this.gcRej_C1.Visible = true;
     this.gcRej_C1.Width = 36;
     //
     // gcRej_C2
     //
     this.gcRej_C2.Caption = "2";
     this.gcRej_C2.Name = "gcRej_C2";
     this.gcRej_C2.Visible = true;
     this.gcRej_C2.Width = 36;
     //
     // gcRej_C3
     //
     this.gcRej_C3.Caption = "3";
     this.gcRej_C3.Name = "gcRej_C3";
     this.gcRej_C3.Visible = true;
     this.gcRej_C3.Width = 36;
     //
     // gcRej_C4
     //
     this.gcRej_C4.Caption = "4";
     this.gcRej_C4.Name = "gcRej_C4";
     this.gcRej_C4.Visible = true;
     this.gcRej_C4.Width = 42;
     //
     // tpDecree
     //
     this.tpDecree.Controls.Add(this.panelControl4);
     this.tpDecree.Controls.Add(this.panelControl3);
     this.tpDecree.Name = "tpDecree";
     this.tpDecree.Size = new System.Drawing.Size(520, 0);
     this.tpDecree.Text = "Decretos - Resultados";
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.xtraTabControl4);
     this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl4.Location = new System.Drawing.Point(0, 30);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Padding = new System.Windows.Forms.Padding(10);
     this.panelControl4.Size = new System.Drawing.Size(520, 0);
     this.panelControl4.TabIndex = 11;
     this.panelControl4.Text = "panelControl4";
     //
     // xtraTabControl4
     //
     this.xtraTabControl4.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.xtraTabControl4.Appearance.Options.UseBackColor = true;
     this.xtraTabControl4.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243)))));
     this.xtraTabControl4.AppearancePage.Header.BorderColor = System.Drawing.Color.White;
     this.xtraTabControl4.AppearancePage.Header.Options.UseBackColor = true;
     this.xtraTabControl4.AppearancePage.Header.Options.UseBorderColor = true;
     this.xtraTabControl4.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue;
     this.xtraTabControl4.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro;
     this.xtraTabControl4.AppearancePage.HeaderActive.Options.UseBackColor = true;
     this.xtraTabControl4.AppearancePage.HeaderActive.Options.UseBorderColor = true;
     this.xtraTabControl4.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro;
     this.xtraTabControl4.AppearancePage.PageClient.Options.UseBorderColor = true;
     this.xtraTabControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl4.Location = new System.Drawing.Point(12, 11);
     this.xtraTabControl4.Margin = new System.Windows.Forms.Padding(10);
     this.xtraTabControl4.Name = "xtraTabControl4";
     this.xtraTabControl4.PaintStyleName = "PropertyView";
     this.xtraTabControl4.SelectedTabPage = this.xtraTabPage4;
     this.xtraTabControl4.Size = new System.Drawing.Size(496, 0);
     this.xtraTabControl4.TabIndex = 5;
     this.xtraTabControl4.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage4,
     this.xtraTabPage5,
     this.xtraTabPage7});
     this.xtraTabControl4.Text = "Anexos";
     //
     // xtraTabPage4
     //
     this.xtraTabPage4.Controls.Add(this.gridDecretos);
     this.xtraTabPage4.Controls.Add(this.panelControl5);
     this.xtraTabPage4.Controls.Add(this.panelControl6);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(494, 0);
     this.xtraTabPage4.Text = "AG-03-00001 - NTP N° 214.003";
     //
     // gridDecretos
     //
     this.gridDecretos.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridDecretos.EmbeddedNavigator.Name = "";
     this.gridDecretos.Location = new System.Drawing.Point(0, 61);
     this.gridDecretos.MainView = this.gridView1;
     this.gridDecretos.Name = "gridDecretos";
     this.gridDecretos.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repCriterio,
     this.repUnidadMedida,
     this.repMetodo});
     this.gridDecretos.Size = new System.Drawing.Size(494, 0);
     this.gridDecretos.TabIndex = 2;
     this.gridDecretos.UseEmbeddedNavigator = true;
     this.gridDecretos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcDec_Idmetodo,
     this.gcDec_Parametro,
     this.gcDec_Unidad_medida,
     this.gcDec_Result,
     this.gcDec_Criterio,
     this.gcDec_Valor1,
     this.gcDec_Valor2,
     this.gcDec_Conclusion});
     this.gridView1.GridControl = this.gridDecretos;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gcDec_Idmetodo
     //
     this.gcDec_Idmetodo.Caption = "Método";
     this.gcDec_Idmetodo.ColumnEdit = this.repMetodo;
     this.gcDec_Idmetodo.FieldName = "Idmetodo";
     this.gcDec_Idmetodo.Name = "gcDec_Idmetodo";
     this.gcDec_Idmetodo.Visible = true;
     this.gcDec_Idmetodo.VisibleIndex = 0;
     //
     // repMetodo
     //
     this.repMetodo.AutoHeight = false;
     this.repMetodo.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repMetodo.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idmetodo", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre")});
     this.repMetodo.Name = "repMetodo";
     this.repMetodo.NullText = "";
     this.repMetodo.ShowFooter = false;
     this.repMetodo.ShowHeader = false;
     //
     // gcDec_Parametro
     //
     this.gcDec_Parametro.Caption = "Parametro";
     this.gcDec_Parametro.FieldName = "Parametro";
     this.gcDec_Parametro.Name = "gcDec_Parametro";
     this.gcDec_Parametro.Visible = true;
     this.gcDec_Parametro.VisibleIndex = 1;
     //
     // gcDec_Unidad_medida
     //
     this.gcDec_Unidad_medida.Caption = "Unidad_medida";
     this.gcDec_Unidad_medida.ColumnEdit = this.repUnidadMedida;
     this.gcDec_Unidad_medida.FieldName = "Unidad_medida";
     this.gcDec_Unidad_medida.Name = "gcDec_Unidad_medida";
     this.gcDec_Unidad_medida.Visible = true;
     this.gcDec_Unidad_medida.VisibleIndex = 2;
     //
     // repUnidadMedida
     //
     this.repUnidadMedida.AutoHeight = false;
     this.repUnidadMedida.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repUnidadMedida.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None)});
     this.repUnidadMedida.Name = "repUnidadMedida";
     this.repUnidadMedida.NullText = "";
     this.repUnidadMedida.ShowFooter = false;
     this.repUnidadMedida.ShowHeader = false;
     //
     // gcDec_Result
     //
     this.gcDec_Result.Caption = "Resultado";
     this.gcDec_Result.FieldName = "Result";
     this.gcDec_Result.Name = "gcDec_Result";
     this.gcDec_Result.Visible = true;
     this.gcDec_Result.VisibleIndex = 3;
     //
     // gcDec_Criterio
     //
     this.gcDec_Criterio.Caption = "Condición";
     this.gcDec_Criterio.ColumnEdit = this.repCriterio;
     this.gcDec_Criterio.FieldName = "Criterio";
     this.gcDec_Criterio.Name = "gcDec_Criterio";
     this.gcDec_Criterio.Visible = true;
     this.gcDec_Criterio.VisibleIndex = 4;
     //
     // repCriterio
     //
     this.repCriterio.AutoHeight = false;
     this.repCriterio.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repCriterio.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idcriterio", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre_criterio")});
     this.repCriterio.Name = "repCriterio";
     this.repCriterio.NullText = "";
     this.repCriterio.ShowFooter = false;
     this.repCriterio.ShowHeader = false;
     //
     // gcDec_Valor1
     //
     this.gcDec_Valor1.Caption = "Valor1";
     this.gcDec_Valor1.FieldName = "Valor1";
     this.gcDec_Valor1.Name = "gcDec_Valor1";
     this.gcDec_Valor1.Visible = true;
     this.gcDec_Valor1.VisibleIndex = 5;
     //
     // gcDec_Valor2
     //
     this.gcDec_Valor2.Caption = "Valor2";
     this.gcDec_Valor2.FieldName = "Valor2";
     this.gcDec_Valor2.Name = "gcDec_Valor2";
     this.gcDec_Valor2.Visible = true;
     this.gcDec_Valor2.VisibleIndex = 6;
     //
     // gcDec_Conclusion
     //
     this.gcDec_Conclusion.Caption = "Conclusion";
     this.gcDec_Conclusion.FieldName = "Conclusion";
     this.gcDec_Conclusion.Name = "gcDec_Conclusion";
     this.gcDec_Conclusion.Visible = true;
     this.gcDec_Conclusion.VisibleIndex = 7;
     //
     // panelControl5
     //
     this.panelControl5.Controls.Add(this.memoEdit3);
     this.panelControl5.Controls.Add(this.label23);
     this.panelControl5.Controls.Add(this.label24);
     this.panelControl5.Controls.Add(this.label29);
     this.panelControl5.Controls.Add(this.textEdit4);
     this.panelControl5.Controls.Add(this.textEdit6);
     this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl5.Location = new System.Drawing.Point(0, 0);
     this.panelControl5.Name = "panelControl5";
     this.panelControl5.Size = new System.Drawing.Size(494, 61);
     this.panelControl5.TabIndex = 0;
     this.panelControl5.Text = "panelControl5";
     //
     // memoEdit3
     //
     this.memoEdit3.EditValue = resources.GetString("memoEdit3.EditValue");
     this.memoEdit3.Location = new System.Drawing.Point(426, 7);
     this.memoEdit3.Name = "memoEdit3";
     this.memoEdit3.Size = new System.Drawing.Size(523, 46);
     this.memoEdit3.TabIndex = 8;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(355, 9);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(66, 13);
     this.label23.TabIndex = 5;
     this.label23.Text = "Descripción:";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(9, 9);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(43, 13);
     this.label24.TabIndex = 6;
     this.label24.Text = "Codigo:";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(9, 30);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(75, 13);
     this.label29.TabIndex = 7;
     this.label29.Text = "Denominación";
     //
     // textEdit4
     //
     this.textEdit4.EditValue = "DEC-13-001";
     this.textEdit4.Location = new System.Drawing.Point(90, 6);
     this.textEdit4.Name = "textEdit4";
     this.textEdit4.Size = new System.Drawing.Size(107, 20);
     this.textEdit4.TabIndex = 3;
     //
     // textEdit6
     //
     this.textEdit6.EditValue = "NTP N° 214.003";
     this.textEdit6.Location = new System.Drawing.Point(90, 27);
     this.textEdit6.Name = "textEdit6";
     this.textEdit6.Size = new System.Drawing.Size(230, 20);
     this.textEdit6.TabIndex = 4;
     //
     // panelControl6
     //
     this.panelControl6.Controls.Add(this.memoEdit4);
     this.panelControl6.Controls.Add(this.label22);
     this.panelControl6.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl6.Location = new System.Drawing.Point(0, -49);
     this.panelControl6.Name = "panelControl6";
     this.panelControl6.Size = new System.Drawing.Size(494, 49);
     this.panelControl6.TabIndex = 3;
     this.panelControl6.Text = "panelControl6";
     //
     // memoEdit4
     //
     this.memoEdit4.EditValue = "CUMPLE, NO CUMPLE, BLA BLA BLA";
     this.memoEdit4.Location = new System.Drawing.Point(77, 4);
     this.memoEdit4.Name = "memoEdit4";
     this.memoEdit4.Size = new System.Drawing.Size(872, 40);
     this.memoEdit4.TabIndex = 8;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(9, 9);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(62, 13);
     this.label22.TabIndex = 5;
     this.label22.Text = "Conclusión:";
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(494, -21);
     this.xtraTabPage5.Text = "AG-03-00001 - D.S. N° 031-2010";
     //
     // xtraTabPage7
     //
     this.xtraTabPage7.Name = "xtraTabPage7";
     this.xtraTabPage7.Size = new System.Drawing.Size(494, -21);
     this.xtraTabPage7.Text = "AG-03-00001 - D.S. N° 002-2008";
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.lookUpEdit2);
     this.panelControl3.Controls.Add(this.label31);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(520, 30);
     this.panelControl3.TabIndex = 10;
     this.panelControl3.Text = "panelControl3";
     //
     // lookUpEdit2
     //
     this.lookUpEdit2.Location = new System.Drawing.Point(86, 5);
     this.lookUpEdit2.Name = "lookUpEdit2";
     this.lookUpEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit2.Properties.NullText = "AG-03-00001";
     this.lookUpEdit2.Size = new System.Drawing.Size(144, 20);
     this.lookUpEdit2.TabIndex = 10;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(32, 8);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(48, 13);
     this.label31.TabIndex = 9;
     this.label31.Text = "Muestra:";
     //
     // FormReception
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1013, 662);
     this.Name = "FormReception";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Recepción de Muestras";
     this.Controls.SetChildIndex(this.paSupBotones, 0);
     this.Controls.SetChildIndex(this.thePanelTab1, 0);
     this.paTitleSearch.ResumeLayout(false);
     this.paTopBasicButtons.ResumeLayout(false);
     this.paTopSearch.ResumeLayout(false);
     this.paBottomSearch.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.paSearchGen.ResumeLayout(false);
     this.paSearchGen.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.paInferior.ResumeLayout(false);
     this.paTitulo.ResumeLayout(false);
     this.paCentral.ResumeLayout(false);
     this.paSuperior.ResumeLayout(false);
     this.thePanelTab1.ResumeLayout(false);
     this.tpDatos.ResumeLayout(false);
     this.paSupBotones.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcShowColumns)).EndInit();
     this.gcShowColumns.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbResidue.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAmortization.Properties)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbTotalIgv.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTotalAmount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubTotalAmount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcReception)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReception)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDescription)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProcedence)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repEnvelope_sealed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSelect)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repResult)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSendReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLink)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDesLink)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSample)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     this.xtraTabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbFax.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbClientPhone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbClientRuc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbClientDomicile.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbCompany.Properties)).EndInit();
     this.xtraTabPage6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcContact)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvContact)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repPerson_type)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repPhone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCellPhone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repNum)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ckDispatchFax.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckDispatchPerson.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckDispatchTransport.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckDispatchCurier.Properties)).EndInit();
     this.expandablePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabOptionRight)).EndInit();
     this.tabOptionRight.ResumeLayout(false);
     this.tpRightMethods.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcMethods)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvMethods)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repAddColumn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     this.tpRightReports.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repStatusReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repReportOption)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDateReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTimeReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTypeReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.tpRightAttach.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAttachFile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAttachFile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repAttach_file)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repAttach_status)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repButtons)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.tpRightProgram.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcProgram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvProgram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProgramStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProgramButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDateProgram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTimeProgram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.deReception.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deResult.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
     this.xtraTabControl2.ResumeLayout(false);
     this.tabDateRegRecep.ResumeLayout(false);
     this.tabDateRegRecep.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbNumDays.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deHourResult.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deHourReception.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txIdrecep_sample.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTypeSample.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAdministrativeExpense.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCod_recep_sample.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.panel9.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.paTypeSample.ResumeLayout(false);
     this.paTypeSample.PerformLayout();
     this.paCodRegisterRecep.ResumeLayout(false);
     this.paCodRegisterRecep.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl3)).EndInit();
     this.xtraTabControl3.ResumeLayout(false);
     this.tpMuestras.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
     this.panelControl7.ResumeLayout(false);
     this.panelControl7.PerformLayout();
     this.tpAnexos.ResumeLayout(false);
     this.tpAnexos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     this.groupControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).EndInit();
     this.tpReject.ResumeLayout(false);
     this.tpReject.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcRejection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit();
     this.tpDecree.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl4)).EndInit();
     this.xtraTabControl4.ResumeLayout(false);
     this.xtraTabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridDecretos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repMetodo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repUnidadMedida)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCriterio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     this.panelControl5.ResumeLayout(false);
     this.panelControl5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     this.panelControl6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.panelControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.TreeDin = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
     this.dbEatery = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.dbEateyTime = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit8 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemGridLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView7 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.dbMenu = new DevExpress.XtraGrid.GridControl();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.dbMoney = new DevExpress.XtraGrid.GridControl();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
     this.dbDev = new DevExpress.XtraGrid.GridControl();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl9 = new DevExpress.XtraEditors.PanelControl();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.btnDel = new DevExpress.XtraEditors.SimpleButton();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl10 = new DevExpress.XtraEditors.PanelControl();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.checkEdit14 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit13 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit12 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit11 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.cboOk = new DevExpress.XtraEditors.CheckEdit();
     this.cboEateryType = new System.Windows.Forms.ComboBox();
     this.txtRemark = new DevExpress.XtraEditors.TextEdit();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.txtSZMoney = new DevExpress.XtraEditors.TextEdit();
     this.txtTimeMoney = new DevExpress.XtraEditors.TextEdit();
     this.txtDateCount = new DevExpress.XtraEditors.TextEdit();
     this.txtDateMax = new DevExpress.XtraEditors.TextEdit();
     this.txtCountMoney = new DevExpress.XtraEditors.TextEdit();
     this.txtTimeMax = new DevExpress.XtraEditors.TextEdit();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.txtCardMax = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.txtDinName = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.BtCancel = new DevExpress.XtraEditors.SimpleButton();
     this.btnDinSave = new DevExpress.XtraEditors.SimpleButton();
     this.btnDinAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnDinDel = new DevExpress.XtraEditors.SimpleButton();
     this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TreeDin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
     this.panelControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
     this.panelControl8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbEatery)).BeginInit();
     this.dbEatery.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbEateyTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView7)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbMoney)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     this.xtraTabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbDev)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
     this.panelControl9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).BeginInit();
     this.panelControl10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboOk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSZMoney.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeMoney.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateCount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateMax.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCountMoney.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeMax.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCardMax.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDinName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(803, 653);
     this.panelControl1.TabIndex = 0;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.panelControl4);
     this.panelControl2.Controls.Add(this.panelControl3);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(803, 653);
     this.panelControl2.TabIndex = 0;
     //
     // panelControl4
     //
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl4.Controls.Add(this.splitContainerControl1);
     this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl4.Location = new System.Drawing.Point(2, 50);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(799, 601);
     this.panelControl4.TabIndex = 59;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.TreeDin);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.panelControl6);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(799, 601);
     this.splitContainerControl1.SplitterPosition = 181;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // TreeDin
     //
     this.TreeDin.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.TreeDin.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn2,
     this.treeListColumn1});
     this.TreeDin.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TreeDin.Location = new System.Drawing.Point(0, 0);
     this.TreeDin.Name = "TreeDin";
     this.TreeDin.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.TreeDin.OptionsView.ShowHorzLines = false;
     this.TreeDin.OptionsView.ShowVertLines = false;
     this.TreeDin.Size = new System.Drawing.Size(181, 601);
     this.TreeDin.TabIndex = 57;
     this.TreeDin.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.TreeDin_FocusedNodeChanged);
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption = "����";
     this.treeListColumn2.FieldName = "����";
     this.treeListColumn2.Name = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit = false;
     this.treeListColumn2.Visible = true;
     this.treeListColumn2.VisibleIndex = 0;
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "id";
     this.treeListColumn1.FieldName = "id";
     this.treeListColumn1.Name = "treeListColumn1";
     //
     // panelControl6
     //
     this.panelControl6.Controls.Add(this.panelControl7);
     this.panelControl6.Controls.Add(this.panelControl10);
     this.panelControl6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl6.Location = new System.Drawing.Point(0, 0);
     this.panelControl6.Name = "panelControl6";
     this.panelControl6.Size = new System.Drawing.Size(612, 601);
     this.panelControl6.TabIndex = 3;
     //
     // panelControl7
     //
     this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl7.Controls.Add(this.panelControl8);
     this.panelControl7.Controls.Add(this.panelControl9);
     this.panelControl7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl7.Location = new System.Drawing.Point(2, 244);
     this.panelControl7.Name = "panelControl7";
     this.panelControl7.Size = new System.Drawing.Size(608, 355);
     this.panelControl7.TabIndex = 2;
     //
     // panelControl8
     //
     this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl8.Controls.Add(this.dbEatery);
     this.panelControl8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl8.Location = new System.Drawing.Point(0, 45);
     this.panelControl8.Name = "panelControl8";
     this.panelControl8.Size = new System.Drawing.Size(608, 310);
     this.panelControl8.TabIndex = 1;
     //
     // dbEatery
     //
     this.dbEatery.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.dbEatery.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbEatery.Location = new System.Drawing.Point(0, 0);
     this.dbEatery.Name = "dbEatery";
     this.dbEatery.SelectedTabPage = this.xtraTabPage1;
     this.dbEatery.Size = new System.Drawing.Size(608, 310);
     this.dbEatery.TabIndex = 1;
     this.dbEatery.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3,
     this.xtraTabPage4});
     this.dbEatery.Tag = "";
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.dbEateyTime);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(599, 279);
     this.xtraTabPage1.Text = "����ʱ��";
     //
     // dbEateyTime
     //
     this.dbEateyTime.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbEateyTime.Location = new System.Drawing.Point(0, 0);
     this.dbEateyTime.MainView = this.gridView1;
     this.dbEateyTime.Name = "dbEateyTime";
     this.dbEateyTime.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTimeEdit1,
     this.repositoryItemGridLookUpEdit1,
     this.repositoryItemTimeEdit2,
     this.repositoryItemTimeEdit3,
     this.repositoryItemTimeEdit4,
     this.repositoryItemTimeEdit5,
     this.repositoryItemTimeEdit6,
     this.repositoryItemTimeEdit7,
     this.repositoryItemTimeEdit8});
     this.dbEateyTime.Size = new System.Drawing.Size(599, 279);
     this.dbEateyTime.TabIndex = 2;
     this.dbEateyTime.Tag = "@db=����ʱ��";
     this.dbEateyTime.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn35,
     this.gridColumn2,
     this.gridColumn5,
     this.gridColumn36,
     this.gridColumn37,
     this.gridColumn38,
     this.gridColumn39,
     this.gridColumn40,
     this.gridColumn31});
     this.gridView1.GridControl = this.dbEateyTime;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "����";
     this.gridColumn1.FieldName = "����";
     this.gridColumn1.Name = "gridColumn1";
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "��Ϳ�ʼ";
     this.gridColumn3.ColumnEdit = this.repositoryItemTimeEdit2;
     this.gridColumn3.DisplayFormat.FormatString = "HH:mm:ss";
     this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn3.FieldName = "��Ϳ�ʼ";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 1;
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit2.DisplayFormat.FormatString = "hh:mm:ss";
     this.repositoryItemTimeEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit2.EditFormat.FormatString = "hh:mm:ss";
     this.repositoryItemTimeEdit2.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit2.LookAndFeel.UseWindowsXPTheme = true;
     this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "��ͽ���";
     this.gridColumn4.ColumnEdit = this.repositoryItemTimeEdit2;
     this.gridColumn4.DisplayFormat.FormatString = "HH:mm:ss";
     this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn4.FieldName = "��ͽ���";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 2;
     //
     // gridColumn35
     //
     this.gridColumn35.Caption = "����";
     this.gridColumn35.FieldName = "����";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.Visible = true;
     this.gridColumn35.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "����ID";
     this.gridColumn2.FieldName = "����ID";
     this.gridColumn2.Name = "gridColumn2";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "��Ϳ�ʼ";
     this.gridColumn5.ColumnEdit = this.repositoryItemTimeEdit3;
     this.gridColumn5.DisplayFormat.FormatString = "HH:mm:ss";
     this.gridColumn5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn5.FieldName = "��Ϳ�ʼ";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 5;
     //
     // repositoryItemTimeEdit3
     //
     this.repositoryItemTimeEdit3.AutoHeight = false;
     this.repositoryItemTimeEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit3.Name = "repositoryItemTimeEdit3";
     //
     // gridColumn36
     //
     this.gridColumn36.Caption = "��ͽ���";
     this.gridColumn36.ColumnEdit = this.repositoryItemTimeEdit4;
     this.gridColumn36.DisplayFormat.FormatString = "HH:mm:ss";
     this.gridColumn36.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn36.FieldName = "��ͽ���";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.Visible = true;
     this.gridColumn36.VisibleIndex = 6;
     //
     // repositoryItemTimeEdit4
     //
     this.repositoryItemTimeEdit4.AutoHeight = false;
     this.repositoryItemTimeEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit4.Name = "repositoryItemTimeEdit4";
     //
     // gridColumn37
     //
     this.gridColumn37.Caption = "ҹ����ʼ";
     this.gridColumn37.ColumnEdit = this.repositoryItemTimeEdit5;
     this.gridColumn37.DisplayFormat.FormatString = "HH:mm:ss";
     this.gridColumn37.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn37.FieldName = "ҹ����ʼ";
     this.gridColumn37.Name = "gridColumn37";
     this.gridColumn37.Visible = true;
     this.gridColumn37.VisibleIndex = 7;
     //
     // repositoryItemTimeEdit5
     //
     this.repositoryItemTimeEdit5.AutoHeight = false;
     this.repositoryItemTimeEdit5.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit5.Name = "repositoryItemTimeEdit5";
     //
     // gridColumn38
     //
     this.gridColumn38.Caption = "ҹ������";
     this.gridColumn38.ColumnEdit = this.repositoryItemTimeEdit6;
     this.gridColumn38.DisplayFormat.FormatString = "HH:mm:ss";
     this.gridColumn38.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn38.FieldName = "ҹ������";
     this.gridColumn38.Name = "gridColumn38";
     this.gridColumn38.Visible = true;
     this.gridColumn38.VisibleIndex = 8;
     //
     // repositoryItemTimeEdit6
     //
     this.repositoryItemTimeEdit6.AutoHeight = false;
     this.repositoryItemTimeEdit6.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit6.Name = "repositoryItemTimeEdit6";
     //
     // gridColumn39
     //
     this.gridColumn39.Caption = "��Ϳ�ʼ";
     this.gridColumn39.ColumnEdit = this.repositoryItemTimeEdit7;
     this.gridColumn39.DisplayFormat.FormatString = "HH:mm:ss";
     this.gridColumn39.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn39.FieldName = "��Ϳ�ʼ";
     this.gridColumn39.Name = "gridColumn39";
     this.gridColumn39.Visible = true;
     this.gridColumn39.VisibleIndex = 3;
     //
     // repositoryItemTimeEdit7
     //
     this.repositoryItemTimeEdit7.AutoHeight = false;
     this.repositoryItemTimeEdit7.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit7.Name = "repositoryItemTimeEdit7";
     //
     // gridColumn40
     //
     this.gridColumn40.Caption = "��ͽ���";
     this.gridColumn40.ColumnEdit = this.repositoryItemTimeEdit8;
     this.gridColumn40.DisplayFormat.FormatString = "HH:mm:ss";
     this.gridColumn40.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn40.FieldName = "��ͽ���";
     this.gridColumn40.Name = "gridColumn40";
     this.gridColumn40.Visible = true;
     this.gridColumn40.VisibleIndex = 4;
     //
     // repositoryItemTimeEdit8
     //
     this.repositoryItemTimeEdit8.AutoHeight = false;
     this.repositoryItemTimeEdit8.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit8.Name = "repositoryItemTimeEdit8";
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // repositoryItemGridLookUpEdit1
     //
     this.repositoryItemGridLookUpEdit1.AutoHeight = false;
     this.repositoryItemGridLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEdit1.Name = "repositoryItemGridLookUpEdit1";
     this.repositoryItemGridLookUpEdit1.View = this.gridView7;
     //
     // gridView7
     //
     this.gridView7.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView7.Name = "gridView7";
     this.gridView7.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView7.OptionsView.ShowGroupPanel = false;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.dbMenu);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(599, 279);
     this.xtraTabPage2.Text = "�˵���ϸ";
     //
     // dbMenu
     //
     this.dbMenu.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbMenu.Location = new System.Drawing.Point(0, 0);
     this.dbMenu.MainView = this.gridView2;
     this.dbMenu.Name = "dbMenu";
     this.dbMenu.Size = new System.Drawing.Size(599, 279);
     this.dbMenu.TabIndex = 0;
     this.dbMenu.Tag = "@db=�˵�";
     this.dbMenu.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView2});
     //
     // gridView2
     //
     this.gridView2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn32});
     this.gridView2.GridControl = this.dbMenu;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsNavigation.AutoFocusNewRow = true;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     this.gridView2.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView2_CellValueChanged);
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "����";
     this.gridColumn8.FieldName = "����ID";
     this.gridColumn8.Name = "gridColumn8";
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "�˵�����";
     this.gridColumn9.FieldName = "�˵�����";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 0;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "���";
     this.gridColumn10.FieldName = "���";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 1;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "�۸�";
     this.gridColumn11.FieldName = "�۸�";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 2;
     //
     // gridColumn32
     //
     this.gridColumn32.Caption = "ID";
     this.gridColumn32.FieldName = "ID";
     this.gridColumn32.Name = "gridColumn32";
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.dbMoney);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(599, 279);
     this.xtraTabPage3.Text = "������ϸ";
     //
     // dbMoney
     //
     this.dbMoney.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbMoney.Location = new System.Drawing.Point(0, 0);
     this.dbMoney.MainView = this.gridView3;
     this.dbMoney.Name = "dbMoney";
     this.dbMoney.Size = new System.Drawing.Size(599, 279);
     this.dbMoney.TabIndex = 0;
     this.dbMoney.Tag = "@db=��������";
     this.dbMoney.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView3});
     //
     // gridView3
     //
     this.gridView3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn12,
     this.gridColumn34});
     this.gridView3.GridControl = this.dbMoney;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsView.ShowGroupPanel = false;
     this.gridView3.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView3_CellValueChanged);
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "����";
     this.gridColumn6.FieldName = "�������";
     this.gridColumn6.Name = "gridColumn6";
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "���";
     this.gridColumn7.FieldName = "���";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 0;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "���";
     this.gridColumn12.FieldName = "���";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 1;
     //
     // gridColumn34
     //
     this.gridColumn34.Caption = "ID";
     this.gridColumn34.FieldName = "ID";
     this.gridColumn34.Name = "gridColumn34";
     //
     // xtraTabPage4
     //
     this.xtraTabPage4.Controls.Add(this.dbDev);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(599, 279);
     this.xtraTabPage4.Text = "���ѻ�";
     //
     // dbDev
     //
     this.dbDev.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbDev.Location = new System.Drawing.Point(0, 0);
     this.dbDev.MainView = this.gridView4;
     this.dbDev.Name = "dbDev";
     this.dbDev.Size = new System.Drawing.Size(599, 279);
     this.dbDev.TabIndex = 0;
     this.dbDev.Tag = "@db=���ѻ�";
     this.dbDev.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView4});
     //
     // gridView4
     //
     this.gridView4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn30,
     this.gridColumn23,
     this.gridColumn15,
     this.gridColumn29,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn18,
     this.gridColumn19,
     this.gridColumn20,
     this.gridColumn21,
     this.gridColumn24,
     this.gridColumn25,
     this.gridColumn26,
     this.gridColumn27,
     this.gridColumn28,
     this.gridColumn33,
     this.gridColumn22,
     this.gridColumn41,
     this.gridColumn42});
     this.gridView4.GridControl = this.dbDev;
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsPrint.AutoWidth = false;
     this.gridView4.OptionsView.ColumnAutoWidth = false;
     this.gridView4.OptionsView.ShowGroupPanel = false;
     this.gridView4.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView4_CellValueChanged);
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "�豸����";
     this.gridColumn13.FieldName = "�豸";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 0;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "���";
     this.gridColumn14.FieldName = "���";
     this.gridColumn14.Name = "gridColumn14";
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "����";
     this.gridColumn30.FieldName = "��������";
     this.gridColumn30.Name = "gridColumn30";
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "����";
     this.gridColumn23.FieldName = "����";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 1;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "IP��ַ";
     this.gridColumn15.FieldName = "IP��ַ";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 2;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "ͨѶ���";
     this.gridColumn29.FieldName = "ͨѶ���";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 3;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "�˿�";
     this.gridColumn16.FieldName = "�˿�";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "����";
     this.gridColumn17.FieldName = "����";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 5;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "վַ";
     this.gridColumn18.FieldName = "վַ";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 6;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "������";
     this.gridColumn19.FieldName = "������";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 7;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "����λ";
     this.gridColumn20.FieldName = "����λ";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 8;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "ֹͣλ";
     this.gridColumn21.FieldName = "ֹͣλ";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 9;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "ϵͳ����";
     this.gridColumn24.FieldName = "ϵͳ����";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 10;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "�û�����";
     this.gridColumn25.FieldName = "�û�����";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 11;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "��Ƭ���� ";
     this.gridColumn26.FieldName = "��Ƭ����";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 12;
     //
     // gridColumn27
     //
     this.gridColumn27.Caption = "��ʾ��ʱ";
     this.gridColumn27.FieldName = "��ʾ��ʱ";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 13;
     //
     // gridColumn28
     //
     this.gridColumn28.Caption = "�ռ�澯";
     this.gridColumn28.FieldName = "�ռ�澯";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 14;
     //
     // gridColumn33
     //
     this.gridColumn33.Caption = "ID";
     this.gridColumn33.FieldName = "ID";
     this.gridColumn33.Name = "gridColumn33";
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "ͨѶ����";
     this.gridColumn22.FieldName = "ͨѶ����";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 15;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption = "����������";
     this.gridColumn41.FieldName = "����������";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.Visible = true;
     this.gridColumn41.VisibleIndex = 16;
     //
     // gridColumn42
     //
     this.gridColumn42.Caption = "ȡ����������";
     this.gridColumn42.FieldName = "ȡ����������";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 17;
     //
     // panelControl9
     //
     this.panelControl9.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl9.Controls.Add(this.btnSave);
     this.panelControl9.Controls.Add(this.btnDel);
     this.panelControl9.Controls.Add(this.btnAdd);
     this.panelControl9.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl9.Location = new System.Drawing.Point(0, 0);
     this.panelControl9.Name = "panelControl9";
     this.panelControl9.Size = new System.Drawing.Size(608, 45);
     this.panelControl9.TabIndex = 0;
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(178, 9);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(69, 28);
     this.btnSave.TabIndex = 3;
     this.btnSave.Text = "����";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnDel
     //
     this.btnDel.Location = new System.Drawing.Point(90, 9);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(69, 28);
     this.btnDel.TabIndex = 4;
     this.btnDel.Text = "ɾ��";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(5, 9);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(69, 28);
     this.btnAdd.TabIndex = 2;
     this.btnAdd.Text = "���";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click_1);
     //
     // panelControl10
     //
     this.panelControl10.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl10.Controls.Add(this.comboBox1);
     this.panelControl10.Controls.Add(this.labelControl3);
     this.panelControl10.Controls.Add(this.checkEdit14);
     this.panelControl10.Controls.Add(this.checkEdit13);
     this.panelControl10.Controls.Add(this.checkEdit12);
     this.panelControl10.Controls.Add(this.checkEdit11);
     this.panelControl10.Controls.Add(this.checkEdit10);
     this.panelControl10.Controls.Add(this.checkEdit9);
     this.panelControl10.Controls.Add(this.checkEdit8);
     this.panelControl10.Controls.Add(this.checkEdit7);
     this.panelControl10.Controls.Add(this.checkEdit6);
     this.panelControl10.Controls.Add(this.checkEdit5);
     this.panelControl10.Controls.Add(this.checkEdit4);
     this.panelControl10.Controls.Add(this.checkEdit3);
     this.panelControl10.Controls.Add(this.checkEdit2);
     this.panelControl10.Controls.Add(this.checkEdit1);
     this.panelControl10.Controls.Add(this.cboOk);
     this.panelControl10.Controls.Add(this.cboEateryType);
     this.panelControl10.Controls.Add(this.txtRemark);
     this.panelControl10.Controls.Add(this.labelControl11);
     this.panelControl10.Controls.Add(this.txtSZMoney);
     this.panelControl10.Controls.Add(this.txtTimeMoney);
     this.panelControl10.Controls.Add(this.txtDateCount);
     this.panelControl10.Controls.Add(this.txtDateMax);
     this.panelControl10.Controls.Add(this.txtCountMoney);
     this.panelControl10.Controls.Add(this.txtTimeMax);
     this.panelControl10.Controls.Add(this.labelControl10);
     this.panelControl10.Controls.Add(this.labelControl9);
     this.panelControl10.Controls.Add(this.labelControl8);
     this.panelControl10.Controls.Add(this.labelControl7);
     this.panelControl10.Controls.Add(this.labelControl6);
     this.panelControl10.Controls.Add(this.labelControl5);
     this.panelControl10.Controls.Add(this.txtCardMax);
     this.panelControl10.Controls.Add(this.labelControl4);
     this.panelControl10.Controls.Add(this.txtDinName);
     this.panelControl10.Controls.Add(this.labelControl2);
     this.panelControl10.Controls.Add(this.labelControl1);
     this.panelControl10.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl10.Location = new System.Drawing.Point(2, 2);
     this.panelControl10.Name = "panelControl10";
     this.panelControl10.Size = new System.Drawing.Size(608, 242);
     this.panelControl10.TabIndex = 90;
     this.panelControl10.Tag = "@db=������";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "ֱ�ӿ���",
     "ƾ�ܿ���",
     "ˢ��ƾ�ܿ���"});
     this.comboBox1.Location = new System.Drawing.Point(78, 123);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(113, 22);
     this.comboBox1.TabIndex = 10;
     this.comboBox1.Tag = "@fld=������ʽ";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(22, 125);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(52, 14);
     this.labelControl3.TabIndex = 51;
     this.labelControl3.Text = "������ʽ:";
     //
     // checkEdit14
     //
     this.checkEdit14.Location = new System.Drawing.Point(342, 214);
     this.checkEdit14.Name = "checkEdit14";
     this.checkEdit14.Properties.Caption = "�ɳ���";
     this.checkEdit14.Size = new System.Drawing.Size(103, 19);
     this.checkEdit14.TabIndex = 49;
     this.checkEdit14.Tag = "@fld=�ɳ���";
     //
     // checkEdit13
     //
     this.checkEdit13.Location = new System.Drawing.Point(463, 214);
     this.checkEdit13.Name = "checkEdit13";
     this.checkEdit13.Properties.Caption = "ƾ������";
     this.checkEdit13.Size = new System.Drawing.Size(103, 19);
     this.checkEdit13.TabIndex = 50;
     this.checkEdit13.Tag = "@fld=ƾ������";
     //
     // checkEdit12
     //
     this.checkEdit12.Location = new System.Drawing.Point(463, 189);
     this.checkEdit12.Name = "checkEdit12";
     this.checkEdit12.Properties.Caption = "��������";
     this.checkEdit12.Size = new System.Drawing.Size(74, 19);
     this.checkEdit12.TabIndex = 45;
     this.checkEdit12.Tag = "@fld=��������";
     //
     // checkEdit11
     //
     this.checkEdit11.Location = new System.Drawing.Point(22, 214);
     this.checkEdit11.Name = "checkEdit11";
     this.checkEdit11.Properties.Caption = "��ӡ��¼";
     this.checkEdit11.Size = new System.Drawing.Size(74, 19);
     this.checkEdit11.TabIndex = 46;
     this.checkEdit11.Tag = "@fld=��ӡ��¼";
     //
     // checkEdit10
     //
     this.checkEdit10.Location = new System.Drawing.Point(137, 214);
     this.checkEdit10.Name = "checkEdit10";
     this.checkEdit10.Properties.Caption = "���ֽ�����";
     this.checkEdit10.Size = new System.Drawing.Size(93, 19);
     this.checkEdit10.TabIndex = 47;
     this.checkEdit10.Tag = "@fld=���ֽ�����";
     //
     // checkEdit9
     //
     this.checkEdit9.Location = new System.Drawing.Point(249, 214);
     this.checkEdit9.Name = "checkEdit9";
     this.checkEdit9.Properties.Caption = "����������";
     this.checkEdit9.Size = new System.Drawing.Size(87, 19);
     this.checkEdit9.TabIndex = 48;
     this.checkEdit9.Tag = "@fld=����������";
     //
     // checkEdit8
     //
     this.checkEdit8.Location = new System.Drawing.Point(342, 189);
     this.checkEdit8.Name = "checkEdit8";
     this.checkEdit8.Properties.Caption = "����ֱ�ӿ۷�";
     this.checkEdit8.Size = new System.Drawing.Size(115, 19);
     this.checkEdit8.TabIndex = 44;
     this.checkEdit8.Tag = "@fld=����ֱ�ӿ۷�";
     //
     // checkEdit7
     //
     this.checkEdit7.Location = new System.Drawing.Point(22, 189);
     this.checkEdit7.Name = "checkEdit7";
     this.checkEdit7.Properties.Caption = "ֱ��ȡ������";
     this.checkEdit7.Size = new System.Drawing.Size(109, 19);
     this.checkEdit7.TabIndex = 41;
     this.checkEdit7.Tag = "@fld=ֱ��ȡ������";
     //
     // checkEdit6
     //
     this.checkEdit6.Location = new System.Drawing.Point(137, 189);
     this.checkEdit6.Name = "checkEdit6";
     this.checkEdit6.Properties.Caption = "������";
     this.checkEdit6.Size = new System.Drawing.Size(93, 19);
     this.checkEdit6.TabIndex = 42;
     this.checkEdit6.Tag = "@fld=������";
     //
     // checkEdit5
     //
     this.checkEdit5.Location = new System.Drawing.Point(461, 164);
     this.checkEdit5.Name = "checkEdit5";
     this.checkEdit5.Properties.Caption = "ƾ��ȡ������";
     this.checkEdit5.Size = new System.Drawing.Size(114, 19);
     this.checkEdit5.TabIndex = 40;
     this.checkEdit5.Tag = "@fld=ƾ��ȡ������";
     //
     // checkEdit4
     //
     this.checkEdit4.Location = new System.Drawing.Point(249, 189);
     this.checkEdit4.Name = "checkEdit4";
     this.checkEdit4.Properties.Caption = "�ɳ�ʼ��";
     this.checkEdit4.Size = new System.Drawing.Size(74, 19);
     this.checkEdit4.TabIndex = 43;
     this.checkEdit4.Tag = "@fld=�ɳ�ʼ��";
     //
     // checkEdit3
     //
     this.checkEdit3.Location = new System.Drawing.Point(342, 164);
     this.checkEdit3.Name = "checkEdit3";
     this.checkEdit3.Properties.Caption = "ʱ������";
     this.checkEdit3.Size = new System.Drawing.Size(74, 19);
     this.checkEdit3.TabIndex = 39;
     this.checkEdit3.Tag = "@fld=ʱ������";
     //
     // checkEdit2
     //
     this.checkEdit2.Location = new System.Drawing.Point(249, 164);
     this.checkEdit2.Name = "checkEdit2";
     this.checkEdit2.Properties.Caption = "�������";
     this.checkEdit2.Size = new System.Drawing.Size(74, 19);
     this.checkEdit2.TabIndex = 38;
     this.checkEdit2.Tag = "@fld=�������";
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(137, 164);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "������ʱ";
     this.checkEdit1.Size = new System.Drawing.Size(74, 19);
     this.checkEdit1.TabIndex = 37;
     this.checkEdit1.Tag = "@fld=������ʱ";
     //
     // cboOk
     //
     this.cboOk.Location = new System.Drawing.Point(22, 164);
     this.cboOk.Name = "cboOk";
     this.cboOk.Properties.Caption = "�������";
     this.cboOk.Size = new System.Drawing.Size(74, 19);
     this.cboOk.TabIndex = 36;
     this.cboOk.Tag = "@fld=�������";
     //
     // cboEateryType
     //
     this.cboEateryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEateryType.FormattingEnabled = true;
     this.cboEateryType.Items.AddRange(new object[] {
     "�����Ʒ�",
     "ʱ�ζ���",
     "�ƴζ���"});
     this.cboEateryType.Location = new System.Drawing.Point(263, 12);
     this.cboEateryType.Name = "cboEateryType";
     this.cboEateryType.Size = new System.Drawing.Size(121, 22);
     this.cboEateryType.TabIndex = 2;
     this.cboEateryType.Tag = "@fld=�������";
     //
     // txtRemark
     //
     this.txtRemark.Location = new System.Drawing.Point(263, 120);
     this.txtRemark.Name = "txtRemark";
     this.txtRemark.Size = new System.Drawing.Size(309, 21);
     this.txtRemark.TabIndex = 11;
     this.txtRemark.Tag = "@fld=��ע";
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(203, 125);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(28, 14);
     this.labelControl11.TabIndex = 21;
     this.labelControl11.Text = "��ע:";
     //
     // txtSZMoney
     //
     this.txtSZMoney.Location = new System.Drawing.Point(463, 89);
     this.txtSZMoney.Name = "txtSZMoney";
     this.txtSZMoney.Size = new System.Drawing.Size(112, 21);
     this.txtSZMoney.TabIndex = 9;
     this.txtSZMoney.Tag = "@fld=�����޶�";
     //
     // txtTimeMoney
     //
     this.txtTimeMoney.Location = new System.Drawing.Point(263, 85);
     this.txtTimeMoney.Name = "txtTimeMoney";
     this.txtTimeMoney.Size = new System.Drawing.Size(121, 21);
     this.txtTimeMoney.TabIndex = 8;
     this.txtTimeMoney.Tag = "@fld=ʱ���޶�";
     //
     // txtDateCount
     //
     this.txtDateCount.Location = new System.Drawing.Point(463, 50);
     this.txtDateCount.Name = "txtDateCount";
     this.txtDateCount.Size = new System.Drawing.Size(112, 21);
     this.txtDateCount.TabIndex = 6;
     this.txtDateCount.Tag = "@fld=ÿ���޴�";
     //
     // txtDateMax
     //
     this.txtDateMax.Location = new System.Drawing.Point(81, 85);
     this.txtDateMax.Name = "txtDateMax";
     this.txtDateMax.Size = new System.Drawing.Size(110, 21);
     this.txtDateMax.TabIndex = 7;
     this.txtDateMax.Tag = "@fld=ÿ���޶�";
     //
     // txtCountMoney
     //
     this.txtCountMoney.Location = new System.Drawing.Point(263, 50);
     this.txtCountMoney.Name = "txtCountMoney";
     this.txtCountMoney.Size = new System.Drawing.Size(121, 21);
     this.txtCountMoney.TabIndex = 5;
     this.txtCountMoney.Tag = "@fld=�����޶�";
     //
     // txtTimeMax
     //
     this.txtTimeMax.Location = new System.Drawing.Point(463, 13);
     this.txtTimeMax.Name = "txtTimeMax";
     this.txtTimeMax.Size = new System.Drawing.Size(112, 21);
     this.txtTimeMax.TabIndex = 3;
     this.txtTimeMax.Tag = "@fld=ʱ���޴�";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(403, 90);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(52, 14);
     this.labelControl10.TabIndex = 13;
     this.labelControl10.Text = "�����޶�:";
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(203, 86);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(52, 14);
     this.labelControl9.TabIndex = 12;
     this.labelControl9.Text = "ʱ���޶�:";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(22, 86);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(52, 14);
     this.labelControl8.TabIndex = 11;
     this.labelControl8.Text = "ÿ���޶�:";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(203, 51);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(52, 14);
     this.labelControl7.TabIndex = 10;
     this.labelControl7.Text = "�����޶�:";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(403, 51);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(52, 14);
     this.labelControl6.TabIndex = 9;
     this.labelControl6.Text = "ÿ���޴�:";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(403, 18);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(52, 14);
     this.labelControl5.TabIndex = 8;
     this.labelControl5.Text = "ʱ���޴�:";
     //
     // txtCardMax
     //
     this.txtCardMax.Location = new System.Drawing.Point(81, 50);
     this.txtCardMax.Name = "txtCardMax";
     this.txtCardMax.Size = new System.Drawing.Size(110, 21);
     this.txtCardMax.TabIndex = 4;
     this.txtCardMax.Tag = "@fld=���޶�";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(34, 51);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(40, 14);
     this.labelControl4.TabIndex = 6;
     this.labelControl4.Text = "���޶�:";
     //
     // txtDinName
     //
     this.txtDinName.Location = new System.Drawing.Point(81, 13);
     this.txtDinName.Name = "txtDinName";
     this.txtDinName.Size = new System.Drawing.Size(110, 21);
     this.txtDinName.TabIndex = 1;
     this.txtDinName.Tag = "@fld=����";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(203, 14);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(52, 14);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "�������:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(22, 14);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(52, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "��������:";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.simpleButton1);
     this.panelControl3.Controls.Add(this.BtCancel);
     this.panelControl3.Controls.Add(this.btnDinSave);
     this.panelControl3.Controls.Add(this.btnDinAdd);
     this.panelControl3.Controls.Add(this.btnDinDel);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl3.Location = new System.Drawing.Point(2, 2);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(799, 48);
     this.panelControl3.TabIndex = 58;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(112, 8);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(69, 30);
     this.simpleButton1.TabIndex = 2;
     this.simpleButton1.Text = "�������";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // BtCancel
     //
     this.BtCancel.Location = new System.Drawing.Point(367, 8);
     this.BtCancel.Name = "BtCancel";
     this.BtCancel.Size = new System.Drawing.Size(69, 30);
     this.BtCancel.TabIndex = 1;
     this.BtCancel.Text = "�˳�";
     this.BtCancel.Click += new System.EventHandler(this.BtCancel_Click);
     //
     // btnDinSave
     //
     this.btnDinSave.Location = new System.Drawing.Point(279, 8);
     this.btnDinSave.Name = "btnDinSave";
     this.btnDinSave.Size = new System.Drawing.Size(69, 30);
     this.btnDinSave.TabIndex = 1;
     this.btnDinSave.Text = "����";
     this.btnDinSave.Click += new System.EventHandler(this.btnDinSave_Click);
     //
     // btnDinAdd
     //
     this.btnDinAdd.Location = new System.Drawing.Point(27, 8);
     this.btnDinAdd.Name = "btnDinAdd";
     this.btnDinAdd.Size = new System.Drawing.Size(69, 30);
     this.btnDinAdd.TabIndex = 0;
     this.btnDinAdd.Text = "����ܲ���";
     this.btnDinAdd.Click += new System.EventHandler(this.btnDinAdd_Click_1);
     //
     // btnDinDel
     //
     this.btnDinDel.Location = new System.Drawing.Point(194, 8);
     this.btnDinDel.Name = "btnDinDel";
     this.btnDinDel.Size = new System.Drawing.Size(69, 30);
     this.btnDinDel.TabIndex = 1;
     this.btnDinDel.Text = "ɾ��";
     this.btnDinDel.Click += new System.EventHandler(this.btnDinDel_Click_1);
     //
     // gridView5
     //
     this.gridView5.Name = "gridView5";
     //
     // gridView6
     //
     this.gridView6.Name = "gridView6";
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "ID";
     this.gridColumn31.FieldName = "ID";
     this.gridColumn31.Name = "gridColumn31";
     //
     // FrmRestaurant
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(803, 653);
     this.Controls.Add(this.panelControl1);
     this.Name = "FrmRestaurant";
     this.Text = "������������";
     this.Load += new System.EventHandler(this.FrmRestaurant_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TreeDin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
     this.panelControl7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
     this.panelControl8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dbEatery)).EndInit();
     this.dbEatery.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dbEateyTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView7)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dbMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dbMoney)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     this.xtraTabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dbDev)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
     this.panelControl9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).EndInit();
     this.panelControl10.ResumeLayout(false);
     this.panelControl10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboOk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSZMoney.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeMoney.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateCount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateMax.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCountMoney.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeMax.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCardMax.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDinName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).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.grdShiftSetting = new DevExpress.XtraGrid.GridControl();
     this.grvShiftSetting = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colShiftCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colShiftName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rpeWorkEnd = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.grbShiftInfo = new System.Windows.Forms.GroupBox();
     this.btnApplyAll = new System.Windows.Forms.Button();
     this.ckbDayoff1 = new DevExpress.XtraEditors.CheckEdit();
     this.ckbDayoff7 = new DevExpress.XtraEditors.CheckEdit();
     this.ckbDayoff6 = new DevExpress.XtraEditors.CheckEdit();
     this.ckbDayoff5 = new DevExpress.XtraEditors.CheckEdit();
     this.ckbDayoff4 = new DevExpress.XtraEditors.CheckEdit();
     this.ckbDayoff3 = new DevExpress.XtraEditors.CheckEdit();
     this.ckbDayoff2 = new DevExpress.XtraEditors.CheckEdit();
     this.tedOTAfterEnd1 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakEnd1 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterEnd7 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakEnd7 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterEnd6 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakEnd6 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterEnd5 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakEnd5 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterEnd4 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakEnd4 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterEnd3 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakEnd3 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterEnd2 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakEnd2 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeEnd1 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkEnd1 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeEnd7 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkEnd7 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeEnd6 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkEnd6 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeEnd5 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkEnd5 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeEnd4 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkEnd4 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeEnd3 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkEnd3 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeEnd2 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkEnd2 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterStart1 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakStart1 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterStart7 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakStart7 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterStart6 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakStart6 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterStart5 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakStart5 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterStart4 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakStart4 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterStart3 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakStart3 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTAfterStart2 = new DevExpress.XtraEditors.TimeEdit();
     this.tedBreakStart2 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeStart1 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkStart1 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeStart7 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkStart7 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeStart6 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkStart6 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeStart5 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkStart5 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeStart4 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkStart4 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeStart3 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkStart3 = new DevExpress.XtraEditors.TimeEdit();
     this.tedOTBeforeStart2 = new DevExpress.XtraEditors.TimeEdit();
     this.tedWorkStart2 = new DevExpress.XtraEditors.TimeEdit();
     this.Sample = new System.Windows.Forms.Label();
     this.lblDayoff = new System.Windows.Forms.Label();
     this.lblOTAfterEnd = new System.Windows.Forms.Label();
     this.lblBreakEnd = new System.Windows.Forms.Label();
     this.lblOTBeforeEnd = new System.Windows.Forms.Label();
     this.lblWorkEnd = new System.Windows.Forms.Label();
     this.lblOTAfterStart = new System.Windows.Forms.Label();
     this.lblBreakStart = new System.Windows.Forms.Label();
     this.txtHilightColorCode = new DevExpress.XtraEditors.TextEdit();
     this.txtShiftAllowance = new DevExpress.XtraEditors.TextEdit();
     this.txtShiftName = new DevExpress.XtraEditors.TextEdit();
     this.lblOTBeforeStart = new System.Windows.Forms.Label();
     this.lblWorkStart = new System.Windows.Forms.Label();
     this.lblSunday = new System.Windows.Forms.Label();
     this.lblSaturday = new System.Windows.Forms.Label();
     this.lblFriday = new System.Windows.Forms.Label();
     this.lblThursday = new System.Windows.Forms.Label();
     this.lblWednesday = new System.Windows.Forms.Label();
     this.lblTuesday = new System.Windows.Forms.Label();
     this.lblHilightColorCode = new System.Windows.Forms.Label();
     this.lblShiftAllowance = new System.Windows.Forms.Label();
     this.lblMonday = new System.Windows.Forms.Label();
     this.lblShiftName = new System.Windows.Forms.Label();
     this.txtShiftCode = new DevExpress.XtraEditors.TextEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.lblShiftCode = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.pnlFWCommand.SuspendLayout();
     this.pnlFWClose.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdShiftSetting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvShiftSetting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpeWorkEnd)).BeginInit();
     this.grbShiftInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHilightColorCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShiftAllowance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShiftName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShiftCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // pnlFWCommand
     //
     this.pnlFWCommand.Size = new System.Drawing.Size(994, 38);
     //
     // btnFWDelete
     //
     this.btnFWDelete.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWDelete.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnFWDelete.Appearance.Options.UseFont = true;
     this.btnFWDelete.Appearance.Options.UseForeColor = true;
     this.btnFWDelete.LookAndFeel.SkinName = "Blue";
     this.btnFWDelete.LookAndFeel.UseDefaultLookAndFeel = false;
     //
     // btnFWSave
     //
     this.btnFWSave.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWSave.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnFWSave.Appearance.Options.UseFont = true;
     this.btnFWSave.Appearance.Options.UseForeColor = true;
     this.btnFWSave.LookAndFeel.SkinName = "Blue";
     this.btnFWSave.LookAndFeel.UseDefaultLookAndFeel = false;
     //
     // btnFWAdd
     //
     this.btnFWAdd.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWAdd.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnFWAdd.Appearance.Options.UseFont = true;
     this.btnFWAdd.Appearance.Options.UseForeColor = true;
     this.btnFWAdd.LookAndFeel.SkinName = "Blue";
     this.btnFWAdd.LookAndFeel.UseDefaultLookAndFeel = false;
     //
     // pnlFWClose
     //
     this.pnlFWClose.Location = new System.Drawing.Point(843, 0);
     //
     // btnFWClose
     //
     this.btnFWClose.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWClose.Appearance.ForeColor = System.Drawing.SystemColors.MenuText;
     this.btnFWClose.Appearance.Options.UseFont = true;
     this.btnFWClose.Appearance.Options.UseForeColor = true;
     this.btnFWClose.LookAndFeel.SkinName = "Blue";
     this.btnFWClose.LookAndFeel.UseDefaultLookAndFeel = false;
     //
     // lblFWDecorateingLine
     //
     this.lblFWDecorateingLine.Size = new System.Drawing.Size(994, 2);
     //
     // btnFWReset
     //
     this.btnFWReset.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWReset.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnFWReset.Appearance.Options.UseFont = true;
     this.btnFWReset.Appearance.Options.UseForeColor = true;
     this.btnFWReset.LookAndFeel.SkinName = "Blue";
     this.btnFWReset.LookAndFeel.UseDefaultLookAndFeel = false;
     //
     // btnExport
     //
     this.btnExport.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnExport.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnExport.Appearance.Options.UseFont = true;
     this.btnExport.Appearance.Options.UseForeColor = true;
     this.btnExport.LookAndFeel.SkinName = "Blue";
     this.btnExport.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnExport.Visible = false;
     //
     // grdShiftSetting
     //
     this.grdShiftSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grdShiftSetting.EmbeddedNavigator.Name = "";
     this.grdShiftSetting.FormsUseDefaultLookAndFeel = false;
     this.grdShiftSetting.Location = new System.Drawing.Point(0, 1);
     this.grdShiftSetting.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grdShiftSetting.MainView = this.grvShiftSetting;
     this.grdShiftSetting.Name = "grdShiftSetting";
     this.grdShiftSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.rpeWorkEnd});
     this.grdShiftSetting.Size = new System.Drawing.Size(277, 498);
     this.grdShiftSetting.TabIndex = 54;
     this.grdShiftSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grvShiftSetting});
     //
     // grvShiftSetting
     //
     this.grvShiftSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colShiftCode,
     this.colShiftName});
     this.grvShiftSetting.GridControl = this.grdShiftSetting;
     this.grvShiftSetting.Name = "grvShiftSetting";
     this.grvShiftSetting.OptionsView.ShowGroupPanel = false;
     this.grvShiftSetting.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.grvShiftSetting_FocusedRowChanged);
     this.grvShiftSetting.Click += new System.EventHandler(this.grvShiftSetting_Click);
     this.grvShiftSetting.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.grvShiftSetting_RowCellStyle);
     //
     // colShiftCode
     //
     this.colShiftCode.Caption = "ShiftCode";
     this.colShiftCode.FieldName = "ShiftCode";
     this.colShiftCode.Name = "colShiftCode";
     this.colShiftCode.OptionsColumn.AllowEdit = false;
     this.colShiftCode.Visible = true;
     this.colShiftCode.VisibleIndex = 0;
     this.colShiftCode.Width = 73;
     //
     // colShiftName
     //
     this.colShiftName.Caption = "ShiftName";
     this.colShiftName.FieldName = "ShiftName";
     this.colShiftName.Name = "colShiftName";
     this.colShiftName.OptionsColumn.AllowEdit = false;
     this.colShiftName.Visible = true;
     this.colShiftName.VisibleIndex = 1;
     this.colShiftName.Width = 192;
     //
     // rpeWorkEnd
     //
     this.rpeWorkEnd.AutoHeight = false;
     this.rpeWorkEnd.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.rpeWorkEnd.Mask.EditMask = "HH:mm:ss";
     this.rpeWorkEnd.Mask.UseMaskAsDisplayFormat = true;
     this.rpeWorkEnd.Name = "rpeWorkEnd";
     //
     // grbShiftInfo
     //
     this.grbShiftInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grbShiftInfo.Controls.Add(this.btnApplyAll);
     this.grbShiftInfo.Controls.Add(this.ckbDayoff1);
     this.grbShiftInfo.Controls.Add(this.ckbDayoff7);
     this.grbShiftInfo.Controls.Add(this.ckbDayoff6);
     this.grbShiftInfo.Controls.Add(this.ckbDayoff5);
     this.grbShiftInfo.Controls.Add(this.ckbDayoff4);
     this.grbShiftInfo.Controls.Add(this.ckbDayoff3);
     this.grbShiftInfo.Controls.Add(this.ckbDayoff2);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterEnd1);
     this.grbShiftInfo.Controls.Add(this.tedBreakEnd1);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterEnd7);
     this.grbShiftInfo.Controls.Add(this.tedBreakEnd7);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterEnd6);
     this.grbShiftInfo.Controls.Add(this.tedBreakEnd6);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterEnd5);
     this.grbShiftInfo.Controls.Add(this.tedBreakEnd5);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterEnd4);
     this.grbShiftInfo.Controls.Add(this.tedBreakEnd4);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterEnd3);
     this.grbShiftInfo.Controls.Add(this.tedBreakEnd3);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterEnd2);
     this.grbShiftInfo.Controls.Add(this.tedBreakEnd2);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeEnd1);
     this.grbShiftInfo.Controls.Add(this.tedWorkEnd1);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeEnd7);
     this.grbShiftInfo.Controls.Add(this.tedWorkEnd7);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeEnd6);
     this.grbShiftInfo.Controls.Add(this.tedWorkEnd6);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeEnd5);
     this.grbShiftInfo.Controls.Add(this.tedWorkEnd5);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeEnd4);
     this.grbShiftInfo.Controls.Add(this.tedWorkEnd4);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeEnd3);
     this.grbShiftInfo.Controls.Add(this.tedWorkEnd3);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeEnd2);
     this.grbShiftInfo.Controls.Add(this.tedWorkEnd2);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterStart1);
     this.grbShiftInfo.Controls.Add(this.tedBreakStart1);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterStart7);
     this.grbShiftInfo.Controls.Add(this.tedBreakStart7);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterStart6);
     this.grbShiftInfo.Controls.Add(this.tedBreakStart6);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterStart5);
     this.grbShiftInfo.Controls.Add(this.tedBreakStart5);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterStart4);
     this.grbShiftInfo.Controls.Add(this.tedBreakStart4);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterStart3);
     this.grbShiftInfo.Controls.Add(this.tedBreakStart3);
     this.grbShiftInfo.Controls.Add(this.tedOTAfterStart2);
     this.grbShiftInfo.Controls.Add(this.tedBreakStart2);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeStart1);
     this.grbShiftInfo.Controls.Add(this.tedWorkStart1);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeStart7);
     this.grbShiftInfo.Controls.Add(this.tedWorkStart7);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeStart6);
     this.grbShiftInfo.Controls.Add(this.tedWorkStart6);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeStart5);
     this.grbShiftInfo.Controls.Add(this.tedWorkStart5);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeStart4);
     this.grbShiftInfo.Controls.Add(this.tedWorkStart4);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeStart3);
     this.grbShiftInfo.Controls.Add(this.tedWorkStart3);
     this.grbShiftInfo.Controls.Add(this.tedOTBeforeStart2);
     this.grbShiftInfo.Controls.Add(this.tedWorkStart2);
     this.grbShiftInfo.Controls.Add(this.Sample);
     this.grbShiftInfo.Controls.Add(this.lblDayoff);
     this.grbShiftInfo.Controls.Add(this.lblOTAfterEnd);
     this.grbShiftInfo.Controls.Add(this.lblBreakEnd);
     this.grbShiftInfo.Controls.Add(this.lblOTBeforeEnd);
     this.grbShiftInfo.Controls.Add(this.lblWorkEnd);
     this.grbShiftInfo.Controls.Add(this.lblOTAfterStart);
     this.grbShiftInfo.Controls.Add(this.lblBreakStart);
     this.grbShiftInfo.Controls.Add(this.txtHilightColorCode);
     this.grbShiftInfo.Controls.Add(this.txtShiftAllowance);
     this.grbShiftInfo.Controls.Add(this.txtShiftName);
     this.grbShiftInfo.Controls.Add(this.lblOTBeforeStart);
     this.grbShiftInfo.Controls.Add(this.lblWorkStart);
     this.grbShiftInfo.Controls.Add(this.lblSunday);
     this.grbShiftInfo.Controls.Add(this.lblSaturday);
     this.grbShiftInfo.Controls.Add(this.lblFriday);
     this.grbShiftInfo.Controls.Add(this.lblThursday);
     this.grbShiftInfo.Controls.Add(this.lblWednesday);
     this.grbShiftInfo.Controls.Add(this.lblTuesday);
     this.grbShiftInfo.Controls.Add(this.lblHilightColorCode);
     this.grbShiftInfo.Controls.Add(this.lblShiftAllowance);
     this.grbShiftInfo.Controls.Add(this.lblMonday);
     this.grbShiftInfo.Controls.Add(this.lblShiftName);
     this.grbShiftInfo.Controls.Add(this.txtShiftCode);
     this.grbShiftInfo.Controls.Add(this.label1);
     this.grbShiftInfo.Controls.Add(this.lblShiftCode);
     this.grbShiftInfo.Controls.Add(this.label3);
     this.grbShiftInfo.Location = new System.Drawing.Point(283, 1);
     this.grbShiftInfo.Name = "grbShiftInfo";
     this.grbShiftInfo.Size = new System.Drawing.Size(708, 498);
     this.grbShiftInfo.TabIndex = 55;
     this.grbShiftInfo.TabStop = false;
     this.grbShiftInfo.Text = "Shift info";
     //
     // btnApplyAll
     //
     this.btnApplyAll.AutoSize = true;
     this.btnApplyAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnApplyAll.Location = new System.Drawing.Point(79, 292);
     this.btnApplyAll.Name = "btnApplyAll";
     this.btnApplyAll.Size = new System.Drawing.Size(75, 25);
     this.btnApplyAll.TabIndex = 9;
     this.btnApplyAll.Text = "Apply all";
     this.btnApplyAll.UseVisualStyleBackColor = true;
     this.btnApplyAll.Click += new System.EventHandler(this.btnApplyAll_Click);
     //
     // ckbDayoff1
     //
     this.ckbDayoff1.Location = new System.Drawing.Point(671, 269);
     this.ckbDayoff1.Name = "ckbDayoff1";
     this.ckbDayoff1.Properties.Caption = "";
     this.ckbDayoff1.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.ckbDayoff1.Properties.NullText = "False";
     this.ckbDayoff1.Properties.ValueGrayed = false;
     this.ckbDayoff1.Size = new System.Drawing.Size(19, 19);
     this.ckbDayoff1.TabIndex = 40;
     this.ckbDayoff1.CheckedChanged += new System.EventHandler(this.ckbDayoff1_CheckedChanged);
     //
     // ckbDayoff7
     //
     this.ckbDayoff7.Location = new System.Drawing.Point(671, 244);
     this.ckbDayoff7.Name = "ckbDayoff7";
     this.ckbDayoff7.Properties.Caption = "";
     this.ckbDayoff7.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.ckbDayoff7.Properties.NullText = "False";
     this.ckbDayoff7.Properties.ValueGrayed = false;
     this.ckbDayoff7.Size = new System.Drawing.Size(19, 19);
     this.ckbDayoff7.TabIndex = 39;
     this.ckbDayoff7.EditValueChanged += new System.EventHandler(this.ckbDayoff7_EditValueChanged);
     //
     // ckbDayoff6
     //
     this.ckbDayoff6.Location = new System.Drawing.Point(671, 219);
     this.ckbDayoff6.Name = "ckbDayoff6";
     this.ckbDayoff6.Properties.Caption = "";
     this.ckbDayoff6.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.ckbDayoff6.Properties.NullText = "False";
     this.ckbDayoff6.Properties.ValueGrayed = false;
     this.ckbDayoff6.Size = new System.Drawing.Size(19, 19);
     this.ckbDayoff6.TabIndex = 38;
     this.ckbDayoff6.EditValueChanged += new System.EventHandler(this.ckbDayoff6_EditValueChanged);
     //
     // ckbDayoff5
     //
     this.ckbDayoff5.Location = new System.Drawing.Point(671, 195);
     this.ckbDayoff5.Name = "ckbDayoff5";
     this.ckbDayoff5.Properties.Caption = "";
     this.ckbDayoff5.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.ckbDayoff5.Properties.NullText = "False";
     this.ckbDayoff5.Properties.ValueGrayed = false;
     this.ckbDayoff5.Size = new System.Drawing.Size(19, 19);
     this.ckbDayoff5.TabIndex = 37;
     this.ckbDayoff5.EditValueChanged += new System.EventHandler(this.ckbDayoff5_EditValueChanged);
     //
     // ckbDayoff4
     //
     this.ckbDayoff4.Location = new System.Drawing.Point(671, 170);
     this.ckbDayoff4.Name = "ckbDayoff4";
     this.ckbDayoff4.Properties.Caption = "";
     this.ckbDayoff4.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.ckbDayoff4.Properties.NullText = "False";
     this.ckbDayoff4.Properties.ValueGrayed = false;
     this.ckbDayoff4.Size = new System.Drawing.Size(19, 19);
     this.ckbDayoff4.TabIndex = 36;
     this.ckbDayoff4.EditValueChanged += new System.EventHandler(this.ckbDayoff4_EditValueChanged);
     //
     // ckbDayoff3
     //
     this.ckbDayoff3.Location = new System.Drawing.Point(671, 143);
     this.ckbDayoff3.Name = "ckbDayoff3";
     this.ckbDayoff3.Properties.Caption = "";
     this.ckbDayoff3.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.ckbDayoff3.Properties.NullText = "False";
     this.ckbDayoff3.Properties.ValueGrayed = false;
     this.ckbDayoff3.Size = new System.Drawing.Size(19, 19);
     this.ckbDayoff3.TabIndex = 35;
     this.ckbDayoff3.EditValueChanged += new System.EventHandler(this.ckbDayoff3_EditValueChanged);
     //
     // ckbDayoff2
     //
     this.ckbDayoff2.Location = new System.Drawing.Point(671, 118);
     this.ckbDayoff2.Name = "ckbDayoff2";
     this.ckbDayoff2.Properties.Caption = "";
     this.ckbDayoff2.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.ckbDayoff2.Properties.NullText = "False";
     this.ckbDayoff2.Properties.ValueGrayed = false;
     this.ckbDayoff2.Size = new System.Drawing.Size(19, 19);
     this.ckbDayoff2.TabIndex = 34;
     this.ckbDayoff2.CheckedChanged += new System.EventHandler(this.ckbDayoff2_CheckedChanged);
     //
     // tedOTAfterEnd1
     //
     this.tedOTAfterEnd1.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterEnd1.Location = new System.Drawing.Point(595, 266);
     this.tedOTAfterEnd1.Name = "tedOTAfterEnd1";
     this.tedOTAfterEnd1.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterEnd1.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterEnd1.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterEnd1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterEnd1.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterEnd1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterEnd1.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterEnd1.TabIndex = 33;
     //
     // tedBreakEnd1
     //
     this.tedBreakEnd1.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakEnd1.Location = new System.Drawing.Point(449, 266);
     this.tedBreakEnd1.Name = "tedBreakEnd1";
     this.tedBreakEnd1.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakEnd1.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakEnd1.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakEnd1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakEnd1.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakEnd1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakEnd1.Size = new System.Drawing.Size(68, 20);
     this.tedBreakEnd1.TabIndex = 33;
     //
     // tedOTAfterEnd7
     //
     this.tedOTAfterEnd7.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterEnd7.Location = new System.Drawing.Point(595, 241);
     this.tedOTAfterEnd7.Name = "tedOTAfterEnd7";
     this.tedOTAfterEnd7.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterEnd7.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterEnd7.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterEnd7.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterEnd7.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterEnd7.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterEnd7.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterEnd7.TabIndex = 29;
     //
     // tedBreakEnd7
     //
     this.tedBreakEnd7.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakEnd7.Location = new System.Drawing.Point(449, 241);
     this.tedBreakEnd7.Name = "tedBreakEnd7";
     this.tedBreakEnd7.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakEnd7.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakEnd7.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakEnd7.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakEnd7.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakEnd7.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakEnd7.Size = new System.Drawing.Size(68, 20);
     this.tedBreakEnd7.TabIndex = 29;
     //
     // tedOTAfterEnd6
     //
     this.tedOTAfterEnd6.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterEnd6.Location = new System.Drawing.Point(595, 216);
     this.tedOTAfterEnd6.Name = "tedOTAfterEnd6";
     this.tedOTAfterEnd6.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterEnd6.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterEnd6.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterEnd6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterEnd6.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterEnd6.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterEnd6.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterEnd6.TabIndex = 25;
     //
     // tedBreakEnd6
     //
     this.tedBreakEnd6.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakEnd6.Location = new System.Drawing.Point(449, 216);
     this.tedBreakEnd6.Name = "tedBreakEnd6";
     this.tedBreakEnd6.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakEnd6.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakEnd6.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakEnd6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakEnd6.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakEnd6.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakEnd6.Size = new System.Drawing.Size(68, 20);
     this.tedBreakEnd6.TabIndex = 25;
     //
     // tedOTAfterEnd5
     //
     this.tedOTAfterEnd5.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterEnd5.Location = new System.Drawing.Point(595, 193);
     this.tedOTAfterEnd5.Name = "tedOTAfterEnd5";
     this.tedOTAfterEnd5.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterEnd5.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterEnd5.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterEnd5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterEnd5.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterEnd5.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterEnd5.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterEnd5.TabIndex = 21;
     //
     // tedBreakEnd5
     //
     this.tedBreakEnd5.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakEnd5.Location = new System.Drawing.Point(449, 193);
     this.tedBreakEnd5.Name = "tedBreakEnd5";
     this.tedBreakEnd5.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakEnd5.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakEnd5.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakEnd5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakEnd5.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakEnd5.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakEnd5.Size = new System.Drawing.Size(68, 20);
     this.tedBreakEnd5.TabIndex = 21;
     //
     // tedOTAfterEnd4
     //
     this.tedOTAfterEnd4.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterEnd4.Location = new System.Drawing.Point(595, 168);
     this.tedOTAfterEnd4.Name = "tedOTAfterEnd4";
     this.tedOTAfterEnd4.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterEnd4.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterEnd4.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterEnd4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterEnd4.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterEnd4.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterEnd4.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterEnd4.TabIndex = 17;
     //
     // tedBreakEnd4
     //
     this.tedBreakEnd4.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakEnd4.Location = new System.Drawing.Point(449, 168);
     this.tedBreakEnd4.Name = "tedBreakEnd4";
     this.tedBreakEnd4.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakEnd4.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakEnd4.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakEnd4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakEnd4.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakEnd4.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakEnd4.Size = new System.Drawing.Size(68, 20);
     this.tedBreakEnd4.TabIndex = 17;
     //
     // tedOTAfterEnd3
     //
     this.tedOTAfterEnd3.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterEnd3.Location = new System.Drawing.Point(595, 143);
     this.tedOTAfterEnd3.Name = "tedOTAfterEnd3";
     this.tedOTAfterEnd3.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterEnd3.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterEnd3.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterEnd3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterEnd3.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterEnd3.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterEnd3.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterEnd3.TabIndex = 13;
     //
     // tedBreakEnd3
     //
     this.tedBreakEnd3.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakEnd3.Location = new System.Drawing.Point(449, 143);
     this.tedBreakEnd3.Name = "tedBreakEnd3";
     this.tedBreakEnd3.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakEnd3.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakEnd3.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakEnd3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakEnd3.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakEnd3.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakEnd3.Size = new System.Drawing.Size(68, 20);
     this.tedBreakEnd3.TabIndex = 13;
     //
     // tedOTAfterEnd2
     //
     this.tedOTAfterEnd2.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterEnd2.Location = new System.Drawing.Point(595, 116);
     this.tedOTAfterEnd2.Name = "tedOTAfterEnd2";
     this.tedOTAfterEnd2.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterEnd2.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterEnd2.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterEnd2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterEnd2.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterEnd2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterEnd2.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterEnd2.TabIndex = 8;
     //
     // tedBreakEnd2
     //
     this.tedBreakEnd2.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakEnd2.Location = new System.Drawing.Point(449, 116);
     this.tedBreakEnd2.Name = "tedBreakEnd2";
     this.tedBreakEnd2.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakEnd2.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakEnd2.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakEnd2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakEnd2.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakEnd2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakEnd2.Size = new System.Drawing.Size(68, 20);
     this.tedBreakEnd2.TabIndex = 8;
     //
     // tedOTBeforeEnd1
     //
     this.tedOTBeforeEnd1.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeEnd1.Location = new System.Drawing.Point(153, 266);
     this.tedOTBeforeEnd1.Name = "tedOTBeforeEnd1";
     this.tedOTBeforeEnd1.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeEnd1.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeEnd1.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeEnd1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeEnd1.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeEnd1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeEnd1.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeEnd1.TabIndex = 31;
     //
     // tedWorkEnd1
     //
     this.tedWorkEnd1.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkEnd1.Location = new System.Drawing.Point(301, 266);
     this.tedWorkEnd1.Name = "tedWorkEnd1";
     this.tedWorkEnd1.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkEnd1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkEnd1.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkEnd1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkEnd1.Size = new System.Drawing.Size(68, 20);
     this.tedWorkEnd1.TabIndex = 31;
     //
     // tedOTBeforeEnd7
     //
     this.tedOTBeforeEnd7.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeEnd7.Location = new System.Drawing.Point(153, 241);
     this.tedOTBeforeEnd7.Name = "tedOTBeforeEnd7";
     this.tedOTBeforeEnd7.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeEnd7.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeEnd7.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeEnd7.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeEnd7.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeEnd7.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeEnd7.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeEnd7.TabIndex = 27;
     //
     // tedWorkEnd7
     //
     this.tedWorkEnd7.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkEnd7.Location = new System.Drawing.Point(301, 241);
     this.tedWorkEnd7.Name = "tedWorkEnd7";
     this.tedWorkEnd7.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkEnd7.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkEnd7.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkEnd7.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkEnd7.Size = new System.Drawing.Size(68, 20);
     this.tedWorkEnd7.TabIndex = 27;
     //
     // tedOTBeforeEnd6
     //
     this.tedOTBeforeEnd6.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeEnd6.Location = new System.Drawing.Point(153, 216);
     this.tedOTBeforeEnd6.Name = "tedOTBeforeEnd6";
     this.tedOTBeforeEnd6.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeEnd6.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeEnd6.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeEnd6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeEnd6.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeEnd6.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeEnd6.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeEnd6.TabIndex = 23;
     //
     // tedWorkEnd6
     //
     this.tedWorkEnd6.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkEnd6.Location = new System.Drawing.Point(301, 216);
     this.tedWorkEnd6.Name = "tedWorkEnd6";
     this.tedWorkEnd6.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkEnd6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkEnd6.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkEnd6.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkEnd6.Size = new System.Drawing.Size(68, 20);
     this.tedWorkEnd6.TabIndex = 23;
     //
     // tedOTBeforeEnd5
     //
     this.tedOTBeforeEnd5.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeEnd5.Location = new System.Drawing.Point(153, 193);
     this.tedOTBeforeEnd5.Name = "tedOTBeforeEnd5";
     this.tedOTBeforeEnd5.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeEnd5.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeEnd5.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeEnd5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeEnd5.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeEnd5.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeEnd5.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeEnd5.TabIndex = 19;
     //
     // tedWorkEnd5
     //
     this.tedWorkEnd5.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkEnd5.Location = new System.Drawing.Point(301, 193);
     this.tedWorkEnd5.Name = "tedWorkEnd5";
     this.tedWorkEnd5.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkEnd5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkEnd5.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkEnd5.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkEnd5.Size = new System.Drawing.Size(68, 20);
     this.tedWorkEnd5.TabIndex = 19;
     //
     // tedOTBeforeEnd4
     //
     this.tedOTBeforeEnd4.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeEnd4.Location = new System.Drawing.Point(153, 168);
     this.tedOTBeforeEnd4.Name = "tedOTBeforeEnd4";
     this.tedOTBeforeEnd4.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeEnd4.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeEnd4.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeEnd4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeEnd4.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeEnd4.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeEnd4.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeEnd4.TabIndex = 15;
     //
     // tedWorkEnd4
     //
     this.tedWorkEnd4.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkEnd4.Location = new System.Drawing.Point(301, 168);
     this.tedWorkEnd4.Name = "tedWorkEnd4";
     this.tedWorkEnd4.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkEnd4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkEnd4.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkEnd4.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkEnd4.Size = new System.Drawing.Size(68, 20);
     this.tedWorkEnd4.TabIndex = 15;
     //
     // tedOTBeforeEnd3
     //
     this.tedOTBeforeEnd3.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeEnd3.Location = new System.Drawing.Point(153, 143);
     this.tedOTBeforeEnd3.Name = "tedOTBeforeEnd3";
     this.tedOTBeforeEnd3.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeEnd3.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeEnd3.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeEnd3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeEnd3.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeEnd3.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeEnd3.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeEnd3.TabIndex = 11;
     //
     // tedWorkEnd3
     //
     this.tedWorkEnd3.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkEnd3.Location = new System.Drawing.Point(301, 143);
     this.tedWorkEnd3.Name = "tedWorkEnd3";
     this.tedWorkEnd3.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkEnd3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkEnd3.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkEnd3.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkEnd3.Size = new System.Drawing.Size(68, 20);
     this.tedWorkEnd3.TabIndex = 11;
     //
     // tedOTBeforeEnd2
     //
     this.tedOTBeforeEnd2.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeEnd2.Location = new System.Drawing.Point(153, 116);
     this.tedOTBeforeEnd2.Name = "tedOTBeforeEnd2";
     this.tedOTBeforeEnd2.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeEnd2.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeEnd2.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeEnd2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeEnd2.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeEnd2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeEnd2.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeEnd2.TabIndex = 6;
     //
     // tedWorkEnd2
     //
     this.tedWorkEnd2.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkEnd2.Location = new System.Drawing.Point(301, 116);
     this.tedWorkEnd2.Name = "tedWorkEnd2";
     this.tedWorkEnd2.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkEnd2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkEnd2.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkEnd2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkEnd2.Size = new System.Drawing.Size(68, 20);
     this.tedWorkEnd2.TabIndex = 6;
     //
     // tedOTAfterStart1
     //
     this.tedOTAfterStart1.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterStart1.Location = new System.Drawing.Point(521, 266);
     this.tedOTAfterStart1.Name = "tedOTAfterStart1";
     this.tedOTAfterStart1.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterStart1.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterStart1.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterStart1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterStart1.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterStart1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterStart1.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterStart1.TabIndex = 32;
     //
     // tedBreakStart1
     //
     this.tedBreakStart1.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakStart1.Location = new System.Drawing.Point(375, 266);
     this.tedBreakStart1.Name = "tedBreakStart1";
     this.tedBreakStart1.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakStart1.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakStart1.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakStart1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakStart1.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakStart1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakStart1.Size = new System.Drawing.Size(68, 20);
     this.tedBreakStart1.TabIndex = 32;
     //
     // tedOTAfterStart7
     //
     this.tedOTAfterStart7.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterStart7.Location = new System.Drawing.Point(521, 241);
     this.tedOTAfterStart7.Name = "tedOTAfterStart7";
     this.tedOTAfterStart7.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterStart7.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterStart7.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterStart7.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterStart7.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterStart7.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterStart7.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterStart7.TabIndex = 28;
     //
     // tedBreakStart7
     //
     this.tedBreakStart7.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakStart7.Location = new System.Drawing.Point(375, 241);
     this.tedBreakStart7.Name = "tedBreakStart7";
     this.tedBreakStart7.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakStart7.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakStart7.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakStart7.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakStart7.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakStart7.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakStart7.Size = new System.Drawing.Size(68, 20);
     this.tedBreakStart7.TabIndex = 28;
     //
     // tedOTAfterStart6
     //
     this.tedOTAfterStart6.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterStart6.Location = new System.Drawing.Point(521, 216);
     this.tedOTAfterStart6.Name = "tedOTAfterStart6";
     this.tedOTAfterStart6.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterStart6.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterStart6.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterStart6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterStart6.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterStart6.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterStart6.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterStart6.TabIndex = 24;
     //
     // tedBreakStart6
     //
     this.tedBreakStart6.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakStart6.Location = new System.Drawing.Point(375, 216);
     this.tedBreakStart6.Name = "tedBreakStart6";
     this.tedBreakStart6.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakStart6.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakStart6.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakStart6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakStart6.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakStart6.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakStart6.Size = new System.Drawing.Size(68, 20);
     this.tedBreakStart6.TabIndex = 24;
     //
     // tedOTAfterStart5
     //
     this.tedOTAfterStart5.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterStart5.Location = new System.Drawing.Point(521, 193);
     this.tedOTAfterStart5.Name = "tedOTAfterStart5";
     this.tedOTAfterStart5.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterStart5.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterStart5.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterStart5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterStart5.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterStart5.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterStart5.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterStart5.TabIndex = 20;
     //
     // tedBreakStart5
     //
     this.tedBreakStart5.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakStart5.Location = new System.Drawing.Point(375, 193);
     this.tedBreakStart5.Name = "tedBreakStart5";
     this.tedBreakStart5.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakStart5.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakStart5.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakStart5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakStart5.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakStart5.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakStart5.Size = new System.Drawing.Size(68, 20);
     this.tedBreakStart5.TabIndex = 20;
     //
     // tedOTAfterStart4
     //
     this.tedOTAfterStart4.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterStart4.Location = new System.Drawing.Point(521, 168);
     this.tedOTAfterStart4.Name = "tedOTAfterStart4";
     this.tedOTAfterStart4.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterStart4.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterStart4.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterStart4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterStart4.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterStart4.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterStart4.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterStart4.TabIndex = 16;
     //
     // tedBreakStart4
     //
     this.tedBreakStart4.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakStart4.Location = new System.Drawing.Point(375, 168);
     this.tedBreakStart4.Name = "tedBreakStart4";
     this.tedBreakStart4.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakStart4.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakStart4.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakStart4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakStart4.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakStart4.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakStart4.Size = new System.Drawing.Size(68, 20);
     this.tedBreakStart4.TabIndex = 16;
     //
     // tedOTAfterStart3
     //
     this.tedOTAfterStart3.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterStart3.Location = new System.Drawing.Point(521, 143);
     this.tedOTAfterStart3.Name = "tedOTAfterStart3";
     this.tedOTAfterStart3.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterStart3.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterStart3.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterStart3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterStart3.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterStart3.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterStart3.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterStart3.TabIndex = 12;
     //
     // tedBreakStart3
     //
     this.tedBreakStart3.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakStart3.Location = new System.Drawing.Point(375, 143);
     this.tedBreakStart3.Name = "tedBreakStart3";
     this.tedBreakStart3.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakStart3.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakStart3.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakStart3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakStart3.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakStart3.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakStart3.Size = new System.Drawing.Size(68, 20);
     this.tedBreakStart3.TabIndex = 12;
     //
     // tedOTAfterStart2
     //
     this.tedOTAfterStart2.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTAfterStart2.Location = new System.Drawing.Point(521, 116);
     this.tedOTAfterStart2.Name = "tedOTAfterStart2";
     this.tedOTAfterStart2.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTAfterStart2.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTAfterStart2.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTAfterStart2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTAfterStart2.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTAfterStart2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTAfterStart2.Size = new System.Drawing.Size(68, 20);
     this.tedOTAfterStart2.TabIndex = 7;
     //
     // tedBreakStart2
     //
     this.tedBreakStart2.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedBreakStart2.Location = new System.Drawing.Point(375, 116);
     this.tedBreakStart2.Name = "tedBreakStart2";
     this.tedBreakStart2.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedBreakStart2.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
     this.tedBreakStart2.Properties.Appearance.Options.UseBackColor = true;
     this.tedBreakStart2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedBreakStart2.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedBreakStart2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedBreakStart2.Size = new System.Drawing.Size(68, 20);
     this.tedBreakStart2.TabIndex = 7;
     //
     // tedOTBeforeStart1
     //
     this.tedOTBeforeStart1.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeStart1.Location = new System.Drawing.Point(79, 266);
     this.tedOTBeforeStart1.Name = "tedOTBeforeStart1";
     this.tedOTBeforeStart1.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeStart1.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeStart1.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeStart1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeStart1.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeStart1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeStart1.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeStart1.TabIndex = 30;
     //
     // tedWorkStart1
     //
     this.tedWorkStart1.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkStart1.Location = new System.Drawing.Point(227, 266);
     this.tedWorkStart1.Name = "tedWorkStart1";
     this.tedWorkStart1.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkStart1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkStart1.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkStart1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkStart1.Size = new System.Drawing.Size(68, 20);
     this.tedWorkStart1.TabIndex = 30;
     //
     // tedOTBeforeStart7
     //
     this.tedOTBeforeStart7.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeStart7.Location = new System.Drawing.Point(79, 241);
     this.tedOTBeforeStart7.Name = "tedOTBeforeStart7";
     this.tedOTBeforeStart7.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeStart7.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeStart7.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeStart7.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeStart7.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeStart7.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeStart7.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeStart7.TabIndex = 26;
     //
     // tedWorkStart7
     //
     this.tedWorkStart7.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkStart7.Location = new System.Drawing.Point(227, 241);
     this.tedWorkStart7.Name = "tedWorkStart7";
     this.tedWorkStart7.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkStart7.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkStart7.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkStart7.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkStart7.Size = new System.Drawing.Size(68, 20);
     this.tedWorkStart7.TabIndex = 26;
     //
     // tedOTBeforeStart6
     //
     this.tedOTBeforeStart6.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeStart6.Location = new System.Drawing.Point(79, 216);
     this.tedOTBeforeStart6.Name = "tedOTBeforeStart6";
     this.tedOTBeforeStart6.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeStart6.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeStart6.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeStart6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeStart6.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeStart6.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeStart6.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeStart6.TabIndex = 22;
     //
     // tedWorkStart6
     //
     this.tedWorkStart6.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkStart6.Location = new System.Drawing.Point(227, 216);
     this.tedWorkStart6.Name = "tedWorkStart6";
     this.tedWorkStart6.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkStart6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkStart6.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkStart6.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkStart6.Size = new System.Drawing.Size(68, 20);
     this.tedWorkStart6.TabIndex = 22;
     //
     // tedOTBeforeStart5
     //
     this.tedOTBeforeStart5.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeStart5.Location = new System.Drawing.Point(79, 193);
     this.tedOTBeforeStart5.Name = "tedOTBeforeStart5";
     this.tedOTBeforeStart5.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeStart5.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeStart5.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeStart5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeStart5.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeStart5.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeStart5.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeStart5.TabIndex = 18;
     //
     // tedWorkStart5
     //
     this.tedWorkStart5.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkStart5.Location = new System.Drawing.Point(227, 193);
     this.tedWorkStart5.Name = "tedWorkStart5";
     this.tedWorkStart5.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkStart5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkStart5.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkStart5.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkStart5.Size = new System.Drawing.Size(68, 20);
     this.tedWorkStart5.TabIndex = 18;
     //
     // tedOTBeforeStart4
     //
     this.tedOTBeforeStart4.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeStart4.Location = new System.Drawing.Point(79, 168);
     this.tedOTBeforeStart4.Name = "tedOTBeforeStart4";
     this.tedOTBeforeStart4.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeStart4.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeStart4.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeStart4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeStart4.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeStart4.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeStart4.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeStart4.TabIndex = 14;
     //
     // tedWorkStart4
     //
     this.tedWorkStart4.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkStart4.Location = new System.Drawing.Point(227, 168);
     this.tedWorkStart4.Name = "tedWorkStart4";
     this.tedWorkStart4.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkStart4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkStart4.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkStart4.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkStart4.Size = new System.Drawing.Size(68, 20);
     this.tedWorkStart4.TabIndex = 14;
     //
     // tedOTBeforeStart3
     //
     this.tedOTBeforeStart3.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeStart3.Location = new System.Drawing.Point(79, 143);
     this.tedOTBeforeStart3.Name = "tedOTBeforeStart3";
     this.tedOTBeforeStart3.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeStart3.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeStart3.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeStart3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeStart3.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeStart3.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeStart3.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeStart3.TabIndex = 10;
     //
     // tedWorkStart3
     //
     this.tedWorkStart3.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkStart3.Location = new System.Drawing.Point(227, 143);
     this.tedWorkStart3.Name = "tedWorkStart3";
     this.tedWorkStart3.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkStart3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkStart3.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkStart3.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkStart3.Size = new System.Drawing.Size(68, 20);
     this.tedWorkStart3.TabIndex = 10;
     //
     // tedOTBeforeStart2
     //
     this.tedOTBeforeStart2.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedOTBeforeStart2.Location = new System.Drawing.Point(79, 116);
     this.tedOTBeforeStart2.Name = "tedOTBeforeStart2";
     this.tedOTBeforeStart2.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedOTBeforeStart2.Properties.Appearance.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     this.tedOTBeforeStart2.Properties.Appearance.Options.UseBackColor = true;
     this.tedOTBeforeStart2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedOTBeforeStart2.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedOTBeforeStart2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedOTBeforeStart2.Size = new System.Drawing.Size(68, 20);
     this.tedOTBeforeStart2.TabIndex = 5;
     //
     // tedWorkStart2
     //
     this.tedWorkStart2.EditValue = new System.DateTime(2010, 10, 20, 12, 0, 0, 0);
     this.tedWorkStart2.Location = new System.Drawing.Point(227, 116);
     this.tedWorkStart2.Name = "tedWorkStart2";
     this.tedWorkStart2.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tedWorkStart2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.tedWorkStart2.Properties.Mask.EditMask = "HH:mm:ss";
     this.tedWorkStart2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.tedWorkStart2.Size = new System.Drawing.Size(68, 20);
     this.tedWorkStart2.TabIndex = 5;
     //
     // Sample
     //
     this.Sample.AutoSize = true;
     this.Sample.Location = new System.Drawing.Point(456, 78);
     this.Sample.Name = "Sample";
     this.Sample.Size = new System.Drawing.Size(42, 13);
     this.Sample.TabIndex = 3;
     this.Sample.Text = "Sample";
     //
     // lblDayoff
     //
     this.lblDayoff.AutoSize = true;
     this.lblDayoff.Location = new System.Drawing.Point(658, 100);
     this.lblDayoff.Name = "lblDayoff";
     this.lblDayoff.Size = new System.Drawing.Size(41, 13);
     this.lblDayoff.TabIndex = 3;
     this.lblDayoff.Text = "Day off";
     //
     // lblOTAfterEnd
     //
     this.lblOTAfterEnd.AutoSize = true;
     this.lblOTAfterEnd.Location = new System.Drawing.Point(596, 100);
     this.lblOTAfterEnd.Name = "lblOTAfterEnd";
     this.lblOTAfterEnd.Size = new System.Drawing.Size(56, 13);
     this.lblOTAfterEnd.TabIndex = 3;
     this.lblOTAfterEnd.Text = "Break end";
     //
     // lblBreakEnd
     //
     this.lblBreakEnd.AutoSize = true;
     this.lblBreakEnd.Location = new System.Drawing.Point(450, 100);
     this.lblBreakEnd.Name = "lblBreakEnd";
     this.lblBreakEnd.Size = new System.Drawing.Size(56, 13);
     this.lblBreakEnd.TabIndex = 3;
     this.lblBreakEnd.Text = "Break end";
     //
     // lblOTBeforeEnd
     //
     this.lblOTBeforeEnd.AutoSize = true;
     this.lblOTBeforeEnd.Location = new System.Drawing.Point(154, 100);
     this.lblOTBeforeEnd.Name = "lblOTBeforeEnd";
     this.lblOTBeforeEnd.Size = new System.Drawing.Size(54, 13);
     this.lblOTBeforeEnd.TabIndex = 3;
     this.lblOTBeforeEnd.Text = "Work end";
     //
     // lblWorkEnd
     //
     this.lblWorkEnd.AutoSize = true;
     this.lblWorkEnd.Location = new System.Drawing.Point(302, 100);
     this.lblWorkEnd.Name = "lblWorkEnd";
     this.lblWorkEnd.Size = new System.Drawing.Size(54, 13);
     this.lblWorkEnd.TabIndex = 3;
     this.lblWorkEnd.Text = "Work end";
     //
     // lblOTAfterStart
     //
     this.lblOTAfterStart.AutoSize = true;
     this.lblOTAfterStart.Location = new System.Drawing.Point(522, 100);
     this.lblOTAfterStart.Name = "lblOTAfterStart";
     this.lblOTAfterStart.Size = new System.Drawing.Size(58, 13);
     this.lblOTAfterStart.TabIndex = 3;
     this.lblOTAfterStart.Text = "Break start";
     //
     // lblBreakStart
     //
     this.lblBreakStart.AutoSize = true;
     this.lblBreakStart.Location = new System.Drawing.Point(376, 100);
     this.lblBreakStart.Name = "lblBreakStart";
     this.lblBreakStart.Size = new System.Drawing.Size(58, 13);
     this.lblBreakStart.TabIndex = 3;
     this.lblBreakStart.Text = "Break start";
     //
     // txtHilightColorCode
     //
     this.txtHilightColorCode.EditValue = "";
     this.txtHilightColorCode.Location = new System.Drawing.Point(326, 71);
     this.txtHilightColorCode.Name = "txtHilightColorCode";
     this.txtHilightColorCode.Properties.MaxLength = 10;
     this.txtHilightColorCode.Size = new System.Drawing.Size(118, 20);
     this.txtHilightColorCode.TabIndex = 3;
     this.txtHilightColorCode.EditValueChanged += new System.EventHandler(this.txtHilightColorCode_EditValueChanged);
     //
     // txtShiftAllowance
     //
     this.txtShiftAllowance.EditValue = "";
     this.txtShiftAllowance.Location = new System.Drawing.Point(130, 71);
     this.txtShiftAllowance.Name = "txtShiftAllowance";
     this.txtShiftAllowance.Properties.Mask.EditMask = "n0";
     this.txtShiftAllowance.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txtShiftAllowance.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.txtShiftAllowance.Properties.MaxLength = 10;
     this.txtShiftAllowance.Size = new System.Drawing.Size(89, 20);
     this.txtShiftAllowance.TabIndex = 3;
     //
     // txtShiftName
     //
     this.txtShiftName.EditValue = "";
     this.txtShiftName.Location = new System.Drawing.Point(130, 45);
     this.txtShiftName.Name = "txtShiftName";
     this.txtShiftName.Properties.MaxLength = 50;
     this.txtShiftName.Size = new System.Drawing.Size(314, 20);
     this.txtShiftName.TabIndex = 2;
     //
     // lblOTBeforeStart
     //
     this.lblOTBeforeStart.AutoSize = true;
     this.lblOTBeforeStart.Location = new System.Drawing.Point(80, 100);
     this.lblOTBeforeStart.Name = "lblOTBeforeStart";
     this.lblOTBeforeStart.Size = new System.Drawing.Size(56, 13);
     this.lblOTBeforeStart.TabIndex = 3;
     this.lblOTBeforeStart.Text = "Work start";
     //
     // lblWorkStart
     //
     this.lblWorkStart.AutoSize = true;
     this.lblWorkStart.Location = new System.Drawing.Point(228, 100);
     this.lblWorkStart.Name = "lblWorkStart";
     this.lblWorkStart.Size = new System.Drawing.Size(56, 13);
     this.lblWorkStart.TabIndex = 3;
     this.lblWorkStart.Text = "Work start";
     //
     // lblSunday
     //
     this.lblSunday.AutoSize = true;
     this.lblSunday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSunday.Location = new System.Drawing.Point(9, 271);
     this.lblSunday.Name = "lblSunday";
     this.lblSunday.Size = new System.Drawing.Size(49, 13);
     this.lblSunday.TabIndex = 3;
     this.lblSunday.Text = "Sunday";
     //
     // lblSaturday
     //
     this.lblSaturday.AutoSize = true;
     this.lblSaturday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSaturday.Location = new System.Drawing.Point(9, 246);
     this.lblSaturday.Name = "lblSaturday";
     this.lblSaturday.Size = new System.Drawing.Size(57, 13);
     this.lblSaturday.TabIndex = 3;
     this.lblSaturday.Text = "Saturday";
     //
     // lblFriday
     //
     this.lblFriday.AutoSize = true;
     this.lblFriday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFriday.Location = new System.Drawing.Point(9, 221);
     this.lblFriday.Name = "lblFriday";
     this.lblFriday.Size = new System.Drawing.Size(41, 13);
     this.lblFriday.TabIndex = 3;
     this.lblFriday.Text = "Friday";
     //
     // lblThursday
     //
     this.lblThursday.AutoSize = true;
     this.lblThursday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblThursday.Location = new System.Drawing.Point(9, 198);
     this.lblThursday.Name = "lblThursday";
     this.lblThursday.Size = new System.Drawing.Size(59, 13);
     this.lblThursday.TabIndex = 3;
     this.lblThursday.Text = "Thursday";
     //
     // lblWednesday
     //
     this.lblWednesday.AutoSize = true;
     this.lblWednesday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWednesday.Location = new System.Drawing.Point(9, 173);
     this.lblWednesday.Name = "lblWednesday";
     this.lblWednesday.Size = new System.Drawing.Size(73, 13);
     this.lblWednesday.TabIndex = 3;
     this.lblWednesday.Text = "Wednesday";
     //
     // lblTuesday
     //
     this.lblTuesday.AutoSize = true;
     this.lblTuesday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTuesday.Location = new System.Drawing.Point(9, 148);
     this.lblTuesday.Name = "lblTuesday";
     this.lblTuesday.Size = new System.Drawing.Size(55, 13);
     this.lblTuesday.TabIndex = 3;
     this.lblTuesday.Text = "Tuesday";
     //
     // lblHilightColorCode
     //
     this.lblHilightColorCode.AutoSize = true;
     this.lblHilightColorCode.Location = new System.Drawing.Point(225, 74);
     this.lblHilightColorCode.Name = "lblHilightColorCode";
     this.lblHilightColorCode.Size = new System.Drawing.Size(59, 13);
     this.lblHilightColorCode.TabIndex = 4;
     this.lblHilightColorCode.Text = "Last name:";
     //
     // lblShiftAllowance
     //
     this.lblShiftAllowance.AutoSize = true;
     this.lblShiftAllowance.Location = new System.Drawing.Point(9, 74);
     this.lblShiftAllowance.Name = "lblShiftAllowance";
     this.lblShiftAllowance.Size = new System.Drawing.Size(59, 13);
     this.lblShiftAllowance.TabIndex = 4;
     this.lblShiftAllowance.Text = "Last name:";
     //
     // lblMonday
     //
     this.lblMonday.AutoSize = true;
     this.lblMonday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMonday.Location = new System.Drawing.Point(9, 121);
     this.lblMonday.Name = "lblMonday";
     this.lblMonday.Size = new System.Drawing.Size(51, 13);
     this.lblMonday.TabIndex = 4;
     this.lblMonday.Text = "Monday";
     //
     // lblShiftName
     //
     this.lblShiftName.AutoSize = true;
     this.lblShiftName.Location = new System.Drawing.Point(9, 48);
     this.lblShiftName.Name = "lblShiftName";
     this.lblShiftName.Size = new System.Drawing.Size(59, 13);
     this.lblShiftName.TabIndex = 2;
     this.lblShiftName.Text = "Last name:";
     //
     // txtShiftCode
     //
     this.txtShiftCode.Location = new System.Drawing.Point(130, 19);
     this.txtShiftCode.Name = "txtShiftCode";
     this.txtShiftCode.Properties.MaxLength = 50;
     this.txtShiftCode.Size = new System.Drawing.Size(148, 20);
     this.txtShiftCode.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(115, 48);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(17, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "(*)";
     //
     // lblShiftCode
     //
     this.lblShiftCode.AutoSize = true;
     this.lblShiftCode.Location = new System.Drawing.Point(9, 22);
     this.lblShiftCode.Name = "lblShiftCode";
     this.lblShiftCode.Size = new System.Drawing.Size(59, 13);
     this.lblShiftCode.TabIndex = 0;
     this.lblShiftCode.Text = "Last name:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(115, 22);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(17, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "(*)";
     //
     // ShiftSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(994, 545);
     this.Controls.Add(this.grbShiftInfo);
     this.Controls.Add(this.grdShiftSetting);
     this.Name = "ShiftSetting";
     this.Text = "ShiftSetting";
     this.Controls.SetChildIndex(this.lblFWDecorateingLine, 0);
     this.Controls.SetChildIndex(this.pnlFWCommand, 0);
     this.Controls.SetChildIndex(this.grdShiftSetting, 0);
     this.Controls.SetChildIndex(this.grbShiftInfo, 0);
     this.pnlFWCommand.ResumeLayout(false);
     this.pnlFWClose.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdShiftSetting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvShiftSetting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpeWorkEnd)).EndInit();
     this.grbShiftInfo.ResumeLayout(false);
     this.grbShiftInfo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbDayoff2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterEnd2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakEnd2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeEnd2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkEnd2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTAfterStart2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedBreakStart2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedOTBeforeStart2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tedWorkStart2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHilightColorCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShiftAllowance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShiftName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShiftCode.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCourseBrw));
     this.persistentRepository1   = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.pnl_Find                  = new System.Windows.Forms.Panel();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.pictureBox1               = new System.Windows.Forms.PictureBox();
     this.txtSearch                 = new System.Windows.Forms.TextBox();
     this.chk_Anywhere              = new System.Windows.Forms.CheckBox();
     this.btn_Clear                 = new System.Windows.Forms.Button();
     this.btn_Find                  = new System.Windows.Forms.Button();
     this.lbl_Find                  = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch         = new System.Windows.Forms.CheckBox();
     this.pnlBody                   = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch           = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1          = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch           = new System.Windows.Forms.TextBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.grdCourse                 = new DevExpress.XtraGrid.GridControl();
     this.xpServerCollectionSource1 = new DevExpress.Xpo.XPServerCollectionSource();
     this.session1                  = new DevExpress.Xpo.Session();
     this.gvwCourse                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolCourseId              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColName                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhonetic              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNameRomaji            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCourseType            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColProgram               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolClient                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDept                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventDateTime         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEndDateTime           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNumberStudents        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolHomeWorkMinutes       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniEventID        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidEventID        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestFinalEventID      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniForm           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidForm           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestFinalForm         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCurriculam            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDescription           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateLastLogin         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateCreated           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModified          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModifiedByUser    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventId               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolOccurrenceCount       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolScheduledInstructor   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemTimeEdit2   = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCourse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.session1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwCourse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     this.SuspendLayout();
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight   = false;
     this.repositoryItemTextEdit1.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name         = "repositoryItemTextEdit1";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor   = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name     = "pnl_Find";
     this.pnl_Find.Size     = new System.Drawing.Size(672, 129);
     this.pnl_Find.TabIndex = 28;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(386, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(282, 125);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(282, 125);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(102, 24);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(474, 27);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location                = new System.Drawing.Point(336, 63);
     this.chk_Anywhere.Name                    = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size                    = new System.Drawing.Size(246, 34);
     this.chk_Anywhere.TabIndex                = 7;
     this.chk_Anywhere.Text                    = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location  = new System.Drawing.Point(592, 63);
     this.btn_Clear.Name      = "btn_Clear";
     this.btn_Clear.Size      = new System.Drawing.Size(120, 33);
     this.btn_Clear.TabIndex  = 6;
     this.btn_Clear.Text      = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location  = new System.Drawing.Point(592, 21);
     this.btn_Find.Name      = "btn_Find";
     this.btn_Find.Size      = new System.Drawing.Size(120, 33);
     this.btn_Find.TabIndex  = 4;
     this.btn_Find.Text      = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(24, 27);
     this.lbl_Find.Name     = "lbl_Find";
     this.lbl_Find.Size     = new System.Drawing.Size(46, 21);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text     = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked                 = true;
     this.chk_AdvanceSearch.CheckState              = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location                = new System.Drawing.Point(102, 63);
     this.chk_AdvanceSearch.Name                    = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size                    = new System.Drawing.Size(180, 34);
     this.chk_AdvanceSearch.TabIndex                = 8;
     this.chk_AdvanceSearch.Text                    = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdCourse);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Size     = new System.Drawing.Size(672, 357);
     this.pnlBody.TabIndex = 29;
     this.pnlBody.Resize  += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(64, 309);
     this.pnl_SpeedSearch.Name     = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size     = new System.Drawing.Size(307, 102);
     this.pnl_SpeedSearch.TabIndex = 42;
     this.pnl_SpeedSearch.Visible  = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(6, 6);
     this.pnl_SpeedSearch1.Name     = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size     = new System.Drawing.Size(295, 91);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location     = new System.Drawing.Point(18, 41);
     this.txt_SpeedSearch.Name         = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size         = new System.Drawing.Size(251, 27);
     this.txt_SpeedSearch.TabIndex     = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave       += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(90, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(103, 19);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fast Search";
     //
     // grdCourse
     //
     this.grdCourse.DataSource         = this.xpServerCollectionSource1;
     this.grdCourse.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.grdCourse.ExternalRepository = this.persistentRepository1;
     this.grdCourse.Location           = new System.Drawing.Point(0, 129);
     this.grdCourse.MainView           = this.gvwCourse;
     this.grdCourse.Name               = "grdCourse";
     this.grdCourse.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTimeEdit1,
         this.repositoryItemButtonEdit1,
         this.repositoryItemTimeEdit2
     });
     this.grdCourse.ServerMode = true;
     this.grdCourse.Size       = new System.Drawing.Size(672, 228);
     this.grdCourse.TabIndex   = 26;
     this.grdCourse.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwCourse
     });
     this.grdCourse.DoubleClick += new System.EventHandler(this.grdCourse_DoubleClick);
     this.grdCourse.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.grdCourse_KeyPress);
     //
     // xpServerCollectionSource1
     //
     this.xpServerCollectionSource1.ObjectType = typeof(Scheduler.BusinessLayer.CoursePO);
     this.xpServerCollectionSource1.Session    = this.session1;
     //
     // gvwCourse
     //
     this.gvwCourse.ActiveFilterString = "[CourseStatus] = \'Active\'";
     this.gvwCourse.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwCourse.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gcolCourseId,
         this.gColName,
         this.gcolPhonetic,
         this.gcolNameRomaji,
         this.gcolCourseType,
         this.gColProgram,
         this.gcolClient,
         this.gcolDept,
         this.gcolEventDateTime,
         this.gcolEndDateTime,
         this.gcolNumberStudents,
         this.gcolHomeWorkMinutes,
         this.gcolTestIniEventID,
         this.gColTestMidEventID,
         this.gColTestFinalEventID,
         this.gcolTestIniForm,
         this.gColTestMidForm,
         this.gcolTestFinalForm,
         this.gcolCurriculam,
         this.gcolStatus,
         this.gcolDescription,
         this.gcolDateLastLogin,
         this.gcolDateCreated,
         this.gcolLastModified,
         this.gcolLastModifiedByUser,
         this.gcolEventId,
         this.gcolOccurrenceCount,
         this.gcolScheduledInstructor
     });
     this.gvwCourse.FocusRectStyle           = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwCourse.GridControl              = this.grdCourse;
     this.gvwCourse.Name                     = "gvwCourse";
     this.gvwCourse.OptionsBehavior.Editable = false;
     this.gvwCourse.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwCourse.OptionsNavigation.AutoMoveRowFocus         = false;
     this.gvwCourse.OptionsView.ShowDetailButtons = false;
     this.gvwCourse.OptionsView.ShowGroupPanel    = false;
     this.gvwCourse.OptionsView.ShowHorzLines     = false;
     this.gvwCourse.OptionsView.ShowIndicator     = false;
     this.gvwCourse.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolClient, DevExpress.Data.ColumnSortOrder.Ascending),
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gColName, DevExpress.Data.ColumnSortOrder.Ascending),
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolEventDateTime, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gcolCourseId
     //
     this.gcolCourseId.Caption   = "Course Id";
     this.gcolCourseId.FieldName = "CourseId";
     this.gcolCourseId.Name      = "gcolCourseId";
     //
     // gColName
     //
     this.gColName.Caption      = "Class Name";
     this.gColName.FieldName    = "BrowseName";
     this.gColName.Name         = "gColName";
     this.gColName.Visible      = true;
     this.gColName.VisibleIndex = 3;
     this.gColName.Width        = 203;
     //
     // gcolPhonetic
     //
     this.gcolPhonetic.Caption   = "Name Phonetic";
     this.gcolPhonetic.FieldName = "NamePhonetic";
     this.gcolPhonetic.Name      = "gcolPhonetic";
     this.gcolPhonetic.Width     = 78;
     //
     // gcolNameRomaji
     //
     this.gcolNameRomaji.Caption   = "Name Romaji";
     this.gcolNameRomaji.FieldName = "NameRomaji";
     this.gcolNameRomaji.Name      = "gcolNameRomaji";
     this.gcolNameRomaji.Width     = 78;
     //
     // gcolCourseType
     //
     this.gcolCourseType.Caption   = "Type";
     this.gcolCourseType.FieldName = "CourseType";
     this.gcolCourseType.Name      = "gcolCourseType";
     this.gcolCourseType.Width     = 60;
     //
     // gColProgram
     //
     this.gColProgram.Caption      = "Program Name";
     this.gColProgram.FieldName    = "Program";
     this.gColProgram.Name         = "gColProgram";
     this.gColProgram.Visible      = true;
     this.gColProgram.VisibleIndex = 2;
     this.gColProgram.Width        = 203;
     //
     // gcolClient
     //
     this.gcolClient.Caption      = "Client Name";
     this.gcolClient.FieldName    = "Client";
     this.gcolClient.Name         = "gcolClient";
     this.gcolClient.Visible      = true;
     this.gcolClient.VisibleIndex = 0;
     this.gcolClient.Width        = 223;
     //
     // gcolDept
     //
     this.gcolDept.Caption      = "Department Name";
     this.gcolDept.FieldName    = "Department";
     this.gcolDept.Name         = "gcolDept";
     this.gcolDept.Visible      = true;
     this.gcolDept.VisibleIndex = 1;
     this.gcolDept.Width        = 208;
     //
     // gcolEventDateTime
     //
     this.gcolEventDateTime.Caption = "Event Start Date";
     this.gcolEventDateTime.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.gcolEventDateTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gcolEventDateTime.FieldName    = "EventStartDateTime";
     this.gcolEventDateTime.Name         = "gcolEventDateTime";
     this.gcolEventDateTime.Visible      = true;
     this.gcolEventDateTime.VisibleIndex = 4;
     this.gcolEventDateTime.Width        = 160;
     //
     // gcolEndDateTime
     //
     this.gcolEndDateTime.Caption = "Event End Date";
     this.gcolEndDateTime.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.gcolEndDateTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gcolEndDateTime.FieldName    = "EventEndDateTime";
     this.gcolEndDateTime.Name         = "gcolEndDateTime";
     this.gcolEndDateTime.Visible      = true;
     this.gcolEndDateTime.VisibleIndex = 5;
     this.gcolEndDateTime.Width        = 160;
     //
     // gcolNumberStudents
     //
     this.gcolNumberStudents.Caption   = "No. Students";
     this.gcolNumberStudents.FieldName = "NumberStudents";
     this.gcolNumberStudents.Name      = "gcolNumberStudents";
     //
     // gcolHomeWorkMinutes
     //
     this.gcolHomeWorkMinutes.Caption   = "Homework Mints.";
     this.gcolHomeWorkMinutes.FieldName = "HomeWorkMinutes";
     this.gcolHomeWorkMinutes.Name      = "gcolHomeWorkMinutes";
     this.gcolHomeWorkMinutes.Width     = 76;
     //
     // gcolTestIniEventID
     //
     this.gcolTestIniEventID.Caption   = "Initial EventID";
     this.gcolTestIniEventID.FieldName = "TestInitialEventID";
     this.gcolTestIniEventID.Name      = "gcolTestIniEventID";
     //
     // gColTestMidEventID
     //
     this.gColTestMidEventID.Caption   = "Mid-term EventID";
     this.gColTestMidEventID.FieldName = "TestMidTermEventID";
     this.gColTestMidEventID.Name      = "gColTestMidEventID";
     //
     // gColTestFinalEventID
     //
     this.gColTestFinalEventID.Caption   = "Final EventID";
     this.gColTestFinalEventID.FieldName = "TestFinalEventID";
     this.gColTestFinalEventID.Name      = "gColTestFinalEventID";
     //
     // gcolTestIniForm
     //
     this.gcolTestIniForm.Caption   = "Initial Form";
     this.gcolTestIniForm.FieldName = "TestInitialForm";
     this.gcolTestIniForm.Name      = "gcolTestIniForm";
     //
     // gColTestMidForm
     //
     this.gColTestMidForm.Caption   = "Mid-term Form";
     this.gColTestMidForm.FieldName = "TestMidTermForm";
     this.gColTestMidForm.Name      = "gColTestMidForm";
     //
     // gcolTestFinalForm
     //
     this.gcolTestFinalForm.Caption   = "Final Form";
     this.gcolTestFinalForm.FieldName = "TestFinalForm";
     this.gcolTestFinalForm.Name      = "gcolTestFinalForm";
     //
     // gcolCurriculam
     //
     this.gcolCurriculam.Caption   = "Curriculam";
     this.gcolCurriculam.FieldName = "Curriculam";
     this.gcolCurriculam.Name      = "gcolCurriculam";
     this.gcolCurriculam.Width     = 44;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption      = "Status";
     this.gcolStatus.FieldName    = "CourseStatus";
     this.gcolStatus.Name         = "gcolStatus";
     this.gcolStatus.Visible      = true;
     this.gcolStatus.VisibleIndex = 7;
     this.gcolStatus.Width        = 183;
     //
     // gcolDescription
     //
     this.gcolDescription.Caption   = "Description";
     this.gcolDescription.FieldName = "Description";
     this.gcolDescription.Name      = "gcolDescription";
     this.gcolDescription.Width     = 102;
     //
     // gcolDateLastLogin
     //
     this.gcolDateLastLogin.Caption   = "Date Last Login";
     this.gcolDateLastLogin.FieldName = "DatelastLogin";
     this.gcolDateLastLogin.Name      = "gcolDateLastLogin";
     //
     // gcolDateCreated
     //
     this.gcolDateCreated.Caption   = "Date Created";
     this.gcolDateCreated.FieldName = "DateCreated";
     this.gcolDateCreated.Name      = "gcolDateCreated";
     //
     // gcolLastModified
     //
     this.gcolLastModified.Caption   = "Date Last Modified";
     this.gcolLastModified.FieldName = "DateLastModified";
     this.gcolLastModified.Name      = "gcolLastModified";
     //
     // gcolLastModifiedByUser
     //
     this.gcolLastModifiedByUser.Caption   = "Last Modified User ID";
     this.gcolLastModifiedByUser.FieldName = "LastModifiedByUserID";
     this.gcolLastModifiedByUser.Name      = "gcolLastModifiedByUser";
     //
     // gcolEventId
     //
     this.gcolEventId.Caption = "EventId";
     this.gcolEventId.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gcolEventId.FieldName = "EventID";
     this.gcolEventId.Name      = "gcolEventId";
     //
     // gcolOccurrenceCount
     //
     this.gcolOccurrenceCount.Caption      = "Occured / Total";
     this.gcolOccurrenceCount.FieldName    = "OccurrenceCount";
     this.gcolOccurrenceCount.Name         = "gcolOccurrenceCount";
     this.gcolOccurrenceCount.Visible      = true;
     this.gcolOccurrenceCount.VisibleIndex = 8;
     this.gcolOccurrenceCount.Width        = 224;
     //
     // gcolScheduledInstructor
     //
     this.gcolScheduledInstructor.Caption      = "Scheduled Instructor";
     this.gcolScheduledInstructor.FieldName    = "ScheduledInstructor";
     this.gcolScheduledInstructor.Name         = "gcolScheduledInstructor";
     this.gcolScheduledInstructor.Visible      = true;
     this.gcolScheduledInstructor.VisibleIndex = 6;
     this.gcolScheduledInstructor.Width        = 183;
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemTimeEdit1.DisplayFormat.FormatString = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit1.Mask.EditMask = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.Name          = "repositoryItemTimeEdit1";
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemTimeEdit2.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.repositoryItemTimeEdit2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit2.Mask.EditMask = "MM/dd/yyyy HH:mm";
     this.repositoryItemTimeEdit2.Name          = "repositoryItemTimeEdit2";
     //
     // frmCourseBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 20);
     this.ClientSize        = new System.Drawing.Size(672, 357);
     this.Controls.Add(this.pnlBody);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name          = "frmCourseBrw";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "`";
     this.Load         += new System.EventHandler(this.frmCourseBrw_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCourse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.session1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwCourse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLuongQL));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.MainBar = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemChot = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemInTongHop = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu2 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItemInChiTiet = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageNhanVien = new DevExpress.XtraTab.XtraTabPage();
     this.treeListNhanVien = new DevExpress.XtraTreeList.TreeList();
     this.NAME = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.ID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.xtraTabPageThoiGian = new DevExpress.XtraTab.XtraTabPage();
     this.treeListBangLuong = new DevExpress.XtraTreeList.TreeList();
     this.CotTreeThangNam = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.CotTreeChot = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDoiLuong = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXemTruocIn = new DevExpress.XtraBars.BarButtonItem();
     this.btnChot = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.CotHoTen = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotSoNgay = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotLuongCB = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotPhanTramTV = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotLuongTL = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotTongThuNhap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotTamUng = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cotDaThanhToan = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotConLai = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Thang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotKetChuyenSoTienTU = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotKetChuyenTU = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
     this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.gridControlDetailTamUng = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetailTamUng = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.colTU_ID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.col_NgayDeNghi = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTU_SoTien = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTU_LyDo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTU_NguoiDuyet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.labelControl6 = new System.Windows.Forms.PLLabel();
     this.labelControl2 = new System.Windows.Forms.PLLabel();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPageNhanVien.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeListNhanVien)).BeginInit();
     this.xtraTabPageThoiGian.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeListBangLuong)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
     this.xtraTabControlDetail.SuspendLayout();
     this.xtraTabPageDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetailTamUng)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetailTamUng)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.MainBar});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemUpdate,
     this.barButtonItemPrint,
     this.barStaticItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItemCommit,
     this.barButtonItemNoCommit,
     this.barSubItem1,
     this.barButtonItemXem,
     this.barButtonItemSearch,
     this.barButtonItemClose,
     this.barCheckItemFilter,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItemDoiLuong,
     this.barButtonItemXemTruocIn,
     this.barButtonItemChot,
     this.barButtonItemInChiTiet,
     this.btnChot,
     this.barButtonItem6,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItemInTongHop});
     this.barManager1.MaxItemId = 65;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemPopupContainerEdit1});
     //
     // MainBar
     //
     this.MainBar.BarName = "MainBar";
     this.MainBar.DockCol = 0;
     this.MainBar.DockRow = 0;
     this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
     this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
     this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemChot, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInTongHop)});
     this.MainBar.OptionsBar.AllowQuickCustomization = false;
     this.MainBar.OptionsBar.DrawDragBorder = false;
     this.MainBar.OptionsBar.RotateWhenVertical = false;
     this.MainBar.OptionsBar.UseWholeRow = true;
     this.MainBar.Text = "Custom 1";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "&Tạo bảng lương";
     this.barButtonItemAdd.Id = 0;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "X&em";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemChot
     //
     this.barButtonItemChot.Caption = "Chốt";
     this.barButtonItemChot.Id = 54;
     this.barButtonItemChot.Name = "barButtonItemChot";
     this.barButtonItemChot.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemChot_ItemClick);
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "Tạ&m ứng";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "&Nghiệp vụ";
     this.barSubItem1.Id = 57;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemPrint.Caption = "&In";
     this.barButtonItemPrint.DropDownControl = this.popupMenu1;
     this.barButtonItemPrint.Id = 3;
     this.barButtonItemPrint.Name = "barButtonItemPrint";
     this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemPrint.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name = "popupMenu1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Xem trước";
     this.barButtonItem4.Id = 43;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemSearch.Caption = "Tìm &kiếm";
     this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
     this.barButtonItemSearch.Id = 27;
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenuFilter
     //
     this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điều kiện chọn lọc";
     this.barCheckItemFilter.Id = 42;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     //
     // barButtonItemInTongHop
     //
     this.barButtonItemInTongHop.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemInTongHop.Caption = "In chi tiết lương";
     this.barButtonItemInTongHop.DropDownControl = this.popupMenu2;
     this.barButtonItemInTongHop.Id = 64;
     this.barButtonItemInTongHop.Name = "barButtonItemInTongHop";
     this.barButtonItemInTongHop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInTongHop_ItemClick);
     //
     // popupMenu2
     //
     this.popupMenu2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInChiTiet)});
     this.popupMenu2.Manager = this.barManager1;
     this.popupMenu2.Name = "popupMenu2";
     //
     // barButtonItemInChiTiet
     //
     this.barButtonItemInChiTiet.Caption = "In bảng lương tổng hợp";
     this.barButtonItemInChiTiet.Enabled = true;
     this.barButtonItemInChiTiet.Id = 55;
     this.barButtonItemInChiTiet.Name = "barButtonItemInChiTiet";
     this.barButtonItemInChiTiet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInChiTiet_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(995, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 531);
     this.barDockControlBottom.Size = new System.Drawing.Size(995, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 507);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(995, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 507);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("841e0224-8336-4fda-8bcf-47af293f9163");
     this.dockPanel1.Location = new System.Drawing.Point(0, 24);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockFill = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.Options.AllowDockTop = false;
     this.dockPanel1.Options.AllowFloating = false;
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanel1.Size = new System.Drawing.Size(200, 507);
     this.dockPanel1.Text = "Xem theo";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.xtraTabControl1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 479);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left;
     this.xtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Vertical;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPageNhanVien;
     this.xtraTabControl1.Size = new System.Drawing.Size(194, 479);
     this.xtraTabControl1.TabIndex = 1;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageThoiGian,
     this.xtraTabPageNhanVien});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     //
     // xtraTabPageNhanVien
     //
     this.xtraTabPageNhanVien.Controls.Add(this.treeListNhanVien);
     this.xtraTabPageNhanVien.Name = "xtraTabPageNhanVien";
     this.xtraTabPageNhanVien.Size = new System.Drawing.Size(165, 472);
     this.xtraTabPageNhanVien.Text = "Nhân viên";
     //
     // treeListNhanVien
     //
     this.treeListNhanVien.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.NAME,
     this.ID});
     this.treeListNhanVien.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeListNhanVien.Location = new System.Drawing.Point(0, 0);
     this.treeListNhanVien.Name = "treeListNhanVien";
     this.treeListNhanVien.OptionsView.ShowHorzLines = false;
     this.treeListNhanVien.OptionsView.ShowIndicator = false;
     this.treeListNhanVien.OptionsView.ShowVertLines = false;
     this.treeListNhanVien.Size = new System.Drawing.Size(165, 472);
     this.treeListNhanVien.TabIndex = 0;
     //
     // NAME
     //
     this.NAME.AppearanceHeader.Options.UseTextOptions = true;
     this.NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.NAME.Caption = "Danh sách nhân viên";
     this.NAME.FieldName = "NAME";
     this.NAME.Name = "NAME";
     this.NAME.OptionsColumn.AllowEdit = false;
     this.NAME.OptionsColumn.AllowFocus = false;
     this.NAME.OptionsColumn.ReadOnly = true;
     this.NAME.Visible = true;
     this.NAME.VisibleIndex = 0;
     //
     // ID
     //
     this.ID.Caption = "treeListColumn2";
     this.ID.FieldName = "ID";
     this.ID.Name = "ID";
     //
     // xtraTabPageThoiGian
     //
     this.xtraTabPageThoiGian.Controls.Add(this.treeListBangLuong);
     this.xtraTabPageThoiGian.Name = "xtraTabPageThoiGian";
     this.xtraTabPageThoiGian.Size = new System.Drawing.Size(165, 472);
     this.xtraTabPageThoiGian.Text = "Thời gian";
     //
     // treeListBangLuong
     //
     this.treeListBangLuong.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.CotTreeThangNam,
     this.CotTreeChot});
     this.treeListBangLuong.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeListBangLuong.Location = new System.Drawing.Point(0, 0);
     this.treeListBangLuong.Name = "treeListBangLuong";
     this.treeListBangLuong.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeListBangLuong.OptionsView.ShowHorzLines = false;
     this.treeListBangLuong.OptionsView.ShowIndicator = false;
     this.treeListBangLuong.OptionsView.ShowVertLines = false;
     this.treeListBangLuong.Size = new System.Drawing.Size(165, 472);
     this.treeListBangLuong.TabIndex = 0;
     //
     // CotTreeThangNam
     //
     this.CotTreeThangNam.AppearanceHeader.Options.UseTextOptions = true;
     this.CotTreeThangNam.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.CotTreeThangNam.Caption = "Thời gian";
     this.CotTreeThangNam.FieldName = "THANG_NAM";
     this.CotTreeThangNam.Name = "CotTreeThangNam";
     this.CotTreeThangNam.OptionsColumn.AllowEdit = false;
     this.CotTreeThangNam.OptionsColumn.AllowFocus = false;
     this.CotTreeThangNam.OptionsColumn.ReadOnly = true;
     this.CotTreeThangNam.Visible = true;
     this.CotTreeThangNam.VisibleIndex = 0;
     //
     // CotTreeChot
     //
     this.CotTreeChot.AppearanceHeader.Options.UseTextOptions = true;
     this.CotTreeChot.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.CotTreeChot.Caption = "Chốt";
     this.CotTreeChot.FieldName = "IS_CHOT";
     this.CotTreeChot.Name = "CotTreeChot";
     this.CotTreeChot.OptionsColumn.AllowEdit = false;
     this.CotTreeChot.OptionsColumn.AllowFocus = false;
     this.CotTreeChot.OptionsColumn.ReadOnly = true;
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 13;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 100;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 15;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Id = 47;
     this.barButtonItemClose.Name = "barButtonItemClose";
     //
     // barButtonItem3
     //
     this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem3.Caption = "In";
     this.barButtonItem3.Id = 30;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // barButtonItemDoiLuong
     //
     this.barButtonItemDoiLuong.Id = 49;
     this.barButtonItemDoiLuong.Name = "barButtonItemDoiLuong";
     //
     // barButtonItemXemTruocIn
     //
     this.barButtonItemXemTruocIn.Id = 52;
     this.barButtonItemXemTruocIn.Name = "barButtonItemXemTruocIn";
     //
     // btnChot
     //
     this.btnChot.Caption = "Chốt bảng lương";
     this.btnChot.Id = 59;
     this.btnChot.Name = "btnChot";
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "Mở chốt bảng lương";
     this.barButtonItem6.Id = 60;
     this.barButtonItem6.Name = "barButtonItem6";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "barButtonItem5";
     this.barButtonItem5.Id = 62;
     this.barButtonItem5.Name = "barButtonItem5";
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "Chốt";
     this.barButtonItem7.Id = 63;
     this.barButtonItem7.Name = "barButtonItem7";
     //
     // repositoryItemPopupContainerEdit1
     //
     this.repositoryItemPopupContainerEdit1.AutoHeight = false;
     this.repositoryItemPopupContainerEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1";
     this.repositoryItemPopupContainerEdit1.PopupSizeable = false;
     this.repositoryItemPopupContainerEdit1.ShowPopupCloseButton = false;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(200, 65);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.gridControlMaster);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
     this.splitContainerControl1.Panel2.ShowCaption = true;
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(795, 466);
     this.splitContainerControl1.SplitterPosition = 164;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // gridControlMaster
     //
     this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
     this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemTimeEdit1,
     this.repositoryItemTimeEdit2});
     this.gridControlMaster.Size = new System.Drawing.Size(795, 164);
     this.gridControlMaster.TabIndex = 8;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMaster});
     //
     // gridViewMaster
     //
     this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.CotHoTen,
     this.CotSoNgay,
     this.CotLuongCB,
     this.CotPhanTramTV,
     this.CotLuongTL,
     this.CotTongThuNhap,
     this.CotTamUng,
     this.cotDaThanhToan,
     this.CotConLai,
     this.Thang,
     this.CotKetChuyenSoTienTU,
     this.CotKetChuyenTU});
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.GroupCount = 1;
     this.gridViewMaster.GroupPanelText = "TIỀN LƯƠNG";
     this.gridViewMaster.IndicatorWidth = 40;
     this.gridViewMaster.Name = "gridViewMaster";
     this.gridViewMaster.NewItemRowText = "Nhập dữ liệu mới tại đây";
     this.gridViewMaster.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
     this.gridViewMaster.OptionsSelection.MultiSelect = true;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.OptionsView.ShowFooter = true;
     this.gridViewMaster.OptionsView.ShowGroupedColumns = true;
     this.gridViewMaster.OptionsView.ShowGroupPanel = false;
     this.gridViewMaster.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.CotHoTen, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // CotHoTen
     //
     this.CotHoTen.Caption = "Nhân viên";
     this.CotHoTen.FieldName = "NAME";
     this.CotHoTen.Name = "CotHoTen";
     this.CotHoTen.Visible = true;
     this.CotHoTen.VisibleIndex = 0;
     this.CotHoTen.Width = 73;
     //
     // CotSoNgay
     //
     this.CotSoNgay.Caption = "Số ngày làm việc";
     this.CotSoNgay.Name = "CotSoNgay";
     this.CotSoNgay.Visible = true;
     this.CotSoNgay.VisibleIndex = 1;
     this.CotSoNgay.Width = 92;
     //
     // CotLuongCB
     //
     this.CotLuongCB.Caption = "Mức lương";
     this.CotLuongCB.Name = "CotLuongCB";
     this.CotLuongCB.Width = 62;
     //
     // CotPhanTramTV
     //
     this.CotPhanTramTV.Caption = "Phần trăm (thử việc)";
     this.CotPhanTramTV.Name = "CotPhanTramTV";
     this.CotPhanTramTV.Width = 111;
     //
     // CotLuongTL
     //
     this.CotLuongTL.Caption = "Thực lãnh";
     this.CotLuongTL.Name = "CotLuongTL";
     this.CotLuongTL.Width = 59;
     //
     // CotTongThuNhap
     //
     this.CotTongThuNhap.Caption = "Tổng thu nhập (VNĐ)";
     this.CotTongThuNhap.FieldName = "TONG_THU_NHAP";
     this.CotTongThuNhap.MinWidth = 126;
     this.CotTongThuNhap.Name = "CotTongThuNhap";
     this.CotTongThuNhap.SummaryItem.DisplayFormat = "{0}";
     this.CotTongThuNhap.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.CotTongThuNhap.Visible = true;
     this.CotTongThuNhap.VisibleIndex = 2;
     this.CotTongThuNhap.Width = 126;
     //
     // CotTamUng
     //
     this.CotTamUng.Caption = "Đã tạm ứng (VNĐ)";
     this.CotTamUng.FieldName = "TAM_UNG";
     this.CotTamUng.Name = "CotTamUng";
     this.CotTamUng.SummaryItem.DisplayFormat = "{0}";
     this.CotTamUng.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.CotTamUng.Visible = true;
     this.CotTamUng.VisibleIndex = 3;
     this.CotTamUng.Width = 101;
     //
     // cotDaThanhToan
     //
     this.cotDaThanhToan.Caption = "Đã thanh toán (VNĐ)";
     this.cotDaThanhToan.Name = "cotDaThanhToan";
     this.cotDaThanhToan.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.cotDaThanhToan.Visible = true;
     this.cotDaThanhToan.VisibleIndex = 4;
     this.cotDaThanhToan.Width = 114;
     //
     // CotConLai
     //
     this.CotConLai.Caption = "Còn lại (VNĐ)";
     this.CotConLai.Name = "CotConLai";
     this.CotConLai.SummaryItem.DisplayFormat = "{0}";
     this.CotConLai.SummaryItem.FieldName = "TT_CON_LAI";
     this.CotConLai.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.CotConLai.Visible = true;
     this.CotConLai.VisibleIndex = 5;
     this.CotConLai.Width = 76;
     //
     // Thang
     //
     this.Thang.Caption = "Thời gian";
     this.Thang.FieldName = "THANG_NAM";
     this.Thang.Name = "Thang";
     this.Thang.Width = 55;
     //
     // CotKetChuyenSoTienTU
     //
     this.CotKetChuyenSoTienTU.Caption = "Kết chuyển tạm ứng (VNĐ)";
     this.CotKetChuyenSoTienTU.FieldName = "KET_CHUYEN_TAM_UNG";
     this.CotKetChuyenSoTienTU.Name = "CotKetChuyenSoTienTU";
     this.CotKetChuyenSoTienTU.SummaryItem.DisplayFormat = "{0}";
     this.CotKetChuyenSoTienTU.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.CotKetChuyenSoTienTU.Visible = true;
     this.CotKetChuyenSoTienTU.VisibleIndex = 6;
     this.CotKetChuyenSoTienTU.Width = 141;
     //
     // CotKetChuyenTU
     //
     this.CotKetChuyenTU.Caption = "Kết chuyển tạm ứng";
     this.CotKetChuyenTU.Name = "CotKetChuyenTU";
     this.CotKetChuyenTU.Width = 109;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
     //
     // xtraTabControlDetail
     //
     this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControlDetail.Name = "xtraTabControlDetail";
     this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
     this.xtraTabControlDetail.Size = new System.Drawing.Size(795, 296);
     this.xtraTabControlDetail.TabIndex = 10;
     this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageDetail,
     this.xtraTabPage3});
     //
     // xtraTabPageDetail
     //
     this.xtraTabPageDetail.Controls.Add(this.gridControlDetail);
     this.xtraTabPageDetail.Name = "xtraTabPageDetail";
     this.xtraTabPageDetail.Size = new System.Drawing.Size(788, 267);
     this.xtraTabPageDetail.Text = "Chi tiết lương";
     //
     // gridControlDetail
     //
     this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
     this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
     this.gridControlDetail.MainView = this.gridViewDetail;
     this.gridControlDetail.Name = "gridControlDetail";
     this.gridControlDetail.Size = new System.Drawing.Size(788, 267);
     this.gridControlDetail.TabIndex = 9;
     this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetail});
     //
     // gridViewDetail
     //
     this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetail.GridControl = this.gridControlDetail;
     this.gridViewDetail.IndicatorWidth = 40;
     this.gridViewDetail.Name = "gridViewDetail";
     this.gridViewDetail.NewItemRowText = "Nhập dữ liệu mới tại đây";
     this.gridViewDetail.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetail.OptionsView.ShowGroupPanel = false;
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.gridControlDetailTamUng);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(788, 267);
     this.xtraTabPage3.Text = "Chi tiết tạm ứng";
     //
     // gridControlDetailTamUng
     //
     this.gridControlDetailTamUng.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetailTamUng.BackgroundImage")));
     this.gridControlDetailTamUng.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetailTamUng.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetailTamUng.Location = new System.Drawing.Point(0, 0);
     this.gridControlDetailTamUng.MainView = this.gridViewDetailTamUng;
     this.gridControlDetailTamUng.Name = "gridControlDetailTamUng";
     this.gridControlDetailTamUng.Size = new System.Drawing.Size(788, 267);
     this.gridControlDetailTamUng.TabIndex = 10;
     this.gridControlDetailTamUng.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetailTamUng});
     //
     // gridViewDetailTamUng
     //
     this.gridViewDetailTamUng.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetailTamUng.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetailTamUng.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colTU_ID,
     this.col_NgayDeNghi,
     this.colTU_SoTien,
     this.colTU_LyDo,
     this.colTU_NguoiDuyet});
     this.gridViewDetailTamUng.GridControl = this.gridControlDetailTamUng;
     this.gridViewDetailTamUng.IndicatorWidth = 40;
     this.gridViewDetailTamUng.Name = "gridViewDetailTamUng";
     this.gridViewDetailTamUng.NewItemRowText = "Nhập dữ liệu mới tại đây";
     this.gridViewDetailTamUng.OptionsBehavior.Editable = false;
     this.gridViewDetailTamUng.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridViewDetailTamUng.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetailTamUng.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetailTamUng.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetailTamUng.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetailTamUng.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewDetailTamUng.OptionsView.ColumnAutoWidth = false;
     this.gridViewDetailTamUng.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetailTamUng.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetailTamUng.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetailTamUng.OptionsView.ShowFooter = true;
     this.gridViewDetailTamUng.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetailTamUng.OptionsView.ShowGroupPanel = false;
     this.gridViewDetailTamUng.OptionsView.ShowIndicator = false;
     //
     // colTU_ID
     //
     this.colTU_ID.Caption = "ID";
     this.colTU_ID.Name = "colTU_ID";
     this.colTU_ID.Width = 23;
     //
     // col_NgayDeNghi
     //
     this.col_NgayDeNghi.Caption = "Ngày đề nghị";
     this.col_NgayDeNghi.MinWidth = 376;
     this.col_NgayDeNghi.Name = "col_NgayDeNghi";
     this.col_NgayDeNghi.Visible = true;
     this.col_NgayDeNghi.VisibleIndex = 0;
     this.col_NgayDeNghi.Width = 376;
     //
     // colTU_SoTien
     //
     this.colTU_SoTien.Caption = "Số tiền (VNĐ)";
     this.colTU_SoTien.MinWidth = 408;
     this.colTU_SoTien.Name = "colTU_SoTien";
     this.colTU_SoTien.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colTU_SoTien.Visible = true;
     this.colTU_SoTien.VisibleIndex = 1;
     this.colTU_SoTien.Width = 408;
     //
     // colTU_LyDo
     //
     this.colTU_LyDo.Caption = "Lý do";
     this.colTU_LyDo.Name = "colTU_LyDo";
     this.colTU_LyDo.Width = 38;
     //
     // colTU_NguoiDuyet
     //
     this.colTU_NguoiDuyet.Caption = "Người duyệt";
     this.colTU_NguoiDuyet.Name = "colTU_NguoiDuyet";
     this.colTU_NguoiDuyet.Width = 71;
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.labelControl6);
     this.popupControlContainerFilter.Controls.Add(this.labelControl2);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Top;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(200, 24);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(795, 41);
     this.popupControlContainerFilter.TabIndex = 5;
     this.popupControlContainerFilter.Visible = false;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(0, 0);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(0, 13);
     this.labelControl6.TabIndex = 27;
     this.labelControl6.ToolTip = "Dữ liệu bắt buộc nhập";
     this.labelControl6.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(0, 0);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(0, 13);
     this.labelControl2.TabIndex = 28;
     this.labelControl2.ToolTip = "Dữ liệu bắt buộc nhập";
     this.labelControl2.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "VAT";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 5;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "VAT";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width = 96;
     //
     // frmLuongQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(995, 531);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.popupControlContainerFilter);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmLuongQL";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Tiền lương";
     this.Load += new System.EventHandler(this.frmLuongQL_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPageNhanVien.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeListNhanVien)).EndInit();
     this.xtraTabPageThoiGian.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeListBangLuong)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
     this.xtraTabControlDetail.ResumeLayout(false);
     this.xtraTabPageDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetailTamUng)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetailTamUng)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     this.popupControlContainerFilter.PerformLayout();
     this.ResumeLayout(false);
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCourseBrw));
     this.persistentRepository1 = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.pnl_Find = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.chk_Anywhere = new System.Windows.Forms.CheckBox();
     this.btn_Clear = new System.Windows.Forms.Button();
     this.btn_Find = new System.Windows.Forms.Button();
     this.lbl_Find = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch = new System.Windows.Forms.CheckBox();
     this.pnlBody = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1 = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.grdCourse = new DevExpress.XtraGrid.GridControl();
     this.xpServerCollectionSource1 = new DevExpress.Xpo.XPServerCollectionSource();
     this.session1 = new DevExpress.Xpo.Session();
     this.gvwCourse = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolCourseId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhonetic = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCourseType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColProgram = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolClient = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDept = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEndDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNumberStudents = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolHomeWorkMinutes = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestFinalEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestFinalForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCurriculam = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateLastLogin = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateCreated = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModified = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModifiedByUser = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolOccurrenceCount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolScheduledInstructor = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCourse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.session1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwCourse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     this.SuspendLayout();
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name = "pnl_Find";
     this.pnl_Find.Size = new System.Drawing.Size(672, 129);
     this.pnl_Find.TabIndex = 28;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(386, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(282, 125);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(282, 125);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(102, 24);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(474, 27);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location = new System.Drawing.Point(336, 63);
     this.chk_Anywhere.Name = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size = new System.Drawing.Size(246, 34);
     this.chk_Anywhere.TabIndex = 7;
     this.chk_Anywhere.Text = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location = new System.Drawing.Point(592, 63);
     this.btn_Clear.Name = "btn_Clear";
     this.btn_Clear.Size = new System.Drawing.Size(120, 33);
     this.btn_Clear.TabIndex = 6;
     this.btn_Clear.Text = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location = new System.Drawing.Point(592, 21);
     this.btn_Find.Name = "btn_Find";
     this.btn_Find.Size = new System.Drawing.Size(120, 33);
     this.btn_Find.TabIndex = 4;
     this.btn_Find.Text = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(24, 27);
     this.lbl_Find.Name = "lbl_Find";
     this.lbl_Find.Size = new System.Drawing.Size(46, 21);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked = true;
     this.chk_AdvanceSearch.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location = new System.Drawing.Point(102, 63);
     this.chk_AdvanceSearch.Name = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size = new System.Drawing.Size(180, 34);
     this.chk_AdvanceSearch.TabIndex = 8;
     this.chk_AdvanceSearch.Text = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdCourse);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(672, 357);
     this.pnlBody.TabIndex = 29;
     this.pnlBody.Resize += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(64, 309);
     this.pnl_SpeedSearch.Name = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size = new System.Drawing.Size(307, 102);
     this.pnl_SpeedSearch.TabIndex = 42;
     this.pnl_SpeedSearch.Visible = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(6, 6);
     this.pnl_SpeedSearch1.Name = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size = new System.Drawing.Size(295, 91);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location = new System.Drawing.Point(18, 41);
     this.txt_SpeedSearch.Name = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size = new System.Drawing.Size(251, 27);
     this.txt_SpeedSearch.TabIndex = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(90, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(103, 19);
     this.label1.TabIndex = 0;
     this.label1.Text = "Fast Search";
     //
     // grdCourse
     //
     this.grdCourse.DataSource = this.xpServerCollectionSource1;
     this.grdCourse.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdCourse.ExternalRepository = this.persistentRepository1;
     this.grdCourse.Location = new System.Drawing.Point(0, 129);
     this.grdCourse.MainView = this.gvwCourse;
     this.grdCourse.Name = "grdCourse";
     this.grdCourse.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTimeEdit1,
     this.repositoryItemButtonEdit1,
     this.repositoryItemTimeEdit2});
     this.grdCourse.ServerMode = true;
     this.grdCourse.Size = new System.Drawing.Size(672, 228);
     this.grdCourse.TabIndex = 26;
     this.grdCourse.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwCourse});
     this.grdCourse.DoubleClick += new System.EventHandler(this.grdCourse_DoubleClick);
     this.grdCourse.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.grdCourse_KeyPress);
     //
     // xpServerCollectionSource1
     //
     this.xpServerCollectionSource1.ObjectType = typeof(Scheduler.BusinessLayer.CoursePO);
     this.xpServerCollectionSource1.Session = this.session1;
     //
     // gvwCourse
     //
     this.gvwCourse.ActiveFilterString = "[CourseStatus] = \'Active\'";
     this.gvwCourse.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwCourse.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcolCourseId,
     this.gColName,
     this.gcolPhonetic,
     this.gcolNameRomaji,
     this.gcolCourseType,
     this.gColProgram,
     this.gcolClient,
     this.gcolDept,
     this.gcolEventDateTime,
     this.gcolEndDateTime,
     this.gcolNumberStudents,
     this.gcolHomeWorkMinutes,
     this.gcolTestIniEventID,
     this.gColTestMidEventID,
     this.gColTestFinalEventID,
     this.gcolTestIniForm,
     this.gColTestMidForm,
     this.gcolTestFinalForm,
     this.gcolCurriculam,
     this.gcolStatus,
     this.gcolDescription,
     this.gcolDateLastLogin,
     this.gcolDateCreated,
     this.gcolLastModified,
     this.gcolLastModifiedByUser,
     this.gcolEventId,
     this.gcolOccurrenceCount,
     this.gcolScheduledInstructor});
     this.gvwCourse.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwCourse.GridControl = this.grdCourse;
     this.gvwCourse.Name = "gvwCourse";
     this.gvwCourse.OptionsBehavior.Editable = false;
     this.gvwCourse.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwCourse.OptionsNavigation.AutoMoveRowFocus = false;
     this.gvwCourse.OptionsView.ShowDetailButtons = false;
     this.gvwCourse.OptionsView.ShowGroupPanel = false;
     this.gvwCourse.OptionsView.ShowHorzLines = false;
     this.gvwCourse.OptionsView.ShowIndicator = false;
     this.gvwCourse.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolClient, DevExpress.Data.ColumnSortOrder.Ascending),
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gColName, DevExpress.Data.ColumnSortOrder.Ascending),
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolEventDateTime, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gcolCourseId
     //
     this.gcolCourseId.Caption = "Course Id";
     this.gcolCourseId.FieldName = "CourseId";
     this.gcolCourseId.Name = "gcolCourseId";
     //
     // gColName
     //
     this.gColName.Caption = "Class Name";
     this.gColName.FieldName = "BrowseName";
     this.gColName.Name = "gColName";
     this.gColName.Visible = true;
     this.gColName.VisibleIndex = 3;
     this.gColName.Width = 203;
     //
     // gcolPhonetic
     //
     this.gcolPhonetic.Caption = "Name Phonetic";
     this.gcolPhonetic.FieldName = "NamePhonetic";
     this.gcolPhonetic.Name = "gcolPhonetic";
     this.gcolPhonetic.Width = 78;
     //
     // gcolNameRomaji
     //
     this.gcolNameRomaji.Caption = "Name Romaji";
     this.gcolNameRomaji.FieldName = "NameRomaji";
     this.gcolNameRomaji.Name = "gcolNameRomaji";
     this.gcolNameRomaji.Width = 78;
     //
     // gcolCourseType
     //
     this.gcolCourseType.Caption = "Type";
     this.gcolCourseType.FieldName = "CourseType";
     this.gcolCourseType.Name = "gcolCourseType";
     this.gcolCourseType.Width = 60;
     //
     // gColProgram
     //
     this.gColProgram.Caption = "Program Name";
     this.gColProgram.FieldName = "Program";
     this.gColProgram.Name = "gColProgram";
     this.gColProgram.Visible = true;
     this.gColProgram.VisibleIndex = 2;
     this.gColProgram.Width = 203;
     //
     // gcolClient
     //
     this.gcolClient.Caption = "Client Name";
     this.gcolClient.FieldName = "Client";
     this.gcolClient.Name = "gcolClient";
     this.gcolClient.Visible = true;
     this.gcolClient.VisibleIndex = 0;
     this.gcolClient.Width = 223;
     //
     // gcolDept
     //
     this.gcolDept.Caption = "Department Name";
     this.gcolDept.FieldName = "Department";
     this.gcolDept.Name = "gcolDept";
     this.gcolDept.Visible = true;
     this.gcolDept.VisibleIndex = 1;
     this.gcolDept.Width = 208;
     //
     // gcolEventDateTime
     //
     this.gcolEventDateTime.Caption = "Event Start Date";
     this.gcolEventDateTime.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.gcolEventDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gcolEventDateTime.FieldName = "EventStartDateTime";
     this.gcolEventDateTime.Name = "gcolEventDateTime";
     this.gcolEventDateTime.Visible = true;
     this.gcolEventDateTime.VisibleIndex = 4;
     this.gcolEventDateTime.Width = 160;
     //
     // gcolEndDateTime
     //
     this.gcolEndDateTime.Caption = "Event End Date";
     this.gcolEndDateTime.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.gcolEndDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gcolEndDateTime.FieldName = "EventEndDateTime";
     this.gcolEndDateTime.Name = "gcolEndDateTime";
     this.gcolEndDateTime.Visible = true;
     this.gcolEndDateTime.VisibleIndex = 5;
     this.gcolEndDateTime.Width = 160;
     //
     // gcolNumberStudents
     //
     this.gcolNumberStudents.Caption = "No. Students";
     this.gcolNumberStudents.FieldName = "NumberStudents";
     this.gcolNumberStudents.Name = "gcolNumberStudents";
     //
     // gcolHomeWorkMinutes
     //
     this.gcolHomeWorkMinutes.Caption = "Homework Mints.";
     this.gcolHomeWorkMinutes.FieldName = "HomeWorkMinutes";
     this.gcolHomeWorkMinutes.Name = "gcolHomeWorkMinutes";
     this.gcolHomeWorkMinutes.Width = 76;
     //
     // gcolTestIniEventID
     //
     this.gcolTestIniEventID.Caption = "Initial EventID";
     this.gcolTestIniEventID.FieldName = "TestInitialEventID";
     this.gcolTestIniEventID.Name = "gcolTestIniEventID";
     //
     // gColTestMidEventID
     //
     this.gColTestMidEventID.Caption = "Mid-term EventID";
     this.gColTestMidEventID.FieldName = "TestMidTermEventID";
     this.gColTestMidEventID.Name = "gColTestMidEventID";
     //
     // gColTestFinalEventID
     //
     this.gColTestFinalEventID.Caption = "Final EventID";
     this.gColTestFinalEventID.FieldName = "TestFinalEventID";
     this.gColTestFinalEventID.Name = "gColTestFinalEventID";
     //
     // gcolTestIniForm
     //
     this.gcolTestIniForm.Caption = "Initial Form";
     this.gcolTestIniForm.FieldName = "TestInitialForm";
     this.gcolTestIniForm.Name = "gcolTestIniForm";
     //
     // gColTestMidForm
     //
     this.gColTestMidForm.Caption = "Mid-term Form";
     this.gColTestMidForm.FieldName = "TestMidTermForm";
     this.gColTestMidForm.Name = "gColTestMidForm";
     //
     // gcolTestFinalForm
     //
     this.gcolTestFinalForm.Caption = "Final Form";
     this.gcolTestFinalForm.FieldName = "TestFinalForm";
     this.gcolTestFinalForm.Name = "gcolTestFinalForm";
     //
     // gcolCurriculam
     //
     this.gcolCurriculam.Caption = "Curriculam";
     this.gcolCurriculam.FieldName = "Curriculam";
     this.gcolCurriculam.Name = "gcolCurriculam";
     this.gcolCurriculam.Width = 44;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption = "Status";
     this.gcolStatus.FieldName = "CourseStatus";
     this.gcolStatus.Name = "gcolStatus";
     this.gcolStatus.Visible = true;
     this.gcolStatus.VisibleIndex = 7;
     this.gcolStatus.Width = 183;
     //
     // gcolDescription
     //
     this.gcolDescription.Caption = "Description";
     this.gcolDescription.FieldName = "Description";
     this.gcolDescription.Name = "gcolDescription";
     this.gcolDescription.Width = 102;
     //
     // gcolDateLastLogin
     //
     this.gcolDateLastLogin.Caption = "Date Last Login";
     this.gcolDateLastLogin.FieldName = "DatelastLogin";
     this.gcolDateLastLogin.Name = "gcolDateLastLogin";
     //
     // gcolDateCreated
     //
     this.gcolDateCreated.Caption = "Date Created";
     this.gcolDateCreated.FieldName = "DateCreated";
     this.gcolDateCreated.Name = "gcolDateCreated";
     //
     // gcolLastModified
     //
     this.gcolLastModified.Caption = "Date Last Modified";
     this.gcolLastModified.FieldName = "DateLastModified";
     this.gcolLastModified.Name = "gcolLastModified";
     //
     // gcolLastModifiedByUser
     //
     this.gcolLastModifiedByUser.Caption = "Last Modified User ID";
     this.gcolLastModifiedByUser.FieldName = "LastModifiedByUserID";
     this.gcolLastModifiedByUser.Name = "gcolLastModifiedByUser";
     //
     // gcolEventId
     //
     this.gcolEventId.Caption = "EventId";
     this.gcolEventId.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gcolEventId.FieldName = "EventID";
     this.gcolEventId.Name = "gcolEventId";
     //
     // gcolOccurrenceCount
     //
     this.gcolOccurrenceCount.Caption = "Occured / Total";
     this.gcolOccurrenceCount.FieldName = "OccurrenceCount";
     this.gcolOccurrenceCount.Name = "gcolOccurrenceCount";
     this.gcolOccurrenceCount.Visible = true;
     this.gcolOccurrenceCount.VisibleIndex = 8;
     this.gcolOccurrenceCount.Width = 224;
     //
     // gcolScheduledInstructor
     //
     this.gcolScheduledInstructor.Caption = "Scheduled Instructor";
     this.gcolScheduledInstructor.FieldName = "ScheduledInstructor";
     this.gcolScheduledInstructor.Name = "gcolScheduledInstructor";
     this.gcolScheduledInstructor.Visible = true;
     this.gcolScheduledInstructor.VisibleIndex = 6;
     this.gcolScheduledInstructor.Width = 183;
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.DisplayFormat.FormatString = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit1.Mask.EditMask = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit2.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.repositoryItemTimeEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit2.Mask.EditMask = "MM/dd/yyyy HH:mm";
     this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
     //
     // frmCourseBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 20);
     this.ClientSize = new System.Drawing.Size(672, 357);
     this.Controls.Add(this.pnlBody);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "frmCourseBrw";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "`";
     this.Load += new System.EventHandler(this.frmCourseBrw_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCourse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.session1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwCourse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).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();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.chkInactivo = new System.Windows.Forms.RadioButton();
     this.chkActivo = new System.Windows.Forms.RadioButton();
     this.button1 = new System.Windows.Forms.Button();
     this.txtDescripcion = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.txtCodigo = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.clsHorarioBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.coldia = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH00 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH01 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH02 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH03 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH04 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH05 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH06 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH07 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH08 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH09 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colH23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit8 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.btnGuardar = new System.Windows.Forms.ToolStripButton();
     this.btnModificar = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.btnEliminar = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsHorarioBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.panelControl1);
     this.groupControl2.Controls.Add(this.button1);
     this.groupControl2.Controls.Add(this.txtDescripcion);
     this.groupControl2.Controls.Add(this.labelControl1);
     this.groupControl2.Controls.Add(this.txtCodigo);
     this.groupControl2.Controls.Add(this.labelControl2);
     this.groupControl2.Controls.Add(this.labelControl3);
     this.groupControl2.Location = new System.Drawing.Point(2, 33);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(478, 116);
     this.groupControl2.TabIndex = 11;
     this.groupControl2.Text = "Perfil";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.chkInactivo);
     this.panelControl1.Controls.Add(this.chkActivo);
     this.panelControl1.Location = new System.Drawing.Point(72, 84);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(216, 22);
     this.panelControl1.TabIndex = 7;
     //
     // chkInactivo
     //
     this.chkInactivo.AutoSize = true;
     this.chkInactivo.Location = new System.Drawing.Point(108, 2);
     this.chkInactivo.Name = "chkInactivo";
     this.chkInactivo.Size = new System.Drawing.Size(64, 17);
     this.chkInactivo.TabIndex = 8;
     this.chkInactivo.TabStop = true;
     this.chkInactivo.Text = "Inactivo";
     this.chkInactivo.UseVisualStyleBackColor = true;
     //
     // chkActivo
     //
     this.chkActivo.AutoSize = true;
     this.chkActivo.Location = new System.Drawing.Point(18, 4);
     this.chkActivo.Name = "chkActivo";
     this.chkActivo.Size = new System.Drawing.Size(55, 17);
     this.chkActivo.TabIndex = 8;
     this.chkActivo.TabStop = true;
     this.chkActivo.Text = "Activo";
     this.chkActivo.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(165, 26);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(37, 22);
     this.button1.TabIndex = 6;
     this.button1.Text = "...";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(72, 54);
     this.txtDescripcion.Name = "txtDescripcion";
     this.txtDescripcion.Size = new System.Drawing.Size(193, 20);
     this.txtDescripcion.TabIndex = 4;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(28, 33);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(37, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Código:";
     //
     // txtCodigo
     //
     this.txtCodigo.Location = new System.Drawing.Point(72, 28);
     this.txtCodigo.Name = "txtCodigo";
     this.txtCodigo.Size = new System.Drawing.Size(87, 20);
     this.txtCodigo.TabIndex = 3;
     this.txtCodigo.EditValueChanged += new System.EventHandler(this.txtCodigo_EditValueChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(7, 61);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(58, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "Descripción:";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(28, 90);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(37, 13);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text = "Estado:";
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.gridControl1);
     this.groupControl3.Controls.Add(this.radioButton3);
     this.groupControl3.Controls.Add(this.radioButton2);
     this.groupControl3.Controls.Add(this.radioButton1);
     this.groupControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupControl3.Location = new System.Drawing.Point(0, 153);
     this.groupControl3.Name = "groupControl3";
     this.groupControl3.Size = new System.Drawing.Size(936, 327);
     this.groupControl3.TabIndex = 13;
     this.groupControl3.Text = "Horario de uso del sistema";
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.clsHorarioBindingSource;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(2, 21);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(932, 304);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // clsHorarioBindingSource
     //
     this.clsHorarioBindingSource.DataSource = typeof(clases.Seguridad.clsHorario);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.coldia,
     this.colH00,
     this.colH01,
     this.colH02,
     this.colH03,
     this.colH04,
     this.colH05,
     this.colH06,
     this.colH07,
     this.colH08,
     this.colH09,
     this.colH10,
     this.colH11,
     this.colH12,
     this.colH13,
     this.colH14,
     this.colH15,
     this.colH16,
     this.colH17,
     this.colH18,
     this.colH19,
     this.colH20,
     this.colH21,
     this.colH22,
     this.colH23});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // coldia
     //
     this.coldia.FieldName = "dia";
     this.coldia.Name = "coldia";
     this.coldia.Visible = true;
     this.coldia.VisibleIndex = 0;
     this.coldia.Width = 122;
     //
     // colH00
     //
     this.colH00.FieldName = "H00";
     this.colH00.Name = "colH00";
     this.colH00.Visible = true;
     this.colH00.VisibleIndex = 1;
     this.colH00.Width = 32;
     //
     // colH01
     //
     this.colH01.FieldName = "H01";
     this.colH01.Name = "colH01";
     this.colH01.Visible = true;
     this.colH01.VisibleIndex = 2;
     this.colH01.Width = 32;
     //
     // colH02
     //
     this.colH02.FieldName = "H02";
     this.colH02.Name = "colH02";
     this.colH02.Visible = true;
     this.colH02.VisibleIndex = 3;
     this.colH02.Width = 32;
     //
     // colH03
     //
     this.colH03.FieldName = "H03";
     this.colH03.Name = "colH03";
     this.colH03.Visible = true;
     this.colH03.VisibleIndex = 4;
     this.colH03.Width = 32;
     //
     // colH04
     //
     this.colH04.FieldName = "H04";
     this.colH04.Name = "colH04";
     this.colH04.Visible = true;
     this.colH04.VisibleIndex = 5;
     this.colH04.Width = 32;
     //
     // colH05
     //
     this.colH05.FieldName = "H05";
     this.colH05.Name = "colH05";
     this.colH05.Visible = true;
     this.colH05.VisibleIndex = 6;
     this.colH05.Width = 32;
     //
     // colH06
     //
     this.colH06.FieldName = "H06";
     this.colH06.Name = "colH06";
     this.colH06.Visible = true;
     this.colH06.VisibleIndex = 7;
     this.colH06.Width = 32;
     //
     // colH07
     //
     this.colH07.FieldName = "H07";
     this.colH07.Name = "colH07";
     this.colH07.Visible = true;
     this.colH07.VisibleIndex = 8;
     this.colH07.Width = 32;
     //
     // colH08
     //
     this.colH08.FieldName = "H08";
     this.colH08.Name = "colH08";
     this.colH08.Visible = true;
     this.colH08.VisibleIndex = 9;
     this.colH08.Width = 32;
     //
     // colH09
     //
     this.colH09.FieldName = "H09";
     this.colH09.Name = "colH09";
     this.colH09.Visible = true;
     this.colH09.VisibleIndex = 10;
     this.colH09.Width = 32;
     //
     // colH10
     //
     this.colH10.FieldName = "H10";
     this.colH10.Name = "colH10";
     this.colH10.Visible = true;
     this.colH10.VisibleIndex = 11;
     this.colH10.Width = 32;
     //
     // colH11
     //
     this.colH11.FieldName = "H11";
     this.colH11.Name = "colH11";
     this.colH11.Visible = true;
     this.colH11.VisibleIndex = 12;
     this.colH11.Width = 32;
     //
     // colH12
     //
     this.colH12.FieldName = "H12";
     this.colH12.Name = "colH12";
     this.colH12.Visible = true;
     this.colH12.VisibleIndex = 13;
     this.colH12.Width = 32;
     //
     // colH13
     //
     this.colH13.FieldName = "H13";
     this.colH13.Name = "colH13";
     this.colH13.Visible = true;
     this.colH13.VisibleIndex = 14;
     this.colH13.Width = 32;
     //
     // colH14
     //
     this.colH14.FieldName = "H14";
     this.colH14.Name = "colH14";
     this.colH14.Visible = true;
     this.colH14.VisibleIndex = 15;
     this.colH14.Width = 32;
     //
     // colH15
     //
     this.colH15.FieldName = "H15";
     this.colH15.Name = "colH15";
     this.colH15.Visible = true;
     this.colH15.VisibleIndex = 16;
     this.colH15.Width = 32;
     //
     // colH16
     //
     this.colH16.FieldName = "H16";
     this.colH16.Name = "colH16";
     this.colH16.Visible = true;
     this.colH16.VisibleIndex = 17;
     this.colH16.Width = 32;
     //
     // colH17
     //
     this.colH17.FieldName = "H17";
     this.colH17.Name = "colH17";
     this.colH17.Visible = true;
     this.colH17.VisibleIndex = 18;
     this.colH17.Width = 32;
     //
     // colH18
     //
     this.colH18.FieldName = "H18";
     this.colH18.Name = "colH18";
     this.colH18.Visible = true;
     this.colH18.VisibleIndex = 19;
     this.colH18.Width = 32;
     //
     // colH19
     //
     this.colH19.FieldName = "H19";
     this.colH19.Name = "colH19";
     this.colH19.Visible = true;
     this.colH19.VisibleIndex = 20;
     this.colH19.Width = 32;
     //
     // colH20
     //
     this.colH20.FieldName = "H20";
     this.colH20.Name = "colH20";
     this.colH20.Visible = true;
     this.colH20.VisibleIndex = 21;
     this.colH20.Width = 32;
     //
     // colH21
     //
     this.colH21.FieldName = "H21";
     this.colH21.Name = "colH21";
     this.colH21.Visible = true;
     this.colH21.VisibleIndex = 22;
     this.colH21.Width = 32;
     //
     // colH22
     //
     this.colH22.FieldName = "H22";
     this.colH22.Name = "colH22";
     this.colH22.Visible = true;
     this.colH22.VisibleIndex = 23;
     this.colH22.Width = 32;
     //
     // colH23
     //
     this.colH23.FieldName = "H23";
     this.colH23.Name = "colH23";
     this.colH23.Visible = true;
     this.colH23.VisibleIndex = 24;
     this.colH23.Width = 48;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Location = new System.Drawing.Point(215, 24);
     this.radioButton3.Name = "radioButton3";
     this.radioButton3.Size = new System.Drawing.Size(91, 17);
     this.radioButton3.TabIndex = 3;
     this.radioButton3.TabStop = true;
     this.radioButton3.Text = "Personalizado";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(115, 24);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(95, 17);
     this.radioButton2.TabIndex = 2;
     this.radioButton2.TabStop = true;
     this.radioButton2.Text = "Horario laboral";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(7, 24);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(92, 17);
     this.radioButton1.TabIndex = 1;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "Todos los días";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     //
     // repositoryItemCheckEdit4
     //
     this.repositoryItemCheckEdit4.AutoHeight = false;
     this.repositoryItemCheckEdit4.Name = "repositoryItemCheckEdit4";
     //
     // repositoryItemCheckEdit5
     //
     this.repositoryItemCheckEdit5.AutoHeight = false;
     this.repositoryItemCheckEdit5.Name = "repositoryItemCheckEdit5";
     //
     // repositoryItemCheckEdit6
     //
     this.repositoryItemCheckEdit6.AutoHeight = false;
     this.repositoryItemCheckEdit6.Name = "repositoryItemCheckEdit6";
     //
     // repositoryItemCheckEdit7
     //
     this.repositoryItemCheckEdit7.AutoHeight = false;
     this.repositoryItemCheckEdit7.Name = "repositoryItemCheckEdit7";
     //
     // repositoryItemCheckEdit8
     //
     this.repositoryItemCheckEdit8.AutoHeight = false;
     this.repositoryItemCheckEdit8.Name = "repositoryItemCheckEdit8";
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTimeEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.btnGuardar,
     this.btnModificar,
     this.toolStripButton6,
     this.btnEliminar});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(936, 25);
     this.toolStrip1.TabIndex = 16;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = global::forms.Properties.Resources.nuevo;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(62, 22);
     this.toolStripButton1.Text = "Nuevo";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // btnGuardar
     //
     this.btnGuardar.Image = global::forms.Properties.Resources.guardar;
     this.btnGuardar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnGuardar.Name = "btnGuardar";
     this.btnGuardar.Size = new System.Drawing.Size(69, 22);
     this.btnGuardar.Text = "Guardar";
     this.btnGuardar.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // btnModificar
     //
     this.btnModificar.Image = global::forms.Properties.Resources.modificar;
     this.btnModificar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnModificar.Name = "btnModificar";
     this.btnModificar.Size = new System.Drawing.Size(78, 22);
     this.btnModificar.Text = "Modificar";
     //
     // toolStripButton6
     //
     this.toolStripButton6.Image = global::forms.Properties.Resources._24_cancelar;
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(49, 22);
     this.toolStripButton6.Text = "Salir";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // btnEliminar
     //
     this.btnEliminar.Image = global::forms.Properties.Resources.eliminar;
     this.btnEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEliminar.Name = "btnEliminar";
     this.btnEliminar.Size = new System.Drawing.Size(70, 22);
     this.btnEliminar.Text = "Eliminar";
     //
     // frmCrearPerfil
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(936, 480);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.groupControl3);
     this.Controls.Add(this.groupControl2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.LookAndFeel.SkinName = "Metropolis Dark";
     this.Name = "frmCrearPerfil";
     this.Text = "Crear perfil";
     this.Load += new System.EventHandler(this.frmCrearPerfil_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     this.groupControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsHorarioBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     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()
 {
     this.dteStart = new DevExpress.XtraEditors.DateEdit();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.dteEnd = new DevExpress.XtraEditors.DateEdit();
     this.gcData = new DevExpress.XtraGrid.GridControl();
     this.gvData = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     ((System.ComponentModel.ISupportInitialize)(this.pcBackGround)).BeginInit();
     this.pcBackGround.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteStart.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteEnd.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteEnd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
     this.SuspendLayout();
     //
     // pcBackGround
     //
     this.pcBackGround.Controls.Add(this.dteStart);
     this.pcBackGround.Controls.Add(this.labelControl7);
     this.pcBackGround.Controls.Add(this.labelControl2);
     this.pcBackGround.Controls.Add(this.dteEnd);
     this.pcBackGround.Dock = System.Windows.Forms.DockStyle.Top;
     this.pcBackGround.Location = new System.Drawing.Point(0, 0);
     this.pcBackGround.Size = new System.Drawing.Size(1089, 35);
     this.pcBackGround.Visible = true;
     //
     // defaultLookAndFeel
     //
     this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2010 Blue";
     //
     // marqueeProgressBarControl
     //
     this.marqueeProgressBarControl.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // dteStart
     //
     this.dteStart.EditValue = null;
     this.dteStart.Location = new System.Drawing.Point(96, 7);
     this.dteStart.Name = "dteStart";
     this.dteStart.Properties.Appearance.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.dteStart.Properties.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.dteStart.Properties.Appearance.Options.UseFont = true;
     this.dteStart.Properties.Appearance.Options.UseForeColor = true;
     this.dteStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dteStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dteStart.Properties.Mask.EditMask = "yyyy-MM-dd";
     this.dteStart.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dteStart.Size = new System.Drawing.Size(100, 22);
     this.dteStart.TabIndex = 92;
     //
     // labelControl7
     //
     this.labelControl7.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl7.Location = new System.Drawing.Point(22, 12);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(72, 12);
     this.labelControl7.TabIndex = 95;
     this.labelControl7.Text = "入院时间 从:";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl2.Location = new System.Drawing.Point(203, 16);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(7, 12);
     this.labelControl2.TabIndex = 94;
     this.labelControl2.Text = "~";
     //
     // dteEnd
     //
     this.dteEnd.EditValue = null;
     this.dteEnd.Location = new System.Drawing.Point(216, 7);
     this.dteEnd.Name = "dteEnd";
     this.dteEnd.Properties.Appearance.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.dteEnd.Properties.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.dteEnd.Properties.Appearance.Options.UseFont = true;
     this.dteEnd.Properties.Appearance.Options.UseForeColor = true;
     this.dteEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dteEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dteEnd.Properties.Mask.EditMask = "yyyy-MM-dd";
     this.dteEnd.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dteEnd.Size = new System.Drawing.Size(100, 22);
     this.dteEnd.TabIndex = 93;
     //
     // gcData
     //
     this.gcData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcData.Location = new System.Drawing.Point(0, 35);
     this.gcData.MainView = this.gvData;
     this.gcData.Margin = new System.Windows.Forms.Padding(0);
     this.gcData.Name = "gcData";
     this.gcData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTimeEdit1,
     this.repositoryItemTimeEdit2,
     this.repositoryItemTextEdit1,
     this.repositoryItemTextEdit2,
     this.repositoryItemTextEdit3,
     this.repositoryItemTextEdit4,
     this.repositoryItemTextEdit5,
     this.repositoryItemTextEdit6,
     this.repositoryItemCheckEdit1,
     this.repositoryItemDateEdit1,
     this.repositoryItemDateEdit2});
     this.gcData.Size = new System.Drawing.Size(1089, 438);
     this.gcData.TabIndex = 64;
     this.gcData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvData});
     //
     // gvData
     //
     this.gvData.Appearance.GroupPanel.Options.UseTextOptions = true;
     this.gvData.Appearance.GroupPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvData.Appearance.GroupPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvData.Appearance.GroupRow.Options.UseTextOptions = true;
     this.gvData.Appearance.GroupRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvData.Appearance.GroupRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvData.Appearance.Row.Font = new System.Drawing.Font("Arial", 10.5F);
     this.gvData.Appearance.Row.Options.UseFont = true;
     this.gvData.ColumnPanelRowHeight = 40;
     this.gvData.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn5,
     this.gridColumn9,
     this.gridColumn14,
     this.gridColumn13,
     this.gridColumn4});
     this.gvData.GridControl = this.gcData;
     this.gvData.IndicatorWidth = 40;
     this.gvData.Name = "gvData";
     this.gvData.OptionsView.ColumnAutoWidth = false;
     this.gvData.OptionsView.ShowDetailButtons = false;
     this.gvData.OptionsView.ShowGroupExpandCollapseButtons = false;
     this.gvData.OptionsView.ShowGroupPanel = false;
     this.gvData.OptionsView.ShowViewCaption = true;
     this.gvData.RowHeight = 25;
     this.gvData.ViewCaption = "入/转/出科室记录";
     this.gvData.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gvData_CustomDrawRowIndicator);
     this.gvData.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvData_RowCellStyle);
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn1.AppearanceCell.Options.UseFont = true;
     this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption = "序号";
     this.gridColumn1.FieldName = "XH";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn1.OptionsFilter.AllowFilter = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 55;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn5.AppearanceCell.Options.UseFont = true;
     this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn5.AppearanceHeader.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn5.AppearanceHeader.Options.UseFont = true;
     this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn5.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn5.Caption = "患者代码";
     this.gridColumn5.FieldName = "HZDM";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsColumn.AllowFocus = false;
     this.gridColumn5.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn5.OptionsFilter.AllowFilter = false;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     this.gridColumn5.Width = 120;
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn9.AppearanceCell.Options.UseFont = true;
     this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn9.AppearanceHeader.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn9.AppearanceHeader.Options.UseFont = true;
     this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn9.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn9.Caption = "患者姓名";
     this.gridColumn9.FieldName = "XM";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.OptionsColumn.AllowFocus = false;
     this.gridColumn9.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn9.OptionsFilter.AllowFilter = false;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 2;
     this.gridColumn9.Width = 108;
     //
     // gridColumn14
     //
     this.gridColumn14.AppearanceCell.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn14.AppearanceCell.Options.UseFont = true;
     this.gridColumn14.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn14.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn14.AppearanceHeader.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn14.AppearanceHeader.Options.UseFont = true;
     this.gridColumn14.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn14.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn14.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn14.Caption = "入科科室";
     this.gridColumn14.FieldName = "RKKS";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     this.gridColumn14.OptionsColumn.AllowFocus = false;
     this.gridColumn14.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn14.OptionsFilter.AllowFilter = false;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 3;
     this.gridColumn14.Width = 120;
     //
     // gridColumn13
     //
     this.gridColumn13.AppearanceCell.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn13.AppearanceCell.Options.UseFont = true;
     this.gridColumn13.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn13.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn13.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn13.AppearanceHeader.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn13.AppearanceHeader.Options.UseFont = true;
     this.gridColumn13.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn13.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn13.Caption = "入科时间";
     this.gridColumn13.FieldName = "RKSJ";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsColumn.AllowFocus = false;
     this.gridColumn13.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn13.OptionsFilter.AllowFilter = false;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 4;
     this.gridColumn13.Width = 120;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn4.AppearanceCell.Options.UseFont = true;
     this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn4.AppearanceHeader.Font = new System.Drawing.Font("宋体", 9F);
     this.gridColumn4.AppearanceHeader.Options.UseFont = true;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn4.Caption = "出科时间";
     this.gridColumn4.FieldName = "CKSJ";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsColumn.AllowFocus = false;
     this.gridColumn4.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn4.OptionsFilter.AllowFilter = false;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 5;
     this.gridColumn4.Width = 120;
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.Appearance.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.repositoryItemTimeEdit1.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.repositoryItemTimeEdit1.Appearance.Options.UseFont = true;
     this.repositoryItemTimeEdit1.Appearance.Options.UseForeColor = true;
     this.repositoryItemTimeEdit1.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTimeEdit1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemTimeEdit1.Mask.EditMask = "HH:mm";
     this.repositoryItemTimeEdit1.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     this.repositoryItemTimeEdit1.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.TouchUI;
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.Appearance.Font = new System.Drawing.Font("Arial", 10.5F);
     this.repositoryItemTimeEdit2.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.repositoryItemTimeEdit2.Appearance.Options.UseFont = true;
     this.repositoryItemTimeEdit2.Appearance.Options.UseForeColor = true;
     this.repositoryItemTimeEdit2.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTimeEdit2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemTimeEdit2.Mask.EditMask = "HH:mm";
     this.repositoryItemTimeEdit2.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
     this.repositoryItemTimeEdit2.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.TouchUI;
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.Appearance.Font = new System.Drawing.Font("Arial", 10.5F);
     this.repositoryItemTextEdit1.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.repositoryItemTextEdit1.Appearance.Options.UseFont = true;
     this.repositoryItemTextEdit1.Appearance.Options.UseForeColor = true;
     this.repositoryItemTextEdit1.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTextEdit1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Mask.EditMask = "###";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.Appearance.Font = new System.Drawing.Font("Arial", 10.5F);
     this.repositoryItemTextEdit2.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.repositoryItemTextEdit2.Appearance.Options.UseFont = true;
     this.repositoryItemTextEdit2.Appearance.Options.UseForeColor = true;
     this.repositoryItemTextEdit2.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTextEdit2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Mask.EditMask = "###";
     this.repositoryItemTextEdit2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     //
     // repositoryItemTextEdit3
     //
     this.repositoryItemTextEdit3.Appearance.Font = new System.Drawing.Font("Arial", 10.5F);
     this.repositoryItemTextEdit3.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.repositoryItemTextEdit3.Appearance.Options.UseFont = true;
     this.repositoryItemTextEdit3.Appearance.Options.UseForeColor = true;
     this.repositoryItemTextEdit3.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTextEdit3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTextEdit3.AutoHeight = false;
     this.repositoryItemTextEdit3.Mask.EditMask = "###";
     this.repositoryItemTextEdit3.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3";
     //
     // repositoryItemTextEdit4
     //
     this.repositoryItemTextEdit4.Appearance.Font = new System.Drawing.Font("Arial", 10.5F);
     this.repositoryItemTextEdit4.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.repositoryItemTextEdit4.Appearance.Options.UseFont = true;
     this.repositoryItemTextEdit4.Appearance.Options.UseForeColor = true;
     this.repositoryItemTextEdit4.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTextEdit4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTextEdit4.AutoHeight = false;
     this.repositoryItemTextEdit4.Mask.EditMask = "###";
     this.repositoryItemTextEdit4.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit4.Name = "repositoryItemTextEdit4";
     //
     // repositoryItemTextEdit5
     //
     this.repositoryItemTextEdit5.Appearance.Font = new System.Drawing.Font("Arial", 10.5F);
     this.repositoryItemTextEdit5.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.repositoryItemTextEdit5.Appearance.Options.UseFont = true;
     this.repositoryItemTextEdit5.Appearance.Options.UseForeColor = true;
     this.repositoryItemTextEdit5.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTextEdit5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTextEdit5.AutoHeight = false;
     this.repositoryItemTextEdit5.Mask.EditMask = "###";
     this.repositoryItemTextEdit5.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit5.Name = "repositoryItemTextEdit5";
     //
     // repositoryItemTextEdit6
     //
     this.repositoryItemTextEdit6.Appearance.Font = new System.Drawing.Font("Arial", 10.5F);
     this.repositoryItemTextEdit6.Appearance.ForeColor = System.Drawing.Color.Crimson;
     this.repositoryItemTextEdit6.Appearance.Options.UseFont = true;
     this.repositoryItemTextEdit6.Appearance.Options.UseForeColor = true;
     this.repositoryItemTextEdit6.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTextEdit6.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTextEdit6.AutoHeight = false;
     this.repositoryItemTextEdit6.Mask.EditMask = "###";
     this.repositoryItemTextEdit6.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit6.Name = "repositoryItemTextEdit6";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Caption = "Check";
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.ValueChecked = 1;
     this.repositoryItemCheckEdit1.ValueUnchecked = 0;
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.repositoryItemDateEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit1.Mask.EditMask = "yyyy-MM-dd HH:mm";
     this.repositoryItemDateEdit1.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.repositoryItemDateEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit2.Mask.EditMask = "yyyy-MM-dd HH:mm";
     this.repositoryItemDateEdit2.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // frmYgAccessRecordStat
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1089, 473);
     this.Controls.Add(this.gcData);
     this.Name = "frmYgAccessRecordStat";
     this.Text = "出入转记录";
     this.Load += new System.EventHandler(this.frmYgAccessRecordStat_Load);
     this.Controls.SetChildIndex(this.marqueeProgressBarControl, 0);
     this.Controls.SetChildIndex(this.pcBackGround, 0);
     this.Controls.SetChildIndex(this.gcData, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pcBackGround)).EndInit();
     this.pcBackGround.ResumeLayout(false);
     this.pcBackGround.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteStart.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteEnd.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteEnd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).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.gridControlData = new DevExpress.XtraGrid.GridControl();
     this.gridViewData = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditEmpID = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEditlater_date = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEditTime = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEditDatein = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEditSave = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEditDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditEmpID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditlater_date)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditlater_date.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEditTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDatein)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDatein.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDel)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlData
     //
     this.gridControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlData.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridControlData.Location = new System.Drawing.Point(0, 0);
     this.gridControlData.MainView = this.gridViewData;
     this.gridControlData.Name = "gridControlData";
     this.gridControlData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemButtonEditSave,
     this.repositoryItemButtonEditDel,
     this.repositoryItemDateEditDatein,
     this.repositoryItemGridLookUpEditEmpID,
     this.repositoryItemDateEditlater_date,
     this.repositoryItemTimeEditTime});
     this.gridControlData.Size = new System.Drawing.Size(784, 362);
     this.gridControlData.TabIndex = 0;
     this.gridControlData.UseEmbeddedNavigator = true;
     this.gridControlData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewData});
     this.gridControlData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // gridViewData
     //
     this.gridViewData.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn3,
     this.gridColumn4});
     this.gridViewData.GridControl = this.gridControlData;
     this.gridViewData.Name = "gridViewData";
     this.gridViewData.OptionsView.ColumnAutoWidth = false;
     this.gridViewData.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption = "اسم العامل";
     this.gridColumn1.ColumnEdit = this.repositoryItemGridLookUpEditEmpID;
     this.gridColumn1.FieldName = "EmpID";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 171;
     //
     // repositoryItemGridLookUpEditEmpID
     //
     this.repositoryItemGridLookUpEditEmpID.AutoHeight = false;
     this.repositoryItemGridLookUpEditEmpID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditEmpID.Name = "repositoryItemGridLookUpEditEmpID";
     this.repositoryItemGridLookUpEditEmpID.NullText = "";
     this.repositoryItemGridLookUpEditEmpID.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditEmpID.View = this.gridView2;
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn13});
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn13
     //
     this.gridColumn13.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn13.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn13.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn13.Caption = "الاسم";
     this.gridColumn13.FieldName = "Emp_Name";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption = "التاريخ";
     this.gridColumn2.ColumnEdit = this.repositoryItemDateEditlater_date;
     this.gridColumn2.FieldName = "later_date";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 111;
     //
     // repositoryItemDateEditlater_date
     //
     this.repositoryItemDateEditlater_date.AutoHeight = false;
     this.repositoryItemDateEditlater_date.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEditlater_date.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEditlater_date.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditlater_date.EditFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEditlater_date.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditlater_date.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEditlater_date.Name = "repositoryItemDateEditlater_date";
     this.repositoryItemDateEditlater_date.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.Caption = "الوقت المقرر للحضور";
     this.gridColumn5.ColumnEdit = this.repositoryItemTimeEditTime;
     this.gridColumn5.FieldName = "timemokrr";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 2;
     this.gridColumn5.Width = 145;
     //
     // repositoryItemTimeEditTime
     //
     this.repositoryItemTimeEditTime.AutoHeight = false;
     this.repositoryItemTimeEditTime.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEditTime.DisplayFormat.FormatString = "hh:mm:ss t";
     this.repositoryItemTimeEditTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEditTime.EditFormat.FormatString = "hh:mm:ss t";
     this.repositoryItemTimeEditTime.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEditTime.Mask.EditMask = "hh:mm:ss t";
     this.repositoryItemTimeEditTime.Name = "repositoryItemTimeEditTime";
     //
     // gridColumn6
     //
     this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn6.Caption = "الوقت الفعلي للحضور";
     this.gridColumn6.ColumnEdit = this.repositoryItemTimeEditTime;
     this.gridColumn6.FieldName = "timeattend";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 3;
     this.gridColumn6.Width = 154;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn8.Caption = "تاريخ الادخال";
     this.gridColumn8.ColumnEdit = this.repositoryItemDateEditDatein;
     this.gridColumn8.FieldName = "Datein";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     //
     // repositoryItemDateEditDatein
     //
     this.repositoryItemDateEditDatein.AutoHeight = false;
     this.repositoryItemDateEditDatein.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEditDatein.DisplayFormat.FormatString = "u";
     this.repositoryItemDateEditDatein.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditDatein.EditFormat.FormatString = "u";
     this.repositoryItemDateEditDatein.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditDatein.Mask.EditMask = "u";
     this.repositoryItemDateEditDatein.Name = "repositoryItemDateEditDatein";
     this.repositoryItemDateEditDatein.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.Caption = "مدخل البيانات";
     this.gridColumn9.FieldName = "Userin";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.Caption = "حفظ";
     this.gridColumn3.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 4;
     this.gridColumn3.Width = 71;
     //
     // repositoryItemButtonEditSave
     //
     this.repositoryItemButtonEditSave.AutoHeight = false;
     this.repositoryItemButtonEditSave.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
     this.repositoryItemButtonEditSave.Name = "repositoryItemButtonEditSave";
     this.repositoryItemButtonEditSave.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEditSave.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditSave_ButtonClick);
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.Caption = "حذف";
     this.gridColumn4.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 5;
     this.gridColumn4.Width = 70;
     //
     // repositoryItemButtonEditDel
     //
     this.repositoryItemButtonEditDel.AutoHeight = false;
     this.repositoryItemButtonEditDel.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.repositoryItemButtonEditDel.Name = "repositoryItemButtonEditDel";
     this.repositoryItemButtonEditDel.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEditDel.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditDel_ButtonClick);
     //
     // EMP_LaterFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(784, 362);
     this.Controls.Add(this.gridControlData);
     this.Name = "EMP_LaterFrm";
     this.Text = "التأخير";
     this.Load += new System.EventHandler(this.stu_nashatFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditEmpID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditlater_date.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditlater_date)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEditTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDatein.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDatein)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDel)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MachineManagement));
     this.tabMachineList = new System.Windows.Forms.TabControl();
     this.LiveAttendance = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dtpToDate = new DevExpress.XtraEditors.DateEdit();
     this.lblTodate = new System.Windows.Forms.Label();
     this.dtpFromDate = new DevExpress.XtraEditors.DateEdit();
     this.lblFromDate = new System.Windows.Forms.Label();
     this.ckbLoadAll = new System.Windows.Forms.CheckBox();
     this.ckbClearAllLogAfterLoadSuccessfully = new System.Windows.Forms.CheckBox();
     this.btnDownloadAttLog = new System.Windows.Forms.Button();
     this.txtLogTime = new DevExpress.XtraEditors.TextEdit();
     this.txtFullName = new DevExpress.XtraEditors.TextEdit();
     this.lblLogTime = new System.Windows.Forms.Label();
     this.txtNameOnMachine = new DevExpress.XtraEditors.TextEdit();
     this.lblFullName = new System.Windows.Forms.Label();
     this.txtAcNo = new DevExpress.XtraEditors.TextEdit();
     this.lblNameOnMachine = new System.Windows.Forms.Label();
     this.lblACNo = new System.Windows.Forms.Label();
     this.txtEmployeeID = new DevExpress.XtraEditors.TextEdit();
     this.lblEmployeeID = new System.Windows.Forms.Label();
     this.imgEmployeeImage = new DevExpress.XtraEditors.PictureEdit();
     this.grdLogRecord = new DevExpress.XtraGrid.GridControl();
     this.grvLogRecord = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colMachineName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNameOnMachine = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLogTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rpeDateTimeFormat = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.colVerifyMode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rpeVerifyMode = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.colFullName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.UserManagement = new System.Windows.Forms.TabPage();
     this.ckbCheckAll = new System.Windows.Forms.CheckBox();
     this.grbUploadUserInfo = new System.Windows.Forms.GroupBox();
     this.ckbUploadFingerPrint = new System.Windows.Forms.CheckBox();
     this.ckbUpdateCardNo = new System.Windows.Forms.CheckBox();
     this.btnUploadUserInfo = new System.Windows.Forms.Button();
     this.grbSetDeviceTime = new System.Windows.Forms.GroupBox();
     this.btnPowerOffDevice = new System.Windows.Forms.Button();
     this.btnDeleteAllData = new System.Windows.Forms.Button();
     this.btnRestartDevice = new System.Windows.Forms.Button();
     this.cbSecond = new System.Windows.Forms.ComboBox();
     this.cbMonth = new System.Windows.Forms.ComboBox();
     this.cbMinute = new System.Windows.Forms.ComboBox();
     this.btnSetDeviceTime2 = new System.Windows.Forms.Button();
     this.cbDay = new System.Windows.Forms.ComboBox();
     this.cbHour = new System.Windows.Forms.ComboBox();
     this.cbYear = new System.Windows.Forms.ComboBox();
     this.btnGetDeviceTime = new System.Windows.Forms.Button();
     this.txtGetDeviceTime = new System.Windows.Forms.TextBox();
     this.btnSynDeviceTime = new System.Windows.Forms.Button();
     this.grbDownloadUserInfo = new System.Windows.Forms.GroupBox();
     this.btnDownloadUserInfo = new System.Windows.Forms.Button();
     this.ckbOnlyDownNewEmp = new System.Windows.Forms.CheckBox();
     this.grbEditUser = new System.Windows.Forms.GroupBox();
     this.ckbDeleteOnSystem = new System.Windows.Forms.CheckBox();
     this.btnClearAdministrators = new System.Windows.Forms.Button();
     this.btnClearDataTmps = new System.Windows.Forms.Button();
     this.btnDelAllUserOnDatabase = new System.Windows.Forms.Button();
     this.btnClearDataUserInfo = new System.Windows.Forms.Button();
     this.btnDeleteEnrollData = new System.Windows.Forms.Button();
     this.txtSearch = new DevExpress.XtraEditors.TextEdit();
     this.lblSearch = new System.Windows.Forms.Label();
     this.grdUserList = new DevExpress.XtraGrid.GridControl();
     this.grvUserList = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colEmployeeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmpFullName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colACNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTemplateCount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCheck = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCardNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PASSWORD = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ImportDataFromUSBFileData = new System.Windows.Forms.TabPage();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabUserUSB_BW = new System.Windows.Forms.TabPage();
     this.lblUserUSB_BW_Note = new System.Windows.Forms.Label();
     this.btnUserRead = new System.Windows.Forms.Button();
     this.lvUser = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.tabAttLogsUSB_BW = new System.Windows.Forms.TabPage();
     this.lblAttLogsUSB_BW_note = new System.Windows.Forms.Label();
     this.btnAttLogExtRead = new System.Windows.Forms.Button();
     this.lvAttLog = new System.Windows.Forms.ListView();
     this.columnHeader25 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader26 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader27 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader28 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader29 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader30 = new System.Windows.Forms.ColumnHeader();
     this.tabTmp9USB_BW = new System.Windows.Forms.TabPage();
     this.lblTmp9USB_BW_Note = new System.Windows.Forms.Label();
     this.btnTmpRead = new System.Windows.Forms.Button();
     this.lvTmp = new System.Windows.Forms.ListView();
     this.columnHeader17 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader18 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader19 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader20 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader21 = new System.Windows.Forms.ColumnHeader();
     this.ImportDataFromUSBFileData_TFT = new System.Windows.Forms.TabPage();
     this.tabControl2 = new System.Windows.Forms.TabControl();
     this.tabUser_TFT = new System.Windows.Forms.TabPage();
     this.label2 = new System.Windows.Forms.Label();
     this.btnSSR_UserRead = new System.Windows.Forms.Button();
     this.lvSSRUser = new System.Windows.Forms.ListView();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader16 = new System.Windows.Forms.ColumnHeader();
     this.tabAttLogs_TFT = new System.Windows.Forms.TabPage();
     this.label4 = new System.Windows.Forms.Label();
     this.lvSSRAttLog = new System.Windows.Forms.ListView();
     this.columnHeader22 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader23 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader24 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader31 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader32 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader33 = new System.Windows.Forms.ColumnHeader();
     this.btnSSRAttLogRead = new System.Windows.Forms.Button();
     this.tabtmp9_TFT = new System.Windows.Forms.TabPage();
     this.label5 = new System.Windows.Forms.Label();
     this.btnTemp9_TFT = new System.Windows.Forms.Button();
     this.lvTmp9 = new System.Windows.Forms.ListView();
     this.columnHeader34 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader35 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader36 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader37 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader38 = new System.Windows.Forms.ColumnHeader();
     this.tabTmp10_TFT = new System.Windows.Forms.TabPage();
     this.label6 = new System.Windows.Forms.Label();
     this.lvTmp10 = new System.Windows.Forms.ListView();
     this.columnHeader42 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader43 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader44 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader45 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader46 = new System.Windows.Forms.ColumnHeader();
     this.btnTmp10Read = new System.Windows.Forms.Button();
     this.grdMachineList = new DevExpress.XtraGrid.GridControl();
     this.grvMachineList = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colImageIcon = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.colMachineAlias = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMachineNumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMachineKind = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIP = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPort = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLogCount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmanagercount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colusercount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colfingercount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSecretCount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCDKey = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnConnect = new DevExpress.XtraEditors.SimpleButton();
     this.btnDisconnect = new DevExpress.XtraEditors.SimpleButton();
     this.lableInfor = new System.Windows.Forms.Label();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.pnlFWCommand.SuspendLayout();
     this.pnlFWClose.SuspendLayout();
     this.tabMachineList.SuspendLayout();
     this.LiveAttendance.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtpToDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpToDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFullName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNameOnMachine.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAcNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmployeeID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgEmployeeImage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdLogRecord)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvLogRecord)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpeDateTimeFormat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpeVerifyMode)).BeginInit();
     this.UserManagement.SuspendLayout();
     this.grbUploadUserInfo.SuspendLayout();
     this.grbSetDeviceTime.SuspendLayout();
     this.grbDownloadUserInfo.SuspendLayout();
     this.grbEditUser.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdUserList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvUserList)).BeginInit();
     this.ImportDataFromUSBFileData.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabUserUSB_BW.SuspendLayout();
     this.tabAttLogsUSB_BW.SuspendLayout();
     this.tabTmp9USB_BW.SuspendLayout();
     this.ImportDataFromUSBFileData_TFT.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabUser_TFT.SuspendLayout();
     this.tabAttLogs_TFT.SuspendLayout();
     this.tabtmp9_TFT.SuspendLayout();
     this.tabTmp10_TFT.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdMachineList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvMachineList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlFWCommand
     //
     this.pnlFWCommand.Controls.Add(this.btnConnect);
     this.pnlFWCommand.Controls.Add(this.btnDisconnect);
     this.pnlFWCommand.Location = new System.Drawing.Point(0, 684);
     this.pnlFWCommand.Size = new System.Drawing.Size(1018, 38);
     this.pnlFWCommand.Controls.SetChildIndex(this.btnFWSave, 0);
     this.pnlFWCommand.Controls.SetChildIndex(this.btnFWDelete, 0);
     this.pnlFWCommand.Controls.SetChildIndex(this.btnFWReset, 0);
     this.pnlFWCommand.Controls.SetChildIndex(this.btnDisconnect, 0);
     this.pnlFWCommand.Controls.SetChildIndex(this.btnFWAdd, 0);
     this.pnlFWCommand.Controls.SetChildIndex(this.btnConnect, 0);
     this.pnlFWCommand.Controls.SetChildIndex(this.pnlFWClose, 0);
     this.pnlFWCommand.Controls.SetChildIndex(this.btnExport, 0);
     //
     // btnFWDelete
     //
     this.btnFWDelete.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWDelete.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnFWDelete.Appearance.Options.UseFont = true;
     this.btnFWDelete.Appearance.Options.UseForeColor = true;
     this.btnFWDelete.Location = new System.Drawing.Point(357, 1);
     this.btnFWDelete.LookAndFeel.SkinName = "Blue";
     this.btnFWDelete.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnFWDelete.Visible = false;
     //
     // btnFWSave
     //
     this.btnFWSave.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWSave.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnFWSave.Appearance.Options.UseFont = true;
     this.btnFWSave.Appearance.Options.UseForeColor = true;
     this.btnFWSave.Location = new System.Drawing.Point(221, 4);
     this.btnFWSave.LookAndFeel.SkinName = "Blue";
     this.btnFWSave.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnFWSave.Visible = false;
     //
     // btnFWAdd
     //
     this.btnFWAdd.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWAdd.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnFWAdd.Appearance.Options.UseFont = true;
     this.btnFWAdd.Appearance.Options.UseForeColor = true;
     this.btnFWAdd.Location = new System.Drawing.Point(357, 8);
     this.btnFWAdd.LookAndFeel.SkinName = "Blue";
     this.btnFWAdd.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnFWAdd.Visible = false;
     //
     // pnlFWClose
     //
     this.pnlFWClose.Location = new System.Drawing.Point(867, 0);
     //
     // btnFWClose
     //
     this.btnFWClose.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWClose.Appearance.ForeColor = System.Drawing.SystemColors.MenuText;
     this.btnFWClose.Appearance.Options.UseFont = true;
     this.btnFWClose.Appearance.Options.UseForeColor = true;
     this.btnFWClose.LookAndFeel.SkinName = "Blue";
     this.btnFWClose.LookAndFeel.UseDefaultLookAndFeel = false;
     //
     // lblFWDecorateingLine
     //
     this.lblFWDecorateingLine.Location = new System.Drawing.Point(0, 682);
     this.lblFWDecorateingLine.Size = new System.Drawing.Size(1018, 2);
     //
     // btnFWReset
     //
     this.btnFWReset.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnFWReset.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnFWReset.Appearance.Options.UseFont = true;
     this.btnFWReset.Appearance.Options.UseForeColor = true;
     this.btnFWReset.Location = new System.Drawing.Point(357, 11);
     this.btnFWReset.LookAndFeel.SkinName = "Blue";
     this.btnFWReset.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnFWReset.Visible = false;
     //
     // btnExport
     //
     this.btnExport.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.btnExport.Appearance.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnExport.Appearance.Options.UseFont = true;
     this.btnExport.Appearance.Options.UseForeColor = true;
     this.btnExport.Image = ((System.Drawing.Image)(resources.GetObject("btnExport.Image")));
     this.btnExport.LookAndFeel.SkinName = "Blue";
     this.btnExport.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnExport.Visible = false;
     //
     // tabMachineList
     //
     this.tabMachineList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tabMachineList.Controls.Add(this.LiveAttendance);
     this.tabMachineList.Controls.Add(this.UserManagement);
     this.tabMachineList.Controls.Add(this.ImportDataFromUSBFileData);
     this.tabMachineList.Controls.Add(this.ImportDataFromUSBFileData_TFT);
     this.tabMachineList.Location = new System.Drawing.Point(0, 181);
     this.tabMachineList.Name = "tabMachineList";
     this.tabMachineList.SelectedIndex = 0;
     this.tabMachineList.Size = new System.Drawing.Size(1018, 541);
     this.tabMachineList.TabIndex = 54;
     this.tabMachineList.SelectedIndexChanged += new System.EventHandler(this.tabMachineList_SelectedIndexChanged);
     //
     // LiveAttendance
     //
     this.LiveAttendance.Controls.Add(this.groupBox1);
     this.LiveAttendance.Controls.Add(this.txtLogTime);
     this.LiveAttendance.Controls.Add(this.txtFullName);
     this.LiveAttendance.Controls.Add(this.lblLogTime);
     this.LiveAttendance.Controls.Add(this.txtNameOnMachine);
     this.LiveAttendance.Controls.Add(this.lblFullName);
     this.LiveAttendance.Controls.Add(this.txtAcNo);
     this.LiveAttendance.Controls.Add(this.lblNameOnMachine);
     this.LiveAttendance.Controls.Add(this.lblACNo);
     this.LiveAttendance.Controls.Add(this.txtEmployeeID);
     this.LiveAttendance.Controls.Add(this.lblEmployeeID);
     this.LiveAttendance.Controls.Add(this.imgEmployeeImage);
     this.LiveAttendance.Controls.Add(this.grdLogRecord);
     this.LiveAttendance.Location = new System.Drawing.Point(4, 22);
     this.LiveAttendance.Name = "LiveAttendance";
     this.LiveAttendance.Padding = new System.Windows.Forms.Padding(3);
     this.LiveAttendance.Size = new System.Drawing.Size(1010, 515);
     this.LiveAttendance.TabIndex = 0;
     this.LiveAttendance.Text = "Live Attendance";
     this.LiveAttendance.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.dtpToDate);
     this.groupBox1.Controls.Add(this.lblTodate);
     this.groupBox1.Controls.Add(this.dtpFromDate);
     this.groupBox1.Controls.Add(this.lblFromDate);
     this.groupBox1.Controls.Add(this.ckbLoadAll);
     this.groupBox1.Controls.Add(this.ckbClearAllLogAfterLoadSuccessfully);
     this.groupBox1.Controls.Add(this.btnDownloadAttLog);
     this.groupBox1.Location = new System.Drawing.Point(557, 315);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(450, 160);
     this.groupBox1.TabIndex = 65;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "groupBox1";
     //
     // dtpToDate
     //
     this.dtpToDate.EditValue = null;
     this.dtpToDate.Location = new System.Drawing.Point(254, 42);
     this.dtpToDate.Name = "dtpToDate";
     this.dtpToDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtpToDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtpToDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dtpToDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dtpToDate.Size = new System.Drawing.Size(104, 20);
     this.dtpToDate.TabIndex = 79;
     //
     // lblTodate
     //
     this.lblTodate.AutoSize = true;
     this.lblTodate.Location = new System.Drawing.Point(192, 45);
     this.lblTodate.Name = "lblTodate";
     this.lblTodate.Size = new System.Drawing.Size(57, 13);
     this.lblTodate.TabIndex = 81;
     this.lblTodate.Text = "From date:";
     //
     // dtpFromDate
     //
     this.dtpFromDate.EditValue = null;
     this.dtpFromDate.Location = new System.Drawing.Point(80, 42);
     this.dtpFromDate.Name = "dtpFromDate";
     this.dtpFromDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtpFromDate.Properties.LookAndFeel.SkinName = "Blue";
     this.dtpFromDate.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.dtpFromDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtpFromDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dtpFromDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dtpFromDate.Size = new System.Drawing.Size(104, 20);
     this.dtpFromDate.TabIndex = 78;
     //
     // lblFromDate
     //
     this.lblFromDate.AutoSize = true;
     this.lblFromDate.Location = new System.Drawing.Point(6, 45);
     this.lblFromDate.Name = "lblFromDate";
     this.lblFromDate.Size = new System.Drawing.Size(57, 13);
     this.lblFromDate.TabIndex = 80;
     this.lblFromDate.Text = "From date:";
     //
     // ckbLoadAll
     //
     this.ckbLoadAll.AutoSize = true;
     this.ckbLoadAll.Location = new System.Drawing.Point(7, 19);
     this.ckbLoadAll.Name = "ckbLoadAll";
     this.ckbLoadAll.Size = new System.Drawing.Size(126, 17);
     this.ckbLoadAll.TabIndex = 77;
     this.ckbLoadAll.Text = "Xóa cả trên hệ thống";
     this.ckbLoadAll.UseVisualStyleBackColor = true;
     this.ckbLoadAll.CheckedChanged += new System.EventHandler(this.ckbLoadAll_CheckedChanged);
     //
     // ckbClearAllLogAfterLoadSuccessfully
     //
     this.ckbClearAllLogAfterLoadSuccessfully.AutoSize = true;
     this.ckbClearAllLogAfterLoadSuccessfully.Location = new System.Drawing.Point(130, 135);
     this.ckbClearAllLogAfterLoadSuccessfully.Name = "ckbClearAllLogAfterLoadSuccessfully";
     this.ckbClearAllLogAfterLoadSuccessfully.Size = new System.Drawing.Size(126, 17);
     this.ckbClearAllLogAfterLoadSuccessfully.TabIndex = 77;
     this.ckbClearAllLogAfterLoadSuccessfully.Text = "Xóa cả trên hệ thống";
     this.ckbClearAllLogAfterLoadSuccessfully.UseVisualStyleBackColor = true;
     //
     // btnDownloadAttLog
     //
     this.btnDownloadAttLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDownloadAttLog.Location = new System.Drawing.Point(6, 131);
     this.btnDownloadAttLog.Name = "btnDownloadAttLog";
     this.btnDownloadAttLog.Size = new System.Drawing.Size(118, 23);
     this.btnDownloadAttLog.TabIndex = 74;
     this.btnDownloadAttLog.Text = "UplodaUserInfo";
     this.btnDownloadAttLog.UseVisualStyleBackColor = true;
     this.btnDownloadAttLog.Click += new System.EventHandler(this.btnDownloadAttLog_Click);
     //
     // txtLogTime
     //
     this.txtLogTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtLogTime.Location = new System.Drawing.Point(730, 289);
     this.txtLogTime.Name = "txtLogTime";
     this.txtLogTime.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.txtLogTime.Properties.Appearance.Options.UseBackColor = true;
     this.txtLogTime.Properties.MaxLength = 20;
     this.txtLogTime.Size = new System.Drawing.Size(153, 20);
     this.txtLogTime.TabIndex = 59;
     //
     // txtFullName
     //
     this.txtFullName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFullName.Location = new System.Drawing.Point(730, 263);
     this.txtFullName.Name = "txtFullName";
     this.txtFullName.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.txtFullName.Properties.Appearance.Options.UseBackColor = true;
     this.txtFullName.Properties.MaxLength = 20;
     this.txtFullName.Size = new System.Drawing.Size(153, 20);
     this.txtFullName.TabIndex = 59;
     //
     // lblLogTime
     //
     this.lblLogTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblLogTime.AutoSize = true;
     this.lblLogTime.Location = new System.Drawing.Point(620, 292);
     this.lblLogTime.Name = "lblLogTime";
     this.lblLogTime.Size = new System.Drawing.Size(70, 13);
     this.lblLogTime.TabIndex = 58;
     this.lblLogTime.Text = "Employee ID:";
     //
     // txtNameOnMachine
     //
     this.txtNameOnMachine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNameOnMachine.Location = new System.Drawing.Point(730, 237);
     this.txtNameOnMachine.Name = "txtNameOnMachine";
     this.txtNameOnMachine.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.txtNameOnMachine.Properties.Appearance.Options.UseBackColor = true;
     this.txtNameOnMachine.Properties.MaxLength = 20;
     this.txtNameOnMachine.Size = new System.Drawing.Size(153, 20);
     this.txtNameOnMachine.TabIndex = 59;
     //
     // lblFullName
     //
     this.lblFullName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFullName.AutoSize = true;
     this.lblFullName.Location = new System.Drawing.Point(620, 266);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(70, 13);
     this.lblFullName.TabIndex = 58;
     this.lblFullName.Text = "Employee ID:";
     //
     // txtAcNo
     //
     this.txtAcNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAcNo.Location = new System.Drawing.Point(730, 214);
     this.txtAcNo.Name = "txtAcNo";
     this.txtAcNo.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.txtAcNo.Properties.Appearance.Options.UseBackColor = true;
     this.txtAcNo.Properties.MaxLength = 20;
     this.txtAcNo.Size = new System.Drawing.Size(153, 20);
     this.txtAcNo.TabIndex = 59;
     //
     // lblNameOnMachine
     //
     this.lblNameOnMachine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblNameOnMachine.AutoSize = true;
     this.lblNameOnMachine.Location = new System.Drawing.Point(620, 240);
     this.lblNameOnMachine.Name = "lblNameOnMachine";
     this.lblNameOnMachine.Size = new System.Drawing.Size(70, 13);
     this.lblNameOnMachine.TabIndex = 58;
     this.lblNameOnMachine.Text = "Employee ID:";
     //
     // lblACNo
     //
     this.lblACNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblACNo.AutoSize = true;
     this.lblACNo.Location = new System.Drawing.Point(620, 217);
     this.lblACNo.Name = "lblACNo";
     this.lblACNo.Size = new System.Drawing.Size(70, 13);
     this.lblACNo.TabIndex = 58;
     this.lblACNo.Text = "Employee ID:";
     //
     // txtEmployeeID
     //
     this.txtEmployeeID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEmployeeID.Location = new System.Drawing.Point(730, 188);
     this.txtEmployeeID.Name = "txtEmployeeID";
     this.txtEmployeeID.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.txtEmployeeID.Properties.Appearance.Options.UseBackColor = true;
     this.txtEmployeeID.Properties.MaxLength = 20;
     this.txtEmployeeID.Size = new System.Drawing.Size(153, 20);
     this.txtEmployeeID.TabIndex = 59;
     //
     // lblEmployeeID
     //
     this.lblEmployeeID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblEmployeeID.AutoSize = true;
     this.lblEmployeeID.Location = new System.Drawing.Point(620, 191);
     this.lblEmployeeID.Name = "lblEmployeeID";
     this.lblEmployeeID.Size = new System.Drawing.Size(70, 13);
     this.lblEmployeeID.TabIndex = 58;
     this.lblEmployeeID.Text = "Employee ID:";
     //
     // imgEmployeeImage
     //
     this.imgEmployeeImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.imgEmployeeImage.Location = new System.Drawing.Point(889, 152);
     this.imgEmployeeImage.Name = "imgEmployeeImage";
     this.imgEmployeeImage.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.imgEmployeeImage.Size = new System.Drawing.Size(118, 157);
     this.imgEmployeeImage.TabIndex = 57;
     //
     // grdLogRecord
     //
     this.grdLogRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grdLogRecord.EmbeddedNavigator.Name = "";
     this.grdLogRecord.FormsUseDefaultLookAndFeel = false;
     this.grdLogRecord.Location = new System.Drawing.Point(-4, 3);
     this.grdLogRecord.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grdLogRecord.MainView = this.grvLogRecord;
     this.grdLogRecord.Name = "grdLogRecord";
     this.grdLogRecord.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.rpeVerifyMode,
     this.rpeDateTimeFormat});
     this.grdLogRecord.Size = new System.Drawing.Size(555, 476);
     this.grdLogRecord.TabIndex = 56;
     this.grdLogRecord.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grvLogRecord});
     //
     // grvLogRecord
     //
     this.grvLogRecord.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colMachineName,
     this.colNameOnMachine,
     this.colLogTime,
     this.colVerifyMode,
     this.colFullName});
     this.grvLogRecord.GridControl = this.grdLogRecord;
     this.grvLogRecord.Name = "grvLogRecord";
     this.grvLogRecord.OptionsSelection.MultiSelect = true;
     this.grvLogRecord.OptionsView.ShowGroupPanel = false;
     //
     // colMachineName
     //
     this.colMachineName.Caption = "MachineAlias";
     this.colMachineName.FieldName = "MachineAlias";
     this.colMachineName.Name = "colMachineName";
     this.colMachineName.OptionsColumn.AllowEdit = false;
     this.colMachineName.Visible = true;
     this.colMachineName.VisibleIndex = 0;
     this.colMachineName.Width = 97;
     //
     // colNameOnMachine
     //
     this.colNameOnMachine.Caption = "NameOnMachine";
     this.colNameOnMachine.FieldName = "NameOnMachine";
     this.colNameOnMachine.Name = "colNameOnMachine";
     this.colNameOnMachine.OptionsColumn.AllowEdit = false;
     this.colNameOnMachine.Visible = true;
     this.colNameOnMachine.VisibleIndex = 1;
     this.colNameOnMachine.Width = 77;
     //
     // colLogTime
     //
     this.colLogTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colLogTime.AppearanceCell.Options.UseFont = true;
     this.colLogTime.Caption = "LogTime";
     this.colLogTime.ColumnEdit = this.rpeDateTimeFormat;
     this.colLogTime.FieldName = "LogTime";
     this.colLogTime.Name = "colLogTime";
     this.colLogTime.OptionsColumn.AllowEdit = false;
     this.colLogTime.Visible = true;
     this.colLogTime.VisibleIndex = 3;
     this.colLogTime.Width = 141;
     //
     // rpeDateTimeFormat
     //
     this.rpeDateTimeFormat.AutoHeight = false;
     this.rpeDateTimeFormat.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.rpeDateTimeFormat.Mask.EditMask = "dd/MM/yyyy HH:mm:ss";
     this.rpeDateTimeFormat.Mask.UseMaskAsDisplayFormat = true;
     this.rpeDateTimeFormat.Name = "rpeDateTimeFormat";
     //
     // colVerifyMode
     //
     this.colVerifyMode.Caption = "VerifyMode";
     this.colVerifyMode.ColumnEdit = this.rpeVerifyMode;
     this.colVerifyMode.FieldName = "VerifyMode";
     this.colVerifyMode.Name = "colVerifyMode";
     this.colVerifyMode.OptionsColumn.AllowEdit = false;
     this.colVerifyMode.Visible = true;
     this.colVerifyMode.VisibleIndex = 4;
     this.colVerifyMode.Width = 109;
     //
     // rpeVerifyMode
     //
     this.rpeVerifyMode.AutoHeight = false;
     this.rpeVerifyMode.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rpeVerifyMode.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VerifyMode", "VerifyMode", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None)});
     this.rpeVerifyMode.DisplayMember = "VerifyMode";
     this.rpeVerifyMode.Name = "rpeVerifyMode";
     this.rpeVerifyMode.ValueMember = "VerifyModeID";
     //
     // colFullName
     //
     this.colFullName.Caption = "FullName";
     this.colFullName.FieldName = "FullName";
     this.colFullName.Name = "colFullName";
     this.colFullName.OptionsColumn.AllowEdit = false;
     this.colFullName.Visible = true;
     this.colFullName.VisibleIndex = 2;
     this.colFullName.Width = 132;
     //
     // UserManagement
     //
     this.UserManagement.Controls.Add(this.ckbCheckAll);
     this.UserManagement.Controls.Add(this.grbUploadUserInfo);
     this.UserManagement.Controls.Add(this.grbSetDeviceTime);
     this.UserManagement.Controls.Add(this.grbDownloadUserInfo);
     this.UserManagement.Controls.Add(this.grbEditUser);
     this.UserManagement.Controls.Add(this.txtSearch);
     this.UserManagement.Controls.Add(this.lblSearch);
     this.UserManagement.Controls.Add(this.grdUserList);
     this.UserManagement.Location = new System.Drawing.Point(4, 22);
     this.UserManagement.Name = "UserManagement";
     this.UserManagement.Padding = new System.Windows.Forms.Padding(3);
     this.UserManagement.Size = new System.Drawing.Size(1010, 515);
     this.UserManagement.TabIndex = 1;
     this.UserManagement.Text = "User management";
     this.UserManagement.UseVisualStyleBackColor = true;
     //
     // ckbCheckAll
     //
     this.ckbCheckAll.AutoSize = true;
     this.ckbCheckAll.Location = new System.Drawing.Point(469, 9);
     this.ckbCheckAll.Name = "ckbCheckAll";
     this.ckbCheckAll.Size = new System.Drawing.Size(70, 17);
     this.ckbCheckAll.TabIndex = 77;
     this.ckbCheckAll.Text = "Check all";
     this.ckbCheckAll.UseVisualStyleBackColor = true;
     this.ckbCheckAll.CheckedChanged += new System.EventHandler(this.ckbCheckAll_CheckedChanged);
     //
     // grbUploadUserInfo
     //
     this.grbUploadUserInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.grbUploadUserInfo.Controls.Add(this.ckbUploadFingerPrint);
     this.grbUploadUserInfo.Controls.Add(this.ckbUpdateCardNo);
     this.grbUploadUserInfo.Controls.Add(this.btnUploadUserInfo);
     this.grbUploadUserInfo.Location = new System.Drawing.Point(532, 292);
     this.grbUploadUserInfo.Name = "grbUploadUserInfo";
     this.grbUploadUserInfo.Size = new System.Drawing.Size(470, 56);
     this.grbUploadUserInfo.TabIndex = 64;
     this.grbUploadUserInfo.TabStop = false;
     this.grbUploadUserInfo.Text = "groupBox1";
     //
     // ckbUploadFingerPrint
     //
     this.ckbUploadFingerPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ckbUploadFingerPrint.AutoSize = true;
     this.ckbUploadFingerPrint.Location = new System.Drawing.Point(273, 31);
     this.ckbUploadFingerPrint.Name = "ckbUploadFingerPrint";
     this.ckbUploadFingerPrint.Size = new System.Drawing.Size(174, 17);
     this.ckbUploadFingerPrint.TabIndex = 76;
     this.ckbUploadFingerPrint.Text = "Tải vân tay lên máy chấm công";
     this.ckbUploadFingerPrint.UseVisualStyleBackColor = true;
     //
     // ckbUpdateCardNo
     //
     this.ckbUpdateCardNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ckbUpdateCardNo.AutoSize = true;
     this.ckbUpdateCardNo.Checked = true;
     this.ckbUpdateCardNo.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckbUpdateCardNo.Location = new System.Drawing.Point(105, 31);
     this.ckbUpdateCardNo.Name = "ckbUpdateCardNo";
     this.ckbUpdateCardNo.Size = new System.Drawing.Size(76, 17);
     this.ckbUpdateCardNo.TabIndex = 76;
     this.ckbUpdateCardNo.Text = "Tải thẻ lên";
     this.ckbUpdateCardNo.UseVisualStyleBackColor = true;
     //
     // btnUploadUserInfo
     //
     this.btnUploadUserInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnUploadUserInfo.Location = new System.Drawing.Point(6, 27);
     this.btnUploadUserInfo.Name = "btnUploadUserInfo";
     this.btnUploadUserInfo.Size = new System.Drawing.Size(93, 23);
     this.btnUploadUserInfo.TabIndex = 74;
     this.btnUploadUserInfo.Text = "UplodaUserInfo";
     this.btnUploadUserInfo.UseVisualStyleBackColor = true;
     this.btnUploadUserInfo.Click += new System.EventHandler(this.btnUploadUserInfo_Click);
     //
     // grbSetDeviceTime
     //
     this.grbSetDeviceTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.grbSetDeviceTime.Controls.Add(this.btnPowerOffDevice);
     this.grbSetDeviceTime.Controls.Add(this.btnDeleteAllData);
     this.grbSetDeviceTime.Controls.Add(this.btnRestartDevice);
     this.grbSetDeviceTime.Controls.Add(this.cbSecond);
     this.grbSetDeviceTime.Controls.Add(this.cbMonth);
     this.grbSetDeviceTime.Controls.Add(this.cbMinute);
     this.grbSetDeviceTime.Controls.Add(this.btnSetDeviceTime2);
     this.grbSetDeviceTime.Controls.Add(this.cbDay);
     this.grbSetDeviceTime.Controls.Add(this.cbHour);
     this.grbSetDeviceTime.Controls.Add(this.cbYear);
     this.grbSetDeviceTime.Controls.Add(this.btnGetDeviceTime);
     this.grbSetDeviceTime.Controls.Add(this.txtGetDeviceTime);
     this.grbSetDeviceTime.Controls.Add(this.btnSynDeviceTime);
     this.grbSetDeviceTime.Location = new System.Drawing.Point(532, 108);
     this.grbSetDeviceTime.Name = "grbSetDeviceTime";
     this.grbSetDeviceTime.Size = new System.Drawing.Size(470, 119);
     this.grbSetDeviceTime.TabIndex = 64;
     this.grbSetDeviceTime.TabStop = false;
     this.grbSetDeviceTime.Text = "SetDeviceTime";
     //
     // btnPowerOffDevice
     //
     this.btnPowerOffDevice.Location = new System.Drawing.Point(331, 83);
     this.btnPowerOffDevice.Name = "btnPowerOffDevice";
     this.btnPowerOffDevice.Size = new System.Drawing.Size(132, 23);
     this.btnPowerOffDevice.TabIndex = 18;
     this.btnPowerOffDevice.Text = "PowerOffDevice";
     this.btnPowerOffDevice.UseVisualStyleBackColor = true;
     this.btnPowerOffDevice.Click += new System.EventHandler(this.btnPowerOffDevice_Click);
     //
     // btnDeleteAllData
     //
     this.btnDeleteAllData.BackColor = System.Drawing.Color.LightCoral;
     this.btnDeleteAllData.Location = new System.Drawing.Point(6, 83);
     this.btnDeleteAllData.Name = "btnDeleteAllData";
     this.btnDeleteAllData.Size = new System.Drawing.Size(137, 23);
     this.btnDeleteAllData.TabIndex = 17;
     this.btnDeleteAllData.Text = "RestartDevice";
     this.btnDeleteAllData.UseVisualStyleBackColor = false;
     this.btnDeleteAllData.Click += new System.EventHandler(this.btnDeleteAllData_Click);
     //
     // btnRestartDevice
     //
     this.btnRestartDevice.Location = new System.Drawing.Point(179, 83);
     this.btnRestartDevice.Name = "btnRestartDevice";
     this.btnRestartDevice.Size = new System.Drawing.Size(132, 23);
     this.btnRestartDevice.TabIndex = 17;
     this.btnRestartDevice.Text = "RestartDevice";
     this.btnRestartDevice.UseVisualStyleBackColor = true;
     this.btnRestartDevice.Click += new System.EventHandler(this.btnRestartDevice_Click);
     //
     // cbSecond
     //
     this.cbSecond.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbSecond.FormattingEnabled = true;
     this.cbSecond.Items.AddRange(new object[] {
     "1",
     "..",
     "59"});
     this.cbSecond.Location = new System.Drawing.Point(270, 20);
     this.cbSecond.Name = "cbSecond";
     this.cbSecond.Size = new System.Drawing.Size(41, 21);
     this.cbSecond.TabIndex = 15;
     this.cbSecond.Text = "8";
     //
     // cbMonth
     //
     this.cbMonth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbMonth.DisplayMember = "Month";
     this.cbMonth.FormattingEnabled = true;
     this.cbMonth.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10",
     "11",
     "12"});
     this.cbMonth.Location = new System.Drawing.Point(74, 19);
     this.cbMonth.Name = "cbMonth";
     this.cbMonth.Size = new System.Drawing.Size(41, 21);
     this.cbMonth.TabIndex = 11;
     this.cbMonth.Text = "12";
     //
     // cbMinute
     //
     this.cbMinute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbMinute.FormattingEnabled = true;
     this.cbMinute.Items.AddRange(new object[] {
     "1",
     "..",
     "59"});
     this.cbMinute.Location = new System.Drawing.Point(221, 20);
     this.cbMinute.Name = "cbMinute";
     this.cbMinute.Size = new System.Drawing.Size(41, 21);
     this.cbMinute.TabIndex = 14;
     this.cbMinute.Text = "8";
     //
     // btnSetDeviceTime2
     //
     this.btnSetDeviceTime2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetDeviceTime2.Location = new System.Drawing.Point(331, 17);
     this.btnSetDeviceTime2.Name = "btnSetDeviceTime2";
     this.btnSetDeviceTime2.Size = new System.Drawing.Size(132, 23);
     this.btnSetDeviceTime2.TabIndex = 16;
     this.btnSetDeviceTime2.Text = "SetDeviceTime2";
     this.btnSetDeviceTime2.UseVisualStyleBackColor = true;
     this.btnSetDeviceTime2.Click += new System.EventHandler(this.btnSetDeviceTime2_Click);
     //
     // cbDay
     //
     this.cbDay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbDay.FormattingEnabled = true;
     this.cbDay.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10",
     "..",
     "30"});
     this.cbDay.Location = new System.Drawing.Point(123, 19);
     this.cbDay.Name = "cbDay";
     this.cbDay.Size = new System.Drawing.Size(41, 21);
     this.cbDay.TabIndex = 12;
     this.cbDay.Text = "31";
     //
     // cbHour
     //
     this.cbHour.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbHour.FormattingEnabled = true;
     this.cbHour.Items.AddRange(new object[] {
     "1",
     "..",
     "59"});
     this.cbHour.Location = new System.Drawing.Point(172, 20);
     this.cbHour.Name = "cbHour";
     this.cbHour.Size = new System.Drawing.Size(41, 21);
     this.cbHour.TabIndex = 13;
     this.cbHour.Text = "8";
     //
     // cbYear
     //
     this.cbYear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbYear.FormattingEnabled = true;
     this.cbYear.Items.AddRange(new object[] {
     "2009",
     "2010",
     "2011",
     "2012"});
     this.cbYear.Location = new System.Drawing.Point(6, 19);
     this.cbYear.Name = "cbYear";
     this.cbYear.Size = new System.Drawing.Size(60, 21);
     this.cbYear.TabIndex = 10;
     this.cbYear.Text = "2009";
     //
     // btnGetDeviceTime
     //
     this.btnGetDeviceTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGetDeviceTime.Location = new System.Drawing.Point(6, 50);
     this.btnGetDeviceTime.Name = "btnGetDeviceTime";
     this.btnGetDeviceTime.Size = new System.Drawing.Size(137, 23);
     this.btnGetDeviceTime.TabIndex = 4;
     this.btnGetDeviceTime.Text = "GetDeviceTime";
     this.btnGetDeviceTime.UseVisualStyleBackColor = true;
     this.btnGetDeviceTime.Click += new System.EventHandler(this.btnGetDeviceTime_Click);
     //
     // txtGetDeviceTime
     //
     this.txtGetDeviceTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtGetDeviceTime.Location = new System.Drawing.Point(160, 52);
     this.txtGetDeviceTime.Name = "txtGetDeviceTime";
     this.txtGetDeviceTime.ReadOnly = true;
     this.txtGetDeviceTime.Size = new System.Drawing.Size(151, 20);
     this.txtGetDeviceTime.TabIndex = 5;
     //
     // btnSynDeviceTime
     //
     this.btnSynDeviceTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSynDeviceTime.Location = new System.Drawing.Point(331, 50);
     this.btnSynDeviceTime.Name = "btnSynDeviceTime";
     this.btnSynDeviceTime.Size = new System.Drawing.Size(132, 23);
     this.btnSynDeviceTime.TabIndex = 3;
     this.btnSynDeviceTime.Text = "DownloadFPTmp";
     this.btnSynDeviceTime.UseVisualStyleBackColor = true;
     this.btnSynDeviceTime.Click += new System.EventHandler(this.btnSynDeviceTime_Click);
     //
     // grbDownloadUserInfo
     //
     this.grbDownloadUserInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.grbDownloadUserInfo.Controls.Add(this.btnDownloadUserInfo);
     this.grbDownloadUserInfo.Controls.Add(this.ckbOnlyDownNewEmp);
     this.grbDownloadUserInfo.Location = new System.Drawing.Point(532, 235);
     this.grbDownloadUserInfo.Name = "grbDownloadUserInfo";
     this.grbDownloadUserInfo.Size = new System.Drawing.Size(470, 51);
     this.grbDownloadUserInfo.TabIndex = 64;
     this.grbDownloadUserInfo.TabStop = false;
     this.grbDownloadUserInfo.Text = "groupBox1";
     //
     // btnDownloadUserInfo
     //
     this.btnDownloadUserInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDownloadUserInfo.Location = new System.Drawing.Point(331, 22);
     this.btnDownloadUserInfo.Name = "btnDownloadUserInfo";
     this.btnDownloadUserInfo.Size = new System.Drawing.Size(132, 23);
     this.btnDownloadUserInfo.TabIndex = 3;
     this.btnDownloadUserInfo.Text = "DownloadFPTmp";
     this.btnDownloadUserInfo.UseVisualStyleBackColor = true;
     this.btnDownloadUserInfo.Click += new System.EventHandler(this.btnDownloadUserInfo_Click);
     //
     // ckbOnlyDownNewEmp
     //
     this.ckbOnlyDownNewEmp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ckbOnlyDownNewEmp.AutoSize = true;
     this.ckbOnlyDownNewEmp.Checked = true;
     this.ckbOnlyDownNewEmp.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckbOnlyDownNewEmp.Location = new System.Drawing.Point(6, 26);
     this.ckbOnlyDownNewEmp.Name = "ckbOnlyDownNewEmp";
     this.ckbOnlyDownNewEmp.Size = new System.Drawing.Size(76, 17);
     this.ckbOnlyDownNewEmp.TabIndex = 76;
     this.ckbOnlyDownNewEmp.Text = "Tải thẻ lên";
     this.ckbOnlyDownNewEmp.UseVisualStyleBackColor = true;
     //
     // grbEditUser
     //
     this.grbEditUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.grbEditUser.Controls.Add(this.ckbDeleteOnSystem);
     this.grbEditUser.Controls.Add(this.btnClearAdministrators);
     this.grbEditUser.Controls.Add(this.btnClearDataTmps);
     this.grbEditUser.Controls.Add(this.btnDelAllUserOnDatabase);
     this.grbEditUser.Controls.Add(this.btnClearDataUserInfo);
     this.grbEditUser.Controls.Add(this.btnDeleteEnrollData);
     this.grbEditUser.Location = new System.Drawing.Point(532, 354);
     this.grbEditUser.Name = "grbEditUser";
     this.grbEditUser.Size = new System.Drawing.Size(470, 121);
     this.grbEditUser.TabIndex = 63;
     this.grbEditUser.TabStop = false;
     this.grbEditUser.Text = "groupBox1";
     //
     // ckbDeleteOnSystem
     //
     this.ckbDeleteOnSystem.AutoSize = true;
     this.ckbDeleteOnSystem.Location = new System.Drawing.Point(99, 23);
     this.ckbDeleteOnSystem.Name = "ckbDeleteOnSystem";
     this.ckbDeleteOnSystem.Size = new System.Drawing.Size(126, 17);
     this.ckbDeleteOnSystem.TabIndex = 76;
     this.ckbDeleteOnSystem.Text = "Xóa cả trên hệ thống";
     this.ckbDeleteOnSystem.UseVisualStyleBackColor = true;
     //
     // btnClearAdministrators
     //
     this.btnClearAdministrators.Location = new System.Drawing.Point(322, 54);
     this.btnClearAdministrators.Name = "btnClearAdministrators";
     this.btnClearAdministrators.Size = new System.Drawing.Size(141, 23);
     this.btnClearAdministrators.TabIndex = 75;
     this.btnClearAdministrators.Text = "ClearAdministrators";
     this.btnClearAdministrators.UseVisualStyleBackColor = true;
     this.btnClearAdministrators.Click += new System.EventHandler(this.btnClearAdministrators_Click);
     //
     // btnClearDataTmps
     //
     this.btnClearDataTmps.BackColor = System.Drawing.Color.LightCoral;
     this.btnClearDataTmps.Location = new System.Drawing.Point(6, 54);
     this.btnClearDataTmps.Name = "btnClearDataTmps";
     this.btnClearDataTmps.Size = new System.Drawing.Size(141, 23);
     this.btnClearDataTmps.TabIndex = 74;
     this.btnClearDataTmps.Text = "ClearTmpsData";
     this.btnClearDataTmps.UseVisualStyleBackColor = false;
     this.btnClearDataTmps.Visible = false;
     this.btnClearDataTmps.Click += new System.EventHandler(this.btnClearDataTmps_Click);
     //
     // btnDelAllUserOnDatabase
     //
     this.btnDelAllUserOnDatabase.BackColor = System.Drawing.Color.LightCoral;
     this.btnDelAllUserOnDatabase.Location = new System.Drawing.Point(322, 17);
     this.btnDelAllUserOnDatabase.Name = "btnDelAllUserOnDatabase";
     this.btnDelAllUserOnDatabase.Size = new System.Drawing.Size(141, 23);
     this.btnDelAllUserOnDatabase.TabIndex = 73;
     this.btnDelAllUserOnDatabase.Text = "Xóa hết NV trên hệ thống";
     this.btnDelAllUserOnDatabase.UseVisualStyleBackColor = false;
     this.btnDelAllUserOnDatabase.Click += new System.EventHandler(this.btnDelAllUserOnDatabase_Click);
     //
     // btnClearDataUserInfo
     //
     this.btnClearDataUserInfo.BackColor = System.Drawing.Color.LightCoral;
     this.btnClearDataUserInfo.Location = new System.Drawing.Point(175, 54);
     this.btnClearDataUserInfo.Name = "btnClearDataUserInfo";
     this.btnClearDataUserInfo.Size = new System.Drawing.Size(141, 23);
     this.btnClearDataUserInfo.TabIndex = 73;
     this.btnClearDataUserInfo.Text = "ClearUserInfoData";
     this.btnClearDataUserInfo.UseVisualStyleBackColor = false;
     this.btnClearDataUserInfo.Visible = false;
     this.btnClearDataUserInfo.Click += new System.EventHandler(this.btnClearDataUserInfo_Click);
     //
     // btnDeleteEnrollData
     //
     this.btnDeleteEnrollData.BackColor = System.Drawing.Color.LightCoral;
     this.btnDeleteEnrollData.Location = new System.Drawing.Point(6, 19);
     this.btnDeleteEnrollData.Name = "btnDeleteEnrollData";
     this.btnDeleteEnrollData.Size = new System.Drawing.Size(87, 23);
     this.btnDeleteEnrollData.TabIndex = 62;
     this.btnDeleteEnrollData.Text = "Delete User";
     this.btnDeleteEnrollData.UseVisualStyleBackColor = false;
     this.btnDeleteEnrollData.Click += new System.EventHandler(this.btnDeleteEnrollData_Click);
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(110, 6);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.txtSearch.Properties.Appearance.Options.UseBackColor = true;
     this.txtSearch.Properties.MaxLength = 20;
     this.txtSearch.Size = new System.Drawing.Size(294, 20);
     this.txtSearch.TabIndex = 61;
     this.txtSearch.EditValueChanged += new System.EventHandler(this.txtSearch_EditValueChanged);
     //
     // lblSearch
     //
     this.lblSearch.AutoSize = true;
     this.lblSearch.Location = new System.Drawing.Point(0, 9);
     this.lblSearch.Name = "lblSearch";
     this.lblSearch.Size = new System.Drawing.Size(70, 13);
     this.lblSearch.TabIndex = 60;
     this.lblSearch.Text = "Employee ID:";
     //
     // grdUserList
     //
     this.grdUserList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grdUserList.EmbeddedNavigator.Name = "";
     this.grdUserList.FormsUseDefaultLookAndFeel = false;
     this.grdUserList.Location = new System.Drawing.Point(3, 32);
     this.grdUserList.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grdUserList.MainView = this.grvUserList;
     this.grdUserList.Name = "grdUserList";
     this.grdUserList.Size = new System.Drawing.Size(523, 447);
     this.grdUserList.TabIndex = 57;
     this.grdUserList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grvUserList});
     //
     // grvUserList
     //
     this.grvUserList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colEmployeeID,
     this.colEmpFullName,
     this.colACNo,
     this.colName,
     this.colTemplateCount,
     this.colCheck,
     this.colCardNo,
     this.PASSWORD});
     this.grvUserList.GridControl = this.grdUserList;
     this.grvUserList.Name = "grvUserList";
     this.grvUserList.OptionsSelection.MultiSelect = true;
     this.grvUserList.OptionsView.ShowFooter = true;
     this.grvUserList.OptionsView.ShowGroupPanel = false;
     this.grvUserList.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.grvUserList_CellValueChanged);
     //
     // colEmployeeID
     //
     this.colEmployeeID.Caption = "EmployeeID";
     this.colEmployeeID.FieldName = "EmployeeID";
     this.colEmployeeID.Name = "colEmployeeID";
     this.colEmployeeID.OptionsColumn.AllowEdit = false;
     this.colEmployeeID.Visible = true;
     this.colEmployeeID.VisibleIndex = 0;
     this.colEmployeeID.Width = 61;
     //
     // colEmpFullName
     //
     this.colEmpFullName.Caption = "FullName";
     this.colEmpFullName.FieldName = "FullName";
     this.colEmpFullName.Name = "colEmpFullName";
     this.colEmpFullName.OptionsColumn.AllowEdit = false;
     this.colEmpFullName.Visible = true;
     this.colEmpFullName.VisibleIndex = 1;
     this.colEmpFullName.Width = 186;
     //
     // colACNo
     //
     this.colACNo.Caption = "Badgenumber";
     this.colACNo.FieldName = "Badgenumber";
     this.colACNo.Name = "colACNo";
     this.colACNo.OptionsColumn.AllowEdit = false;
     this.colACNo.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Count;
     this.colACNo.Visible = true;
     this.colACNo.VisibleIndex = 2;
     this.colACNo.Width = 43;
     //
     // colName
     //
     this.colName.Caption = "Name";
     this.colName.FieldName = "NAME";
     this.colName.Name = "colName";
     this.colName.Visible = true;
     this.colName.VisibleIndex = 3;
     this.colName.Width = 77;
     //
     // colTemplateCount
     //
     this.colTemplateCount.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colTemplateCount.AppearanceCell.Options.UseFont = true;
     this.colTemplateCount.Caption = "FingerCount";
     this.colTemplateCount.FieldName = "FingerCount";
     this.colTemplateCount.Name = "colTemplateCount";
     this.colTemplateCount.OptionsColumn.AllowEdit = false;
     this.colTemplateCount.Visible = true;
     this.colTemplateCount.VisibleIndex = 4;
     this.colTemplateCount.Width = 62;
     //
     // colCheck
     //
     this.colCheck.Caption = "Check";
     this.colCheck.FieldName = "Check";
     this.colCheck.Name = "colCheck";
     this.colCheck.Visible = true;
     this.colCheck.VisibleIndex = 5;
     this.colCheck.Width = 58;
     //
     // colCardNo
     //
     this.colCardNo.Caption = "CardNo";
     this.colCardNo.FieldName = "CardNo";
     this.colCardNo.Name = "colCardNo";
     this.colCardNo.Visible = true;
     this.colCardNo.VisibleIndex = 6;
     this.colCardNo.Width = 51;
     //
     // PASSWORD
     //
     this.PASSWORD.Caption = "PASSWORD";
     this.PASSWORD.FieldName = "PASSWORD";
     this.PASSWORD.Name = "PASSWORD";
     this.PASSWORD.Visible = true;
     this.PASSWORD.VisibleIndex = 7;
     this.PASSWORD.Width = 59;
     //
     // ImportDataFromUSBFileData
     //
     this.ImportDataFromUSBFileData.Controls.Add(this.tabControl1);
     this.ImportDataFromUSBFileData.Location = new System.Drawing.Point(4, 22);
     this.ImportDataFromUSBFileData.Name = "ImportDataFromUSBFileData";
     this.ImportDataFromUSBFileData.Size = new System.Drawing.Size(1010, 515);
     this.ImportDataFromUSBFileData.TabIndex = 2;
     this.ImportDataFromUSBFileData.Text = "tabPage1";
     this.ImportDataFromUSBFileData.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabUserUSB_BW);
     this.tabControl1.Controls.Add(this.tabAttLogsUSB_BW);
     this.tabControl1.Controls.Add(this.tabTmp9USB_BW);
     this.tabControl1.Location = new System.Drawing.Point(3, 3);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(1008, 472);
     this.tabControl1.TabIndex = 5;
     //
     // tabUserUSB_BW
     //
     this.tabUserUSB_BW.Controls.Add(this.lblUserUSB_BW_Note);
     this.tabUserUSB_BW.Controls.Add(this.btnUserRead);
     this.tabUserUSB_BW.Controls.Add(this.lvUser);
     this.tabUserUSB_BW.Location = new System.Drawing.Point(4, 22);
     this.tabUserUSB_BW.Name = "tabUserUSB_BW";
     this.tabUserUSB_BW.Padding = new System.Windows.Forms.Padding(3);
     this.tabUserUSB_BW.Size = new System.Drawing.Size(1000, 446);
     this.tabUserUSB_BW.TabIndex = 0;
     this.tabUserUSB_BW.Text = "User(B&W)";
     this.tabUserUSB_BW.UseVisualStyleBackColor = true;
     //
     // lblUserUSB_BW_Note
     //
     this.lblUserUSB_BW_Note.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblUserUSB_BW_Note.AutoSize = true;
     this.lblUserUSB_BW_Note.ForeColor = System.Drawing.Color.Red;
     this.lblUserUSB_BW_Note.Location = new System.Drawing.Point(237, 375);
     this.lblUserUSB_BW_Note.Name = "lblUserUSB_BW_Note";
     this.lblUserUSB_BW_Note.Size = new System.Drawing.Size(403, 13);
     this.lblUserUSB_BW_Note.TabIndex = 10;
     this.lblUserUSB_BW_Note.Text = "It is for user information management(user.dat).(For Black&&White screen device o" +
         "nly)";
     //
     // btnUserRead
     //
     this.btnUserRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnUserRead.Location = new System.Drawing.Point(295, 402);
     this.btnUserRead.Name = "btnUserRead";
     this.btnUserRead.Size = new System.Drawing.Size(159, 23);
     this.btnUserRead.TabIndex = 8;
     this.btnUserRead.Text = "ReadDataToPC";
     this.btnUserRead.UseVisualStyleBackColor = true;
     this.btnUserRead.Click += new System.EventHandler(this.btnUserRead_Click);
     //
     // lvUser
     //
     this.lvUser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvUser.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.lvUser.ForeColor = System.Drawing.SystemColors.MenuHighlight;
     this.lvUser.GridLines = true;
     this.lvUser.Location = new System.Drawing.Point(6, 6);
     this.lvUser.Name = "lvUser";
     this.lvUser.Size = new System.Drawing.Size(989, 357);
     this.lvUser.TabIndex = 0;
     this.lvUser.UseCompatibleStateImageBehavior = false;
     this.lvUser.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "PIN2";
     this.columnHeader1.Width = 53;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Name";
     this.columnHeader2.Width = 47;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Card";
     this.columnHeader3.Width = 55;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Privilege";
     this.columnHeader4.Width = 77;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Password";
     this.columnHeader5.Width = 77;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Group";
     this.columnHeader6.Width = 69;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "TimeZones";
     this.columnHeader7.Width = 74;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "PIN";
     this.columnHeader8.Width = 68;
     //
     // tabAttLogsUSB_BW
     //
     this.tabAttLogsUSB_BW.Controls.Add(this.lblAttLogsUSB_BW_note);
     this.tabAttLogsUSB_BW.Controls.Add(this.btnAttLogExtRead);
     this.tabAttLogsUSB_BW.Controls.Add(this.lvAttLog);
     this.tabAttLogsUSB_BW.Location = new System.Drawing.Point(4, 22);
     this.tabAttLogsUSB_BW.Name = "tabAttLogsUSB_BW";
     this.tabAttLogsUSB_BW.Size = new System.Drawing.Size(1000, 446);
     this.tabAttLogsUSB_BW.TabIndex = 3;
     this.tabAttLogsUSB_BW.Text = "Attlogs(B&W)";
     this.tabAttLogsUSB_BW.UseVisualStyleBackColor = true;
     //
     // lblAttLogsUSB_BW_note
     //
     this.lblAttLogsUSB_BW_note.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblAttLogsUSB_BW_note.AutoSize = true;
     this.lblAttLogsUSB_BW_note.ForeColor = System.Drawing.Color.Red;
     this.lblAttLogsUSB_BW_note.Location = new System.Drawing.Point(183, 378);
     this.lblAttLogsUSB_BW_note.Name = "lblAttLogsUSB_BW_note";
     this.lblAttLogsUSB_BW_note.Size = new System.Drawing.Size(249, 13);
     this.lblAttLogsUSB_BW_note.TabIndex = 25;
     this.lblAttLogsUSB_BW_note.Text = "It is for the extended attendence logs management.";
     //
     // btnAttLogExtRead
     //
     this.btnAttLogExtRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAttLogExtRead.Location = new System.Drawing.Point(210, 405);
     this.btnAttLogExtRead.Name = "btnAttLogExtRead";
     this.btnAttLogExtRead.Size = new System.Drawing.Size(175, 23);
     this.btnAttLogExtRead.TabIndex = 20;
     this.btnAttLogExtRead.Text = "ReadDataToPC";
     this.btnAttLogExtRead.UseVisualStyleBackColor = true;
     this.btnAttLogExtRead.Click += new System.EventHandler(this.btnAttLogExtRead_Click);
     //
     // lvAttLog
     //
     this.lvAttLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvAttLog.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader25,
     this.columnHeader26,
     this.columnHeader27,
     this.columnHeader28,
     this.columnHeader29,
     this.columnHeader30});
     this.lvAttLog.GridLines = true;
     this.lvAttLog.Location = new System.Drawing.Point(6, 6);
     this.lvAttLog.Name = "lvAttLog";
     this.lvAttLog.Size = new System.Drawing.Size(989, 354);
     this.lvAttLog.TabIndex = 1;
     this.lvAttLog.UseCompatibleStateImageBehavior = false;
     this.lvAttLog.View = System.Windows.Forms.View.Details;
     //
     // columnHeader25
     //
     this.columnHeader25.Text = "PIN";
     this.columnHeader25.Width = 129;
     //
     // columnHeader26
     //
     this.columnHeader26.Text = "Time";
     this.columnHeader26.Width = 182;
     //
     // columnHeader27
     //
     this.columnHeader27.Text = "DeviceID";
     this.columnHeader27.Width = 68;
     //
     // columnHeader28
     //
     this.columnHeader28.Text = "Status";
     this.columnHeader28.Width = 54;
     //
     // columnHeader29
     //
     this.columnHeader29.Text = "Verified";
     this.columnHeader29.Width = 65;
     //
     // columnHeader30
     //
     this.columnHeader30.Text = "Workcode";
     this.columnHeader30.Width = 69;
     //
     // tabTmp9USB_BW
     //
     this.tabTmp9USB_BW.Controls.Add(this.lblTmp9USB_BW_Note);
     this.tabTmp9USB_BW.Controls.Add(this.btnTmpRead);
     this.tabTmp9USB_BW.Controls.Add(this.lvTmp);
     this.tabTmp9USB_BW.Location = new System.Drawing.Point(4, 22);
     this.tabTmp9USB_BW.Name = "tabTmp9USB_BW";
     this.tabTmp9USB_BW.Size = new System.Drawing.Size(1000, 446);
     this.tabTmp9USB_BW.TabIndex = 2;
     this.tabTmp9USB_BW.Text = "Tmp9.0";
     this.tabTmp9USB_BW.UseVisualStyleBackColor = true;
     //
     // lblTmp9USB_BW_Note
     //
     this.lblTmp9USB_BW_Note.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblTmp9USB_BW_Note.AutoSize = true;
     this.lblTmp9USB_BW_Note.ForeColor = System.Drawing.Color.Red;
     this.lblTmp9USB_BW_Note.Location = new System.Drawing.Point(125, 383);
     this.lblTmp9USB_BW_Note.Name = "lblTmp9USB_BW_Note";
     this.lblTmp9USB_BW_Note.Size = new System.Drawing.Size(368, 13);
     this.lblTmp9USB_BW_Note.TabIndex = 27;
     this.lblTmp9USB_BW_Note.Text = "It is for fingerprint templates management.(For device with 9.0 arithmetic only)";
     //
     // btnTmpRead
     //
     this.btnTmpRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnTmpRead.Location = new System.Drawing.Point(210, 411);
     this.btnTmpRead.Name = "btnTmpRead";
     this.btnTmpRead.Size = new System.Drawing.Size(153, 23);
     this.btnTmpRead.TabIndex = 14;
     this.btnTmpRead.Text = "ReadDataToPC";
     this.btnTmpRead.UseVisualStyleBackColor = true;
     this.btnTmpRead.Click += new System.EventHandler(this.btnTmpRead_Click);
     //
     // lvTmp
     //
     this.lvTmp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvTmp.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20,
     this.columnHeader21});
     this.lvTmp.GridLines = true;
     this.lvTmp.Location = new System.Drawing.Point(6, 6);
     this.lvTmp.Name = "lvTmp";
     this.lvTmp.Size = new System.Drawing.Size(989, 357);
     this.lvTmp.TabIndex = 1;
     this.lvTmp.UseCompatibleStateImageBehavior = false;
     this.lvTmp.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "Size";
     this.columnHeader17.Width = 53;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "PIN";
     this.columnHeader18.Width = 45;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "FingerID";
     this.columnHeader19.Width = 72;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Valid";
     this.columnHeader20.Width = 87;
     //
     // columnHeader21
     //
     this.columnHeader21.Text = "Template";
     this.columnHeader21.Width = 111;
     //
     // ImportDataFromUSBFileData_TFT
     //
     this.ImportDataFromUSBFileData_TFT.Controls.Add(this.tabControl2);
     this.ImportDataFromUSBFileData_TFT.Location = new System.Drawing.Point(4, 22);
     this.ImportDataFromUSBFileData_TFT.Name = "ImportDataFromUSBFileData_TFT";
     this.ImportDataFromUSBFileData_TFT.Size = new System.Drawing.Size(1010, 515);
     this.ImportDataFromUSBFileData_TFT.TabIndex = 3;
     this.ImportDataFromUSBFileData_TFT.Text = "ImportDataFromUSBFileData_TFT";
     this.ImportDataFromUSBFileData_TFT.UseVisualStyleBackColor = true;
     //
     // tabControl2
     //
     this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl2.Controls.Add(this.tabUser_TFT);
     this.tabControl2.Controls.Add(this.tabAttLogs_TFT);
     this.tabControl2.Controls.Add(this.tabtmp9_TFT);
     this.tabControl2.Controls.Add(this.tabTmp10_TFT);
     this.tabControl2.Location = new System.Drawing.Point(3, 3);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(1004, 472);
     this.tabControl2.TabIndex = 5;
     //
     // tabUser_TFT
     //
     this.tabUser_TFT.Controls.Add(this.label2);
     this.tabUser_TFT.Controls.Add(this.btnSSR_UserRead);
     this.tabUser_TFT.Controls.Add(this.lvSSRUser);
     this.tabUser_TFT.Location = new System.Drawing.Point(4, 22);
     this.tabUser_TFT.Name = "tabUser_TFT";
     this.tabUser_TFT.Padding = new System.Windows.Forms.Padding(3);
     this.tabUser_TFT.Size = new System.Drawing.Size(996, 446);
     this.tabUser_TFT.TabIndex = 1;
     this.tabUser_TFT.Text = "SSR_User(TFT)";
     this.tabUser_TFT.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.Red;
     this.label2.Location = new System.Drawing.Point(194, 379);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(226, 13);
     this.label2.TabIndex = 13;
     this.label2.Text = "It is for user information management(user.dat).";
     //
     // btnSSR_UserRead
     //
     this.btnSSR_UserRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSSR_UserRead.Location = new System.Drawing.Point(210, 405);
     this.btnSSR_UserRead.Name = "btnSSR_UserRead";
     this.btnSSR_UserRead.Size = new System.Drawing.Size(158, 23);
     this.btnSSR_UserRead.TabIndex = 11;
     this.btnSSR_UserRead.Text = "ReadDataToPC";
     this.btnSSR_UserRead.UseVisualStyleBackColor = true;
     this.btnSSR_UserRead.Click += new System.EventHandler(this.btnSSR_UserRead_Click);
     //
     // lvSSRUser
     //
     this.lvSSRUser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvSSRUser.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader9,
     this.columnHeader10,
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader14,
     this.columnHeader15,
     this.columnHeader16});
     this.lvSSRUser.GridLines = true;
     this.lvSSRUser.Location = new System.Drawing.Point(6, 6);
     this.lvSSRUser.Name = "lvSSRUser";
     this.lvSSRUser.Size = new System.Drawing.Size(984, 357);
     this.lvSSRUser.TabIndex = 1;
     this.lvSSRUser.UseCompatibleStateImageBehavior = false;
     this.lvSSRUser.View = System.Windows.Forms.View.Details;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "PIN2";
     this.columnHeader9.Width = 53;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Name";
     this.columnHeader10.Width = 47;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Card";
     this.columnHeader11.Width = 55;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Privilege";
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Password";
     this.columnHeader13.Width = 77;
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "Group";
     this.columnHeader14.Width = 69;
     //
     // columnHeader15
     //
     this.columnHeader15.Text = "TimeZones";
     this.columnHeader15.Width = 74;
     //
     // columnHeader16
     //
     this.columnHeader16.Text = "PIN";
     this.columnHeader16.Width = 68;
     //
     // tabAttLogs_TFT
     //
     this.tabAttLogs_TFT.Controls.Add(this.label4);
     this.tabAttLogs_TFT.Controls.Add(this.lvSSRAttLog);
     this.tabAttLogs_TFT.Controls.Add(this.btnSSRAttLogRead);
     this.tabAttLogs_TFT.Location = new System.Drawing.Point(4, 22);
     this.tabAttLogs_TFT.Name = "tabAttLogs_TFT";
     this.tabAttLogs_TFT.Size = new System.Drawing.Size(996, 446);
     this.tabAttLogs_TFT.TabIndex = 4;
     this.tabAttLogs_TFT.Text = "AttLogs(TFT)";
     this.tabAttLogs_TFT.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(186, 381);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(184, 13);
     this.label4.TabIndex = 26;
     this.label4.Text = "It is for attendance logs management.";
     //
     // lvSSRAttLog
     //
     this.lvSSRAttLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvSSRAttLog.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader22,
     this.columnHeader23,
     this.columnHeader24,
     this.columnHeader31,
     this.columnHeader32,
     this.columnHeader33});
     this.lvSSRAttLog.GridLines = true;
     this.lvSSRAttLog.Location = new System.Drawing.Point(6, 6);
     this.lvSSRAttLog.Name = "lvSSRAttLog";
     this.lvSSRAttLog.Size = new System.Drawing.Size(987, 355);
     this.lvSSRAttLog.TabIndex = 24;
     this.lvSSRAttLog.UseCompatibleStateImageBehavior = false;
     this.lvSSRAttLog.View = System.Windows.Forms.View.Details;
     //
     // columnHeader22
     //
     this.columnHeader22.Text = "PIN";
     this.columnHeader22.Width = 129;
     //
     // columnHeader23
     //
     this.columnHeader23.Text = "Time";
     this.columnHeader23.Width = 182;
     //
     // columnHeader24
     //
     this.columnHeader24.Text = "DeviceID";
     this.columnHeader24.Width = 68;
     //
     // columnHeader31
     //
     this.columnHeader31.Text = "Status";
     this.columnHeader31.Width = 54;
     //
     // columnHeader32
     //
     this.columnHeader32.Text = "Verified";
     this.columnHeader32.Width = 65;
     //
     // columnHeader33
     //
     this.columnHeader33.Text = "Workcode";
     this.columnHeader33.Width = 69;
     //
     // btnSSRAttLogRead
     //
     this.btnSSRAttLogRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSSRAttLogRead.Location = new System.Drawing.Point(210, 407);
     this.btnSSRAttLogRead.Name = "btnSSRAttLogRead";
     this.btnSSRAttLogRead.Size = new System.Drawing.Size(160, 23);
     this.btnSSRAttLogRead.TabIndex = 21;
     this.btnSSRAttLogRead.Text = "ReadDataToPC";
     this.btnSSRAttLogRead.UseVisualStyleBackColor = true;
     this.btnSSRAttLogRead.Click += new System.EventHandler(this.btnSSRAttLogRead_Click);
     //
     // tabtmp9_TFT
     //
     this.tabtmp9_TFT.Controls.Add(this.label5);
     this.tabtmp9_TFT.Controls.Add(this.btnTemp9_TFT);
     this.tabtmp9_TFT.Controls.Add(this.lvTmp9);
     this.tabtmp9_TFT.Location = new System.Drawing.Point(4, 22);
     this.tabtmp9_TFT.Name = "tabtmp9_TFT";
     this.tabtmp9_TFT.Size = new System.Drawing.Size(996, 446);
     this.tabtmp9_TFT.TabIndex = 2;
     this.tabtmp9_TFT.Text = "Tmp9.0";
     this.tabtmp9_TFT.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.Color.Red;
     this.label5.Location = new System.Drawing.Point(98, 379);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(373, 13);
     this.label5.TabIndex = 27;
     this.label5.Text = "It is for fingerprint templates management.(For devices with 9.0 arithmetic only)" +
         "";
     //
     // btnTemp9_TFT
     //
     this.btnTemp9_TFT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnTemp9_TFT.Location = new System.Drawing.Point(210, 407);
     this.btnTemp9_TFT.Name = "btnTemp9_TFT";
     this.btnTemp9_TFT.Size = new System.Drawing.Size(173, 23);
     this.btnTemp9_TFT.TabIndex = 14;
     this.btnTemp9_TFT.Text = "ReadDataToPC";
     this.btnTemp9_TFT.UseVisualStyleBackColor = true;
     this.btnTemp9_TFT.Click += new System.EventHandler(this.btnTemp9_TFT_Click);
     //
     // lvTmp9
     //
     this.lvTmp9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvTmp9.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader34,
     this.columnHeader35,
     this.columnHeader36,
     this.columnHeader37,
     this.columnHeader38});
     this.lvTmp9.GridLines = true;
     this.lvTmp9.Location = new System.Drawing.Point(6, 6);
     this.lvTmp9.Name = "lvTmp9";
     this.lvTmp9.Size = new System.Drawing.Size(987, 356);
     this.lvTmp9.TabIndex = 1;
     this.lvTmp9.UseCompatibleStateImageBehavior = false;
     this.lvTmp9.View = System.Windows.Forms.View.Details;
     //
     // columnHeader34
     //
     this.columnHeader34.Text = "Size";
     this.columnHeader34.Width = 53;
     //
     // columnHeader35
     //
     this.columnHeader35.Text = "PIN";
     this.columnHeader35.Width = 45;
     //
     // columnHeader36
     //
     this.columnHeader36.Text = "FingerID";
     this.columnHeader36.Width = 72;
     //
     // columnHeader37
     //
     this.columnHeader37.Text = "Valid";
     this.columnHeader37.Width = 87;
     //
     // columnHeader38
     //
     this.columnHeader38.Text = "Template";
     this.columnHeader38.Width = 111;
     //
     // tabTmp10_TFT
     //
     this.tabTmp10_TFT.Controls.Add(this.label6);
     this.tabTmp10_TFT.Controls.Add(this.lvTmp10);
     this.tabTmp10_TFT.Controls.Add(this.btnTmp10Read);
     this.tabTmp10_TFT.Location = new System.Drawing.Point(4, 22);
     this.tabTmp10_TFT.Name = "tabTmp10_TFT";
     this.tabTmp10_TFT.Size = new System.Drawing.Size(996, 446);
     this.tabTmp10_TFT.TabIndex = 6;
     this.tabTmp10_TFT.Text = "Tmp10.0";
     this.tabTmp10_TFT.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.Color.Red;
     this.label6.Location = new System.Drawing.Point(95, 379);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(379, 13);
     this.label6.TabIndex = 27;
     this.label6.Text = "It is for fingerprint templates management.(For devices with 10.0 arithmetic only" +
         ")";
     //
     // lvTmp10
     //
     this.lvTmp10.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvTmp10.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader42,
     this.columnHeader43,
     this.columnHeader44,
     this.columnHeader45,
     this.columnHeader46});
     this.lvTmp10.GridLines = true;
     this.lvTmp10.Location = new System.Drawing.Point(6, 6);
     this.lvTmp10.Name = "lvTmp10";
     this.lvTmp10.Size = new System.Drawing.Size(987, 358);
     this.lvTmp10.TabIndex = 13;
     this.lvTmp10.UseCompatibleStateImageBehavior = false;
     this.lvTmp10.View = System.Windows.Forms.View.Details;
     //
     // columnHeader42
     //
     this.columnHeader42.Text = "Size";
     this.columnHeader42.Width = 53;
     //
     // columnHeader43
     //
     this.columnHeader43.Text = "PIN";
     this.columnHeader43.Width = 45;
     //
     // columnHeader44
     //
     this.columnHeader44.Text = "FingerID";
     this.columnHeader44.Width = 72;
     //
     // columnHeader45
     //
     this.columnHeader45.Text = "Flag";
     this.columnHeader45.Width = 87;
     //
     // columnHeader46
     //
     this.columnHeader46.Text = "Template";
     this.columnHeader46.Width = 320;
     //
     // btnTmp10Read
     //
     this.btnTmp10Read.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnTmp10Read.Location = new System.Drawing.Point(210, 404);
     this.btnTmp10Read.Name = "btnTmp10Read";
     this.btnTmp10Read.Size = new System.Drawing.Size(185, 23);
     this.btnTmp10Read.TabIndex = 11;
     this.btnTmp10Read.Text = "ReadDataToPC";
     this.btnTmp10Read.UseVisualStyleBackColor = true;
     this.btnTmp10Read.Click += new System.EventHandler(this.btnTmp10Read_Click);
     //
     // grdMachineList
     //
     this.grdMachineList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grdMachineList.EmbeddedNavigator.Name = "";
     this.grdMachineList.FormsUseDefaultLookAndFeel = false;
     this.grdMachineList.Location = new System.Drawing.Point(-1, 1);
     this.grdMachineList.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grdMachineList.MainView = this.grvMachineList;
     this.grdMachineList.Name = "grdMachineList";
     this.grdMachineList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemPictureEdit1});
     this.grdMachineList.Size = new System.Drawing.Size(1015, 174);
     this.grdMachineList.TabIndex = 56;
     this.grdMachineList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grvMachineList});
     //
     // grvMachineList
     //
     this.grvMachineList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colImageIcon,
     this.colMachineAlias,
     this.colStatus,
     this.colMachineNumber,
     this.colMachineKind,
     this.colIP,
     this.colPort,
     this.colLogCount,
     this.colmanagercount,
     this.colusercount,
     this.colfingercount,
     this.colSecretCount,
     this.colsn,
     this.colCDKey});
     this.grvMachineList.GridControl = this.grdMachineList;
     this.grvMachineList.GroupFormat = "[#image]{1} {2}";
     this.grvMachineList.Name = "grvMachineList";
     this.grvMachineList.OptionsSelection.MultiSelect = true;
     this.grvMachineList.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.grvMachineList.OptionsView.ColumnAutoWidth = false;
     this.grvMachineList.OptionsView.ShowGroupPanel = false;
     this.grvMachineList.OptionsView.ShowIndicator = false;
     //
     // colImageIcon
     //
     this.colImageIcon.Caption = "ImageIcon";
     this.colImageIcon.ColumnEdit = this.repositoryItemPictureEdit1;
     this.colImageIcon.FieldName = "ImageIcon";
     this.colImageIcon.Name = "colImageIcon";
     this.colImageIcon.OptionsColumn.AllowSize = false;
     this.colImageIcon.Visible = true;
     this.colImageIcon.VisibleIndex = 0;
     this.colImageIcon.Width = 37;
     //
     // repositoryItemPictureEdit1
     //
     this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
     //
     // colMachineAlias
     //
     this.colMachineAlias.Caption = "MachineAlias";
     this.colMachineAlias.FieldName = "MachineAlias";
     this.colMachineAlias.Name = "colMachineAlias";
     this.colMachineAlias.OptionsColumn.AllowEdit = false;
     this.colMachineAlias.Visible = true;
     this.colMachineAlias.VisibleIndex = 1;
     this.colMachineAlias.Width = 128;
     //
     // colStatus
     //
     this.colStatus.Caption = "Status";
     this.colStatus.FieldName = "Status";
     this.colStatus.Name = "colStatus";
     this.colStatus.OptionsColumn.AllowEdit = false;
     this.colStatus.Visible = true;
     this.colStatus.VisibleIndex = 2;
     this.colStatus.Width = 99;
     //
     // colMachineNumber
     //
     this.colMachineNumber.Caption = "MachineNumber";
     this.colMachineNumber.FieldName = "MachineNumber";
     this.colMachineNumber.Name = "colMachineNumber";
     this.colMachineNumber.OptionsColumn.AllowEdit = false;
     this.colMachineNumber.Visible = true;
     this.colMachineNumber.VisibleIndex = 3;
     this.colMachineNumber.Width = 94;
     //
     // colMachineKind
     //
     this.colMachineKind.Caption = "MachineKind";
     this.colMachineKind.FieldName = "MachineKind";
     this.colMachineKind.Name = "colMachineKind";
     this.colMachineKind.OptionsColumn.AllowEdit = false;
     //
     // colIP
     //
     this.colIP.Caption = "IP";
     this.colIP.FieldName = "IP";
     this.colIP.Name = "colIP";
     this.colIP.OptionsColumn.AllowEdit = false;
     this.colIP.Visible = true;
     this.colIP.VisibleIndex = 4;
     this.colIP.Width = 102;
     //
     // colPort
     //
     this.colPort.Caption = "Port";
     this.colPort.FieldName = "Port";
     this.colPort.Name = "colPort";
     this.colPort.OptionsColumn.AllowEdit = false;
     this.colPort.Visible = true;
     this.colPort.VisibleIndex = 5;
     this.colPort.Width = 72;
     //
     // colLogCount
     //
     this.colLogCount.Caption = "LogCount";
     this.colLogCount.FieldName = "LogCount";
     this.colLogCount.Name = "colLogCount";
     this.colLogCount.OptionsColumn.AllowEdit = false;
     this.colLogCount.Visible = true;
     this.colLogCount.VisibleIndex = 10;
     //
     // colmanagercount
     //
     this.colmanagercount.Caption = "managercount";
     this.colmanagercount.FieldName = "managercount";
     this.colmanagercount.Name = "colmanagercount";
     this.colmanagercount.OptionsColumn.AllowEdit = false;
     this.colmanagercount.Visible = true;
     this.colmanagercount.VisibleIndex = 6;
     this.colmanagercount.Width = 86;
     //
     // colusercount
     //
     this.colusercount.Caption = "usercount";
     this.colusercount.FieldName = "usercount";
     this.colusercount.Name = "colusercount";
     this.colusercount.OptionsColumn.AllowEdit = false;
     this.colusercount.Visible = true;
     this.colusercount.VisibleIndex = 7;
     this.colusercount.Width = 81;
     //
     // colfingercount
     //
     this.colfingercount.Caption = "fingercount";
     this.colfingercount.FieldName = "fingercount";
     this.colfingercount.Name = "colfingercount";
     this.colfingercount.OptionsColumn.AllowEdit = false;
     this.colfingercount.Visible = true;
     this.colfingercount.VisibleIndex = 8;
     this.colfingercount.Width = 73;
     //
     // colSecretCount
     //
     this.colSecretCount.Caption = "SecretCount";
     this.colSecretCount.FieldName = "SecretCount";
     this.colSecretCount.Name = "colSecretCount";
     this.colSecretCount.OptionsColumn.AllowEdit = false;
     this.colSecretCount.Visible = true;
     this.colSecretCount.VisibleIndex = 9;
     this.colSecretCount.Width = 64;
     //
     // colsn
     //
     this.colsn.Caption = "sn";
     this.colsn.FieldName = "sn";
     this.colsn.Name = "colsn";
     this.colsn.OptionsColumn.AllowEdit = false;
     this.colsn.Visible = true;
     this.colsn.VisibleIndex = 11;
     this.colsn.Width = 100;
     //
     // colCDKey
     //
     this.colCDKey.Caption = "CDKey";
     this.colCDKey.FieldName = "CDKey";
     this.colCDKey.Name = "colCDKey";
     this.colCDKey.OptionsColumn.AllowEdit = false;
     this.colCDKey.Visible = true;
     this.colCDKey.VisibleIndex = 12;
     //
     // btnConnect
     //
     this.btnConnect.Location = new System.Drawing.Point(7, 4);
     this.btnConnect.Name = "btnConnect";
     this.btnConnect.Size = new System.Drawing.Size(101, 30);
     this.btnConnect.TabIndex = 57;
     this.btnConnect.Text = "Connect";
     this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
     //
     // btnDisconnect
     //
     this.btnDisconnect.Location = new System.Drawing.Point(114, 3);
     this.btnDisconnect.Name = "btnDisconnect";
     this.btnDisconnect.Size = new System.Drawing.Size(101, 30);
     this.btnDisconnect.TabIndex = 57;
     this.btnDisconnect.Text = "Disconnect";
     this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
     //
     // lableInfor
     //
     this.lableInfor.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.lableInfor.BackColor = System.Drawing.SystemColors.Info;
     this.lableInfor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lableInfor.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lableInfor.Location = new System.Drawing.Point(338, 154);
     this.lableInfor.Name = "lableInfor";
     this.lableInfor.Size = new System.Drawing.Size(341, 49);
     this.lableInfor.TabIndex = 58;
     this.lableInfor.Text = "Employee ID:";
     this.lableInfor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lableInfor.Visible = false;
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // MachineManagement
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1018, 722);
     this.Controls.Add(this.lableInfor);
     this.Controls.Add(this.tabMachineList);
     this.Controls.Add(this.grdMachineList);
     this.Name = "MachineManagement";
     this.Text = "MachineManagement";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MachineManagement_FormClosing);
     this.Controls.SetChildIndex(this.grdMachineList, 0);
     this.Controls.SetChildIndex(this.tabMachineList, 0);
     this.Controls.SetChildIndex(this.pnlFWCommand, 0);
     this.Controls.SetChildIndex(this.lblFWDecorateingLine, 0);
     this.Controls.SetChildIndex(this.lableInfor, 0);
     this.pnlFWCommand.ResumeLayout(false);
     this.pnlFWClose.ResumeLayout(false);
     this.tabMachineList.ResumeLayout(false);
     this.LiveAttendance.ResumeLayout(false);
     this.LiveAttendance.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtpToDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpToDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFullName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNameOnMachine.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAcNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmployeeID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgEmployeeImage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdLogRecord)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvLogRecord)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpeDateTimeFormat)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpeVerifyMode)).EndInit();
     this.UserManagement.ResumeLayout(false);
     this.UserManagement.PerformLayout();
     this.grbUploadUserInfo.ResumeLayout(false);
     this.grbUploadUserInfo.PerformLayout();
     this.grbSetDeviceTime.ResumeLayout(false);
     this.grbSetDeviceTime.PerformLayout();
     this.grbDownloadUserInfo.ResumeLayout(false);
     this.grbDownloadUserInfo.PerformLayout();
     this.grbEditUser.ResumeLayout(false);
     this.grbEditUser.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdUserList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvUserList)).EndInit();
     this.ImportDataFromUSBFileData.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabUserUSB_BW.ResumeLayout(false);
     this.tabUserUSB_BW.PerformLayout();
     this.tabAttLogsUSB_BW.ResumeLayout(false);
     this.tabAttLogsUSB_BW.PerformLayout();
     this.tabTmp9USB_BW.ResumeLayout(false);
     this.tabTmp9USB_BW.PerformLayout();
     this.ImportDataFromUSBFileData_TFT.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.tabUser_TFT.ResumeLayout(false);
     this.tabUser_TFT.PerformLayout();
     this.tabAttLogs_TFT.ResumeLayout(false);
     this.tabAttLogs_TFT.PerformLayout();
     this.tabtmp9_TFT.ResumeLayout(false);
     this.tabtmp9_TFT.PerformLayout();
     this.tabTmp10_TFT.ResumeLayout(false);
     this.tabTmp10_TFT.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdMachineList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvMachineList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
     this.ResumeLayout(false);
 }
Example #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmTimeSheetMain));
     this.groupTimeSheet = new DevExpress.XtraEditors.GroupControl();
     this.sbtnSave = new DevExpress.XtraEditors.SimpleButton();
     this.ddlMember = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrTimesheet = new DevExpress.XtraGrid.GridControl();
     this.gvTimeSheet = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTimesheetDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetRosterIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetRosterOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetBranchFirstTimeIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetBranchLastTimeOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetFirstTimeIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetLastTimeOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetManagerNameIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetManagerNameOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colTimesheetTotalLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Rosterid = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.groupTimeSheetDetails = new DevExpress.XtraEditors.GroupControl();
     this.gridctrTimeCard = new DevExpress.XtraGrid.GridControl();
     this.gvTimeCard = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTimesheetDetailBranch = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lkedtBranch2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.colTimesheetDetailDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetDetailTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.colTimesheetDetailRemarks = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetDetailManager = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetDetailEntryID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetDetailEmployeeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.sbtnEnquiry = new DevExpress.XtraEditors.SimpleButton();
     this.cmbBranch = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.Month = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.Year = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label158 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.groupTimeSheet)).BeginInit();
     this.groupTimeSheet.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlMember.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrTimesheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvTimeSheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupTimeSheetDetails)).BeginInit();
     this.groupTimeSheetDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrTimeCard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvTimeCard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtBranch2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Month.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Year.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupTimeSheet
     //
     this.groupTimeSheet.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupTimeSheet.Appearance.Options.UseBackColor = true;
     this.groupTimeSheet.Controls.Add(this.sbtnSave);
     this.groupTimeSheet.Controls.Add(this.ddlMember);
     this.groupTimeSheet.Controls.Add(this.btnAdd);
     this.groupTimeSheet.Controls.Add(this.btnDelete);
     this.groupTimeSheet.Controls.Add(this.gridctrTimesheet);
     this.groupTimeSheet.Controls.Add(this.groupTimeSheetDetails);
     this.groupTimeSheet.Controls.Add(this.sbtnEnquiry);
     this.groupTimeSheet.Controls.Add(this.cmbBranch);
     this.groupTimeSheet.Controls.Add(this.label1);
     this.groupTimeSheet.Controls.Add(this.Month);
     this.groupTimeSheet.Controls.Add(this.Year);
     this.groupTimeSheet.Controls.Add(this.label158);
     this.groupTimeSheet.Controls.Add(this.label25);
     this.groupTimeSheet.Controls.Add(this.label5);
     this.groupTimeSheet.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupTimeSheet.Location = new System.Drawing.Point(0, 0);
     this.groupTimeSheet.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupTimeSheet.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupTimeSheet.LookAndFeel.UseWindowsXPTheme = false;
     this.groupTimeSheet.Name = "groupTimeSheet";
     this.groupTimeSheet.Size = new System.Drawing.Size(920, 584);
     this.groupTimeSheet.TabIndex = 28;
     this.groupTimeSheet.Text = "Timesheet";
     //
     // sbtnSave
     //
     this.sbtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.sbtnSave.Enabled = false;
     this.sbtnSave.Location = new System.Drawing.Point(80, 320);
     this.sbtnSave.Name = "sbtnSave";
     this.sbtnSave.TabIndex = 182;
     this.sbtnSave.Text = "Save";
     this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click);
     //
     // ddlMember
     //
     this.ddlMember.Location = new System.Drawing.Point(568, 32);
     this.ddlMember.Name = "ddlMember";
     //
     // ddlMember.Properties
     //
     this.ddlMember.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.ddlMember.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                       new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ddlMember.Size = new System.Drawing.Size(176, 22);
     this.ddlMember.TabIndex = 181;
     //
     // btnAdd
     //
     this.btnAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnAdd.Appearance.Options.UseFont = true;
     this.btnAdd.Appearance.Options.UseTextOptions = true;
     this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.btnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.btnAdd.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btnAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.btnAdd.ImageIndex = 0;
     this.btnAdd.ImageList = this.imageList1;
     this.btnAdd.ImeMode = System.Windows.Forms.ImeMode.On;
     this.btnAdd.Location = new System.Drawing.Point(8, 320);
     this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(30, 24);
     this.btnAdd.TabIndex = 180;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // btnDelete
     //
     this.btnDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnDelete.Appearance.Options.UseFont = true;
     this.btnDelete.Appearance.Options.UseTextOptions = true;
     this.btnDelete.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.btnDelete.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.btnDelete.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btnDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.btnDelete.ImageIndex = 1;
     this.btnDelete.ImageList = this.imageList1;
     this.btnDelete.Location = new System.Drawing.Point(40, 320);
     this.btnDelete.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(30, 24);
     this.btnDelete.TabIndex = 179;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // gridctrTimesheet
     //
     this.gridctrTimesheet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     //
     // gridctrTimesheet.EmbeddedNavigator
     //
     this.gridctrTimesheet.EmbeddedNavigator.Name = "";
     this.gridctrTimesheet.Location = new System.Drawing.Point(-8, 56);
     this.gridctrTimesheet.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gridctrTimesheet.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrTimesheet.LookAndFeel.UseWindowsXPTheme = false;
     this.gridctrTimesheet.MainView = this.gvTimeSheet;
     this.gridctrTimesheet.Name = "gridctrTimesheet";
     this.gridctrTimesheet.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
                                                                                                               this.repositoryItemCheckEdit2,
                                                                                                               this.repositoryItemTextEdit1,
                                                                                                               this.repositoryItemSpinEdit1});
     this.gridctrTimesheet.Size = new System.Drawing.Size(920, 248);
     this.gridctrTimesheet.TabIndex = 178;
     this.gridctrTimesheet.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                     this.gvTimeSheet});
     //
     // gvTimeSheet
     //
     this.gvTimeSheet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                        this.colTimesheetDate,
                                                                                        this.colTimesheetRosterIn,
                                                                                        this.colTimesheetRosterOut,
                                                                                        this.colTimesheetBranchFirstTimeIn,
                                                                                        this.colTimesheetBranchLastTimeOut,
                                                                                        this.colTimesheetFirstTimeIn,
                                                                                        this.colTimesheetLastTimeOut,
                                                                                        this.colTimesheetManagerNameIn,
                                                                                        this.colTimesheetManagerNameOut,
                                                                                        this.colTimesheetLateness,
                                                                                        this.colTimesheetTotalLateness,
                                                                                        this.colRemark,
                                                                                        this.Rosterid});
     this.gvTimeSheet.GridControl = this.gridctrTimesheet;
     this.gvTimeSheet.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.VisibleAlways;
     this.gvTimeSheet.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
                                                                                          new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "nLateness", this.colTimesheetTotalLateness, "Total")});
     this.gvTimeSheet.Name = "gvTimeSheet";
     this.gvTimeSheet.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvTimeSheet.OptionsCustomization.AllowFilter = false;
     this.gvTimeSheet.OptionsView.EnableAppearanceOddRow = true;
     this.gvTimeSheet.OptionsView.ShowFooter = true;
     this.gvTimeSheet.OptionsView.ShowGroupPanel = false;
     this.gvTimeSheet.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
                                                                                                 new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colTimesheetDate, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gvTimeSheet.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewTimeSheet_RowStyle);
     this.gvTimeSheet.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvTimeSheet_FocusedRowChanged);
     //
     // colTimesheetDate
     //
     this.colTimesheetDate.Caption = "Date";
     this.colTimesheetDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colTimesheetDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetDate.FieldName = "dtDate";
     this.colTimesheetDate.Name = "colTimesheetDate";
     this.colTimesheetDate.OptionsColumn.AllowEdit = false;
     this.colTimesheetDate.Visible = true;
     this.colTimesheetDate.VisibleIndex = 0;
     this.colTimesheetDate.Width = 100;
     //
     // colTimesheetRosterIn
     //
     this.colTimesheetRosterIn.Caption = "Roster In";
     this.colTimesheetRosterIn.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetRosterIn.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetRosterIn.FieldName = "Expected Start Time";
     this.colTimesheetRosterIn.Name = "colTimesheetRosterIn";
     this.colTimesheetRosterIn.OptionsColumn.AllowEdit = false;
     this.colTimesheetRosterIn.Visible = true;
     this.colTimesheetRosterIn.VisibleIndex = 1;
     this.colTimesheetRosterIn.Width = 65;
     //
     // colTimesheetRosterOut
     //
     this.colTimesheetRosterOut.Caption = "Roster Out";
     this.colTimesheetRosterOut.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetRosterOut.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetRosterOut.FieldName = "Expected End Time";
     this.colTimesheetRosterOut.Name = "colTimesheetRosterOut";
     this.colTimesheetRosterOut.OptionsColumn.AllowEdit = false;
     this.colTimesheetRosterOut.Visible = true;
     this.colTimesheetRosterOut.VisibleIndex = 2;
     this.colTimesheetRosterOut.Width = 65;
     //
     // colTimesheetBranchFirstTimeIn
     //
     this.colTimesheetBranchFirstTimeIn.Caption = "Branch of First Time In";
     this.colTimesheetBranchFirstTimeIn.FieldName = "strBranchCodeIn";
     this.colTimesheetBranchFirstTimeIn.Name = "colTimesheetBranchFirstTimeIn";
     this.colTimesheetBranchFirstTimeIn.Width = 65;
     //
     // colTimesheetBranchLastTimeOut
     //
     this.colTimesheetBranchLastTimeOut.Caption = "Branch of Last Time Out";
     this.colTimesheetBranchLastTimeOut.FieldName = "strBranchCodeOut";
     this.colTimesheetBranchLastTimeOut.Name = "colTimesheetBranchLastTimeOut";
     this.colTimesheetBranchLastTimeOut.Width = 65;
     //
     // colTimesheetFirstTimeIn
     //
     this.colTimesheetFirstTimeIn.Caption = "Time (In)";
     this.colTimesheetFirstTimeIn.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetFirstTimeIn.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetFirstTimeIn.FieldName = "First Time In";
     this.colTimesheetFirstTimeIn.Name = "colTimesheetFirstTimeIn";
     this.colTimesheetFirstTimeIn.OptionsColumn.AllowEdit = false;
     this.colTimesheetFirstTimeIn.Visible = true;
     this.colTimesheetFirstTimeIn.VisibleIndex = 3;
     this.colTimesheetFirstTimeIn.Width = 65;
     //
     // colTimesheetLastTimeOut
     //
     this.colTimesheetLastTimeOut.Caption = "Time (Out)";
     this.colTimesheetLastTimeOut.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetLastTimeOut.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetLastTimeOut.FieldName = "Last Time Out";
     this.colTimesheetLastTimeOut.Name = "colTimesheetLastTimeOut";
     this.colTimesheetLastTimeOut.OptionsColumn.AllowEdit = false;
     this.colTimesheetLastTimeOut.Visible = true;
     this.colTimesheetLastTimeOut.VisibleIndex = 4;
     this.colTimesheetLastTimeOut.Width = 65;
     //
     // colTimesheetManagerNameIn
     //
     this.colTimesheetManagerNameIn.Caption = "Edit (In)";
     this.colTimesheetManagerNameIn.FieldName = "strManagerNameIn";
     this.colTimesheetManagerNameIn.Name = "colTimesheetManagerNameIn";
     this.colTimesheetManagerNameIn.OptionsColumn.AllowEdit = false;
     this.colTimesheetManagerNameIn.Visible = true;
     this.colTimesheetManagerNameIn.VisibleIndex = 5;
     //
     // colTimesheetManagerNameOut
     //
     this.colTimesheetManagerNameOut.Caption = "Edit (Out)";
     this.colTimesheetManagerNameOut.FieldName = "strManagerNameOut";
     this.colTimesheetManagerNameOut.Name = "colTimesheetManagerNameOut";
     this.colTimesheetManagerNameOut.OptionsColumn.AllowEdit = false;
     this.colTimesheetManagerNameOut.Visible = true;
     this.colTimesheetManagerNameOut.VisibleIndex = 6;
     //
     // colTimesheetLateness
     //
     this.colTimesheetLateness.Caption = "Lateness";
     this.colTimesheetLateness.ColumnEdit = this.repositoryItemCheckEdit2;
     this.colTimesheetLateness.FieldName = "fLateness";
     this.colTimesheetLateness.Name = "colTimesheetLateness";
     this.colTimesheetLateness.Width = 59;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // colTimesheetTotalLateness
     //
     this.colTimesheetTotalLateness.Caption = "Total Lateness";
     this.colTimesheetTotalLateness.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.colTimesheetTotalLateness.FieldName = "nLateness";
     this.colTimesheetTotalLateness.Name = "colTimesheetTotalLateness";
     this.colTimesheetTotalLateness.OptionsColumn.AllowEdit = false;
     this.colTimesheetTotalLateness.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colTimesheetTotalLateness.Visible = true;
     this.colTimesheetTotalLateness.VisibleIndex = 7;
     this.colTimesheetTotalLateness.Width = 65;
     //
     // colRemark
     //
     this.colRemark.Caption = "Remark";
     this.colRemark.FieldName = "strRemarks";
     this.colRemark.Name = "colRemark";
     this.colRemark.Visible = true;
     this.colRemark.VisibleIndex = 8;
     this.colRemark.Width = 324;
     //
     // Rosterid
     //
     this.Rosterid.Caption = "rosterID";
     this.Rosterid.FieldName = "nRosterID";
     this.Rosterid.Name = "Rosterid";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // groupTimeSheetDetails
     //
     this.groupTimeSheetDetails.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.groupTimeSheetDetails.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupTimeSheetDetails.Appearance.Options.UseBackColor = true;
     this.groupTimeSheetDetails.Controls.Add(this.gridctrTimeCard);
     this.groupTimeSheetDetails.Location = new System.Drawing.Point(8, 344);
     this.groupTimeSheetDetails.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupTimeSheetDetails.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupTimeSheetDetails.Name = "groupTimeSheetDetails";
     this.groupTimeSheetDetails.Size = new System.Drawing.Size(904, 232);
     this.groupTimeSheetDetails.TabIndex = 177;
     this.groupTimeSheetDetails.Text = "Timesheet Details";
     //
     // gridctrTimeCard
     //
     this.gridctrTimeCard.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // gridctrTimeCard.EmbeddedNavigator
     //
     this.gridctrTimeCard.EmbeddedNavigator.Buttons.Append.Visible = false;
     this.gridctrTimeCard.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridctrTimeCard.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridctrTimeCard.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridctrTimeCard.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridctrTimeCard.EmbeddedNavigator.Name = "";
     this.gridctrTimeCard.Location = new System.Drawing.Point(4, 18);
     this.gridctrTimeCard.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gridctrTimeCard.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrTimeCard.LookAndFeel.UseWindowsXPTheme = false;
     this.gridctrTimeCard.MainView = this.gvTimeCard;
     this.gridctrTimeCard.Name = "gridctrTimeCard";
     this.gridctrTimeCard.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
                                                                                                              this.repositoryItemLookUpEdit1,
                                                                                                              this.repositoryItemButtonEdit1,
                                                                                                              this.repositoryItemTimeEdit1,
                                                                                                              this.lkedtBranch2});
     this.gridctrTimeCard.Size = new System.Drawing.Size(896, 210);
     this.gridctrTimeCard.TabIndex = 2;
     this.gridctrTimeCard.UseEmbeddedNavigator = true;
     this.gridctrTimeCard.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                    this.gvTimeCard});
     //
     // gvTimeCard
     //
     this.gvTimeCard.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                       this.colTimesheetDetailBranch,
                                                                                       this.colTimesheetDetailDate,
                                                                                       this.colTimesheetDetailTime,
                                                                                       this.colTimesheetDetailRemarks,
                                                                                       this.colTimesheetDetailManager,
                                                                                       this.colTimesheetDetailEntryID,
                                                                                       this.colTimesheetDetailEmployeeID});
     this.gvTimeCard.GridControl = this.gridctrTimeCard;
     this.gvTimeCard.Name = "gvTimeCard";
     this.gvTimeCard.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvTimeCard.OptionsBehavior.AutoSelectAllInEditor = false;
     this.gvTimeCard.OptionsCustomization.AllowFilter = false;
     this.gvTimeCard.OptionsCustomization.AllowSort = false;
     this.gvTimeCard.OptionsView.ShowGroupPanel = false;
     this.gvTimeCard.LostFocus += new System.EventHandler(this.gvTimeCard_LostFocus);
     this.gvTimeCard.DataSourceChanged += new System.EventHandler(this.gvTimeCard_DataSourceChanged);
     //
     // colTimesheetDetailBranch
     //
     this.colTimesheetDetailBranch.Caption = "Branch";
     this.colTimesheetDetailBranch.ColumnEdit = this.lkedtBranch2;
     this.colTimesheetDetailBranch.FieldName = "strBranchCode";
     this.colTimesheetDetailBranch.Name = "colTimesheetDetailBranch";
     this.colTimesheetDetailBranch.Visible = true;
     this.colTimesheetDetailBranch.VisibleIndex = 0;
     this.colTimesheetDetailBranch.Width = 109;
     //
     // lkedtBranch2
     //
     this.lkedtBranch2.AutoHeight = false;
     this.lkedtBranch2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                               new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkedtBranch2.Name = "lkedtBranch2";
     //
     // colTimesheetDetailDate
     //
     this.colTimesheetDetailDate.Caption = "Date";
     this.colTimesheetDetailDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colTimesheetDetailDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetDetailDate.FieldName = "dtDate";
     this.colTimesheetDetailDate.Name = "colTimesheetDetailDate";
     this.colTimesheetDetailDate.Width = 149;
     //
     // colTimesheetDetailTime
     //
     this.colTimesheetDetailTime.Caption = "Time";
     this.colTimesheetDetailTime.ColumnEdit = this.repositoryItemTimeEdit1;
     this.colTimesheetDetailTime.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetDetailTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetDetailTime.FieldName = "dtTime";
     this.colTimesheetDetailTime.Name = "colTimesheetDetailTime";
     this.colTimesheetDetailTime.Visible = true;
     this.colTimesheetDetailTime.VisibleIndex = 1;
     this.colTimesheetDetailTime.Width = 104;
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.EditFormat.FormatString = "hh:mm tt";
     this.repositoryItemTimeEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit1.Mask.EditMask = "hh:mm tt";
     this.repositoryItemTimeEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // colTimesheetDetailRemarks
     //
     this.colTimesheetDetailRemarks.Caption = "Remarks";
     this.colTimesheetDetailRemarks.FieldName = "strRemarks";
     this.colTimesheetDetailRemarks.Name = "colTimesheetDetailRemarks";
     this.colTimesheetDetailRemarks.Visible = true;
     this.colTimesheetDetailRemarks.VisibleIndex = 2;
     this.colTimesheetDetailRemarks.Width = 456;
     //
     // colTimesheetDetailManager
     //
     this.colTimesheetDetailManager.Caption = "Manager";
     this.colTimesheetDetailManager.FieldName = "nManagerID";
     this.colTimesheetDetailManager.Name = "colTimesheetDetailManager";
     this.colTimesheetDetailManager.OptionsColumn.AllowEdit = false;
     this.colTimesheetDetailManager.Visible = true;
     this.colTimesheetDetailManager.VisibleIndex = 3;
     this.colTimesheetDetailManager.Width = 254;
     //
     // colTimesheetDetailEntryID
     //
     this.colTimesheetDetailEntryID.Caption = "Entry ID";
     this.colTimesheetDetailEntryID.FieldName = "nEntryID";
     this.colTimesheetDetailEntryID.Name = "colTimesheetDetailEntryID";
     //
     // colTimesheetDetailEmployeeID
     //
     this.colTimesheetDetailEmployeeID.Caption = "Employee ID";
     this.colTimesheetDetailEmployeeID.FieldName = "nEmployeeID";
     this.colTimesheetDetailEmployeeID.Name = "colTimesheetDetailEmployeeID";
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                            new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // sbtnEnquiry
     //
     this.sbtnEnquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sbtnEnquiry.Appearance.Options.UseFont = true;
     this.sbtnEnquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnEnquiry.Location = new System.Drawing.Point(752, 32);
     this.sbtnEnquiry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.sbtnEnquiry.Name = "sbtnEnquiry";
     this.sbtnEnquiry.TabIndex = 176;
     this.sbtnEnquiry.Text = "Enquiry";
     this.sbtnEnquiry.Click += new System.EventHandler(this.sbtnEnquiry_Click);
     //
     // cmbBranch
     //
     this.cmbBranch.Location = new System.Drawing.Point(104, 32);
     this.cmbBranch.Name = "cmbBranch";
     //
     // cmbBranch.Properties
     //
     this.cmbBranch.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.cmbBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                       new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbBranch.Size = new System.Drawing.Size(120, 22);
     this.cmbBranch.TabIndex = 173;
     this.cmbBranch.SelectedValueChanged += new System.EventHandler(this.cmbBranch_SelectedValueChanged);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(360, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(32, 22);
     this.label1.TabIndex = 58;
     this.label1.Text = "Year";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Month
     //
     this.Month.EditValue = 1;
     this.Month.Location = new System.Drawing.Point(272, 32);
     this.Month.Name = "Month";
     //
     // Month.Properties
     //
     this.Month.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.Month.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.Month.Properties.Items.AddRange(new object[] {
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("January", 1, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("February", 2, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("March", 3, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("April", 4, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("May", 5, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("June", 6, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("July", 7, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("August", 8, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("September", 9, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("October", 10, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("November", 11, -1),
                                                           new DevExpress.XtraEditors.Controls.ImageComboBoxItem("December", 12, -1)});
     this.Month.Size = new System.Drawing.Size(72, 22);
     this.Month.TabIndex = 57;
     //
     // Year
     //
     this.Year.Location = new System.Drawing.Point(392, 32);
     this.Year.Name = "Year";
     //
     // Year.Properties
     //
     this.Year.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.Year.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.Year.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.Year.Size = new System.Drawing.Size(72, 22);
     this.Year.TabIndex = 56;
     //
     // label158
     //
     this.label158.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label158.ForeColor = System.Drawing.Color.Black;
     this.label158.Location = new System.Drawing.Point(232, 32);
     this.label158.Name = "label158";
     this.label158.Size = new System.Drawing.Size(40, 22);
     this.label158.TabIndex = 23;
     this.label158.Text = "Month";
     this.label158.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label25
     //
     this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label25.ForeColor = System.Drawing.Color.Black;
     this.label25.Location = new System.Drawing.Point(8, 32);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(96, 22);
     this.label25.TabIndex = 19;
     this.label25.Text = "Filter by Branch";
     this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(472, 32);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(96, 22);
     this.label5.TabIndex = 169;
     this.label5.Text = "Employee Name";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmTimeSheetMain
     //
     this.AutoScale = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(920, 584);
     this.Controls.Add(this.groupTimeSheet);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmTimeSheetMain";
     this.Text = "frmTimeSheetMain";
     this.Load += new System.EventHandler(this.frmTimeSheetMain_Load);
     this.Leave += new System.EventHandler(this.frmTimeSheetMain_Leave);
     ((System.ComponentModel.ISupportInitialize)(this.groupTimeSheet)).EndInit();
     this.groupTimeSheet.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ddlMember.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrTimesheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvTimeSheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupTimeSheetDetails)).EndInit();
     this.groupTimeSheetDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridctrTimeCard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvTimeCard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtBranch2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Month.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Year.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNewQaQc));
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.bgvBatchCalc1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gcBachCalc = new DevExpress.XtraGrid.GridControl();
     this.bgvBatchCalc3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bgvBatchCalc4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.bgvBatchCalc2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Qaqc_par_prev_batch = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_Previous_par = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.imageStatus = new System.Windows.Forms.ImageList(this.components);
     this.gbSample = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Cod_sample = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Cod_des_sample = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repDes_Sample = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gv2col_Fum = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idunit_result = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idtemplate_method = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idrecep_sample_detail = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Flag_mri = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idrecep_sample_detail_elem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Weight1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Weight2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Volumen1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Volumen2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Reading1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Reading2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gbDilution = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Flag_dila1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repCheckDilution = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gv2col_Dilua1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Flag_dilb1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Dilub1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Rank1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Rank2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Factor1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Factor2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Law1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Law2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Str_result_analysis = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Result_analysis = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Qaqc_text_obs = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_observation = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_ShowPopup = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gv2col_Qaqc_mr = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_blk = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_par = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_parity = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gv2col_Qaqc_approve = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_approve = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gv2col_Qaqc_review = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_review = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gv2col_Qaqc_status_result = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_StatusResult = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gv2col_Qaqc_error = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_ShowObs = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Qaqc_has_retest = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_HasRetest = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gv2col_Qaqc_tmp_retest_idmethod = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_tmp_retest = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idretest = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_approve_text = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_review_text = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.imgChecks = new System.Windows.Forms.ImageList(this.components);
     this.repProcedence2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.treeCol_Urgent_sample = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeTrayWaiting = new DevExpress.XtraTreeList.TreeList();
     this.treeCol_Idtemplate_method = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Idrecep_sample_detail_elem = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Abbreviation = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Cod_repetition = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repRepetition = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.treeCol_Id = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Parentid = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Num_tray = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Date_result = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.treeCol_Hour_result = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repHour = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.imgPriority = new System.Windows.Forms.ImageList(this.components);
     this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
     this.tabTreeQaqc = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.cbAuthorizationWait = new DevExpress.XtraEditors.LookUpEdit();
     this.label23 = new System.Windows.Forms.Label();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.treeTrayFinished = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.treeListColumn5 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn6 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn7 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn8 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn9 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.paListAuthorization = new DevExpress.XtraEditors.GroupControl();
     this.cbAuthorizationApproved = new DevExpress.XtraEditors.LookUpEdit();
     this.label25 = new System.Windows.Forms.Label();
     this.paHistoryFilter = new DevExpress.XtraEditors.GroupControl();
     this.txYear = new DevExpress.XtraEditors.TextEdit();
     this.txSample = new DevExpress.XtraEditors.SpinEdit();
     this.cbTypeSample = new DevExpress.XtraEditors.LookUpEdit();
     this.cbCompany = new LimsProject.MyLookUpEdit();
     this.btSearchTray = new DevExpress.XtraEditors.SimpleButton();
     this.label22 = new System.Windows.Forms.Label();
     this.ckSample = new DevExpress.XtraEditors.CheckEdit();
     this.ckCompany = new DevExpress.XtraEditors.CheckEdit();
     this.panel9 = new System.Windows.Forms.Panel();
     this.deFrom = new DevExpress.XtraEditors.DateEdit();
     this.deUntil = new DevExpress.XtraEditors.DateEdit();
     this.label21 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.paButtons = new DevExpress.XtraEditors.PanelControl();
     this.paNewTray = new System.Windows.Forms.Panel();
     this.btRefresh = new DevExpress.XtraEditors.SimpleButton();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel5 = new System.Windows.Forms.Panel();
     this.gbApprove = new System.Windows.Forms.GroupBox();
     this.laDate_approved = new System.Windows.Forms.Label();
     this.laUser_approved = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.paAuthorization = new System.Windows.Forms.Panel();
     this.ucSign1 = new LimsProject.UcSign();
     this.gbReview = new System.Windows.Forms.GroupBox();
     this.laDate_revised = new System.Windows.Forms.Label();
     this.laUser_revised = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.tbStd = new DevExpress.XtraEditors.SpinEdit();
     this.tbAbs = new DevExpress.XtraEditors.SpinEdit();
     this.btRegAbsStd = new DevExpress.XtraEditors.SimpleButton();
     this.label4 = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.tbTitle = new DevExpress.XtraEditors.MemoEdit();
     this.label16 = new System.Windows.Forms.Label();
     this.tbCodMethod = new DevExpress.XtraEditors.ButtonEdit();
     this.tbAbbreviation = new DevExpress.XtraEditors.TextEdit();
     this.label12 = new System.Windows.Forms.Label();
     this.panel4 = new System.Windows.Forms.Panel();
     this.ucSignCloseTray = new LimsProject.UcSign();
     this.laTitleModule = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbUnitMeasure = new DevExpress.XtraEditors.TextEdit();
     this.tbLawMri = new DevExpress.XtraEditors.TextEdit();
     this.tbSdMr = new DevExpress.XtraEditors.TextEdit();
     this.tbSdBlk = new DevExpress.XtraEditors.TextEdit();
     this.tbMri = new DevExpress.XtraEditors.TextEdit();
     this.label18 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.tbErrorAllowed = new DevExpress.XtraEditors.TextEdit();
     this.label20 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.deDate_allowed_error = new DevExpress.XtraEditors.DateEdit();
     this.label14 = new System.Windows.Forms.Label();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.paQaqc2 = new DevExpress.XtraEditors.PanelControl();
     this.paQaqc1 = new DevExpress.XtraEditors.PanelControl();
     this.panel7 = new System.Windows.Forms.Panel();
     this.img32x32 = new System.Windows.Forms.ImageList(this.components);
     this.paTitleSearch.SuspendLayout();
     this.paTopBasicButtons.SuspendLayout();
     this.paTopSearch.SuspendLayout();
     this.paBottomSearch.SuspendLayout();
     this.panel1.SuspendLayout();
     this.paSearchGen.SuspendLayout();
     this.panel2.SuspendLayout();
     this.paInferior.SuspendLayout();
     this.paTitulo.SuspendLayout();
     this.paCentral.SuspendLayout();
     this.thePanelTab1.SuspendLayout();
     this.tpDatos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcBachCalc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_Previous_par)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDes_Sample)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCheckDilution)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_ShowPopup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_parity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_approve)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_review)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_StatusResult)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_ShowObs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_HasRetest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProcedence2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeTrayWaiting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repRepetition)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repHour)).BeginInit();
     this.expandablePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabTreeQaqc)).BeginInit();
     this.tabTreeQaqc.SuspendLayout();
     this.xtraTabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuthorizationWait.Properties)).BeginInit();
     this.xtraTabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeTrayFinished)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paListAuthorization)).BeginInit();
     this.paListAuthorization.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuthorizationApproved.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paHistoryFilter)).BeginInit();
     this.paHistoryFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txSample.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTypeSample.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbCompany.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckSample.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCompany.Properties)).BeginInit();
     this.panel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.deFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deUntil.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paButtons)).BeginInit();
     this.paButtons.SuspendLayout();
     this.panel5.SuspendLayout();
     this.gbApprove.SuspendLayout();
     this.paAuthorization.SuspendLayout();
     this.gbReview.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbStd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAbs.Properties)).BeginInit();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbTitle.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCodMethod.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAbbreviation.Properties)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbUnitMeasure.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLawMri.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSdMr.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSdBlk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMri.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbErrorAllowed.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDate_allowed_error.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paQaqc2)).BeginInit();
     this.paQaqc2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paQaqc1)).BeginInit();
     this.paQaqc1.SuspendLayout();
     this.panel7.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "save.png");
     this.imageList1.Images.SetKeyName(1, "nuevo.png");
     this.imageList1.Images.SetKeyName(2, "eliminar.png");
     this.imageList1.Images.SetKeyName(3, "buscar.png");
     this.imageList1.Images.SetKeyName(4, "salir.png");
     this.imageList1.Images.SetKeyName(5, "cancelar.png");
     this.imageList1.Images.SetKeyName(6, "ok.png");
     this.imageList1.Images.SetKeyName(7, "deshacer.png");
     this.imageList1.Images.SetKeyName(8, "editar.png");
     //
     // paTitleSearch
     //
     this.paTitleSearch.Size = new System.Drawing.Size(526, 37);
     //
     // label1
     //
     this.label1.Size = new System.Drawing.Size(443, 37);
     this.label1.Text = "Módulo de QaQc - Búsqueda";
     //
     // paTopBasicButtons
     //
     this.paTopBasicButtons.Size = new System.Drawing.Size(282, 35);
     //
     // btSalir2
     //
     this.btSalir2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btSalir2.FlatAppearance.BorderSize = 0;
     this.btSalir2.Location = new System.Drawing.Point(10, 5);
     //
     // btGuardar
     //
     this.btGuardar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btGuardar.FlatAppearance.BorderSize = 0;
     this.btGuardar.Location = new System.Drawing.Point(5, 5);
     //
     // btNuevo2
     //
     this.btNuevo2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btNuevo2.FlatAppearance.BorderSize = 0;
     this.btNuevo2.Location = new System.Drawing.Point(84, 5);
     //
     // btEliminar2
     //
     this.btEliminar2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btEliminar2.FlatAppearance.BorderSize = 0;
     this.btEliminar2.Location = new System.Drawing.Point(163, 5);
     //
     // paTopSearch
     //
     this.paTopSearch.Size = new System.Drawing.Size(526, 57);
     //
     // paBottomSearch
     //
     this.paBottomSearch.Location = new System.Drawing.Point(3, 194);
     this.paBottomSearch.Size = new System.Drawing.Size(526, 43);
     //
     // btBuscar
     //
     this.btBuscar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btBuscar.FlatAppearance.BorderSize = 0;
     //
     // btEditar
     //
     this.btEditar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btEditar.FlatAppearance.BorderSize = 0;
     //
     // btCancel
     //
     this.btCancel.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btCancel.FlatAppearance.BorderSize = 0;
     //
     // btOk
     //
     this.btOk.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btOk.FlatAppearance.BorderSize = 0;
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(1144, 0);
     this.panel1.Size = new System.Drawing.Size(72, 35);
     //
     // btFiltroBuscar
     //
     this.btFiltroBuscar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btFiltroBuscar.FlatAppearance.BorderSize = 0;
     //
     // paMiddleFind
     //
     this.paMiddleFind.Size = new System.Drawing.Size(526, 97);
     //
     // panel2
     //
     this.panel2.Location = new System.Drawing.Point(1132, 0);
     //
     // paInferior
     //
     this.paInferior.Location = new System.Drawing.Point(3, 544);
     this.paInferior.Size = new System.Drawing.Size(1216, 35);
     this.paInferior.Visible = false;
     //
     // paTitulo
     //
     this.paTitulo.Size = new System.Drawing.Size(1216, 36);
     //
     // paCentral
     //
     this.paCentral.Controls.Add(this.gcBachCalc);
     this.paCentral.Controls.Add(this.panelControl1);
     this.paCentral.Controls.Add(this.panel5);
     this.paCentral.Controls.Add(this.splitter1);
     this.paCentral.Controls.Add(this.expandablePanel1);
     this.paCentral.Location = new System.Drawing.Point(3, 51);
     this.paCentral.Size = new System.Drawing.Size(1216, 493);
     //
     // paSuperior
     //
     this.paSuperior.Size = new System.Drawing.Size(1216, 12);
     this.paSuperior.Visible = false;
     //
     // laTitulo
     //
     this.laTitulo.Size = new System.Drawing.Size(1132, 36);
     this.laTitulo.Text = "QaQc";
     //
     // thePanelTab1
     //
     this.thePanelTab1.Size = new System.Drawing.Size(1230, 611);
     //
     // tpDatos
     //
     this.tpDatos.Size = new System.Drawing.Size(1222, 582);
     //
     // paSupBotones
     //
     this.paSupBotones.Size = new System.Drawing.Size(1230, 32);
     //
     // bgvBatchCalc1
     //
     this.bgvBatchCalc1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1});
     this.bgvBatchCalc1.GridControl = this.gcBachCalc;
     this.bgvBatchCalc1.Name = "bgvBatchCalc1";
     //
     // gridBand1
     //
     this.gridBand1.Caption = "gridBand1";
     this.gridBand1.Name = "gridBand1";
     //
     // gcBachCalc
     //
     this.gcBachCalc.AllowDrop = true;
     this.gcBachCalc.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcBachCalc.EmbeddedNavigator.Name = "";
     gridLevelNode1.LevelTemplate = this.bgvBatchCalc1;
     gridLevelNode1.RelationName = "Level1";
     gridLevelNode2.LevelTemplate = this.bgvBatchCalc3;
     gridLevelNode2.RelationName = "Level2";
     gridLevelNode3.LevelTemplate = this.bgvBatchCalc4;
     gridLevelNode3.RelationName = "Level3";
     this.gcBachCalc.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1,
     gridLevelNode2,
     gridLevelNode3});
     this.gcBachCalc.Location = new System.Drawing.Point(231, 103);
     this.gcBachCalc.MainView = this.bgvBatchCalc2;
     this.gcBachCalc.Name = "gcBachCalc";
     this.gcBachCalc.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repQaqc_parity,
     this.repQaqc_ShowObs,
     this.repQaqc_review,
     this.repQaqc_StatusResult,
     this.repQaqc_ShowPopup,
     this.repQaqc_Previous_par,
     this.repQaqc_approve,
     this.repQaqc_HasRetest,
     this.repCheckDilution,
     this.repProcedence2,
     this.repDes_Sample});
     this.gcBachCalc.Size = new System.Drawing.Size(985, 341);
     this.gcBachCalc.TabIndex = 7;
     this.gcBachCalc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.bgvBatchCalc3,
     this.bgvBatchCalc4,
     this.bgvBatchCalc2,
     this.bgvBatchCalc1});
     this.gcBachCalc.DragDrop += new System.Windows.Forms.DragEventHandler(this.gcBachCalc_DragDrop);
     this.gcBachCalc.DragOver += new System.Windows.Forms.DragEventHandler(this.gcBachCalc_DragOver);
     this.gcBachCalc.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gcBachCalc_MouseDown);
     this.gcBachCalc.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gcBachCalc_MouseMove);
     //
     // bgvBatchCalc3
     //
     this.bgvBatchCalc3.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand2});
     this.bgvBatchCalc3.GridControl = this.gcBachCalc;
     this.bgvBatchCalc3.Name = "bgvBatchCalc3";
     //
     // gridBand2
     //
     this.gridBand2.Caption = "gridBand2";
     this.gridBand2.Name = "gridBand2";
     //
     // bgvBatchCalc4
     //
     this.bgvBatchCalc4.GridControl = this.gcBachCalc;
     this.bgvBatchCalc4.Name = "bgvBatchCalc4";
     //
     // bgvBatchCalc2
     //
     this.bgvBatchCalc2.Appearance.BandPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.BandPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.BandPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.BandPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.bgvBatchCalc2.Appearance.BandPanel.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.BandPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.BandPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.BandPanel.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.BandPanel.Options.UseFont = true;
     this.bgvBatchCalc2.Appearance.BandPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.BandPanelBackground.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.BandPanelBackground.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.Empty.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.EvenRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.EvenRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.bgvBatchCalc2.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.FilterPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FilterPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.bgvBatchCalc2.Appearance.FixedLine.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.FocusedCell.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.bgvBatchCalc2.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.FocusedRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FocusedRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.FooterPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.FooterPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.GroupButton.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.GroupButton.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.GroupButton.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.GroupFooter.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.GroupFooter.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.bgvBatchCalc2.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.GroupPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.GroupPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.bgvBatchCalc2.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.GroupRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.GroupRow.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.GroupRow.Options.UseFont = true;
     this.bgvBatchCalc2.Appearance.GroupRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.HeaderPanelBackground.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.HeaderPanelBackground.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.bgvBatchCalc2.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.bgvBatchCalc2.Appearance.HorzLine.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.OddRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.OddRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.bgvBatchCalc2.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.bgvBatchCalc2.Appearance.Preview.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.Preview.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.Row.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.Row.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.RowSeparator.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.bgvBatchCalc2.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.SelectedRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.SelectedRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.bgvBatchCalc2.Appearance.VertLine.Options.UseBackColor = true;
     this.bgvBatchCalc2.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand13,
     this.gbSample,
     this.gridBand3,
     this.gridBand10,
     this.gridBand4,
     this.gbDilution,
     this.gridBand6,
     this.gridBand5,
     this.gridBand7,
     this.gridBand12,
     this.gridBand9,
     this.gridBand14});
     this.bgvBatchCalc2.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.gv2col_Idrecep_sample_detail,
     this.gv2col_Idrecep_sample_detail_elem,
     this.gv2col_Qaqc_par_prev_batch,
     this.gv2col_Cod_sample,
     this.gv2col_Result_analysis,
     this.gv2col_Fum,
     this.gv2col_Idtemplate_method,
     this.gv2col_Flag_mri,
     this.gv2col_Qaqc_blk,
     this.gv2col_Qaqc_par,
     this.gv2col_Qaqc_mr,
     this.gv2col_Qaqc_observation,
     this.gv2col_Qaqc_text_obs,
     this.gv2col_Qaqc_error,
     this.gv2col_Str_result_analysis,
     this.gv2col_Qaqc_approve,
     this.gv2col_Qaqc_review,
     this.gv2col_Qaqc_status_result,
     this.gv2col_Qaqc_has_retest,
     this.gv2col_Qaqc_tmp_retest_idmethod,
     this.gv2col_Qaqc_tmp_retest,
     this.gv2col_Idunit_result,
     this.gv2col_Idretest,
     this.gv2col_Weight1,
     this.gv2col_Weight2,
     this.gv2col_Reading1,
     this.gv2col_Reading2,
     this.gv2col_Factor1,
     this.gv2col_Factor2,
     this.gv2col_Rank1,
     this.gv2col_Rank2,
     this.gv2col_Law1,
     this.gv2col_Law2,
     this.gv2col_Volumen1,
     this.gv2col_Volumen2,
     this.gv2col_Flag_dila1,
     this.gv2col_Dilua1,
     this.gv2col_Flag_dilb1,
     this.gv2col_Dilub1,
     this.gv2col_Qaqc_approve_text,
     this.gv2col_Qaqc_review_text,
     this.gv2col_Cod_des_sample});
     styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Orange;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column = this.gv2col_Flag_mri;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1 = "1";
     this.bgvBatchCalc2.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1});
     this.bgvBatchCalc2.GridControl = this.gcBachCalc;
     this.bgvBatchCalc2.Images = this.imgChecks;
     this.bgvBatchCalc2.Name = "bgvBatchCalc2";
     this.bgvBatchCalc2.OptionsBehavior.Editable = false;
     this.bgvBatchCalc2.OptionsCustomization.AllowSort = false;
     this.bgvBatchCalc2.OptionsView.ColumnAutoWidth = false;
     this.bgvBatchCalc2.OptionsView.EnableAppearanceEvenRow = true;
     this.bgvBatchCalc2.OptionsView.EnableAppearanceOddRow = true;
     this.bgvBatchCalc2.OptionsView.ShowGroupPanel = false;
     this.bgvBatchCalc2.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.bgvBatchCalc2_RowCellStyle);
     this.bgvBatchCalc2.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.bgvBatchCalc_CellValueChanged);
     this.bgvBatchCalc2.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.bgvBatchCalc_CellValueChanging);
     this.bgvBatchCalc2.InvalidRowException += new DevExpress.XtraGrid.Views.Base.InvalidRowExceptionEventHandler(this.bgvBatchCalc2_InvalidRowException);
     this.bgvBatchCalc2.ValidateRow += new DevExpress.XtraGrid.Views.Base.ValidateRowEventHandler(this.bgvBatchCalc2_ValidateRow);
     this.bgvBatchCalc2.Click += new System.EventHandler(this.bgvBatchCalc2_Click);
     //
     // gridBand13
     //
     this.gridBand13.Caption = "A. P";
     this.gridBand13.Columns.Add(this.gv2col_Qaqc_par_prev_batch);
     this.gridBand13.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridBand13.Name = "gridBand13";
     this.gridBand13.Width = 37;
     //
     // gv2col_Qaqc_par_prev_batch
     //
     this.gv2col_Qaqc_par_prev_batch.Caption = "Par";
     this.gv2col_Qaqc_par_prev_batch.ColumnEdit = this.repQaqc_Previous_par;
     this.gv2col_Qaqc_par_prev_batch.FieldName = "Qaqc_par_prev_batch";
     this.gv2col_Qaqc_par_prev_batch.Name = "gv2col_Qaqc_par_prev_batch";
     this.gv2col_Qaqc_par_prev_batch.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_par_prev_batch.Visible = true;
     this.gv2col_Qaqc_par_prev_batch.Width = 37;
     //
     // repQaqc_Previous_par
     //
     this.repQaqc_Previous_par.AutoHeight = false;
     this.repQaqc_Previous_par.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_Previous_par.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repQaqc_Previous_par.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 5),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 4, 4),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 5, 0)});
     this.repQaqc_Previous_par.Name = "repQaqc_Previous_par";
     this.repQaqc_Previous_par.SmallImages = this.imageStatus;
     //
     // imageStatus
     //
     this.imageStatus.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageStatus.ImageStream")));
     this.imageStatus.TransparentColor = System.Drawing.Color.Transparent;
     this.imageStatus.Images.SetKeyName(0, "gray.png");
     this.imageStatus.Images.SetKeyName(1, "green.png");
     this.imageStatus.Images.SetKeyName(2, "ambar.png");
     this.imageStatus.Images.SetKeyName(3, "blue.png");
     this.imageStatus.Images.SetKeyName(4, "purple.png");
     this.imageStatus.Images.SetKeyName(5, "red.png");
     this.imageStatus.Images.SetKeyName(6, "yellow.png");
     this.imageStatus.Images.SetKeyName(7, "obs.png");
     this.imageStatus.Images.SetKeyName(8, "exclamation.png");
     this.imageStatus.Images.SetKeyName(9, "tick.png");
     this.imageStatus.Images.SetKeyName(10, "tick_lup.png");
     this.imageStatus.Images.SetKeyName(11, "espera.png");
     this.imageStatus.Images.SetKeyName(12, "incorrecto.png");
     this.imageStatus.Images.SetKeyName(13, "plausible.png");
     this.imageStatus.Images.SetKeyName(14, "aceptado.png");
     this.imageStatus.Images.SetKeyName(15, "reensayo.png");
     //
     // gbSample
     //
     this.gbSample.Caption = "Muestra";
     this.gbSample.Columns.Add(this.gv2col_Cod_sample);
     this.gbSample.Columns.Add(this.gv2col_Cod_des_sample);
     this.gbSample.Columns.Add(this.gv2col_Fum);
     this.gbSample.Columns.Add(this.gv2col_Idunit_result);
     this.gbSample.Columns.Add(this.gv2col_Idtemplate_method);
     this.gbSample.Columns.Add(this.gv2col_Idrecep_sample_detail);
     this.gbSample.Columns.Add(this.gv2col_Flag_mri);
     this.gbSample.Columns.Add(this.gv2col_Idrecep_sample_detail_elem);
     this.gbSample.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gbSample.Name = "gbSample";
     this.gbSample.Width = 150;
     //
     // gv2col_Cod_sample
     //
     this.gv2col_Cod_sample.Caption = "Cod.Muestra";
     this.gv2col_Cod_sample.FieldName = "Cod_sample";
     this.gv2col_Cod_sample.MinWidth = 75;
     this.gv2col_Cod_sample.Name = "gv2col_Cod_sample";
     this.gv2col_Cod_sample.OptionsColumn.ReadOnly = true;
     this.gv2col_Cod_sample.OptionsFilter.AllowAutoFilter = false;
     this.gv2col_Cod_sample.OptionsFilter.AllowFilter = false;
     this.gv2col_Cod_sample.Visible = true;
     //
     // gv2col_Cod_des_sample
     //
     this.gv2col_Cod_des_sample.Caption = "Descripción";
     this.gv2col_Cod_des_sample.ColumnEdit = this.repDes_Sample;
     this.gv2col_Cod_des_sample.FieldName = "Cod_des_sample";
     this.gv2col_Cod_des_sample.Name = "gv2col_Cod_des_sample";
     this.gv2col_Cod_des_sample.OptionsColumn.ReadOnly = true;
     this.gv2col_Cod_des_sample.OptionsFilter.AllowAutoFilter = false;
     this.gv2col_Cod_des_sample.OptionsFilter.AllowFilter = false;
     this.gv2col_Cod_des_sample.Visible = true;
     //
     // repDes_Sample
     //
     this.repDes_Sample.AutoHeight = false;
     this.repDes_Sample.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repDes_Sample.Name = "repDes_Sample";
     this.repDes_Sample.NullText = "";
     //
     // gv2col_Fum
     //
     this.gv2col_Fum.Caption = "Fum";
     this.gv2col_Fum.FieldName = "Fum";
     this.gv2col_Fum.Name = "gv2col_Fum";
     //
     // gv2col_Idunit_result
     //
     this.gv2col_Idunit_result.Caption = "Idunit_result";
     this.gv2col_Idunit_result.FieldName = "Idunit_result";
     this.gv2col_Idunit_result.Name = "gv2col_Idunit_result";
     //
     // gv2col_Idtemplate_method
     //
     this.gv2col_Idtemplate_method.Caption = "Idtemplate_method";
     this.gv2col_Idtemplate_method.FieldName = "Idtemplate_method";
     this.gv2col_Idtemplate_method.Name = "gv2col_Idtemplate_method";
     //
     // gv2col_Idrecep_sample_detail
     //
     this.gv2col_Idrecep_sample_detail.Caption = "Idrecep_sample_detail";
     this.gv2col_Idrecep_sample_detail.FieldName = "Idrecep_sample_detail";
     this.gv2col_Idrecep_sample_detail.Name = "gv2col_Idrecep_sample_detail";
     //
     // gv2col_Flag_mri
     //
     this.gv2col_Flag_mri.Caption = "Flag_mri";
     this.gv2col_Flag_mri.FieldName = "Flag_mri";
     this.gv2col_Flag_mri.Name = "gv2col_Flag_mri";
     //
     // gv2col_Idrecep_sample_detail_elem
     //
     this.gv2col_Idrecep_sample_detail_elem.Caption = "Idrecep_sample_detail_elem";
     this.gv2col_Idrecep_sample_detail_elem.FieldName = "Idrecep_sample_detail_elem";
     this.gv2col_Idrecep_sample_detail_elem.Name = "gv2col_Idrecep_sample_detail_elem";
     //
     // gridBand3
     //
     this.gridBand3.Caption = "Pesos";
     this.gridBand3.Columns.Add(this.gv2col_Weight1);
     this.gridBand3.Columns.Add(this.gv2col_Weight2);
     this.gridBand3.Name = "gridBand3";
     this.gridBand3.Width = 112;
     //
     // gv2col_Weight1
     //
     this.gv2col_Weight1.Caption = "Peso-1";
     this.gv2col_Weight1.FieldName = "Weight1";
     this.gv2col_Weight1.Name = "gv2col_Weight1";
     this.gv2col_Weight1.OptionsColumn.ReadOnly = true;
     this.gv2col_Weight1.Visible = true;
     this.gv2col_Weight1.Width = 56;
     //
     // gv2col_Weight2
     //
     this.gv2col_Weight2.Caption = "Peso-2";
     this.gv2col_Weight2.FieldName = "Weight2";
     this.gv2col_Weight2.Name = "gv2col_Weight2";
     this.gv2col_Weight2.OptionsColumn.ReadOnly = true;
     this.gv2col_Weight2.Visible = true;
     this.gv2col_Weight2.Width = 56;
     //
     // gridBand10
     //
     this.gridBand10.Caption = "Volumen";
     this.gridBand10.Columns.Add(this.gv2col_Volumen1);
     this.gridBand10.Columns.Add(this.gv2col_Volumen2);
     this.gridBand10.Name = "gridBand10";
     this.gridBand10.Width = 116;
     //
     // gv2col_Volumen1
     //
     this.gv2col_Volumen1.Caption = "Vol-1";
     this.gv2col_Volumen1.FieldName = "Volumen1";
     this.gv2col_Volumen1.Name = "gv2col_Volumen1";
     this.gv2col_Volumen1.OptionsColumn.ReadOnly = true;
     this.gv2col_Volumen1.Visible = true;
     this.gv2col_Volumen1.Width = 58;
     //
     // gv2col_Volumen2
     //
     this.gv2col_Volumen2.Caption = "Vol-2";
     this.gv2col_Volumen2.FieldName = "Volumen2";
     this.gv2col_Volumen2.Name = "gv2col_Volumen2";
     this.gv2col_Volumen2.OptionsColumn.ReadOnly = true;
     this.gv2col_Volumen2.Visible = true;
     this.gv2col_Volumen2.Width = 58;
     //
     // gridBand4
     //
     this.gridBand4.Caption = "Lecturas";
     this.gridBand4.Columns.Add(this.gv2col_Reading1);
     this.gridBand4.Columns.Add(this.gv2col_Reading2);
     this.gridBand4.Name = "gridBand4";
     this.gridBand4.Width = 120;
     //
     // gv2col_Reading1
     //
     this.gv2col_Reading1.Caption = "Lec-1";
     this.gv2col_Reading1.FieldName = "Reading1";
     this.gv2col_Reading1.Name = "gv2col_Reading1";
     this.gv2col_Reading1.OptionsColumn.AllowEdit = false;
     this.gv2col_Reading1.Visible = true;
     this.gv2col_Reading1.Width = 60;
     //
     // gv2col_Reading2
     //
     this.gv2col_Reading2.Caption = "Lec-2";
     this.gv2col_Reading2.FieldName = "Reading2";
     this.gv2col_Reading2.Name = "gv2col_Reading2";
     this.gv2col_Reading2.OptionsColumn.AllowEdit = false;
     this.gv2col_Reading2.Visible = true;
     this.gv2col_Reading2.Width = 60;
     //
     // gbDilution
     //
     this.gbDilution.Caption = "Dilución";
     this.gbDilution.Columns.Add(this.gv2col_Flag_dila1);
     this.gbDilution.Columns.Add(this.gv2col_Dilua1);
     this.gbDilution.Columns.Add(this.gv2col_Flag_dilb1);
     this.gbDilution.Columns.Add(this.gv2col_Dilub1);
     this.gbDilution.Name = "gbDilution";
     this.gbDilution.Width = 212;
     //
     // gv2col_Flag_dila1
     //
     this.gv2col_Flag_dila1.Caption = "# Dil 2";
     this.gv2col_Flag_dila1.ColumnEdit = this.repCheckDilution;
     this.gv2col_Flag_dila1.FieldName = "Flag_dilu2";
     this.gv2col_Flag_dila1.Name = "gv2col_Flag_dila1";
     this.gv2col_Flag_dila1.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gv2col_Flag_dila1.Visible = true;
     this.gv2col_Flag_dila1.Width = 53;
     //
     // repCheckDilution
     //
     this.repCheckDilution.AutoHeight = false;
     this.repCheckDilution.Name = "repCheckDilution";
     //
     // gv2col_Dilua1
     //
     this.gv2col_Dilua1.Caption = "Dil 2";
     this.gv2col_Dilua1.FieldName = "Dilu2";
     this.gv2col_Dilua1.Name = "gv2col_Dilua1";
     this.gv2col_Dilua1.OptionsColumn.ReadOnly = true;
     this.gv2col_Dilua1.Visible = true;
     this.gv2col_Dilua1.Width = 53;
     //
     // gv2col_Flag_dilb1
     //
     this.gv2col_Flag_dilb1.Caption = "# Dil 3";
     this.gv2col_Flag_dilb1.ColumnEdit = this.repCheckDilution;
     this.gv2col_Flag_dilb1.FieldName = "Flag_dilu3";
     this.gv2col_Flag_dilb1.Name = "gv2col_Flag_dilb1";
     this.gv2col_Flag_dilb1.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gv2col_Flag_dilb1.Visible = true;
     this.gv2col_Flag_dilb1.Width = 53;
     //
     // gv2col_Dilub1
     //
     this.gv2col_Dilub1.Caption = "Dil 3";
     this.gv2col_Dilub1.FieldName = "Dilu3";
     this.gv2col_Dilub1.Name = "gv2col_Dilub1";
     this.gv2col_Dilub1.OptionsColumn.ReadOnly = true;
     this.gv2col_Dilub1.Visible = true;
     this.gv2col_Dilub1.Width = 53;
     //
     // gridBand6
     //
     this.gridBand6.Caption = "Rangos";
     this.gridBand6.Columns.Add(this.gv2col_Rank1);
     this.gridBand6.Columns.Add(this.gv2col_Rank2);
     this.gridBand6.Name = "gridBand6";
     this.gridBand6.Visible = false;
     this.gridBand6.Width = 150;
     //
     // gv2col_Rank1
     //
     this.gv2col_Rank1.Caption = "Rango1";
     this.gv2col_Rank1.FieldName = "Rank1";
     this.gv2col_Rank1.Name = "gv2col_Rank1";
     this.gv2col_Rank1.Visible = true;
     //
     // gv2col_Rank2
     //
     this.gv2col_Rank2.Caption = "Rango2";
     this.gv2col_Rank2.FieldName = "Rank2";
     this.gv2col_Rank2.Name = "gv2col_Rank2";
     this.gv2col_Rank2.Visible = true;
     //
     // gridBand5
     //
     this.gridBand5.Caption = "Factores";
     this.gridBand5.Columns.Add(this.gv2col_Factor1);
     this.gridBand5.Columns.Add(this.gv2col_Factor2);
     this.gridBand5.Name = "gridBand5";
     this.gridBand5.Width = 114;
     //
     // gv2col_Factor1
     //
     this.gv2col_Factor1.Caption = "Factor1";
     this.gv2col_Factor1.FieldName = "Factor1";
     this.gv2col_Factor1.Name = "gv2col_Factor1";
     this.gv2col_Factor1.OptionsColumn.ReadOnly = true;
     this.gv2col_Factor1.Visible = true;
     this.gv2col_Factor1.Width = 57;
     //
     // gv2col_Factor2
     //
     this.gv2col_Factor2.Caption = "Factor2";
     this.gv2col_Factor2.FieldName = "Factor2";
     this.gv2col_Factor2.Name = "gv2col_Factor2";
     this.gv2col_Factor2.OptionsColumn.ReadOnly = true;
     this.gv2col_Factor2.Visible = true;
     this.gv2col_Factor2.Width = 57;
     //
     // gridBand7
     //
     this.gridBand7.Caption = "Ley Parcial";
     this.gridBand7.Columns.Add(this.gv2col_Law1);
     this.gridBand7.Columns.Add(this.gv2col_Law2);
     this.gridBand7.Name = "gridBand7";
     this.gridBand7.Width = 119;
     //
     // gv2col_Law1
     //
     this.gv2col_Law1.Caption = "Ley-1";
     this.gv2col_Law1.FieldName = "Law1";
     this.gv2col_Law1.Name = "gv2col_Law1";
     this.gv2col_Law1.OptionsColumn.ReadOnly = true;
     this.gv2col_Law1.Visible = true;
     this.gv2col_Law1.Width = 59;
     //
     // gv2col_Law2
     //
     this.gv2col_Law2.Caption = "Ley-2";
     this.gv2col_Law2.FieldName = "Law2";
     this.gv2col_Law2.Name = "gv2col_Law2";
     this.gv2col_Law2.OptionsColumn.ReadOnly = true;
     this.gv2col_Law2.Visible = true;
     this.gv2col_Law2.Width = 60;
     //
     // gridBand12
     //
     this.gridBand12.Caption = "Ley";
     this.gridBand12.Columns.Add(this.gv2col_Str_result_analysis);
     this.gridBand12.Columns.Add(this.gv2col_Result_analysis);
     this.gridBand12.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridBand12.Name = "gridBand12";
     this.gridBand12.Width = 60;
     //
     // gv2col_Str_result_analysis
     //
     this.gv2col_Str_result_analysis.Caption = "Ley";
     this.gv2col_Str_result_analysis.FieldName = "Str_result_analysis";
     this.gv2col_Str_result_analysis.Name = "gv2col_Str_result_analysis";
     this.gv2col_Str_result_analysis.OptionsColumn.ReadOnly = true;
     this.gv2col_Str_result_analysis.Visible = true;
     this.gv2col_Str_result_analysis.Width = 60;
     //
     // gv2col_Result_analysis
     //
     this.gv2col_Result_analysis.Caption = "Result_analysis";
     this.gv2col_Result_analysis.FieldName = "Result_analysis";
     this.gv2col_Result_analysis.Name = "gv2col_Result_analysis";
     //
     // gridBand9
     //
     this.gridBand9.Caption = "Qaqc";
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_text_obs);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_observation);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_mr);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_blk);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_par);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_approve);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_review);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_status_result);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_error);
     this.gridBand9.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridBand9.Name = "gridBand9";
     this.gridBand9.Width = 145;
     //
     // gv2col_Qaqc_text_obs
     //
     this.gv2col_Qaqc_text_obs.Caption = "Qaqc_text_obs";
     this.gv2col_Qaqc_text_obs.FieldName = "Qaqc_text_obs";
     this.gv2col_Qaqc_text_obs.Name = "gv2col_Qaqc_text_obs";
     //
     // gv2col_Qaqc_observation
     //
     this.gv2col_Qaqc_observation.Caption = "#";
     this.gv2col_Qaqc_observation.ColumnEdit = this.repQaqc_ShowPopup;
     this.gv2col_Qaqc_observation.FieldName = "Qaqc_observation";
     this.gv2col_Qaqc_observation.MinWidth = 25;
     this.gv2col_Qaqc_observation.Name = "gv2col_Qaqc_observation";
     this.gv2col_Qaqc_observation.Visible = true;
     this.gv2col_Qaqc_observation.Width = 25;
     //
     // repQaqc_ShowPopup
     //
     this.repQaqc_ShowPopup.AutoHeight = false;
     this.repQaqc_ShowPopup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repQaqc_ShowPopup.Name = "repQaqc_ShowPopup";
     this.repQaqc_ShowPopup.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repQaqc_ShowPopup.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repQaqc_ShowPopup_ButtonClick);
     //
     // gv2col_Qaqc_mr
     //
     this.gv2col_Qaqc_mr.Caption = "Mr";
     this.gv2col_Qaqc_mr.FieldName = "Qaqc_mr";
     this.gv2col_Qaqc_mr.Name = "gv2col_Qaqc_mr";
     //
     // gv2col_Qaqc_blk
     //
     this.gv2col_Qaqc_blk.Caption = "Blk";
     this.gv2col_Qaqc_blk.FieldName = "Qaqc_blk";
     this.gv2col_Qaqc_blk.Name = "gv2col_Qaqc_blk";
     //
     // gv2col_Qaqc_par
     //
     this.gv2col_Qaqc_par.Caption = "Par";
     this.gv2col_Qaqc_par.ColumnEdit = this.repQaqc_parity;
     this.gv2col_Qaqc_par.FieldName = "Qaqc_par";
     this.gv2col_Qaqc_par.MinWidth = 40;
     this.gv2col_Qaqc_par.Name = "gv2col_Qaqc_par";
     this.gv2col_Qaqc_par.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_par.Visible = true;
     this.gv2col_Qaqc_par.Width = 40;
     //
     // repQaqc_parity
     //
     this.repQaqc_parity.AutoHeight = false;
     this.repQaqc_parity.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_parity.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repQaqc_parity.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 5),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 4, 4),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 5, 0)});
     this.repQaqc_parity.LargeImages = this.imageStatus;
     this.repQaqc_parity.Name = "repQaqc_parity";
     //
     // gv2col_Qaqc_approve
     //
     this.gv2col_Qaqc_approve.Caption = "Aprobar";
     this.gv2col_Qaqc_approve.ColumnEdit = this.repQaqc_approve;
     this.gv2col_Qaqc_approve.FieldName = "Qaqc_approve";
     this.gv2col_Qaqc_approve.ImageIndex = 0;
     this.gv2col_Qaqc_approve.MinWidth = 80;
     this.gv2col_Qaqc_approve.Name = "gv2col_Qaqc_approve";
     this.gv2col_Qaqc_approve.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_approve.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gv2col_Qaqc_approve.Visible = true;
     this.gv2col_Qaqc_approve.Width = 80;
     //
     // repQaqc_approve
     //
     this.repQaqc_approve.AutoHeight = false;
     this.repQaqc_approve.Name = "repQaqc_approve";
     //
     // gv2col_Qaqc_review
     //
     this.gv2col_Qaqc_review.Caption = "Revisar";
     this.gv2col_Qaqc_review.ColumnEdit = this.repQaqc_review;
     this.gv2col_Qaqc_review.FieldName = "Qaqc_review";
     this.gv2col_Qaqc_review.ImageIndex = 0;
     this.gv2col_Qaqc_review.MinWidth = 80;
     this.gv2col_Qaqc_review.Name = "gv2col_Qaqc_review";
     this.gv2col_Qaqc_review.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gv2col_Qaqc_review.Width = 80;
     //
     // repQaqc_review
     //
     this.repQaqc_review.AutoHeight = false;
     this.repQaqc_review.Name = "repQaqc_review";
     //
     // gv2col_Qaqc_status_result
     //
     this.gv2col_Qaqc_status_result.Caption = ".";
     this.gv2col_Qaqc_status_result.ColumnEdit = this.repQaqc_StatusResult;
     this.gv2col_Qaqc_status_result.FieldName = "Qaqc_status_result";
     this.gv2col_Qaqc_status_result.MinWidth = 40;
     this.gv2col_Qaqc_status_result.Name = "gv2col_Qaqc_status_result";
     this.gv2col_Qaqc_status_result.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_status_result.Width = 40;
     //
     // repQaqc_StatusResult
     //
     this.repQaqc_StatusResult.AutoHeight = false;
     this.repQaqc_StatusResult.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_StatusResult.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repQaqc_StatusResult.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 0, 11),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 12),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 13),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, 14),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 4, 12)});
     this.repQaqc_StatusResult.Name = "repQaqc_StatusResult";
     this.repQaqc_StatusResult.SmallImages = this.imageStatus;
     //
     // gv2col_Qaqc_error
     //
     this.gv2col_Qaqc_error.Caption = ".";
     this.gv2col_Qaqc_error.ColumnEdit = this.repQaqc_ShowObs;
     this.gv2col_Qaqc_error.FieldName = "Qaqc_error";
     this.gv2col_Qaqc_error.MinWidth = 25;
     this.gv2col_Qaqc_error.Name = "gv2col_Qaqc_error";
     this.gv2col_Qaqc_error.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_error.Width = 25;
     //
     // repQaqc_ShowObs
     //
     this.repQaqc_ShowObs.AutoHeight = false;
     this.repQaqc_ShowObs.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_ShowObs.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 0, 9),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 8),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 8),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, 8),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 4, 8),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 5, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 6, 10)});
     this.repQaqc_ShowObs.Name = "repQaqc_ShowObs";
     this.repQaqc_ShowObs.SmallImages = this.imageStatus;
     //
     // gridBand14
     //
     this.gridBand14.Caption = "Ryo";
     this.gridBand14.Columns.Add(this.gv2col_Qaqc_has_retest);
     this.gridBand14.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridBand14.Name = "gridBand14";
     this.gridBand14.Width = 40;
     //
     // gv2col_Qaqc_has_retest
     //
     this.gv2col_Qaqc_has_retest.Caption = "Ryo";
     this.gv2col_Qaqc_has_retest.ColumnEdit = this.repQaqc_HasRetest;
     this.gv2col_Qaqc_has_retest.FieldName = "Qaqc_has_retest";
     this.gv2col_Qaqc_has_retest.ImageAlignment = System.Drawing.StringAlignment.Center;
     this.gv2col_Qaqc_has_retest.Name = "gv2col_Qaqc_has_retest";
     this.gv2col_Qaqc_has_retest.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_has_retest.Visible = true;
     this.gv2col_Qaqc_has_retest.Width = 40;
     //
     // repQaqc_HasRetest
     //
     this.repQaqc_HasRetest.AutoHeight = false;
     this.repQaqc_HasRetest.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_HasRetest.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repQaqc_HasRetest.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 0, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 15)});
     this.repQaqc_HasRetest.Name = "repQaqc_HasRetest";
     this.repQaqc_HasRetest.SmallImages = this.imageStatus;
     //
     // gv2col_Qaqc_tmp_retest_idmethod
     //
     this.gv2col_Qaqc_tmp_retest_idmethod.Caption = "Qaqc_tmp_retest_idmethod";
     this.gv2col_Qaqc_tmp_retest_idmethod.FieldName = "Qaqc_tmp_retest_idmethod";
     this.gv2col_Qaqc_tmp_retest_idmethod.Name = "gv2col_Qaqc_tmp_retest_idmethod";
     //
     // gv2col_Qaqc_tmp_retest
     //
     this.gv2col_Qaqc_tmp_retest.Caption = "Qaqc_tmp_retest";
     this.gv2col_Qaqc_tmp_retest.FieldName = "Qaqc_tmp_retest";
     this.gv2col_Qaqc_tmp_retest.Name = "gv2col_Qaqc_tmp_retest";
     //
     // gv2col_Idretest
     //
     this.gv2col_Idretest.Caption = "gv2col_Qaqc_idretest";
     this.gv2col_Idretest.FieldName = "Qaqc_Qaqc_idretest";
     this.gv2col_Idretest.Name = "gv2col_Idretest";
     //
     // gv2col_Qaqc_approve_text
     //
     this.gv2col_Qaqc_approve_text.Caption = "Qaqc_approve_text";
     this.gv2col_Qaqc_approve_text.FieldName = "Qaqc_approve_text";
     this.gv2col_Qaqc_approve_text.Name = "gv2col_Qaqc_approve_text";
     this.gv2col_Qaqc_approve_text.Visible = true;
     //
     // gv2col_Qaqc_review_text
     //
     this.gv2col_Qaqc_review_text.Caption = "Qaqc_review_text";
     this.gv2col_Qaqc_review_text.FieldName = "Qaqc_review_text";
     this.gv2col_Qaqc_review_text.Name = "gv2col_Qaqc_review_text";
     this.gv2col_Qaqc_review_text.Visible = true;
     //
     // imgChecks
     //
     this.imgChecks.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgChecks.ImageStream")));
     this.imgChecks.TransparentColor = System.Drawing.Color.Transparent;
     this.imgChecks.Images.SetKeyName(0, "uncheck16x16.png");
     this.imgChecks.Images.SetKeyName(1, "check16x16.png");
     //
     // repProcedence2
     //
     this.repProcedence2.AutoHeight = false;
     this.repProcedence2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repProcedence2.Name = "repProcedence2";
     //
     // treeCol_Urgent_sample
     //
     this.treeCol_Urgent_sample.Caption = "treeListColumn10";
     this.treeCol_Urgent_sample.FieldName = "Urgent_sample";
     this.treeCol_Urgent_sample.Name = "treeCol_Urgent_sample";
     //
     // treeTrayWaiting
     //
     this.treeTrayWaiting.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.treeTrayWaiting.Appearance.Empty.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.EvenRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.EvenRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(180)))), ((int)(((byte)(191)))));
     this.treeTrayWaiting.Appearance.FocusedRow.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.FocusedRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.FocusedRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
     this.treeTrayWaiting.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.treeTrayWaiting.Appearance.FooterPanel.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.treeTrayWaiting.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.treeTrayWaiting.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.treeTrayWaiting.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.GroupButton.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.GroupButton.Options.UseBorderColor = true;
     this.treeTrayWaiting.Appearance.GroupButton.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.treeTrayWaiting.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.treeTrayWaiting.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.GroupFooter.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.treeTrayWaiting.Appearance.GroupFooter.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
     this.treeTrayWaiting.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.treeTrayWaiting.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.treeTrayWaiting.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(219)))), ((int)(((byte)(226)))));
     this.treeTrayWaiting.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(131)))), ((int)(((byte)(161)))));
     this.treeTrayWaiting.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(164)))), ((int)(((byte)(188)))));
     this.treeTrayWaiting.Appearance.HorzLine.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.treeTrayWaiting.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.OddRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.OddRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(253)))));
     this.treeTrayWaiting.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(165)))), ((int)(((byte)(177)))));
     this.treeTrayWaiting.Appearance.Preview.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.Preview.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.treeTrayWaiting.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 8F);
     this.treeTrayWaiting.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.Row.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.Row.Options.UseFont = true;
     this.treeTrayWaiting.Appearance.Row.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(197)))), ((int)(((byte)(205)))));
     this.treeTrayWaiting.Appearance.SelectedRow.Font = new System.Drawing.Font("Tahoma", 8F);
     this.treeTrayWaiting.Appearance.SelectedRow.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.SelectedRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.SelectedRow.Options.UseFont = true;
     this.treeTrayWaiting.Appearance.SelectedRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.TreeLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(148)))));
     this.treeTrayWaiting.Appearance.TreeLine.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(164)))), ((int)(((byte)(188)))));
     this.treeTrayWaiting.Appearance.VertLine.Options.UseBackColor = true;
     this.treeTrayWaiting.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeCol_Idtemplate_method,
     this.treeCol_Idrecep_sample_detail_elem,
     this.treeCol_Abbreviation,
     this.treeCol_Cod_repetition,
     this.treeCol_Id,
     this.treeCol_Parentid,
     this.treeCol_Num_tray,
     this.treeCol_Date_result,
     this.treeCol_Hour_result,
     this.treeCol_Urgent_sample});
     this.treeTrayWaiting.Dock = System.Windows.Forms.DockStyle.Fill;
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(87)))), ((int)(((byte)(96)))));
     styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(87)))), ((int)(((byte)(96)))));
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Column = this.treeCol_Urgent_sample;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1 = 1D;
     this.treeTrayWaiting.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
     styleFormatCondition2});
     this.treeTrayWaiting.ImageIndexFieldName = "Image_index";
     this.treeTrayWaiting.KeyFieldName = "Id";
     this.treeTrayWaiting.Location = new System.Drawing.Point(0, 0);
     this.treeTrayWaiting.Name = "treeTrayWaiting";
     this.treeTrayWaiting.OptionsBehavior.DragNodes = true;
     this.treeTrayWaiting.OptionsBehavior.SmartMouseHover = false;
     this.treeTrayWaiting.OptionsView.AutoWidth = false;
     this.treeTrayWaiting.OptionsView.EnableAppearanceEvenRow = true;
     this.treeTrayWaiting.OptionsView.EnableAppearanceOddRow = true;
     this.treeTrayWaiting.ParentFieldName = "Parentid";
     this.treeTrayWaiting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repRepetition,
     this.repDate,
     this.repHour});
     this.treeTrayWaiting.SelectImageList = this.imgPriority;
     this.treeTrayWaiting.Size = new System.Drawing.Size(217, 343);
     this.treeTrayWaiting.TabIndex = 1;
     this.treeTrayWaiting.AfterDragNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeTrayWaiting_AfterDragNode);
     this.treeTrayWaiting.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeTrayWaiting.DragOver += new System.Windows.Forms.DragEventHandler(this.treeTrayWaiting_DragOver);
     this.treeTrayWaiting.MouseMove += new System.Windows.Forms.MouseEventHandler(this.treeTrayWaiting_MouseMove);
     //
     // treeCol_Idtemplate_method
     //
     this.treeCol_Idtemplate_method.Caption = "Idtemplate_method";
     this.treeCol_Idtemplate_method.FieldName = "Idtemplate_method";
     this.treeCol_Idtemplate_method.Name = "treeCol_Idtemplate_method";
     //
     // treeCol_Idrecep_sample_detail_elem
     //
     this.treeCol_Idrecep_sample_detail_elem.Caption = "Idrecep_sample_detail_elem";
     this.treeCol_Idrecep_sample_detail_elem.FieldName = "Idrecep_sample_detail_elem";
     this.treeCol_Idrecep_sample_detail_elem.Name = "treeCol_Idrecep_sample_detail_elem";
     //
     // treeCol_Abbreviation
     //
     this.treeCol_Abbreviation.Caption = "Bandeja";
     this.treeCol_Abbreviation.FieldName = "Abbreviation";
     this.treeCol_Abbreviation.MinWidth = 27;
     this.treeCol_Abbreviation.Name = "treeCol_Abbreviation";
     this.treeCol_Abbreviation.OptionsColumn.AllowEdit = false;
     this.treeCol_Abbreviation.VisibleIndex = 0;
     this.treeCol_Abbreviation.Width = 60;
     //
     // treeCol_Cod_repetition
     //
     this.treeCol_Cod_repetition.Caption = "N°Repeticiones";
     this.treeCol_Cod_repetition.ColumnEdit = this.repRepetition;
     this.treeCol_Cod_repetition.FieldName = "Cod_repetition";
     this.treeCol_Cod_repetition.Name = "treeCol_Cod_repetition";
     this.treeCol_Cod_repetition.OptionsColumn.ReadOnly = true;
     this.treeCol_Cod_repetition.Width = 63;
     //
     // repRepetition
     //
     this.repRepetition.AutoHeight = false;
     this.repRepetition.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repRepetition.Name = "repRepetition";
     this.repRepetition.NullText = "";
     //
     // treeCol_Id
     //
     this.treeCol_Id.Caption = "Id";
     this.treeCol_Id.FieldName = "Id";
     this.treeCol_Id.Name = "treeCol_Id";
     //
     // treeCol_Parentid
     //
     this.treeCol_Parentid.Caption = "Parentid";
     this.treeCol_Parentid.FieldName = "Parentid";
     this.treeCol_Parentid.Name = "treeCol_Parentid";
     //
     // treeCol_Num_tray
     //
     this.treeCol_Num_tray.Caption = "N°Bandeja";
     this.treeCol_Num_tray.FieldName = "Num_tray";
     this.treeCol_Num_tray.Name = "treeCol_Num_tray";
     this.treeCol_Num_tray.OptionsColumn.AllowEdit = false;
     this.treeCol_Num_tray.VisibleIndex = 1;
     this.treeCol_Num_tray.Width = 65;
     //
     // treeCol_Date_result
     //
     this.treeCol_Date_result.Caption = "Fecha";
     this.treeCol_Date_result.ColumnEdit = this.repDate;
     this.treeCol_Date_result.FieldName = "Date_result";
     this.treeCol_Date_result.Name = "treeCol_Date_result";
     this.treeCol_Date_result.VisibleIndex = 2;
     this.treeCol_Date_result.Width = 54;
     //
     // repDate
     //
     this.repDate.AutoHeight = false;
     this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repDate.Name = "repDate";
     //
     // treeCol_Hour_result
     //
     this.treeCol_Hour_result.Caption = "Hora";
     this.treeCol_Hour_result.ColumnEdit = this.repHour;
     this.treeCol_Hour_result.FieldName = "Hour_result";
     this.treeCol_Hour_result.Name = "treeCol_Hour_result";
     this.treeCol_Hour_result.VisibleIndex = 3;
     this.treeCol_Hour_result.Width = 53;
     //
     // repHour
     //
     this.repHour.AutoHeight = false;
     this.repHour.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repHour.Name = "repHour";
     //
     // imgPriority
     //
     this.imgPriority.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgPriority.ImageStream")));
     this.imgPriority.TransparentColor = System.Drawing.Color.Transparent;
     this.imgPriority.Images.SetKeyName(0, "high.png");
     this.imgPriority.Images.SetKeyName(1, "medium.png");
     this.imgPriority.Images.SetKeyName(2, "low.png");
     //
     // expandablePanel1
     //
     this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.LeftToRight;
     this.expandablePanel1.Controls.Add(this.tabTreeQaqc);
     this.expandablePanel1.Controls.Add(this.paButtons);
     this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Left;
     this.expandablePanel1.Location = new System.Drawing.Point(0, 0);
     this.expandablePanel1.Name = "expandablePanel1";
     this.expandablePanel1.Size = new System.Drawing.Size(226, 493);
     this.expandablePanel1.TabIndex = 9;
     this.expandablePanel1.Text = "expandablePanel1";
     this.expandablePanel1.TitleText = "Bandejas";
     //
     // tabTreeQaqc
     //
     this.tabTreeQaqc.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabTreeQaqc.Location = new System.Drawing.Point(0, 66);
     this.tabTreeQaqc.Name = "tabTreeQaqc";
     this.tabTreeQaqc.SelectedTabPage = this.xtraTabPage4;
     this.tabTreeQaqc.Size = new System.Drawing.Size(226, 427);
     this.tabTreeQaqc.TabIndex = 2;
     this.tabTreeQaqc.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage4,
     this.xtraTabPage5});
     this.tabTreeQaqc.Text = "xtraTabControl2";
     this.tabTreeQaqc.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabTreeQaqc_SelectedPageChanged);
     //
     // xtraTabPage4
     //
     this.xtraTabPage4.Controls.Add(this.treeTrayWaiting);
     this.xtraTabPage4.Controls.Add(this.groupControl1);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(217, 397);
     this.xtraTabPage4.Text = "En Espera";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.cbAuthorizationWait);
     this.groupControl1.Controls.Add(this.label23);
     this.groupControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupControl1.Location = new System.Drawing.Point(0, 343);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(217, 54);
     this.groupControl1.TabIndex = 5;
     this.groupControl1.Text = "Listar";
     //
     // cbAuthorizationWait
     //
     this.cbAuthorizationWait.Location = new System.Drawing.Point(81, 23);
     this.cbAuthorizationWait.Name = "cbAuthorizationWait";
     this.cbAuthorizationWait.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbAuthorizationWait.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_area", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nom_area")});
     this.cbAuthorizationWait.Properties.NullText = "Seleccionar";
     this.cbAuthorizationWait.Properties.PopupWidth = 100;
     this.cbAuthorizationWait.Properties.ShowFooter = false;
     this.cbAuthorizationWait.Properties.ShowHeader = false;
     this.cbAuthorizationWait.Size = new System.Drawing.Size(112, 20);
     this.cbAuthorizationWait.TabIndex = 0;
     this.cbAuthorizationWait.EditValueChanged += new System.EventHandler(this.cbAuthorizationWait_EditValueChanged);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(27, 26);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(53, 13);
     this.label23.TabIndex = 1;
     this.label23.Text = "Listar por:";
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Controls.Add(this.treeTrayFinished);
     this.xtraTabPage5.Controls.Add(this.paListAuthorization);
     this.xtraTabPage5.Controls.Add(this.paHistoryFilter);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(217, 55);
     this.xtraTabPage5.Text = "Gerencia";
     //
     // treeTrayFinished
     //
     this.treeTrayFinished.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn1,
     this.treeListColumn2,
     this.treeListColumn3,
     this.treeListColumn4,
     this.treeListColumn5,
     this.treeListColumn6,
     this.treeListColumn7,
     this.treeListColumn8,
     this.treeListColumn9});
     this.treeTrayFinished.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeTrayFinished.ImageIndexFieldName = "Image_index";
     this.treeTrayFinished.KeyFieldName = "Id";
     this.treeTrayFinished.Location = new System.Drawing.Point(0, 0);
     this.treeTrayFinished.Name = "treeTrayFinished";
     this.treeTrayFinished.OptionsView.AutoWidth = false;
     this.treeTrayFinished.ParentFieldName = "Parentid";
     this.treeTrayFinished.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemLookUpEdit1});
     this.treeTrayFinished.SelectImageList = this.imgPriority;
     this.treeTrayFinished.Size = new System.Drawing.Size(217, 0);
     this.treeTrayFinished.TabIndex = 2;
     this.treeTrayFinished.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeTrayFinished_FocusedNodeChanged);
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "Idtemplate_method";
     this.treeListColumn1.FieldName = "Idtemplate_method";
     this.treeListColumn1.Name = "treeListColumn1";
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption = "Idrecep_sample_detail_elem";
     this.treeListColumn2.FieldName = "Idrecep_sample_detail_elem";
     this.treeListColumn2.Name = "treeListColumn2";
     //
     // treeListColumn3
     //
     this.treeListColumn3.Caption = "Bandeja";
     this.treeListColumn3.FieldName = "Abbreviation";
     this.treeListColumn3.MinWidth = 27;
     this.treeListColumn3.Name = "treeListColumn3";
     this.treeListColumn3.OptionsColumn.AllowEdit = false;
     this.treeListColumn3.VisibleIndex = 0;
     this.treeListColumn3.Width = 110;
     //
     // treeListColumn4
     //
     this.treeListColumn4.Caption = "N°Repeticiones";
     this.treeListColumn4.ColumnEdit = this.repositoryItemLookUpEdit1;
     this.treeListColumn4.FieldName = "Cod_repetition";
     this.treeListColumn4.Name = "treeListColumn4";
     this.treeListColumn4.OptionsColumn.ReadOnly = true;
     this.treeListColumn4.Width = 63;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText = "";
     //
     // treeListColumn5
     //
     this.treeListColumn5.Caption = "Id";
     this.treeListColumn5.FieldName = "Id";
     this.treeListColumn5.Name = "treeListColumn5";
     //
     // treeListColumn6
     //
     this.treeListColumn6.Caption = "Parentid";
     this.treeListColumn6.FieldName = "Parentid";
     this.treeListColumn6.Name = "treeListColumn6";
     //
     // treeListColumn7
     //
     this.treeListColumn7.Caption = "N°Bandeja";
     this.treeListColumn7.FieldName = "Num_tray";
     this.treeListColumn7.Name = "treeListColumn7";
     this.treeListColumn7.OptionsColumn.AllowEdit = false;
     this.treeListColumn7.VisibleIndex = 1;
     //
     // treeListColumn8
     //
     this.treeListColumn8.Caption = "Fecha";
     this.treeListColumn8.FieldName = "Date_result";
     this.treeListColumn8.Name = "treeListColumn8";
     this.treeListColumn8.VisibleIndex = 2;
     //
     // treeListColumn9
     //
     this.treeListColumn9.Caption = "Hora";
     this.treeListColumn9.FieldName = "Hour_result";
     this.treeListColumn9.Name = "treeListColumn9";
     this.treeListColumn9.VisibleIndex = 3;
     //
     // paListAuthorization
     //
     this.paListAuthorization.Controls.Add(this.cbAuthorizationApproved);
     this.paListAuthorization.Controls.Add(this.label25);
     this.paListAuthorization.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.paListAuthorization.Location = new System.Drawing.Point(0, -149);
     this.paListAuthorization.Name = "paListAuthorization";
     this.paListAuthorization.Size = new System.Drawing.Size(217, 54);
     this.paListAuthorization.TabIndex = 4;
     this.paListAuthorization.Text = "Listar";
     //
     // cbAuthorizationApproved
     //
     this.cbAuthorizationApproved.Location = new System.Drawing.Point(98, 23);
     this.cbAuthorizationApproved.Name = "cbAuthorizationApproved";
     this.cbAuthorizationApproved.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbAuthorizationApproved.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_area", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nom_area")});
     this.cbAuthorizationApproved.Properties.NullText = "Seleccionar";
     this.cbAuthorizationApproved.Properties.PopupWidth = 100;
     this.cbAuthorizationApproved.Properties.ShowFooter = false;
     this.cbAuthorizationApproved.Properties.ShowHeader = false;
     this.cbAuthorizationApproved.Size = new System.Drawing.Size(103, 20);
     this.cbAuthorizationApproved.TabIndex = 0;
     this.cbAuthorizationApproved.EditValueChanged += new System.EventHandler(this.cbAuthorization_EditValueChanged);
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(25, 26);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(53, 13);
     this.label25.TabIndex = 1;
     this.label25.Text = "Listar por:";
     //
     // paHistoryFilter
     //
     this.paHistoryFilter.Controls.Add(this.txYear);
     this.paHistoryFilter.Controls.Add(this.txSample);
     this.paHistoryFilter.Controls.Add(this.cbTypeSample);
     this.paHistoryFilter.Controls.Add(this.cbCompany);
     this.paHistoryFilter.Controls.Add(this.btSearchTray);
     this.paHistoryFilter.Controls.Add(this.label22);
     this.paHistoryFilter.Controls.Add(this.ckSample);
     this.paHistoryFilter.Controls.Add(this.ckCompany);
     this.paHistoryFilter.Controls.Add(this.panel9);
     this.paHistoryFilter.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.paHistoryFilter.Location = new System.Drawing.Point(0, -95);
     this.paHistoryFilter.Name = "paHistoryFilter";
     this.paHistoryFilter.Size = new System.Drawing.Size(217, 150);
     this.paHistoryFilter.TabIndex = 3;
     this.paHistoryFilter.Text = "Filtrar por";
     this.paHistoryFilter.Visible = false;
     //
     // txYear
     //
     this.txYear.EditValue = "12";
     this.txYear.Location = new System.Drawing.Point(117, 96);
     this.txYear.Name = "txYear";
     this.txYear.Size = new System.Drawing.Size(22, 20);
     this.txYear.TabIndex = 12;
     this.txYear.Visible = false;
     //
     // txSample
     //
     this.txSample.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.txSample.Location = new System.Drawing.Point(141, 96);
     this.txSample.Name = "txSample";
     this.txSample.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txSample.Size = new System.Drawing.Size(61, 20);
     this.txSample.TabIndex = 11;
     this.txSample.Visible = false;
     //
     // cbTypeSample
     //
     this.cbTypeSample.Location = new System.Drawing.Point(67, 96);
     this.cbTypeSample.Name = "cbTypeSample";
     this.cbTypeSample.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbTypeSample.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_type_sample", "", 10, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name_type_sample")});
     this.cbTypeSample.Properties.PopupWidth = 100;
     this.cbTypeSample.Properties.ShowFooter = false;
     this.cbTypeSample.Properties.ShowHeader = false;
     this.cbTypeSample.Size = new System.Drawing.Size(48, 20);
     this.cbTypeSample.TabIndex = 10;
     this.cbTypeSample.Visible = false;
     //
     // cbCompany
     //
     this.cbCompany.Location = new System.Drawing.Point(67, 73);
     this.cbCompany.Name = "cbCompany";
     this.cbCompany.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbCompany.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idcompany", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Business_name")});
     this.cbCompany.Properties.NullText = "Seleccionar";
     this.cbCompany.Properties.ShowFooter = false;
     this.cbCompany.Properties.ShowHeader = false;
     this.cbCompany.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbCompany.Size = new System.Drawing.Size(135, 20);
     this.cbCompany.TabIndex = 8;
     this.cbCompany.Visible = false;
     //
     // btSearchTray
     //
     this.btSearchTray.ImageAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.btSearchTray.ImageIndex = 3;
     this.btSearchTray.ImageList = this.imageList1;
     this.btSearchTray.Location = new System.Drawing.Point(141, 120);
     this.btSearchTray.Name = "btSearchTray";
     this.btSearchTray.Size = new System.Drawing.Size(62, 25);
     this.btSearchTray.TabIndex = 7;
     this.btSearchTray.Text = "Buscar";
     this.btSearchTray.Click += new System.EventHandler(this.btSearchTray_Click);
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(22, 24);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(37, 13);
     this.label22.TabIndex = 1;
     this.label22.Text = "Fecha";
     //
     // ckSample
     //
     this.ckSample.Location = new System.Drawing.Point(4, 96);
     this.ckSample.Name = "ckSample";
     this.ckSample.Properties.Caption = "Muestra";
     this.ckSample.Size = new System.Drawing.Size(71, 19);
     this.ckSample.TabIndex = 4;
     this.ckSample.CheckedChanged += new System.EventHandler(this.ckSample_CheckedChanged);
     //
     // ckCompany
     //
     this.ckCompany.Location = new System.Drawing.Point(4, 73);
     this.ckCompany.Name = "ckCompany";
     this.ckCompany.Properties.Caption = "Cliente";
     this.ckCompany.Size = new System.Drawing.Size(75, 19);
     this.ckCompany.TabIndex = 4;
     this.ckCompany.CheckedChanged += new System.EventHandler(this.ckCompany_CheckedChanged);
     //
     // panel9
     //
     this.panel9.Controls.Add(this.deFrom);
     this.panel9.Controls.Add(this.deUntil);
     this.panel9.Controls.Add(this.label21);
     this.panel9.Controls.Add(this.label26);
     this.panel9.Location = new System.Drawing.Point(65, 19);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(140, 47);
     this.panel9.TabIndex = 3;
     //
     // deFrom
     //
     this.deFrom.EditValue = null;
     this.deFrom.Location = new System.Drawing.Point(50, 3);
     this.deFrom.Name = "deFrom";
     this.deFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deFrom.Size = new System.Drawing.Size(86, 20);
     this.deFrom.TabIndex = 2;
     //
     // deUntil
     //
     this.deUntil.EditValue = null;
     this.deUntil.Location = new System.Drawing.Point(50, 25);
     this.deUntil.Name = "deUntil";
     this.deUntil.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deUntil.Size = new System.Drawing.Size(86, 20);
     this.deUntil.TabIndex = 2;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(5, 6);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(41, 13);
     this.label21.TabIndex = 1;
     this.label21.Text = "Desde:";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(5, 28);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(38, 13);
     this.label26.TabIndex = 1;
     this.label26.Text = "Hasta:";
     //
     // paButtons
     //
     this.paButtons.Controls.Add(this.paNewTray);
     this.paButtons.Controls.Add(this.btRefresh);
     this.paButtons.Dock = System.Windows.Forms.DockStyle.Top;
     this.paButtons.Location = new System.Drawing.Point(0, 26);
     this.paButtons.Name = "paButtons";
     this.paButtons.Size = new System.Drawing.Size(226, 40);
     this.paButtons.TabIndex = 3;
     this.paButtons.Text = "paSettingsTree";
     //
     // paNewTray
     //
     this.paNewTray.AllowDrop = true;
     this.paNewTray.BackgroundImage = global::LimsProject.Properties.Resources.add_tray2;
     this.paNewTray.Location = new System.Drawing.Point(200, 11);
     this.paNewTray.Name = "paNewTray";
     this.paNewTray.Size = new System.Drawing.Size(20, 20);
     this.paNewTray.TabIndex = 1;
     this.paNewTray.DragDrop += new System.Windows.Forms.DragEventHandler(this.paNewTray_DragDrop);
     this.paNewTray.DragEnter += new System.Windows.Forms.DragEventHandler(this.paNewTray_DragEnter);
     //
     // btRefresh
     //
     this.btRefresh.Location = new System.Drawing.Point(8, 11);
     this.btRefresh.Name = "btRefresh";
     this.btRefresh.Size = new System.Drawing.Size(75, 23);
     this.btRefresh.TabIndex = 0;
     this.btRefresh.Text = "Refrescar";
     this.btRefresh.Click += new System.EventHandler(this.btRefresh_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(226, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(5, 493);
     this.splitter1.TabIndex = 10;
     this.splitter1.TabStop = false;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.gbApprove);
     this.panel5.Controls.Add(this.paAuthorization);
     this.panel5.Controls.Add(this.gbReview);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(231, 444);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(985, 49);
     this.panel5.TabIndex = 10;
     //
     // gbApprove
     //
     this.gbApprove.Controls.Add(this.laDate_approved);
     this.gbApprove.Controls.Add(this.laUser_approved);
     this.gbApprove.Controls.Add(this.label13);
     this.gbApprove.Controls.Add(this.label7);
     this.gbApprove.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbApprove.Location = new System.Drawing.Point(11, 6);
     this.gbApprove.Name = "gbApprove";
     this.gbApprove.Size = new System.Drawing.Size(267, 38);
     this.gbApprove.TabIndex = 4;
     this.gbApprove.TabStop = false;
     this.gbApprove.Text = "Aprobación";
     this.gbApprove.Visible = false;
     //
     // laDate_approved
     //
     this.laDate_approved.AutoSize = true;
     this.laDate_approved.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.laDate_approved.Location = new System.Drawing.Point(153, 16);
     this.laDate_approved.Name = "laDate_approved";
     this.laDate_approved.Size = new System.Drawing.Size(47, 13);
     this.laDate_approved.TabIndex = 3;
     this.laDate_approved.Text = "[fecha]";
     //
     // laUser_approved
     //
     this.laUser_approved.AutoSize = true;
     this.laUser_approved.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.laUser_approved.Location = new System.Drawing.Point(58, 16);
     this.laUser_approved.Name = "laUser_approved";
     this.laUser_approved.Size = new System.Drawing.Size(39, 13);
     this.laUser_approved.TabIndex = 3;
     this.laUser_approved.Text = "[user]";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(103, 16);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(46, 13);
     this.label13.TabIndex = 2;
     this.label13.Text = "Fecha:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(6, 16);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(54, 13);
     this.label7.TabIndex = 2;
     this.label7.Text = "Usuario:";
     //
     // paAuthorization
     //
     this.paAuthorization.Controls.Add(this.ucSign1);
     this.paAuthorization.Dock = System.Windows.Forms.DockStyle.Right;
     this.paAuthorization.Location = new System.Drawing.Point(811, 0);
     this.paAuthorization.Name = "paAuthorization";
     this.paAuthorization.Padding = new System.Windows.Forms.Padding(0, 19, 5, 14);
     this.paAuthorization.Size = new System.Drawing.Size(174, 49);
     this.paAuthorization.TabIndex = 5;
     this.paAuthorization.Visible = false;
     //
     // ucSign1
     //
     this.ucSign1.Location = new System.Drawing.Point(8, 5);
     this.ucSign1.Margin = new System.Windows.Forms.Padding(0);
     this.ucSign1.Name = "ucSign1";
     this.ucSign1.Pwd = null;
     this.ucSign1.Size = new System.Drawing.Size(160, 39);
     this.ucSign1.TabIndex = 13;
     this.ucSign1.Title = "Firmar";
     this.ucSign1.OnSign += new LimsProject.sign(this.ucSign1_OnSign);
     //
     // gbReview
     //
     this.gbReview.Controls.Add(this.laDate_revised);
     this.gbReview.Controls.Add(this.laUser_revised);
     this.gbReview.Controls.Add(this.label28);
     this.gbReview.Controls.Add(this.label29);
     this.gbReview.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbReview.Location = new System.Drawing.Point(284, 6);
     this.gbReview.Name = "gbReview";
     this.gbReview.Size = new System.Drawing.Size(269, 38);
     this.gbReview.TabIndex = 4;
     this.gbReview.TabStop = false;
     this.gbReview.Text = "Revisión";
     this.gbReview.Visible = false;
     //
     // laDate_revised
     //
     this.laDate_revised.AutoSize = true;
     this.laDate_revised.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.laDate_revised.Location = new System.Drawing.Point(158, 16);
     this.laDate_revised.Name = "laDate_revised";
     this.laDate_revised.Size = new System.Drawing.Size(47, 13);
     this.laDate_revised.TabIndex = 3;
     this.laDate_revised.Text = "[fecha]";
     //
     // laUser_revised
     //
     this.laUser_revised.AutoSize = true;
     this.laUser_revised.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.laUser_revised.Location = new System.Drawing.Point(57, 16);
     this.laUser_revised.Name = "laUser_revised";
     this.laUser_revised.Size = new System.Drawing.Size(39, 13);
     this.laUser_revised.TabIndex = 3;
     this.laUser_revised.Text = "[user]";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(112, 16);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(46, 13);
     this.label28.TabIndex = 2;
     this.label28.Text = "Fecha:";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(5, 16);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(54, 13);
     this.label29.TabIndex = 2;
     this.label29.Text = "Usuario:";
     //
     // tbStd
     //
     this.tbStd.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbStd.Location = new System.Drawing.Point(62, 28);
     this.tbStd.Name = "tbStd";
     this.tbStd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbStd.Size = new System.Drawing.Size(57, 20);
     this.tbStd.TabIndex = 1;
     this.tbStd.Leave += new System.EventHandler(this.tbStd_Leave);
     //
     // tbAbs
     //
     this.tbAbs.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbAbs.Location = new System.Drawing.Point(62, 5);
     this.tbAbs.Name = "tbAbs";
     this.tbAbs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbAbs.Size = new System.Drawing.Size(57, 20);
     this.tbAbs.TabIndex = 0;
     this.tbAbs.Leave += new System.EventHandler(this.tbAbs_Leave);
     //
     // btRegAbsStd
     //
     this.btRegAbsStd.Location = new System.Drawing.Point(125, 26);
     this.btRegAbsStd.Name = "btRegAbsStd";
     this.btRegAbsStd.Size = new System.Drawing.Size(61, 23);
     this.btRegAbsStd.TabIndex = 2;
     this.btRegAbsStd.Text = "Registrar";
     this.btRegAbsStd.Click += new System.EventHandler(this.btRegAbsStd_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(10, 31);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(45, 13);
     this.label4.TabIndex = 2;
     this.label4.Text = "Std Ver:";
     //
     // panel6
     //
     this.panel6.Controls.Add(this.tbTitle);
     this.panel6.Controls.Add(this.label16);
     this.panel6.Controls.Add(this.tbCodMethod);
     this.panel6.Controls.Add(this.tbAbbreviation);
     this.panel6.Controls.Add(this.label12);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel6.Location = new System.Drawing.Point(375, 2);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(434, 43);
     this.panel6.TabIndex = 14;
     //
     // tbTitle
     //
     this.tbTitle.Location = new System.Drawing.Point(137, 6);
     this.tbTitle.Name = "tbTitle";
     this.tbTitle.Properties.ReadOnly = true;
     this.tbTitle.Size = new System.Drawing.Size(288, 33);
     this.tbTitle.TabIndex = 6;
     this.tbTitle.TabStop = false;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(71, 4);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(61, 13);
     this.label16.TabIndex = 8;
     this.label16.Text = "Abreviatura";
     //
     // tbCodMethod
     //
     this.tbCodMethod.Location = new System.Drawing.Point(4, 19);
     this.tbCodMethod.Name = "tbCodMethod";
     this.tbCodMethod.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, true, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbCodMethod.Properties.ReadOnly = true;
     this.tbCodMethod.Size = new System.Drawing.Size(61, 20);
     this.tbCodMethod.TabIndex = 13;
     this.tbCodMethod.TabStop = false;
     this.tbCodMethod.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.tbCodMethod_ButtonClick);
     //
     // tbAbbreviation
     //
     this.tbAbbreviation.Location = new System.Drawing.Point(66, 19);
     this.tbAbbreviation.Name = "tbAbbreviation";
     this.tbAbbreviation.Properties.ReadOnly = true;
     this.tbAbbreviation.Size = new System.Drawing.Size(70, 20);
     this.tbAbbreviation.TabIndex = 7;
     this.tbAbbreviation.TabStop = false;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(15, 4);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(40, 13);
     this.label12.TabIndex = 1;
     this.label12.Text = "Código";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.ucSignCloseTray);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(809, 2);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(170, 43);
     this.panel4.TabIndex = 12;
     //
     // ucSignCloseTray
     //
     this.ucSignCloseTray.Location = new System.Drawing.Point(6, 1);
     this.ucSignCloseTray.Margin = new System.Windows.Forms.Padding(0);
     this.ucSignCloseTray.Name = "ucSignCloseTray";
     this.ucSignCloseTray.Pwd = null;
     this.ucSignCloseTray.Size = new System.Drawing.Size(158, 40);
     this.ucSignCloseTray.TabIndex = 12;
     this.ucSignCloseTray.Title = "Cerrar bandeja";
     this.ucSignCloseTray.OnSign += new LimsProject.sign(this.ucSignCloseTray_OnSign);
     //
     // laTitleModule
     //
     this.laTitleModule.AutoSize = true;
     this.laTitleModule.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.laTitleModule.Location = new System.Drawing.Point(0, 1);
     this.laTitleModule.Margin = new System.Windows.Forms.Padding(0);
     this.laTitleModule.Name = "laTitleModule";
     this.laTitleModule.Size = new System.Drawing.Size(57, 20);
     this.laTitleModule.TabIndex = 10;
     this.laTitleModule.Text = "label7";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(53, 13);
     this.label5.TabIndex = 2;
     this.label5.Text = "Abs1 Std:";
     //
     // tbUnitMeasure
     //
     this.tbUnitMeasure.Location = new System.Drawing.Point(284, 28);
     this.tbUnitMeasure.Name = "tbUnitMeasure";
     this.tbUnitMeasure.Properties.ReadOnly = true;
     this.tbUnitMeasure.Size = new System.Drawing.Size(31, 20);
     this.tbUnitMeasure.TabIndex = 9;
     this.tbUnitMeasure.TabStop = false;
     //
     // tbLawMri
     //
     this.tbLawMri.Location = new System.Drawing.Point(225, 28);
     this.tbLawMri.Name = "tbLawMri";
     this.tbLawMri.Properties.ReadOnly = true;
     this.tbLawMri.Size = new System.Drawing.Size(56, 20);
     this.tbLawMri.TabIndex = 9;
     this.tbLawMri.TabStop = false;
     //
     // tbSdMr
     //
     this.tbSdMr.Location = new System.Drawing.Point(353, 28);
     this.tbSdMr.Name = "tbSdMr";
     this.tbSdMr.Properties.ReadOnly = true;
     this.tbSdMr.Size = new System.Drawing.Size(75, 20);
     this.tbSdMr.TabIndex = 9;
     this.tbSdMr.TabStop = false;
     //
     // tbSdBlk
     //
     this.tbSdBlk.Location = new System.Drawing.Point(353, 5);
     this.tbSdBlk.Name = "tbSdBlk";
     this.tbSdBlk.Properties.ReadOnly = true;
     this.tbSdBlk.Size = new System.Drawing.Size(75, 20);
     this.tbSdBlk.TabIndex = 9;
     this.tbSdBlk.TabStop = false;
     //
     // tbMri
     //
     this.tbMri.Location = new System.Drawing.Point(225, 5);
     this.tbMri.Name = "tbMri";
     this.tbMri.Properties.ReadOnly = true;
     this.tbMri.Size = new System.Drawing.Size(56, 20);
     this.tbMri.TabIndex = 9;
     this.tbMri.TabStop = false;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(194, 31);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(27, 13);
     this.label18.TabIndex = 4;
     this.label18.Text = "Ley:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(434, 31);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(77, 13);
     this.label15.TabIndex = 4;
     this.label15.Text = "Error permitido:";
     //
     // tbErrorAllowed
     //
     this.tbErrorAllowed.Location = new System.Drawing.Point(514, 28);
     this.tbErrorAllowed.Name = "tbErrorAllowed";
     this.tbErrorAllowed.Properties.ReadOnly = true;
     this.tbErrorAllowed.Size = new System.Drawing.Size(52, 20);
     this.tbErrorAllowed.TabIndex = 5;
     this.tbErrorAllowed.TabStop = false;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(320, 8);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(31, 13);
     this.label20.TabIndex = 2;
     this.label20.Text = "LRB:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(320, 31);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(30, 13);
     this.label19.TabIndex = 2;
     this.label19.Text = "MRI:";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(194, 9);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(24, 13);
     this.label17.TabIndex = 2;
     this.label17.Text = "Mri:";
     //
     // deDate_allowed_error
     //
     this.deDate_allowed_error.EditValue = null;
     this.deDate_allowed_error.Location = new System.Drawing.Point(477, 5);
     this.deDate_allowed_error.Name = "deDate_allowed_error";
     this.deDate_allowed_error.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deDate_allowed_error.Properties.ReadOnly = true;
     this.deDate_allowed_error.Size = new System.Drawing.Size(89, 20);
     this.deDate_allowed_error.TabIndex = 3;
     this.deDate_allowed_error.TabStop = false;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(434, 6);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(40, 13);
     this.label14.TabIndex = 2;
     this.label14.Text = "Fecha:";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.paQaqc2);
     this.panelControl1.Controls.Add(this.paQaqc1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(231, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(985, 103);
     this.panelControl1.TabIndex = 11;
     this.panelControl1.Text = "panelControl1";
     //
     // paQaqc2
     //
     this.paQaqc2.Controls.Add(this.deDate_allowed_error);
     this.paQaqc2.Controls.Add(this.tbSdBlk);
     this.paQaqc2.Controls.Add(this.tbStd);
     this.paQaqc2.Controls.Add(this.tbMri);
     this.paQaqc2.Controls.Add(this.tbSdMr);
     this.paQaqc2.Controls.Add(this.tbAbs);
     this.paQaqc2.Controls.Add(this.label18);
     this.paQaqc2.Controls.Add(this.label14);
     this.paQaqc2.Controls.Add(this.tbLawMri);
     this.paQaqc2.Controls.Add(this.btRegAbsStd);
     this.paQaqc2.Controls.Add(this.label15);
     this.paQaqc2.Controls.Add(this.label17);
     this.paQaqc2.Controls.Add(this.tbUnitMeasure);
     this.paQaqc2.Controls.Add(this.label4);
     this.paQaqc2.Controls.Add(this.tbErrorAllowed);
     this.paQaqc2.Controls.Add(this.label19);
     this.paQaqc2.Controls.Add(this.label5);
     this.paQaqc2.Controls.Add(this.label20);
     this.paQaqc2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.paQaqc2.Enabled = false;
     this.paQaqc2.Location = new System.Drawing.Point(2, 49);
     this.paQaqc2.Name = "paQaqc2";
     this.paQaqc2.Size = new System.Drawing.Size(981, 52);
     this.paQaqc2.TabIndex = 17;
     this.paQaqc2.Text = "paQaqc2";
     //
     // paQaqc1
     //
     this.paQaqc1.Appearance.BackColor = System.Drawing.Color.LightSteelBlue;
     this.paQaqc1.Appearance.Options.UseBackColor = true;
     this.paQaqc1.Controls.Add(this.panel6);
     this.paQaqc1.Controls.Add(this.panel4);
     this.paQaqc1.Controls.Add(this.panel7);
     this.paQaqc1.Dock = System.Windows.Forms.DockStyle.Top;
     this.paQaqc1.Location = new System.Drawing.Point(2, 2);
     this.paQaqc1.Name = "paQaqc1";
     this.paQaqc1.Size = new System.Drawing.Size(981, 47);
     this.paQaqc1.TabIndex = 16;
     this.paQaqc1.Text = "paTitle2";
     //
     // panel7
     //
     this.panel7.Controls.Add(this.laTitleModule);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(2, 2);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(977, 43);
     this.panel7.TabIndex = 15;
     //
     // img32x32
     //
     this.img32x32.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("img32x32.ImageStream")));
     this.img32x32.TransparentColor = System.Drawing.Color.Transparent;
     this.img32x32.Images.SetKeyName(0, "add_file.png");
     //
     // FormNewQaQc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1230, 643);
     this.Name = "FormNewQaQc";
     this.Text = "Módulo de QaQc";
     this.Load += new System.EventHandler(this.FormQaQc_Load);
     this.paTitleSearch.ResumeLayout(false);
     this.paTopBasicButtons.ResumeLayout(false);
     this.paTopSearch.ResumeLayout(false);
     this.paBottomSearch.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.paSearchGen.ResumeLayout(false);
     this.paSearchGen.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.paInferior.ResumeLayout(false);
     this.paTitulo.ResumeLayout(false);
     this.paCentral.ResumeLayout(false);
     this.thePanelTab1.ResumeLayout(false);
     this.tpDatos.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcBachCalc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_Previous_par)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDes_Sample)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCheckDilution)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_ShowPopup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_parity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_approve)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_review)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_StatusResult)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_ShowObs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_HasRetest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProcedence2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeTrayWaiting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repRepetition)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repHour)).EndInit();
     this.expandablePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabTreeQaqc)).EndInit();
     this.tabTreeQaqc.ResumeLayout(false);
     this.xtraTabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuthorizationWait.Properties)).EndInit();
     this.xtraTabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeTrayFinished)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paListAuthorization)).EndInit();
     this.paListAuthorization.ResumeLayout(false);
     this.paListAuthorization.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuthorizationApproved.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paHistoryFilter)).EndInit();
     this.paHistoryFilter.ResumeLayout(false);
     this.paHistoryFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txSample.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTypeSample.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbCompany.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckSample.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCompany.Properties)).EndInit();
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.deFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deUntil.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paButtons)).EndInit();
     this.paButtons.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.gbApprove.ResumeLayout(false);
     this.gbApprove.PerformLayout();
     this.paAuthorization.ResumeLayout(false);
     this.gbReview.ResumeLayout(false);
     this.gbReview.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbStd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAbs.Properties)).EndInit();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbTitle.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCodMethod.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAbbreviation.Properties)).EndInit();
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbUnitMeasure.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLawMri.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSdMr.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSdBlk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMri.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbErrorAllowed.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDate_allowed_error.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.paQaqc2)).EndInit();
     this.paQaqc2.ResumeLayout(false);
     this.paQaqc2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paQaqc1)).EndInit();
     this.paQaqc1.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     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()
 {
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode4 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode5 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode6 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode7 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode8 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode9 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode10 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode11 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode12 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode13 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode14 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode15 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode16 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode17 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode18 = new DevExpress.XtraGrid.GridLevelNode();
     this.gridViewCDAlhasas = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEditSave = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEditDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridControlCode = new DevExpress.XtraGrid.GridControl();
     this.gridViewCDAlsofof = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditmarhala_code = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView8 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn64 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn65 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn62 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn63 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCDEFasl = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCDDayname = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_HesaTime = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditdaycode = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView9 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn67 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn68 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn55 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEdithasa_code = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView10 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn69 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn70 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEditT = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.gridColumn66 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCDSubjectWekly = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditalsofof_code = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditSubjectId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView11 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn71 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn73 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCalcEditn0 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.gridColumn72 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEditCheckMe = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCDPlace = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn79 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn82 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn83 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_EmpState = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn85 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_JobDescription = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn86 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn87 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn97 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn100 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_EmpJob = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn101 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn109 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn110 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditJobDescriptionId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn115 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn118 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn111 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn114 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_Department = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn119 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn120 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn121 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn122 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_Subject = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn123 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn124 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn125 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn126 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn127 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_QualifiedPlace = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn128 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn129 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn130 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn131 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCDQualification = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn132 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn133 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn134 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn135 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn136 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_Specialization = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn137 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditqualId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn138 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn139 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn140 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn141 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_MaritalStatus = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewTBL_Priority = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_Asasetime = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn106 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn107 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn108 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditSPOS = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn112 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn113 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn116 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn117 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditPayTypeId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn54 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCalcEditf2 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.repositoryItemGridLookUpEditKastNoId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditEmpID = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView12 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn75 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoExEditBigTxt = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemGridLookUpEditfasl_code = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView13 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn80 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn81 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn88 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn74 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn89 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn90 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn84 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_AgazaType = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEditTF = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDAlhasas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDAlsofof)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditmarhala_code)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDEFasl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDDayname)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_HesaTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditdaycode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdithasa_code)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEditT)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDSubjectWekly)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditalsofof_code)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditSubjectId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditn0)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEditCheckMe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDPlace)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_EmpState)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_JobDescription)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_EmpJob)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditJobDescriptionId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Department)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Subject)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_QualifiedPlace)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDQualification)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Specialization)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditqualId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_MaritalStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTBL_Priority)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Asasetime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditSPOS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditPayTypeId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditf2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditKastNoId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditEmpID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEditBigTxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditfasl_code)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_AgazaType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEditTF)).BeginInit();
     this.SuspendLayout();
     //
     // gridViewCDAlhasas
     //
     this.gridViewCDAlhasas.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4});
     this.gridViewCDAlhasas.GridControl = this.gridControlCode;
     this.gridViewCDAlhasas.Name = "gridViewCDAlhasas";
     this.gridViewCDAlhasas.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption = "الحصع بالعربيه";
     this.gridColumn1.FieldName = "hasa_name";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 172;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption = "الحصه بالانجليزيه";
     this.gridColumn2.FieldName = "hasa_name_e";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 152;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.Caption = "حفظ";
     this.gridColumn3.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // repositoryItemButtonEditSave
     //
     this.repositoryItemButtonEditSave.AutoHeight = false;
     this.repositoryItemButtonEditSave.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
     this.repositoryItemButtonEditSave.Name = "repositoryItemButtonEditSave";
     this.repositoryItemButtonEditSave.Tag = "save";
     this.repositoryItemButtonEditSave.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEditSave.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditSave_ButtonClick);
     this.repositoryItemButtonEditSave.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.Caption = "حذف";
     this.gridColumn4.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // repositoryItemButtonEditDel
     //
     this.repositoryItemButtonEditDel.AutoHeight = false;
     this.repositoryItemButtonEditDel.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.repositoryItemButtonEditDel.Name = "repositoryItemButtonEditDel";
     this.repositoryItemButtonEditDel.Tag = "delete";
     this.repositoryItemButtonEditDel.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEditDel.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditDel_ButtonClick);
     this.repositoryItemButtonEditDel.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // gridControlCode
     //
     this.gridControlCode.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlCode.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlCode.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlCode.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlCode.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridControlCode.EmbeddedNavigator.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.gridControlCode_EmbeddedNavigator_ButtonClick);
     gridLevelNode1.LevelTemplate = this.gridViewCDAlhasas;
     gridLevelNode1.RelationName = "Level1";
     gridLevelNode2.LevelTemplate = this.gridViewCDAlsofof;
     gridLevelNode2.RelationName = "Level2";
     gridLevelNode3.LevelTemplate = this.gridViewCDEFasl;
     gridLevelNode3.RelationName = "Level3";
     gridLevelNode4.LevelTemplate = this.gridViewCDDayname;
     gridLevelNode4.RelationName = "Level4";
     gridLevelNode5.LevelTemplate = this.gridViewCD_HesaTime;
     gridLevelNode5.RelationName = "Level5";
     gridLevelNode6.LevelTemplate = this.gridViewCDSubjectWekly;
     gridLevelNode6.RelationName = "Level6";
     gridLevelNode7.LevelTemplate = this.gridViewCDPlace;
     gridLevelNode7.RelationName = "Level19";
     gridLevelNode8.LevelTemplate = this.gridViewCD_EmpState;
     gridLevelNode8.RelationName = "Level7";
     gridLevelNode9.LevelTemplate = this.gridViewCD_JobDescription;
     gridLevelNode9.RelationName = "Level8";
     gridLevelNode10.LevelTemplate = this.gridViewCD_EmpJob;
     gridLevelNode10.RelationName = "Level9";
     gridLevelNode11.LevelTemplate = this.gridViewCD_Department;
     gridLevelNode11.RelationName = "Level10";
     gridLevelNode12.LevelTemplate = this.gridViewCD_Subject;
     gridLevelNode12.RelationName = "Level11";
     gridLevelNode13.LevelTemplate = this.gridViewCD_QualifiedPlace;
     gridLevelNode13.RelationName = "Level12";
     gridLevelNode14.LevelTemplate = this.gridViewCDQualification;
     gridLevelNode14.RelationName = "Level13";
     gridLevelNode15.LevelTemplate = this.gridViewCD_Specialization;
     gridLevelNode15.RelationName = "Level14";
     gridLevelNode16.LevelTemplate = this.gridViewCD_MaritalStatus;
     gridLevelNode16.RelationName = "Level15";
     gridLevelNode17.LevelTemplate = this.gridViewTBL_Priority;
     gridLevelNode17.RelationName = "Level16";
     gridLevelNode18.LevelTemplate = this.gridViewCD_AgazaType;
     gridLevelNode18.RelationName = "Level17";
     this.gridControlCode.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1,
     gridLevelNode2,
     gridLevelNode3,
     gridLevelNode4,
     gridLevelNode5,
     gridLevelNode6,
     gridLevelNode7,
     gridLevelNode8,
     gridLevelNode9,
     gridLevelNode10,
     gridLevelNode11,
     gridLevelNode12,
     gridLevelNode13,
     gridLevelNode14,
     gridLevelNode15,
     gridLevelNode16,
     gridLevelNode17,
     gridLevelNode18});
     this.gridControlCode.Location = new System.Drawing.Point(0, 0);
     this.gridControlCode.MainView = this.gridViewCD_Asasetime;
     this.gridControlCode.Name = "gridControlCode";
     this.gridControlCode.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemButtonEditSave,
     this.repositoryItemButtonEditDel,
     this.repositoryItemCheckEditCheckMe,
     this.repositoryItemGridLookUpEditSPOS,
     this.repositoryItemGridLookUpEditqualId,
     this.repositoryItemGridLookUpEditPayTypeId,
     this.repositoryItemGridLookUpEditalsofof_code,
     this.repositoryItemCalcEditf2,
     this.repositoryItemGridLookUpEditKastNoId,
     this.repositoryItemGridLookUpEditmarhala_code,
     this.repositoryItemGridLookUpEditdaycode,
     this.repositoryItemGridLookUpEdithasa_code,
     this.repositoryItemTimeEditT,
     this.repositoryItemGridLookUpEditSubjectId,
     this.repositoryItemCalcEditn0,
     this.repositoryItemGridLookUpEditEmpID,
     this.repositoryItemMemoExEditBigTxt,
     this.repositoryItemGridLookUpEditfasl_code,
     this.repositoryItemGridLookUpEditJobDescriptionId,
     this.repositoryItemCheckEditTF});
     this.gridControlCode.Size = new System.Drawing.Size(534, 362);
     this.gridControlCode.TabIndex = 0;
     this.gridControlCode.UseEmbeddedNavigator = true;
     this.gridControlCode.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewCDAlsofof,
     this.gridViewCDEFasl,
     this.gridViewCDDayname,
     this.gridViewCD_HesaTime,
     this.gridViewCDSubjectWekly,
     this.gridViewCDPlace,
     this.gridViewCD_EmpState,
     this.gridViewCD_JobDescription,
     this.gridViewCD_EmpJob,
     this.gridViewCD_Department,
     this.gridViewCD_Subject,
     this.gridViewCD_QualifiedPlace,
     this.gridViewCDQualification,
     this.gridViewCD_Specialization,
     this.gridViewCD_MaritalStatus,
     this.gridViewTBL_Priority,
     this.gridViewCD_Asasetime,
     this.gridViewCDAlhasas,
     this.gridViewCD_AgazaType});
     this.gridControlCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // gridViewCDAlsofof
     //
     this.gridViewCDAlsofof.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn6,
     this.gridColumn5,
     this.gridColumn61,
     this.gridColumn62,
     this.gridColumn63,
     this.gridColumn10,
     this.gridColumn11});
     this.gridViewCDAlsofof.GridControl = this.gridControlCode;
     this.gridViewCDAlsofof.Name = "gridViewCDAlsofof";
     this.gridViewCDAlsofof.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn6
     //
     this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn6.Caption = "المرحله";
     this.gridColumn6.ColumnEdit = this.repositoryItemGridLookUpEditmarhala_code;
     this.gridColumn6.FieldName = "marhala_code";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width = 124;
     //
     // repositoryItemGridLookUpEditmarhala_code
     //
     this.repositoryItemGridLookUpEditmarhala_code.AutoHeight = false;
     this.repositoryItemGridLookUpEditmarhala_code.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditmarhala_code.DisplayMember = "marhala_name";
     this.repositoryItemGridLookUpEditmarhala_code.Name = "repositoryItemGridLookUpEditmarhala_code";
     this.repositoryItemGridLookUpEditmarhala_code.NullText = "";
     this.repositoryItemGridLookUpEditmarhala_code.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditmarhala_code.ValueMember = "marhala_code";
     this.repositoryItemGridLookUpEditmarhala_code.View = this.gridView8;
     //
     // gridView8
     //
     this.gridView8.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn64,
     this.gridColumn65});
     this.gridView8.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView8.Name = "gridView8";
     this.gridView8.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView8.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn64
     //
     this.gridColumn64.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn64.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn64.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn64.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn64.Caption = "الاسم بالعربيه";
     this.gridColumn64.FieldName = "marhala_name";
     this.gridColumn64.Name = "gridColumn64";
     this.gridColumn64.Visible = true;
     this.gridColumn64.VisibleIndex = 0;
     //
     // gridColumn65
     //
     this.gridColumn65.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn65.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn65.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn65.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn65.Caption = "الاسم بالانجليزيه";
     this.gridColumn65.FieldName = "marhala_name_e";
     this.gridColumn65.Name = "gridColumn65";
     this.gridColumn65.Visible = true;
     this.gridColumn65.VisibleIndex = 1;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.Caption = "الصف بالعربيه";
     this.gridColumn5.FieldName = "alsofof_name";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     this.gridColumn5.Width = 107;
     //
     // gridColumn61
     //
     this.gridColumn61.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn61.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn61.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn61.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn61.Caption = "الصف بالانجليزيه";
     this.gridColumn61.FieldName = "alsofof_name_e";
     this.gridColumn61.Name = "gridColumn61";
     this.gridColumn61.Visible = true;
     this.gridColumn61.VisibleIndex = 2;
     this.gridColumn61.Width = 129;
     //
     // gridColumn62
     //
     this.gridColumn62.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn62.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn62.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn62.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn62.Caption = "مختصر بالعربيه";
     this.gridColumn62.FieldName = "Shortly";
     this.gridColumn62.Name = "gridColumn62";
     this.gridColumn62.Visible = true;
     this.gridColumn62.VisibleIndex = 3;
     this.gridColumn62.Width = 90;
     //
     // gridColumn63
     //
     this.gridColumn63.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn63.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn63.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn63.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn63.Caption = "مختصر بالانجليزيه";
     this.gridColumn63.FieldName = "Shortlye";
     this.gridColumn63.Name = "gridColumn63";
     this.gridColumn63.Visible = true;
     this.gridColumn63.VisibleIndex = 4;
     this.gridColumn63.Width = 106;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn10.Caption = "حفظ";
     this.gridColumn10.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 5;
     this.gridColumn10.Width = 68;
     //
     // gridColumn11
     //
     this.gridColumn11.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn11.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn11.Caption = "حذف";
     this.gridColumn11.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 6;
     this.gridColumn11.Width = 54;
     //
     // gridViewCDEFasl
     //
     this.gridViewCDEFasl.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn32,
     this.gridColumn33,
     this.gridColumn16,
     this.gridColumn17});
     this.gridViewCDEFasl.GridControl = this.gridControlCode;
     this.gridViewCDEFasl.Name = "gridViewCDEFasl";
     this.gridViewCDEFasl.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn14
     //
     this.gridColumn14.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn14.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn14.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn14.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn14.Caption = "الاسم بالعربيه";
     this.gridColumn14.FieldName = "fasl_name";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 0;
     this.gridColumn14.Width = 164;
     //
     // gridColumn15
     //
     this.gridColumn15.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn15.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn15.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn15.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn15.Caption = "الاسم بالانجليزيه";
     this.gridColumn15.FieldName = "fasl_name_e";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 1;
     this.gridColumn15.Width = 147;
     //
     // gridColumn32
     //
     this.gridColumn32.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn32.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn32.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn32.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn32.Caption = "مختصر بالعربيه";
     this.gridColumn32.FieldName = "Shortly";
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.Visible = true;
     this.gridColumn32.VisibleIndex = 2;
     //
     // gridColumn33
     //
     this.gridColumn33.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn33.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn33.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn33.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn33.Caption = "مختصر بالانجليزيه";
     this.gridColumn33.FieldName = "Shortlye";
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 3;
     this.gridColumn33.Width = 88;
     //
     // gridColumn16
     //
     this.gridColumn16.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn16.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn16.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn16.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn16.Caption = "حفظ";
     this.gridColumn16.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn17
     //
     this.gridColumn17.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn17.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn17.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn17.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn17.Caption = "حذف";
     this.gridColumn17.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 5;
     //
     // gridViewCDDayname
     //
     this.gridViewCDDayname.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn18,
     this.gridColumn19,
     this.gridColumn20,
     this.gridColumn21});
     this.gridViewCDDayname.GridControl = this.gridControlCode;
     this.gridViewCDDayname.Name = "gridViewCDDayname";
     this.gridViewCDDayname.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn18
     //
     this.gridColumn18.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn18.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn18.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn18.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn18.Caption = "الاسم بالعربيه";
     this.gridColumn18.FieldName = "dayname";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 0;
     this.gridColumn18.Width = 153;
     //
     // gridColumn19
     //
     this.gridColumn19.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn19.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn19.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn19.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn19.Caption = "الاسم بالانجليزيه";
     this.gridColumn19.FieldName = "dayname_e";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 1;
     this.gridColumn19.Width = 155;
     //
     // gridColumn20
     //
     this.gridColumn20.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn20.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn20.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn20.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn20.Caption = "حفظ";
     this.gridColumn20.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 2;
     //
     // gridColumn21
     //
     this.gridColumn21.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn21.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn21.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn21.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn21.Caption = "حذف";
     this.gridColumn21.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 3;
     //
     // gridViewCD_HesaTime
     //
     this.gridViewCD_HesaTime.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn22,
     this.gridColumn7,
     this.gridColumn55,
     this.gridColumn58,
     this.gridColumn66,
     this.gridColumn24,
     this.gridColumn25});
     this.gridViewCD_HesaTime.GridControl = this.gridControlCode;
     this.gridViewCD_HesaTime.Name = "gridViewCD_HesaTime";
     this.gridViewCD_HesaTime.OptionsView.ColumnAutoWidth = false;
     this.gridViewCD_HesaTime.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gridViewCD_HesaTime_InitNewRow);
     //
     // gridColumn22
     //
     this.gridColumn22.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn22.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn22.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn22.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn22.Caption = "المرحله";
     this.gridColumn22.ColumnEdit = this.repositoryItemGridLookUpEditmarhala_code;
     this.gridColumn22.FieldName = "marhala_code";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 0;
     this.gridColumn22.Width = 127;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn7.Caption = "اليوم";
     this.gridColumn7.ColumnEdit = this.repositoryItemGridLookUpEditdaycode;
     this.gridColumn7.FieldName = "daycode";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 1;
     this.gridColumn7.Width = 104;
     //
     // repositoryItemGridLookUpEditdaycode
     //
     this.repositoryItemGridLookUpEditdaycode.AutoHeight = false;
     this.repositoryItemGridLookUpEditdaycode.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditdaycode.DisplayMember = "dayname";
     this.repositoryItemGridLookUpEditdaycode.Name = "repositoryItemGridLookUpEditdaycode";
     this.repositoryItemGridLookUpEditdaycode.NullText = "";
     this.repositoryItemGridLookUpEditdaycode.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditdaycode.ValueMember = "daycode";
     this.repositoryItemGridLookUpEditdaycode.View = this.gridView9;
     //
     // gridView9
     //
     this.gridView9.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn67,
     this.gridColumn68});
     this.gridView9.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView9.Name = "gridView9";
     this.gridView9.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView9.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn67
     //
     this.gridColumn67.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn67.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn67.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn67.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn67.Caption = "اليوم بالعربيه";
     this.gridColumn67.FieldName = "dayname";
     this.gridColumn67.Name = "gridColumn67";
     this.gridColumn67.Visible = true;
     this.gridColumn67.VisibleIndex = 0;
     //
     // gridColumn68
     //
     this.gridColumn68.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn68.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn68.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn68.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn68.Caption = "اليوم بالانجليزيه";
     this.gridColumn68.FieldName = "dayname_e";
     this.gridColumn68.Name = "gridColumn68";
     this.gridColumn68.Visible = true;
     this.gridColumn68.VisibleIndex = 1;
     //
     // gridColumn55
     //
     this.gridColumn55.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn55.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn55.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn55.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn55.Caption = "الحصه";
     this.gridColumn55.ColumnEdit = this.repositoryItemGridLookUpEdithasa_code;
     this.gridColumn55.FieldName = "hasa_code";
     this.gridColumn55.Name = "gridColumn55";
     this.gridColumn55.Visible = true;
     this.gridColumn55.VisibleIndex = 2;
     this.gridColumn55.Width = 101;
     //
     // repositoryItemGridLookUpEdithasa_code
     //
     this.repositoryItemGridLookUpEdithasa_code.AutoHeight = false;
     this.repositoryItemGridLookUpEdithasa_code.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEdithasa_code.DisplayMember = "hasa_name";
     this.repositoryItemGridLookUpEdithasa_code.Name = "repositoryItemGridLookUpEdithasa_code";
     this.repositoryItemGridLookUpEdithasa_code.NullText = "";
     this.repositoryItemGridLookUpEdithasa_code.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEdithasa_code.ValueMember = "hasa_code";
     this.repositoryItemGridLookUpEdithasa_code.View = this.gridView10;
     //
     // gridView10
     //
     this.gridView10.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn69,
     this.gridColumn70});
     this.gridView10.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView10.Name = "gridView10";
     this.gridView10.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView10.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn69
     //
     this.gridColumn69.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn69.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn69.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn69.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn69.Caption = "الحصه بالعربيه";
     this.gridColumn69.FieldName = "hasa_name";
     this.gridColumn69.Name = "gridColumn69";
     this.gridColumn69.Visible = true;
     this.gridColumn69.VisibleIndex = 0;
     //
     // gridColumn70
     //
     this.gridColumn70.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn70.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn70.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn70.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn70.Caption = "الحصه بالانجليزيه";
     this.gridColumn70.FieldName = "hasa_name_e";
     this.gridColumn70.Name = "gridColumn70";
     this.gridColumn70.Visible = true;
     this.gridColumn70.VisibleIndex = 1;
     //
     // gridColumn58
     //
     this.gridColumn58.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn58.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn58.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn58.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn58.Caption = "وقت البداء";
     this.gridColumn58.ColumnEdit = this.repositoryItemTimeEditT;
     this.gridColumn58.FieldName = "tiem_be";
     this.gridColumn58.Name = "gridColumn58";
     this.gridColumn58.Visible = true;
     this.gridColumn58.VisibleIndex = 3;
     this.gridColumn58.Width = 79;
     //
     // repositoryItemTimeEditT
     //
     this.repositoryItemTimeEditT.AutoHeight = false;
     this.repositoryItemTimeEditT.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEditT.DisplayFormat.FormatString = "hh:mm:ss t";
     this.repositoryItemTimeEditT.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEditT.EditFormat.FormatString = "hh:mm:ss t";
     this.repositoryItemTimeEditT.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEditT.Mask.EditMask = "hh:mm:ss t";
     this.repositoryItemTimeEditT.Name = "repositoryItemTimeEditT";
     //
     // gridColumn66
     //
     this.gridColumn66.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn66.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn66.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn66.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn66.Caption = "وقت النهايه";
     this.gridColumn66.ColumnEdit = this.repositoryItemTimeEditT;
     this.gridColumn66.FieldName = "tiem_en";
     this.gridColumn66.Name = "gridColumn66";
     this.gridColumn66.Visible = true;
     this.gridColumn66.VisibleIndex = 4;
     this.gridColumn66.Width = 76;
     //
     // gridColumn24
     //
     this.gridColumn24.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn24.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn24.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn24.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn24.Caption = "حفظ";
     this.gridColumn24.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 5;
     //
     // gridColumn25
     //
     this.gridColumn25.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn25.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn25.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn25.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn25.Caption = "حذف";
     this.gridColumn25.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 6;
     //
     // gridViewCDSubjectWekly
     //
     this.gridViewCDSubjectWekly.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn26,
     this.gridColumn27,
     this.gridColumn59,
     this.gridColumn72,
     this.gridColumn28,
     this.gridColumn29});
     this.gridViewCDSubjectWekly.GridControl = this.gridControlCode;
     this.gridViewCDSubjectWekly.Name = "gridViewCDSubjectWekly";
     this.gridViewCDSubjectWekly.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn26
     //
     this.gridColumn26.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn26.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn26.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn26.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn26.Caption = "الصف";
     this.gridColumn26.ColumnEdit = this.repositoryItemGridLookUpEditalsofof_code;
     this.gridColumn26.FieldName = "alsofof_code";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 0;
     this.gridColumn26.Width = 177;
     //
     // repositoryItemGridLookUpEditalsofof_code
     //
     this.repositoryItemGridLookUpEditalsofof_code.AutoHeight = false;
     this.repositoryItemGridLookUpEditalsofof_code.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditalsofof_code.DisplayMember = "alsofof_name";
     this.repositoryItemGridLookUpEditalsofof_code.Name = "repositoryItemGridLookUpEditalsofof_code";
     this.repositoryItemGridLookUpEditalsofof_code.NullText = "";
     this.repositoryItemGridLookUpEditalsofof_code.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditalsofof_code.ValueMember = "alsofof_code";
     //
     // gridColumn27
     //
     this.gridColumn27.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn27.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn27.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn27.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn27.Caption = "الماده";
     this.gridColumn27.ColumnEdit = this.repositoryItemGridLookUpEditSubjectId;
     this.gridColumn27.FieldName = "SubjectId";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 1;
     this.gridColumn27.Width = 151;
     //
     // repositoryItemGridLookUpEditSubjectId
     //
     this.repositoryItemGridLookUpEditSubjectId.AutoHeight = false;
     this.repositoryItemGridLookUpEditSubjectId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditSubjectId.DisplayMember = "Subject";
     this.repositoryItemGridLookUpEditSubjectId.Name = "repositoryItemGridLookUpEditSubjectId";
     this.repositoryItemGridLookUpEditSubjectId.NullText = "";
     this.repositoryItemGridLookUpEditSubjectId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditSubjectId.ValueMember = "SubjectId";
     this.repositoryItemGridLookUpEditSubjectId.View = this.gridView11;
     //
     // gridView11
     //
     this.gridView11.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn71,
     this.gridColumn73});
     this.gridView11.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView11.Name = "gridView11";
     this.gridView11.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView11.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn71
     //
     this.gridColumn71.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn71.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn71.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn71.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn71.Caption = "الاسم بالعربيه";
     this.gridColumn71.FieldName = "Subject";
     this.gridColumn71.Name = "gridColumn71";
     this.gridColumn71.Visible = true;
     this.gridColumn71.VisibleIndex = 0;
     //
     // gridColumn73
     //
     this.gridColumn73.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn73.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn73.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn73.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn73.Caption = "الاسم بالانجليزيه";
     this.gridColumn73.FieldName = "Subject_e";
     this.gridColumn73.Name = "gridColumn73";
     this.gridColumn73.Visible = true;
     this.gridColumn73.VisibleIndex = 1;
     //
     // gridColumn59
     //
     this.gridColumn59.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn59.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn59.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn59.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn59.Caption = "عدد الحصص اسبوعيا";
     this.gridColumn59.ColumnEdit = this.repositoryItemCalcEditn0;
     this.gridColumn59.FieldName = "hesasno";
     this.gridColumn59.Name = "gridColumn59";
     this.gridColumn59.Visible = true;
     this.gridColumn59.VisibleIndex = 2;
     this.gridColumn59.Width = 110;
     //
     // repositoryItemCalcEditn0
     //
     this.repositoryItemCalcEditn0.AutoHeight = false;
     this.repositoryItemCalcEditn0.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemCalcEditn0.DisplayFormat.FormatString = "n0";
     this.repositoryItemCalcEditn0.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEditn0.EditFormat.FormatString = "n0";
     this.repositoryItemCalcEditn0.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEditn0.Mask.EditMask = "n0";
     this.repositoryItemCalcEditn0.Name = "repositoryItemCalcEditn0";
     //
     // gridColumn72
     //
     this.gridColumn72.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn72.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn72.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn72.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn72.Caption = "حصتين متتاليتين";
     this.gridColumn72.ColumnEdit = this.repositoryItemCheckEditCheckMe;
     this.gridColumn72.FieldName = "twoh";
     this.gridColumn72.Name = "gridColumn72";
     this.gridColumn72.Visible = true;
     this.gridColumn72.VisibleIndex = 3;
     this.gridColumn72.Width = 118;
     //
     // repositoryItemCheckEditCheckMe
     //
     this.repositoryItemCheckEditCheckMe.AutoHeight = false;
     this.repositoryItemCheckEditCheckMe.Name = "repositoryItemCheckEditCheckMe";
     this.repositoryItemCheckEditCheckMe.ValueGrayed = false;
     this.repositoryItemCheckEditCheckMe.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // gridColumn28
     //
     this.gridColumn28.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn28.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn28.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn28.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn28.Caption = "حفظ";
     this.gridColumn28.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 4;
     //
     // gridColumn29
     //
     this.gridColumn29.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn29.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn29.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn29.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn29.Caption = "حذف";
     this.gridColumn29.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 5;
     //
     // gridViewCDPlace
     //
     this.gridViewCDPlace.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn79,
     this.gridColumn82,
     this.gridColumn83});
     this.gridViewCDPlace.GridControl = this.gridControlCode;
     this.gridViewCDPlace.Name = "gridViewCDPlace";
     this.gridViewCDPlace.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn79
     //
     this.gridColumn79.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn79.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn79.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn79.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn79.Caption = "المكان";
     this.gridColumn79.FieldName = "place";
     this.gridColumn79.Name = "gridColumn79";
     this.gridColumn79.Visible = true;
     this.gridColumn79.VisibleIndex = 0;
     this.gridColumn79.Width = 193;
     //
     // gridColumn82
     //
     this.gridColumn82.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn82.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn82.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn82.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn82.Caption = "حفظ";
     this.gridColumn82.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn82.Name = "gridColumn82";
     this.gridColumn82.Visible = true;
     this.gridColumn82.VisibleIndex = 1;
     //
     // gridColumn83
     //
     this.gridColumn83.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn83.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn83.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn83.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn83.Caption = "حذف";
     this.gridColumn83.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn83.Name = "gridColumn83";
     this.gridColumn83.Visible = true;
     this.gridColumn83.VisibleIndex = 2;
     //
     // gridViewCD_EmpState
     //
     this.gridViewCD_EmpState.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn56,
     this.gridColumn60,
     this.gridColumn85});
     this.gridViewCD_EmpState.GridControl = this.gridControlCode;
     this.gridViewCD_EmpState.Name = "gridViewCD_EmpState";
     this.gridViewCD_EmpState.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn8.Caption = "الحاله بالعربيه";
     this.gridColumn8.FieldName = "EmpStateName";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 0;
     this.gridColumn8.Width = 134;
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.Caption = "الحاله بالانجليزيه";
     this.gridColumn9.FieldName = "EmpStateName_e";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 1;
     this.gridColumn9.Width = 126;
     //
     // gridColumn56
     //
     this.gridColumn56.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn56.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn56.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn56.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn56.Caption = "علي رأس العمل";
     this.gridColumn56.ColumnEdit = this.repositoryItemCheckEditCheckMe;
     this.gridColumn56.FieldName = "OnWork";
     this.gridColumn56.Name = "gridColumn56";
     this.gridColumn56.Visible = true;
     this.gridColumn56.VisibleIndex = 2;
     this.gridColumn56.Width = 121;
     //
     // gridColumn60
     //
     this.gridColumn60.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn60.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn60.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn60.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn60.Caption = "حفظ";
     this.gridColumn60.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn60.Name = "gridColumn60";
     this.gridColumn60.Visible = true;
     this.gridColumn60.VisibleIndex = 3;
     //
     // gridColumn85
     //
     this.gridColumn85.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn85.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn85.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn85.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn85.Caption = "حذف";
     this.gridColumn85.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn85.Name = "gridColumn85";
     this.gridColumn85.Visible = true;
     this.gridColumn85.VisibleIndex = 4;
     //
     // gridViewCD_JobDescription
     //
     this.gridViewCD_JobDescription.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn86,
     this.gridColumn87,
     this.gridColumn97,
     this.gridColumn100});
     this.gridViewCD_JobDescription.GridControl = this.gridControlCode;
     this.gridViewCD_JobDescription.Name = "gridViewCD_JobDescription";
     this.gridViewCD_JobDescription.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn86
     //
     this.gridColumn86.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn86.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn86.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn86.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn86.Caption = "الوصف";
     this.gridColumn86.FieldName = "JobDescription";
     this.gridColumn86.Name = "gridColumn86";
     this.gridColumn86.Visible = true;
     this.gridColumn86.VisibleIndex = 0;
     //
     // gridColumn87
     //
     this.gridColumn87.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn87.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn87.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn87.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn87.Caption = "الوصف بالانجليزيه";
     this.gridColumn87.FieldName = "JobDescription_e";
     this.gridColumn87.Name = "gridColumn87";
     this.gridColumn87.Visible = true;
     this.gridColumn87.VisibleIndex = 1;
     //
     // gridColumn97
     //
     this.gridColumn97.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn97.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn97.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn97.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn97.Caption = "حفظ";
     this.gridColumn97.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn97.Name = "gridColumn97";
     this.gridColumn97.Visible = true;
     this.gridColumn97.VisibleIndex = 2;
     //
     // gridColumn100
     //
     this.gridColumn100.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn100.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn100.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn100.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn100.Caption = "حذف";
     this.gridColumn100.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn100.Name = "gridColumn100";
     this.gridColumn100.Visible = true;
     this.gridColumn100.VisibleIndex = 3;
     //
     // gridViewCD_EmpJob
     //
     this.gridViewCD_EmpJob.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn101,
     this.gridColumn109,
     this.gridColumn110,
     this.gridColumn111,
     this.gridColumn114});
     this.gridViewCD_EmpJob.GridControl = this.gridControlCode;
     this.gridViewCD_EmpJob.Name = "gridViewCD_EmpJob";
     this.gridViewCD_EmpJob.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn101
     //
     this.gridColumn101.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn101.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn101.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn101.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn101.Caption = "الوظيفة بالعربيه";
     this.gridColumn101.FieldName = "EmpJobName";
     this.gridColumn101.Name = "gridColumn101";
     this.gridColumn101.Visible = true;
     this.gridColumn101.VisibleIndex = 0;
     //
     // gridColumn109
     //
     this.gridColumn109.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn109.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn109.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn109.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn109.Caption = "الوظيفة بالانجليزيه";
     this.gridColumn109.FieldName = "EmpJobName_e";
     this.gridColumn109.Name = "gridColumn109";
     this.gridColumn109.Visible = true;
     this.gridColumn109.VisibleIndex = 1;
     //
     // gridColumn110
     //
     this.gridColumn110.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn110.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn110.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn110.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn110.Caption = "الوصف الوظيفي";
     this.gridColumn110.ColumnEdit = this.repositoryItemGridLookUpEditJobDescriptionId;
     this.gridColumn110.FieldName = "JobDescriptionId";
     this.gridColumn110.Name = "gridColumn110";
     this.gridColumn110.Visible = true;
     this.gridColumn110.VisibleIndex = 2;
     //
     // repositoryItemGridLookUpEditJobDescriptionId
     //
     this.repositoryItemGridLookUpEditJobDescriptionId.AutoHeight = false;
     this.repositoryItemGridLookUpEditJobDescriptionId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditJobDescriptionId.DisplayMember = "JobDescription";
     this.repositoryItemGridLookUpEditJobDescriptionId.Name = "repositoryItemGridLookUpEditJobDescriptionId";
     this.repositoryItemGridLookUpEditJobDescriptionId.NullText = "";
     this.repositoryItemGridLookUpEditJobDescriptionId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditJobDescriptionId.ValueMember = "JobDescriptionId";
     this.repositoryItemGridLookUpEditJobDescriptionId.View = this.gridView1;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn115,
     this.gridColumn118});
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn115
     //
     this.gridColumn115.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn115.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn115.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn115.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn115.Caption = "الوصف بالعربيه";
     this.gridColumn115.FieldName = "JobDescription";
     this.gridColumn115.Name = "gridColumn115";
     this.gridColumn115.Visible = true;
     this.gridColumn115.VisibleIndex = 0;
     //
     // gridColumn118
     //
     this.gridColumn118.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn118.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn118.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn118.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn118.Caption = "الوصف بالانجليزيه";
     this.gridColumn118.FieldName = "JobDescription_e";
     this.gridColumn118.Name = "gridColumn118";
     this.gridColumn118.Visible = true;
     this.gridColumn118.VisibleIndex = 1;
     //
     // gridColumn111
     //
     this.gridColumn111.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn111.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn111.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn111.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn111.Caption = "حفظ";
     this.gridColumn111.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn111.Name = "gridColumn111";
     this.gridColumn111.Visible = true;
     this.gridColumn111.VisibleIndex = 3;
     //
     // gridColumn114
     //
     this.gridColumn114.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn114.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn114.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn114.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn114.Caption = "حذف";
     this.gridColumn114.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn114.Name = "gridColumn114";
     this.gridColumn114.Visible = true;
     this.gridColumn114.VisibleIndex = 4;
     //
     // gridViewCD_Department
     //
     this.gridViewCD_Department.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn119,
     this.gridColumn120,
     this.gridColumn121,
     this.gridColumn122});
     this.gridViewCD_Department.GridControl = this.gridControlCode;
     this.gridViewCD_Department.Name = "gridViewCD_Department";
     this.gridViewCD_Department.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn119
     //
     this.gridColumn119.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn119.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn119.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn119.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn119.Caption = "القسم بالعربيه";
     this.gridColumn119.FieldName = "Department";
     this.gridColumn119.Name = "gridColumn119";
     this.gridColumn119.Visible = true;
     this.gridColumn119.VisibleIndex = 0;
     //
     // gridColumn120
     //
     this.gridColumn120.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn120.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn120.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn120.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn120.Caption = "القسم بالانجليزيه";
     this.gridColumn120.FieldName = "Department_e";
     this.gridColumn120.Name = "gridColumn120";
     this.gridColumn120.Visible = true;
     this.gridColumn120.VisibleIndex = 1;
     //
     // gridColumn121
     //
     this.gridColumn121.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn121.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn121.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn121.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn121.Caption = "حفظ";
     this.gridColumn121.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn121.Name = "gridColumn121";
     this.gridColumn121.Visible = true;
     this.gridColumn121.VisibleIndex = 2;
     //
     // gridColumn122
     //
     this.gridColumn122.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn122.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn122.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn122.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn122.Caption = "حذف";
     this.gridColumn122.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn122.Name = "gridColumn122";
     this.gridColumn122.Visible = true;
     this.gridColumn122.VisibleIndex = 3;
     //
     // gridViewCD_Subject
     //
     this.gridViewCD_Subject.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn123,
     this.gridColumn124,
     this.gridColumn125,
     this.gridColumn126,
     this.gridColumn127});
     this.gridViewCD_Subject.GridControl = this.gridControlCode;
     this.gridViewCD_Subject.Name = "gridViewCD_Subject";
     this.gridViewCD_Subject.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn123
     //
     this.gridColumn123.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn123.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn123.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn123.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn123.Caption = "المادة بالعربيه";
     this.gridColumn123.FieldName = "Subject";
     this.gridColumn123.Name = "gridColumn123";
     this.gridColumn123.Visible = true;
     this.gridColumn123.VisibleIndex = 0;
     this.gridColumn123.Width = 94;
     //
     // gridColumn124
     //
     this.gridColumn124.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn124.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn124.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn124.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn124.Caption = "المادة بالانجليزيه";
     this.gridColumn124.FieldName = "Subject_e";
     this.gridColumn124.Name = "gridColumn124";
     this.gridColumn124.Visible = true;
     this.gridColumn124.VisibleIndex = 1;
     this.gridColumn124.Width = 107;
     //
     // gridColumn125
     //
     this.gridColumn125.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn125.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn125.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn125.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn125.Caption = "اسم مختصر";
     this.gridColumn125.FieldName = "simple";
     this.gridColumn125.Name = "gridColumn125";
     this.gridColumn125.Visible = true;
     this.gridColumn125.VisibleIndex = 2;
     this.gridColumn125.Width = 96;
     //
     // gridColumn126
     //
     this.gridColumn126.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn126.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn126.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn126.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn126.Caption = "حفظ";
     this.gridColumn126.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn126.Name = "gridColumn126";
     this.gridColumn126.Visible = true;
     this.gridColumn126.VisibleIndex = 3;
     //
     // gridColumn127
     //
     this.gridColumn127.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn127.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn127.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn127.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn127.Caption = "حذف";
     this.gridColumn127.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn127.Name = "gridColumn127";
     this.gridColumn127.Visible = true;
     this.gridColumn127.VisibleIndex = 4;
     //
     // gridViewCD_QualifiedPlace
     //
     this.gridViewCD_QualifiedPlace.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn128,
     this.gridColumn129,
     this.gridColumn130,
     this.gridColumn131});
     this.gridViewCD_QualifiedPlace.GridControl = this.gridControlCode;
     this.gridViewCD_QualifiedPlace.Name = "gridViewCD_QualifiedPlace";
     this.gridViewCD_QualifiedPlace.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn128
     //
     this.gridColumn128.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn128.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn128.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn128.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn128.Caption = "الجهة بالعربيه";
     this.gridColumn128.FieldName = "QualifiedPlaceName";
     this.gridColumn128.Name = "gridColumn128";
     this.gridColumn128.Visible = true;
     this.gridColumn128.VisibleIndex = 0;
     this.gridColumn128.Width = 121;
     //
     // gridColumn129
     //
     this.gridColumn129.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn129.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn129.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn129.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn129.Caption = "الجهة بالانجليزيه";
     this.gridColumn129.FieldName = "QualifiedPlaceName_e";
     this.gridColumn129.Name = "gridColumn129";
     this.gridColumn129.Visible = true;
     this.gridColumn129.VisibleIndex = 1;
     this.gridColumn129.Width = 113;
     //
     // gridColumn130
     //
     this.gridColumn130.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn130.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn130.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn130.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn130.Caption = "حفظ";
     this.gridColumn130.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn130.Name = "gridColumn130";
     this.gridColumn130.Visible = true;
     this.gridColumn130.VisibleIndex = 2;
     //
     // gridColumn131
     //
     this.gridColumn131.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn131.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn131.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn131.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn131.Caption = "حذف";
     this.gridColumn131.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn131.Name = "gridColumn131";
     this.gridColumn131.Visible = true;
     this.gridColumn131.VisibleIndex = 3;
     //
     // gridViewCDQualification
     //
     this.gridViewCDQualification.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn132,
     this.gridColumn133,
     this.gridColumn134,
     this.gridColumn135,
     this.gridColumn136});
     this.gridViewCDQualification.GridControl = this.gridControlCode;
     this.gridViewCDQualification.Name = "gridViewCDQualification";
     this.gridViewCDQualification.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn132
     //
     this.gridColumn132.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn132.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn132.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn132.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn132.Caption = "المؤهل بالعربيه";
     this.gridColumn132.FieldName = "qualName";
     this.gridColumn132.Name = "gridColumn132";
     this.gridColumn132.Visible = true;
     this.gridColumn132.VisibleIndex = 0;
     this.gridColumn132.Width = 137;
     //
     // gridColumn133
     //
     this.gridColumn133.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn133.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn133.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn133.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn133.Caption = "المؤهل بالانجليزيه";
     this.gridColumn133.FieldName = "qualName_e";
     this.gridColumn133.Name = "gridColumn133";
     this.gridColumn133.Visible = true;
     this.gridColumn133.VisibleIndex = 1;
     this.gridColumn133.Width = 146;
     //
     // gridColumn134
     //
     this.gridColumn134.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn134.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn134.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn134.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn134.Caption = "تربوي";
     this.gridColumn134.ColumnEdit = this.repositoryItemCheckEditCheckMe;
     this.gridColumn134.FieldName = "trbawy";
     this.gridColumn134.Name = "gridColumn134";
     this.gridColumn134.Visible = true;
     this.gridColumn134.VisibleIndex = 2;
     //
     // gridColumn135
     //
     this.gridColumn135.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn135.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn135.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn135.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn135.Caption = "حفظ";
     this.gridColumn135.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn135.Name = "gridColumn135";
     this.gridColumn135.Visible = true;
     this.gridColumn135.VisibleIndex = 3;
     //
     // gridColumn136
     //
     this.gridColumn136.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn136.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn136.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn136.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn136.Caption = "حذف";
     this.gridColumn136.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn136.Name = "gridColumn136";
     this.gridColumn136.Visible = true;
     this.gridColumn136.VisibleIndex = 4;
     //
     // gridViewCD_Specialization
     //
     this.gridViewCD_Specialization.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn137,
     this.gridColumn138,
     this.gridColumn139,
     this.gridColumn140,
     this.gridColumn141});
     this.gridViewCD_Specialization.GridControl = this.gridControlCode;
     this.gridViewCD_Specialization.Name = "gridViewCD_Specialization";
     this.gridViewCD_Specialization.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn137
     //
     this.gridColumn137.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn137.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn137.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn137.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn137.Caption = "المؤهل";
     this.gridColumn137.ColumnEdit = this.repositoryItemGridLookUpEditqualId;
     this.gridColumn137.FieldName = "qualId";
     this.gridColumn137.Name = "gridColumn137";
     this.gridColumn137.Visible = true;
     this.gridColumn137.VisibleIndex = 0;
     //
     // repositoryItemGridLookUpEditqualId
     //
     this.repositoryItemGridLookUpEditqualId.AutoHeight = false;
     this.repositoryItemGridLookUpEditqualId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditqualId.DisplayMember = "qualName";
     this.repositoryItemGridLookUpEditqualId.Name = "repositoryItemGridLookUpEditqualId";
     this.repositoryItemGridLookUpEditqualId.NullText = "";
     this.repositoryItemGridLookUpEditqualId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditqualId.ValueMember = "qualId";
     this.repositoryItemGridLookUpEditqualId.View = this.gridView4;
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn36});
     this.gridView4.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView4.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn36
     //
     this.gridColumn36.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn36.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn36.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn36.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn36.Caption = "المؤهل";
     this.gridColumn36.FieldName = "qualName";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.Visible = true;
     this.gridColumn36.VisibleIndex = 0;
     //
     // gridColumn138
     //
     this.gridColumn138.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn138.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn138.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn138.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn138.Caption = "التخصص بالعربيه";
     this.gridColumn138.FieldName = "SpecializationName";
     this.gridColumn138.Name = "gridColumn138";
     this.gridColumn138.Visible = true;
     this.gridColumn138.VisibleIndex = 1;
     //
     // gridColumn139
     //
     this.gridColumn139.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn139.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn139.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn139.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn139.Caption = "التخصص بالانجليزيه";
     this.gridColumn139.FieldName = "SpecializationName_e";
     this.gridColumn139.Name = "gridColumn139";
     this.gridColumn139.Visible = true;
     this.gridColumn139.VisibleIndex = 2;
     //
     // gridColumn140
     //
     this.gridColumn140.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn140.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn140.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn140.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn140.Caption = "حفظ";
     this.gridColumn140.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn140.Name = "gridColumn140";
     this.gridColumn140.Visible = true;
     this.gridColumn140.VisibleIndex = 3;
     //
     // gridColumn141
     //
     this.gridColumn141.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn141.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn141.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn141.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn141.Caption = "حذف";
     this.gridColumn141.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn141.Name = "gridColumn141";
     this.gridColumn141.Visible = true;
     this.gridColumn141.VisibleIndex = 4;
     //
     // gridViewCD_MaritalStatus
     //
     this.gridViewCD_MaritalStatus.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn12,
     this.gridColumn13,
     this.gridColumn30,
     this.gridColumn31});
     this.gridViewCD_MaritalStatus.GridControl = this.gridControlCode;
     this.gridViewCD_MaritalStatus.Name = "gridViewCD_MaritalStatus";
     this.gridViewCD_MaritalStatus.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn12
     //
     this.gridColumn12.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn12.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn12.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn12.Caption = "الحالة بالعربيه";
     this.gridColumn12.FieldName = "MaritalStatus";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 0;
     this.gridColumn12.Width = 107;
     //
     // gridColumn13
     //
     this.gridColumn13.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn13.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn13.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn13.Caption = "الحالة بالانجليزيه";
     this.gridColumn13.FieldName = "MaritalStatus_e";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 1;
     this.gridColumn13.Width = 113;
     //
     // gridColumn30
     //
     this.gridColumn30.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn30.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn30.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn30.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn30.Caption = "حفظ";
     this.gridColumn30.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 2;
     //
     // gridColumn31
     //
     this.gridColumn31.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn31.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn31.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn31.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn31.Caption = "حذف";
     this.gridColumn31.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 3;
     //
     // gridViewTBL_Priority
     //
     this.gridViewTBL_Priority.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn37,
     this.gridColumn38,
     this.gridColumn39,
     this.gridColumn40});
     this.gridViewTBL_Priority.GridControl = this.gridControlCode;
     this.gridViewTBL_Priority.Name = "gridViewTBL_Priority";
     //
     // gridColumn37
     //
     this.gridColumn37.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn37.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn37.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn37.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn37.Caption = "الماده";
     this.gridColumn37.ColumnEdit = this.repositoryItemGridLookUpEditSubjectId;
     this.gridColumn37.FieldName = "SubjectId";
     this.gridColumn37.Name = "gridColumn37";
     this.gridColumn37.Visible = true;
     this.gridColumn37.VisibleIndex = 0;
     //
     // gridColumn38
     //
     this.gridColumn38.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn38.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn38.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn38.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn38.Caption = "الحصه";
     this.gridColumn38.ColumnEdit = this.repositoryItemGridLookUpEdithasa_code;
     this.gridColumn38.FieldName = "hasa_code";
     this.gridColumn38.Name = "gridColumn38";
     this.gridColumn38.Visible = true;
     this.gridColumn38.VisibleIndex = 1;
     //
     // gridColumn39
     //
     this.gridColumn39.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn39.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn39.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn39.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn39.Caption = "حفظ";
     this.gridColumn39.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn39.Name = "gridColumn39";
     this.gridColumn39.Visible = true;
     this.gridColumn39.VisibleIndex = 2;
     //
     // gridColumn40
     //
     this.gridColumn40.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn40.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn40.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn40.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn40.Caption = "حذف";
     this.gridColumn40.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn40.Name = "gridColumn40";
     this.gridColumn40.Visible = true;
     this.gridColumn40.VisibleIndex = 3;
     //
     // gridViewCD_Asasetime
     //
     this.gridViewCD_Asasetime.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn106,
     this.gridColumn107,
     this.gridColumn108,
     this.gridColumn116,
     this.gridColumn117});
     this.gridViewCD_Asasetime.GridControl = this.gridControlCode;
     this.gridViewCD_Asasetime.Name = "gridViewCD_Asasetime";
     this.gridViewCD_Asasetime.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn106
     //
     this.gridColumn106.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn106.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn106.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn106.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn106.Caption = "العام";
     this.gridColumn106.FieldName = "asase_year";
     this.gridColumn106.Name = "gridColumn106";
     this.gridColumn106.Visible = true;
     this.gridColumn106.VisibleIndex = 0;
     this.gridColumn106.Width = 143;
     //
     // gridColumn107
     //
     this.gridColumn107.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn107.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn107.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn107.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn107.Caption = "اسم المجمع ";
     this.gridColumn107.FieldName = "school_allname";
     this.gridColumn107.Name = "gridColumn107";
     this.gridColumn107.OptionsColumn.AllowEdit = false;
     this.gridColumn107.OptionsColumn.ReadOnly = true;
     this.gridColumn107.Visible = true;
     this.gridColumn107.VisibleIndex = 2;
     this.gridColumn107.Width = 133;
     //
     // gridColumn108
     //
     this.gridColumn108.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn108.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn108.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn108.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn108.Caption = "اسم المدرسه";
     this.gridColumn108.ColumnEdit = this.repositoryItemGridLookUpEditSPOS;
     this.gridColumn108.FieldName = "SPOS";
     this.gridColumn108.Name = "gridColumn108";
     this.gridColumn108.Visible = true;
     this.gridColumn108.VisibleIndex = 1;
     this.gridColumn108.Width = 133;
     //
     // repositoryItemGridLookUpEditSPOS
     //
     this.repositoryItemGridLookUpEditSPOS.AutoHeight = false;
     this.repositoryItemGridLookUpEditSPOS.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditSPOS.DisplayMember = "SCHOOL";
     this.repositoryItemGridLookUpEditSPOS.Name = "repositoryItemGridLookUpEditSPOS";
     this.repositoryItemGridLookUpEditSPOS.NullText = "";
     this.repositoryItemGridLookUpEditSPOS.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditSPOS.ValueMember = "SPOS";
     this.repositoryItemGridLookUpEditSPOS.View = this.gridView3;
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn112,
     this.gridColumn113});
     this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn112
     //
     this.gridColumn112.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn112.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn112.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn112.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn112.Caption = "اسم المدرسه بالعربيه";
     this.gridColumn112.FieldName = "SCHOOL";
     this.gridColumn112.Name = "gridColumn112";
     this.gridColumn112.Visible = true;
     this.gridColumn112.VisibleIndex = 0;
     //
     // gridColumn113
     //
     this.gridColumn113.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn113.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn113.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn113.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn113.Caption = "اسم المدرسه بالانجليزيه";
     this.gridColumn113.FieldName = "SCHOOl_e";
     this.gridColumn113.Name = "gridColumn113";
     this.gridColumn113.Visible = true;
     this.gridColumn113.VisibleIndex = 1;
     //
     // gridColumn116
     //
     this.gridColumn116.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn116.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn116.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn116.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn116.Caption = "حفظ";
     this.gridColumn116.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn116.Name = "gridColumn116";
     this.gridColumn116.Visible = true;
     this.gridColumn116.VisibleIndex = 3;
     this.gridColumn116.Width = 133;
     //
     // gridColumn117
     //
     this.gridColumn117.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn117.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn117.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn117.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn117.Caption = "حذف";
     this.gridColumn117.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn117.Name = "gridColumn117";
     this.gridColumn117.Visible = true;
     this.gridColumn117.VisibleIndex = 4;
     this.gridColumn117.Width = 133;
     //
     // repositoryItemGridLookUpEditPayTypeId
     //
     this.repositoryItemGridLookUpEditPayTypeId.AutoHeight = false;
     this.repositoryItemGridLookUpEditPayTypeId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditPayTypeId.DisplayMember = "PayType";
     this.repositoryItemGridLookUpEditPayTypeId.Name = "repositoryItemGridLookUpEditPayTypeId";
     this.repositoryItemGridLookUpEditPayTypeId.NullText = "";
     this.repositoryItemGridLookUpEditPayTypeId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditPayTypeId.ValueMember = "PayTypeId";
     this.repositoryItemGridLookUpEditPayTypeId.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn54});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn54
     //
     this.gridColumn54.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn54.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn54.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn54.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn54.Caption = "الاسم";
     this.gridColumn54.FieldName = "PayType";
     this.gridColumn54.Name = "gridColumn54";
     this.gridColumn54.Visible = true;
     this.gridColumn54.VisibleIndex = 0;
     //
     // repositoryItemCalcEditf2
     //
     this.repositoryItemCalcEditf2.AutoHeight = false;
     this.repositoryItemCalcEditf2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemCalcEditf2.DisplayFormat.FormatString = "f2";
     this.repositoryItemCalcEditf2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEditf2.EditFormat.FormatString = "f2";
     this.repositoryItemCalcEditf2.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEditf2.Mask.EditMask = "f2";
     this.repositoryItemCalcEditf2.Name = "repositoryItemCalcEditf2";
     //
     // repositoryItemGridLookUpEditKastNoId
     //
     this.repositoryItemGridLookUpEditKastNoId.AutoHeight = false;
     this.repositoryItemGridLookUpEditKastNoId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditKastNoId.DisplayMember = "KastName";
     this.repositoryItemGridLookUpEditKastNoId.Name = "repositoryItemGridLookUpEditKastNoId";
     this.repositoryItemGridLookUpEditKastNoId.NullText = "";
     this.repositoryItemGridLookUpEditKastNoId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditKastNoId.ValueMember = "KastNoId";
     this.repositoryItemGridLookUpEditKastNoId.View = this.gridView6;
     //
     // gridView6
     //
     this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn23});
     this.gridView6.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView6.Name = "gridView6";
     this.gridView6.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView6.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn23
     //
     this.gridColumn23.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn23.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn23.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn23.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn23.Caption = "القســـــــط";
     this.gridColumn23.FieldName = "KastName";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 0;
     //
     // repositoryItemGridLookUpEditEmpID
     //
     this.repositoryItemGridLookUpEditEmpID.AutoHeight = false;
     this.repositoryItemGridLookUpEditEmpID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditEmpID.DisplayMember = "emp_name";
     this.repositoryItemGridLookUpEditEmpID.Name = "repositoryItemGridLookUpEditEmpID";
     this.repositoryItemGridLookUpEditEmpID.NullText = "";
     this.repositoryItemGridLookUpEditEmpID.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditEmpID.ValueMember = "EmpID";
     this.repositoryItemGridLookUpEditEmpID.View = this.gridView12;
     //
     // gridView12
     //
     this.gridView12.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn75});
     this.gridView12.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView12.Name = "gridView12";
     this.gridView12.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView12.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn75
     //
     this.gridColumn75.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn75.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn75.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn75.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn75.Caption = "الاسم";
     this.gridColumn75.FieldName = "emp_name";
     this.gridColumn75.Name = "gridColumn75";
     this.gridColumn75.Visible = true;
     this.gridColumn75.VisibleIndex = 0;
     //
     // repositoryItemMemoExEditBigTxt
     //
     this.repositoryItemMemoExEditBigTxt.AutoHeight = false;
     this.repositoryItemMemoExEditBigTxt.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemMemoExEditBigTxt.Name = "repositoryItemMemoExEditBigTxt";
     //
     // repositoryItemGridLookUpEditfasl_code
     //
     this.repositoryItemGridLookUpEditfasl_code.AutoHeight = false;
     this.repositoryItemGridLookUpEditfasl_code.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditfasl_code.DisplayMember = "fasl_name";
     this.repositoryItemGridLookUpEditfasl_code.Name = "repositoryItemGridLookUpEditfasl_code";
     this.repositoryItemGridLookUpEditfasl_code.NullText = "";
     this.repositoryItemGridLookUpEditfasl_code.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditfasl_code.ValueMember = "fasl_code";
     this.repositoryItemGridLookUpEditfasl_code.View = this.gridView13;
     //
     // gridView13
     //
     this.gridView13.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn80,
     this.gridColumn81});
     this.gridView13.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView13.Name = "gridView13";
     this.gridView13.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView13.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn80
     //
     this.gridColumn80.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn80.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn80.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn80.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn80.Caption = "الاسم بالعربيه";
     this.gridColumn80.FieldName = "fasl_name";
     this.gridColumn80.Name = "gridColumn80";
     this.gridColumn80.Visible = true;
     this.gridColumn80.VisibleIndex = 0;
     //
     // gridColumn81
     //
     this.gridColumn81.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn81.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn81.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn81.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn81.Caption = "الاسم بالانجليزيه";
     this.gridColumn81.FieldName = "fasl_name_e";
     this.gridColumn81.Name = "gridColumn81";
     this.gridColumn81.Visible = true;
     this.gridColumn81.VisibleIndex = 1;
     //
     // gridColumn88
     //
     this.gridColumn88.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn88.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn88.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn88.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn88.Caption = "المدرس";
     this.gridColumn88.ColumnEdit = this.repositoryItemGridLookUpEditEmpID;
     this.gridColumn88.FieldName = "EmpID";
     this.gridColumn88.Name = "gridColumn88";
     this.gridColumn88.Visible = true;
     this.gridColumn88.VisibleIndex = 0;
     this.gridColumn88.Width = 239;
     //
     // gridColumn34
     //
     this.gridColumn34.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn34.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn34.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn34.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn34.Caption = "النصاب الفعلي";
     this.gridColumn34.ColumnEdit = this.repositoryItemCalcEditn0;
     this.gridColumn34.FieldName = "nesabfealy";
     this.gridColumn34.Name = "gridColumn34";
     this.gridColumn34.Visible = true;
     this.gridColumn34.VisibleIndex = 1;
     this.gridColumn34.Width = 79;
     //
     // gridColumn35
     //
     this.gridColumn35.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn35.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn35.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn35.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn35.Caption = "الاحتياطي";
     this.gridColumn35.ColumnEdit = this.repositoryItemCalcEditn0;
     this.gridColumn35.FieldName = "nesabedafy";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.Visible = true;
     this.gridColumn35.VisibleIndex = 2;
     this.gridColumn35.Width = 82;
     //
     // gridColumn74
     //
     this.gridColumn74.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn74.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn74.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn74.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn74.Caption = "ملاحظات";
     this.gridColumn74.ColumnEdit = this.repositoryItemMemoExEditBigTxt;
     this.gridColumn74.FieldName = "rem";
     this.gridColumn74.Name = "gridColumn74";
     this.gridColumn74.Visible = true;
     this.gridColumn74.VisibleIndex = 3;
     //
     // gridColumn89
     //
     this.gridColumn89.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn89.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn89.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn89.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn89.Caption = "حفظ";
     this.gridColumn89.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn89.Name = "gridColumn89";
     this.gridColumn89.Visible = true;
     this.gridColumn89.VisibleIndex = 4;
     //
     // gridColumn90
     //
     this.gridColumn90.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn90.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn90.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn90.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn90.Caption = "حذف";
     this.gridColumn90.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn90.Name = "gridColumn90";
     this.gridColumn90.Visible = true;
     this.gridColumn90.VisibleIndex = 5;
     //
     // gridColumn57
     //
     this.gridColumn57.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn57.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn57.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn57.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn57.Caption = "الاسم بالعربيه";
     this.gridColumn57.FieldName = "alsofof_name";
     this.gridColumn57.Name = "gridColumn57";
     this.gridColumn57.Visible = true;
     this.gridColumn57.VisibleIndex = 0;
     //
     // gridColumn84
     //
     this.gridColumn84.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn84.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn84.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn84.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn84.Caption = "الاسم بالانجليزيه";
     this.gridColumn84.FieldName = "alsofof_name_e";
     this.gridColumn84.Name = "gridColumn84";
     this.gridColumn84.Visible = true;
     this.gridColumn84.VisibleIndex = 1;
     //
     // gridViewCD_AgazaType
     //
     this.gridViewCD_AgazaType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn41,
     this.gridColumn42,
     this.gridColumn43,
     this.gridColumn44,
     this.gridColumn45});
     this.gridViewCD_AgazaType.GridControl = this.gridControlCode;
     this.gridViewCD_AgazaType.Name = "gridViewCD_AgazaType";
     //
     // gridColumn41
     //
     this.gridColumn41.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn41.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn41.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn41.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn41.Caption = "الاسم بالعربية";
     this.gridColumn41.FieldName = "AgazaTypeName";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.Visible = true;
     this.gridColumn41.VisibleIndex = 0;
     //
     // gridColumn42
     //
     this.gridColumn42.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn42.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn42.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn42.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn42.Caption = "الاسم بالانجليزية";
     this.gridColumn42.FieldName = "AgazaTypeName_e";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 1;
     //
     // gridColumn43
     //
     this.gridColumn43.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn43.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn43.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn43.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn43.Caption = "مسموح";
     this.gridColumn43.ColumnEdit = this.repositoryItemCheckEditTF;
     this.gridColumn43.FieldName = "allow";
     this.gridColumn43.Name = "gridColumn43";
     this.gridColumn43.Visible = true;
     this.gridColumn43.VisibleIndex = 2;
     //
     // gridColumn44
     //
     this.gridColumn44.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn44.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn44.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn44.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn44.Caption = "حفظ";
     this.gridColumn44.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn44.Name = "gridColumn44";
     this.gridColumn44.Visible = true;
     this.gridColumn44.VisibleIndex = 3;
     //
     // gridColumn45
     //
     this.gridColumn45.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn45.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn45.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn45.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn45.Caption = "حذف";
     this.gridColumn45.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn45.Name = "gridColumn45";
     this.gridColumn45.Visible = true;
     this.gridColumn45.VisibleIndex = 4;
     //
     // repositoryItemCheckEditTF
     //
     this.repositoryItemCheckEditTF.AutoHeight = false;
     this.repositoryItemCheckEditTF.Name = "repositoryItemCheckEditTF";
     //
     // CodeFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(534, 362);
     this.Controls.Add(this.gridControlCode);
     this.Name = "CodeFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "اكواد";
     this.Load += new System.EventHandler(this.CodeFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDAlhasas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDAlsofof)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditmarhala_code)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDEFasl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDDayname)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_HesaTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditdaycode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdithasa_code)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEditT)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDSubjectWekly)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditalsofof_code)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditSubjectId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditn0)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEditCheckMe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDPlace)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_EmpState)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_JobDescription)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_EmpJob)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditJobDescriptionId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Department)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Subject)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_QualifiedPlace)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDQualification)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Specialization)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditqualId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_MaritalStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTBL_Priority)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Asasetime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditSPOS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditPayTypeId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditf2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditKastNoId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditEmpID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEditBigTxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditfasl_code)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_AgazaType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEditTF)).EndInit();
     this.ResumeLayout(false);
 }
Example #15
0
 public static void RegisterControlField(GridView grid, string fieldName, DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit item)
 {
     grid.Columns[fieldName].ColumnEdit = item;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode4 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode5 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode6 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode7 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode8 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode9 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode10 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode11 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode12 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode13 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode14 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode15 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode16 = new DevExpress.XtraGrid.GridLevelNode();
     this.gridViewCD_PayType = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEditCheckMe = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEditSave = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEditDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridControlCode = new DevExpress.XtraGrid.GridControl();
     this.gridViewCD_PayTypeDetiel = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditPayTypeId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn54 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_PayMony = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditPayTypeDetielId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditalsofof_code = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCalcEditf2 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.gridColumn55 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_Discounts = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_KastNo = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_KastSaf = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditKastNoId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_KastBnood = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn79 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn80 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn81 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn82 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn83 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_Specialization = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn88 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditqualId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn89 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn90 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_MaritalStatus = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn91 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn92 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn93 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn94 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_Courses = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn95 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn96 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn98 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn99 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCDPlaceTraining = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn102 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn103 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn104 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn105 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_AgazaType = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCDTakdeer = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_EznType = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_GzaaType = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_GehaGazaa = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn52 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn53 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewCD_AsaseACC = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn106 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn107 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn108 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEditSPOS = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn112 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn113 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn116 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn117 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEditTime = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemGridLookUpEditJobDescriptionId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_PayType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEditCheckMe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_PayTypeDetiel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditPayTypeId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_PayMony)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditPayTypeDetielId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditalsofof_code)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditf2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Discounts)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_KastNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_KastSaf)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditKastNoId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_KastBnood)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Specialization)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditqualId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_MaritalStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Courses)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDPlaceTraining)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_AgazaType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDTakdeer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_EznType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_GzaaType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_GehaGazaa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_AsaseACC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditSPOS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEditTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditJobDescriptionId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     this.SuspendLayout();
     //
     // gridViewCD_PayType
     //
     this.gridViewCD_PayType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4});
     this.gridViewCD_PayType.GridControl = this.gridControlCode;
     this.gridViewCD_PayType.Name = "gridViewCD_PayType";
     this.gridViewCD_PayType.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption = "نوع التحصيل";
     this.gridColumn1.FieldName = "PayType";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 172;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption = "متحصل اضافي";
     this.gridColumn2.ColumnEdit = this.repositoryItemCheckEditCheckMe;
     this.gridColumn2.FieldName = "Additional";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 152;
     //
     // repositoryItemCheckEditCheckMe
     //
     this.repositoryItemCheckEditCheckMe.AutoHeight = false;
     this.repositoryItemCheckEditCheckMe.Name = "repositoryItemCheckEditCheckMe";
     this.repositoryItemCheckEditCheckMe.ValueGrayed = false;
     this.repositoryItemCheckEditCheckMe.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.Caption = "حفظ";
     this.gridColumn3.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // repositoryItemButtonEditSave
     //
     this.repositoryItemButtonEditSave.AutoHeight = false;
     this.repositoryItemButtonEditSave.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
     this.repositoryItemButtonEditSave.Name = "repositoryItemButtonEditSave";
     this.repositoryItemButtonEditSave.Tag = "save";
     this.repositoryItemButtonEditSave.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEditSave.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditSave_ButtonClick);
     this.repositoryItemButtonEditSave.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.Caption = "حذف";
     this.gridColumn4.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // repositoryItemButtonEditDel
     //
     this.repositoryItemButtonEditDel.AutoHeight = false;
     this.repositoryItemButtonEditDel.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.repositoryItemButtonEditDel.Name = "repositoryItemButtonEditDel";
     this.repositoryItemButtonEditDel.Tag = "delete";
     this.repositoryItemButtonEditDel.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEditDel.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditDel_ButtonClick);
     this.repositoryItemButtonEditDel.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // gridControlCode
     //
     this.gridControlCode.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlCode.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlCode.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlCode.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlCode.EmbeddedNavigator.Buttons.Remove.Visible = false;
     gridLevelNode1.LevelTemplate = this.gridViewCD_PayType;
     gridLevelNode1.RelationName = "Level1";
     gridLevelNode2.LevelTemplate = this.gridViewCD_PayTypeDetiel;
     gridLevelNode2.RelationName = "Level2";
     gridLevelNode3.LevelTemplate = this.gridViewCD_PayMony;
     gridLevelNode3.RelationName = "Level3";
     gridLevelNode4.LevelTemplate = this.gridViewCD_Discounts;
     gridLevelNode4.RelationName = "Level4";
     gridLevelNode5.LevelTemplate = this.gridViewCD_KastNo;
     gridLevelNode5.RelationName = "Level5";
     gridLevelNode6.LevelTemplate = this.gridViewCD_KastSaf;
     gridLevelNode6.RelationName = "Level6";
     gridLevelNode7.LevelTemplate = this.gridViewCD_KastBnood;
     gridLevelNode7.RelationName = "Level19";
     gridLevelNode8.LevelTemplate = this.gridViewCD_Specialization;
     gridLevelNode8.RelationName = "Level21";
     gridLevelNode9.LevelTemplate = this.gridViewCD_MaritalStatus;
     gridLevelNode9.RelationName = "Level22";
     gridLevelNode10.LevelTemplate = this.gridViewCD_Courses;
     gridLevelNode10.RelationName = "Level23";
     gridLevelNode11.LevelTemplate = this.gridViewCDPlaceTraining;
     gridLevelNode11.RelationName = "Level24";
     gridLevelNode12.LevelTemplate = this.gridViewCD_AgazaType;
     gridLevelNode12.RelationName = "Level7";
     gridLevelNode13.LevelTemplate = this.gridViewCDTakdeer;
     gridLevelNode13.RelationName = "Level8";
     gridLevelNode14.LevelTemplate = this.gridViewCD_EznType;
     gridLevelNode14.RelationName = "Level9";
     gridLevelNode15.LevelTemplate = this.gridViewCD_GzaaType;
     gridLevelNode15.RelationName = "Level10";
     gridLevelNode16.LevelTemplate = this.gridViewCD_GehaGazaa;
     gridLevelNode16.RelationName = "Level11";
     this.gridControlCode.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1,
     gridLevelNode2,
     gridLevelNode3,
     gridLevelNode4,
     gridLevelNode5,
     gridLevelNode6,
     gridLevelNode7,
     gridLevelNode8,
     gridLevelNode9,
     gridLevelNode10,
     gridLevelNode11,
     gridLevelNode12,
     gridLevelNode13,
     gridLevelNode14,
     gridLevelNode15,
     gridLevelNode16});
     this.gridControlCode.Location = new System.Drawing.Point(0, 0);
     this.gridControlCode.MainView = this.gridViewCD_AsaseACC;
     this.gridControlCode.Name = "gridControlCode";
     this.gridControlCode.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemButtonEditSave,
     this.repositoryItemButtonEditDel,
     this.repositoryItemCheckEditCheckMe,
     this.repositoryItemGridLookUpEditSPOS,
     this.repositoryItemTimeEditTime,
     this.repositoryItemGridLookUpEditJobDescriptionId,
     this.repositoryItemGridLookUpEditqualId,
     this.repositoryItemGridLookUpEditPayTypeId,
     this.repositoryItemGridLookUpEditPayTypeDetielId,
     this.repositoryItemGridLookUpEditalsofof_code,
     this.repositoryItemCalcEditf2,
     this.repositoryItemGridLookUpEditKastNoId});
     this.gridControlCode.Size = new System.Drawing.Size(534, 362);
     this.gridControlCode.TabIndex = 0;
     this.gridControlCode.UseEmbeddedNavigator = true;
     this.gridControlCode.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewCD_PayTypeDetiel,
     this.gridViewCD_PayMony,
     this.gridViewCD_Discounts,
     this.gridViewCD_KastNo,
     this.gridViewCD_KastSaf,
     this.gridViewCD_KastBnood,
     this.gridViewCD_Specialization,
     this.gridViewCD_MaritalStatus,
     this.gridViewCD_Courses,
     this.gridViewCDPlaceTraining,
     this.gridViewCD_AgazaType,
     this.gridViewCDTakdeer,
     this.gridViewCD_EznType,
     this.gridViewCD_GzaaType,
     this.gridViewCD_GehaGazaa,
     this.gridViewCD_AsaseACC,
     this.gridViewCD_PayType});
     this.gridControlCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // gridViewCD_PayTypeDetiel
     //
     this.gridViewCD_PayTypeDetiel.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn6,
     this.gridColumn5,
     this.gridColumn10,
     this.gridColumn11});
     this.gridViewCD_PayTypeDetiel.GridControl = this.gridControlCode;
     this.gridViewCD_PayTypeDetiel.Name = "gridViewCD_PayTypeDetiel";
     this.gridViewCD_PayTypeDetiel.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn6
     //
     this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn6.Caption = "بند التحصيل";
     this.gridColumn6.FieldName = "PayTypeDetiel";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width = 124;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.Caption = "نوع البند";
     this.gridColumn5.ColumnEdit = this.repositoryItemGridLookUpEditPayTypeId;
     this.gridColumn5.FieldName = "PayTypeId";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     this.gridColumn5.Width = 107;
     //
     // repositoryItemGridLookUpEditPayTypeId
     //
     this.repositoryItemGridLookUpEditPayTypeId.AutoHeight = false;
     this.repositoryItemGridLookUpEditPayTypeId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditPayTypeId.DisplayMember = "PayType";
     this.repositoryItemGridLookUpEditPayTypeId.Name = "repositoryItemGridLookUpEditPayTypeId";
     this.repositoryItemGridLookUpEditPayTypeId.NullText = "";
     this.repositoryItemGridLookUpEditPayTypeId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditPayTypeId.ValueMember = "PayTypeId";
     this.repositoryItemGridLookUpEditPayTypeId.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn54});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn54
     //
     this.gridColumn54.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn54.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn54.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn54.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn54.Caption = "الاسم";
     this.gridColumn54.FieldName = "PayType";
     this.gridColumn54.Name = "gridColumn54";
     this.gridColumn54.Visible = true;
     this.gridColumn54.VisibleIndex = 0;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn10.Caption = "حفظ";
     this.gridColumn10.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 2;
     this.gridColumn10.Width = 68;
     //
     // gridColumn11
     //
     this.gridColumn11.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn11.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn11.Caption = "حذف";
     this.gridColumn11.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 3;
     this.gridColumn11.Width = 54;
     //
     // gridViewCD_PayMony
     //
     this.gridViewCD_PayMony.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn7,
     this.gridColumn55,
     this.gridColumn16,
     this.gridColumn17});
     this.gridViewCD_PayMony.GridControl = this.gridControlCode;
     this.gridViewCD_PayMony.Name = "gridViewCD_PayMony";
     this.gridViewCD_PayMony.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn14
     //
     this.gridColumn14.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn14.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn14.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn14.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn14.Caption = "بند التحصيل";
     this.gridColumn14.ColumnEdit = this.repositoryItemGridLookUpEditPayTypeDetielId;
     this.gridColumn14.FieldName = "PayTypeDetielId";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 0;
     this.gridColumn14.Width = 164;
     //
     // repositoryItemGridLookUpEditPayTypeDetielId
     //
     this.repositoryItemGridLookUpEditPayTypeDetielId.AutoHeight = false;
     this.repositoryItemGridLookUpEditPayTypeDetielId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditPayTypeDetielId.DisplayMember = "PayTypeDetiel";
     this.repositoryItemGridLookUpEditPayTypeDetielId.Name = "repositoryItemGridLookUpEditPayTypeDetielId";
     this.repositoryItemGridLookUpEditPayTypeDetielId.NullText = "";
     this.repositoryItemGridLookUpEditPayTypeDetielId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditPayTypeDetielId.ValueMember = "PayTypeDetielId";
     this.repositoryItemGridLookUpEditPayTypeDetielId.View = this.gridView1;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn56});
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn56
     //
     this.gridColumn56.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn56.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn56.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn56.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn56.Caption = "الاسم";
     this.gridColumn56.FieldName = "PayTypeDetiel";
     this.gridColumn56.Name = "gridColumn56";
     this.gridColumn56.Visible = true;
     this.gridColumn56.VisibleIndex = 0;
     //
     // gridColumn15
     //
     this.gridColumn15.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn15.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn15.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn15.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn15.Caption = "الصف";
     this.gridColumn15.ColumnEdit = this.repositoryItemGridLookUpEditalsofof_code;
     this.gridColumn15.FieldName = "alsofof_code";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 1;
     this.gridColumn15.Width = 147;
     //
     // repositoryItemGridLookUpEditalsofof_code
     //
     this.repositoryItemGridLookUpEditalsofof_code.AutoHeight = false;
     this.repositoryItemGridLookUpEditalsofof_code.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditalsofof_code.DisplayMember = "alsofof_name";
     this.repositoryItemGridLookUpEditalsofof_code.Name = "repositoryItemGridLookUpEditalsofof_code";
     this.repositoryItemGridLookUpEditalsofof_code.NullText = "";
     this.repositoryItemGridLookUpEditalsofof_code.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditalsofof_code.ValueMember = "alsofof_code";
     this.repositoryItemGridLookUpEditalsofof_code.View = this.gridView5;
     //
     // gridView5
     //
     this.gridView5.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn57});
     this.gridView5.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView5.Name = "gridView5";
     this.gridView5.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView5.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn57
     //
     this.gridColumn57.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn57.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn57.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn57.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn57.Caption = "الاسم";
     this.gridColumn57.FieldName = "alsofof_name";
     this.gridColumn57.Name = "gridColumn57";
     this.gridColumn57.Visible = true;
     this.gridColumn57.VisibleIndex = 0;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn7.Caption = "المبلغ";
     this.gridColumn7.ColumnEdit = this.repositoryItemCalcEditf2;
     this.gridColumn7.FieldName = "PayMony";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 2;
     //
     // repositoryItemCalcEditf2
     //
     this.repositoryItemCalcEditf2.AutoHeight = false;
     this.repositoryItemCalcEditf2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemCalcEditf2.DisplayFormat.FormatString = "f2";
     this.repositoryItemCalcEditf2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEditf2.EditFormat.FormatString = "f2";
     this.repositoryItemCalcEditf2.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEditf2.Mask.EditMask = "f2";
     this.repositoryItemCalcEditf2.Name = "repositoryItemCalcEditf2";
     //
     // gridColumn55
     //
     this.gridColumn55.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn55.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn55.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn55.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn55.Caption = "العام";
     this.gridColumn55.FieldName = "asase_year";
     this.gridColumn55.Name = "gridColumn55";
     this.gridColumn55.Visible = true;
     this.gridColumn55.VisibleIndex = 3;
     //
     // gridColumn16
     //
     this.gridColumn16.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn16.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn16.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn16.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn16.Caption = "حفظ";
     this.gridColumn16.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn17
     //
     this.gridColumn17.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn17.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn17.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn17.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn17.Caption = "حذف";
     this.gridColumn17.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 5;
     //
     // gridViewCD_Discounts
     //
     this.gridViewCD_Discounts.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn18,
     this.gridColumn19,
     this.gridColumn58,
     this.gridColumn20,
     this.gridColumn21});
     this.gridViewCD_Discounts.GridControl = this.gridControlCode;
     this.gridViewCD_Discounts.Name = "gridViewCD_Discounts";
     this.gridViewCD_Discounts.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn18
     //
     this.gridColumn18.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn18.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn18.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn18.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn18.Caption = "نوع الخصم";
     this.gridColumn18.FieldName = "Discounts";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 0;
     this.gridColumn18.Width = 153;
     //
     // gridColumn19
     //
     this.gridColumn19.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn19.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn19.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn19.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn19.Caption = "بند الخصم";
     this.gridColumn19.ColumnEdit = this.repositoryItemGridLookUpEditPayTypeDetielId;
     this.gridColumn19.FieldName = "PayTypeDetielId";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 1;
     this.gridColumn19.Width = 155;
     //
     // gridColumn58
     //
     this.gridColumn58.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn58.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn58.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn58.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn58.Caption = "نسبة الخصم";
     this.gridColumn58.ColumnEdit = this.repositoryItemCalcEditf2;
     this.gridColumn58.FieldName = "Percentage";
     this.gridColumn58.Name = "gridColumn58";
     this.gridColumn58.Visible = true;
     this.gridColumn58.VisibleIndex = 2;
     //
     // gridColumn20
     //
     this.gridColumn20.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn20.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn20.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn20.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn20.Caption = "حفظ";
     this.gridColumn20.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 3;
     //
     // gridColumn21
     //
     this.gridColumn21.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn21.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn21.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn21.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn21.Caption = "حذف";
     this.gridColumn21.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 4;
     //
     // gridViewCD_KastNo
     //
     this.gridViewCD_KastNo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn22,
     this.gridColumn24,
     this.gridColumn25});
     this.gridViewCD_KastNo.GridControl = this.gridControlCode;
     this.gridViewCD_KastNo.Name = "gridViewCD_KastNo";
     this.gridViewCD_KastNo.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn22
     //
     this.gridColumn22.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn22.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn22.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn22.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn22.Caption = "القســـــــط";
     this.gridColumn22.FieldName = "KastName";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 0;
     this.gridColumn22.Width = 177;
     //
     // gridColumn24
     //
     this.gridColumn24.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn24.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn24.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn24.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn24.Caption = "حفظ";
     this.gridColumn24.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 1;
     //
     // gridColumn25
     //
     this.gridColumn25.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn25.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn25.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn25.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn25.Caption = "حذف";
     this.gridColumn25.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 2;
     //
     // gridViewCD_KastSaf
     //
     this.gridViewCD_KastSaf.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn26,
     this.gridColumn27,
     this.gridColumn59,
     this.gridColumn28,
     this.gridColumn29});
     this.gridViewCD_KastSaf.GridControl = this.gridControlCode;
     this.gridViewCD_KastSaf.Name = "gridViewCD_KastSaf";
     this.gridViewCD_KastSaf.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn26
     //
     this.gridColumn26.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn26.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn26.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn26.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn26.Caption = "القسط";
     this.gridColumn26.ColumnEdit = this.repositoryItemGridLookUpEditKastNoId;
     this.gridColumn26.FieldName = "KastNoId";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 0;
     this.gridColumn26.Width = 177;
     //
     // repositoryItemGridLookUpEditKastNoId
     //
     this.repositoryItemGridLookUpEditKastNoId.AutoHeight = false;
     this.repositoryItemGridLookUpEditKastNoId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditKastNoId.DisplayMember = "KastName";
     this.repositoryItemGridLookUpEditKastNoId.Name = "repositoryItemGridLookUpEditKastNoId";
     this.repositoryItemGridLookUpEditKastNoId.NullText = "";
     this.repositoryItemGridLookUpEditKastNoId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditKastNoId.ValueMember = "KastNoId";
     this.repositoryItemGridLookUpEditKastNoId.View = this.gridView6;
     //
     // gridView6
     //
     this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn23});
     this.gridView6.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView6.Name = "gridView6";
     this.gridView6.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView6.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn23
     //
     this.gridColumn23.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn23.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn23.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn23.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn23.Caption = "القســـــــط";
     this.gridColumn23.FieldName = "KastName";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 0;
     //
     // gridColumn27
     //
     this.gridColumn27.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn27.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn27.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn27.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn27.Caption = "الصف";
     this.gridColumn27.ColumnEdit = this.repositoryItemGridLookUpEditalsofof_code;
     this.gridColumn27.FieldName = "alsofof_code";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 1;
     this.gridColumn27.Width = 151;
     //
     // gridColumn59
     //
     this.gridColumn59.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn59.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn59.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn59.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn59.Caption = "مبلغ القسط";
     this.gridColumn59.ColumnEdit = this.repositoryItemCalcEditf2;
     this.gridColumn59.FieldName = "KastSafMony";
     this.gridColumn59.Name = "gridColumn59";
     this.gridColumn59.Visible = true;
     this.gridColumn59.VisibleIndex = 2;
     //
     // gridColumn28
     //
     this.gridColumn28.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn28.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn28.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn28.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn28.Caption = "حفظ";
     this.gridColumn28.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 3;
     //
     // gridColumn29
     //
     this.gridColumn29.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn29.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn29.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn29.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn29.Caption = "حذف";
     this.gridColumn29.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 4;
     //
     // gridViewCD_KastBnood
     //
     this.gridViewCD_KastBnood.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn79,
     this.gridColumn80,
     this.gridColumn81,
     this.gridColumn82,
     this.gridColumn83});
     this.gridViewCD_KastBnood.GridControl = this.gridControlCode;
     this.gridViewCD_KastBnood.Name = "gridViewCD_KastBnood";
     this.gridViewCD_KastBnood.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn79
     //
     this.gridColumn79.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn79.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn79.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn79.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn79.Caption = "القسط";
     this.gridColumn79.ColumnEdit = this.repositoryItemGridLookUpEditKastNoId;
     this.gridColumn79.FieldName = "KastNoId";
     this.gridColumn79.Name = "gridColumn79";
     this.gridColumn79.Visible = true;
     this.gridColumn79.VisibleIndex = 0;
     this.gridColumn79.Width = 193;
     //
     // gridColumn80
     //
     this.gridColumn80.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn80.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn80.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn80.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn80.Caption = "بند التحصيـــــل";
     this.gridColumn80.ColumnEdit = this.repositoryItemGridLookUpEditPayTypeDetielId;
     this.gridColumn80.FieldName = "PayTypeDetielId";
     this.gridColumn80.Name = "gridColumn80";
     this.gridColumn80.Visible = true;
     this.gridColumn80.VisibleIndex = 1;
     this.gridColumn80.Width = 170;
     //
     // gridColumn81
     //
     this.gridColumn81.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn81.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn81.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn81.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn81.Caption = "اولوية التحصيل";
     this.gridColumn81.FieldName = "Awlawea";
     this.gridColumn81.Name = "gridColumn81";
     this.gridColumn81.Visible = true;
     this.gridColumn81.VisibleIndex = 2;
     this.gridColumn81.Width = 96;
     //
     // gridColumn82
     //
     this.gridColumn82.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn82.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn82.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn82.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn82.Caption = "حفظ";
     this.gridColumn82.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn82.Name = "gridColumn82";
     this.gridColumn82.Visible = true;
     this.gridColumn82.VisibleIndex = 3;
     //
     // gridColumn83
     //
     this.gridColumn83.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn83.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn83.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn83.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn83.Caption = "حذف";
     this.gridColumn83.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn83.Name = "gridColumn83";
     this.gridColumn83.Visible = true;
     this.gridColumn83.VisibleIndex = 4;
     //
     // gridViewCD_Specialization
     //
     this.gridViewCD_Specialization.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn88,
     this.gridColumn34,
     this.gridColumn35,
     this.gridColumn89,
     this.gridColumn90});
     this.gridViewCD_Specialization.GridControl = this.gridControlCode;
     this.gridViewCD_Specialization.Name = "gridViewCD_Specialization";
     this.gridViewCD_Specialization.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn88
     //
     this.gridColumn88.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn88.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn88.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn88.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn88.Caption = "المؤهل";
     this.gridColumn88.ColumnEdit = this.repositoryItemGridLookUpEditqualId;
     this.gridColumn88.FieldName = "qualId";
     this.gridColumn88.Name = "gridColumn88";
     this.gridColumn88.Visible = true;
     this.gridColumn88.VisibleIndex = 0;
     this.gridColumn88.Width = 239;
     //
     // repositoryItemGridLookUpEditqualId
     //
     this.repositoryItemGridLookUpEditqualId.AutoHeight = false;
     this.repositoryItemGridLookUpEditqualId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditqualId.DisplayMember = "qualName";
     this.repositoryItemGridLookUpEditqualId.Name = "repositoryItemGridLookUpEditqualId";
     this.repositoryItemGridLookUpEditqualId.NullText = "";
     this.repositoryItemGridLookUpEditqualId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditqualId.ValueMember = "qualId";
     this.repositoryItemGridLookUpEditqualId.View = this.gridView4;
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn36});
     this.gridView4.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView4.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn36
     //
     this.gridColumn36.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn36.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn36.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn36.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn36.Caption = "المؤهل";
     this.gridColumn36.FieldName = "qualName";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.Visible = true;
     this.gridColumn36.VisibleIndex = 0;
     //
     // gridColumn34
     //
     this.gridColumn34.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn34.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn34.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn34.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn34.Caption = "التخصص بالعربيه";
     this.gridColumn34.FieldName = "SpecializationName";
     this.gridColumn34.Name = "gridColumn34";
     this.gridColumn34.Visible = true;
     this.gridColumn34.VisibleIndex = 1;
     //
     // gridColumn35
     //
     this.gridColumn35.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn35.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn35.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn35.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn35.Caption = "التخصص بالانجليزيه";
     this.gridColumn35.FieldName = "SpecializationName_e";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.Visible = true;
     this.gridColumn35.VisibleIndex = 2;
     //
     // gridColumn89
     //
     this.gridColumn89.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn89.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn89.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn89.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn89.Caption = "حفظ";
     this.gridColumn89.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn89.Name = "gridColumn89";
     this.gridColumn89.Visible = true;
     this.gridColumn89.VisibleIndex = 3;
     //
     // gridColumn90
     //
     this.gridColumn90.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn90.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn90.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn90.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn90.Caption = "حذف";
     this.gridColumn90.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn90.Name = "gridColumn90";
     this.gridColumn90.Visible = true;
     this.gridColumn90.VisibleIndex = 4;
     //
     // gridViewCD_MaritalStatus
     //
     this.gridViewCD_MaritalStatus.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn91,
     this.gridColumn92,
     this.gridColumn93,
     this.gridColumn94});
     this.gridViewCD_MaritalStatus.GridControl = this.gridControlCode;
     this.gridViewCD_MaritalStatus.Name = "gridViewCD_MaritalStatus";
     this.gridViewCD_MaritalStatus.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn91
     //
     this.gridColumn91.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn91.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn91.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn91.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn91.Caption = "الحالة بالعربيه";
     this.gridColumn91.FieldName = "MaritalStatus";
     this.gridColumn91.Name = "gridColumn91";
     this.gridColumn91.Visible = true;
     this.gridColumn91.VisibleIndex = 0;
     this.gridColumn91.Width = 187;
     //
     // gridColumn92
     //
     this.gridColumn92.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn92.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn92.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn92.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn92.Caption = "الحالة بالانجليزيه";
     this.gridColumn92.FieldName = "MaritalStatus_e";
     this.gridColumn92.Name = "gridColumn92";
     this.gridColumn92.Visible = true;
     this.gridColumn92.VisibleIndex = 1;
     this.gridColumn92.Width = 175;
     //
     // gridColumn93
     //
     this.gridColumn93.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn93.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn93.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn93.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn93.Caption = "حفظ";
     this.gridColumn93.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn93.Name = "gridColumn93";
     this.gridColumn93.Visible = true;
     this.gridColumn93.VisibleIndex = 2;
     //
     // gridColumn94
     //
     this.gridColumn94.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn94.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn94.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn94.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn94.Caption = "حذف";
     this.gridColumn94.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn94.Name = "gridColumn94";
     this.gridColumn94.Visible = true;
     this.gridColumn94.VisibleIndex = 3;
     //
     // gridViewCD_Courses
     //
     this.gridViewCD_Courses.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn95,
     this.gridColumn96,
     this.gridColumn98,
     this.gridColumn99});
     this.gridViewCD_Courses.GridControl = this.gridControlCode;
     this.gridViewCD_Courses.Name = "gridViewCD_Courses";
     this.gridViewCD_Courses.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn95
     //
     this.gridColumn95.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn95.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn95.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn95.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn95.Caption = "اسم الدوره بالعربيه";
     this.gridColumn95.FieldName = "CourseName";
     this.gridColumn95.Name = "gridColumn95";
     this.gridColumn95.Visible = true;
     this.gridColumn95.VisibleIndex = 0;
     this.gridColumn95.Width = 149;
     //
     // gridColumn96
     //
     this.gridColumn96.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn96.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn96.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn96.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn96.Caption = "اسم الدوره بالانجليزيه";
     this.gridColumn96.FieldName = "CourseName_e";
     this.gridColumn96.Name = "gridColumn96";
     this.gridColumn96.Visible = true;
     this.gridColumn96.VisibleIndex = 1;
     this.gridColumn96.Width = 128;
     //
     // gridColumn98
     //
     this.gridColumn98.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn98.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn98.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn98.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn98.Caption = "حفظ";
     this.gridColumn98.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn98.Name = "gridColumn98";
     this.gridColumn98.Visible = true;
     this.gridColumn98.VisibleIndex = 2;
     this.gridColumn98.Width = 63;
     //
     // gridColumn99
     //
     this.gridColumn99.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn99.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn99.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn99.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn99.Caption = "حذف";
     this.gridColumn99.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn99.Name = "gridColumn99";
     this.gridColumn99.Visible = true;
     this.gridColumn99.VisibleIndex = 3;
     this.gridColumn99.Width = 60;
     //
     // gridViewCDPlaceTraining
     //
     this.gridViewCDPlaceTraining.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn102,
     this.gridColumn103,
     this.gridColumn37,
     this.gridColumn38,
     this.gridColumn104,
     this.gridColumn105});
     this.gridViewCDPlaceTraining.GridControl = this.gridControlCode;
     this.gridViewCDPlaceTraining.Name = "gridViewCDPlaceTraining";
     //
     // gridColumn102
     //
     this.gridColumn102.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn102.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn102.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn102.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn102.Caption = "اسم الجهه بالعربيه";
     this.gridColumn102.FieldName = "PlaceTrainingName";
     this.gridColumn102.Name = "gridColumn102";
     this.gridColumn102.Visible = true;
     this.gridColumn102.VisibleIndex = 0;
     this.gridColumn102.Width = 177;
     //
     // gridColumn103
     //
     this.gridColumn103.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn103.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn103.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn103.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn103.Caption = "اسم الجهه بالانجليزيه";
     this.gridColumn103.FieldName = "PlaceTrainingName_e";
     this.gridColumn103.Name = "gridColumn103";
     this.gridColumn103.Visible = true;
     this.gridColumn103.VisibleIndex = 1;
     this.gridColumn103.Width = 177;
     //
     // gridColumn37
     //
     this.gridColumn37.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn37.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn37.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn37.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn37.Caption = "تليفون";
     this.gridColumn37.FieldName = "PlaceTrainingTell";
     this.gridColumn37.Name = "gridColumn37";
     this.gridColumn37.Visible = true;
     this.gridColumn37.VisibleIndex = 2;
     this.gridColumn37.Width = 177;
     //
     // gridColumn38
     //
     this.gridColumn38.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn38.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn38.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn38.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn38.Caption = "بريد";
     this.gridColumn38.FieldName = "PlaceTrainingemail";
     this.gridColumn38.Name = "gridColumn38";
     this.gridColumn38.Visible = true;
     this.gridColumn38.VisibleIndex = 3;
     this.gridColumn38.Width = 177;
     //
     // gridColumn104
     //
     this.gridColumn104.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn104.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn104.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn104.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn104.Caption = "حفظ";
     this.gridColumn104.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn104.Name = "gridColumn104";
     this.gridColumn104.Visible = true;
     this.gridColumn104.VisibleIndex = 4;
     this.gridColumn104.Width = 112;
     //
     // gridColumn105
     //
     this.gridColumn105.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn105.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn105.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn105.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn105.Caption = "حذف";
     this.gridColumn105.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn105.Name = "gridColumn105";
     this.gridColumn105.Visible = true;
     this.gridColumn105.VisibleIndex = 5;
     this.gridColumn105.Width = 245;
     //
     // gridViewCD_AgazaType
     //
     this.gridViewCD_AgazaType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn30,
     this.gridColumn31,
     this.gridColumn39,
     this.gridColumn32,
     this.gridColumn33});
     this.gridViewCD_AgazaType.GridControl = this.gridControlCode;
     this.gridViewCD_AgazaType.Name = "gridViewCD_AgazaType";
     this.gridViewCD_AgazaType.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn30
     //
     this.gridColumn30.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn30.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn30.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn30.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn30.Caption = "نوع الغياب بالعربيه";
     this.gridColumn30.FieldName = "AgazaTypeName";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 0;
     this.gridColumn30.Width = 157;
     //
     // gridColumn31
     //
     this.gridColumn31.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn31.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn31.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn31.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn31.Caption = "نوع الغياب بالانجليزيه";
     this.gridColumn31.FieldName = "AgazaTypeName_e";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 1;
     this.gridColumn31.Width = 153;
     //
     // gridColumn39
     //
     this.gridColumn39.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn39.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn39.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn39.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn39.Caption = "مسموح";
     this.gridColumn39.ColumnEdit = this.repositoryItemCheckEditCheckMe;
     this.gridColumn39.FieldName = "allow";
     this.gridColumn39.Name = "gridColumn39";
     this.gridColumn39.Visible = true;
     this.gridColumn39.VisibleIndex = 2;
     //
     // gridColumn32
     //
     this.gridColumn32.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn32.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn32.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn32.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn32.Caption = "حفظ";
     this.gridColumn32.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.Visible = true;
     this.gridColumn32.VisibleIndex = 3;
     //
     // gridColumn33
     //
     this.gridColumn33.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn33.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn33.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn33.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn33.Caption = "حذف";
     this.gridColumn33.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 4;
     //
     // gridViewCDTakdeer
     //
     this.gridViewCDTakdeer.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn12,
     this.gridColumn13,
     this.gridColumn40,
     this.gridColumn41});
     this.gridViewCDTakdeer.GridControl = this.gridControlCode;
     this.gridViewCDTakdeer.Name = "gridViewCDTakdeer";
     this.gridViewCDTakdeer.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn12
     //
     this.gridColumn12.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn12.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn12.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn12.Caption = "التقدير بالعربيه";
     this.gridColumn12.FieldName = "TakdeerName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 0;
     this.gridColumn12.Width = 205;
     //
     // gridColumn13
     //
     this.gridColumn13.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn13.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn13.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn13.Caption = "التقدير بالانجليزيه";
     this.gridColumn13.FieldName = "TakdeerName_e";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 1;
     this.gridColumn13.Width = 169;
     //
     // gridColumn40
     //
     this.gridColumn40.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn40.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn40.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn40.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn40.Caption = "حفظ";
     this.gridColumn40.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn40.Name = "gridColumn40";
     this.gridColumn40.Visible = true;
     this.gridColumn40.VisibleIndex = 2;
     //
     // gridColumn41
     //
     this.gridColumn41.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn41.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn41.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn41.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn41.Caption = "حذف";
     this.gridColumn41.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.Visible = true;
     this.gridColumn41.VisibleIndex = 3;
     //
     // gridViewCD_EznType
     //
     this.gridViewCD_EznType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn42,
     this.gridColumn43,
     this.gridColumn44,
     this.gridColumn45});
     this.gridViewCD_EznType.GridControl = this.gridControlCode;
     this.gridViewCD_EznType.Name = "gridViewCD_EznType";
     this.gridViewCD_EznType.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn42
     //
     this.gridColumn42.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn42.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn42.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn42.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn42.Caption = "الاذن بالعربيه";
     this.gridColumn42.FieldName = "EznType";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 0;
     //
     // gridColumn43
     //
     this.gridColumn43.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn43.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn43.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn43.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn43.Caption = "الاذن بالانجليزيه";
     this.gridColumn43.FieldName = "EznType_e";
     this.gridColumn43.Name = "gridColumn43";
     this.gridColumn43.Visible = true;
     this.gridColumn43.VisibleIndex = 1;
     //
     // gridColumn44
     //
     this.gridColumn44.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn44.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn44.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn44.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn44.Caption = "حفظ";
     this.gridColumn44.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn44.Name = "gridColumn44";
     this.gridColumn44.Visible = true;
     this.gridColumn44.VisibleIndex = 2;
     //
     // gridColumn45
     //
     this.gridColumn45.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn45.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn45.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn45.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn45.Caption = "حذف";
     this.gridColumn45.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn45.Name = "gridColumn45";
     this.gridColumn45.Visible = true;
     this.gridColumn45.VisibleIndex = 3;
     //
     // gridViewCD_GzaaType
     //
     this.gridViewCD_GzaaType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn46,
     this.gridColumn47,
     this.gridColumn48,
     this.gridColumn49});
     this.gridViewCD_GzaaType.GridControl = this.gridControlCode;
     this.gridViewCD_GzaaType.Name = "gridViewCD_GzaaType";
     this.gridViewCD_GzaaType.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn46
     //
     this.gridColumn46.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn46.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn46.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn46.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn46.Caption = "الجزاء بالعربيه";
     this.gridColumn46.FieldName = "GzaaType";
     this.gridColumn46.Name = "gridColumn46";
     this.gridColumn46.Visible = true;
     this.gridColumn46.VisibleIndex = 0;
     //
     // gridColumn47
     //
     this.gridColumn47.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn47.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn47.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn47.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn47.Caption = "الجزاء بالانجليزيه";
     this.gridColumn47.FieldName = "GzaaType_e";
     this.gridColumn47.Name = "gridColumn47";
     this.gridColumn47.Visible = true;
     this.gridColumn47.VisibleIndex = 1;
     //
     // gridColumn48
     //
     this.gridColumn48.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn48.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn48.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn48.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn48.Caption = "حفظ";
     this.gridColumn48.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn48.Name = "gridColumn48";
     this.gridColumn48.Visible = true;
     this.gridColumn48.VisibleIndex = 2;
     //
     // gridColumn49
     //
     this.gridColumn49.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn49.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn49.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn49.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn49.Caption = "حذف";
     this.gridColumn49.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn49.Name = "gridColumn49";
     this.gridColumn49.Visible = true;
     this.gridColumn49.VisibleIndex = 3;
     //
     // gridViewCD_GehaGazaa
     //
     this.gridViewCD_GehaGazaa.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn50,
     this.gridColumn51,
     this.gridColumn52,
     this.gridColumn53});
     this.gridViewCD_GehaGazaa.GridControl = this.gridControlCode;
     this.gridViewCD_GehaGazaa.Name = "gridViewCD_GehaGazaa";
     this.gridViewCD_GehaGazaa.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn50
     //
     this.gridColumn50.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn50.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn50.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn50.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn50.Caption = "جهة الجزاء بالعربيه";
     this.gridColumn50.FieldName = "GehaGazaa";
     this.gridColumn50.Name = "gridColumn50";
     this.gridColumn50.Visible = true;
     this.gridColumn50.VisibleIndex = 0;
     this.gridColumn50.Width = 214;
     //
     // gridColumn51
     //
     this.gridColumn51.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn51.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn51.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn51.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn51.Caption = "جهة الجزاء بالانجليزيه";
     this.gridColumn51.FieldName = "GehaGazaa_e";
     this.gridColumn51.Name = "gridColumn51";
     this.gridColumn51.Visible = true;
     this.gridColumn51.VisibleIndex = 1;
     this.gridColumn51.Width = 181;
     //
     // gridColumn52
     //
     this.gridColumn52.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn52.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn52.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn52.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn52.Caption = "حفظ";
     this.gridColumn52.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn52.Name = "gridColumn52";
     this.gridColumn52.Visible = true;
     this.gridColumn52.VisibleIndex = 2;
     //
     // gridColumn53
     //
     this.gridColumn53.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn53.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn53.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn53.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn53.Caption = "حذف";
     this.gridColumn53.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn53.Name = "gridColumn53";
     this.gridColumn53.Visible = true;
     this.gridColumn53.VisibleIndex = 3;
     //
     // gridViewCD_AsaseACC
     //
     this.gridViewCD_AsaseACC.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn106,
     this.gridColumn107,
     this.gridColumn108,
     this.gridColumn116,
     this.gridColumn117});
     this.gridViewCD_AsaseACC.GridControl = this.gridControlCode;
     this.gridViewCD_AsaseACC.Name = "gridViewCD_AsaseACC";
     this.gridViewCD_AsaseACC.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn106
     //
     this.gridColumn106.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn106.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn106.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn106.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn106.Caption = "العام";
     this.gridColumn106.FieldName = "asase_year";
     this.gridColumn106.Name = "gridColumn106";
     this.gridColumn106.Visible = true;
     this.gridColumn106.VisibleIndex = 0;
     this.gridColumn106.Width = 143;
     //
     // gridColumn107
     //
     this.gridColumn107.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn107.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn107.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn107.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn107.Caption = "اسم المجمع ";
     this.gridColumn107.FieldName = "school_allname";
     this.gridColumn107.Name = "gridColumn107";
     this.gridColumn107.OptionsColumn.AllowEdit = false;
     this.gridColumn107.OptionsColumn.ReadOnly = true;
     this.gridColumn107.Visible = true;
     this.gridColumn107.VisibleIndex = 2;
     this.gridColumn107.Width = 133;
     //
     // gridColumn108
     //
     this.gridColumn108.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn108.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn108.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn108.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn108.Caption = "اسم المدرسه";
     this.gridColumn108.ColumnEdit = this.repositoryItemGridLookUpEditSPOS;
     this.gridColumn108.FieldName = "SPOS";
     this.gridColumn108.Name = "gridColumn108";
     this.gridColumn108.Visible = true;
     this.gridColumn108.VisibleIndex = 1;
     this.gridColumn108.Width = 133;
     //
     // repositoryItemGridLookUpEditSPOS
     //
     this.repositoryItemGridLookUpEditSPOS.AutoHeight = false;
     this.repositoryItemGridLookUpEditSPOS.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditSPOS.DisplayMember = "SCHOOL";
     this.repositoryItemGridLookUpEditSPOS.Name = "repositoryItemGridLookUpEditSPOS";
     this.repositoryItemGridLookUpEditSPOS.NullText = "";
     this.repositoryItemGridLookUpEditSPOS.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditSPOS.ValueMember = "SPOS";
     this.repositoryItemGridLookUpEditSPOS.View = this.gridView3;
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn112,
     this.gridColumn113});
     this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn112
     //
     this.gridColumn112.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn112.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn112.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn112.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn112.Caption = "اسم المدرسه بالعربيه";
     this.gridColumn112.FieldName = "SCHOOL";
     this.gridColumn112.Name = "gridColumn112";
     this.gridColumn112.Visible = true;
     this.gridColumn112.VisibleIndex = 0;
     //
     // gridColumn113
     //
     this.gridColumn113.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn113.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn113.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn113.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn113.Caption = "اسم المدرسه بالانجليزيه";
     this.gridColumn113.FieldName = "SCHOOl_e";
     this.gridColumn113.Name = "gridColumn113";
     this.gridColumn113.Visible = true;
     this.gridColumn113.VisibleIndex = 1;
     //
     // gridColumn116
     //
     this.gridColumn116.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn116.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn116.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn116.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn116.Caption = "حفظ";
     this.gridColumn116.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumn116.Name = "gridColumn116";
     this.gridColumn116.Visible = true;
     this.gridColumn116.VisibleIndex = 3;
     this.gridColumn116.Width = 133;
     //
     // gridColumn117
     //
     this.gridColumn117.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn117.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn117.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn117.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn117.Caption = "حذف";
     this.gridColumn117.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumn117.Name = "gridColumn117";
     this.gridColumn117.Visible = true;
     this.gridColumn117.VisibleIndex = 4;
     this.gridColumn117.Width = 133;
     //
     // repositoryItemTimeEditTime
     //
     this.repositoryItemTimeEditTime.AutoHeight = false;
     this.repositoryItemTimeEditTime.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEditTime.DisplayFormat.FormatString = "hh:mm:ss t";
     this.repositoryItemTimeEditTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEditTime.EditFormat.FormatString = "hh:mm:ss t";
     this.repositoryItemTimeEditTime.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEditTime.Mask.EditMask = "hh:mm:ss t";
     this.repositoryItemTimeEditTime.Name = "repositoryItemTimeEditTime";
     //
     // repositoryItemGridLookUpEditJobDescriptionId
     //
     this.repositoryItemGridLookUpEditJobDescriptionId.AutoHeight = false;
     this.repositoryItemGridLookUpEditJobDescriptionId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEditJobDescriptionId.DisplayMember = "JobDescription";
     this.repositoryItemGridLookUpEditJobDescriptionId.Name = "repositoryItemGridLookUpEditJobDescriptionId";
     this.repositoryItemGridLookUpEditJobDescriptionId.NullText = "";
     this.repositoryItemGridLookUpEditJobDescriptionId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemGridLookUpEditJobDescriptionId.ValueMember = "JobDescriptionId";
     this.repositoryItemGridLookUpEditJobDescriptionId.View = this.gridView2;
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn8,
     this.gridColumn9});
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn8.Caption = "الوصف بالعربيه";
     this.gridColumn8.FieldName = "JobDescription";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 0;
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.Caption = "الوصف بالانجليزيه";
     this.gridColumn9.FieldName = "JobDescription_e";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 1;
     //
     // CodeFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(534, 362);
     this.Controls.Add(this.gridControlCode);
     this.Name = "CodeFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "اكواد";
     this.Load += new System.EventHandler(this.CodeFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_PayType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEditCheckMe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_PayTypeDetiel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditPayTypeId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_PayMony)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditPayTypeDetielId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditalsofof_code)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditf2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Discounts)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_KastNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_KastSaf)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditKastNoId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_KastBnood)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Specialization)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditqualId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_MaritalStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_Courses)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDPlaceTraining)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_AgazaType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCDTakdeer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_EznType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_GzaaType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_GehaGazaa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCD_AsaseACC)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditSPOS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEditTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEditJobDescriptionId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     this.ResumeLayout(false);
 }
Example #17
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStaff));
     this.MainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.MenuItem1 = new System.Windows.Forms.MenuItem();
     this.MenuItem2 = new System.Windows.Forms.MenuItem();
     this.MenuItem4 = new System.Windows.Forms.MenuItem();
     this.MenuItemChangePassword = new System.Windows.Forms.MenuItem();
     this.MenuItemBlockMembershipID = new System.Windows.Forms.MenuItem();
     this.MenuItemResetMembershipID = new System.Windows.Forms.MenuItem();
     this.MenuItem9 = new System.Windows.Forms.MenuItem();
     this.MenuItem10 = new System.Windows.Forms.MenuItem();
     this.MenuItem5 = new System.Windows.Forms.MenuItem();
     this.Bar1 = new DevExpress.XtraBars.Bar();
     this.BarManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.Bar2 = new DevExpress.XtraBars.Bar();
     this.bbiClose = new DevExpress.XtraBars.BarButtonItem();
     this.barbtnTimeCard = new DevExpress.XtraBars.BarButtonItem();
     this.barstaticCurrentLogin = new DevExpress.XtraBars.BarStaticItem();
     this.BarAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barbtnClose = new DevExpress.XtraBars.BarButtonItem();
     this.tabStaff = new DevExpress.XtraTab.XtraTabControl();
     this.tabStaffOne = new DevExpress.XtraTab.XtraTabPage();
     this.lblOne_2 = new DevExpress.XtraEditors.SimpleButton();
     this.luedtMemoEmployeeID = new DevExpress.XtraEditors.LookUpEdit();
     this.lblMemoEmployeeID = new System.Windows.Forms.Label();
     this.groupMessages = new DevExpress.XtraEditors.GroupControl();
     this.lblmnuMessagesReceipient = new System.Windows.Forms.Label();
     this.lblmnuMessagesFollowUpAction = new System.Windows.Forms.Label();
     this.lblmnuMessagesMemoInfo = new System.Windows.Forms.Label();
     this.groupMessagesEntry = new DevExpress.XtraEditors.GroupControl();
     this.cbViewMemo = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnMemoUnpost = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnMemoPrint = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnMemoNew = new DevExpress.XtraEditors.SimpleButton();
     this.gctrMemo = new DevExpress.XtraGrid.GridControl();
     this.gvMemo = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colnMemoID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPostUpdateDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAuthorID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAuthor = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTitle = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRead = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.groupMessagesFollowUpAction = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl4 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnRepliesDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRepliesView = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRepliesUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRepliesAdd = new DevExpress.XtraEditors.SimpleButton();
     this.gctrReplies = new DevExpress.XtraGrid.GridControl();
     this.gvReplies = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colReplyDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReplyEmployeeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReplyEmployeeName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReplyMessage = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupMessagesMemoInfo = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl8 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.memoedtMessage = new DevExpress.XtraEditors.MemoEdit();
     this.Label37 = new System.Windows.Forms.Label();
     this.groupMessagesReceipient = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl6 = new DevExpress.XtraEditors.GroupControl();
     this.cbMemoReceipient = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnReceipientDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnReceipientNew = new DevExpress.XtraEditors.SimpleButton();
     this.gctrReceipient = new DevExpress.XtraGrid.GridControl();
     this.gvReceipient = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colRecipientType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRecipient = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRecipientID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupReceipientGroup = new DevExpress.XtraEditors.GroupControl();
     this.groupReceipientGroupEntry = new DevExpress.XtraEditors.GroupControl();
     this.sbtnRecpGrpDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRecpGrpEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRecpGrpNew = new DevExpress.XtraEditors.SimpleButton();
     this.gctrRecpGrp = new DevExpress.XtraGrid.GridControl();
     this.gvRecpGrp = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colReceipientGroupID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReceipientGroupCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupReceipientGroupReceipientEntries = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl10 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnRecpEntryDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRecpEntryNew = new DevExpress.XtraEditors.SimpleButton();
     this.gctrRecpEntry = new DevExpress.XtraGrid.GridControl();
     this.gvRecpEntry = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colEmployeeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmployeeName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lblOne_1 = new DevExpress.XtraEditors.SimpleButton();
     this.tabStaffTwo = new DevExpress.XtraTab.XtraTabPage();
     this.groupService = new DevExpress.XtraEditors.GroupControl();
     this.groupServiceEntry = new DevExpress.XtraEditors.GroupControl();
     this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
     this.luedtCommissionServiceBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.label30 = new System.Windows.Forms.Label();
     this.cbServiceYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label5 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbServiceMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cbServiceServiceType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnServiceInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.gctrService = new DevExpress.XtraGrid.GridControl();
     this.gvService = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colServicedtDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colServicestrBranchCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colServicestrMembershipID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colServicestrServiceCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colServicestrCommission = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lblTwo_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblTwo_2 = new DevExpress.XtraEditors.SimpleButton();
     this.groupSales = new DevExpress.XtraEditors.GroupControl();
     this.groupSalesEntry = new DevExpress.XtraEditors.GroupControl();
     this.groupControl7 = new DevExpress.XtraEditors.GroupControl();
     this.luedtSalesBranchCode = new DevExpress.XtraEditors.LookUpEdit();
     this.label16 = new System.Windows.Forms.Label();
     this.cbSalesYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.cbSalesMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnSalesInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.cbSalesType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gctrSales = new DevExpress.XtraGrid.GridControl();
     this.gvSales = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSalesDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSalesReceipt = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSalesMembershipID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSalesNettAmount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabStaffThree = new DevExpress.XtraTab.XtraTabPage();
     this.lblThree_3 = new DevExpress.XtraEditors.SimpleButton();
     this.lblThree_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblThree_2 = new DevExpress.XtraEditors.SimpleButton();
     this.groupTimesheet = new DevExpress.XtraEditors.GroupControl();
     this.groupTimesheetEntry = new DevExpress.XtraEditors.GroupControl();
     this.groupControl9 = new DevExpress.XtraEditors.GroupControl();
     this.cbTimesheetYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.cbTimesheetMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnTimesheetInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrTimesheet = new DevExpress.XtraGrid.GridControl();
     this.gvTimesheet = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTimesheetDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetRosterIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetRosterOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetBranchFirstTimeIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetBranchLastTimeOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetFirstTimeIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetLastTimeOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetManagerNameIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetManagerNameOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colTimesheetTotalLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupOvertime = new DevExpress.XtraEditors.GroupControl();
     this.groupControl15 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnOvertimeDelete = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl16 = new DevExpress.XtraEditors.GroupControl();
     this.cbOvertimeYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.cbOvertimeMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnOvertimeInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnApplyOvertime = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrOvertime = new DevExpress.XtraGrid.GridControl();
     this.gvOvertime = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colOvertimeDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeReason = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeCharging = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeManager = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeApprovingManagerID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupLateness = new DevExpress.XtraEditors.GroupControl();
     this.groupControl13 = new DevExpress.XtraEditors.GroupControl();
     this.groupControl14 = new DevExpress.XtraEditors.GroupControl();
     this.cbLatenessYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.cbLatenessMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnLatenessInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrLateness = new DevExpress.XtraGrid.GridControl();
     this.gvLateness = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colLatenessRosterID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLatenessDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLatenessBranch = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLatenessType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLatenessExpected = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.colLatenessActual = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.colLatenessLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabStaffFour = new DevExpress.XtraTab.XtraTabPage();
     this.lblFour_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupAppointment = new DevExpress.XtraEditors.GroupControl();
     this.groupAppointmentEntry = new DevExpress.XtraEditors.GroupControl();
     this.groupControl12 = new DevExpress.XtraEditors.GroupControl();
     this.cbAppointmentYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label26 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.cbAppointmentMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnAppointmentInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnAppointmentDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnAppointmentPrint = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnAppointmentEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnAppointmentNew = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrAppointment = new DevExpress.XtraGrid.GridControl();
     this.gvAppointment = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colAppointmentDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentStartDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentEndDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentOrganization = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentContact = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentTypeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentRemarks = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupContact = new DevExpress.XtraEditors.GroupControl();
     this.groupContactEntry = new DevExpress.XtraEditors.GroupControl();
     this.sbtnContactEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnContactDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnContactNew = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrContact = new DevExpress.XtraGrid.GridControl();
     this.gvContact = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colContactPerson = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactOrganization = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactMobile = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactOfficeNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactEmail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactFax = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactAddress = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabStaffFive = new DevExpress.XtraTab.XtraTabPage();
     this.groupCustomerVoice = new DevExpress.XtraEditors.GroupControl();
     this.lblmnuCustomerVoiceActionHistory = new System.Windows.Forms.Label();
     this.lblmnuCustomerVoiceCVDetails = new System.Windows.Forms.Label();
     this.GroupControl24 = new DevExpress.XtraEditors.GroupControl();
     this.luedtCVSubmitter = new DevExpress.XtraEditors.LookUpEdit();
     this.sbtnAssign = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCVPrint = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCVEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCVDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCVNew = new DevExpress.XtraEditors.SimpleButton();
     this.cbListCV = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gctrCV = new DevExpress.XtraGrid.GridControl();
     this.gvCV = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colRefNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDtReceived = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBranch = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMembershipID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMemberName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDepartment = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCategory = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubject = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubmittedBy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStaffSubject = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDepartmentAssignedTo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastUpdatedDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label17 = new System.Windows.Forms.Label();
     this.luedtCVAssignTo = new DevExpress.XtraEditors.LookUpEdit();
     this.lblCVSubmitter = new System.Windows.Forms.Label();
     this.groupCustomerVoiceActionHistory = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl26 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnNewCVAction = new DevExpress.XtraEditors.SimpleButton();
     this.gctrCVAction = new DevExpress.XtraGrid.GridControl();
     this.gvCVAction = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colActionID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldtDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldtTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colActionDetail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colActionTakenBy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colActionTakenByID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupCustomerVoiceCVDetails = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl28 = new DevExpress.XtraEditors.GroupControl();
     this.txtHomeNo = new DevExpress.XtraEditors.TextEdit();
     this.label31 = new System.Windows.Forms.Label();
     this.txtEmail = new DevExpress.XtraEditors.TextEdit();
     this.label10 = new System.Windows.Forms.Label();
     this.txtContactNo = new DevExpress.XtraEditors.TextEdit();
     this.label9 = new System.Windows.Forms.Label();
     this.memoeditSummaryCV = new DevExpress.XtraEditors.MemoEdit();
     this.Label32 = new System.Windows.Forms.Label();
     this.tabStaffSix = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.lblSix_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblSix_1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupLeave = new DevExpress.XtraEditors.GroupControl();
     this.groupLeaveLeaveDetails = new DevExpress.XtraEditors.GroupControl();
     this.groupControl11 = new DevExpress.XtraEditors.GroupControl();
     this.cbLeaveStatus = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label35 = new System.Windows.Forms.Label();
     this.txtLeaveEntitlement = new DevExpress.XtraEditors.TextEdit();
     this.label34 = new System.Windows.Forms.Label();
     this.dateedtLeaveJoinDate = new DevExpress.XtraEditors.DateEdit();
     this.label33 = new System.Windows.Forms.Label();
     this.sbtnLeaveEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnLeaveDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnLeaveApply = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrLeaveDetail = new DevExpress.XtraGrid.GridControl();
     this.gvLeave = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colLeaveStartDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveStartTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveEndTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nLeaveQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nUnpaidLeave = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveTimeOff = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colfFullDay = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveLeaveType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveReason = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveLeaveStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveApprovingManager = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cbLeaveNYearID = new DevExpress.XtraEditors.ComboBoxEdit();
     this.lblNYearID = new System.Windows.Forms.Label();
     this.groupLeaveLeaveBalance = new DevExpress.XtraEditors.GroupControl();
     this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
     this.btnConvert = new System.Windows.Forms.Button();
     this.txtDaysConvert = new System.Windows.Forms.TextBox();
     this.label36 = new System.Windows.Forms.Label();
     this.btnAdjust = new System.Windows.Forms.Button();
     this.txtLeaveAdjust = new System.Windows.Forms.TextBox();
     this.label29 = new System.Windows.Forms.Label();
     this.sbtnLeaveBalanceInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.label25 = new System.Windows.Forms.Label();
     this.cbLeaveBalance = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gridctrLeaveBalance = new DevExpress.XtraGrid.GridControl();
     this.gvLeaveBalance = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colLeaveBalanceDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveBalanceTransaction = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveBalanceStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveBalanceNoOfDays = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupLeaveRoster = new DevExpress.XtraEditors.GroupControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.acmsRosterHeader6 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader5 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader4 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader3 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader2 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader1 = new ACMS.Control.ACMSRosterHeader();
     this.sbtnLeaveNextMonth = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnLeavePreviousMonth = new DevExpress.XtraEditors.SimpleButton();
     this.luedtLeaveEmployeeID = new DevExpress.XtraEditors.LookUpEdit();
     this.lblLeaveEmployeeID = new System.Windows.Forms.Label();
     this.tabStaffSeven = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl17 = new DevExpress.XtraEditors.GroupControl();
     this.tabStaffEight = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.memoEdit2 = new DevExpress.XtraEditors.MemoEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.lookUpEdit4 = new DevExpress.XtraEditors.LookUpEdit();
     this.label40 = new System.Windows.Forms.Label();
     this.lookUpEdit3 = new DevExpress.XtraEditors.LookUpEdit();
     this.label39 = new System.Windows.Forms.Label();
     this.lookUpEdit2 = new DevExpress.XtraEditors.LookUpEdit();
     this.label38 = new System.Windows.Forms.Label();
     this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
     this.label28 = new System.Windows.Forms.Label();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl18 = new DevExpress.XtraEditors.GroupControl();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.BarManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BarAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabStaff)).BeginInit();
     this.tabStaff.SuspendLayout();
     this.tabStaffOne.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtMemoEmployeeID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessages)).BeginInit();
     this.groupMessages.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesEntry)).BeginInit();
     this.groupMessagesEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbViewMemo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrMemo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvMemo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesFollowUpAction)).BeginInit();
     this.groupMessagesFollowUpAction.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl4)).BeginInit();
     this.GroupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gctrReplies)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReplies)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesMemoInfo)).BeginInit();
     this.groupMessagesMemoInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl8)).BeginInit();
     this.GroupControl8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoedtMessage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesReceipient)).BeginInit();
     this.groupMessagesReceipient.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl6)).BeginInit();
     this.GroupControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbMemoReceipient.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrReceipient)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReceipient)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroup)).BeginInit();
     this.groupReceipientGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroupEntry)).BeginInit();
     this.groupReceipientGroupEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gctrRecpGrp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRecpGrp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroupReceipientEntries)).BeginInit();
     this.groupReceipientGroupReceipientEntries.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl10)).BeginInit();
     this.GroupControl10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gctrRecpEntry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRecpEntry)).BeginInit();
     this.tabStaffTwo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupService)).BeginInit();
     this.groupService.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupServiceEntry)).BeginInit();
     this.groupServiceEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtCommissionServiceBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceServiceType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrService)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvService)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupSales)).BeginInit();
     this.groupSales.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupSalesEntry)).BeginInit();
     this.groupSalesEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).BeginInit();
     this.groupControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtSalesBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSales)).BeginInit();
     this.tabStaffThree.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupTimesheet)).BeginInit();
     this.groupTimesheet.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupTimesheetEntry)).BeginInit();
     this.groupTimesheetEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl9)).BeginInit();
     this.groupControl9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbTimesheetYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTimesheetMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrTimesheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvTimesheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupOvertime)).BeginInit();
     this.groupOvertime.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl15)).BeginInit();
     this.groupControl15.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl16)).BeginInit();
     this.groupControl16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbOvertimeYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbOvertimeMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrOvertime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvOvertime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLateness)).BeginInit();
     this.groupLateness.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl13)).BeginInit();
     this.groupControl13.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl14)).BeginInit();
     this.groupControl14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbLatenessYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLatenessMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLateness)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLateness)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     this.tabStaffFour.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupAppointment)).BeginInit();
     this.groupAppointment.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupAppointmentEntry)).BeginInit();
     this.groupAppointmentEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl12)).BeginInit();
     this.groupControl12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAppointmentYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbAppointmentMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrAppointment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAppointment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupContact)).BeginInit();
     this.groupContact.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupContactEntry)).BeginInit();
     this.groupContactEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrContact)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvContact)).BeginInit();
     this.tabStaffFive.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoice)).BeginInit();
     this.groupCustomerVoice.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl24)).BeginInit();
     this.GroupControl24.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtCVSubmitter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbListCV.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrCV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtCVAssignTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoiceActionHistory)).BeginInit();
     this.groupCustomerVoiceActionHistory.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl26)).BeginInit();
     this.GroupControl26.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gctrCVAction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCVAction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoiceCVDetails)).BeginInit();
     this.groupCustomerVoiceCVDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl28)).BeginInit();
     this.GroupControl28.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtHomeNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContactNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoeditSummaryCV.Properties)).BeginInit();
     this.tabStaffSix.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeave)).BeginInit();
     this.groupLeave.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveLeaveDetails)).BeginInit();
     this.groupLeaveLeaveDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl11)).BeginInit();
     this.groupControl11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLeaveEntitlement.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtLeaveJoinDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtLeaveJoinDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLeaveDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLeave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveNYearID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveLeaveBalance)).BeginInit();
     this.groupLeaveLeaveBalance.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveBalance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLeaveBalance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLeaveBalance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveRoster)).BeginInit();
     this.groupLeaveRoster.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtLeaveEmployeeID.Properties)).BeginInit();
     this.tabStaffSeven.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl17)).BeginInit();
     this.tabStaffEight.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl18)).BeginInit();
     this.SuspendLayout();
     //
     // MainMenu1
     //
     this.MainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItem1,
     this.MenuItem4,
     this.MenuItem5});
     //
     // MenuItem1
     //
     this.MenuItem1.Index = 0;
     this.MenuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItem2});
     this.MenuItem1.Text = "File";
     //
     // MenuItem2
     //
     this.MenuItem2.Index = 0;
     this.MenuItem2.Text = "Quit";
     this.MenuItem2.Click += new System.EventHandler(this.MenuItem2_Click);
     //
     // MenuItem4
     //
     this.MenuItem4.Index = 1;
     this.MenuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItemChangePassword,
     this.MenuItemBlockMembershipID,
     this.MenuItemResetMembershipID,
     this.MenuItem9,
     this.MenuItem10});
     this.MenuItem4.Text = "Tools";
     //
     // MenuItemChangePassword
     //
     this.MenuItemChangePassword.Index = 0;
     this.MenuItemChangePassword.Text = "Change Password";
     this.MenuItemChangePassword.Click += new System.EventHandler(this.MenuItemChangePassword_Click);
     //
     // MenuItemBlockMembershipID
     //
     this.MenuItemBlockMembershipID.Index = 1;
     this.MenuItemBlockMembershipID.Text = "Block Membership ID";
     this.MenuItemBlockMembershipID.Click += new System.EventHandler(this.MenuItemBlockMembershipID_Click);
     //
     // MenuItemResetMembershipID
     //
     this.MenuItemResetMembershipID.Index = 2;
     this.MenuItemResetMembershipID.Text = "Reset Membership ID";
     this.MenuItemResetMembershipID.Click += new System.EventHandler(this.MenuItemResetMembershipID_Click);
     //
     // MenuItem9
     //
     this.MenuItem9.Index = 3;
     this.MenuItem9.Text = "Re-print receipt";
     //
     // MenuItem10
     //
     this.MenuItem10.Index = 4;
     this.MenuItem10.Text = "Open Carton";
     //
     // MenuItem5
     //
     this.MenuItem5.Index = 2;
     this.MenuItem5.Text = "Help";
     //
     // Bar1
     //
     this.Bar1.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Bar1.Appearance.Options.UseFont = true;
     this.Bar1.BarName = "bnTopBar";
     this.Bar1.DockCol = 0;
     this.Bar1.DockRow = 0;
     this.Bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.Bar1.OptionsBar.MultiLine = true;
     this.Bar1.OptionsBar.UseWholeRow = true;
     this.Bar1.Text = "TopBar";
     //
     // BarManager1
     //
     this.BarManager1.AllowQuickCustomization = false;
     this.BarManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.Bar2});
     this.BarManager1.Controller = this.BarAndDockingController1;
     this.BarManager1.DockControls.Add(this.barDockControlTop);
     this.BarManager1.DockControls.Add(this.barDockControlBottom);
     this.BarManager1.DockControls.Add(this.barDockControlLeft);
     this.BarManager1.DockControls.Add(this.barDockControlRight);
     this.BarManager1.Form = this;
     this.BarManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiClose,
     this.barbtnTimeCard,
     this.barButtonItem1,
     this.barbtnClose,
     this.barstaticCurrentLogin});
     this.BarManager1.MainMenu = this.Bar2;
     this.BarManager1.MaxItemId = 6;
     //
     // Bar2
     //
     this.Bar2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Bar2.Appearance.Options.UseFont = true;
     this.Bar2.BarName = "Custom 1";
     this.Bar2.DockCol = 0;
     this.Bar2.DockRow = 0;
     this.Bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.Bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiClose, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barbtnTimeCard, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barstaticCurrentLogin, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard)});
     this.Bar2.OptionsBar.MultiLine = true;
     this.Bar2.OptionsBar.UseWholeRow = true;
     this.Bar2.Text = "Custom 1";
     //
     // bbiClose
     //
     this.bbiClose.Caption = "Close";
     this.bbiClose.Glyph = ((System.Drawing.Image)(resources.GetObject("bbiClose.Glyph")));
     this.bbiClose.Id = 0;
     this.bbiClose.Name = "bbiClose";
     this.bbiClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiLoginOut_ItemClick);
     //
     // barbtnTimeCard
     //
     this.barbtnTimeCard.Caption = "Time Card";
     this.barbtnTimeCard.Glyph = ((System.Drawing.Image)(resources.GetObject("barbtnTimeCard.Glyph")));
     this.barbtnTimeCard.Id = 1;
     this.barbtnTimeCard.Name = "barbtnTimeCard";
     this.barbtnTimeCard.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnTimeCard_ItemClick);
     //
     // barstaticCurrentLogin
     //
     this.barstaticCurrentLogin.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barstaticCurrentLogin.Caption = "Current Login: {0}, {1}";
     this.barstaticCurrentLogin.Id = 4;
     this.barstaticCurrentLogin.Name = "barstaticCurrentLogin";
     this.barstaticCurrentLogin.OwnFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barstaticCurrentLogin.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barstaticCurrentLogin.UseOwnFont = true;
     //
     // BarAndDockingController1
     //
     this.BarAndDockingController1.PaintStyleName = "WindowsXP";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "ACMS Manager";
     this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id = 2;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barbtnClose
     //
     this.barbtnClose.Id = 5;
     this.barbtnClose.Name = "barbtnClose";
     //
     // tabStaff
     //
     this.tabStaff.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.tabStaff.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.tabStaff.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaff.ImeMode = System.Windows.Forms.ImeMode.On;
     this.tabStaff.Location = new System.Drawing.Point(0, 65);
     this.tabStaff.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tabStaff.Name = "tabStaff";
     this.tabStaff.PaintStyleName = "Skin";
     this.tabStaff.SelectedTabPage = this.tabStaffOne;
     this.tabStaff.Size = new System.Drawing.Size(1016, 648);
     this.tabStaff.TabIndex = 0;
     this.tabStaff.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabStaffOne,
     this.tabStaffTwo,
     this.tabStaffThree,
     this.tabStaffFour,
     this.tabStaffFive,
     this.tabStaffSix,
     this.tabStaffSeven,
     this.tabStaffEight});
     this.tabStaff.Text = "tabStaffMailbox";
     this.tabStaff.VisibleChanged += new System.EventHandler(this.tabStaff_VisibleChanged);
     this.tabStaff.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabStaff_SelectedPageChanged);
     this.tabStaff.Click += new System.EventHandler(this.tabStaff_Click);
     //
     // tabStaffOne
     //
     this.tabStaffOne.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffOne.Appearance.Header.Options.UseFont = true;
     this.tabStaffOne.Controls.Add(this.lblOne_2);
     this.tabStaffOne.Controls.Add(this.luedtMemoEmployeeID);
     this.tabStaffOne.Controls.Add(this.lblMemoEmployeeID);
     this.tabStaffOne.Controls.Add(this.groupMessages);
     this.tabStaffOne.Controls.Add(this.groupReceipientGroup);
     this.tabStaffOne.Controls.Add(this.lblOne_1);
     this.tabStaffOne.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffOne.Name = "tabStaffOne";
     this.tabStaffOne.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffOne.Text = "Mailbox";
     this.tabStaffOne.VisibleChanged += new System.EventHandler(this.tabStaffMailbox_VisibleChanged);
     //
     // lblOne_2
     //
     this.lblOne_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblOne_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblOne_2.Appearance.Options.UseFont = true;
     this.lblOne_2.Appearance.Options.UseForeColor = true;
     this.lblOne_2.Location = new System.Drawing.Point(160, 8);
     this.lblOne_2.Name = "lblOne_2";
     this.lblOne_2.Size = new System.Drawing.Size(138, 23);
     this.lblOne_2.TabIndex = 142;
     this.lblOne_2.Text = "Receipient Group";
     this.lblOne_2.Click += new System.EventHandler(this.lblOne_2_Click);
     //
     // luedtMemoEmployeeID
     //
     this.luedtMemoEmployeeID.Location = new System.Drawing.Point(776, 8);
     this.luedtMemoEmployeeID.Name = "luedtMemoEmployeeID";
     this.luedtMemoEmployeeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtMemoEmployeeID.Size = new System.Drawing.Size(208, 20);
     this.luedtMemoEmployeeID.TabIndex = 33;
     this.luedtMemoEmployeeID.EditValueChanged += new System.EventHandler(this.luedtMemoEmployeeID_EditValueChanged);
     //
     // lblMemoEmployeeID
     //
     this.lblMemoEmployeeID.AutoSize = true;
     this.lblMemoEmployeeID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMemoEmployeeID.Location = new System.Drawing.Point(688, 8);
     this.lblMemoEmployeeID.Name = "lblMemoEmployeeID";
     this.lblMemoEmployeeID.Size = new System.Drawing.Size(88, 16);
     this.lblMemoEmployeeID.TabIndex = 34;
     this.lblMemoEmployeeID.Text = "Staff Name:";
     //
     // groupMessages
     //
     this.groupMessages.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessages.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupMessages.Controls.Add(this.lblmnuMessagesReceipient);
     this.groupMessages.Controls.Add(this.lblmnuMessagesFollowUpAction);
     this.groupMessages.Controls.Add(this.lblmnuMessagesMemoInfo);
     this.groupMessages.Controls.Add(this.groupMessagesEntry);
     this.groupMessages.Controls.Add(this.groupMessagesFollowUpAction);
     this.groupMessages.Controls.Add(this.groupMessagesMemoInfo);
     this.groupMessages.Controls.Add(this.groupMessagesReceipient);
     this.groupMessages.Location = new System.Drawing.Point(0, 34);
     this.groupMessages.Name = "groupMessages";
     this.groupMessages.ShowCaption = false;
     this.groupMessages.Size = new System.Drawing.Size(1007, 584);
     this.groupMessages.TabIndex = 13;
     this.groupMessages.Text = "GroupControl3";
     //
     // lblmnuMessagesReceipient
     //
     this.lblmnuMessagesReceipient.AutoSize = true;
     this.lblmnuMessagesReceipient.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuMessagesReceipient.Location = new System.Drawing.Point(176, 320);
     this.lblmnuMessagesReceipient.Name = "lblmnuMessagesReceipient";
     this.lblmnuMessagesReceipient.Size = new System.Drawing.Size(83, 16);
     this.lblmnuMessagesReceipient.TabIndex = 2;
     this.lblmnuMessagesReceipient.Text = "Receipient";
     this.lblmnuMessagesReceipient.Click += new System.EventHandler(this.lblmnuMessagesReceipient_Click);
     //
     // lblmnuMessagesFollowUpAction
     //
     this.lblmnuMessagesFollowUpAction.AutoSize = true;
     this.lblmnuMessagesFollowUpAction.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuMessagesFollowUpAction.Location = new System.Drawing.Point(112, 320);
     this.lblmnuMessagesFollowUpAction.Name = "lblmnuMessagesFollowUpAction";
     this.lblmnuMessagesFollowUpAction.Size = new System.Drawing.Size(62, 16);
     this.lblmnuMessagesFollowUpAction.TabIndex = 1;
     this.lblmnuMessagesFollowUpAction.Text = "Replies";
     this.lblmnuMessagesFollowUpAction.Click += new System.EventHandler(this.lblmnuMessagesFollowUpAction_Click);
     //
     // lblmnuMessagesMemoInfo
     //
     this.lblmnuMessagesMemoInfo.AutoSize = true;
     this.lblmnuMessagesMemoInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuMessagesMemoInfo.Location = new System.Drawing.Point(24, 320);
     this.lblmnuMessagesMemoInfo.Name = "lblmnuMessagesMemoInfo";
     this.lblmnuMessagesMemoInfo.Size = new System.Drawing.Size(79, 16);
     this.lblmnuMessagesMemoInfo.TabIndex = 0;
     this.lblmnuMessagesMemoInfo.Text = "Memo Info";
     this.lblmnuMessagesMemoInfo.Click += new System.EventHandler(this.lblmnuMessagesMemoInfo_Click);
     //
     // groupMessagesEntry
     //
     this.groupMessagesEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupMessagesEntry.Appearance.Options.UseBackColor = true;
     this.groupMessagesEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessagesEntry.Controls.Add(this.cbViewMemo);
     this.groupMessagesEntry.Controls.Add(this.sbtnMemoUnpost);
     this.groupMessagesEntry.Controls.Add(this.sbtnMemoPrint);
     this.groupMessagesEntry.Controls.Add(this.sbtnMemoNew);
     this.groupMessagesEntry.Controls.Add(this.gctrMemo);
     this.groupMessagesEntry.Location = new System.Drawing.Point(8, 0);
     this.groupMessagesEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMessagesEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMessagesEntry.Name = "groupMessagesEntry";
     this.groupMessagesEntry.Size = new System.Drawing.Size(992, 312);
     this.groupMessagesEntry.TabIndex = 1;
     this.groupMessagesEntry.Text = "MESSAGES";
     //
     // cbViewMemo
     //
     this.cbViewMemo.EditValue = "All";
     this.cbViewMemo.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbViewMemo.Location = new System.Drawing.Point(16, 32);
     this.cbViewMemo.Name = "cbViewMemo";
     this.cbViewMemo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbViewMemo.Properties.Items.AddRange(new object[] {
     "All",
     "Personal Email",
     "Branch Bulletin",
     "Sent Memo"});
     this.cbViewMemo.Properties.PopupSizeable = true;
     this.cbViewMemo.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbViewMemo.Size = new System.Drawing.Size(136, 20);
     this.cbViewMemo.TabIndex = 0;
     this.cbViewMemo.SelectedIndexChanged += new System.EventHandler(this.cbViewMemo_SelectedIndexChanged);
     //
     // sbtnMemoUnpost
     //
     this.sbtnMemoUnpost.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnMemoUnpost.Appearance.Options.UseFont = true;
     this.sbtnMemoUnpost.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnMemoUnpost.Location = new System.Drawing.Point(320, 32);
     this.sbtnMemoUnpost.Name = "sbtnMemoUnpost";
     this.sbtnMemoUnpost.Size = new System.Drawing.Size(72, 20);
     this.sbtnMemoUnpost.TabIndex = 3;
     this.sbtnMemoUnpost.Text = "Unpost";
     this.sbtnMemoUnpost.Click += new System.EventHandler(this.sbtnMemoUnpost_Click);
     //
     // sbtnMemoPrint
     //
     this.sbtnMemoPrint.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnMemoPrint.Appearance.Options.UseFont = true;
     this.sbtnMemoPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnMemoPrint.Location = new System.Drawing.Point(240, 32);
     this.sbtnMemoPrint.Name = "sbtnMemoPrint";
     this.sbtnMemoPrint.Size = new System.Drawing.Size(72, 20);
     this.sbtnMemoPrint.TabIndex = 2;
     this.sbtnMemoPrint.Text = "Print";
     this.sbtnMemoPrint.Click += new System.EventHandler(this.sbtnMemoPrint_Click);
     //
     // sbtnMemoNew
     //
     this.sbtnMemoNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnMemoNew.Appearance.Options.UseFont = true;
     this.sbtnMemoNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnMemoNew.Location = new System.Drawing.Point(160, 32);
     this.sbtnMemoNew.Name = "sbtnMemoNew";
     this.sbtnMemoNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnMemoNew.TabIndex = 1;
     this.sbtnMemoNew.Text = "New";
     this.sbtnMemoNew.Click += new System.EventHandler(this.sbtnMemoNew_Click);
     //
     // gctrMemo
     //
     this.gctrMemo.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrMemo.EmbeddedNavigator.Name = "";
     this.gctrMemo.Location = new System.Drawing.Point(2, 62);
     this.gctrMemo.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrMemo.MainView = this.gvMemo;
     this.gctrMemo.Name = "gctrMemo";
     this.gctrMemo.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.gctrMemo.Size = new System.Drawing.Size(988, 248);
     this.gctrMemo.TabIndex = 4;
     this.gctrMemo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvMemo});
     //
     // gvMemo
     //
     this.gvMemo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colnMemoID,
     this.colPostUpdateDateTime,
     this.colAuthorID,
     this.colAuthor,
     this.colTitle,
     this.colRead});
     this.gvMemo.GridControl = this.gctrMemo;
     this.gvMemo.Name = "gvMemo";
     this.gvMemo.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvMemo.OptionsBehavior.Editable = false;
     this.gvMemo.OptionsCustomization.AllowFilter = false;
     this.gvMemo.OptionsView.ShowGroupPanel = false;
     this.gvMemo.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPostUpdateDateTime, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gvMemo.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvMemo_FocusedRowChanged);
     this.gvMemo.DataSourceChanged += new System.EventHandler(this.gvMemo_DataSourceChanged);
     //
     // colnMemoID
     //
     this.colnMemoID.Caption = "Memo ID";
     this.colnMemoID.FieldName = "nMemoID";
     this.colnMemoID.Name = "colnMemoID";
     this.colnMemoID.Visible = true;
     this.colnMemoID.VisibleIndex = 0;
     this.colnMemoID.Width = 115;
     //
     // colPostUpdateDateTime
     //
     this.colPostUpdateDateTime.Caption = "Post/Update Date Time";
     this.colPostUpdateDateTime.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.colPostUpdateDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colPostUpdateDateTime.FieldName = "dtLastEditDate";
     this.colPostUpdateDateTime.Name = "colPostUpdateDateTime";
     this.colPostUpdateDateTime.Visible = true;
     this.colPostUpdateDateTime.VisibleIndex = 1;
     this.colPostUpdateDateTime.Width = 172;
     //
     // colAuthorID
     //
     this.colAuthorID.Caption = "Author ID";
     this.colAuthorID.FieldName = "nEmployeeID";
     this.colAuthorID.Name = "colAuthorID";
     this.colAuthorID.Width = 201;
     //
     // colAuthor
     //
     this.colAuthor.Caption = "Author";
     this.colAuthor.FieldName = "strEmployeeName";
     this.colAuthor.Name = "colAuthor";
     this.colAuthor.Visible = true;
     this.colAuthor.VisibleIndex = 2;
     this.colAuthor.Width = 229;
     //
     // colTitle
     //
     this.colTitle.Caption = "Subject";
     this.colTitle.FieldName = "strTitle";
     this.colTitle.Name = "colTitle";
     this.colTitle.Visible = true;
     this.colTitle.VisibleIndex = 3;
     this.colTitle.Width = 405;
     //
     // colRead
     //
     this.colRead.Caption = "Read";
     this.colRead.ColumnEdit = this.repositoryItemCheckEdit1;
     this.colRead.FieldName = "fRead";
     this.colRead.Name = "colRead";
     this.colRead.Visible = true;
     this.colRead.VisibleIndex = 4;
     this.colRead.Width = 46;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // groupMessagesFollowUpAction
     //
     this.groupMessagesFollowUpAction.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupMessagesFollowUpAction.Appearance.Options.UseBackColor = true;
     this.groupMessagesFollowUpAction.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessagesFollowUpAction.Controls.Add(this.GroupControl4);
     this.groupMessagesFollowUpAction.Location = new System.Drawing.Point(7, 344);
     this.groupMessagesFollowUpAction.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMessagesFollowUpAction.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMessagesFollowUpAction.Name = "groupMessagesFollowUpAction";
     this.groupMessagesFollowUpAction.Size = new System.Drawing.Size(992, 232);
     this.groupMessagesFollowUpAction.TabIndex = 12;
     this.groupMessagesFollowUpAction.Text = "Replies";
     //
     // GroupControl4
     //
     this.GroupControl4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl4.Controls.Add(this.sbtnRepliesDelete);
     this.GroupControl4.Controls.Add(this.sbtnRepliesView);
     this.GroupControl4.Controls.Add(this.sbtnRepliesUpdate);
     this.GroupControl4.Controls.Add(this.sbtnRepliesAdd);
     this.GroupControl4.Controls.Add(this.gctrReplies);
     this.GroupControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl4.Location = new System.Drawing.Point(2, 19);
     this.GroupControl4.Name = "GroupControl4";
     this.GroupControl4.ShowCaption = false;
     this.GroupControl4.Size = new System.Drawing.Size(988, 211);
     this.GroupControl4.TabIndex = 0;
     this.GroupControl4.Text = "GroupControl1";
     //
     // sbtnRepliesDelete
     //
     this.sbtnRepliesDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRepliesDelete.Appearance.Options.UseFont = true;
     this.sbtnRepliesDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRepliesDelete.Location = new System.Drawing.Point(256, 16);
     this.sbtnRepliesDelete.Name = "sbtnRepliesDelete";
     this.sbtnRepliesDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnRepliesDelete.TabIndex = 3;
     this.sbtnRepliesDelete.Text = "Delete";
     this.sbtnRepliesDelete.Click += new System.EventHandler(this.sbtnRepliesDelete_Click);
     //
     // sbtnRepliesView
     //
     this.sbtnRepliesView.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRepliesView.Appearance.Options.UseFont = true;
     this.sbtnRepliesView.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRepliesView.Location = new System.Drawing.Point(96, 16);
     this.sbtnRepliesView.Name = "sbtnRepliesView";
     this.sbtnRepliesView.Size = new System.Drawing.Size(72, 20);
     this.sbtnRepliesView.TabIndex = 1;
     this.sbtnRepliesView.Text = "View";
     this.sbtnRepliesView.Click += new System.EventHandler(this.sbtnRepliesView_Click);
     //
     // sbtnRepliesUpdate
     //
     this.sbtnRepliesUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRepliesUpdate.Appearance.Options.UseFont = true;
     this.sbtnRepliesUpdate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRepliesUpdate.Location = new System.Drawing.Point(176, 16);
     this.sbtnRepliesUpdate.Name = "sbtnRepliesUpdate";
     this.sbtnRepliesUpdate.Size = new System.Drawing.Size(72, 20);
     this.sbtnRepliesUpdate.TabIndex = 2;
     this.sbtnRepliesUpdate.Text = "Update";
     this.sbtnRepliesUpdate.Click += new System.EventHandler(this.sbtnRepliesUpdate_Click);
     //
     // sbtnRepliesAdd
     //
     this.sbtnRepliesAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRepliesAdd.Appearance.Options.UseFont = true;
     this.sbtnRepliesAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRepliesAdd.Location = new System.Drawing.Point(16, 16);
     this.sbtnRepliesAdd.Name = "sbtnRepliesAdd";
     this.sbtnRepliesAdd.Size = new System.Drawing.Size(72, 20);
     this.sbtnRepliesAdd.TabIndex = 0;
     this.sbtnRepliesAdd.Text = "Add";
     this.sbtnRepliesAdd.Click += new System.EventHandler(this.sbtnRepliesAdd_Click);
     //
     // gctrReplies
     //
     this.gctrReplies.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrReplies.EmbeddedNavigator.Name = "";
     this.gctrReplies.Location = new System.Drawing.Point(2, 49);
     this.gctrReplies.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrReplies.MainView = this.gvReplies;
     this.gctrReplies.Name = "gctrReplies";
     this.gctrReplies.Size = new System.Drawing.Size(984, 160);
     this.gctrReplies.TabIndex = 4;
     this.gctrReplies.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvReplies});
     //
     // gvReplies
     //
     this.gvReplies.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colReplyDate,
     this.colReplyEmployeeID,
     this.colReplyEmployeeName,
     this.colReplyMessage});
     this.gvReplies.GridControl = this.gctrReplies;
     this.gvReplies.Name = "gvReplies";
     this.gvReplies.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvReplies.OptionsBehavior.Editable = false;
     this.gvReplies.OptionsCustomization.AllowFilter = false;
     this.gvReplies.OptionsView.ShowGroupPanel = false;
     this.gvReplies.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colReplyDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colReplyDate
     //
     this.colReplyDate.Caption = "Date";
     this.colReplyDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colReplyDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colReplyDate.FieldName = "dtDate";
     this.colReplyDate.Name = "colReplyDate";
     this.colReplyDate.Visible = true;
     this.colReplyDate.VisibleIndex = 0;
     this.colReplyDate.Width = 143;
     //
     // colReplyEmployeeID
     //
     this.colReplyEmployeeID.Caption = "Employee ID";
     this.colReplyEmployeeID.FieldName = "nEmployeeID";
     this.colReplyEmployeeID.Name = "colReplyEmployeeID";
     this.colReplyEmployeeID.Width = 209;
     //
     // colReplyEmployeeName
     //
     this.colReplyEmployeeName.Caption = "Employee";
     this.colReplyEmployeeName.FieldName = "strEmployeeName";
     this.colReplyEmployeeName.Name = "colReplyEmployeeName";
     this.colReplyEmployeeName.Visible = true;
     this.colReplyEmployeeName.VisibleIndex = 1;
     this.colReplyEmployeeName.Width = 247;
     //
     // colReplyMessage
     //
     this.colReplyMessage.Caption = "Message";
     this.colReplyMessage.FieldName = "strMessage";
     this.colReplyMessage.Name = "colReplyMessage";
     this.colReplyMessage.Visible = true;
     this.colReplyMessage.VisibleIndex = 2;
     this.colReplyMessage.Width = 569;
     //
     // groupMessagesMemoInfo
     //
     this.groupMessagesMemoInfo.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupMessagesMemoInfo.Appearance.Options.UseBackColor = true;
     this.groupMessagesMemoInfo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessagesMemoInfo.Controls.Add(this.GroupControl8);
     this.groupMessagesMemoInfo.Location = new System.Drawing.Point(7, 344);
     this.groupMessagesMemoInfo.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMessagesMemoInfo.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMessagesMemoInfo.Name = "groupMessagesMemoInfo";
     this.groupMessagesMemoInfo.Size = new System.Drawing.Size(992, 232);
     this.groupMessagesMemoInfo.TabIndex = 13;
     this.groupMessagesMemoInfo.Text = "MEMO INFO";
     this.groupMessagesMemoInfo.VisibleChanged += new System.EventHandler(this.groupMessagesMemoInfo_VisibleChanged);
     //
     // GroupControl8
     //
     this.GroupControl8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl8.Controls.Add(this.sbtnUpdate);
     this.GroupControl8.Controls.Add(this.memoedtMessage);
     this.GroupControl8.Controls.Add(this.Label37);
     this.GroupControl8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl8.Location = new System.Drawing.Point(2, 19);
     this.GroupControl8.Name = "GroupControl8";
     this.GroupControl8.ShowCaption = false;
     this.GroupControl8.Size = new System.Drawing.Size(988, 211);
     this.GroupControl8.TabIndex = 0;
     this.GroupControl8.Text = "GroupControl1";
     //
     // sbtnUpdate
     //
     this.sbtnUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnUpdate.Appearance.Options.UseFont = true;
     this.sbtnUpdate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnUpdate.Location = new System.Drawing.Point(656, 180);
     this.sbtnUpdate.Name = "sbtnUpdate";
     this.sbtnUpdate.Size = new System.Drawing.Size(72, 20);
     this.sbtnUpdate.TabIndex = 1;
     this.sbtnUpdate.Text = "Update";
     this.sbtnUpdate.Click += new System.EventHandler(this.sbtnUpdate_Click);
     //
     // memoedtMessage
     //
     this.memoedtMessage.EditValue = "";
     this.memoedtMessage.Location = new System.Drawing.Point(88, 16);
     this.memoedtMessage.Name = "memoedtMessage";
     this.memoedtMessage.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.memoedtMessage.Properties.Appearance.Options.UseFont = true;
     this.memoedtMessage.Properties.MaxLength = 1000;
     this.memoedtMessage.Size = new System.Drawing.Size(560, 184);
     this.memoedtMessage.TabIndex = 0;
     //
     // Label37
     //
     this.Label37.AutoSize = true;
     this.Label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label37.Location = new System.Drawing.Point(16, 16);
     this.Label37.Name = "Label37";
     this.Label37.Size = new System.Drawing.Size(72, 16);
     this.Label37.TabIndex = 16;
     this.Label37.Text = "Message";
     //
     // groupMessagesReceipient
     //
     this.groupMessagesReceipient.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupMessagesReceipient.Appearance.Options.UseBackColor = true;
     this.groupMessagesReceipient.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessagesReceipient.Controls.Add(this.GroupControl6);
     this.groupMessagesReceipient.Location = new System.Drawing.Point(7, 344);
     this.groupMessagesReceipient.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMessagesReceipient.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMessagesReceipient.Name = "groupMessagesReceipient";
     this.groupMessagesReceipient.Size = new System.Drawing.Size(992, 232);
     this.groupMessagesReceipient.TabIndex = 14;
     this.groupMessagesReceipient.Text = "RECEIPIENT";
     //
     // GroupControl6
     //
     this.GroupControl6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl6.Controls.Add(this.cbMemoReceipient);
     this.GroupControl6.Controls.Add(this.sbtnReceipientDelete);
     this.GroupControl6.Controls.Add(this.sbtnReceipientNew);
     this.GroupControl6.Controls.Add(this.gctrReceipient);
     this.GroupControl6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl6.Location = new System.Drawing.Point(2, 19);
     this.GroupControl6.Name = "GroupControl6";
     this.GroupControl6.ShowCaption = false;
     this.GroupControl6.Size = new System.Drawing.Size(988, 211);
     this.GroupControl6.TabIndex = 0;
     this.GroupControl6.Text = "GroupControl1";
     //
     // cbMemoReceipient
     //
     this.cbMemoReceipient.EditValue = "Branch Group";
     this.cbMemoReceipient.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbMemoReceipient.Location = new System.Drawing.Point(8, 16);
     this.cbMemoReceipient.Name = "cbMemoReceipient";
     this.cbMemoReceipient.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbMemoReceipient.Properties.Items.AddRange(new object[] {
     "Branch Group",
     "Department Group",
     "Personal Group",
     "Employee"});
     this.cbMemoReceipient.Properties.PopupSizeable = true;
     this.cbMemoReceipient.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbMemoReceipient.Size = new System.Drawing.Size(136, 20);
     this.cbMemoReceipient.TabIndex = 0;
     this.cbMemoReceipient.SelectedIndexChanged += new System.EventHandler(this.cbMemoReceipient_SelectedIndexChanged);
     //
     // sbtnReceipientDelete
     //
     this.sbtnReceipientDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnReceipientDelete.Appearance.Options.UseFont = true;
     this.sbtnReceipientDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnReceipientDelete.Location = new System.Drawing.Point(232, 16);
     this.sbtnReceipientDelete.Name = "sbtnReceipientDelete";
     this.sbtnReceipientDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnReceipientDelete.TabIndex = 2;
     this.sbtnReceipientDelete.Text = "Delete";
     this.sbtnReceipientDelete.Click += new System.EventHandler(this.sbtnReceipientDelete_Click);
     //
     // sbtnReceipientNew
     //
     this.sbtnReceipientNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnReceipientNew.Appearance.Options.UseFont = true;
     this.sbtnReceipientNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnReceipientNew.Location = new System.Drawing.Point(152, 16);
     this.sbtnReceipientNew.Name = "sbtnReceipientNew";
     this.sbtnReceipientNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnReceipientNew.TabIndex = 1;
     this.sbtnReceipientNew.Text = "New";
     this.sbtnReceipientNew.Click += new System.EventHandler(this.sbtnReceipientNew_Click);
     //
     // gctrReceipient
     //
     this.gctrReceipient.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrReceipient.EmbeddedNavigator.Name = "";
     this.gctrReceipient.Location = new System.Drawing.Point(2, 49);
     this.gctrReceipient.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrReceipient.MainView = this.gvReceipient;
     this.gctrReceipient.Name = "gctrReceipient";
     this.gctrReceipient.Size = new System.Drawing.Size(984, 160);
     this.gctrReceipient.TabIndex = 3;
     this.gctrReceipient.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvReceipient});
     //
     // gvReceipient
     //
     this.gvReceipient.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colRecipientType,
     this.colRecipient,
     this.colRecipientID});
     this.gvReceipient.GridControl = this.gctrReceipient;
     this.gvReceipient.Name = "gvReceipient";
     this.gvReceipient.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvReceipient.OptionsBehavior.Editable = false;
     this.gvReceipient.OptionsCustomization.AllowFilter = false;
     this.gvReceipient.OptionsView.ShowGroupPanel = false;
     //
     // colRecipientType
     //
     this.colRecipientType.Caption = "Type";
     this.colRecipientType.FieldName = "Type";
     this.colRecipientType.Name = "colRecipientType";
     this.colRecipientType.Visible = true;
     this.colRecipientType.VisibleIndex = 0;
     this.colRecipientType.Width = 223;
     //
     // colRecipient
     //
     this.colRecipient.Caption = "Receipient";
     this.colRecipient.FieldName = "Receipient";
     this.colRecipient.Name = "colRecipient";
     this.colRecipient.Visible = true;
     this.colRecipient.VisibleIndex = 1;
     this.colRecipient.Width = 558;
     //
     // colRecipientID
     //
     this.colRecipientID.Caption = "Receipient ID";
     this.colRecipientID.FieldName = "nReceipientID";
     this.colRecipientID.Name = "colRecipientID";
     this.colRecipientID.Width = 178;
     //
     // groupReceipientGroup
     //
     this.groupReceipientGroup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupReceipientGroup.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupReceipientGroup.Controls.Add(this.groupReceipientGroupEntry);
     this.groupReceipientGroup.Controls.Add(this.groupReceipientGroupReceipientEntries);
     this.groupReceipientGroup.Location = new System.Drawing.Point(0, 34);
     this.groupReceipientGroup.Name = "groupReceipientGroup";
     this.groupReceipientGroup.ShowCaption = false;
     this.groupReceipientGroup.Size = new System.Drawing.Size(1007, 584);
     this.groupReceipientGroup.TabIndex = 14;
     this.groupReceipientGroup.Text = "GroupControl3";
     //
     // groupReceipientGroupEntry
     //
     this.groupReceipientGroupEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupReceipientGroupEntry.Appearance.Options.UseBackColor = true;
     this.groupReceipientGroupEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupReceipientGroupEntry.Controls.Add(this.sbtnRecpGrpDelete);
     this.groupReceipientGroupEntry.Controls.Add(this.sbtnRecpGrpEdit);
     this.groupReceipientGroupEntry.Controls.Add(this.sbtnRecpGrpNew);
     this.groupReceipientGroupEntry.Controls.Add(this.gctrRecpGrp);
     this.groupReceipientGroupEntry.Location = new System.Drawing.Point(8, 0);
     this.groupReceipientGroupEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupReceipientGroupEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupReceipientGroupEntry.Name = "groupReceipientGroupEntry";
     this.groupReceipientGroupEntry.Size = new System.Drawing.Size(992, 312);
     this.groupReceipientGroupEntry.TabIndex = 1;
     this.groupReceipientGroupEntry.Text = "RECEIPIENT GROUP";
     //
     // sbtnRecpGrpDelete
     //
     this.sbtnRecpGrpDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpGrpDelete.Appearance.Options.UseFont = true;
     this.sbtnRecpGrpDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpGrpDelete.Location = new System.Drawing.Point(176, 32);
     this.sbtnRecpGrpDelete.Name = "sbtnRecpGrpDelete";
     this.sbtnRecpGrpDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpGrpDelete.TabIndex = 2;
     this.sbtnRecpGrpDelete.Text = "Delete";
     this.sbtnRecpGrpDelete.Click += new System.EventHandler(this.sbtnRecpGrpDelete_Click);
     //
     // sbtnRecpGrpEdit
     //
     this.sbtnRecpGrpEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpGrpEdit.Appearance.Options.UseFont = true;
     this.sbtnRecpGrpEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpGrpEdit.Location = new System.Drawing.Point(96, 32);
     this.sbtnRecpGrpEdit.Name = "sbtnRecpGrpEdit";
     this.sbtnRecpGrpEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpGrpEdit.TabIndex = 1;
     this.sbtnRecpGrpEdit.Text = "Edit";
     this.sbtnRecpGrpEdit.Click += new System.EventHandler(this.sbtnRecpGrpEdit_Click);
     //
     // sbtnRecpGrpNew
     //
     this.sbtnRecpGrpNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpGrpNew.Appearance.Options.UseFont = true;
     this.sbtnRecpGrpNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpGrpNew.Location = new System.Drawing.Point(16, 32);
     this.sbtnRecpGrpNew.Name = "sbtnRecpGrpNew";
     this.sbtnRecpGrpNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpGrpNew.TabIndex = 0;
     this.sbtnRecpGrpNew.Text = "New";
     this.sbtnRecpGrpNew.Click += new System.EventHandler(this.sbtnRecpGrpNew_Click);
     //
     // gctrRecpGrp
     //
     this.gctrRecpGrp.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrRecpGrp.EmbeddedNavigator.Name = "";
     this.gctrRecpGrp.Location = new System.Drawing.Point(2, 62);
     this.gctrRecpGrp.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrRecpGrp.MainView = this.gvRecpGrp;
     this.gctrRecpGrp.Name = "gctrRecpGrp";
     this.gctrRecpGrp.Size = new System.Drawing.Size(988, 248);
     this.gctrRecpGrp.TabIndex = 3;
     this.gctrRecpGrp.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvRecpGrp});
     //
     // gvRecpGrp
     //
     this.gvRecpGrp.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colReceipientGroupID,
     this.colReceipientGroupCode,
     this.colDescription});
     this.gvRecpGrp.GridControl = this.gctrRecpGrp;
     this.gvRecpGrp.Name = "gvRecpGrp";
     this.gvRecpGrp.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvRecpGrp.OptionsBehavior.Editable = false;
     this.gvRecpGrp.OptionsCustomization.AllowFilter = false;
     this.gvRecpGrp.OptionsView.ShowGroupPanel = false;
     this.gvRecpGrp.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvRecpGrp_FocusedRowChanged);
     this.gvRecpGrp.DataSourceChanged += new System.EventHandler(this.gvRecpGrp_DataSourceChanged);
     //
     // colReceipientGroupID
     //
     this.colReceipientGroupID.Caption = "Group ID";
     this.colReceipientGroupID.FieldName = "nMemoGroupID";
     this.colReceipientGroupID.Name = "colReceipientGroupID";
     this.colReceipientGroupID.Visible = true;
     this.colReceipientGroupID.VisibleIndex = 0;
     this.colReceipientGroupID.Width = 110;
     //
     // colReceipientGroupCode
     //
     this.colReceipientGroupCode.Caption = "Receipient Group Code";
     this.colReceipientGroupCode.FieldName = "strMemoGroupCode";
     this.colReceipientGroupCode.Name = "colReceipientGroupCode";
     this.colReceipientGroupCode.Visible = true;
     this.colReceipientGroupCode.VisibleIndex = 1;
     this.colReceipientGroupCode.Width = 417;
     //
     // colDescription
     //
     this.colDescription.Caption = "Description";
     this.colDescription.FieldName = "strDescription";
     this.colDescription.Name = "colDescription";
     this.colDescription.Visible = true;
     this.colDescription.VisibleIndex = 2;
     this.colDescription.Width = 440;
     //
     // groupReceipientGroupReceipientEntries
     //
     this.groupReceipientGroupReceipientEntries.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupReceipientGroupReceipientEntries.Appearance.Options.UseBackColor = true;
     this.groupReceipientGroupReceipientEntries.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupReceipientGroupReceipientEntries.Controls.Add(this.GroupControl10);
     this.groupReceipientGroupReceipientEntries.Location = new System.Drawing.Point(7, 320);
     this.groupReceipientGroupReceipientEntries.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupReceipientGroupReceipientEntries.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupReceipientGroupReceipientEntries.Name = "groupReceipientGroupReceipientEntries";
     this.groupReceipientGroupReceipientEntries.Size = new System.Drawing.Size(992, 256);
     this.groupReceipientGroupReceipientEntries.TabIndex = 14;
     this.groupReceipientGroupReceipientEntries.Text = "RECEIPIENT ENTRIES";
     //
     // GroupControl10
     //
     this.GroupControl10.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl10.Controls.Add(this.sbtnRecpEntryDelete);
     this.GroupControl10.Controls.Add(this.sbtnRecpEntryNew);
     this.GroupControl10.Controls.Add(this.gctrRecpEntry);
     this.GroupControl10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl10.Location = new System.Drawing.Point(2, 19);
     this.GroupControl10.Name = "GroupControl10";
     this.GroupControl10.ShowCaption = false;
     this.GroupControl10.Size = new System.Drawing.Size(988, 235);
     this.GroupControl10.TabIndex = 0;
     this.GroupControl10.Text = "GroupControl1";
     //
     // sbtnRecpEntryDelete
     //
     this.sbtnRecpEntryDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpEntryDelete.Appearance.Options.UseFont = true;
     this.sbtnRecpEntryDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpEntryDelete.Location = new System.Drawing.Point(96, 16);
     this.sbtnRecpEntryDelete.Name = "sbtnRecpEntryDelete";
     this.sbtnRecpEntryDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpEntryDelete.TabIndex = 1;
     this.sbtnRecpEntryDelete.Text = "Delete";
     this.sbtnRecpEntryDelete.Click += new System.EventHandler(this.sbtnRecpEntryDelete_Click);
     //
     // sbtnRecpEntryNew
     //
     this.sbtnRecpEntryNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpEntryNew.Appearance.Options.UseFont = true;
     this.sbtnRecpEntryNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpEntryNew.Location = new System.Drawing.Point(16, 16);
     this.sbtnRecpEntryNew.Name = "sbtnRecpEntryNew";
     this.sbtnRecpEntryNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpEntryNew.TabIndex = 0;
     this.sbtnRecpEntryNew.Text = "New";
     this.sbtnRecpEntryNew.Click += new System.EventHandler(this.sbtnRecpEntryNew_Click);
     //
     // gctrRecpEntry
     //
     this.gctrRecpEntry.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrRecpEntry.EmbeddedNavigator.Name = "";
     this.gctrRecpEntry.Location = new System.Drawing.Point(2, 49);
     this.gctrRecpEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrRecpEntry.MainView = this.gvRecpEntry;
     this.gctrRecpEntry.Name = "gctrRecpEntry";
     this.gctrRecpEntry.Size = new System.Drawing.Size(984, 184);
     this.gctrRecpEntry.TabIndex = 2;
     this.gctrRecpEntry.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvRecpEntry});
     //
     // gvRecpEntry
     //
     this.gvRecpEntry.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colEmployeeID,
     this.colEmployeeName});
     this.gvRecpEntry.GridControl = this.gctrRecpEntry;
     this.gvRecpEntry.Name = "gvRecpEntry";
     this.gvRecpEntry.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvRecpEntry.OptionsBehavior.Editable = false;
     this.gvRecpEntry.OptionsCustomization.AllowFilter = false;
     this.gvRecpEntry.OptionsView.ShowGroupPanel = false;
     //
     // colEmployeeID
     //
     this.colEmployeeID.Caption = "EmployeeID";
     this.colEmployeeID.FieldName = "nEmployeeID";
     this.colEmployeeID.Name = "colEmployeeID";
     this.colEmployeeID.Visible = true;
     this.colEmployeeID.VisibleIndex = 0;
     this.colEmployeeID.Width = 90;
     //
     // colEmployeeName
     //
     this.colEmployeeName.Caption = "Employee Name";
     this.colEmployeeName.FieldName = "strEmployeeName";
     this.colEmployeeName.Name = "colEmployeeName";
     this.colEmployeeName.Visible = true;
     this.colEmployeeName.VisibleIndex = 1;
     this.colEmployeeName.Width = 209;
     //
     // lblOne_1
     //
     this.lblOne_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblOne_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblOne_1.Appearance.Options.UseFont = true;
     this.lblOne_1.Appearance.Options.UseForeColor = true;
     this.lblOne_1.Location = new System.Drawing.Point(8, 8);
     this.lblOne_1.Name = "lblOne_1";
     this.lblOne_1.Size = new System.Drawing.Size(138, 23);
     this.lblOne_1.TabIndex = 141;
     this.lblOne_1.Text = "Messages";
     this.lblOne_1.Click += new System.EventHandler(this.lblOne_1_Click);
     //
     // tabStaffTwo
     //
     this.tabStaffTwo.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffTwo.Appearance.Header.Options.UseFont = true;
     this.tabStaffTwo.Controls.Add(this.groupService);
     this.tabStaffTwo.Controls.Add(this.lblTwo_1);
     this.tabStaffTwo.Controls.Add(this.lblTwo_2);
     this.tabStaffTwo.Controls.Add(this.groupSales);
     this.tabStaffTwo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffTwo.Name = "tabStaffTwo";
     this.tabStaffTwo.PageVisible = false;
     this.tabStaffTwo.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffTwo.Text = "Commission";
     this.tabStaffTwo.VisibleChanged += new System.EventHandler(this.tabStaffCommision_VisibleChanged);
     //
     // groupService
     //
     this.groupService.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupService.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupService.Controls.Add(this.groupServiceEntry);
     this.groupService.Location = new System.Drawing.Point(0, 34);
     this.groupService.Name = "groupService";
     this.groupService.ShowCaption = false;
     this.groupService.Size = new System.Drawing.Size(1007, 584);
     this.groupService.TabIndex = 15;
     this.groupService.Text = "GroupControl3";
     //
     // groupServiceEntry
     //
     this.groupServiceEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupServiceEntry.Appearance.Options.UseBackColor = true;
     this.groupServiceEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupServiceEntry.Controls.Add(this.groupControl3);
     this.groupServiceEntry.Controls.Add(this.gctrService);
     this.groupServiceEntry.Location = new System.Drawing.Point(8, 0);
     this.groupServiceEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupServiceEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupServiceEntry.Name = "groupServiceEntry";
     this.groupServiceEntry.Size = new System.Drawing.Size(992, 576);
     this.groupServiceEntry.TabIndex = 1;
     this.groupServiceEntry.Text = "SERVICE";
     //
     // groupControl3
     //
     this.groupControl3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl3.Controls.Add(this.luedtCommissionServiceBranch);
     this.groupControl3.Controls.Add(this.label30);
     this.groupControl3.Controls.Add(this.cbServiceYear);
     this.groupControl3.Controls.Add(this.label5);
     this.groupControl3.Controls.Add(this.label3);
     this.groupControl3.Controls.Add(this.label2);
     this.groupControl3.Controls.Add(this.cbServiceMonth);
     this.groupControl3.Controls.Add(this.cbServiceServiceType);
     this.groupControl3.Controls.Add(this.sbtnServiceInquiry);
     this.groupControl3.Location = new System.Drawing.Point(6, 24);
     this.groupControl3.Name = "groupControl3";
     this.groupControl3.Size = new System.Drawing.Size(730, 52);
     this.groupControl3.TabIndex = 0;
     this.groupControl3.Text = "Inquiry";
     //
     // luedtCommissionServiceBranch
     //
     this.luedtCommissionServiceBranch.Location = new System.Drawing.Point(258, 24);
     this.luedtCommissionServiceBranch.Name = "luedtCommissionServiceBranch";
     this.luedtCommissionServiceBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtCommissionServiceBranch.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.luedtCommissionServiceBranch.Size = new System.Drawing.Size(150, 20);
     this.luedtCommissionServiceBranch.TabIndex = 1;
     //
     // label30
     //
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(206, 24);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(50, 20);
     this.label30.TabIndex = 18;
     this.label30.Text = "Branch:";
     //
     // cbServiceYear
     //
     this.cbServiceYear.EditValue = "";
     this.cbServiceYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbServiceYear.Location = new System.Drawing.Point(580, 24);
     this.cbServiceYear.Name = "cbServiceYear";
     this.cbServiceYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbServiceYear.Properties.PopupSizeable = true;
     this.cbServiceYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbServiceYear.Size = new System.Drawing.Size(64, 20);
     this.cbServiceYear.TabIndex = 3;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(542, 24);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(34, 20);
     this.label5.TabIndex = 15;
     this.label5.Text = "Year:";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(414, 24);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(42, 20);
     this.label3.TabIndex = 14;
     this.label3.Text = "Month:";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 24);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(78, 20);
     this.label2.TabIndex = 13;
     this.label2.Text = "Service Type:";
     //
     // cbServiceMonth
     //
     this.cbServiceMonth.EditValue = "January";
     this.cbServiceMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbServiceMonth.Location = new System.Drawing.Point(458, 24);
     this.cbServiceMonth.Name = "cbServiceMonth";
     this.cbServiceMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbServiceMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbServiceMonth.Properties.PopupSizeable = true;
     this.cbServiceMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbServiceMonth.Size = new System.Drawing.Size(80, 20);
     this.cbServiceMonth.TabIndex = 2;
     //
     // cbServiceServiceType
     //
     this.cbServiceServiceType.EditValue = "PT Service";
     this.cbServiceServiceType.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbServiceServiceType.Location = new System.Drawing.Point(88, 24);
     this.cbServiceServiceType.Name = "cbServiceServiceType";
     this.cbServiceServiceType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbServiceServiceType.Properties.Items.AddRange(new object[] {
     "PT Service",
     "Spa Service"});
     this.cbServiceServiceType.Properties.PopupSizeable = true;
     this.cbServiceServiceType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbServiceServiceType.Size = new System.Drawing.Size(112, 20);
     this.cbServiceServiceType.TabIndex = 0;
     //
     // sbtnServiceInquiry
     //
     this.sbtnServiceInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnServiceInquiry.Appearance.Options.UseFont = true;
     this.sbtnServiceInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnServiceInquiry.Location = new System.Drawing.Point(648, 24);
     this.sbtnServiceInquiry.Name = "sbtnServiceInquiry";
     this.sbtnServiceInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnServiceInquiry.TabIndex = 4;
     this.sbtnServiceInquiry.Text = "Inquiry";
     this.sbtnServiceInquiry.Click += new System.EventHandler(this.sbtnServiceInquiry_Click);
     //
     // gctrService
     //
     this.gctrService.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrService.EmbeddedNavigator.Name = "";
     this.gctrService.Location = new System.Drawing.Point(2, 80);
     this.gctrService.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrService.MainView = this.gvService;
     this.gctrService.Name = "gctrService";
     this.gctrService.Size = new System.Drawing.Size(988, 494);
     this.gctrService.TabIndex = 5;
     this.gctrService.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvService});
     //
     // gvService
     //
     this.gvService.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colServicedtDate,
     this.colServicestrBranchCode,
     this.colServicestrMembershipID,
     this.colServicestrServiceCode,
     this.colServicestrCommission});
     this.gvService.GridControl = this.gctrService;
     this.gvService.Name = "gvService";
     this.gvService.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvService.OptionsBehavior.Editable = false;
     this.gvService.OptionsCustomization.AllowFilter = false;
     this.gvService.OptionsView.ShowFooter = true;
     this.gvService.OptionsView.ShowGroupPanel = false;
     this.gvService.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colServicedtDate, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colServicedtDate
     //
     this.colServicedtDate.Caption = "Date";
     this.colServicedtDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colServicedtDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colServicedtDate.FieldName = "dtDate";
     this.colServicedtDate.Name = "colServicedtDate";
     this.colServicedtDate.Visible = true;
     this.colServicedtDate.VisibleIndex = 0;
     //
     // colServicestrBranchCode
     //
     this.colServicestrBranchCode.Caption = "Branch";
     this.colServicestrBranchCode.FieldName = "strBranchCode";
     this.colServicestrBranchCode.Name = "colServicestrBranchCode";
     this.colServicestrBranchCode.Visible = true;
     this.colServicestrBranchCode.VisibleIndex = 1;
     //
     // colServicestrMembershipID
     //
     this.colServicestrMembershipID.Caption = "Membership ID";
     this.colServicestrMembershipID.FieldName = "strMembershipID";
     this.colServicestrMembershipID.Name = "colServicestrMembershipID";
     this.colServicestrMembershipID.Visible = true;
     this.colServicestrMembershipID.VisibleIndex = 2;
     //
     // colServicestrServiceCode
     //
     this.colServicestrServiceCode.Caption = "Transaction Code";
     this.colServicestrServiceCode.FieldName = "strServiceCode";
     this.colServicestrServiceCode.Name = "colServicestrServiceCode";
     this.colServicestrServiceCode.Visible = true;
     this.colServicestrServiceCode.VisibleIndex = 3;
     //
     // colServicestrCommission
     //
     this.colServicestrCommission.Caption = "Commission";
     this.colServicestrCommission.FieldName = "mCommission";
     this.colServicestrCommission.Name = "colServicestrCommission";
     this.colServicestrCommission.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colServicestrCommission.Visible = true;
     this.colServicestrCommission.VisibleIndex = 4;
     //
     // lblTwo_1
     //
     this.lblTwo_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblTwo_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblTwo_1.Appearance.Options.UseFont = true;
     this.lblTwo_1.Appearance.Options.UseForeColor = true;
     this.lblTwo_1.Location = new System.Drawing.Point(8, 8);
     this.lblTwo_1.Name = "lblTwo_1";
     this.lblTwo_1.Size = new System.Drawing.Size(138, 23);
     this.lblTwo_1.TabIndex = 142;
     this.lblTwo_1.Text = "Sales";
     this.lblTwo_1.Click += new System.EventHandler(this.lblTwo_1_Click);
     //
     // lblTwo_2
     //
     this.lblTwo_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblTwo_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblTwo_2.Appearance.Options.UseFont = true;
     this.lblTwo_2.Appearance.Options.UseForeColor = true;
     this.lblTwo_2.Location = new System.Drawing.Point(160, 8);
     this.lblTwo_2.Name = "lblTwo_2";
     this.lblTwo_2.Size = new System.Drawing.Size(138, 23);
     this.lblTwo_2.TabIndex = 143;
     this.lblTwo_2.Text = "Service";
     this.lblTwo_2.Click += new System.EventHandler(this.lblTwo_2_Click);
     //
     // groupSales
     //
     this.groupSales.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupSales.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupSales.Controls.Add(this.groupSalesEntry);
     this.groupSales.Location = new System.Drawing.Point(0, 34);
     this.groupSales.Name = "groupSales";
     this.groupSales.ShowCaption = false;
     this.groupSales.Size = new System.Drawing.Size(1007, 584);
     this.groupSales.TabIndex = 14;
     this.groupSales.Text = "GroupControl3";
     //
     // groupSalesEntry
     //
     this.groupSalesEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupSalesEntry.Appearance.Options.UseBackColor = true;
     this.groupSalesEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupSalesEntry.Controls.Add(this.groupControl7);
     this.groupSalesEntry.Controls.Add(this.gctrSales);
     this.groupSalesEntry.Location = new System.Drawing.Point(8, 0);
     this.groupSalesEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupSalesEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupSalesEntry.Name = "groupSalesEntry";
     this.groupSalesEntry.Size = new System.Drawing.Size(992, 576);
     this.groupSalesEntry.TabIndex = 1;
     this.groupSalesEntry.Text = "SALES";
     //
     // groupControl7
     //
     this.groupControl7.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl7.Controls.Add(this.luedtSalesBranchCode);
     this.groupControl7.Controls.Add(this.label16);
     this.groupControl7.Controls.Add(this.cbSalesYear);
     this.groupControl7.Controls.Add(this.label6);
     this.groupControl7.Controls.Add(this.label7);
     this.groupControl7.Controls.Add(this.label8);
     this.groupControl7.Controls.Add(this.cbSalesMonth);
     this.groupControl7.Controls.Add(this.sbtnSalesInquiry);
     this.groupControl7.Controls.Add(this.cbSalesType);
     this.groupControl7.Location = new System.Drawing.Point(6, 24);
     this.groupControl7.Name = "groupControl7";
     this.groupControl7.Size = new System.Drawing.Size(772, 52);
     this.groupControl7.TabIndex = 0;
     this.groupControl7.Text = "Inquiry";
     //
     // luedtSalesBranchCode
     //
     this.luedtSalesBranchCode.Location = new System.Drawing.Point(304, 24);
     this.luedtSalesBranchCode.Name = "luedtSalesBranchCode";
     this.luedtSalesBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtSalesBranchCode.Size = new System.Drawing.Size(150, 20);
     this.luedtSalesBranchCode.TabIndex = 1;
     //
     // label16
     //
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(252, 24);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(50, 20);
     this.label16.TabIndex = 16;
     this.label16.Text = "Branch:";
     //
     // cbSalesYear
     //
     this.cbSalesYear.EditValue = "";
     this.cbSalesYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbSalesYear.Location = new System.Drawing.Point(624, 24);
     this.cbSalesYear.Name = "cbSalesYear";
     this.cbSalesYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbSalesYear.Properties.PopupSizeable = true;
     this.cbSalesYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbSalesYear.Size = new System.Drawing.Size(64, 20);
     this.cbSalesYear.TabIndex = 3;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(586, 24);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(34, 20);
     this.label6.TabIndex = 15;
     this.label6.Text = "Year:";
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(458, 24);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(42, 20);
     this.label7.TabIndex = 14;
     this.label7.Text = "Month:";
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 24);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(70, 20);
     this.label8.TabIndex = 13;
     this.label8.Text = "Sales Type:";
     //
     // cbSalesMonth
     //
     this.cbSalesMonth.EditValue = "January";
     this.cbSalesMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbSalesMonth.Location = new System.Drawing.Point(502, 24);
     this.cbSalesMonth.Name = "cbSalesMonth";
     this.cbSalesMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbSalesMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbSalesMonth.Properties.PopupSizeable = true;
     this.cbSalesMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbSalesMonth.Size = new System.Drawing.Size(80, 20);
     this.cbSalesMonth.TabIndex = 2;
     //
     // sbtnSalesInquiry
     //
     this.sbtnSalesInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnSalesInquiry.Appearance.Options.UseFont = true;
     this.sbtnSalesInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnSalesInquiry.Location = new System.Drawing.Point(692, 24);
     this.sbtnSalesInquiry.Name = "sbtnSalesInquiry";
     this.sbtnSalesInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnSalesInquiry.TabIndex = 4;
     this.sbtnSalesInquiry.Text = "Inquiry";
     this.sbtnSalesInquiry.Click += new System.EventHandler(this.sbtnSalesInquiry_Click);
     //
     // cbSalesType
     //
     this.cbSalesType.EditValue = "Fitness Package Sales";
     this.cbSalesType.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbSalesType.Location = new System.Drawing.Point(80, 24);
     this.cbSalesType.Name = "cbSalesType";
     this.cbSalesType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbSalesType.Properties.Items.AddRange(new object[] {
     "Fitness Product Sales",
     "Fitness Package Sales",
     "Spa Product Sales",
     "Spa Package Sales",
     "Personal Trainer Package Sales",
     "IPL Package Sales"});
     this.cbSalesType.Properties.PopupSizeable = true;
     this.cbSalesType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbSalesType.Size = new System.Drawing.Size(168, 20);
     this.cbSalesType.TabIndex = 0;
     //
     // gctrSales
     //
     this.gctrSales.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrSales.EmbeddedNavigator.Name = "";
     this.gctrSales.Location = new System.Drawing.Point(2, 80);
     this.gctrSales.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrSales.MainView = this.gvSales;
     this.gctrSales.Name = "gctrSales";
     this.gctrSales.Size = new System.Drawing.Size(988, 494);
     this.gctrSales.TabIndex = 5;
     this.gctrSales.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvSales});
     //
     // gvSales
     //
     this.gvSales.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colSalesDate,
     this.colSalesReceipt,
     this.colSalesMembershipID,
     this.colSalesNettAmount});
     this.gvSales.GridControl = this.gctrSales;
     this.gvSales.Name = "gvSales";
     this.gvSales.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvSales.OptionsBehavior.Editable = false;
     this.gvSales.OptionsCustomization.AllowFilter = false;
     this.gvSales.OptionsView.ShowFooter = true;
     this.gvSales.OptionsView.ShowGroupPanel = false;
     this.gvSales.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colSalesDate, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colSalesDate
     //
     this.colSalesDate.Caption = "Date";
     this.colSalesDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colSalesDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colSalesDate.FieldName = "dtDate";
     this.colSalesDate.Name = "colSalesDate";
     this.colSalesDate.Visible = true;
     this.colSalesDate.VisibleIndex = 0;
     this.colSalesDate.Width = 99;
     //
     // colSalesReceipt
     //
     this.colSalesReceipt.Caption = "Receipt No";
     this.colSalesReceipt.FieldName = "strReceiptNo";
     this.colSalesReceipt.Name = "colSalesReceipt";
     this.colSalesReceipt.Visible = true;
     this.colSalesReceipt.VisibleIndex = 1;
     this.colSalesReceipt.Width = 166;
     //
     // colSalesMembershipID
     //
     this.colSalesMembershipID.Caption = "Membership ID";
     this.colSalesMembershipID.FieldName = "strMembershipID";
     this.colSalesMembershipID.Name = "colSalesMembershipID";
     this.colSalesMembershipID.Visible = true;
     this.colSalesMembershipID.VisibleIndex = 2;
     this.colSalesMembershipID.Width = 294;
     //
     // colSalesNettAmount
     //
     this.colSalesNettAmount.Caption = "Nett Amount";
     this.colSalesNettAmount.FieldName = "mNettAmount";
     this.colSalesNettAmount.Name = "colSalesNettAmount";
     this.colSalesNettAmount.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colSalesNettAmount.Visible = true;
     this.colSalesNettAmount.VisibleIndex = 3;
     this.colSalesNettAmount.Width = 107;
     //
     // tabStaffThree
     //
     this.tabStaffThree.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffThree.Appearance.Header.Options.UseFont = true;
     this.tabStaffThree.Controls.Add(this.lblThree_3);
     this.tabStaffThree.Controls.Add(this.lblThree_1);
     this.tabStaffThree.Controls.Add(this.lblThree_2);
     this.tabStaffThree.Controls.Add(this.groupTimesheet);
     this.tabStaffThree.Controls.Add(this.groupOvertime);
     this.tabStaffThree.Controls.Add(this.groupLateness);
     this.tabStaffThree.Name = "tabStaffThree";
     this.tabStaffThree.PageVisible = false;
     this.tabStaffThree.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffThree.Text = "Timesheet";
     this.tabStaffThree.VisibleChanged += new System.EventHandler(this.tabStaffTimesheet_VisibleChanged);
     //
     // lblThree_3
     //
     this.lblThree_3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_3.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_3.Appearance.Options.UseFont = true;
     this.lblThree_3.Appearance.Options.UseForeColor = true;
     this.lblThree_3.Location = new System.Drawing.Point(296, 8);
     this.lblThree_3.Name = "lblThree_3";
     this.lblThree_3.Size = new System.Drawing.Size(138, 23);
     this.lblThree_3.TabIndex = 146;
     this.lblThree_3.Text = "Lateness";
     this.lblThree_3.Click += new System.EventHandler(this.lblThree_3_Click);
     //
     // lblThree_1
     //
     this.lblThree_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_1.Appearance.Options.UseFont = true;
     this.lblThree_1.Appearance.Options.UseForeColor = true;
     this.lblThree_1.Location = new System.Drawing.Point(8, 8);
     this.lblThree_1.Name = "lblThree_1";
     this.lblThree_1.Size = new System.Drawing.Size(138, 23);
     this.lblThree_1.TabIndex = 144;
     this.lblThree_1.Text = "Timesheet";
     this.lblThree_1.Click += new System.EventHandler(this.lblThree_1_Click);
     //
     // lblThree_2
     //
     this.lblThree_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_2.Appearance.Options.UseFont = true;
     this.lblThree_2.Appearance.Options.UseForeColor = true;
     this.lblThree_2.Location = new System.Drawing.Point(152, 8);
     this.lblThree_2.Name = "lblThree_2";
     this.lblThree_2.Size = new System.Drawing.Size(138, 23);
     this.lblThree_2.TabIndex = 145;
     this.lblThree_2.Text = "Overtime";
     this.lblThree_2.Click += new System.EventHandler(this.lblThree_2_Click);
     //
     // groupTimesheet
     //
     this.groupTimesheet.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupTimesheet.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupTimesheet.Controls.Add(this.groupTimesheetEntry);
     this.groupTimesheet.Location = new System.Drawing.Point(0, 32);
     this.groupTimesheet.Name = "groupTimesheet";
     this.groupTimesheet.ShowCaption = false;
     this.groupTimesheet.Size = new System.Drawing.Size(1007, 576);
     this.groupTimesheet.TabIndex = 10;
     this.groupTimesheet.Text = "GroupControl1";
     //
     // groupTimesheetEntry
     //
     this.groupTimesheetEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupTimesheetEntry.Appearance.Options.UseBackColor = true;
     this.groupTimesheetEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupTimesheetEntry.Controls.Add(this.groupControl9);
     this.groupTimesheetEntry.Controls.Add(this.gridctrTimesheet);
     this.groupTimesheetEntry.Location = new System.Drawing.Point(8, 0);
     this.groupTimesheetEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupTimesheetEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupTimesheetEntry.Name = "groupTimesheetEntry";
     this.groupTimesheetEntry.Size = new System.Drawing.Size(992, 568);
     this.groupTimesheetEntry.TabIndex = 1;
     this.groupTimesheetEntry.Text = "TIMESHEET";
     //
     // groupControl9
     //
     this.groupControl9.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl9.Controls.Add(this.cbTimesheetYear);
     this.groupControl9.Controls.Add(this.label1);
     this.groupControl9.Controls.Add(this.label11);
     this.groupControl9.Controls.Add(this.cbTimesheetMonth);
     this.groupControl9.Controls.Add(this.sbtnTimesheetInquiry);
     this.groupControl9.Location = new System.Drawing.Point(6, 22);
     this.groupControl9.Name = "groupControl9";
     this.groupControl9.Size = new System.Drawing.Size(328, 52);
     this.groupControl9.TabIndex = 0;
     this.groupControl9.Text = "Inquiry";
     //
     // cbTimesheetYear
     //
     this.cbTimesheetYear.EditValue = "";
     this.cbTimesheetYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbTimesheetYear.Location = new System.Drawing.Point(178, 24);
     this.cbTimesheetYear.Name = "cbTimesheetYear";
     this.cbTimesheetYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbTimesheetYear.Properties.PopupSizeable = true;
     this.cbTimesheetYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbTimesheetYear.Size = new System.Drawing.Size(64, 20);
     this.cbTimesheetYear.TabIndex = 2;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(140, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(34, 20);
     this.label1.TabIndex = 15;
     this.label1.Text = "Year:";
     //
     // label11
     //
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(12, 24);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(42, 20);
     this.label11.TabIndex = 0;
     this.label11.Text = "Month:";
     //
     // cbTimesheetMonth
     //
     this.cbTimesheetMonth.EditValue = "January";
     this.cbTimesheetMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbTimesheetMonth.Location = new System.Drawing.Point(56, 24);
     this.cbTimesheetMonth.Name = "cbTimesheetMonth";
     this.cbTimesheetMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbTimesheetMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbTimesheetMonth.Properties.PopupSizeable = true;
     this.cbTimesheetMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbTimesheetMonth.Size = new System.Drawing.Size(80, 20);
     this.cbTimesheetMonth.TabIndex = 1;
     //
     // sbtnTimesheetInquiry
     //
     this.sbtnTimesheetInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnTimesheetInquiry.Appearance.Options.UseFont = true;
     this.sbtnTimesheetInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnTimesheetInquiry.Location = new System.Drawing.Point(246, 24);
     this.sbtnTimesheetInquiry.Name = "sbtnTimesheetInquiry";
     this.sbtnTimesheetInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnTimesheetInquiry.TabIndex = 3;
     this.sbtnTimesheetInquiry.Text = "Inquiry";
     this.sbtnTimesheetInquiry.Click += new System.EventHandler(this.sbtnTimesheetInquiry_Click);
     //
     // gridctrTimesheet
     //
     this.gridctrTimesheet.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrTimesheet.EmbeddedNavigator.Name = "";
     this.gridctrTimesheet.Location = new System.Drawing.Point(2, 76);
     this.gridctrTimesheet.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrTimesheet.MainView = this.gvTimesheet;
     this.gridctrTimesheet.Name = "gridctrTimesheet";
     this.gridctrTimesheet.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit2});
     this.gridctrTimesheet.Size = new System.Drawing.Size(988, 490);
     this.gridctrTimesheet.TabIndex = 1;
     this.gridctrTimesheet.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvTimesheet});
     //
     // gvTimesheet
     //
     this.gvTimesheet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colTimesheetDate,
     this.colTimesheetRosterIn,
     this.colTimesheetRosterOut,
     this.colTimesheetBranchFirstTimeIn,
     this.colTimesheetBranchLastTimeOut,
     this.colTimesheetFirstTimeIn,
     this.colTimesheetLastTimeOut,
     this.colTimesheetManagerNameIn,
     this.colTimesheetManagerNameOut,
     this.colTimesheetLateness,
     this.colTimesheetTotalLateness});
     this.gvTimesheet.GridControl = this.gridctrTimesheet;
     this.gvTimesheet.Name = "gvTimesheet";
     this.gvTimesheet.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvTimesheet.OptionsBehavior.Editable = false;
     this.gvTimesheet.OptionsCustomization.AllowFilter = false;
     this.gvTimesheet.OptionsView.ShowGroupPanel = false;
     this.gvTimesheet.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colTimesheetDate, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gvTimesheet.DoubleClick += new System.EventHandler(this.gvTimesheet_DoubleClick);
     this.gvTimesheet.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gvTimesheet_RowStyle);
     //
     // colTimesheetDate
     //
     this.colTimesheetDate.Caption = "Date";
     this.colTimesheetDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colTimesheetDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetDate.FieldName = "dtDate";
     this.colTimesheetDate.Name = "colTimesheetDate";
     this.colTimesheetDate.Visible = true;
     this.colTimesheetDate.VisibleIndex = 0;
     this.colTimesheetDate.Width = 119;
     //
     // colTimesheetRosterIn
     //
     this.colTimesheetRosterIn.Caption = "Roster In";
     this.colTimesheetRosterIn.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetRosterIn.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetRosterIn.FieldName = "Expected Start Time";
     this.colTimesheetRosterIn.Name = "colTimesheetRosterIn";
     this.colTimesheetRosterIn.Visible = true;
     this.colTimesheetRosterIn.VisibleIndex = 1;
     this.colTimesheetRosterIn.Width = 89;
     //
     // colTimesheetRosterOut
     //
     this.colTimesheetRosterOut.Caption = "Roster Out";
     this.colTimesheetRosterOut.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetRosterOut.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetRosterOut.FieldName = "Expected End Time";
     this.colTimesheetRosterOut.Name = "colTimesheetRosterOut";
     this.colTimesheetRosterOut.Visible = true;
     this.colTimesheetRosterOut.VisibleIndex = 2;
     this.colTimesheetRosterOut.Width = 79;
     //
     // colTimesheetBranchFirstTimeIn
     //
     this.colTimesheetBranchFirstTimeIn.Caption = "Branch In";
     this.colTimesheetBranchFirstTimeIn.FieldName = "strBranchCodeIn";
     this.colTimesheetBranchFirstTimeIn.Name = "colTimesheetBranchFirstTimeIn";
     this.colTimesheetBranchFirstTimeIn.Visible = true;
     this.colTimesheetBranchFirstTimeIn.VisibleIndex = 3;
     this.colTimesheetBranchFirstTimeIn.Width = 71;
     //
     // colTimesheetBranchLastTimeOut
     //
     this.colTimesheetBranchLastTimeOut.Caption = "Branch Out";
     this.colTimesheetBranchLastTimeOut.FieldName = "strBranchCodeOut";
     this.colTimesheetBranchLastTimeOut.Name = "colTimesheetBranchLastTimeOut";
     this.colTimesheetBranchLastTimeOut.Visible = true;
     this.colTimesheetBranchLastTimeOut.VisibleIndex = 5;
     this.colTimesheetBranchLastTimeOut.Width = 66;
     //
     // colTimesheetFirstTimeIn
     //
     this.colTimesheetFirstTimeIn.Caption = "Time (In)";
     this.colTimesheetFirstTimeIn.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetFirstTimeIn.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetFirstTimeIn.FieldName = "First Time In";
     this.colTimesheetFirstTimeIn.Name = "colTimesheetFirstTimeIn";
     this.colTimesheetFirstTimeIn.Visible = true;
     this.colTimesheetFirstTimeIn.VisibleIndex = 4;
     this.colTimesheetFirstTimeIn.Width = 83;
     //
     // colTimesheetLastTimeOut
     //
     this.colTimesheetLastTimeOut.Caption = "Time (Out)";
     this.colTimesheetLastTimeOut.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetLastTimeOut.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetLastTimeOut.FieldName = "Last Time Out";
     this.colTimesheetLastTimeOut.Name = "colTimesheetLastTimeOut";
     this.colTimesheetLastTimeOut.Visible = true;
     this.colTimesheetLastTimeOut.VisibleIndex = 6;
     this.colTimesheetLastTimeOut.Width = 84;
     //
     // colTimesheetManagerNameIn
     //
     this.colTimesheetManagerNameIn.Caption = "Edit (In)";
     this.colTimesheetManagerNameIn.FieldName = "strManagerNameIn";
     this.colTimesheetManagerNameIn.Name = "colTimesheetManagerNameIn";
     this.colTimesheetManagerNameIn.Visible = true;
     this.colTimesheetManagerNameIn.VisibleIndex = 7;
     this.colTimesheetManagerNameIn.Width = 120;
     //
     // colTimesheetManagerNameOut
     //
     this.colTimesheetManagerNameOut.Caption = "Edit (Out)";
     this.colTimesheetManagerNameOut.FieldName = "strManagerNameOut";
     this.colTimesheetManagerNameOut.Name = "colTimesheetManagerNameOut";
     this.colTimesheetManagerNameOut.Visible = true;
     this.colTimesheetManagerNameOut.VisibleIndex = 8;
     this.colTimesheetManagerNameOut.Width = 122;
     //
     // colTimesheetLateness
     //
     this.colTimesheetLateness.Caption = "Lateness";
     this.colTimesheetLateness.ColumnEdit = this.repositoryItemCheckEdit2;
     this.colTimesheetLateness.FieldName = "fLateness";
     this.colTimesheetLateness.Name = "colTimesheetLateness";
     this.colTimesheetLateness.Visible = true;
     this.colTimesheetLateness.VisibleIndex = 9;
     this.colTimesheetLateness.Width = 54;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // colTimesheetTotalLateness
     //
     this.colTimesheetTotalLateness.Caption = "Total Lateness";
     this.colTimesheetTotalLateness.DisplayFormat.FormatString = "HH:mm";
     this.colTimesheetTotalLateness.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetTotalLateness.FieldName = "dtLateness";
     this.colTimesheetTotalLateness.Name = "colTimesheetTotalLateness";
     this.colTimesheetTotalLateness.Visible = true;
     this.colTimesheetTotalLateness.VisibleIndex = 10;
     this.colTimesheetTotalLateness.Width = 80;
     //
     // groupOvertime
     //
     this.groupOvertime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupOvertime.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupOvertime.Controls.Add(this.groupControl15);
     this.groupOvertime.Location = new System.Drawing.Point(0, 32);
     this.groupOvertime.Name = "groupOvertime";
     this.groupOvertime.ShowCaption = false;
     this.groupOvertime.Size = new System.Drawing.Size(1007, 576);
     this.groupOvertime.TabIndex = 15;
     this.groupOvertime.Text = "GroupControl1";
     this.groupOvertime.Visible = false;
     //
     // groupControl15
     //
     this.groupControl15.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupControl15.Appearance.Options.UseBackColor = true;
     this.groupControl15.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl15.Controls.Add(this.sbtnOvertimeDelete);
     this.groupControl15.Controls.Add(this.groupControl16);
     this.groupControl15.Controls.Add(this.sbtnApplyOvertime);
     this.groupControl15.Controls.Add(this.gridctrOvertime);
     this.groupControl15.Location = new System.Drawing.Point(8, 0);
     this.groupControl15.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupControl15.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl15.Name = "groupControl15";
     this.groupControl15.Size = new System.Drawing.Size(992, 574);
     this.groupControl15.TabIndex = 1;
     this.groupControl15.Text = "OVERTIME";
     //
     // sbtnOvertimeDelete
     //
     this.sbtnOvertimeDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnOvertimeDelete.Appearance.Options.UseFont = true;
     this.sbtnOvertimeDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnOvertimeDelete.Location = new System.Drawing.Point(452, 48);
     this.sbtnOvertimeDelete.Name = "sbtnOvertimeDelete";
     this.sbtnOvertimeDelete.Size = new System.Drawing.Size(104, 20);
     this.sbtnOvertimeDelete.TabIndex = 2;
     this.sbtnOvertimeDelete.Text = "Cancel Overtime";
     this.sbtnOvertimeDelete.Click += new System.EventHandler(this.sbtnOvertimeDelete_Click);
     //
     // groupControl16
     //
     this.groupControl16.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl16.Controls.Add(this.cbOvertimeYear);
     this.groupControl16.Controls.Add(this.label14);
     this.groupControl16.Controls.Add(this.label15);
     this.groupControl16.Controls.Add(this.cbOvertimeMonth);
     this.groupControl16.Controls.Add(this.sbtnOvertimeInquiry);
     this.groupControl16.Location = new System.Drawing.Point(6, 24);
     this.groupControl16.Name = "groupControl16";
     this.groupControl16.Size = new System.Drawing.Size(328, 52);
     this.groupControl16.TabIndex = 0;
     this.groupControl16.Text = "Inquiry";
     //
     // cbOvertimeYear
     //
     this.cbOvertimeYear.EditValue = "";
     this.cbOvertimeYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbOvertimeYear.Location = new System.Drawing.Point(178, 24);
     this.cbOvertimeYear.Name = "cbOvertimeYear";
     this.cbOvertimeYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbOvertimeYear.Properties.PopupSizeable = true;
     this.cbOvertimeYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbOvertimeYear.Size = new System.Drawing.Size(64, 20);
     this.cbOvertimeYear.TabIndex = 1;
     //
     // label14
     //
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(140, 24);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(34, 20);
     this.label14.TabIndex = 15;
     this.label14.Text = "Year:";
     //
     // label15
     //
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(12, 24);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(42, 20);
     this.label15.TabIndex = 14;
     this.label15.Text = "Month:";
     //
     // cbOvertimeMonth
     //
     this.cbOvertimeMonth.EditValue = "January";
     this.cbOvertimeMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbOvertimeMonth.Location = new System.Drawing.Point(56, 24);
     this.cbOvertimeMonth.Name = "cbOvertimeMonth";
     this.cbOvertimeMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbOvertimeMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbOvertimeMonth.Properties.PopupSizeable = true;
     this.cbOvertimeMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbOvertimeMonth.Size = new System.Drawing.Size(80, 20);
     this.cbOvertimeMonth.TabIndex = 0;
     //
     // sbtnOvertimeInquiry
     //
     this.sbtnOvertimeInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnOvertimeInquiry.Appearance.Options.UseFont = true;
     this.sbtnOvertimeInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnOvertimeInquiry.Location = new System.Drawing.Point(246, 24);
     this.sbtnOvertimeInquiry.Name = "sbtnOvertimeInquiry";
     this.sbtnOvertimeInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnOvertimeInquiry.TabIndex = 2;
     this.sbtnOvertimeInquiry.Text = "Inquiry";
     this.sbtnOvertimeInquiry.Click += new System.EventHandler(this.sbtnOvertimeInquiry_Click);
     //
     // sbtnApplyOvertime
     //
     this.sbtnApplyOvertime.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnApplyOvertime.Appearance.Options.UseFont = true;
     this.sbtnApplyOvertime.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnApplyOvertime.Location = new System.Drawing.Point(340, 48);
     this.sbtnApplyOvertime.Name = "sbtnApplyOvertime";
     this.sbtnApplyOvertime.Size = new System.Drawing.Size(104, 20);
     this.sbtnApplyOvertime.TabIndex = 1;
     this.sbtnApplyOvertime.Text = "Apply Overtime";
     this.sbtnApplyOvertime.Click += new System.EventHandler(this.sbtnApplyOvertime_Click);
     //
     // gridctrOvertime
     //
     this.gridctrOvertime.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrOvertime.EmbeddedNavigator.Name = "";
     this.gridctrOvertime.Location = new System.Drawing.Point(2, 80);
     this.gridctrOvertime.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrOvertime.MainView = this.gvOvertime;
     this.gridctrOvertime.Name = "gridctrOvertime";
     this.gridctrOvertime.Size = new System.Drawing.Size(988, 492);
     this.gridctrOvertime.TabIndex = 3;
     this.gridctrOvertime.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvOvertime});
     //
     // gvOvertime
     //
     this.gvOvertime.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colOvertimeDate,
     this.colOvertimeHours,
     this.colOvertimeReason,
     this.colOvertimeCharging,
     this.colOvertimeManager,
     this.colOvertimeApprovingManagerID,
     this.colOvertimeStatus});
     this.gvOvertime.GridControl = this.gridctrOvertime;
     this.gvOvertime.Name = "gvOvertime";
     this.gvOvertime.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvOvertime.OptionsBehavior.Editable = false;
     this.gvOvertime.OptionsCustomization.AllowFilter = false;
     this.gvOvertime.OptionsView.ShowGroupPanel = false;
     this.gvOvertime.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colOvertimeDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colOvertimeDate
     //
     this.colOvertimeDate.Caption = "Date";
     this.colOvertimeDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colOvertimeDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colOvertimeDate.FieldName = "dtDate";
     this.colOvertimeDate.Name = "colOvertimeDate";
     this.colOvertimeDate.Visible = true;
     this.colOvertimeDate.VisibleIndex = 0;
     this.colOvertimeDate.Width = 115;
     //
     // colOvertimeHours
     //
     this.colOvertimeHours.Caption = "Hours";
     this.colOvertimeHours.FieldName = "nHours";
     this.colOvertimeHours.Name = "colOvertimeHours";
     this.colOvertimeHours.Visible = true;
     this.colOvertimeHours.VisibleIndex = 1;
     this.colOvertimeHours.Width = 96;
     //
     // colOvertimeReason
     //
     this.colOvertimeReason.Caption = "Reason";
     this.colOvertimeReason.FieldName = "strReason";
     this.colOvertimeReason.Name = "colOvertimeReason";
     this.colOvertimeReason.Visible = true;
     this.colOvertimeReason.VisibleIndex = 2;
     this.colOvertimeReason.Width = 320;
     //
     // colOvertimeCharging
     //
     this.colOvertimeCharging.Caption = "Charging";
     this.colOvertimeCharging.FieldName = "Charging";
     this.colOvertimeCharging.Name = "colOvertimeCharging";
     this.colOvertimeCharging.Visible = true;
     this.colOvertimeCharging.VisibleIndex = 3;
     this.colOvertimeCharging.Width = 84;
     //
     // colOvertimeManager
     //
     this.colOvertimeManager.Caption = "Approving Manager";
     this.colOvertimeManager.FieldName = "strEmployeeName";
     this.colOvertimeManager.Name = "colOvertimeManager";
     this.colOvertimeManager.Visible = true;
     this.colOvertimeManager.VisibleIndex = 4;
     this.colOvertimeManager.Width = 194;
     //
     // colOvertimeApprovingManagerID
     //
     this.colOvertimeApprovingManagerID.Caption = "Approving Manager ID";
     this.colOvertimeApprovingManagerID.FieldName = "nApprovingManagerID";
     this.colOvertimeApprovingManagerID.Name = "colOvertimeApprovingManagerID";
     this.colOvertimeApprovingManagerID.Visible = true;
     this.colOvertimeApprovingManagerID.VisibleIndex = 5;
     this.colOvertimeApprovingManagerID.Width = 57;
     //
     // colOvertimeStatus
     //
     this.colOvertimeStatus.Caption = "Status";
     this.colOvertimeStatus.FieldName = "Status";
     this.colOvertimeStatus.Name = "colOvertimeStatus";
     this.colOvertimeStatus.Visible = true;
     this.colOvertimeStatus.VisibleIndex = 6;
     this.colOvertimeStatus.Width = 101;
     //
     // groupLateness
     //
     this.groupLateness.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLateness.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupLateness.Controls.Add(this.groupControl13);
     this.groupLateness.Location = new System.Drawing.Point(0, 32);
     this.groupLateness.Name = "groupLateness";
     this.groupLateness.ShowCaption = false;
     this.groupLateness.Size = new System.Drawing.Size(1007, 576);
     this.groupLateness.TabIndex = 14;
     this.groupLateness.Text = "GroupControl1";
     //
     // groupControl13
     //
     this.groupControl13.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupControl13.Appearance.Options.UseBackColor = true;
     this.groupControl13.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl13.Controls.Add(this.groupControl14);
     this.groupControl13.Controls.Add(this.gridctrLateness);
     this.groupControl13.Location = new System.Drawing.Point(8, 0);
     this.groupControl13.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupControl13.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl13.Name = "groupControl13";
     this.groupControl13.Size = new System.Drawing.Size(992, 574);
     this.groupControl13.TabIndex = 1;
     this.groupControl13.Text = "LATENESS";
     //
     // groupControl14
     //
     this.groupControl14.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl14.Controls.Add(this.cbLatenessYear);
     this.groupControl14.Controls.Add(this.label12);
     this.groupControl14.Controls.Add(this.label13);
     this.groupControl14.Controls.Add(this.cbLatenessMonth);
     this.groupControl14.Controls.Add(this.sbtnLatenessInquiry);
     this.groupControl14.Location = new System.Drawing.Point(6, 24);
     this.groupControl14.Name = "groupControl14";
     this.groupControl14.Size = new System.Drawing.Size(328, 52);
     this.groupControl14.TabIndex = 0;
     this.groupControl14.Text = "Inquiry";
     //
     // cbLatenessYear
     //
     this.cbLatenessYear.EditValue = "";
     this.cbLatenessYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbLatenessYear.Location = new System.Drawing.Point(178, 24);
     this.cbLatenessYear.Name = "cbLatenessYear";
     this.cbLatenessYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLatenessYear.Properties.PopupSizeable = true;
     this.cbLatenessYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLatenessYear.Size = new System.Drawing.Size(64, 20);
     this.cbLatenessYear.TabIndex = 1;
     //
     // label12
     //
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(140, 24);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(34, 20);
     this.label12.TabIndex = 15;
     this.label12.Text = "Year:";
     //
     // label13
     //
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(12, 24);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(42, 20);
     this.label13.TabIndex = 14;
     this.label13.Text = "Month:";
     //
     // cbLatenessMonth
     //
     this.cbLatenessMonth.EditValue = "January";
     this.cbLatenessMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbLatenessMonth.Location = new System.Drawing.Point(56, 24);
     this.cbLatenessMonth.Name = "cbLatenessMonth";
     this.cbLatenessMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLatenessMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbLatenessMonth.Properties.PopupSizeable = true;
     this.cbLatenessMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLatenessMonth.Size = new System.Drawing.Size(80, 20);
     this.cbLatenessMonth.TabIndex = 0;
     //
     // sbtnLatenessInquiry
     //
     this.sbtnLatenessInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLatenessInquiry.Appearance.Options.UseFont = true;
     this.sbtnLatenessInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLatenessInquiry.Location = new System.Drawing.Point(246, 24);
     this.sbtnLatenessInquiry.Name = "sbtnLatenessInquiry";
     this.sbtnLatenessInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnLatenessInquiry.TabIndex = 2;
     this.sbtnLatenessInquiry.Text = "Inquiry";
     this.sbtnLatenessInquiry.Click += new System.EventHandler(this.sbtnLatenessInquiry_Click);
     //
     // gridctrLateness
     //
     this.gridctrLateness.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrLateness.EmbeddedNavigator.Name = "";
     this.gridctrLateness.Location = new System.Drawing.Point(2, 80);
     this.gridctrLateness.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrLateness.MainView = this.gvLateness;
     this.gridctrLateness.Name = "gridctrLateness";
     this.gridctrLateness.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTimeEdit1,
     this.repositoryItemTimeEdit2});
     this.gridctrLateness.Size = new System.Drawing.Size(988, 492);
     this.gridctrLateness.TabIndex = 1;
     this.gridctrLateness.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvLateness});
     //
     // gvLateness
     //
     this.gvLateness.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colLatenessRosterID,
     this.colLatenessDate,
     this.colLatenessBranch,
     this.colLatenessType,
     this.colLatenessExpected,
     this.colLatenessActual,
     this.colLatenessLateness});
     this.gvLateness.GridControl = this.gridctrLateness;
     this.gvLateness.Name = "gvLateness";
     this.gvLateness.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvLateness.OptionsBehavior.Editable = false;
     this.gvLateness.OptionsCustomization.AllowFilter = false;
     this.gvLateness.OptionsView.ShowFooter = true;
     this.gvLateness.OptionsView.ShowGroupPanel = false;
     this.gvLateness.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colLatenessDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colLatenessRosterID
     //
     this.colLatenessRosterID.Caption = "Roster ID";
     this.colLatenessRosterID.FieldName = "nRosterID";
     this.colLatenessRosterID.Name = "colLatenessRosterID";
     //
     // colLatenessDate
     //
     this.colLatenessDate.Caption = "Date";
     this.colLatenessDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colLatenessDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLatenessDate.FieldName = "dtDate";
     this.colLatenessDate.Name = "colLatenessDate";
     this.colLatenessDate.Visible = true;
     this.colLatenessDate.VisibleIndex = 0;
     this.colLatenessDate.Width = 185;
     //
     // colLatenessBranch
     //
     this.colLatenessBranch.Caption = "Branch Code";
     this.colLatenessBranch.FieldName = "strBranchCode";
     this.colLatenessBranch.Name = "colLatenessBranch";
     this.colLatenessBranch.Visible = true;
     this.colLatenessBranch.VisibleIndex = 1;
     this.colLatenessBranch.Width = 85;
     //
     // colLatenessType
     //
     this.colLatenessType.Caption = "Type";
     this.colLatenessType.FieldName = "strType";
     this.colLatenessType.Name = "colLatenessType";
     this.colLatenessType.Visible = true;
     this.colLatenessType.VisibleIndex = 2;
     this.colLatenessType.Width = 124;
     //
     // colLatenessExpected
     //
     this.colLatenessExpected.Caption = "Expected Time";
     this.colLatenessExpected.ColumnEdit = this.repositoryItemTimeEdit1;
     this.colLatenessExpected.FieldName = "dtExpected";
     this.colLatenessExpected.Name = "colLatenessExpected";
     this.colLatenessExpected.Visible = true;
     this.colLatenessExpected.VisibleIndex = 3;
     this.colLatenessExpected.Width = 196;
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // colLatenessActual
     //
     this.colLatenessActual.Caption = "Actual Time";
     this.colLatenessActual.ColumnEdit = this.repositoryItemTimeEdit2;
     this.colLatenessActual.FieldName = "dtActual";
     this.colLatenessActual.Name = "colLatenessActual";
     this.colLatenessActual.Visible = true;
     this.colLatenessActual.VisibleIndex = 4;
     this.colLatenessActual.Width = 208;
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
     //
     // colLatenessLateness
     //
     this.colLatenessLateness.Caption = "Lateness (Minutes)";
     this.colLatenessLateness.DisplayFormat.FormatString = "#.00";
     this.colLatenessLateness.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colLatenessLateness.FieldName = "nLateness";
     this.colLatenessLateness.Name = "colLatenessLateness";
     this.colLatenessLateness.SummaryItem.DisplayFormat = "{0:#.00}";
     this.colLatenessLateness.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colLatenessLateness.Visible = true;
     this.colLatenessLateness.VisibleIndex = 5;
     this.colLatenessLateness.Width = 169;
     //
     // tabStaffFour
     //
     this.tabStaffFour.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffFour.Appearance.Header.Options.UseFont = true;
     this.tabStaffFour.Controls.Add(this.lblFour_2);
     this.tabStaffFour.Controls.Add(this.lblFour_1);
     this.tabStaffFour.Controls.Add(this.groupAppointment);
     this.tabStaffFour.Controls.Add(this.groupContact);
     this.tabStaffFour.Name = "tabStaffFour";
     this.tabStaffFour.PageVisible = false;
     this.tabStaffFour.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffFour.Text = "Appointments";
     this.tabStaffFour.VisibleChanged += new System.EventHandler(this.tabStaffAppointments_VisibleChanged);
     //
     // lblFour_2
     //
     this.lblFour_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_2.Appearance.Options.UseFont = true;
     this.lblFour_2.Appearance.Options.UseForeColor = true;
     this.lblFour_2.Location = new System.Drawing.Point(160, 8);
     this.lblFour_2.Name = "lblFour_2";
     this.lblFour_2.Size = new System.Drawing.Size(138, 23);
     this.lblFour_2.TabIndex = 144;
     this.lblFour_2.Text = "Contact";
     this.lblFour_2.Click += new System.EventHandler(this.lblFour_2_Click);
     //
     // lblFour_1
     //
     this.lblFour_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_1.Appearance.Options.UseFont = true;
     this.lblFour_1.Appearance.Options.UseForeColor = true;
     this.lblFour_1.Location = new System.Drawing.Point(8, 8);
     this.lblFour_1.Name = "lblFour_1";
     this.lblFour_1.Size = new System.Drawing.Size(138, 23);
     this.lblFour_1.TabIndex = 143;
     this.lblFour_1.Text = "Appointment";
     this.lblFour_1.Click += new System.EventHandler(this.lblFour_1_Click);
     //
     // groupAppointment
     //
     this.groupAppointment.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupAppointment.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupAppointment.Controls.Add(this.groupAppointmentEntry);
     this.groupAppointment.Location = new System.Drawing.Point(0, 34);
     this.groupAppointment.Name = "groupAppointment";
     this.groupAppointment.ShowCaption = false;
     this.groupAppointment.Size = new System.Drawing.Size(1007, 584);
     this.groupAppointment.TabIndex = 21;
     this.groupAppointment.Text = "GroupControl3";
     //
     // groupAppointmentEntry
     //
     this.groupAppointmentEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupAppointmentEntry.Appearance.Options.UseBackColor = true;
     this.groupAppointmentEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupAppointmentEntry.Controls.Add(this.groupControl12);
     this.groupAppointmentEntry.Controls.Add(this.sbtnAppointmentDelete);
     this.groupAppointmentEntry.Controls.Add(this.sbtnAppointmentPrint);
     this.groupAppointmentEntry.Controls.Add(this.sbtnAppointmentEdit);
     this.groupAppointmentEntry.Controls.Add(this.sbtnAppointmentNew);
     this.groupAppointmentEntry.Controls.Add(this.gridctrAppointment);
     this.groupAppointmentEntry.Location = new System.Drawing.Point(8, 0);
     this.groupAppointmentEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupAppointmentEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupAppointmentEntry.Name = "groupAppointmentEntry";
     this.groupAppointmentEntry.Size = new System.Drawing.Size(992, 576);
     this.groupAppointmentEntry.TabIndex = 0;
     this.groupAppointmentEntry.Text = "APPOINTMENT";
     //
     // groupControl12
     //
     this.groupControl12.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl12.Controls.Add(this.cbAppointmentYear);
     this.groupControl12.Controls.Add(this.label26);
     this.groupControl12.Controls.Add(this.label27);
     this.groupControl12.Controls.Add(this.cbAppointmentMonth);
     this.groupControl12.Controls.Add(this.sbtnAppointmentInquiry);
     this.groupControl12.Location = new System.Drawing.Point(8, 24);
     this.groupControl12.Name = "groupControl12";
     this.groupControl12.Size = new System.Drawing.Size(328, 52);
     this.groupControl12.TabIndex = 0;
     this.groupControl12.Text = "Inquiry";
     //
     // cbAppointmentYear
     //
     this.cbAppointmentYear.EditValue = "";
     this.cbAppointmentYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbAppointmentYear.Location = new System.Drawing.Point(178, 24);
     this.cbAppointmentYear.Name = "cbAppointmentYear";
     this.cbAppointmentYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbAppointmentYear.Properties.PopupSizeable = true;
     this.cbAppointmentYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbAppointmentYear.Size = new System.Drawing.Size(64, 20);
     this.cbAppointmentYear.TabIndex = 1;
     //
     // label26
     //
     this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location = new System.Drawing.Point(140, 24);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(34, 20);
     this.label26.TabIndex = 15;
     this.label26.Text = "Year:";
     //
     // label27
     //
     this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(12, 24);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(42, 20);
     this.label27.TabIndex = 14;
     this.label27.Text = "Month:";
     //
     // cbAppointmentMonth
     //
     this.cbAppointmentMonth.EditValue = "January";
     this.cbAppointmentMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbAppointmentMonth.Location = new System.Drawing.Point(56, 24);
     this.cbAppointmentMonth.Name = "cbAppointmentMonth";
     this.cbAppointmentMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbAppointmentMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbAppointmentMonth.Properties.PopupSizeable = true;
     this.cbAppointmentMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbAppointmentMonth.Size = new System.Drawing.Size(80, 20);
     this.cbAppointmentMonth.TabIndex = 0;
     //
     // sbtnAppointmentInquiry
     //
     this.sbtnAppointmentInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentInquiry.Appearance.Options.UseFont = true;
     this.sbtnAppointmentInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentInquiry.Location = new System.Drawing.Point(246, 24);
     this.sbtnAppointmentInquiry.Name = "sbtnAppointmentInquiry";
     this.sbtnAppointmentInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentInquiry.TabIndex = 2;
     this.sbtnAppointmentInquiry.Text = "Inquiry";
     this.sbtnAppointmentInquiry.Click += new System.EventHandler(this.sbtnAppointmentInquiry_Click);
     //
     // sbtnAppointmentDelete
     //
     this.sbtnAppointmentDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentDelete.Appearance.Options.UseFont = true;
     this.sbtnAppointmentDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentDelete.Location = new System.Drawing.Point(504, 48);
     this.sbtnAppointmentDelete.Name = "sbtnAppointmentDelete";
     this.sbtnAppointmentDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentDelete.TabIndex = 3;
     this.sbtnAppointmentDelete.Text = "Delete";
     this.sbtnAppointmentDelete.Click += new System.EventHandler(this.sbtnAppointmentDelete_Click);
     //
     // sbtnAppointmentPrint
     //
     this.sbtnAppointmentPrint.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentPrint.Appearance.Options.UseFont = true;
     this.sbtnAppointmentPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentPrint.Location = new System.Drawing.Point(584, 48);
     this.sbtnAppointmentPrint.Name = "sbtnAppointmentPrint";
     this.sbtnAppointmentPrint.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentPrint.TabIndex = 3;
     this.sbtnAppointmentPrint.Text = "Print";
     this.sbtnAppointmentPrint.Click += new System.EventHandler(this.sbtnAppointmentPrint_Click);
     //
     // sbtnAppointmentEdit
     //
     this.sbtnAppointmentEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentEdit.Appearance.Options.UseFont = true;
     this.sbtnAppointmentEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentEdit.Location = new System.Drawing.Point(424, 48);
     this.sbtnAppointmentEdit.Name = "sbtnAppointmentEdit";
     this.sbtnAppointmentEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentEdit.TabIndex = 2;
     this.sbtnAppointmentEdit.Text = "Edit";
     this.sbtnAppointmentEdit.Click += new System.EventHandler(this.sbtnAppointmentEdit_Click);
     //
     // sbtnAppointmentNew
     //
     this.sbtnAppointmentNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentNew.Appearance.Options.UseFont = true;
     this.sbtnAppointmentNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentNew.Location = new System.Drawing.Point(344, 48);
     this.sbtnAppointmentNew.Name = "sbtnAppointmentNew";
     this.sbtnAppointmentNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentNew.TabIndex = 1;
     this.sbtnAppointmentNew.Text = "New";
     this.sbtnAppointmentNew.Click += new System.EventHandler(this.sbtnAppointmentNew_Click);
     //
     // gridctrAppointment
     //
     this.gridctrAppointment.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrAppointment.EmbeddedNavigator.Name = "";
     this.gridctrAppointment.Location = new System.Drawing.Point(2, 86);
     this.gridctrAppointment.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrAppointment.MainView = this.gvAppointment;
     this.gridctrAppointment.Name = "gridctrAppointment";
     this.gridctrAppointment.Size = new System.Drawing.Size(988, 488);
     this.gridctrAppointment.TabIndex = 4;
     this.gridctrAppointment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAppointment});
     //
     // gvAppointment
     //
     this.gvAppointment.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colAppointmentDate,
     this.colAppointmentStartDate,
     this.colAppointmentEndDate,
     this.colAppointmentOrganization,
     this.colAppointmentContact,
     this.colAppointmentTypeID,
     this.colAppointmentRemarks});
     this.gvAppointment.GridControl = this.gridctrAppointment;
     this.gvAppointment.Name = "gvAppointment";
     this.gvAppointment.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvAppointment.OptionsBehavior.Editable = false;
     this.gvAppointment.OptionsCustomization.AllowFilter = false;
     this.gvAppointment.OptionsView.ShowGroupPanel = false;
     this.gvAppointment.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colAppointmentDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colAppointmentDate
     //
     this.colAppointmentDate.Caption = "Date";
     this.colAppointmentDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colAppointmentDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colAppointmentDate.FieldName = "dtDate";
     this.colAppointmentDate.Name = "colAppointmentDate";
     this.colAppointmentDate.Visible = true;
     this.colAppointmentDate.VisibleIndex = 0;
     this.colAppointmentDate.Width = 93;
     //
     // colAppointmentStartDate
     //
     this.colAppointmentStartDate.Caption = "Start Time";
     this.colAppointmentStartDate.DisplayFormat.FormatString = "hh:mm tt";
     this.colAppointmentStartDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colAppointmentStartDate.FieldName = "dtStartTime";
     this.colAppointmentStartDate.Name = "colAppointmentStartDate";
     this.colAppointmentStartDate.Visible = true;
     this.colAppointmentStartDate.VisibleIndex = 1;
     this.colAppointmentStartDate.Width = 85;
     //
     // colAppointmentEndDate
     //
     this.colAppointmentEndDate.Caption = "End Time";
     this.colAppointmentEndDate.DisplayFormat.FormatString = "hh:mm tt";
     this.colAppointmentEndDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colAppointmentEndDate.FieldName = "dtEndTime";
     this.colAppointmentEndDate.Name = "colAppointmentEndDate";
     this.colAppointmentEndDate.Visible = true;
     this.colAppointmentEndDate.VisibleIndex = 2;
     this.colAppointmentEndDate.Width = 79;
     //
     // colAppointmentOrganization
     //
     this.colAppointmentOrganization.Caption = "Organization / Place of Appointment";
     this.colAppointmentOrganization.FieldName = "strOrganization";
     this.colAppointmentOrganization.Name = "colAppointmentOrganization";
     this.colAppointmentOrganization.Visible = true;
     this.colAppointmentOrganization.VisibleIndex = 3;
     this.colAppointmentOrganization.Width = 215;
     //
     // colAppointmentContact
     //
     this.colAppointmentContact.Caption = "Contact";
     this.colAppointmentContact.FieldName = "strContactName";
     this.colAppointmentContact.Name = "colAppointmentContact";
     this.colAppointmentContact.Visible = true;
     this.colAppointmentContact.VisibleIndex = 4;
     this.colAppointmentContact.Width = 153;
     //
     // colAppointmentTypeID
     //
     this.colAppointmentTypeID.Caption = "Appointment Type";
     this.colAppointmentTypeID.FieldName = "nAppointmentTypeId";
     this.colAppointmentTypeID.Name = "colAppointmentTypeID";
     this.colAppointmentTypeID.Visible = true;
     this.colAppointmentTypeID.VisibleIndex = 5;
     //
     // colAppointmentRemarks
     //
     this.colAppointmentRemarks.Caption = "Remarks";
     this.colAppointmentRemarks.FieldName = "strRemarks";
     this.colAppointmentRemarks.Name = "colAppointmentRemarks";
     this.colAppointmentRemarks.Visible = true;
     this.colAppointmentRemarks.VisibleIndex = 6;
     this.colAppointmentRemarks.Width = 342;
     //
     // groupContact
     //
     this.groupContact.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupContact.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupContact.Controls.Add(this.groupContactEntry);
     this.groupContact.Location = new System.Drawing.Point(0, 34);
     this.groupContact.Name = "groupContact";
     this.groupContact.ShowCaption = false;
     this.groupContact.Size = new System.Drawing.Size(1007, 584);
     this.groupContact.TabIndex = 20;
     this.groupContact.Text = "GroupControl3";
     //
     // groupContactEntry
     //
     this.groupContactEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupContactEntry.Appearance.Options.UseBackColor = true;
     this.groupContactEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupContactEntry.Controls.Add(this.sbtnContactEdit);
     this.groupContactEntry.Controls.Add(this.sbtnContactDelete);
     this.groupContactEntry.Controls.Add(this.sbtnContactNew);
     this.groupContactEntry.Controls.Add(this.gridctrContact);
     this.groupContactEntry.Location = new System.Drawing.Point(8, 0);
     this.groupContactEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupContactEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupContactEntry.Name = "groupContactEntry";
     this.groupContactEntry.Size = new System.Drawing.Size(992, 576);
     this.groupContactEntry.TabIndex = 1;
     this.groupContactEntry.Text = "CONTACT";
     //
     // sbtnContactEdit
     //
     this.sbtnContactEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnContactEdit.Appearance.Options.UseFont = true;
     this.sbtnContactEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnContactEdit.Location = new System.Drawing.Point(96, 32);
     this.sbtnContactEdit.Name = "sbtnContactEdit";
     this.sbtnContactEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnContactEdit.TabIndex = 1;
     this.sbtnContactEdit.Text = "Edit";
     this.sbtnContactEdit.Click += new System.EventHandler(this.sbtnContactEdit_Click);
     //
     // sbtnContactDelete
     //
     this.sbtnContactDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnContactDelete.Appearance.Options.UseFont = true;
     this.sbtnContactDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnContactDelete.Location = new System.Drawing.Point(176, 32);
     this.sbtnContactDelete.Name = "sbtnContactDelete";
     this.sbtnContactDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnContactDelete.TabIndex = 2;
     this.sbtnContactDelete.Text = "Delete";
     this.sbtnContactDelete.Click += new System.EventHandler(this.sbtnContactDelete_Click);
     //
     // sbtnContactNew
     //
     this.sbtnContactNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnContactNew.Appearance.Options.UseFont = true;
     this.sbtnContactNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnContactNew.Location = new System.Drawing.Point(16, 32);
     this.sbtnContactNew.Name = "sbtnContactNew";
     this.sbtnContactNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnContactNew.TabIndex = 0;
     this.sbtnContactNew.Text = "New";
     this.sbtnContactNew.Click += new System.EventHandler(this.sbtnContactNew_Click);
     //
     // gridctrContact
     //
     this.gridctrContact.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrContact.EmbeddedNavigator.Name = "";
     this.gridctrContact.Location = new System.Drawing.Point(2, 62);
     this.gridctrContact.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrContact.MainView = this.gvContact;
     this.gridctrContact.Name = "gridctrContact";
     this.gridctrContact.Size = new System.Drawing.Size(988, 512);
     this.gridctrContact.TabIndex = 3;
     this.gridctrContact.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvContact});
     //
     // gvContact
     //
     this.gvContact.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colContactPerson,
     this.colContactOrganization,
     this.colContactMobile,
     this.colContactOfficeNo,
     this.colContactEmail,
     this.colContactFax,
     this.colContactAddress});
     this.gvContact.GridControl = this.gridctrContact;
     this.gvContact.Name = "gvContact";
     this.gvContact.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvContact.OptionsBehavior.Editable = false;
     this.gvContact.OptionsCustomization.AllowFilter = false;
     this.gvContact.OptionsView.ShowGroupPanel = false;
     //
     // colContactPerson
     //
     this.colContactPerson.Caption = "Contact Person";
     this.colContactPerson.FieldName = "strContactName";
     this.colContactPerson.Name = "colContactPerson";
     this.colContactPerson.Visible = true;
     this.colContactPerson.VisibleIndex = 0;
     this.colContactPerson.Width = 128;
     //
     // colContactOrganization
     //
     this.colContactOrganization.Caption = "Organization";
     this.colContactOrganization.FieldName = "strOrganization";
     this.colContactOrganization.Name = "colContactOrganization";
     this.colContactOrganization.Visible = true;
     this.colContactOrganization.VisibleIndex = 1;
     this.colContactOrganization.Width = 150;
     //
     // colContactMobile
     //
     this.colContactMobile.Caption = "Mobile No.";
     this.colContactMobile.FieldName = "strMobileNo";
     this.colContactMobile.Name = "colContactMobile";
     this.colContactMobile.Visible = true;
     this.colContactMobile.VisibleIndex = 2;
     this.colContactMobile.Width = 107;
     //
     // colContactOfficeNo
     //
     this.colContactOfficeNo.Caption = "Office No.";
     this.colContactOfficeNo.FieldName = "strOfficeNo";
     this.colContactOfficeNo.Name = "colContactOfficeNo";
     this.colContactOfficeNo.Visible = true;
     this.colContactOfficeNo.VisibleIndex = 3;
     this.colContactOfficeNo.Width = 111;
     //
     // colContactEmail
     //
     this.colContactEmail.Caption = "Email Address";
     this.colContactEmail.FieldName = "strEmail";
     this.colContactEmail.Name = "colContactEmail";
     this.colContactEmail.Visible = true;
     this.colContactEmail.VisibleIndex = 4;
     this.colContactEmail.Width = 159;
     //
     // colContactFax
     //
     this.colContactFax.Caption = "Fax";
     this.colContactFax.FieldName = "strFax";
     this.colContactFax.Name = "colContactFax";
     this.colContactFax.Visible = true;
     this.colContactFax.VisibleIndex = 5;
     this.colContactFax.Width = 102;
     //
     // colContactAddress
     //
     this.colContactAddress.Caption = "Address";
     this.colContactAddress.FieldName = "strAddress";
     this.colContactAddress.Name = "colContactAddress";
     this.colContactAddress.Visible = true;
     this.colContactAddress.VisibleIndex = 6;
     this.colContactAddress.Width = 210;
     //
     // tabStaffFive
     //
     this.tabStaffFive.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffFive.Appearance.Header.Options.UseFont = true;
     this.tabStaffFive.Controls.Add(this.groupCustomerVoice);
     this.tabStaffFive.Name = "tabStaffFive";
     this.tabStaffFive.PageVisible = false;
     this.tabStaffFive.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffFive.Text = "Customer Voice";
     this.tabStaffFive.VisibleChanged += new System.EventHandler(this.tabStaffCustomerVoice_VisibleChanged);
     //
     // groupCustomerVoice
     //
     this.groupCustomerVoice.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupCustomerVoice.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupCustomerVoice.Controls.Add(this.lblmnuCustomerVoiceActionHistory);
     this.groupCustomerVoice.Controls.Add(this.lblmnuCustomerVoiceCVDetails);
     this.groupCustomerVoice.Controls.Add(this.GroupControl24);
     this.groupCustomerVoice.Controls.Add(this.groupCustomerVoiceActionHistory);
     this.groupCustomerVoice.Controls.Add(this.groupCustomerVoiceCVDetails);
     this.groupCustomerVoice.Location = new System.Drawing.Point(0, 8);
     this.groupCustomerVoice.Name = "groupCustomerVoice";
     this.groupCustomerVoice.ShowCaption = false;
     this.groupCustomerVoice.Size = new System.Drawing.Size(1007, 584);
     this.groupCustomerVoice.TabIndex = 11;
     this.groupCustomerVoice.Text = "GroupControl1";
     //
     // lblmnuCustomerVoiceActionHistory
     //
     this.lblmnuCustomerVoiceActionHistory.AutoSize = true;
     this.lblmnuCustomerVoiceActionHistory.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuCustomerVoiceActionHistory.Location = new System.Drawing.Point(184, 320);
     this.lblmnuCustomerVoiceActionHistory.Name = "lblmnuCustomerVoiceActionHistory";
     this.lblmnuCustomerVoiceActionHistory.Size = new System.Drawing.Size(104, 16);
     this.lblmnuCustomerVoiceActionHistory.TabIndex = 10;
     this.lblmnuCustomerVoiceActionHistory.Text = "Action History";
     this.lblmnuCustomerVoiceActionHistory.Click += new System.EventHandler(this.lblmnuCustomerVoiceActionHistory_Click);
     //
     // lblmnuCustomerVoiceCVDetails
     //
     this.lblmnuCustomerVoiceCVDetails.AutoSize = true;
     this.lblmnuCustomerVoiceCVDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuCustomerVoiceCVDetails.Location = new System.Drawing.Point(24, 320);
     this.lblmnuCustomerVoiceCVDetails.Name = "lblmnuCustomerVoiceCVDetails";
     this.lblmnuCustomerVoiceCVDetails.Size = new System.Drawing.Size(170, 16);
     this.lblmnuCustomerVoiceCVDetails.TabIndex = 9;
     this.lblmnuCustomerVoiceCVDetails.Text = "Customer Voice Details";
     this.lblmnuCustomerVoiceCVDetails.Click += new System.EventHandler(this.lblmnuCustomerVoiceCVDetails_Click);
     //
     // GroupControl24
     //
     this.GroupControl24.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.GroupControl24.Appearance.Options.UseBackColor = true;
     this.GroupControl24.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl24.Controls.Add(this.luedtCVSubmitter);
     this.GroupControl24.Controls.Add(this.sbtnAssign);
     this.GroupControl24.Controls.Add(this.sbtnCVPrint);
     this.GroupControl24.Controls.Add(this.sbtnCVEdit);
     this.GroupControl24.Controls.Add(this.sbtnCVDelete);
     this.GroupControl24.Controls.Add(this.sbtnCVNew);
     this.GroupControl24.Controls.Add(this.cbListCV);
     this.GroupControl24.Controls.Add(this.gctrCV);
     this.GroupControl24.Controls.Add(this.label17);
     this.GroupControl24.Controls.Add(this.luedtCVAssignTo);
     this.GroupControl24.Controls.Add(this.lblCVSubmitter);
     this.GroupControl24.Location = new System.Drawing.Point(8, 0);
     this.GroupControl24.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.GroupControl24.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GroupControl24.Name = "GroupControl24";
     this.GroupControl24.Size = new System.Drawing.Size(992, 312);
     this.GroupControl24.TabIndex = 0;
     this.GroupControl24.Text = "CUSTOMER VOICE";
     //
     // luedtCVSubmitter
     //
     this.luedtCVSubmitter.Location = new System.Drawing.Point(400, 32);
     this.luedtCVSubmitter.Name = "luedtCVSubmitter";
     this.luedtCVSubmitter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtCVSubmitter.Size = new System.Drawing.Size(176, 20);
     this.luedtCVSubmitter.TabIndex = 2;
     this.luedtCVSubmitter.EditValueChanged += new System.EventHandler(this.luedtCVSubmiter_EditValueChanged);
     //
     // sbtnAssign
     //
     this.sbtnAssign.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAssign.Appearance.Options.UseFont = true;
     this.sbtnAssign.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAssign.Location = new System.Drawing.Point(824, 32);
     this.sbtnAssign.Name = "sbtnAssign";
     this.sbtnAssign.Size = new System.Drawing.Size(80, 20);
     this.sbtnAssign.TabIndex = 6;
     this.sbtnAssign.Text = "Assign To";
     this.sbtnAssign.Click += new System.EventHandler(this.sbtnAssign_Click);
     //
     // sbtnCVPrint
     //
     this.sbtnCVPrint.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnCVPrint.Appearance.Options.UseFont = true;
     this.sbtnCVPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCVPrint.Location = new System.Drawing.Point(912, 32);
     this.sbtnCVPrint.Name = "sbtnCVPrint";
     this.sbtnCVPrint.Size = new System.Drawing.Size(72, 20);
     this.sbtnCVPrint.TabIndex = 7;
     this.sbtnCVPrint.Text = "Print";
     this.sbtnCVPrint.Click += new System.EventHandler(this.sbtnCVPrint_Click);
     //
     // sbtnCVEdit
     //
     this.sbtnCVEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnCVEdit.Appearance.Options.UseFont = true;
     this.sbtnCVEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCVEdit.Location = new System.Drawing.Point(744, 32);
     this.sbtnCVEdit.Name = "sbtnCVEdit";
     this.sbtnCVEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnCVEdit.TabIndex = 5;
     this.sbtnCVEdit.Text = "Update";
     this.sbtnCVEdit.Click += new System.EventHandler(this.sbtnCVEdit_Click);
     //
     // sbtnCVDelete
     //
     this.sbtnCVDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnCVDelete.Appearance.Options.UseFont = true;
     this.sbtnCVDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCVDelete.Location = new System.Drawing.Point(664, 32);
     this.sbtnCVDelete.Name = "sbtnCVDelete";
     this.sbtnCVDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnCVDelete.TabIndex = 4;
     this.sbtnCVDelete.Text = "Delete";
     this.sbtnCVDelete.Click += new System.EventHandler(this.sbtnCVDelete_Click);
     //
     // sbtnCVNew
     //
     this.sbtnCVNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnCVNew.Appearance.Options.UseFont = true;
     this.sbtnCVNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCVNew.Location = new System.Drawing.Point(584, 32);
     this.sbtnCVNew.Name = "sbtnCVNew";
     this.sbtnCVNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnCVNew.TabIndex = 3;
     this.sbtnCVNew.Text = "New";
     this.sbtnCVNew.Click += new System.EventHandler(this.sbtnCVNew_Click);
     //
     // cbListCV
     //
     this.cbListCV.EditValue = "All";
     this.cbListCV.Location = new System.Drawing.Point(8, 32);
     this.cbListCV.Name = "cbListCV";
     this.cbListCV.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbListCV.Properties.Items.AddRange(new object[] {
     "All",
     "New",
     "Open",
     "Closed"});
     this.cbListCV.Properties.PopupSizeable = true;
     this.cbListCV.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbListCV.Size = new System.Drawing.Size(88, 20);
     this.cbListCV.TabIndex = 0;
     this.cbListCV.SelectedIndexChanged += new System.EventHandler(this.cbListCV_SelectedIndexChanged);
     //
     // gctrCV
     //
     this.gctrCV.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrCV.EmbeddedNavigator.Name = "";
     this.gctrCV.Location = new System.Drawing.Point(2, 62);
     this.gctrCV.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrCV.MainView = this.gvCV;
     this.gctrCV.Name = "gctrCV";
     this.gctrCV.Size = new System.Drawing.Size(988, 248);
     this.gctrCV.TabIndex = 8;
     this.gctrCV.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvCV});
     //
     // gvCV
     //
     this.gvCV.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colRefNo,
     this.colDtReceived,
     this.colBranch,
     this.colMembershipID,
     this.colMemberName,
     this.colDepartment,
     this.colType,
     this.colCategory,
     this.colSubject,
     this.colSubmittedBy,
     this.colStaffSubject,
     this.colDepartmentAssignedTo,
     this.colLastUpdatedDate,
     this.colStatus});
     this.gvCV.GridControl = this.gctrCV;
     this.gvCV.Name = "gvCV";
     this.gvCV.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvCV.OptionsBehavior.Editable = false;
     this.gvCV.OptionsCustomization.AllowFilter = false;
     this.gvCV.OptionsView.ColumnAutoWidth = false;
     this.gvCV.OptionsView.ShowGroupPanel = false;
     this.gvCV.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDtReceived, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gvCV.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvCV_FocusedRowChanged);
     this.gvCV.DataSourceChanged += new System.EventHandler(this.gvCV_DataSourceChanged);
     //
     // colRefNo
     //
     this.colRefNo.Caption = "Ref No";
     this.colRefNo.FieldName = "nCaseID";
     this.colRefNo.Name = "colRefNo";
     this.colRefNo.Visible = true;
     this.colRefNo.VisibleIndex = 0;
     //
     // colDtReceived
     //
     this.colDtReceived.Caption = "Date Received";
     this.colDtReceived.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colDtReceived.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colDtReceived.FieldName = "dtDate";
     this.colDtReceived.Name = "colDtReceived";
     this.colDtReceived.Visible = true;
     this.colDtReceived.VisibleIndex = 1;
     this.colDtReceived.Width = 100;
     //
     // colBranch
     //
     this.colBranch.Caption = "Branch";
     this.colBranch.FieldName = "strBranchCode";
     this.colBranch.Name = "colBranch";
     this.colBranch.Visible = true;
     this.colBranch.VisibleIndex = 2;
     //
     // colMembershipID
     //
     this.colMembershipID.Caption = "Membership Id";
     this.colMembershipID.FieldName = "strMembershipID";
     this.colMembershipID.Name = "colMembershipID";
     this.colMembershipID.Visible = true;
     this.colMembershipID.VisibleIndex = 6;
     this.colMembershipID.Width = 100;
     //
     // colMemberName
     //
     this.colMemberName.Caption = "Member Name";
     this.colMemberName.FieldName = "strMembershipName";
     this.colMemberName.Name = "colMemberName";
     this.colMemberName.Visible = true;
     this.colMemberName.VisibleIndex = 3;
     this.colMemberName.Width = 101;
     //
     // colDepartment
     //
     this.colDepartment.Caption = "Department";
     this.colDepartment.FieldName = "strDepartmentDescription";
     this.colDepartment.Name = "colDepartment";
     this.colDepartment.Visible = true;
     this.colDepartment.VisibleIndex = 7;
     this.colDepartment.Width = 89;
     //
     // colType
     //
     this.colType.Caption = "Type";
     this.colType.FieldName = "strCaseTypeDescription";
     this.colType.Name = "colType";
     this.colType.Visible = true;
     this.colType.VisibleIndex = 4;
     //
     // colCategory
     //
     this.colCategory.Caption = "Category";
     this.colCategory.FieldName = "strCaseCategoryDescription";
     this.colCategory.Name = "colCategory";
     this.colCategory.Visible = true;
     this.colCategory.VisibleIndex = 5;
     //
     // colSubject
     //
     this.colSubject.Caption = "Subject";
     this.colSubject.FieldName = "strSubject";
     this.colSubject.Name = "colSubject";
     //
     // colSubmittedBy
     //
     this.colSubmittedBy.Caption = "Submitted By";
     this.colSubmittedBy.FieldName = "strSubmittedBy";
     this.colSubmittedBy.Name = "colSubmittedBy";
     this.colSubmittedBy.Visible = true;
     this.colSubmittedBy.VisibleIndex = 8;
     this.colSubmittedBy.Width = 97;
     //
     // colStaffSubject
     //
     this.colStaffSubject.Caption = "Subject Staff ";
     this.colStaffSubject.FieldName = "strSubjectStaff";
     this.colStaffSubject.Name = "colStaffSubject";
     //
     // colDepartmentAssignedTo
     //
     this.colDepartmentAssignedTo.Caption = "Department Assigned To";
     this.colDepartmentAssignedTo.FieldName = "strDepartmentAssignedTo";
     this.colDepartmentAssignedTo.Name = "colDepartmentAssignedTo";
     this.colDepartmentAssignedTo.Visible = true;
     this.colDepartmentAssignedTo.VisibleIndex = 9;
     this.colDepartmentAssignedTo.Width = 130;
     //
     // colLastUpdatedDate
     //
     this.colLastUpdatedDate.Caption = "Last Updated Date";
     this.colLastUpdatedDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colLastUpdatedDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLastUpdatedDate.FieldName = "dtLastEditDate";
     this.colLastUpdatedDate.Name = "colLastUpdatedDate";
     this.colLastUpdatedDate.Visible = true;
     this.colLastUpdatedDate.VisibleIndex = 10;
     this.colLastUpdatedDate.Width = 100;
     //
     // colStatus
     //
     this.colStatus.Caption = "Status";
     this.colStatus.FieldName = "strStatus";
     this.colStatus.Name = "colStatus";
     this.colStatus.Visible = true;
     this.colStatus.VisibleIndex = 11;
     //
     // label17
     //
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(104, 32);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(64, 20);
     this.label17.TabIndex = 19;
     this.label17.Text = "Assign To:";
     //
     // luedtCVAssignTo
     //
     this.luedtCVAssignTo.Location = new System.Drawing.Point(168, 32);
     this.luedtCVAssignTo.Name = "luedtCVAssignTo";
     this.luedtCVAssignTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtCVAssignTo.Size = new System.Drawing.Size(160, 20);
     this.luedtCVAssignTo.TabIndex = 1;
     this.luedtCVAssignTo.EditValueChanged += new System.EventHandler(this.luedtCVAssignTo_EditValueChanged);
     //
     // lblCVSubmitter
     //
     this.lblCVSubmitter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCVSubmitter.Location = new System.Drawing.Point(336, 32);
     this.lblCVSubmitter.Name = "lblCVSubmitter";
     this.lblCVSubmitter.Size = new System.Drawing.Size(64, 20);
     this.lblCVSubmitter.TabIndex = 16;
     this.lblCVSubmitter.Text = "Submitter:";
     //
     // groupCustomerVoiceActionHistory
     //
     this.groupCustomerVoiceActionHistory.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupCustomerVoiceActionHistory.Appearance.Options.UseBackColor = true;
     this.groupCustomerVoiceActionHistory.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupCustomerVoiceActionHistory.Controls.Add(this.GroupControl26);
     this.groupCustomerVoiceActionHistory.Location = new System.Drawing.Point(7, 344);
     this.groupCustomerVoiceActionHistory.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupCustomerVoiceActionHistory.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupCustomerVoiceActionHistory.Name = "groupCustomerVoiceActionHistory";
     this.groupCustomerVoiceActionHistory.Size = new System.Drawing.Size(992, 232);
     this.groupCustomerVoiceActionHistory.TabIndex = 11;
     this.groupCustomerVoiceActionHistory.Text = "ACTION HISTORY";
     //
     // GroupControl26
     //
     this.GroupControl26.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl26.Controls.Add(this.sbtnNewCVAction);
     this.GroupControl26.Controls.Add(this.gctrCVAction);
     this.GroupControl26.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl26.Location = new System.Drawing.Point(2, 19);
     this.GroupControl26.Name = "GroupControl26";
     this.GroupControl26.ShowCaption = false;
     this.GroupControl26.Size = new System.Drawing.Size(988, 211);
     this.GroupControl26.TabIndex = 0;
     this.GroupControl26.Text = "GroupControl1";
     //
     // sbtnNewCVAction
     //
     this.sbtnNewCVAction.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnNewCVAction.Appearance.Options.UseFont = true;
     this.sbtnNewCVAction.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnNewCVAction.Location = new System.Drawing.Point(16, 16);
     this.sbtnNewCVAction.Name = "sbtnNewCVAction";
     this.sbtnNewCVAction.Size = new System.Drawing.Size(72, 20);
     this.sbtnNewCVAction.TabIndex = 0;
     this.sbtnNewCVAction.Text = "New";
     this.sbtnNewCVAction.Click += new System.EventHandler(this.sbtnNewCVAction_Click);
     //
     // gctrCVAction
     //
     this.gctrCVAction.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrCVAction.EmbeddedNavigator.Name = "";
     this.gctrCVAction.Location = new System.Drawing.Point(2, 49);
     this.gctrCVAction.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrCVAction.MainView = this.gvCVAction;
     this.gctrCVAction.Name = "gctrCVAction";
     this.gctrCVAction.Size = new System.Drawing.Size(984, 160);
     this.gctrCVAction.TabIndex = 1;
     this.gctrCVAction.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvCVAction});
     //
     // gvCVAction
     //
     this.gvCVAction.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colActionID,
     this.coldtDate,
     this.coldtTime,
     this.colMode,
     this.colActionDetail,
     this.colActionTakenBy,
     this.colActionTakenByID});
     this.gvCVAction.GridControl = this.gctrCVAction;
     this.gvCVAction.Name = "gvCVAction";
     this.gvCVAction.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvCVAction.OptionsBehavior.Editable = false;
     this.gvCVAction.OptionsCustomization.AllowFilter = false;
     this.gvCVAction.OptionsView.ShowGroupPanel = false;
     this.gvCVAction.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.coldtDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colActionID
     //
     this.colActionID.Caption = "ID";
     this.colActionID.FieldName = "nActionID";
     this.colActionID.Name = "colActionID";
     this.colActionID.Visible = true;
     this.colActionID.VisibleIndex = 0;
     this.colActionID.Width = 64;
     //
     // coldtDate
     //
     this.coldtDate.Caption = "Date";
     this.coldtDate.DisplayFormat.FormatString = "dd/MM/yyy";
     this.coldtDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.coldtDate.FieldName = "dtDate";
     this.coldtDate.Name = "coldtDate";
     this.coldtDate.Visible = true;
     this.coldtDate.VisibleIndex = 1;
     this.coldtDate.Width = 117;
     //
     // coldtTime
     //
     this.coldtTime.Caption = "Time";
     this.coldtTime.DisplayFormat.FormatString = "hh:mm tt";
     this.coldtTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.coldtTime.FieldName = "dtDate";
     this.coldtTime.GroupFormat.FormatString = "hh:mm tt";
     this.coldtTime.GroupFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.coldtTime.Name = "coldtTime";
     this.coldtTime.Visible = true;
     this.coldtTime.VisibleIndex = 2;
     this.coldtTime.Width = 78;
     //
     // colMode
     //
     this.colMode.Caption = "Mode";
     this.colMode.FieldName = "strMode";
     this.colMode.Name = "colMode";
     this.colMode.Visible = true;
     this.colMode.VisibleIndex = 3;
     this.colMode.Width = 207;
     //
     // colActionDetail
     //
     this.colActionDetail.Caption = "Action Taken";
     this.colActionDetail.FieldName = "strActionDetails";
     this.colActionDetail.Name = "colActionDetail";
     this.colActionDetail.Visible = true;
     this.colActionDetail.VisibleIndex = 4;
     this.colActionDetail.Width = 262;
     //
     // colActionTakenBy
     //
     this.colActionTakenBy.Caption = "Action Taken By";
     this.colActionTakenBy.FieldName = "strActionTakenBy";
     this.colActionTakenBy.Name = "colActionTakenBy";
     this.colActionTakenBy.Visible = true;
     this.colActionTakenBy.VisibleIndex = 5;
     this.colActionTakenBy.Width = 231;
     //
     // colActionTakenByID
     //
     this.colActionTakenByID.Caption = "Action Taken By ID";
     this.colActionTakenByID.FieldName = "nActionByID";
     this.colActionTakenByID.Name = "colActionTakenByID";
     this.colActionTakenByID.Visible = true;
     this.colActionTakenByID.VisibleIndex = 6;
     //
     // groupCustomerVoiceCVDetails
     //
     this.groupCustomerVoiceCVDetails.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupCustomerVoiceCVDetails.Appearance.Options.UseBackColor = true;
     this.groupCustomerVoiceCVDetails.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupCustomerVoiceCVDetails.Controls.Add(this.GroupControl28);
     this.groupCustomerVoiceCVDetails.Location = new System.Drawing.Point(7, 344);
     this.groupCustomerVoiceCVDetails.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupCustomerVoiceCVDetails.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupCustomerVoiceCVDetails.Name = "groupCustomerVoiceCVDetails";
     this.groupCustomerVoiceCVDetails.Size = new System.Drawing.Size(992, 232);
     this.groupCustomerVoiceCVDetails.TabIndex = 6;
     this.groupCustomerVoiceCVDetails.Text = "CUSTOMER VOICE DETAILS";
     //
     // GroupControl28
     //
     this.GroupControl28.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl28.Controls.Add(this.txtHomeNo);
     this.GroupControl28.Controls.Add(this.label31);
     this.GroupControl28.Controls.Add(this.txtEmail);
     this.GroupControl28.Controls.Add(this.label10);
     this.GroupControl28.Controls.Add(this.txtContactNo);
     this.GroupControl28.Controls.Add(this.label9);
     this.GroupControl28.Controls.Add(this.memoeditSummaryCV);
     this.GroupControl28.Controls.Add(this.Label32);
     this.GroupControl28.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl28.Location = new System.Drawing.Point(2, 19);
     this.GroupControl28.Name = "GroupControl28";
     this.GroupControl28.ShowCaption = false;
     this.GroupControl28.Size = new System.Drawing.Size(988, 211);
     this.GroupControl28.TabIndex = 0;
     this.GroupControl28.Text = "GroupControl1";
     //
     // txtHomeNo
     //
     this.txtHomeNo.EditValue = "";
     this.txtHomeNo.Location = new System.Drawing.Point(360, 16);
     this.txtHomeNo.Name = "txtHomeNo";
     this.txtHomeNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.txtHomeNo.Properties.Appearance.Options.UseFont = true;
     this.txtHomeNo.Properties.ReadOnly = true;
     this.txtHomeNo.Size = new System.Drawing.Size(152, 22);
     this.txtHomeNo.TabIndex = 18;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(288, 16);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(73, 16);
     this.label31.TabIndex = 19;
     this.label31.Text = "Home No";
     //
     // txtEmail
     //
     this.txtEmail.EditValue = "";
     this.txtEmail.Location = new System.Drawing.Point(640, 16);
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.txtEmail.Properties.Appearance.Options.UseFont = true;
     this.txtEmail.Properties.ReadOnly = true;
     this.txtEmail.Size = new System.Drawing.Size(280, 22);
     this.txtEmail.TabIndex = 1;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(528, 16);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(109, 16);
     this.label10.TabIndex = 17;
     this.label10.Text = "Email Address";
     //
     // txtContactNo
     //
     this.txtContactNo.EditValue = "";
     this.txtContactNo.Location = new System.Drawing.Point(120, 16);
     this.txtContactNo.Name = "txtContactNo";
     this.txtContactNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.txtContactNo.Properties.Appearance.Options.UseFont = true;
     this.txtContactNo.Properties.ReadOnly = true;
     this.txtContactNo.Size = new System.Drawing.Size(152, 22);
     this.txtContactNo.TabIndex = 0;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(8, 16);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(79, 16);
     this.label9.TabIndex = 15;
     this.label9.Text = "Mobile No";
     //
     // memoeditSummaryCV
     //
     this.memoeditSummaryCV.EditValue = "";
     this.memoeditSummaryCV.Location = new System.Drawing.Point(120, 48);
     this.memoeditSummaryCV.Name = "memoeditSummaryCV";
     this.memoeditSummaryCV.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.memoeditSummaryCV.Properties.Appearance.Options.UseFont = true;
     this.memoeditSummaryCV.Properties.ReadOnly = true;
     this.memoeditSummaryCV.Size = new System.Drawing.Size(800, 152);
     this.memoeditSummaryCV.TabIndex = 2;
     //
     // Label32
     //
     this.Label32.AutoSize = true;
     this.Label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label32.Location = new System.Drawing.Point(8, 56);
     this.Label32.Name = "Label32";
     this.Label32.Size = new System.Drawing.Size(113, 16);
     this.Label32.TabIndex = 13;
     this.Label32.Text = "Summary of CV";
     //
     // tabStaffSix
     //
     this.tabStaffSix.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffSix.Appearance.Header.Options.UseFont = true;
     this.tabStaffSix.Controls.Add(this.groupControl1);
     this.tabStaffSix.Name = "tabStaffSix";
     this.tabStaffSix.PageVisible = false;
     this.tabStaffSix.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffSix.Text = "Leave";
     //
     // groupControl1
     //
     this.groupControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupControl1.Controls.Add(this.lblSix_2);
     this.groupControl1.Controls.Add(this.lblSix_1);
     this.groupControl1.Controls.Add(this.groupLeave);
     this.groupControl1.Controls.Add(this.groupLeaveRoster);
     this.groupControl1.Controls.Add(this.luedtLeaveEmployeeID);
     this.groupControl1.Controls.Add(this.lblLeaveEmployeeID);
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.ShowCaption = false;
     this.groupControl1.Size = new System.Drawing.Size(1007, 610);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text = "GroupControl1";
     //
     // lblSix_2
     //
     this.lblSix_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblSix_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSix_2.Appearance.Options.UseFont = true;
     this.lblSix_2.Appearance.Options.UseForeColor = true;
     this.lblSix_2.Location = new System.Drawing.Point(156, 4);
     this.lblSix_2.Name = "lblSix_2";
     this.lblSix_2.Size = new System.Drawing.Size(138, 23);
     this.lblSix_2.TabIndex = 144;
     this.lblSix_2.Text = "Roster";
     this.lblSix_2.Click += new System.EventHandler(this.lblSix_2_Click);
     //
     // lblSix_1
     //
     this.lblSix_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblSix_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSix_1.Appearance.Options.UseFont = true;
     this.lblSix_1.Appearance.Options.UseForeColor = true;
     this.lblSix_1.Location = new System.Drawing.Point(12, 4);
     this.lblSix_1.Name = "lblSix_1";
     this.lblSix_1.Size = new System.Drawing.Size(138, 23);
     this.lblSix_1.TabIndex = 143;
     this.lblSix_1.Text = "Leave";
     this.lblSix_1.Click += new System.EventHandler(this.lblSix_2_Click);
     //
     // groupLeave
     //
     this.groupLeave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLeave.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupLeave.Controls.Add(this.groupLeaveLeaveDetails);
     this.groupLeave.Controls.Add(this.groupLeaveLeaveBalance);
     this.groupLeave.Location = new System.Drawing.Point(0, 30);
     this.groupLeave.Name = "groupLeave";
     this.groupLeave.Size = new System.Drawing.Size(1004, 578);
     this.groupLeave.TabIndex = 4;
     this.groupLeave.Text = "groupControl12";
     //
     // groupLeaveLeaveDetails
     //
     this.groupLeaveLeaveDetails.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupLeaveLeaveDetails.Appearance.Options.UseBackColor = true;
     this.groupLeaveLeaveDetails.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLeaveLeaveDetails.Controls.Add(this.groupControl11);
     this.groupLeaveLeaveDetails.Location = new System.Drawing.Point(8, 0);
     this.groupLeaveLeaveDetails.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupLeaveLeaveDetails.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupLeaveLeaveDetails.Name = "groupLeaveLeaveDetails";
     this.groupLeaveLeaveDetails.Size = new System.Drawing.Size(990, 282);
     this.groupLeaveLeaveDetails.TabIndex = 5;
     this.groupLeaveLeaveDetails.Text = "LEAVE DETAILS";
     //
     // groupControl11
     //
     this.groupControl11.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl11.Controls.Add(this.cbLeaveStatus);
     this.groupControl11.Controls.Add(this.label35);
     this.groupControl11.Controls.Add(this.txtLeaveEntitlement);
     this.groupControl11.Controls.Add(this.label34);
     this.groupControl11.Controls.Add(this.dateedtLeaveJoinDate);
     this.groupControl11.Controls.Add(this.label33);
     this.groupControl11.Controls.Add(this.sbtnLeaveEdit);
     this.groupControl11.Controls.Add(this.sbtnLeaveDelete);
     this.groupControl11.Controls.Add(this.sbtnLeaveApply);
     this.groupControl11.Controls.Add(this.gridctrLeaveDetail);
     this.groupControl11.Controls.Add(this.cbLeaveNYearID);
     this.groupControl11.Controls.Add(this.lblNYearID);
     this.groupControl11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl11.Location = new System.Drawing.Point(2, 19);
     this.groupControl11.Name = "groupControl11";
     this.groupControl11.ShowCaption = false;
     this.groupControl11.Size = new System.Drawing.Size(986, 261);
     this.groupControl11.TabIndex = 0;
     this.groupControl11.Text = "GroupControl1";
     //
     // cbLeaveStatus
     //
     this.cbLeaveStatus.EditValue = "All";
     this.cbLeaveStatus.Location = new System.Drawing.Point(168, 8);
     this.cbLeaveStatus.Name = "cbLeaveStatus";
     this.cbLeaveStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLeaveStatus.Properties.Items.AddRange(new object[] {
     "Pending Approval",
     "Approved",
     "Rejected",
     "Cancelled",
     "All"});
     this.cbLeaveStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLeaveStatus.Size = new System.Drawing.Size(118, 20);
     this.cbLeaveStatus.TabIndex = 19;
     this.cbLeaveStatus.SelectedIndexChanged += new System.EventHandler(this.cbLeaveStatus_SelectedIndexChanged);
     //
     // label35
     //
     this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(120, 10);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(46, 18);
     this.label35.TabIndex = 18;
     this.label35.Text = "Status:";
     //
     // txtLeaveEntitlement
     //
     this.txtLeaveEntitlement.EditValue = "";
     this.txtLeaveEntitlement.Location = new System.Drawing.Point(884, 8);
     this.txtLeaveEntitlement.Name = "txtLeaveEntitlement";
     this.txtLeaveEntitlement.Properties.ReadOnly = true;
     this.txtLeaveEntitlement.Size = new System.Drawing.Size(52, 20);
     this.txtLeaveEntitlement.TabIndex = 6;
     //
     // label34
     //
     this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(702, 10);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(180, 18);
     this.label34.TabIndex = 17;
     this.label34.Text = "Leave Entitlement For This Year:";
     //
     // dateedtLeaveJoinDate
     //
     this.dateedtLeaveJoinDate.EditValue = null;
     this.dateedtLeaveJoinDate.Location = new System.Drawing.Point(588, 8);
     this.dateedtLeaveJoinDate.Name = "dateedtLeaveJoinDate";
     this.dateedtLeaveJoinDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateedtLeaveJoinDate.Properties.ReadOnly = true;
     this.dateedtLeaveJoinDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateedtLeaveJoinDate.Size = new System.Drawing.Size(110, 20);
     this.dateedtLeaveJoinDate.TabIndex = 5;
     this.dateedtLeaveJoinDate.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.dateedtLeaveJoinDate_QueryPopUp);
     //
     // label33
     //
     this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(526, 10);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(60, 18);
     this.label33.TabIndex = 15;
     this.label33.Text = "Join Date:";
     //
     // sbtnLeaveEdit
     //
     this.sbtnLeaveEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveEdit.Appearance.Options.UseFont = true;
     this.sbtnLeaveEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveEdit.Location = new System.Drawing.Point(370, 8);
     this.sbtnLeaveEdit.Name = "sbtnLeaveEdit";
     this.sbtnLeaveEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnLeaveEdit.TabIndex = 3;
     this.sbtnLeaveEdit.Text = "Edit";
     this.sbtnLeaveEdit.Click += new System.EventHandler(this.sbtnLeaveEdit_Click);
     //
     // sbtnLeaveDelete
     //
     this.sbtnLeaveDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveDelete.Appearance.Options.UseFont = true;
     this.sbtnLeaveDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveDelete.Location = new System.Drawing.Point(448, 8);
     this.sbtnLeaveDelete.Name = "sbtnLeaveDelete";
     this.sbtnLeaveDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnLeaveDelete.TabIndex = 4;
     this.sbtnLeaveDelete.Text = "Cancel";
     this.sbtnLeaveDelete.Click += new System.EventHandler(this.sbtnLeaveDelete_Click);
     //
     // sbtnLeaveApply
     //
     this.sbtnLeaveApply.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveApply.Appearance.Options.UseFont = true;
     this.sbtnLeaveApply.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveApply.Location = new System.Drawing.Point(292, 8);
     this.sbtnLeaveApply.Name = "sbtnLeaveApply";
     this.sbtnLeaveApply.Size = new System.Drawing.Size(72, 20);
     this.sbtnLeaveApply.TabIndex = 2;
     this.sbtnLeaveApply.Text = "Apply";
     this.sbtnLeaveApply.Click += new System.EventHandler(this.sbtnLeaveApply_Click);
     //
     // gridctrLeaveDetail
     //
     this.gridctrLeaveDetail.EmbeddedNavigator.Name = "";
     this.gridctrLeaveDetail.Location = new System.Drawing.Point(4, 36);
     this.gridctrLeaveDetail.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrLeaveDetail.MainView = this.gvLeave;
     this.gridctrLeaveDetail.Name = "gridctrLeaveDetail";
     this.gridctrLeaveDetail.Size = new System.Drawing.Size(978, 222);
     this.gridctrLeaveDetail.TabIndex = 7;
     this.gridctrLeaveDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvLeave});
     //
     // gvLeave
     //
     this.gvLeave.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colLeaveStartDate,
     this.colLeaveStartTime,
     this.colLeaveEndTime,
     this.gridColumn2,
     this.gridColumn1,
     this.nLeaveQuantity,
     this.nUnpaidLeave,
     this.colLeaveTimeOff,
     this.colfFullDay,
     this.colLeaveLeaveType,
     this.colLeaveReason,
     this.colLeaveLeaveStatus,
     this.colLeaveApprovingManager});
     this.gvLeave.GridControl = this.gridctrLeaveDetail;
     this.gvLeave.Name = "gvLeave";
     this.gvLeave.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvLeave.OptionsBehavior.Editable = false;
     this.gvLeave.OptionsCustomization.AllowFilter = false;
     this.gvLeave.OptionsView.ShowFooter = true;
     this.gvLeave.OptionsView.ShowGroupPanel = false;
     this.gvLeave.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colLeaveStartDate, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colLeaveStartDate
     //
     this.colLeaveStartDate.Caption = "Date";
     this.colLeaveStartDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colLeaveStartDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLeaveStartDate.FieldName = "dtStartTime";
     this.colLeaveStartDate.Name = "colLeaveStartDate";
     this.colLeaveStartDate.Visible = true;
     this.colLeaveStartDate.VisibleIndex = 0;
     //
     // colLeaveStartTime
     //
     this.colLeaveStartTime.Caption = "Start Time";
     this.colLeaveStartTime.DisplayFormat.FormatString = "hh:mm tt";
     this.colLeaveStartTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLeaveStartTime.FieldName = "StartTime";
     this.colLeaveStartTime.Name = "colLeaveStartTime";
     this.colLeaveStartTime.Visible = true;
     this.colLeaveStartTime.VisibleIndex = 1;
     this.colLeaveStartTime.Width = 60;
     //
     // colLeaveEndTime
     //
     this.colLeaveEndTime.Caption = "End Time";
     this.colLeaveEndTime.DisplayFormat.FormatString = "hh:mm tt";
     this.colLeaveEndTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLeaveEndTime.FieldName = "EndTime";
     this.colLeaveEndTime.Name = "colLeaveEndTime";
     this.colLeaveEndTime.Visible = true;
     this.colLeaveEndTime.VisibleIndex = 2;
     this.colLeaveEndTime.Width = 56;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Off (Hrs)";
     this.gridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn2.FieldName = "nTimeOffQuantity";
     this.gridColumn2.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.SummaryItem.DisplayFormat = "{0}";
     this.gridColumn2.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 3;
     this.gridColumn2.Width = 70;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Unpaid(Hrs)";
     this.gridColumn1.FieldName = "nUnpaidTimeOff";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.SummaryItem.DisplayFormat = "{0}";
     this.gridColumn1.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 4;
     this.gridColumn1.Width = 73;
     //
     // nLeaveQuantity
     //
     this.nLeaveQuantity.Caption = "Leave (Days)";
     this.nLeaveQuantity.FieldName = "nLeaveQuantity";
     this.nLeaveQuantity.Name = "nLeaveQuantity";
     this.nLeaveQuantity.SummaryItem.DisplayFormat = "{0}";
     this.nLeaveQuantity.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.nLeaveQuantity.Visible = true;
     this.nLeaveQuantity.VisibleIndex = 5;
     this.nLeaveQuantity.Width = 78;
     //
     // nUnpaidLeave
     //
     this.nUnpaidLeave.Caption = "Unpaid (Days)";
     this.nUnpaidLeave.FieldName = "nUnpaidLeave";
     this.nUnpaidLeave.Name = "nUnpaidLeave";
     this.nUnpaidLeave.SummaryItem.DisplayFormat = "{0}";
     this.nUnpaidLeave.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.nUnpaidLeave.Visible = true;
     this.nUnpaidLeave.VisibleIndex = 6;
     this.nUnpaidLeave.Width = 85;
     //
     // colLeaveTimeOff
     //
     this.colLeaveTimeOff.Caption = "Time Off";
     this.colLeaveTimeOff.FieldName = "fTimeOff";
     this.colLeaveTimeOff.Name = "colLeaveTimeOff";
     this.colLeaveTimeOff.Width = 64;
     //
     // colfFullDay
     //
     this.colfFullDay.Caption = "Full Day";
     this.colfFullDay.FieldName = "fFullDay";
     this.colfFullDay.Name = "colfFullDay";
     this.colfFullDay.Visible = true;
     this.colfFullDay.VisibleIndex = 7;
     this.colfFullDay.Width = 54;
     //
     // colLeaveLeaveType
     //
     this.colLeaveLeaveType.Caption = "Type";
     this.colLeaveLeaveType.FieldName = "strLeaveType";
     this.colLeaveLeaveType.Name = "colLeaveLeaveType";
     this.colLeaveLeaveType.Visible = true;
     this.colLeaveLeaveType.VisibleIndex = 8;
     this.colLeaveLeaveType.Width = 68;
     //
     // colLeaveReason
     //
     this.colLeaveReason.Caption = "Reason";
     this.colLeaveReason.FieldName = "strRemarks";
     this.colLeaveReason.Name = "colLeaveReason";
     this.colLeaveReason.Visible = true;
     this.colLeaveReason.VisibleIndex = 9;
     this.colLeaveReason.Width = 62;
     //
     // colLeaveLeaveStatus
     //
     this.colLeaveLeaveStatus.Caption = "Status";
     this.colLeaveLeaveStatus.FieldName = "strStatus";
     this.colLeaveLeaveStatus.Name = "colLeaveLeaveStatus";
     this.colLeaveLeaveStatus.Visible = true;
     this.colLeaveLeaveStatus.VisibleIndex = 10;
     this.colLeaveLeaveStatus.Width = 64;
     //
     // colLeaveApprovingManager
     //
     this.colLeaveApprovingManager.Caption = "Approving Manager";
     this.colLeaveApprovingManager.FieldName = "strApprovingManager";
     this.colLeaveApprovingManager.Name = "colLeaveApprovingManager";
     this.colLeaveApprovingManager.Visible = true;
     this.colLeaveApprovingManager.VisibleIndex = 11;
     this.colLeaveApprovingManager.Width = 212;
     //
     // cbLeaveNYearID
     //
     this.cbLeaveNYearID.EditValue = "1";
     this.cbLeaveNYearID.Location = new System.Drawing.Point(60, 8);
     this.cbLeaveNYearID.Name = "cbLeaveNYearID";
     this.cbLeaveNYearID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLeaveNYearID.Properties.Items.AddRange(new object[] {
     "1"});
     this.cbLeaveNYearID.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLeaveNYearID.Size = new System.Drawing.Size(56, 20);
     this.cbLeaveNYearID.TabIndex = 1;
     this.cbLeaveNYearID.SelectedIndexChanged += new System.EventHandler(this.cbLeaveNYearID_SelectedIndexChanged);
     //
     // lblNYearID
     //
     this.lblNYearID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNYearID.Location = new System.Drawing.Point(6, 10);
     this.lblNYearID.Name = "lblNYearID";
     this.lblNYearID.Size = new System.Drawing.Size(52, 18);
     this.lblNYearID.TabIndex = 15;
     this.lblNYearID.Text = "Year ID:";
     //
     // groupLeaveLeaveBalance
     //
     this.groupLeaveLeaveBalance.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupLeaveLeaveBalance.Appearance.Options.UseBackColor = true;
     this.groupLeaveLeaveBalance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLeaveLeaveBalance.Controls.Add(this.groupControl5);
     this.groupLeaveLeaveBalance.Location = new System.Drawing.Point(8, 286);
     this.groupLeaveLeaveBalance.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupLeaveLeaveBalance.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupLeaveLeaveBalance.Name = "groupLeaveLeaveBalance";
     this.groupLeaveLeaveBalance.Size = new System.Drawing.Size(990, 290);
     this.groupLeaveLeaveBalance.TabIndex = 7;
     this.groupLeaveLeaveBalance.Text = "LEAVE BALANCE";
     //
     // groupControl5
     //
     this.groupControl5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl5.Controls.Add(this.btnConvert);
     this.groupControl5.Controls.Add(this.txtDaysConvert);
     this.groupControl5.Controls.Add(this.label36);
     this.groupControl5.Controls.Add(this.btnAdjust);
     this.groupControl5.Controls.Add(this.txtLeaveAdjust);
     this.groupControl5.Controls.Add(this.label29);
     this.groupControl5.Controls.Add(this.sbtnLeaveBalanceInquiry);
     this.groupControl5.Controls.Add(this.label25);
     this.groupControl5.Controls.Add(this.cbLeaveBalance);
     this.groupControl5.Controls.Add(this.gridctrLeaveBalance);
     this.groupControl5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl5.Location = new System.Drawing.Point(2, 19);
     this.groupControl5.Name = "groupControl5";
     this.groupControl5.ShowCaption = false;
     this.groupControl5.Size = new System.Drawing.Size(986, 269);
     this.groupControl5.TabIndex = 0;
     this.groupControl5.Text = "GroupControl1";
     //
     // btnConvert
     //
     this.btnConvert.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConvert.Location = new System.Drawing.Point(822, 10);
     this.btnConvert.Name = "btnConvert";
     this.btnConvert.Size = new System.Drawing.Size(56, 22);
     this.btnConvert.TabIndex = 21;
     this.btnConvert.Text = "Convert";
     this.btnConvert.Click += new System.EventHandler(this.button1_Click_1);
     //
     // txtDaysConvert
     //
     this.txtDaysConvert.Location = new System.Drawing.Point(782, 10);
     this.txtDaysConvert.Name = "txtDaysConvert";
     this.txtDaysConvert.Size = new System.Drawing.Size(36, 20);
     this.txtDaysConvert.TabIndex = 20;
     //
     // label36
     //
     this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(642, 12);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(136, 20);
     this.label36.TabIndex = 19;
     this.label36.Text = "Convert Leave to Hours:";
     //
     // btnAdjust
     //
     this.btnAdjust.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAdjust.Location = new System.Drawing.Point(518, 10);
     this.btnAdjust.Name = "btnAdjust";
     this.btnAdjust.Size = new System.Drawing.Size(46, 22);
     this.btnAdjust.TabIndex = 18;
     this.btnAdjust.Text = "Adjust";
     this.btnAdjust.Click += new System.EventHandler(this.button1_Click);
     //
     // txtLeaveAdjust
     //
     this.txtLeaveAdjust.Location = new System.Drawing.Point(478, 10);
     this.txtLeaveAdjust.Name = "txtLeaveAdjust";
     this.txtLeaveAdjust.Size = new System.Drawing.Size(36, 20);
     this.txtLeaveAdjust.TabIndex = 17;
     //
     // label29
     //
     this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(288, 12);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(184, 20);
     this.label29.TabIndex = 15;
     this.label29.Text = "Adjustment for selected Year ID :";
     //
     // sbtnLeaveBalanceInquiry
     //
     this.sbtnLeaveBalanceInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveBalanceInquiry.Appearance.Options.UseFont = true;
     this.sbtnLeaveBalanceInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveBalanceInquiry.Location = new System.Drawing.Point(186, 10);
     this.sbtnLeaveBalanceInquiry.Name = "sbtnLeaveBalanceInquiry";
     this.sbtnLeaveBalanceInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnLeaveBalanceInquiry.TabIndex = 2;
     this.sbtnLeaveBalanceInquiry.Text = "Inquiry";
     this.sbtnLeaveBalanceInquiry.Click += new System.EventHandler(this.sbtnLeaveBalanceInquiry_Click);
     //
     // label25
     //
     this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(8, 12);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(40, 18);
     this.label25.TabIndex = 14;
     this.label25.Text = "Type:";
     //
     // cbLeaveBalance
     //
     this.cbLeaveBalance.EditValue = "Annual Leave balance";
     this.cbLeaveBalance.Location = new System.Drawing.Point(52, 10);
     this.cbLeaveBalance.Name = "cbLeaveBalance";
     this.cbLeaveBalance.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLeaveBalance.Properties.Items.AddRange(new object[] {
     "Annual Leave balance",
     "Time Off balance",
     "Misc Leave balance"});
     this.cbLeaveBalance.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLeaveBalance.Size = new System.Drawing.Size(130, 20);
     this.cbLeaveBalance.TabIndex = 0;
     //
     // gridctrLeaveBalance
     //
     this.gridctrLeaveBalance.EmbeddedNavigator.Name = "";
     this.gridctrLeaveBalance.Location = new System.Drawing.Point(4, 38);
     this.gridctrLeaveBalance.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrLeaveBalance.MainView = this.gvLeaveBalance;
     this.gridctrLeaveBalance.Name = "gridctrLeaveBalance";
     this.gridctrLeaveBalance.Size = new System.Drawing.Size(978, 226);
     this.gridctrLeaveBalance.TabIndex = 3;
     this.gridctrLeaveBalance.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvLeaveBalance});
     //
     // gvLeaveBalance
     //
     this.gvLeaveBalance.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colLeaveBalanceDate,
     this.colLeaveBalanceTransaction,
     this.colLeaveBalanceStatus,
     this.colLeaveBalanceNoOfDays});
     this.gvLeaveBalance.GridControl = this.gridctrLeaveBalance;
     this.gvLeaveBalance.Name = "gvLeaveBalance";
     this.gvLeaveBalance.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvLeaveBalance.OptionsBehavior.Editable = false;
     this.gvLeaveBalance.OptionsCustomization.AllowFilter = false;
     this.gvLeaveBalance.OptionsCustomization.AllowSort = false;
     this.gvLeaveBalance.OptionsLayout.Columns.AddNewColumns = false;
     this.gvLeaveBalance.OptionsView.ShowFooter = true;
     this.gvLeaveBalance.OptionsView.ShowGroupPanel = false;
     this.gvLeaveBalance.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colLeaveBalanceTransaction, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colLeaveBalanceDate
     //
     this.colLeaveBalanceDate.Caption = "Date";
     this.colLeaveBalanceDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colLeaveBalanceDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLeaveBalanceDate.FieldName = "dtDate";
     this.colLeaveBalanceDate.Name = "colLeaveBalanceDate";
     this.colLeaveBalanceDate.Visible = true;
     this.colLeaveBalanceDate.VisibleIndex = 0;
     this.colLeaveBalanceDate.Width = 173;
     //
     // colLeaveBalanceTransaction
     //
     this.colLeaveBalanceTransaction.Caption = "Transaction";
     this.colLeaveBalanceTransaction.FieldName = "Transaction";
     this.colLeaveBalanceTransaction.Name = "colLeaveBalanceTransaction";
     this.colLeaveBalanceTransaction.Visible = true;
     this.colLeaveBalanceTransaction.VisibleIndex = 1;
     this.colLeaveBalanceTransaction.Width = 512;
     //
     // colLeaveBalanceStatus
     //
     this.colLeaveBalanceStatus.Caption = "Status";
     this.colLeaveBalanceStatus.FieldName = "strStatus";
     this.colLeaveBalanceStatus.Name = "colLeaveBalanceStatus";
     this.colLeaveBalanceStatus.Visible = true;
     this.colLeaveBalanceStatus.VisibleIndex = 2;
     this.colLeaveBalanceStatus.Width = 172;
     //
     // colLeaveBalanceNoOfDays
     //
     this.colLeaveBalanceNoOfDays.Caption = "No. of Days";
     this.colLeaveBalanceNoOfDays.FieldName = "NoOfDays";
     this.colLeaveBalanceNoOfDays.Name = "colLeaveBalanceNoOfDays";
     this.colLeaveBalanceNoOfDays.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colLeaveBalanceNoOfDays.Visible = true;
     this.colLeaveBalanceNoOfDays.VisibleIndex = 3;
     this.colLeaveBalanceNoOfDays.Width = 100;
     //
     // groupLeaveRoster
     //
     this.groupLeaveRoster.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupLeaveRoster.Appearance.Options.UseBackColor = true;
     this.groupLeaveRoster.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLeaveRoster.Controls.Add(this.groupControl2);
     this.groupLeaveRoster.Controls.Add(this.panelControl1);
     this.groupLeaveRoster.Controls.Add(this.sbtnLeaveNextMonth);
     this.groupLeaveRoster.Controls.Add(this.sbtnLeavePreviousMonth);
     this.groupLeaveRoster.Location = new System.Drawing.Point(8, 30);
     this.groupLeaveRoster.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupLeaveRoster.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupLeaveRoster.Name = "groupLeaveRoster";
     this.groupLeaveRoster.Size = new System.Drawing.Size(994, 576);
     this.groupLeaveRoster.TabIndex = 1;
     this.groupLeaveRoster.Text = "ROSTER";
     //
     // groupControl2
     //
     this.groupControl2.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupControl2.Appearance.ForeColor = System.Drawing.Color.Black;
     this.groupControl2.Appearance.Options.UseBackColor = true;
     this.groupControl2.Appearance.Options.UseForeColor = true;
     this.groupControl2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl2.Controls.Add(this.label23);
     this.groupControl2.Controls.Add(this.label24);
     this.groupControl2.Controls.Add(this.label21);
     this.groupControl2.Controls.Add(this.label22);
     this.groupControl2.Controls.Add(this.label19);
     this.groupControl2.Controls.Add(this.label20);
     this.groupControl2.Controls.Add(this.label18);
     this.groupControl2.Controls.Add(this.label4);
     this.groupControl2.Location = new System.Drawing.Point(694, 38);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(210, 138);
     this.groupControl2.TabIndex = 30;
     this.groupControl2.Text = "Legend";
     //
     // label23
     //
     this.label23.Location = new System.Drawing.Point(42, 114);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(162, 16);
     this.label23.TabIndex = 7;
     this.label23.Text = "Time off";
     //
     // label24
     //
     this.label24.BackColor = System.Drawing.Color.Green;
     this.label24.Location = new System.Drawing.Point(10, 108);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(26, 23);
     this.label24.TabIndex = 6;
     //
     // label21
     //
     this.label21.Location = new System.Drawing.Point(42, 84);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(162, 16);
     this.label21.TabIndex = 5;
     this.label21.Text = "Full day leave";
     //
     // label22
     //
     this.label22.BackColor = System.Drawing.Color.LightBlue;
     this.label22.Location = new System.Drawing.Point(10, 78);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(26, 23);
     this.label22.TabIndex = 4;
     //
     // label19
     //
     this.label19.Location = new System.Drawing.Point(42, 56);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(162, 16);
     this.label19.TabIndex = 3;
     this.label19.Text = "Half day leave";
     //
     // label20
     //
     this.label20.BackColor = System.Drawing.Color.Yellow;
     this.label20.Location = new System.Drawing.Point(10, 50);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(26, 23);
     this.label20.TabIndex = 2;
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(42, 28);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(162, 16);
     this.label18.TabIndex = 1;
     this.label18.Text = "Applied leave in pending status";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(10, 22);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(26, 23);
     this.label4.TabIndex = 0;
     //
     // panelControl1
     //
     this.panelControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.acmsRosterHeader6);
     this.panelControl1.Controls.Add(this.acmsRosterHeader5);
     this.panelControl1.Controls.Add(this.acmsRosterHeader4);
     this.panelControl1.Controls.Add(this.acmsRosterHeader3);
     this.panelControl1.Controls.Add(this.acmsRosterHeader2);
     this.panelControl1.Controls.Add(this.acmsRosterHeader1);
     this.panelControl1.Location = new System.Drawing.Point(6, 44);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(668, 530);
     this.panelControl1.TabIndex = 29;
     //
     // acmsRosterHeader6
     //
     this.acmsRosterHeader6.dtLeaveDetails = null;
     this.acmsRosterHeader6.dtRoster = null;
     this.acmsRosterHeader6.dtRosterDetail = null;
     this.acmsRosterHeader6.EmpID = null;
     this.acmsRosterHeader6.IsShowLeave = false;
     this.acmsRosterHeader6.Location = new System.Drawing.Point(-146, 442);
     this.acmsRosterHeader6.Name = "acmsRosterHeader6";
     this.acmsRosterHeader6.ShowHeaderLabel = false;
     this.acmsRosterHeader6.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader6.TabIndex = 5;
     this.acmsRosterHeader6.WeekDay = null;
     this.acmsRosterHeader6.WeekNo = null;
     this.acmsRosterHeader6.year = null;
     this.acmsRosterHeader6.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader5
     //
     this.acmsRosterHeader5.dtLeaveDetails = null;
     this.acmsRosterHeader5.dtRoster = null;
     this.acmsRosterHeader5.dtRosterDetail = null;
     this.acmsRosterHeader5.EmpID = null;
     this.acmsRosterHeader5.IsShowLeave = false;
     this.acmsRosterHeader5.Location = new System.Drawing.Point(-146, 354);
     this.acmsRosterHeader5.Name = "acmsRosterHeader5";
     this.acmsRosterHeader5.ShowHeaderLabel = false;
     this.acmsRosterHeader5.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader5.TabIndex = 4;
     this.acmsRosterHeader5.WeekDay = null;
     this.acmsRosterHeader5.WeekNo = null;
     this.acmsRosterHeader5.year = null;
     this.acmsRosterHeader5.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader4
     //
     this.acmsRosterHeader4.dtLeaveDetails = null;
     this.acmsRosterHeader4.dtRoster = null;
     this.acmsRosterHeader4.dtRosterDetail = null;
     this.acmsRosterHeader4.EmpID = null;
     this.acmsRosterHeader4.IsShowLeave = false;
     this.acmsRosterHeader4.Location = new System.Drawing.Point(-146, 266);
     this.acmsRosterHeader4.Name = "acmsRosterHeader4";
     this.acmsRosterHeader4.ShowHeaderLabel = false;
     this.acmsRosterHeader4.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader4.TabIndex = 3;
     this.acmsRosterHeader4.WeekDay = null;
     this.acmsRosterHeader4.WeekNo = null;
     this.acmsRosterHeader4.year = null;
     this.acmsRosterHeader4.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader3
     //
     this.acmsRosterHeader3.dtLeaveDetails = null;
     this.acmsRosterHeader3.dtRoster = null;
     this.acmsRosterHeader3.dtRosterDetail = null;
     this.acmsRosterHeader3.EmpID = null;
     this.acmsRosterHeader3.IsShowLeave = false;
     this.acmsRosterHeader3.Location = new System.Drawing.Point(-146, 178);
     this.acmsRosterHeader3.Name = "acmsRosterHeader3";
     this.acmsRosterHeader3.ShowHeaderLabel = false;
     this.acmsRosterHeader3.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader3.TabIndex = 2;
     this.acmsRosterHeader3.WeekDay = null;
     this.acmsRosterHeader3.WeekNo = null;
     this.acmsRosterHeader3.year = null;
     this.acmsRosterHeader3.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader2
     //
     this.acmsRosterHeader2.dtLeaveDetails = null;
     this.acmsRosterHeader2.dtRoster = null;
     this.acmsRosterHeader2.dtRosterDetail = null;
     this.acmsRosterHeader2.EmpID = null;
     this.acmsRosterHeader2.IsShowLeave = false;
     this.acmsRosterHeader2.Location = new System.Drawing.Point(-146, 90);
     this.acmsRosterHeader2.Name = "acmsRosterHeader2";
     this.acmsRosterHeader2.ShowHeaderLabel = false;
     this.acmsRosterHeader2.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader2.TabIndex = 1;
     this.acmsRosterHeader2.WeekDay = null;
     this.acmsRosterHeader2.WeekNo = null;
     this.acmsRosterHeader2.year = null;
     this.acmsRosterHeader2.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader1
     //
     this.acmsRosterHeader1.dtLeaveDetails = null;
     this.acmsRosterHeader1.dtRoster = null;
     this.acmsRosterHeader1.dtRosterDetail = null;
     this.acmsRosterHeader1.EmpID = null;
     this.acmsRosterHeader1.IsShowLeave = false;
     this.acmsRosterHeader1.Location = new System.Drawing.Point(-146, 2);
     this.acmsRosterHeader1.Name = "acmsRosterHeader1";
     this.acmsRosterHeader1.ShowHeaderLabel = false;
     this.acmsRosterHeader1.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader1.TabIndex = 0;
     this.acmsRosterHeader1.WeekDay = null;
     this.acmsRosterHeader1.WeekNo = null;
     this.acmsRosterHeader1.year = null;
     this.acmsRosterHeader1.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // sbtnLeaveNextMonth
     //
     this.sbtnLeaveNextMonth.Appearance.BackColor = System.Drawing.Color.LightGray;
     this.sbtnLeaveNextMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveNextMonth.Appearance.Options.UseBackColor = true;
     this.sbtnLeaveNextMonth.Appearance.Options.UseFont = true;
     this.sbtnLeaveNextMonth.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveNextMonth.Location = new System.Drawing.Point(572, 22);
     this.sbtnLeaveNextMonth.Name = "sbtnLeaveNextMonth";
     this.sbtnLeaveNextMonth.Size = new System.Drawing.Size(80, 20);
     this.sbtnLeaveNextMonth.TabIndex = 1;
     this.sbtnLeaveNextMonth.Text = "Next >>";
     this.sbtnLeaveNextMonth.Click += new System.EventHandler(this.sbtnLeaveNextMonth_Click);
     //
     // sbtnLeavePreviousMonth
     //
     this.sbtnLeavePreviousMonth.Appearance.BackColor = System.Drawing.Color.LightGray;
     this.sbtnLeavePreviousMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeavePreviousMonth.Appearance.Options.UseBackColor = true;
     this.sbtnLeavePreviousMonth.Appearance.Options.UseFont = true;
     this.sbtnLeavePreviousMonth.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeavePreviousMonth.Location = new System.Drawing.Point(12, 22);
     this.sbtnLeavePreviousMonth.Name = "sbtnLeavePreviousMonth";
     this.sbtnLeavePreviousMonth.Size = new System.Drawing.Size(80, 20);
     this.sbtnLeavePreviousMonth.TabIndex = 0;
     this.sbtnLeavePreviousMonth.Text = "<<Previous";
     this.sbtnLeavePreviousMonth.Click += new System.EventHandler(this.sbtnLeavePreviousMonth_Click);
     //
     // luedtLeaveEmployeeID
     //
     this.luedtLeaveEmployeeID.Location = new System.Drawing.Point(778, 2);
     this.luedtLeaveEmployeeID.Name = "luedtLeaveEmployeeID";
     this.luedtLeaveEmployeeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtLeaveEmployeeID.Size = new System.Drawing.Size(208, 20);
     this.luedtLeaveEmployeeID.TabIndex = 3;
     this.luedtLeaveEmployeeID.EditValueChanged += new System.EventHandler(this.luedtLeaveEmployeeID_EditValueChanged);
     //
     // lblLeaveEmployeeID
     //
     this.lblLeaveEmployeeID.AutoSize = true;
     this.lblLeaveEmployeeID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLeaveEmployeeID.Location = new System.Drawing.Point(690, 6);
     this.lblLeaveEmployeeID.Name = "lblLeaveEmployeeID";
     this.lblLeaveEmployeeID.Size = new System.Drawing.Size(88, 16);
     this.lblLeaveEmployeeID.TabIndex = 32;
     this.lblLeaveEmployeeID.Text = "Staff Name:";
     //
     // tabStaffSeven
     //
     this.tabStaffSeven.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.tabStaffSeven.Appearance.Header.Options.UseFont = true;
     this.tabStaffSeven.Controls.Add(this.groupControl17);
     this.tabStaffSeven.Name = "tabStaffSeven";
     this.tabStaffSeven.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffSeven.Text = "To-Do-List";
     //
     // groupControl17
     //
     this.groupControl17.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl17.Appearance.Options.UseFont = true;
     this.groupControl17.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl17.Location = new System.Drawing.Point(0, 0);
     this.groupControl17.Name = "groupControl17";
     this.groupControl17.Size = new System.Drawing.Size(992, 576);
     this.groupControl17.TabIndex = 1;
     this.groupControl17.Text = "You Won\'t Behind Schedule Anymore";
     //
     // tabStaffEight
     //
     this.tabStaffEight.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.tabStaffEight.Appearance.Header.Options.UseFont = true;
     this.tabStaffEight.Controls.Add(this.xtraTabControl1);
     this.tabStaffEight.Controls.Add(this.groupControl18);
     this.tabStaffEight.Name = "tabStaffEight";
     this.tabStaffEight.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffEight.Text = "Work Flow";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 337);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size = new System.Drawing.Size(1004, 281);
     this.xtraTabControl1.TabIndex = 3;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3});
     this.xtraTabControl1.Text = "xtraTabControl1";
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.memoEdit2);
     this.xtraTabPage1.Controls.Add(this.labelControl1);
     this.xtraTabPage1.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage1.Image")));
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(995, 240);
     this.xtraTabPage1.Text = "Detail";
     //
     // memoEdit2
     //
     this.memoEdit2.EditValue = "";
     this.memoEdit2.Location = new System.Drawing.Point(10, 33);
     this.memoEdit2.Name = "memoEdit2";
     this.memoEdit2.Size = new System.Drawing.Size(706, 187);
     this.memoEdit2.TabIndex = 6;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 8);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(53, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Description";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.lookUpEdit4);
     this.xtraTabPage2.Controls.Add(this.label40);
     this.xtraTabPage2.Controls.Add(this.lookUpEdit3);
     this.xtraTabPage2.Controls.Add(this.label39);
     this.xtraTabPage2.Controls.Add(this.lookUpEdit2);
     this.xtraTabPage2.Controls.Add(this.label38);
     this.xtraTabPage2.Controls.Add(this.lookUpEdit1);
     this.xtraTabPage2.Controls.Add(this.label28);
     this.xtraTabPage2.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage2.Image")));
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(995, 240);
     this.xtraTabPage2.Text = "Attachment";
     //
     // lookUpEdit4
     //
     this.lookUpEdit4.Location = new System.Drawing.Point(100, 39);
     this.lookUpEdit4.Name = "lookUpEdit4";
     this.lookUpEdit4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit4.Size = new System.Drawing.Size(139, 20);
     this.lookUpEdit4.TabIndex = 7;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Location = new System.Drawing.Point(19, 43);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(61, 13);
     this.label40.TabIndex = 6;
     this.label40.Text = "Attachment";
     //
     // lookUpEdit3
     //
     this.lookUpEdit3.Location = new System.Drawing.Point(100, 70);
     this.lookUpEdit3.Name = "lookUpEdit3";
     this.lookUpEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit3.Size = new System.Drawing.Size(139, 20);
     this.lookUpEdit3.TabIndex = 5;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(19, 77);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(61, 13);
     this.label39.TabIndex = 4;
     this.label39.Text = "Attachment";
     //
     // lookUpEdit2
     //
     this.lookUpEdit2.Location = new System.Drawing.Point(100, 106);
     this.lookUpEdit2.Name = "lookUpEdit2";
     this.lookUpEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit2.Size = new System.Drawing.Size(139, 20);
     this.lookUpEdit2.TabIndex = 3;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(19, 110);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(61, 13);
     this.label38.TabIndex = 2;
     this.label38.Text = "Attachment";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(100, 10);
     this.lookUpEdit1.Name = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit1.Size = new System.Drawing.Size(139, 20);
     this.lookUpEdit1.TabIndex = 1;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(19, 14);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(61, 13);
     this.label28.TabIndex = 0;
     this.label28.Text = "Attachment";
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage3.Image")));
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(995, 240);
     this.xtraTabPage3.Text = "Video";
     //
     // groupControl18
     //
     this.groupControl18.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl18.Appearance.Options.UseFont = true;
     this.groupControl18.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl18.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControl18.Location = new System.Drawing.Point(0, 0);
     this.groupControl18.Name = "groupControl18";
     this.groupControl18.Size = new System.Drawing.Size(1007, 337);
     this.groupControl18.TabIndex = 2;
     this.groupControl18.Text = "You Won\'t Behind Schedule Anymore";
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // frmStaff
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1016, 713);
     this.Controls.Add(this.tabStaff);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.MainMenu1;
     this.Name = "frmStaff";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "ACMS Staff";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmStaff_Load);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmStaff_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.BarManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BarAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabStaff)).EndInit();
     this.tabStaff.ResumeLayout(false);
     this.tabStaffOne.ResumeLayout(false);
     this.tabStaffOne.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtMemoEmployeeID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessages)).EndInit();
     this.groupMessages.ResumeLayout(false);
     this.groupMessages.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesEntry)).EndInit();
     this.groupMessagesEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbViewMemo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrMemo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvMemo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesFollowUpAction)).EndInit();
     this.groupMessagesFollowUpAction.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl4)).EndInit();
     this.GroupControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gctrReplies)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReplies)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesMemoInfo)).EndInit();
     this.groupMessagesMemoInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl8)).EndInit();
     this.GroupControl8.ResumeLayout(false);
     this.GroupControl8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoedtMessage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesReceipient)).EndInit();
     this.groupMessagesReceipient.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl6)).EndInit();
     this.GroupControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbMemoReceipient.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrReceipient)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReceipient)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroup)).EndInit();
     this.groupReceipientGroup.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroupEntry)).EndInit();
     this.groupReceipientGroupEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gctrRecpGrp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRecpGrp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroupReceipientEntries)).EndInit();
     this.groupReceipientGroupReceipientEntries.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl10)).EndInit();
     this.GroupControl10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gctrRecpEntry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRecpEntry)).EndInit();
     this.tabStaffTwo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupService)).EndInit();
     this.groupService.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupServiceEntry)).EndInit();
     this.groupServiceEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtCommissionServiceBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceServiceType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrService)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvService)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupSales)).EndInit();
     this.groupSales.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupSalesEntry)).EndInit();
     this.groupSalesEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).EndInit();
     this.groupControl7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtSalesBranchCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSales)).EndInit();
     this.tabStaffThree.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupTimesheet)).EndInit();
     this.groupTimesheet.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupTimesheetEntry)).EndInit();
     this.groupTimesheetEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl9)).EndInit();
     this.groupControl9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbTimesheetYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTimesheetMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrTimesheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvTimesheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupOvertime)).EndInit();
     this.groupOvertime.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl15)).EndInit();
     this.groupControl15.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl16)).EndInit();
     this.groupControl16.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbOvertimeYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbOvertimeMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrOvertime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvOvertime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLateness)).EndInit();
     this.groupLateness.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl13)).EndInit();
     this.groupControl13.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl14)).EndInit();
     this.groupControl14.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbLatenessYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLatenessMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLateness)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLateness)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     this.tabStaffFour.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupAppointment)).EndInit();
     this.groupAppointment.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupAppointmentEntry)).EndInit();
     this.groupAppointmentEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl12)).EndInit();
     this.groupControl12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbAppointmentYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbAppointmentMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrAppointment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAppointment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupContact)).EndInit();
     this.groupContact.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupContactEntry)).EndInit();
     this.groupContactEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridctrContact)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvContact)).EndInit();
     this.tabStaffFive.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoice)).EndInit();
     this.groupCustomerVoice.ResumeLayout(false);
     this.groupCustomerVoice.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl24)).EndInit();
     this.GroupControl24.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtCVSubmitter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbListCV.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrCV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtCVAssignTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoiceActionHistory)).EndInit();
     this.groupCustomerVoiceActionHistory.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl26)).EndInit();
     this.GroupControl26.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gctrCVAction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCVAction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoiceCVDetails)).EndInit();
     this.groupCustomerVoiceCVDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl28)).EndInit();
     this.GroupControl28.ResumeLayout(false);
     this.GroupControl28.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtHomeNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContactNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoeditSummaryCV.Properties)).EndInit();
     this.tabStaffSix.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeave)).EndInit();
     this.groupLeave.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveLeaveDetails)).EndInit();
     this.groupLeaveLeaveDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl11)).EndInit();
     this.groupControl11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLeaveEntitlement.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtLeaveJoinDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtLeaveJoinDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLeaveDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLeave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveNYearID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveLeaveBalance)).EndInit();
     this.groupLeaveLeaveBalance.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     this.groupControl5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveBalance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLeaveBalance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLeaveBalance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveRoster)).EndInit();
     this.groupLeaveRoster.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtLeaveEmployeeID.Properties)).EndInit();
     this.tabStaffSeven.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl17)).EndInit();
     this.tabStaffEight.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl18)).EndInit();
     this.ResumeLayout(false);
 }