Exemplo n.º 1
0
        public void InDSNCC()
        {
            DevExpress.XtraPrinting.PrintingSystem         printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem();
            DevExpress.XtraPrinting.PrintableComponentLink printLink       = new DevExpress.XtraPrinting.PrintableComponentLink();
            try
            {
                //Set to landscape
                printingSystem1.PageSettings.Landscape = true;

                this.Cursor         = Cursors.WaitCursor;
                printLink.Component = this.gridNCC;
                printLink.CreateDocument(printingSystem1);

                printingSystem1.PreviewRibbonFormEx.ShowDialog();
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.ToString());
            }
            finally
            {
                this.Cursor = Cursors.Default;
                printingSystem1.Dispose();
                printLink.Dispose();
            }
        }
        private void btnPrint_Click(object sender, EventArgs e)
        {
            DevExpress.XtraPrinting.PrintingSystem ps = new DevExpress.XtraPrinting.PrintingSystem();
            DevExpress.XtraPrinting.PrintableComponentLink pcl = new DevExpress.XtraPrinting.PrintableComponentLink(ps);
            pcl.CreateReportHeaderArea += this.pcl_CreateReportHeaderArea;
            pcl.Component = gridIssues;
            pcl.Landscape = true;

            pcl.CreateDocument();
            ps.PreviewFormEx.ShowDialog();
        }
 /// <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();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WishListForm));
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule4 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.colPacks = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.spinEditPack = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.boxSizedList = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.lkRange = new DevExpress.XtraEditors.LookUpEdit();
     this.ShowStockOutCheckBox = new DevExpress.XtraEditors.CheckEdit();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.ItemSelectionPage = new DevExpress.XtraTab.XtraTabPage();
     this.orderGrid = new DevExpress.XtraGrid.GridControl();
     this.gridOrderView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.ColStockCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColItemNameOrderDetail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.colsQtyPerPack = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColUnit = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExpired = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDamaged = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSOH = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColBeginningBalance = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColLoss = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColAdjustment = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColQuantityReceived = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColDOS = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColQuantityNeedMax = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColMaxStockQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColConsumption = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ColStockedOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ExpireDateEditor = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.spinEditQtyPerPack = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridRecieveView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridColumn3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.VolumeMetricsPage = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lkContainerTypes = new DevExpress.XtraEditors.GridLookUpEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = 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.cboRequiredContainer = new System.Windows.Forms.ComboBox();
     this.lblAvailableVolume = new System.Windows.Forms.Label();
     this.lblVolumeNeeded = new System.Windows.Forms.Label();
     this.volumetricsCanvas = new System.Windows.Forms.Panel();
     this.grdVolumeGrid = new DevExpress.XtraGrid.GridControl();
     this.grdVolumeGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.Height = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Width = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Depth = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Quantity = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem36 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem37 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem40 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem39 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem33 = new DevExpress.XtraLayout.LayoutControlItem();
     this.NoOfVisitLabel = new DevExpress.XtraEditors.LabelControl();
     this.LastVisitlabel = new DevExpress.XtraEditors.LabelControl();
     this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.lkType = new DevExpress.XtraEditors.LookUpEdit();
     this.lkOwnership = new DevExpress.XtraEditors.LookUpEdit();
     this.lkWoreda = new DevExpress.XtraEditors.LookUpEdit();
     this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
     this.txtReceivedBy = new DevExpress.XtraEditors.TextEdit();
     this.txtTin = new DevExpress.XtraEditors.TextEdit();
     this.txtVatRegistration = new DevExpress.XtraEditors.TextEdit();
     this.txtRegistrationNo = new DevExpress.XtraEditors.TextEdit();
     this.txtLetterNumber = new DevExpress.XtraEditors.TextEdit();
     this.txtRefNo = new DevExpress.XtraEditors.TextEdit();
     this.btnSaveOrder = new DevExpress.XtraEditors.SimpleButton();
     this.btnSaveAndForward = new DevExpress.XtraEditors.SimpleButton();
     this.lkModes = new DevExpress.XtraEditors.LookUpEdit();
     this.txtContactPerson = new DevExpress.XtraEditors.TextEdit();
     this.lkZone = new DevExpress.XtraEditors.LookUpEdit();
     this.lkRegion = new DevExpress.XtraEditors.LookUpEdit();
     this.lblLoadRU = new DevExpress.XtraEditors.LabelControl();
     this.lkCategoires = new DevExpress.XtraEditors.LookUpEdit();
     this.txtItemName = new DevExpress.XtraEditors.TextEdit();
     this.gridItemsChoice = new DevExpress.XtraGrid.GridControl();
     this.gridItemChoiceView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn66 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn67 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lkPaymentType = new DevExpress.XtraEditors.LookUpEdit();
     this.lkForFacility = new DevExpress.XtraEditors.GridLookUpEdit();
     this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lkPeriod = new DevExpress.XtraEditors.GridLookUpEdit();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.lkColStartDate_EndDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lkRequisitionType = new DevExpress.XtraEditors.LookUpEdit();
     this.btnCancelOne = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutReload = new DevExpress.XtraLayout.LayoutControlItem();
     this.progressBarlayoutControlItem = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup14 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem14 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
     this.LastVisitlayout = new DevExpress.XtraLayout.LayoutControlItem();
     this.NoRequisitionlayout = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
     this.ShowStockOutCheckBoxLayout = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.RequisitionTypelayoutControlItem = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.RangeLayout = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem52 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem38 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.simpleSeparator3 = new DevExpress.XtraLayout.SimpleSeparator();
     this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem34 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem35 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.lkPeriodlayout = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutForFacility = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printOrder = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.dxValidation1stTab = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleLabelItem13 = new DevExpress.XtraLayout.SimpleLabelItem();
     this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
     this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEditPack)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit();
     this.layoutControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkRange.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowStockOutCheckBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.ItemSelectionPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.orderGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOrderView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExpireDateEditor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExpireDateEditor.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEditQtyPerPack)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRecieveView1)).BeginInit();
     this.VolumeMetricsPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkContainerTypes.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdVolumeGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdVolumeGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkOwnership.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkWoreda.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceivedBy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTin.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtVatRegistration.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRegistrationNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLetterNumber.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRefNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkModes.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContactPerson.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkZone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkRegion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkCategoires.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemsChoice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemChoiceView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkPaymentType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkForFacility.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkPeriod.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkRequisitionType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutReload)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarlayoutControlItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastVisitlayout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoRequisitionlayout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowStockOutCheckBoxLayout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RequisitionTypelayoutControlItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RangeLayout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem35)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkPeriodlayout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutForFacility)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printOrder.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidation1stTab)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
     this.SuspendLayout();
     //
     // colPacks
     //
     this.colPacks.Caption = "Quantity";
     this.colPacks.ColumnEdit = this.repositoryItemTextEdit1;
     this.colPacks.FieldName = "Pack";
     this.colPacks.Name = "colPacks";
     this.colPacks.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colPacks.OptionsColumn.FixedWidth = true;
     this.colPacks.ToolTip = "Requested Quantity";
     this.colPacks.Visible = true;
     this.colPacks.VisibleIndex = 14;
     this.colPacks.Width = 40;
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Mask.EditMask = "\\d{0,6}(\\.\\d{0,4})";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // spinEditPack
     //
     this.spinEditPack.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.spinEditPack.AutoHeight = false;
     this.spinEditPack.DisplayFormat.FormatString = "#,##0.##";
     this.spinEditPack.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.spinEditPack.EditFormat.FormatString = "#,##0.##";
     this.spinEditPack.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.spinEditPack.IsFloatValue = false;
     this.spinEditPack.MaxValue = new decimal(new int[] {
     100000000,
     0,
     0,
     0});
     this.spinEditPack.Name = "spinEditPack";
     //
     // boxSizedList
     //
     this.boxSizedList.AutoHeight = false;
     this.boxSizedList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizedList.DisplayMember = "Name";
     this.boxSizedList.Name = "boxSizedList";
     this.boxSizedList.ValueMember = "ID";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit3.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     this.repositoryItemDateEdit3.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // repositoryItemButtonEdit4
     //
     this.repositoryItemButtonEdit4.AutoHeight = false;
     this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
     this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // layoutControl4
     //
     this.layoutControl4.AllowCustomizationMenu = false;
     this.layoutControl4.Controls.Add(this.labelControl4);
     this.layoutControl4.Controls.Add(this.labelControl3);
     this.layoutControl4.Controls.Add(this.labelControl2);
     this.layoutControl4.Controls.Add(this.labelControl1);
     this.layoutControl4.Controls.Add(this.lkRange);
     this.layoutControl4.Controls.Add(this.ShowStockOutCheckBox);
     this.layoutControl4.Controls.Add(this.xtraTabControl1);
     this.layoutControl4.Controls.Add(this.NoOfVisitLabel);
     this.layoutControl4.Controls.Add(this.LastVisitlabel);
     this.layoutControl4.Controls.Add(this.progressBarControl);
     this.layoutControl4.Controls.Add(this.simpleButton1);
     this.layoutControl4.Controls.Add(this.lkType);
     this.layoutControl4.Controls.Add(this.lkOwnership);
     this.layoutControl4.Controls.Add(this.lkWoreda);
     this.layoutControl4.Controls.Add(this.txtRemark);
     this.layoutControl4.Controls.Add(this.txtReceivedBy);
     this.layoutControl4.Controls.Add(this.txtTin);
     this.layoutControl4.Controls.Add(this.txtVatRegistration);
     this.layoutControl4.Controls.Add(this.txtRegistrationNo);
     this.layoutControl4.Controls.Add(this.txtLetterNumber);
     this.layoutControl4.Controls.Add(this.txtRefNo);
     this.layoutControl4.Controls.Add(this.btnSaveOrder);
     this.layoutControl4.Controls.Add(this.btnSaveAndForward);
     this.layoutControl4.Controls.Add(this.lkModes);
     this.layoutControl4.Controls.Add(this.txtContactPerson);
     this.layoutControl4.Controls.Add(this.lkZone);
     this.layoutControl4.Controls.Add(this.lkRegion);
     this.layoutControl4.Controls.Add(this.lblLoadRU);
     this.layoutControl4.Controls.Add(this.lkCategoires);
     this.layoutControl4.Controls.Add(this.txtItemName);
     this.layoutControl4.Controls.Add(this.gridItemsChoice);
     this.layoutControl4.Controls.Add(this.lkPaymentType);
     this.layoutControl4.Controls.Add(this.lkForFacility);
     this.layoutControl4.Controls.Add(this.lkPeriod);
     this.layoutControl4.Controls.Add(this.lkRequisitionType);
     this.layoutControl4.Controls.Add(this.btnCancelOne);
     this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl4.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem24,
     this.layoutControlItem25,
     this.layoutReload,
     this.progressBarlayoutControlItem,
     this.layoutControlItem23,
     this.layoutControlItem22,
     this.layoutControlItem21,
     this.layoutControlItem13});
     this.layoutControl4.Location = new System.Drawing.Point(0, 0);
     this.layoutControl4.Name = "layoutControl4";
     this.layoutControl4.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(59, 358, 345, 729);
     this.layoutControl4.OptionsView.ShareLookAndFeelWithChildren = false;
     this.layoutControl4.Root = this.layoutControlGroup14;
     this.layoutControl4.Size = new System.Drawing.Size(1350, 393);
     this.layoutControl4.TabIndex = 31;
     this.layoutControl4.Text = "layoutControl4";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(75, 16);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(189, 13);
     this.labelControl4.TabIndex = 53;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(899, 4);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(93, 13);
     this.labelControl3.TabIndex = 52;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(707, 4);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(107, 13);
     this.labelControl2.TabIndex = 51;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(523, 4);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(113, 13);
     this.labelControl1.TabIndex = 50;
     //
     // lkRange
     //
     this.lkRange.Enabled = false;
     this.lkRange.Location = new System.Drawing.Point(308, 38);
     this.lkRange.Name = "lkRange";
     this.lkRange.Properties.AllowMouseWheel = false;
     this.lkRange.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkRange.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Range", "History Detail")});
     this.lkRange.Properties.DisplayMember = "Range";
     this.lkRange.Properties.NullText = "Range";
     this.lkRange.Properties.PopupWidth = 100;
     this.lkRange.Properties.ShowFooter = false;
     this.lkRange.Properties.ValueMember = "Value";
     this.lkRange.Size = new System.Drawing.Size(102, 20);
     this.lkRange.TabIndex = 46;
     this.lkRange.EditValueChanged += new System.EventHandler(this.lkRange_EditValueChanged);
     //
     // ShowStockOutCheckBox
     //
     this.ShowStockOutCheckBox.Location = new System.Drawing.Point(446, 107);
     this.ShowStockOutCheckBox.Name = "ShowStockOutCheckBox";
     this.ShowStockOutCheckBox.Properties.Caption = "Show Stock Out";
     this.ShowStockOutCheckBox.Size = new System.Drawing.Size(277, 19);
     this.ShowStockOutCheckBox.TabIndex = 49;
     this.ShowStockOutCheckBox.CheckedChanged += new System.EventHandler(this.ShowStockOutCheckBox_CheckedChanged);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(432, 143);
     this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.ItemSelectionPage;
     this.xtraTabControl1.Size = new System.Drawing.Size(916, 222);
     this.xtraTabControl1.TabIndex = 48;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.ItemSelectionPage,
     this.VolumeMetricsPage});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     this.xtraTabControl1.Click += new System.EventHandler(this.xtraTabControl1_Click);
     //
     // ItemSelectionPage
     //
     this.ItemSelectionPage.Controls.Add(this.orderGrid);
     this.ItemSelectionPage.Name = "ItemSelectionPage";
     this.ItemSelectionPage.Size = new System.Drawing.Size(910, 194);
     this.ItemSelectionPage.Text = "Selection";
     //
     // orderGrid
     //
     this.orderGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.orderGrid.ImeMode = System.Windows.Forms.ImeMode.On;
     this.orderGrid.Location = new System.Drawing.Point(0, 0);
     this.orderGrid.MainView = this.gridOrderView;
     this.orderGrid.Margin = new System.Windows.Forms.Padding(0);
     this.orderGrid.Name = "orderGrid";
     this.orderGrid.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.ExpireDateEditor,
     this.repositoryItemButtonEdit2,
     this.spinEditPack,
     this.spinEditQtyPerPack,
     this.repositoryItemTextEdit1,
     this.repositoryItemMemoEdit1});
     this.orderGrid.Size = new System.Drawing.Size(910, 194);
     this.orderGrid.TabIndex = 11;
     this.orderGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridOrderView,
     this.gridRecieveView1});
     this.orderGrid.Click += new System.EventHandler(this.orderGrid_Click);
     //
     // gridOrderView
     //
     this.gridOrderView.Appearance.FocusedCell.BackColor = System.Drawing.Color.SkyBlue;
     this.gridOrderView.Appearance.FocusedCell.Options.UseBackColor = true;
     this.gridOrderView.Appearance.FocusedRow.BackColor = System.Drawing.Color.CornflowerBlue;
     this.gridOrderView.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridOrderView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridOrderView.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridOrderView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.ColStockCode,
     this.ColItemNameOrderDetail,
     this.colsQtyPerPack,
     this.ColUnit,
     this.colExpired,
     this.colDamaged,
     this.colSOH,
     this.ColBeginningBalance,
     this.ColLoss,
     this.ColAdjustment,
     this.ColQuantityReceived,
     this.ColDOS,
     this.ColQuantityNeedMax,
     this.ColMaxStockQuantity,
     this.ColConsumption,
     this.colPacks,
     this.ColStockedOut});
     styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.Column = this.colPacks;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression = "[SKUBU] is null";
     styleFormatCondition2.Appearance.ForeColor = System.Drawing.Color.Silver;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression = "[StockedOut] == 1";
     styleFormatCondition3.Appearance.ForeColor = System.Drawing.Color.Silver;
     styleFormatCondition3.Appearance.Options.UseForeColor = true;
     styleFormatCondition3.ApplyToRow = true;
     styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition3.Expression = "[StockedOut] == 1";
     this.gridOrderView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1,
     styleFormatCondition2,
     styleFormatCondition3});
     this.gridOrderView.GridControl = this.orderGrid;
     this.gridOrderView.IndicatorWidth = 40;
     this.gridOrderView.Name = "gridOrderView";
     this.gridOrderView.OptionsCustomization.AllowColumnMoving = false;
     this.gridOrderView.OptionsCustomization.AllowColumnResizing = false;
     this.gridOrderView.OptionsCustomization.AllowFilter = false;
     this.gridOrderView.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridOrderView.OptionsCustomization.AllowSort = false;
     this.gridOrderView.OptionsMenu.EnableColumnMenu = false;
     this.gridOrderView.OptionsMenu.EnableFooterMenu = false;
     this.gridOrderView.OptionsMenu.EnableGroupPanelMenu = false;
     this.gridOrderView.OptionsView.AllowCellMerge = true;
     this.gridOrderView.OptionsView.RowAutoHeight = true;
     this.gridOrderView.OptionsView.ShowGroupPanel = false;
     this.gridOrderView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridOrderView_CustomDrawRowIndicator);
     this.gridOrderView.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridOrderView_CustomDrawCell);
     this.gridOrderView.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.gridOrderView_ShowingEditor);
     this.gridOrderView.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.OnOrderCellValueChanged);
     //
     // ColStockCode
     //
     this.ColStockCode.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ColStockCode.AppearanceCell.Options.UseBackColor = true;
     this.ColStockCode.Caption = "Stock Code";
     this.ColStockCode.FieldName = "StockCode";
     this.ColStockCode.Name = "ColStockCode";
     this.ColStockCode.OptionsColumn.AllowEdit = false;
     this.ColStockCode.OptionsColumn.AllowFocus = false;
     this.ColStockCode.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColStockCode.OptionsColumn.AllowIncrementalSearch = false;
     this.ColStockCode.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColStockCode.OptionsColumn.AllowMove = false;
     this.ColStockCode.OptionsColumn.AllowShowHide = false;
     this.ColStockCode.OptionsColumn.AllowSize = false;
     this.ColStockCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColStockCode.OptionsColumn.FixedWidth = true;
     this.ColStockCode.OptionsColumn.ShowInCustomizationForm = false;
     this.ColStockCode.OptionsColumn.ShowInExpressionEditor = false;
     this.ColStockCode.OptionsFilter.AllowAutoFilter = false;
     this.ColStockCode.OptionsFilter.AllowFilter = false;
     this.ColStockCode.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColStockCode.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColStockCode.Visible = true;
     this.ColStockCode.VisibleIndex = 0;
     this.ColStockCode.Width = 34;
     //
     // ColItemNameOrderDetail
     //
     this.ColItemNameOrderDetail.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ColItemNameOrderDetail.AppearanceCell.Options.UseBackColor = true;
     this.ColItemNameOrderDetail.AppearanceCell.Options.UseTextOptions = true;
     this.ColItemNameOrderDetail.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.ColItemNameOrderDetail.AppearanceHeader.Options.UseTextOptions = true;
     this.ColItemNameOrderDetail.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.ColItemNameOrderDetail.Caption = "Item";
     this.ColItemNameOrderDetail.ColumnEdit = this.repositoryItemMemoEdit1;
     this.ColItemNameOrderDetail.FieldName = "FullItemName";
     this.ColItemNameOrderDetail.Name = "ColItemNameOrderDetail";
     this.ColItemNameOrderDetail.OptionsColumn.AllowEdit = false;
     this.ColItemNameOrderDetail.OptionsColumn.AllowFocus = false;
     this.ColItemNameOrderDetail.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColItemNameOrderDetail.OptionsColumn.AllowIncrementalSearch = false;
     this.ColItemNameOrderDetail.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColItemNameOrderDetail.OptionsColumn.AllowMove = false;
     this.ColItemNameOrderDetail.OptionsColumn.AllowShowHide = false;
     this.ColItemNameOrderDetail.OptionsColumn.AllowSize = false;
     this.ColItemNameOrderDetail.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColItemNameOrderDetail.OptionsColumn.FixedWidth = true;
     this.ColItemNameOrderDetail.OptionsColumn.ShowInCustomizationForm = false;
     this.ColItemNameOrderDetail.OptionsColumn.ShowInExpressionEditor = false;
     this.ColItemNameOrderDetail.OptionsFilter.AllowAutoFilter = false;
     this.ColItemNameOrderDetail.OptionsFilter.AllowFilter = false;
     this.ColItemNameOrderDetail.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColItemNameOrderDetail.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColItemNameOrderDetail.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.ColItemNameOrderDetail.ToolTip = "FullItemName";
     this.ColItemNameOrderDetail.Visible = true;
     this.ColItemNameOrderDetail.VisibleIndex = 1;
     this.ColItemNameOrderDetail.Width = 171;
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.LinesCount = 1;
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // colsQtyPerPack
     //
     this.colsQtyPerPack.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.colsQtyPerPack.AppearanceCell.Options.UseBackColor = true;
     this.colsQtyPerPack.Caption = "Quantity Per Pack";
     this.colsQtyPerPack.ColumnEdit = this.spinEditPack;
     this.colsQtyPerPack.FieldName = "QtyPerPack";
     this.colsQtyPerPack.Name = "colsQtyPerPack";
     this.colsQtyPerPack.OptionsColumn.AllowEdit = false;
     this.colsQtyPerPack.OptionsColumn.AllowFocus = false;
     this.colsQtyPerPack.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colsQtyPerPack.OptionsColumn.AllowIncrementalSearch = false;
     this.colsQtyPerPack.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colsQtyPerPack.OptionsColumn.AllowMove = false;
     this.colsQtyPerPack.OptionsColumn.AllowShowHide = false;
     this.colsQtyPerPack.OptionsColumn.AllowSize = false;
     this.colsQtyPerPack.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colsQtyPerPack.OptionsColumn.FixedWidth = true;
     this.colsQtyPerPack.OptionsColumn.ShowInCustomizationForm = false;
     this.colsQtyPerPack.OptionsColumn.ShowInExpressionEditor = false;
     this.colsQtyPerPack.OptionsFilter.AllowAutoFilter = false;
     this.colsQtyPerPack.OptionsFilter.AllowFilter = false;
     this.colsQtyPerPack.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colsQtyPerPack.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colsQtyPerPack.Width = 100;
     //
     // ColUnit
     //
     this.ColUnit.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ColUnit.AppearanceCell.Options.UseBackColor = true;
     this.ColUnit.Caption = "Unit";
     this.ColUnit.FieldName = "Unit";
     this.ColUnit.Name = "ColUnit";
     this.ColUnit.OptionsColumn.AllowEdit = false;
     this.ColUnit.OptionsColumn.AllowFocus = false;
     this.ColUnit.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColUnit.OptionsColumn.AllowIncrementalSearch = false;
     this.ColUnit.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColUnit.OptionsColumn.AllowMove = false;
     this.ColUnit.OptionsColumn.AllowShowHide = false;
     this.ColUnit.OptionsColumn.AllowSize = false;
     this.ColUnit.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColUnit.OptionsColumn.FixedWidth = true;
     this.ColUnit.OptionsColumn.ShowInCustomizationForm = false;
     this.ColUnit.OptionsColumn.ShowInExpressionEditor = false;
     this.ColUnit.OptionsFilter.AllowAutoFilter = false;
     this.ColUnit.OptionsFilter.AllowFilter = false;
     this.ColUnit.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColUnit.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColUnit.Visible = true;
     this.ColUnit.VisibleIndex = 2;
     this.ColUnit.Width = 53;
     //
     // colExpired
     //
     this.colExpired.Caption = "Expired";
     this.colExpired.DisplayFormat.FormatString = "#,###.##";
     this.colExpired.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colExpired.FieldName = "ExpiredStock";
     this.colExpired.Name = "colExpired";
     this.colExpired.OptionsColumn.AllowEdit = false;
     this.colExpired.OptionsColumn.AllowFocus = false;
     this.colExpired.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.OptionsColumn.AllowIncrementalSearch = false;
     this.colExpired.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.OptionsColumn.AllowMove = false;
     this.colExpired.OptionsColumn.AllowShowHide = false;
     this.colExpired.OptionsColumn.AllowSize = false;
     this.colExpired.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.OptionsColumn.FixedWidth = true;
     this.colExpired.OptionsColumn.ShowInCustomizationForm = false;
     this.colExpired.OptionsColumn.ShowInExpressionEditor = false;
     this.colExpired.OptionsFilter.AllowAutoFilter = false;
     this.colExpired.OptionsFilter.AllowFilter = false;
     this.colExpired.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.ToolTip = "Expired Stock";
     this.colExpired.Visible = true;
     this.colExpired.VisibleIndex = 3;
     this.colExpired.Width = 39;
     //
     // colDamaged
     //
     this.colDamaged.Caption = "Damaged";
     this.colDamaged.DisplayFormat.FormatString = "#,###.##";
     this.colDamaged.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colDamaged.FieldName = "DamagedStock";
     this.colDamaged.Name = "colDamaged";
     this.colDamaged.OptionsColumn.AllowEdit = false;
     this.colDamaged.OptionsColumn.AllowFocus = false;
     this.colDamaged.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.OptionsColumn.AllowIncrementalSearch = false;
     this.colDamaged.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.OptionsColumn.AllowMove = false;
     this.colDamaged.OptionsColumn.AllowShowHide = false;
     this.colDamaged.OptionsColumn.AllowSize = false;
     this.colDamaged.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.OptionsColumn.FixedWidth = true;
     this.colDamaged.OptionsColumn.ShowInCustomizationForm = false;
     this.colDamaged.OptionsColumn.ShowInExpressionEditor = false;
     this.colDamaged.OptionsFilter.AllowAutoFilter = false;
     this.colDamaged.OptionsFilter.AllowFilter = false;
     this.colDamaged.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.ToolTip = "Damaged Stock";
     this.colDamaged.Visible = true;
     this.colDamaged.VisibleIndex = 4;
     this.colDamaged.Width = 39;
     //
     // colSOH
     //
     this.colSOH.Caption = "E.B";
     this.colSOH.DisplayFormat.FormatString = "#,###.##";
     this.colSOH.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colSOH.FieldName = "StockOnHand";
     this.colSOH.Name = "colSOH";
     this.colSOH.OptionsColumn.AllowEdit = false;
     this.colSOH.OptionsColumn.AllowFocus = false;
     this.colSOH.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.OptionsColumn.AllowIncrementalSearch = false;
     this.colSOH.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.OptionsColumn.AllowMove = false;
     this.colSOH.OptionsColumn.AllowShowHide = false;
     this.colSOH.OptionsColumn.AllowSize = false;
     this.colSOH.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.OptionsColumn.FixedWidth = true;
     this.colSOH.OptionsColumn.ShowInCustomizationForm = false;
     this.colSOH.OptionsColumn.ShowInExpressionEditor = false;
     this.colSOH.OptionsFilter.AllowAutoFilter = false;
     this.colSOH.OptionsFilter.AllowFilter = false;
     this.colSOH.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.ToolTip = "Remaining Stock On Hand (Ending Balance)";
     this.colSOH.Visible = true;
     this.colSOH.VisibleIndex = 8;
     this.colSOH.Width = 39;
     //
     // ColBeginningBalance
     //
     this.ColBeginningBalance.Caption = "b.B";
     this.ColBeginningBalance.DisplayFormat.FormatString = "#,###.##";
     this.ColBeginningBalance.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ColBeginningBalance.FieldName = "BeginningBalance";
     this.ColBeginningBalance.Name = "ColBeginningBalance";
     this.ColBeginningBalance.OptionsColumn.AllowEdit = false;
     this.ColBeginningBalance.OptionsColumn.AllowFocus = false;
     this.ColBeginningBalance.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColBeginningBalance.OptionsColumn.AllowIncrementalSearch = false;
     this.ColBeginningBalance.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColBeginningBalance.OptionsColumn.AllowMove = false;
     this.ColBeginningBalance.OptionsColumn.AllowShowHide = false;
     this.ColBeginningBalance.OptionsColumn.AllowSize = false;
     this.ColBeginningBalance.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColBeginningBalance.OptionsColumn.FixedWidth = true;
     this.ColBeginningBalance.OptionsColumn.ShowInCustomizationForm = false;
     this.ColBeginningBalance.OptionsColumn.ShowInExpressionEditor = false;
     this.ColBeginningBalance.OptionsFilter.AllowAutoFilter = false;
     this.ColBeginningBalance.OptionsFilter.AllowFilter = false;
     this.ColBeginningBalance.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColBeginningBalance.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColBeginningBalance.ToolTip = "Beginning Balance";
     this.ColBeginningBalance.Visible = true;
     this.ColBeginningBalance.VisibleIndex = 5;
     this.ColBeginningBalance.Width = 39;
     //
     // ColLoss
     //
     this.ColLoss.Caption = "Loss";
     this.ColLoss.DisplayFormat.FormatString = "#,###.##";
     this.ColLoss.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ColLoss.FieldName = "Loss";
     this.ColLoss.Name = "ColLoss";
     this.ColLoss.OptionsColumn.AllowEdit = false;
     this.ColLoss.OptionsColumn.AllowFocus = false;
     this.ColLoss.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColLoss.OptionsColumn.AllowIncrementalSearch = false;
     this.ColLoss.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColLoss.OptionsColumn.AllowMove = false;
     this.ColLoss.OptionsColumn.AllowShowHide = false;
     this.ColLoss.OptionsColumn.AllowSize = false;
     this.ColLoss.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColLoss.OptionsColumn.FixedWidth = true;
     this.ColLoss.OptionsColumn.ShowInCustomizationForm = false;
     this.ColLoss.OptionsColumn.ShowInExpressionEditor = false;
     this.ColLoss.OptionsFilter.AllowAutoFilter = false;
     this.ColLoss.OptionsFilter.AllowFilter = false;
     this.ColLoss.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColLoss.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColLoss.ToolTip = "Loss";
     this.ColLoss.Visible = true;
     this.ColLoss.VisibleIndex = 6;
     this.ColLoss.Width = 39;
     //
     // ColAdjustment
     //
     this.ColAdjustment.Caption = "Adjust.";
     this.ColAdjustment.DisplayFormat.FormatString = "#,###.##";
     this.ColAdjustment.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ColAdjustment.FieldName = "Adjustment";
     this.ColAdjustment.Name = "ColAdjustment";
     this.ColAdjustment.OptionsColumn.AllowEdit = false;
     this.ColAdjustment.OptionsColumn.AllowFocus = false;
     this.ColAdjustment.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColAdjustment.OptionsColumn.AllowIncrementalSearch = false;
     this.ColAdjustment.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColAdjustment.OptionsColumn.AllowMove = false;
     this.ColAdjustment.OptionsColumn.AllowShowHide = false;
     this.ColAdjustment.OptionsColumn.AllowSize = false;
     this.ColAdjustment.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColAdjustment.OptionsColumn.FixedWidth = true;
     this.ColAdjustment.OptionsColumn.ShowInCustomizationForm = false;
     this.ColAdjustment.OptionsColumn.ShowInExpressionEditor = false;
     this.ColAdjustment.OptionsFilter.AllowAutoFilter = false;
     this.ColAdjustment.OptionsFilter.AllowFilter = false;
     this.ColAdjustment.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColAdjustment.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColAdjustment.ToolTip = "Adjustment";
     this.ColAdjustment.Visible = true;
     this.ColAdjustment.VisibleIndex = 7;
     this.ColAdjustment.Width = 39;
     //
     // ColQuantityReceived
     //
     this.ColQuantityReceived.Caption = "Q.R";
     this.ColQuantityReceived.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ColQuantityReceived.FieldName = "QuantityReceived";
     this.ColQuantityReceived.Name = "ColQuantityReceived";
     this.ColQuantityReceived.OptionsColumn.AllowEdit = false;
     this.ColQuantityReceived.OptionsColumn.AllowFocus = false;
     this.ColQuantityReceived.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityReceived.OptionsColumn.AllowIncrementalSearch = false;
     this.ColQuantityReceived.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityReceived.OptionsColumn.AllowMove = false;
     this.ColQuantityReceived.OptionsColumn.AllowShowHide = false;
     this.ColQuantityReceived.OptionsColumn.AllowSize = false;
     this.ColQuantityReceived.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityReceived.OptionsColumn.FixedWidth = true;
     this.ColQuantityReceived.OptionsColumn.ShowInCustomizationForm = false;
     this.ColQuantityReceived.OptionsColumn.ShowInExpressionEditor = false;
     this.ColQuantityReceived.OptionsFilter.AllowAutoFilter = false;
     this.ColQuantityReceived.OptionsFilter.AllowFilter = false;
     this.ColQuantityReceived.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityReceived.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityReceived.ToolTip = "Quantity Received";
     this.ColQuantityReceived.Visible = true;
     this.ColQuantityReceived.VisibleIndex = 9;
     this.ColQuantityReceived.Width = 39;
     //
     // ColDOS
     //
     this.ColDOS.Caption = "DoS";
     this.ColDOS.DisplayFormat.FormatString = "#,###.##";
     this.ColDOS.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ColDOS.FieldName = "DOS";
     this.ColDOS.Name = "ColDOS";
     this.ColDOS.OptionsColumn.AllowEdit = false;
     this.ColDOS.OptionsColumn.AllowFocus = false;
     this.ColDOS.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColDOS.OptionsColumn.AllowIncrementalSearch = false;
     this.ColDOS.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColDOS.OptionsColumn.AllowMove = false;
     this.ColDOS.OptionsColumn.AllowShowHide = false;
     this.ColDOS.OptionsColumn.AllowSize = false;
     this.ColDOS.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColDOS.OptionsColumn.FixedWidth = true;
     this.ColDOS.OptionsColumn.ShowInCustomizationForm = false;
     this.ColDOS.OptionsColumn.ShowInExpressionEditor = false;
     this.ColDOS.OptionsFilter.AllowAutoFilter = false;
     this.ColDOS.OptionsFilter.AllowFilter = false;
     this.ColDOS.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColDOS.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColDOS.ToolTip = "Days Out Of Stock";
     this.ColDOS.Visible = true;
     this.ColDOS.VisibleIndex = 10;
     this.ColDOS.Width = 39;
     //
     // ColQuantityNeedMax
     //
     this.ColQuantityNeedMax.Caption = "Q.N.M";
     this.ColQuantityNeedMax.DisplayFormat.FormatString = "#,###.##";
     this.ColQuantityNeedMax.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ColQuantityNeedMax.FieldName = "QuantityNeedMax";
     this.ColQuantityNeedMax.Name = "ColQuantityNeedMax";
     this.ColQuantityNeedMax.OptionsColumn.AllowEdit = false;
     this.ColQuantityNeedMax.OptionsColumn.AllowFocus = false;
     this.ColQuantityNeedMax.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityNeedMax.OptionsColumn.AllowIncrementalSearch = false;
     this.ColQuantityNeedMax.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityNeedMax.OptionsColumn.AllowMove = false;
     this.ColQuantityNeedMax.OptionsColumn.AllowShowHide = false;
     this.ColQuantityNeedMax.OptionsColumn.AllowSize = false;
     this.ColQuantityNeedMax.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityNeedMax.OptionsColumn.FixedWidth = true;
     this.ColQuantityNeedMax.OptionsColumn.ReadOnly = true;
     this.ColQuantityNeedMax.OptionsColumn.ShowInCustomizationForm = false;
     this.ColQuantityNeedMax.OptionsColumn.ShowInExpressionEditor = false;
     this.ColQuantityNeedMax.OptionsFilter.AllowAutoFilter = false;
     this.ColQuantityNeedMax.OptionsFilter.AllowFilter = false;
     this.ColQuantityNeedMax.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityNeedMax.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColQuantityNeedMax.ToolTip = "Quantity Need To Reach Max =  M.S.Q - E.B";
     this.ColQuantityNeedMax.Visible = true;
     this.ColQuantityNeedMax.VisibleIndex = 11;
     this.ColQuantityNeedMax.Width = 57;
     //
     // ColMaxStockQuantity
     //
     this.ColMaxStockQuantity.Caption = "M.S.Q";
     this.ColMaxStockQuantity.DisplayFormat.FormatString = "#,###.##";
     this.ColMaxStockQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ColMaxStockQuantity.FieldName = "MaxStockQuantity";
     this.ColMaxStockQuantity.Name = "ColMaxStockQuantity";
     this.ColMaxStockQuantity.OptionsColumn.AllowEdit = false;
     this.ColMaxStockQuantity.OptionsColumn.AllowFocus = false;
     this.ColMaxStockQuantity.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColMaxStockQuantity.OptionsColumn.AllowIncrementalSearch = false;
     this.ColMaxStockQuantity.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColMaxStockQuantity.OptionsColumn.AllowMove = false;
     this.ColMaxStockQuantity.OptionsColumn.AllowShowHide = false;
     this.ColMaxStockQuantity.OptionsColumn.AllowSize = false;
     this.ColMaxStockQuantity.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColMaxStockQuantity.OptionsColumn.FixedWidth = true;
     this.ColMaxStockQuantity.OptionsColumn.ReadOnly = true;
     this.ColMaxStockQuantity.OptionsColumn.ShowInCustomizationForm = false;
     this.ColMaxStockQuantity.OptionsColumn.ShowInExpressionEditor = false;
     this.ColMaxStockQuantity.OptionsFilter.AllowAutoFilter = false;
     this.ColMaxStockQuantity.OptionsFilter.AllowFilter = false;
     this.ColMaxStockQuantity.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColMaxStockQuantity.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColMaxStockQuantity.ToolTip = "Max Stock Quantity  = (120*Consum)/(60-DOS)";
     this.ColMaxStockQuantity.Visible = true;
     this.ColMaxStockQuantity.VisibleIndex = 12;
     this.ColMaxStockQuantity.Width = 39;
     //
     // ColConsumption
     //
     this.ColConsumption.Caption = "Consum";
     this.ColConsumption.DisplayFormat.FormatString = "#,###.##";
     this.ColConsumption.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ColConsumption.FieldName = "Consumption";
     this.ColConsumption.Name = "ColConsumption";
     this.ColConsumption.OptionsColumn.AllowEdit = false;
     this.ColConsumption.OptionsColumn.AllowFocus = false;
     this.ColConsumption.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColConsumption.OptionsColumn.AllowIncrementalSearch = false;
     this.ColConsumption.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColConsumption.OptionsColumn.AllowMove = false;
     this.ColConsumption.OptionsColumn.AllowShowHide = false;
     this.ColConsumption.OptionsColumn.AllowSize = false;
     this.ColConsumption.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColConsumption.OptionsColumn.FixedWidth = true;
     this.ColConsumption.OptionsColumn.ReadOnly = true;
     this.ColConsumption.OptionsColumn.ShowInCustomizationForm = false;
     this.ColConsumption.OptionsColumn.ShowInExpressionEditor = false;
     this.ColConsumption.OptionsFilter.AllowAutoFilter = false;
     this.ColConsumption.OptionsFilter.AllowFilter = false;
     this.ColConsumption.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColConsumption.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.ColConsumption.ToolTip = "Calculated Consumption =   b.B + Q.R +/- (Loss+Adjust) - E.B";
     this.ColConsumption.Visible = true;
     this.ColConsumption.VisibleIndex = 13;
     this.ColConsumption.Width = 39;
     //
     // ColStockedOut
     //
     this.ColStockedOut.Caption = "StockedOut";
     this.ColStockedOut.FieldName = "StockedOut";
     this.ColStockedOut.Name = "ColStockedOut";
     this.ColStockedOut.OptionsColumn.AllowEdit = false;
     this.ColStockedOut.OptionsColumn.AllowFocus = false;
     this.ColStockedOut.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.ColStockedOut.OptionsColumn.AllowIncrementalSearch = false;
     this.ColStockedOut.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.ColStockedOut.OptionsColumn.AllowMove = false;
     this.ColStockedOut.OptionsColumn.AllowShowHide = false;
     this.ColStockedOut.OptionsColumn.AllowSize = false;
     this.ColStockedOut.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.ColStockedOut.OptionsColumn.FixedWidth = true;
     this.ColStockedOut.OptionsColumn.ShowInCustomizationForm = false;
     this.ColStockedOut.OptionsColumn.ShowInExpressionEditor = false;
     this.ColStockedOut.OptionsFilter.AllowAutoFilter = false;
     this.ColStockedOut.OptionsFilter.AllowFilter = false;
     this.ColStockedOut.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.ColStockedOut.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     //
     // ExpireDateEditor
     //
     this.ExpireDateEditor.AutoHeight = false;
     this.ExpireDateEditor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ExpireDateEditor.DisplayFormat.FormatString = "mm-DD-YYYY";
     this.ExpireDateEditor.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.ExpireDateEditor.EditFormat.FormatString = "mm-DD-YYYY";
     this.ExpireDateEditor.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.ExpireDateEditor.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.Value;
     this.ExpireDateEditor.Name = "ExpireDateEditor";
     this.ExpireDateEditor.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // repositoryItemButtonEdit2
     //
     this.repositoryItemButtonEdit2.AutoHeight = false;
     this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
     this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // spinEditQtyPerPack
     //
     this.spinEditQtyPerPack.AutoHeight = false;
     this.spinEditQtyPerPack.Name = "spinEditQtyPerPack";
     //
     // gridRecieveView1
     //
     this.gridRecieveView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1});
     this.gridRecieveView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.gridColumn3,
     this.gridColumn1,
     this.gridColumn10,
     this.gridColumn2,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn12,
     this.gridColumn9});
     this.gridRecieveView1.GridControl = this.orderGrid;
     this.gridRecieveView1.Name = "gridRecieveView1";
     this.gridRecieveView1.OptionsView.ShowGroupPanel = false;
     //
     // gridBand1
     //
     this.gridBand1.Caption = "gridBand1";
     this.gridBand1.Columns.Add(this.gridColumn3);
     this.gridBand1.Columns.Add(this.gridColumn1);
     this.gridBand1.Columns.Add(this.gridColumn10);
     this.gridBand1.Columns.Add(this.gridColumn2);
     this.gridBand1.Columns.Add(this.gridColumn4);
     this.gridBand1.Columns.Add(this.gridColumn5);
     this.gridBand1.Columns.Add(this.gridColumn6);
     this.gridBand1.Columns.Add(this.gridColumn7);
     this.gridBand1.Columns.Add(this.gridColumn8);
     this.gridBand1.Columns.Add(this.gridColumn12);
     this.gridBand1.Columns.Add(this.gridColumn9);
     this.gridBand1.Name = "gridBand1";
     this.gridBand1.Width = 1117;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Stock Code";
     this.gridColumn3.FieldName = "Stock Code";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.AllowFocus = false;
     this.gridColumn3.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn3.Visible = true;
     this.gridColumn3.Width = 104;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Item Name";
     this.gridColumn1.FieldName = "Item Name";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn1.Visible = true;
     this.gridColumn1.Width = 104;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "Manufacturer";
     this.gridColumn10.FieldName = "Manufacturer";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn10.Visible = true;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Pack Qty";
     this.gridColumn2.FieldName = "Pack Qty";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.Visible = true;
     this.gridColumn2.Width = 104;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Reciving Box Size";
     this.gridColumn4.FieldName = "Qty/pack";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn4.Visible = true;
     this.gridColumn4.Width = 104;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "BU Qty";
     this.gridColumn5.FieldName = "BU Qty";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn5.Visible = true;
     this.gridColumn5.Width = 104;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Unit";
     this.gridColumn6.FieldName = "Unit";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.Visible = true;
     this.gridColumn6.Width = 104;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Price/Pack";
     this.gridColumn7.FieldName = "Price/Pack";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn7.Visible = true;
     this.gridColumn7.Width = 104;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Batch No";
     this.gridColumn8.FieldName = "Batch No";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn8.Visible = true;
     this.gridColumn8.Width = 144;
     //
     // gridColumn12
     //
     this.gridColumn12.ColumnEdit = this.repositoryItemButtonEdit2;
     this.gridColumn12.ImageAlignment = System.Drawing.StringAlignment.Center;
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn12.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.gridColumn12.Visible = true;
     this.gridColumn12.Width = 25;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Expiry Date";
     this.gridColumn9.ColumnEdit = this.ExpireDateEditor;
     this.gridColumn9.FieldName = "Expiry Date";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn9.Visible = true;
     this.gridColumn9.Width = 145;
     //
     // VolumeMetricsPage
     //
     this.VolumeMetricsPage.Controls.Add(this.layoutControl1);
     this.VolumeMetricsPage.Name = "VolumeMetricsPage";
     this.VolumeMetricsPage.Size = new System.Drawing.Size(910, 194);
     this.VolumeMetricsPage.Text = "Volume Metrics";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.lkContainerTypes);
     this.layoutControl1.Controls.Add(this.cboRequiredContainer);
     this.layoutControl1.Controls.Add(this.lblAvailableVolume);
     this.layoutControl1.Controls.Add(this.lblVolumeNeeded);
     this.layoutControl1.Controls.Add(this.volumetricsCanvas);
     this.layoutControl1.Controls.Add(this.grdVolumeGrid);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem32});
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(845, 218, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(910, 194);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lkContainerTypes
     //
     this.lkContainerTypes.EditValue = "Select";
     this.lkContainerTypes.Location = new System.Drawing.Point(89, 12);
     this.lkContainerTypes.Name = "lkContainerTypes";
     this.lkContainerTypes.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkContainerTypes.Properties.DisplayMember = "Name";
     this.lkContainerTypes.Properties.ValueMember = "ShippingContainerTypeID";
     this.lkContainerTypes.Properties.View = this.gridView1;
     this.lkContainerTypes.Size = new System.Drawing.Size(249, 20);
     this.lkContainerTypes.StyleController = this.layoutControl1;
     this.lkContainerTypes.TabIndex = 15;
     this.lkContainerTypes.EditValueChanged += new System.EventHandler(this.lkContainerTypes_EditValueChanged);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn11,
     this.gridColumn13,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn18});
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "Name";
     this.gridColumn11.FieldName = "Name";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 0;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Height";
     this.gridColumn13.FieldName = "HeightMM";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 1;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "Width";
     this.gridColumn16.FieldName = "WidthMM";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 2;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Length";
     this.gridColumn17.FieldName = "LengthMM";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 3;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "Weight";
     this.gridColumn18.FieldName = "WeightG";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 4;
     //
     // cboRequiredContainer
     //
     this.cboRequiredContainer.FormattingEnabled = true;
     this.cboRequiredContainer.Location = new System.Drawing.Point(419, 12);
     this.cboRequiredContainer.Name = "cboRequiredContainer";
     this.cboRequiredContainer.Size = new System.Drawing.Size(108, 21);
     this.cboRequiredContainer.TabIndex = 14;
     this.cboRequiredContainer.SelectedIndexChanged += new System.EventHandler(this.cboRequiredContainer_SelectedIndexChanged);
     //
     // lblAvailableVolume
     //
     this.lblAvailableVolume.Location = new System.Drawing.Point(12, 37);
     this.lblAvailableVolume.Name = "lblAvailableVolume";
     this.lblAvailableVolume.Size = new System.Drawing.Size(167, 41);
     this.lblAvailableVolume.TabIndex = 13;
     //
     // lblVolumeNeeded
     //
     this.lblVolumeNeeded.Location = new System.Drawing.Point(183, 37);
     this.lblVolumeNeeded.Name = "lblVolumeNeeded";
     this.lblVolumeNeeded.Size = new System.Drawing.Size(155, 41);
     this.lblVolumeNeeded.TabIndex = 12;
     //
     // volumetricsCanvas
     //
     this.volumetricsCanvas.Location = new System.Drawing.Point(12, 82);
     this.volumetricsCanvas.Name = "volumetricsCanvas";
     this.volumetricsCanvas.Size = new System.Drawing.Size(886, 100);
     this.volumetricsCanvas.TabIndex = 10;
     this.volumetricsCanvas.Paint += new System.Windows.Forms.PaintEventHandler(this.volumetricsCanvas_Paint);
     //
     // grdVolumeGrid
     //
     this.grdVolumeGrid.Location = new System.Drawing.Point(12, 166);
     this.grdVolumeGrid.MainView = this.grdVolumeGridView;
     this.grdVolumeGrid.Name = "grdVolumeGrid";
     this.grdVolumeGrid.Size = new System.Drawing.Size(228, 173);
     this.grdVolumeGrid.TabIndex = 5;
     this.grdVolumeGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grdVolumeGridView});
     this.grdVolumeGrid.Visible = false;
     //
     // grdVolumeGridView
     //
     this.grdVolumeGridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Height,
     this.Width,
     this.Depth,
     this.Quantity});
     this.grdVolumeGridView.GridControl = this.grdVolumeGrid;
     this.grdVolumeGridView.Name = "grdVolumeGridView";
     this.grdVolumeGridView.OptionsView.ShowGroupPanel = false;
     this.grdVolumeGridView.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.grdVolumeGridView_CellValueChanged);
     //
     // Height
     //
     this.Height.Caption = "Height";
     this.Height.FieldName = "HeightMM";
     this.Height.Name = "Height";
     this.Height.Visible = true;
     this.Height.VisibleIndex = 0;
     //
     // Width
     //
     this.Width.Caption = "Width";
     this.Width.FieldName = "WidthMM";
     this.Width.Name = "Width";
     this.Width.Visible = true;
     this.Width.VisibleIndex = 1;
     //
     // Depth
     //
     this.Depth.Caption = "Depth";
     this.Depth.FieldName = "DepthMM";
     this.Depth.Name = "Depth";
     this.Depth.Visible = true;
     this.Depth.VisibleIndex = 2;
     //
     // Quantity
     //
     this.Quantity.Caption = "Quantity";
     this.Quantity.FieldName = "Quantity";
     this.Quantity.Name = "Quantity";
     this.Quantity.Visible = true;
     this.Quantity.VisibleIndex = 3;
     //
     // layoutControlItem32
     //
     this.layoutControlItem32.Control = this.grdVolumeGrid;
     this.layoutControlItem32.CustomizationFormText = "layoutControlItem32";
     this.layoutControlItem32.Location = new System.Drawing.Point(0, 154);
     this.layoutControlItem32.MinSize = new System.Drawing.Size(104, 24);
     this.layoutControlItem32.Name = "layoutControlItem32";
     this.layoutControlItem32.Size = new System.Drawing.Size(232, 177);
     this.layoutControlItem32.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem32.Text = "layoutControlItem32";
     this.layoutControlItem32.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem32.TextToControlDistance = 0;
     this.layoutControlItem32.TextVisible = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.emptySpaceItem2,
     this.layoutControlItem36,
     this.layoutControlItem37,
     this.layoutControlItem40,
     this.layoutControlItem39,
     this.emptySpaceItem4,
     this.layoutControlItem33});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.Size = new System.Drawing.Size(910, 194);
     this.layoutControlGroup1.Text = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(519, 0);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(371, 25);
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem36
     //
     this.layoutControlItem36.Control = this.volumetricsCanvas;
     this.layoutControlItem36.CustomizationFormText = "layoutControlItem36";
     this.layoutControlItem36.Location = new System.Drawing.Point(0, 70);
     this.layoutControlItem36.Name = "layoutControlItem36";
     this.layoutControlItem36.Size = new System.Drawing.Size(890, 104);
     this.layoutControlItem36.Text = "layoutControlItem36";
     this.layoutControlItem36.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem36.TextToControlDistance = 0;
     this.layoutControlItem36.TextVisible = false;
     //
     // layoutControlItem37
     //
     this.layoutControlItem37.Control = this.cboRequiredContainer;
     this.layoutControlItem37.CustomizationFormText = "Required";
     this.layoutControlItem37.Location = new System.Drawing.Point(330, 0);
     this.layoutControlItem37.Name = "layoutControlItem37";
     this.layoutControlItem37.Size = new System.Drawing.Size(189, 25);
     this.layoutControlItem37.Text = "Required";
     this.layoutControlItem37.TextSize = new System.Drawing.Size(74, 13);
     //
     // layoutControlItem40
     //
     this.layoutControlItem40.Control = this.lblVolumeNeeded;
     this.layoutControlItem40.CustomizationFormText = "layoutControlItem40";
     this.layoutControlItem40.Location = new System.Drawing.Point(171, 25);
     this.layoutControlItem40.Name = "layoutControlItem40";
     this.layoutControlItem40.Size = new System.Drawing.Size(159, 45);
     this.layoutControlItem40.Text = "layoutControlItem40";
     this.layoutControlItem40.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem40.TextToControlDistance = 0;
     this.layoutControlItem40.TextVisible = false;
     //
     // layoutControlItem39
     //
     this.layoutControlItem39.Control = this.lblAvailableVolume;
     this.layoutControlItem39.CustomizationFormText = "layoutControlItem39";
     this.layoutControlItem39.Location = new System.Drawing.Point(0, 25);
     this.layoutControlItem39.Name = "layoutControlItem39";
     this.layoutControlItem39.Size = new System.Drawing.Size(171, 45);
     this.layoutControlItem39.Text = "layoutControlItem39";
     this.layoutControlItem39.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem39.TextToControlDistance = 0;
     this.layoutControlItem39.TextVisible = false;
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
     this.emptySpaceItem4.Location = new System.Drawing.Point(330, 25);
     this.emptySpaceItem4.Name = "emptySpaceItem4";
     this.emptySpaceItem4.Size = new System.Drawing.Size(560, 45);
     this.emptySpaceItem4.Text = "emptySpaceItem4";
     this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem33
     //
     this.layoutControlItem33.Control = this.lkContainerTypes;
     this.layoutControlItem33.CustomizationFormText = "Container Type";
     this.layoutControlItem33.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem33.Name = "layoutControlItem33";
     this.layoutControlItem33.Size = new System.Drawing.Size(330, 25);
     this.layoutControlItem33.Text = "Container Type";
     this.layoutControlItem33.TextSize = new System.Drawing.Size(74, 13);
     //
     // NoOfVisitLabel
     //
     this.NoOfVisitLabel.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NoOfVisitLabel.Location = new System.Drawing.Point(1259, 4);
     this.NoOfVisitLabel.Name = "NoOfVisitLabel";
     this.NoOfVisitLabel.Size = new System.Drawing.Size(87, 13);
     this.NoOfVisitLabel.TabIndex = 47;
     //
     // LastVisitlabel
     //
     this.LastVisitlabel.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LastVisitlabel.Location = new System.Drawing.Point(1050, 4);
     this.LastVisitlabel.Name = "LastVisitlabel";
     this.LastVisitlabel.Size = new System.Drawing.Size(119, 13);
     this.LastVisitlabel.TabIndex = 46;
     //
     // progressBarControl
     //
     this.progressBarControl.Location = new System.Drawing.Point(390, 370);
     this.progressBarControl.Name = "progressBarControl";
     this.progressBarControl.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.progressBarControl.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.progressBarControl.Properties.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid;
     this.progressBarControl.Properties.ShowTitle = true;
     this.progressBarControl.Properties.Step = 1;
     this.progressBarControl.Size = new System.Drawing.Size(962, 20);
     this.progressBarControl.TabIndex = 45;
     //
     // simpleButton1
     //
     this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
     this.simpleButton1.Location = new System.Drawing.Point(763, 367);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(142, 22);
     this.simpleButton1.TabIndex = 32;
     this.simpleButton1.Text = "Save Multiple";
     this.simpleButton1.Click += new System.EventHandler(this.multiFacilityDialog_Click);
     //
     // lkType
     //
     this.lkType.Location = new System.Drawing.Point(818, 59);
     this.lkType.Name = "lkType";
     this.lkType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Count", "Name"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ID", "Name28", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lkType.Properties.DisplayMember = "Name";
     this.lkType.Properties.NullText = "Select Institution Type";
     this.lkType.Properties.ShowFooter = false;
     this.lkType.Properties.ShowHeader = false;
     this.lkType.Properties.ValueMember = "ID";
     this.lkType.Size = new System.Drawing.Size(211, 20);
     this.lkType.TabIndex = 45;
     this.lkType.EditValueChanged += new System.EventHandler(this.lkType_EditValueChanged);
     //
     // lkOwnership
     //
     this.lkOwnership.Location = new System.Drawing.Point(818, 35);
     this.lkOwnership.Name = "lkOwnership";
     this.lkOwnership.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkOwnership.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Count", "Name"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ID", "Name26", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lkOwnership.Properties.DisplayMember = "Name";
     this.lkOwnership.Properties.NullText = "Select Ownership";
     this.lkOwnership.Properties.ShowFooter = false;
     this.lkOwnership.Properties.ShowHeader = false;
     this.lkOwnership.Properties.ValueMember = "ID";
     this.lkOwnership.Size = new System.Drawing.Size(211, 20);
     this.lkOwnership.TabIndex = 44;
     this.lkOwnership.EditValueChanged += new System.EventHandler(this.lkOwnership_EditValueChanged);
     //
     // lkWoreda
     //
     this.lkWoreda.Location = new System.Drawing.Point(497, 83);
     this.lkWoreda.Name = "lkWoreda";
     this.lkWoreda.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkWoreda.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.lkWoreda.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ID", "ID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Count", "Woreda Name")});
     this.lkWoreda.Properties.DisplayMember = "WoredaName";
     this.lkWoreda.Properties.NullText = "";
     this.lkWoreda.Properties.ShowFooter = false;
     this.lkWoreda.Properties.ShowHeader = false;
     this.lkWoreda.Properties.ValueMember = "ID";
     this.lkWoreda.Size = new System.Drawing.Size(226, 20);
     this.lkWoreda.TabIndex = 43;
     this.lkWoreda.EditValueChanged += new System.EventHandler(this.lkWoreda_EditValueChanged);
     //
     // txtRemark
     //
     this.txtRemark.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.txtRemark.Location = new System.Drawing.Point(357, 521);
     this.txtRemark.Name = "txtRemark";
     this.txtRemark.Size = new System.Drawing.Size(395, 22);
     this.txtRemark.TabIndex = 18;
     //
     // txtReceivedBy
     //
     this.txtReceivedBy.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.txtReceivedBy.Enabled = false;
     this.txtReceivedBy.Location = new System.Drawing.Point(664, 521);
     this.txtReceivedBy.Name = "txtReceivedBy";
     this.txtReceivedBy.Size = new System.Drawing.Size(124, 20);
     this.txtReceivedBy.TabIndex = 16;
     //
     // txtTin
     //
     this.txtTin.Enabled = false;
     this.txtTin.Location = new System.Drawing.Point(497, 4);
     this.txtTin.Name = "txtTin";
     this.txtTin.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.txtTin.Properties.Appearance.Options.UseBackColor = true;
     this.txtTin.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtTin.Size = new System.Drawing.Size(122, 18);
     this.txtTin.TabIndex = 26;
     this.txtTin.Visible = false;
     //
     // txtVatRegistration
     //
     this.txtVatRegistration.Enabled = false;
     this.txtVatRegistration.Location = new System.Drawing.Point(621, 4);
     this.txtVatRegistration.Name = "txtVatRegistration";
     this.txtVatRegistration.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.txtVatRegistration.Properties.Appearance.Options.UseBackColor = true;
     this.txtVatRegistration.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtVatRegistration.Size = new System.Drawing.Size(128, 18);
     this.txtVatRegistration.TabIndex = 25;
     //
     // txtRegistrationNo
     //
     this.txtRegistrationNo.Location = new System.Drawing.Point(808, 4);
     this.txtRegistrationNo.Name = "txtRegistrationNo";
     this.txtRegistrationNo.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.txtRegistrationNo.Properties.Appearance.Options.UseBackColor = true;
     this.txtRegistrationNo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtRegistrationNo.Size = new System.Drawing.Size(50, 18);
     this.txtRegistrationNo.TabIndex = 27;
     //
     // txtLetterNumber
     //
     this.txtLetterNumber.Location = new System.Drawing.Point(1151, 83);
     this.txtLetterNumber.Name = "txtLetterNumber";
     this.txtLetterNumber.Size = new System.Drawing.Size(183, 20);
     this.txtLetterNumber.TabIndex = 28;
     //
     // txtRefNo
     //
     this.txtRefNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRefNo.Location = new System.Drawing.Point(104, 16);
     this.txtRefNo.Name = "txtRefNo";
     this.txtRefNo.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.txtRefNo.Properties.Appearance.Options.UseBackColor = true;
     this.txtRefNo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtRefNo.Size = new System.Drawing.Size(160, 18);
     this.txtRefNo.TabIndex = 15;
     //
     // btnSaveOrder
     //
     this.btnSaveOrder.Cursor = System.Windows.Forms.Cursors.Default;
     this.btnSaveOrder.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveOrder.Image")));
     this.btnSaveOrder.Location = new System.Drawing.Point(909, 367);
     this.btnSaveOrder.Name = "btnSaveOrder";
     this.btnSaveOrder.Size = new System.Drawing.Size(142, 22);
     this.btnSaveOrder.TabIndex = 24;
     this.btnSaveOrder.Text = "Save as Draft";
     this.btnSaveOrder.Click += new System.EventHandler(this.SaveOrderAsDraft);
     //
     // btnSaveAndForward
     //
     this.btnSaveAndForward.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveAndForward.Image")));
     this.btnSaveAndForward.Location = new System.Drawing.Point(1055, 367);
     this.btnSaveAndForward.Name = "btnSaveAndForward";
     this.btnSaveAndForward.Size = new System.Drawing.Size(142, 22);
     this.btnSaveAndForward.TabIndex = 25;
     this.btnSaveAndForward.Text = "Save and Forward";
     this.btnSaveAndForward.Click += new System.EventHandler(this.btnSaveAndForward_Click);
     //
     // lkModes
     //
     this.lkModes.EditValue = "1";
     this.lkModes.Location = new System.Drawing.Point(78, 62);
     this.lkModes.Name = "lkModes";
     this.lkModes.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkModes.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TypeName", "Name")});
     this.lkModes.Properties.DisplayMember = "TypeName";
     this.lkModes.Properties.NullText = "Select Mode";
     this.lkModes.Properties.ShowFooter = false;
     this.lkModes.Properties.ValueMember = "ID";
     this.lkModes.Size = new System.Drawing.Size(186, 20);
     this.lkModes.TabIndex = 15;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText = "This value is not valid";
     this.dxValidation1stTab.SetValidationRule(this.lkModes, conditionValidationRule1);
     this.lkModes.EditValueChanged += new System.EventHandler(this.lkModes_EditValueChanged);
     //
     // txtContactPerson
     //
     this.txtContactPerson.Location = new System.Drawing.Point(1151, 59);
     this.txtContactPerson.Name = "txtContactPerson";
     this.txtContactPerson.Size = new System.Drawing.Size(183, 20);
     this.txtContactPerson.TabIndex = 39;
     //
     // lkZone
     //
     this.lkZone.Location = new System.Drawing.Point(497, 59);
     this.lkZone.Name = "lkZone";
     this.lkZone.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkZone.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Count", "ZoneName"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ID", "ID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lkZone.Properties.DisplayMember = "ZoneName";
     this.lkZone.Properties.NullText = "";
     this.lkZone.Properties.ShowFooter = false;
     this.lkZone.Properties.ShowHeader = false;
     this.lkZone.Properties.ValueMember = "ID";
     this.lkZone.Size = new System.Drawing.Size(226, 20);
     this.lkZone.TabIndex = 38;
     this.lkZone.EditValueChanged += new System.EventHandler(this.lkZone_EditValueChanged);
     //
     // lkRegion
     //
     this.lkRegion.Location = new System.Drawing.Point(497, 35);
     this.lkRegion.Name = "lkRegion";
     this.lkRegion.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkRegion.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RegionName", "RegionName"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ID", "ID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lkRegion.Properties.DisplayMember = "RegionName";
     this.lkRegion.Properties.NullText = "Select Region";
     this.lkRegion.Properties.ShowFooter = false;
     this.lkRegion.Properties.ShowHeader = false;
     this.lkRegion.Properties.ValueMember = "ID";
     this.lkRegion.Size = new System.Drawing.Size(226, 20);
     this.lkRegion.TabIndex = 37;
     this.lkRegion.Tag = "r";
     conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule2.ErrorText = "This value is not valid";
     this.dxValidation1stTab.SetValidationRule(this.lkRegion, conditionValidationRule2);
     this.lkRegion.EditValueChanged += new System.EventHandler(this.lkRegion_EditValueChanged);
     //
     // lblLoadRU
     //
     this.lblLoadRU.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline);
     this.lblLoadRU.Location = new System.Drawing.Point(1082, 19);
     this.lblLoadRU.Name = "lblLoadRU";
     this.lblLoadRU.Size = new System.Drawing.Size(33, 13);
     this.lblLoadRU.TabIndex = 36;
     this.lblLoadRU.Text = "Reload";
     this.lblLoadRU.Click += new System.EventHandler(this.lblLoadRU_Click);
     //
     // lkCategoires
     //
     this.lkCategoires.Location = new System.Drawing.Point(78, 86);
     this.lkCategoires.Name = "lkCategoires";
     this.lkCategoires.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkCategoires.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkCategoires.Properties.DisplayMember = "Name";
     this.lkCategoires.Properties.NullText = "Select Commodity Type";
     this.lkCategoires.Properties.ShowFooter = false;
     this.lkCategoires.Properties.ValueMember = "ID";
     this.lkCategoires.Size = new System.Drawing.Size(186, 20);
     this.lkCategoires.TabIndex = 23;
     this.lkCategoires.EditValueChanged += new System.EventHandler(this.lkCategoires_EditValueChanged);
     //
     // txtItemName
     //
     this.txtItemName.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.txtItemName.Location = new System.Drawing.Point(308, 86);
     this.txtItemName.Name = "txtItemName";
     this.txtItemName.Size = new System.Drawing.Size(102, 20);
     this.txtItemName.TabIndex = 4;
     this.txtItemName.EditValueChanged += new System.EventHandler(this.OnFilterByItemNameChanged);
     //
     // gridItemsChoice
     //
     this.gridItemsChoice.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.gridItemsChoice.Location = new System.Drawing.Point(4, 122);
     this.gridItemsChoice.MainView = this.gridItemChoiceView;
     this.gridItemsChoice.Name = "gridItemsChoice";
     this.gridItemsChoice.Padding = new System.Windows.Forms.Padding(2);
     this.gridItemsChoice.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemMemoEdit2});
     this.gridItemsChoice.Size = new System.Drawing.Size(418, 241);
     this.gridItemsChoice.TabIndex = 11;
     this.gridItemsChoice.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridItemChoiceView});
     this.gridItemsChoice.Click += new System.EventHandler(this.gridItemsChoice_Click);
     //
     // gridItemChoiceView
     //
     this.gridItemChoiceView.Appearance.FocusedRow.BackColor = System.Drawing.Color.Gray;
     this.gridItemChoiceView.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridItemChoiceView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn30,
     this.gridColumn28,
     this.colItemName,
     this.gridColumn14,
     this.gridColumn29,
     this.gridColumn66,
     this.gridColumn67,
     this.gridColumn21});
     styleFormatCondition4.Appearance.ForeColor = System.Drawing.Color.Silver;
     styleFormatCondition4.Appearance.Options.UseForeColor = true;
     styleFormatCondition4.ApplyToRow = true;
     styleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition4.Expression = "[StockedOut] == 1";
     this.gridItemChoiceView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition4});
     this.gridItemChoiceView.GridControl = this.gridItemsChoice;
     this.gridItemChoiceView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.None, "", null, "")});
     this.gridItemChoiceView.HorzScrollStep = 1;
     this.gridItemChoiceView.Name = "gridItemChoiceView";
     this.gridItemChoiceView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridItemChoiceView.OptionsCustomization.AllowColumnMoving = false;
     this.gridItemChoiceView.OptionsCustomization.AllowColumnResizing = false;
     this.gridItemChoiceView.OptionsCustomization.AllowFilter = false;
     this.gridItemChoiceView.OptionsCustomization.AllowGroup = false;
     this.gridItemChoiceView.OptionsDetail.AllowExpandEmptyDetails = true;
     this.gridItemChoiceView.OptionsDetail.EnableDetailToolTip = true;
     this.gridItemChoiceView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
     this.gridItemChoiceView.OptionsDetail.SmartDetailHeight = true;
     this.gridItemChoiceView.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridItemChoiceView.OptionsMenu.EnableColumnMenu = false;
     this.gridItemChoiceView.OptionsMenu.EnableFooterMenu = false;
     this.gridItemChoiceView.OptionsMenu.EnableGroupPanelMenu = false;
     this.gridItemChoiceView.OptionsPrint.EnableAppearanceEvenRow = true;
     this.gridItemChoiceView.OptionsPrint.EnableAppearanceOddRow = true;
     this.gridItemChoiceView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridItemChoiceView.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridItemChoiceView.OptionsSelection.MultiSelect = true;
     this.gridItemChoiceView.OptionsView.EnableAppearanceEvenRow = true;
     this.gridItemChoiceView.OptionsView.EnableAppearanceOddRow = true;
     this.gridItemChoiceView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridItemChoiceView.OptionsView.ShowGroupPanel = false;
     this.gridItemChoiceView.OptionsView.ShowIndicator = false;
     this.gridItemChoiceView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridItemChoiceView_RowClick);
     //
     // gridColumn30
     //
     this.gridColumn30.ColumnEdit = this.repositoryItemCheckEdit1;
     this.gridColumn30.FieldName = "IsSelected";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.OptionsColumn.AllowEdit = false;
     this.gridColumn30.OptionsColumn.AllowFocus = false;
     this.gridColumn30.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn30.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn30.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn30.OptionsColumn.AllowMove = false;
     this.gridColumn30.OptionsColumn.AllowShowHide = false;
     this.gridColumn30.OptionsColumn.AllowSize = false;
     this.gridColumn30.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn30.OptionsColumn.FixedWidth = true;
     this.gridColumn30.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn30.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn30.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn30.OptionsFilter.AllowFilter = false;
     this.gridColumn30.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn30.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Like;
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 0;
     this.gridColumn30.Width = 20;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit1.ValueGrayed = false;
     this.repositoryItemCheckEdit1.CheckedChanged += new System.EventHandler(this.OnItemCheckedChanged);
     //
     // gridColumn28
     //
     this.gridColumn28.Caption = "Stock Code";
     this.gridColumn28.FieldName = "StockCode";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.OptionsColumn.AllowEdit = false;
     this.gridColumn28.OptionsColumn.AllowFocus = false;
     this.gridColumn28.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn28.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn28.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn28.OptionsColumn.AllowMove = false;
     this.gridColumn28.OptionsColumn.AllowShowHide = false;
     this.gridColumn28.OptionsColumn.AllowSize = false;
     this.gridColumn28.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn28.OptionsColumn.FixedWidth = true;
     this.gridColumn28.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn28.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn28.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn28.OptionsFilter.AllowFilter = false;
     this.gridColumn28.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn28.Width = 89;
     //
     // colItemName
     //
     this.colItemName.AppearanceCell.Options.UseTextOptions = true;
     this.colItemName.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.colItemName.AppearanceHeader.Options.UseTextOptions = true;
     this.colItemName.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.colItemName.Caption = "Item";
     this.colItemName.ColumnEdit = this.repositoryItemMemoEdit2;
     this.colItemName.FieldName = "FullItemName";
     this.colItemName.Name = "colItemName";
     this.colItemName.OptionsColumn.AllowEdit = false;
     this.colItemName.OptionsColumn.AllowFocus = false;
     this.colItemName.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colItemName.OptionsColumn.AllowIncrementalSearch = false;
     this.colItemName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colItemName.OptionsColumn.AllowMove = false;
     this.colItemName.OptionsColumn.AllowShowHide = false;
     this.colItemName.OptionsColumn.AllowSize = false;
     this.colItemName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colItemName.OptionsColumn.FixedWidth = true;
     this.colItemName.OptionsColumn.ShowInCustomizationForm = false;
     this.colItemName.OptionsColumn.ShowInExpressionEditor = false;
     this.colItemName.OptionsFilter.AllowAutoFilter = false;
     this.colItemName.OptionsFilter.AllowFilter = false;
     this.colItemName.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colItemName.Visible = true;
     this.colItemName.VisibleIndex = 1;
     this.colItemName.Width = 343;
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.LinesCount = 1;
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Type";
     this.gridColumn14.FieldName = "CommodityType";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     this.gridColumn14.OptionsColumn.AllowFocus = false;
     this.gridColumn14.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn14.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn14.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn14.OptionsColumn.AllowMove = false;
     this.gridColumn14.OptionsColumn.AllowShowHide = false;
     this.gridColumn14.OptionsColumn.AllowSize = false;
     this.gridColumn14.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn14.OptionsColumn.FixedWidth = true;
     this.gridColumn14.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn14.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn14.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn14.OptionsFilter.AllowFilter = false;
     this.gridColumn14.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "Unit";
     this.gridColumn29.FieldName = "Unit";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.OptionsColumn.AllowEdit = false;
     this.gridColumn29.OptionsColumn.AllowFocus = false;
     this.gridColumn29.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn29.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn29.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn29.OptionsColumn.AllowMove = false;
     this.gridColumn29.OptionsColumn.AllowShowHide = false;
     this.gridColumn29.OptionsColumn.AllowSize = false;
     this.gridColumn29.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn29.OptionsColumn.FixedWidth = true;
     this.gridColumn29.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn29.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn29.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn29.OptionsFilter.AllowFilter = false;
     this.gridColumn29.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 2;
     //
     // gridColumn66
     //
     this.gridColumn66.Caption = "gridColumn66";
     this.gridColumn66.FieldName = "SubCategoryID";
     this.gridColumn66.Name = "gridColumn66";
     this.gridColumn66.OptionsColumn.AllowEdit = false;
     this.gridColumn66.OptionsColumn.AllowFocus = false;
     this.gridColumn66.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn66.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn66.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn66.OptionsColumn.AllowMove = false;
     this.gridColumn66.OptionsColumn.AllowShowHide = false;
     this.gridColumn66.OptionsColumn.AllowSize = false;
     this.gridColumn66.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn66.OptionsColumn.FixedWidth = true;
     this.gridColumn66.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn66.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn66.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn66.OptionsFilter.AllowFilter = false;
     this.gridColumn66.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     //
     // gridColumn67
     //
     this.gridColumn67.Caption = "gridColumn67";
     this.gridColumn67.FieldName = "CategoryID";
     this.gridColumn67.Name = "gridColumn67";
     this.gridColumn67.OptionsColumn.AllowEdit = false;
     this.gridColumn67.OptionsColumn.AllowFocus = false;
     this.gridColumn67.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn67.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn67.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn67.OptionsColumn.AllowMove = false;
     this.gridColumn67.OptionsColumn.AllowShowHide = false;
     this.gridColumn67.OptionsColumn.AllowSize = false;
     this.gridColumn67.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn67.OptionsColumn.FixedWidth = true;
     this.gridColumn67.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn67.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn67.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn67.OptionsFilter.AllowFilter = false;
     this.gridColumn67.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "gridColumn21";
     this.gridColumn21.FieldName = "TypeID";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.OptionsColumn.AllowEdit = false;
     this.gridColumn21.OptionsColumn.AllowFocus = false;
     this.gridColumn21.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn21.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn21.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn21.OptionsColumn.AllowMove = false;
     this.gridColumn21.OptionsColumn.AllowShowHide = false;
     this.gridColumn21.OptionsColumn.AllowSize = false;
     this.gridColumn21.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn21.OptionsColumn.FixedWidth = true;
     this.gridColumn21.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn21.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn21.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn21.OptionsFilter.AllowFilter = false;
     this.gridColumn21.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     //
     // lkPaymentType
     //
     this.lkPaymentType.Location = new System.Drawing.Point(1150, 35);
     this.lkPaymentType.Margin = new System.Windows.Forms.Padding(0);
     this.lkPaymentType.Name = "lkPaymentType";
     this.lkPaymentType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkPaymentType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkPaymentType.Properties.DisplayMember = "Name";
     this.lkPaymentType.Properties.NullText = "Select Payment Type";
     this.lkPaymentType.Properties.PopupSizeable = false;
     this.lkPaymentType.Properties.ShowFooter = false;
     this.lkPaymentType.Properties.ShowHeader = false;
     this.lkPaymentType.Properties.ValueMember = "ID";
     this.lkPaymentType.Size = new System.Drawing.Size(184, 20);
     this.lkPaymentType.TabIndex = 37;
     conditionValidationRule3.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule3.ErrorText = "This value is not valid";
     this.dxValidation1stTab.SetValidationRule(this.lkPaymentType, conditionValidationRule3);
     //
     // lkForFacility
     //
     this.lkForFacility.EditValue = "1";
     this.lkForFacility.Location = new System.Drawing.Point(818, 83);
     this.lkForFacility.Name = "lkForFacility";
     this.lkForFacility.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkForFacility.Properties.DisplayMember = "Name";
     this.lkForFacility.Properties.NullText = "Select Issue Location";
     this.lkForFacility.Properties.ShowFooter = false;
     this.lkForFacility.Properties.ShowPopupShadow = false;
     this.lkForFacility.Properties.ValueMember = "ID";
     this.lkForFacility.Properties.View = this.gridLookUpEdit1View;
     this.lkForFacility.Size = new System.Drawing.Size(211, 20);
     this.lkForFacility.TabIndex = 22;
     this.lkForFacility.EditValueChanged += new System.EventHandler(this.lkForFacility_EditValueChanged);
     //
     // gridLookUpEdit1View
     //
     this.gridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn15,
     this.gridColumn19,
     this.gridColumn20,
     this.gridColumn22,
     this.gridColumn24,
     this.gridColumn25});
     this.gridLookUpEdit1View.DetailTabHeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom;
     this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridLookUpEdit1View.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.VisibleAlways;
     this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
     this.gridLookUpEdit1View.OptionsCustomization.AllowColumnMoving = false;
     this.gridLookUpEdit1View.OptionsCustomization.AllowColumnResizing = false;
     this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridLookUpEdit1View.OptionsView.ShowAutoFilterRow = true;
     this.gridLookUpEdit1View.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     this.gridLookUpEdit1View.OptionsView.ShowIndicator = false;
     this.gridLookUpEdit1View.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.LiveVertScroll;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Name";
     this.gridColumn15.FieldName = "Name";
     this.gridColumn15.MinWidth = 150;
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsColumn.AllowFocus = false;
     this.gridColumn15.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn15.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn15.OptionsColumn.AllowMove = false;
     this.gridColumn15.OptionsColumn.AllowShowHide = false;
     this.gridColumn15.OptionsColumn.AllowSize = false;
     this.gridColumn15.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn15.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 0;
     this.gridColumn15.Width = 150;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Ownership";
     this.gridColumn19.FieldName = "OwnershipName";
     this.gridColumn19.MinWidth = 75;
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowEdit = false;
     this.gridColumn19.OptionsColumn.AllowFocus = false;
     this.gridColumn19.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn19.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn19.OptionsColumn.AllowMove = false;
     this.gridColumn19.OptionsColumn.AllowShowHide = false;
     this.gridColumn19.OptionsColumn.AllowSize = false;
     this.gridColumn19.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn19.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 1;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "Type";
     this.gridColumn20.FieldName = "InstitutionTypeName";
     this.gridColumn20.MinWidth = 75;
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsColumn.AllowEdit = false;
     this.gridColumn20.OptionsColumn.AllowFocus = false;
     this.gridColumn20.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn20.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn20.OptionsColumn.AllowMove = false;
     this.gridColumn20.OptionsColumn.AllowShowHide = false;
     this.gridColumn20.OptionsColumn.AllowSize = false;
     this.gridColumn20.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn20.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 2;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "Woreda";
     this.gridColumn22.FieldName = "WoredaName";
     this.gridColumn22.MinWidth = 150;
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsColumn.AllowFocus = false;
     this.gridColumn22.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsColumn.AllowMove = false;
     this.gridColumn22.OptionsColumn.AllowShowHide = false;
     this.gridColumn22.OptionsColumn.AllowSize = false;
     this.gridColumn22.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 3;
     this.gridColumn22.Width = 150;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "Zone";
     this.gridColumn24.FieldName = "ZoneName";
     this.gridColumn24.MinWidth = 150;
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.OptionsColumn.AllowEdit = false;
     this.gridColumn24.OptionsColumn.AllowFocus = false;
     this.gridColumn24.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.OptionsColumn.AllowMove = false;
     this.gridColumn24.OptionsColumn.AllowShowHide = false;
     this.gridColumn24.OptionsColumn.AllowSize = false;
     this.gridColumn24.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 4;
     this.gridColumn24.Width = 150;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "Region";
     this.gridColumn25.FieldName = "RegionName";
     this.gridColumn25.MinWidth = 75;
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsColumn.AllowEdit = false;
     this.gridColumn25.OptionsColumn.AllowFocus = false;
     this.gridColumn25.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsColumn.AllowMove = false;
     this.gridColumn25.OptionsColumn.AllowShowHide = false;
     this.gridColumn25.OptionsColumn.AllowSize = false;
     this.gridColumn25.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 5;
     //
     // lkPeriod
     //
     this.lkPeriod.Location = new System.Drawing.Point(818, 107);
     this.lkPeriod.Name = "lkPeriod";
     this.lkPeriod.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkPeriod.Properties.DisplayMember = "StartDate_EndDate";
     this.lkPeriod.Properties.NullText = "Select Period";
     this.lkPeriod.Properties.ShowFooter = false;
     this.lkPeriod.Properties.ValueMember = "PeriodID";
     this.lkPeriod.Properties.View = this.gridView2;
     this.lkPeriod.Size = new System.Drawing.Size(211, 20);
     this.lkPeriod.TabIndex = 44;
     this.lkPeriod.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.lkPeriod_EditValueChanging);
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.lkColStartDate_EndDate});
     this.gridView2.DetailHeight = 150;
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     //
     // lkColStartDate_EndDate
     //
     this.lkColStartDate_EndDate.Caption = "StartDate_EndDate";
     this.lkColStartDate_EndDate.FieldName = "StartDate_EndDate";
     this.lkColStartDate_EndDate.Name = "lkColStartDate_EndDate";
     this.lkColStartDate_EndDate.Visible = true;
     this.lkColStartDate_EndDate.VisibleIndex = 0;
     //
     // lkRequisitionType
     //
     this.lkRequisitionType.Location = new System.Drawing.Point(78, 38);
     this.lkRequisitionType.Name = "lkRequisitionType";
     this.lkRequisitionType.Properties.AllowMouseWheel = false;
     this.lkRequisitionType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkRequisitionType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Description", "Requisiton Type")});
     this.lkRequisitionType.Properties.DisplayMember = "Description";
     this.lkRequisitionType.Properties.NullText = "Select Type";
     this.lkRequisitionType.Properties.PopupWidth = 100;
     this.lkRequisitionType.Properties.ShowFooter = false;
     this.lkRequisitionType.Properties.ValueMember = "Value";
     this.lkRequisitionType.Size = new System.Drawing.Size(186, 20);
     this.lkRequisitionType.TabIndex = 45;
     conditionValidationRule4.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule4.ErrorText = "This value is not valid";
     this.dxValidation1stTab.SetValidationRule(this.lkRequisitionType, conditionValidationRule4);
     this.lkRequisitionType.EditValueChanged += new System.EventHandler(this.lkRequisitionType_EditValueChanged);
     this.lkRequisitionType.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.lkRequisitionType_EditValueChanging);
     //
     // btnCancelOne
     //
     this.btnCancelOne.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelOne.Image")));
     this.btnCancelOne.Location = new System.Drawing.Point(1201, 367);
     this.btnCancelOne.Name = "btnCancelOne";
     this.btnCancelOne.Size = new System.Drawing.Size(142, 22);
     this.btnCancelOne.TabIndex = 20;
     this.btnCancelOne.Text = "Cancel";
     this.btnCancelOne.Click += new System.EventHandler(this.btnCancelOne_Click);
     //
     // layoutControlItem24
     //
     this.layoutControlItem24.Control = this.txtReceivedBy;
     this.layoutControlItem24.CustomizationFormText = "Received By";
     this.layoutControlItem24.Location = new System.Drawing.Point(538, 517);
     this.layoutControlItem24.Name = "layoutControlItem24";
     this.layoutControlItem24.Size = new System.Drawing.Size(250, 26);
     this.layoutControlItem24.Text = "Received By";
     this.layoutControlItem24.TextSize = new System.Drawing.Size(120, 13);
     this.layoutControlItem24.TextToControlDistance = 5;
     //
     // layoutControlItem25
     //
     this.layoutControlItem25.Control = this.txtRemark;
     this.layoutControlItem25.CustomizationFormText = "layoutControlItem25";
     this.layoutControlItem25.Location = new System.Drawing.Point(231, 517);
     this.layoutControlItem25.Name = "layoutControlItem25";
     this.layoutControlItem25.Size = new System.Drawing.Size(521, 26);
     this.layoutControlItem25.Text = "Remarks";
     this.layoutControlItem25.TextSize = new System.Drawing.Size(120, 13);
     this.layoutControlItem25.TextToControlDistance = 5;
     //
     // layoutReload
     //
     this.layoutReload.Control = this.lblLoadRU;
     this.layoutReload.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.layoutReload.CustomizationFormText = "layoutControlItem2";
     this.layoutReload.FillControlToClientArea = false;
     this.layoutReload.Location = new System.Drawing.Point(1078, 0);
     this.layoutReload.Name = "layoutReload";
     this.layoutReload.Size = new System.Drawing.Size(37, 48);
     this.layoutReload.Text = "layoutReload";
     this.layoutReload.TextLocation = DevExpress.Utils.Locations.Default;
     this.layoutReload.TextSize = new System.Drawing.Size(0, 0);
     this.layoutReload.TextToControlDistance = 0;
     this.layoutReload.TextVisible = false;
     this.layoutReload.TrimClientAreaToControl = false;
     this.layoutReload.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // progressBarlayoutControlItem
     //
     this.progressBarlayoutControlItem.Control = this.progressBarControl;
     this.progressBarlayoutControlItem.CustomizationFormText = "progressBarlayoutControlItem";
     this.progressBarlayoutControlItem.Location = new System.Drawing.Point(386, 366);
     this.progressBarlayoutControlItem.MinSize = new System.Drawing.Size(54, 18);
     this.progressBarlayoutControlItem.Name = "progressBarlayoutControlItem";
     this.progressBarlayoutControlItem.Size = new System.Drawing.Size(966, 24);
     this.progressBarlayoutControlItem.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.progressBarlayoutControlItem.Text = "progressBarlayoutControlItem";
     this.progressBarlayoutControlItem.TextSize = new System.Drawing.Size(0, 0);
     this.progressBarlayoutControlItem.TextToControlDistance = 0;
     this.progressBarlayoutControlItem.TextVisible = false;
     this.progressBarlayoutControlItem.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlItem23
     //
     this.layoutControlItem23.Control = this.txtTin;
     this.layoutControlItem23.CustomizationFormText = "TIN Number";
     this.layoutControlItem23.Location = new System.Drawing.Point(430, 0);
     this.layoutControlItem23.MaxSize = new System.Drawing.Size(189, 22);
     this.layoutControlItem23.MinSize = new System.Drawing.Size(189, 22);
     this.layoutControlItem23.Name = "layoutControlItem23";
     this.layoutControlItem23.Size = new System.Drawing.Size(189, 22);
     this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem23.Text = "TIN Number:";
     this.layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem23.TextSize = new System.Drawing.Size(61, 13);
     this.layoutControlItem23.TextToControlDistance = 2;
     //
     // layoutControlItem22
     //
     this.layoutControlItem22.Control = this.txtVatRegistration;
     this.layoutControlItem22.CustomizationFormText = "VAT Registration Number";
     this.layoutControlItem22.Location = new System.Drawing.Point(552, 0);
     this.layoutControlItem22.MaxSize = new System.Drawing.Size(197, 22);
     this.layoutControlItem22.MinSize = new System.Drawing.Size(197, 22);
     this.layoutControlItem22.Name = "layoutControlItem22";
     this.layoutControlItem22.Size = new System.Drawing.Size(197, 22);
     this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem22.Text = "VAT Number:";
     this.layoutControlItem22.TextSize = new System.Drawing.Size(63, 13);
     this.layoutControlItem22.TextToControlDistance = 5;
     //
     // layoutControlItem21
     //
     this.layoutControlItem21.Control = this.txtRegistrationNo;
     this.layoutControlItem21.CustomizationFormText = "License Number";
     this.layoutControlItem21.Location = new System.Drawing.Point(723, 0);
     this.layoutControlItem21.MinSize = new System.Drawing.Size(135, 22);
     this.layoutControlItem21.Name = "layoutControlItem21";
     this.layoutControlItem21.Size = new System.Drawing.Size(135, 22);
     this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem21.Text = "License Number:";
     this.layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem21.TextSize = new System.Drawing.Size(79, 13);
     this.layoutControlItem21.TextToControlDistance = 2;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control = this.txtRefNo;
     this.layoutControlItem13.CustomizationFormText = "Order Number";
     this.layoutControlItem13.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem13.MaxSize = new System.Drawing.Size(252, 22);
     this.layoutControlItem13.MinSize = new System.Drawing.Size(252, 22);
     this.layoutControlItem13.Name = "layoutControlItem13";
     this.layoutControlItem13.Size = new System.Drawing.Size(252, 22);
     this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem13.Text = "Order Number:";
     this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem13.TextSize = new System.Drawing.Size(72, 13);
     this.layoutControlItem13.TextToControlDistance = 16;
     //
     // layoutControlGroup14
     //
     this.layoutControlGroup14.CustomizationFormText = "Root";
     this.layoutControlGroup14.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup14.GroupBordersVisible = false;
     this.layoutControlGroup14.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem29,
     this.layoutControlItem2,
     this.layoutControlItem30,
     this.layoutControlItem8,
     this.layoutControlItem19,
     this.layoutControlItem12,
     this.emptySpaceItem14,
     this.simpleSeparator2,
     this.LastVisitlayout,
     this.NoRequisitionlayout,
     this.layoutControlGroup2,
     this.layoutControlGroup5,
     this.emptySpaceItem5,
     this.simpleSeparator3,
     this.layoutControlGroup4,
     this.layoutControlItem18,
     this.layoutControlItem34,
     this.layoutControlItem35,
     this.emptySpaceItem9,
     this.layoutControlGroup3});
     this.layoutControlGroup14.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup14.Name = "Root";
     this.layoutControlGroup14.OptionsItemText.TextToControlDistance = 2;
     this.layoutControlGroup14.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup14.Size = new System.Drawing.Size(1350, 393);
     this.layoutControlGroup14.Text = "Root";
     this.layoutControlGroup14.TextVisible = false;
     //
     // layoutControlItem29
     //
     this.layoutControlItem29.Control = this.gridItemsChoice;
     this.layoutControlItem29.CustomizationFormText = "layoutControlItem29";
     this.layoutControlItem29.Location = new System.Drawing.Point(0, 118);
     this.layoutControlItem29.Name = "layoutControlItem29";
     this.layoutControlItem29.Size = new System.Drawing.Size(422, 245);
     this.layoutControlItem29.Text = "layoutControlItem29";
     this.layoutControlItem29.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem29.TextToControlDistance = 0;
     this.layoutControlItem29.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.xtraTabControl1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(430, 141);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlItem2.Size = new System.Drawing.Size(916, 222);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem30
     //
     this.layoutControlItem30.Control = this.simpleButton1;
     this.layoutControlItem30.CustomizationFormText = "layoutControlItem30";
     this.layoutControlItem30.Location = new System.Drawing.Point(759, 363);
     this.layoutControlItem30.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem30.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem30.Name = "layoutControlItem30";
     this.layoutControlItem30.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem30.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem30.Text = "layoutControlItem30";
     this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem30.TextToControlDistance = 0;
     this.layoutControlItem30.TextVisible = false;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.btnSaveAndForward;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
     this.layoutControlItem8.Location = new System.Drawing.Point(1051, 363);
     this.layoutControlItem8.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem8.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.Text = "layoutControlItem8";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextToControlDistance = 0;
     this.layoutControlItem8.TextVisible = false;
     //
     // layoutControlItem19
     //
     this.layoutControlItem19.Control = this.btnSaveOrder;
     this.layoutControlItem19.CustomizationFormText = "layoutControlItem19";
     this.layoutControlItem19.Location = new System.Drawing.Point(905, 363);
     this.layoutControlItem19.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem19.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem19.Name = "layoutControlItem19";
     this.layoutControlItem19.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem19.Text = "layoutControlItem19";
     this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem19.TextToControlDistance = 0;
     this.layoutControlItem19.TextVisible = false;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control = this.btnCancelOne;
     this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
     this.layoutControlItem12.Location = new System.Drawing.Point(1197, 363);
     this.layoutControlItem12.Name = "layoutControlItem12";
     this.layoutControlItem12.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 5, 2, 2);
     this.layoutControlItem12.Size = new System.Drawing.Size(149, 26);
     this.layoutControlItem12.Text = "layoutControlItem12";
     this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem12.TextToControlDistance = 0;
     this.layoutControlItem12.TextVisible = false;
     //
     // emptySpaceItem14
     //
     this.emptySpaceItem14.AllowHotTrack = false;
     this.emptySpaceItem14.CustomizationFormText = "emptySpaceItem14";
     this.emptySpaceItem14.Location = new System.Drawing.Point(0, 363);
     this.emptySpaceItem14.Name = "emptySpaceItem14";
     this.emptySpaceItem14.Size = new System.Drawing.Size(759, 26);
     this.emptySpaceItem14.Text = "emptySpaceItem14";
     this.emptySpaceItem14.TextSize = new System.Drawing.Size(0, 0);
     //
     // simpleSeparator2
     //
     this.simpleSeparator2.AllowHotTrack = false;
     this.simpleSeparator2.CustomizationFormText = "simpleSeparator2";
     this.simpleSeparator2.Location = new System.Drawing.Point(430, 17);
     this.simpleSeparator2.Name = "simpleSeparator2";
     this.simpleSeparator2.Size = new System.Drawing.Size(916, 2);
     this.simpleSeparator2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.simpleSeparator2.Text = "simpleSeparator2";
     //
     // LastVisitlayout
     //
     this.LastVisitlayout.AppearanceItemCaption.Options.UseTextOptions = true;
     this.LastVisitlayout.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.LastVisitlayout.Control = this.LastVisitlabel;
     this.LastVisitlayout.CustomizationFormText = "Last Visit:";
     this.LastVisitlayout.Location = new System.Drawing.Point(992, 0);
     this.LastVisitlayout.MaxSize = new System.Drawing.Size(177, 17);
     this.LastVisitlayout.MinSize = new System.Drawing.Size(177, 17);
     this.LastVisitlayout.Name = "LastVisitlayout";
     this.LastVisitlayout.Size = new System.Drawing.Size(177, 17);
     this.LastVisitlayout.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.LastVisitlayout.Text = "  Last Visit:";
     this.LastVisitlayout.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.LastVisitlayout.TextSize = new System.Drawing.Size(52, 13);
     this.LastVisitlayout.TextToControlDistance = 2;
     //
     // NoRequisitionlayout
     //
     this.NoRequisitionlayout.Control = this.NoOfVisitLabel;
     this.NoRequisitionlayout.CustomizationFormText = "        No of Requistion:";
     this.NoRequisitionlayout.Location = new System.Drawing.Point(1169, 0);
     this.NoRequisitionlayout.MaxSize = new System.Drawing.Size(177, 17);
     this.NoRequisitionlayout.MinSize = new System.Drawing.Size(177, 17);
     this.NoRequisitionlayout.Name = "NoRequisitionlayout";
     this.NoRequisitionlayout.Size = new System.Drawing.Size(177, 17);
     this.NoRequisitionlayout.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.NoRequisitionlayout.Text = "Last Requisitions:";
     this.NoRequisitionlayout.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.NoRequisitionlayout.TextSize = new System.Drawing.Size(84, 13);
     this.NoRequisitionlayout.TextToControlDistance = 2;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = " ";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem15,
     this.ShowStockOutCheckBoxLayout,
     this.layoutControlItem3,
     this.layoutControlItem4});
     this.layoutControlGroup2.Location = new System.Drawing.Point(430, 19);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Size = new System.Drawing.Size(305, 120);
     this.layoutControlGroup2.Text = " ";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem15
     //
     this.layoutControlItem15.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem15.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem15.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem15.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem15.Control = this.lkWoreda;
     this.layoutControlItem15.CustomizationFormText = "Woreda";
     this.layoutControlItem15.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem15.MaxSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem15.MinSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem15.Name = "layoutControlItem15";
     this.layoutControlItem15.Size = new System.Drawing.Size(281, 24);
     this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem15.Text = "Woreda:";
     this.layoutControlItem15.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem15.TextSize = new System.Drawing.Size(47, 13);
     this.layoutControlItem15.TextToControlDistance = 4;
     //
     // ShowStockOutCheckBoxLayout
     //
     this.ShowStockOutCheckBoxLayout.Control = this.ShowStockOutCheckBox;
     this.ShowStockOutCheckBoxLayout.CustomizationFormText = "ShowStockOutCheckBoxLayout";
     this.ShowStockOutCheckBoxLayout.Location = new System.Drawing.Point(0, 72);
     this.ShowStockOutCheckBoxLayout.Name = "ShowStockOutCheckBoxLayout";
     this.ShowStockOutCheckBoxLayout.Size = new System.Drawing.Size(281, 24);
     this.ShowStockOutCheckBoxLayout.Text = "ShowStockOutCheckBoxLayout";
     this.ShowStockOutCheckBoxLayout.TextSize = new System.Drawing.Size(0, 0);
     this.ShowStockOutCheckBoxLayout.TextToControlDistance = 0;
     this.ShowStockOutCheckBoxLayout.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem3.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem3.Control = this.lkRegion;
     this.layoutControlItem3.CustomizationFormText = "Region";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(281, 24);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text = "Region:";
     this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(42, 13);
     this.layoutControlItem3.TextToControlDistance = 9;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem4.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem4.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem4.Control = this.lkZone;
     this.layoutControlItem4.CustomizationFormText = "Zone";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(281, 24);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text = "Zone:";
     this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem4.TextToControlDistance = 20;
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = " ";
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.RequisitionTypelayoutControlItem,
     this.layoutControlItem7,
     this.RangeLayout,
     this.layoutControlItem52,
     this.layoutControlItem31,
     this.emptySpaceItem1,
     this.emptySpaceItem7,
     this.layoutControlItem38});
     this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup5.Name = "layoutControlGroup5";
     this.layoutControlGroup5.Size = new System.Drawing.Size(422, 118);
     this.layoutControlGroup5.Text = " ";
     this.layoutControlGroup5.TextVisible = false;
     //
     // RequisitionTypelayoutControlItem
     //
     this.RequisitionTypelayoutControlItem.AppearanceItemCaption.ForeColor = System.Drawing.Color.Black;
     this.RequisitionTypelayoutControlItem.AppearanceItemCaption.Options.UseForeColor = true;
     this.RequisitionTypelayoutControlItem.Control = this.lkRequisitionType;
     this.RequisitionTypelayoutControlItem.CustomizationFormText = "Type";
     this.RequisitionTypelayoutControlItem.ImageToTextDistance = 1;
     this.RequisitionTypelayoutControlItem.Location = new System.Drawing.Point(0, 22);
     this.RequisitionTypelayoutControlItem.MaxSize = new System.Drawing.Size(252, 24);
     this.RequisitionTypelayoutControlItem.MinSize = new System.Drawing.Size(252, 24);
     this.RequisitionTypelayoutControlItem.Name = "RequisitionTypelayoutControlItem";
     this.RequisitionTypelayoutControlItem.Size = new System.Drawing.Size(252, 24);
     this.RequisitionTypelayoutControlItem.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.RequisitionTypelayoutControlItem.Text = "Type:";
     this.RequisitionTypelayoutControlItem.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.RequisitionTypelayoutControlItem.TextSize = new System.Drawing.Size(28, 13);
     this.RequisitionTypelayoutControlItem.TextToControlDistance = 34;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.AppearanceItemCaption.ForeColor = System.Drawing.Color.Black;
     this.layoutControlItem7.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem7.Control = this.lkModes;
     this.layoutControlItem7.CustomizationFormText = "Mode:";
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 46);
     this.layoutControlItem7.MaxSize = new System.Drawing.Size(252, 24);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(252, 24);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(252, 24);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text = "Mode:";
     this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem7.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem7.TextToControlDistance = 32;
     //
     // RangeLayout
     //
     this.RangeLayout.AppearanceItemCaption.ForeColor = System.Drawing.Color.Black;
     this.RangeLayout.AppearanceItemCaption.Options.UseForeColor = true;
     this.RangeLayout.Control = this.lkRange;
     this.RangeLayout.CustomizationFormText = "RangeLayout";
     this.RangeLayout.Location = new System.Drawing.Point(252, 22);
     this.RangeLayout.MaxSize = new System.Drawing.Size(146, 24);
     this.RangeLayout.MinSize = new System.Drawing.Size(146, 24);
     this.RangeLayout.Name = "RangeLayout";
     this.RangeLayout.Size = new System.Drawing.Size(146, 24);
     this.RangeLayout.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.RangeLayout.Text = "Range:";
     this.RangeLayout.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.RangeLayout.TextSize = new System.Drawing.Size(35, 13);
     this.RangeLayout.TextToControlDistance = 5;
     //
     // layoutControlItem52
     //
     this.layoutControlItem52.AppearanceItemCaption.ForeColor = System.Drawing.Color.Black;
     this.layoutControlItem52.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem52.Control = this.lkCategoires;
     this.layoutControlItem52.CustomizationFormText = "Categories";
     this.layoutControlItem52.Location = new System.Drawing.Point(0, 70);
     this.layoutControlItem52.MaxSize = new System.Drawing.Size(252, 24);
     this.layoutControlItem52.MinSize = new System.Drawing.Size(252, 24);
     this.layoutControlItem52.Name = "layoutControlItem52";
     this.layoutControlItem52.Size = new System.Drawing.Size(252, 24);
     this.layoutControlItem52.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem52.Text = "Commodity:";
     this.layoutControlItem52.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem52.TextSize = new System.Drawing.Size(57, 13);
     this.layoutControlItem52.TextToControlDistance = 5;
     //
     // layoutControlItem31
     //
     this.layoutControlItem31.AppearanceItemCaption.ForeColor = System.Drawing.Color.Black;
     this.layoutControlItem31.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem31.Control = this.txtItemName;
     this.layoutControlItem31.CustomizationFormText = "layoutControlItem31";
     this.layoutControlItem31.Location = new System.Drawing.Point(252, 70);
     this.layoutControlItem31.MaxSize = new System.Drawing.Size(146, 24);
     this.layoutControlItem31.MinSize = new System.Drawing.Size(146, 24);
     this.layoutControlItem31.Name = "layoutControlItem31";
     this.layoutControlItem31.Size = new System.Drawing.Size(146, 24);
     this.layoutControlItem31.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem31.Text = "Item:";
     this.layoutControlItem31.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem31.TextSize = new System.Drawing.Size(26, 13);
     this.layoutControlItem31.TextToControlDistance = 14;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(252, 46);
     this.emptySpaceItem1.MaxSize = new System.Drawing.Size(146, 24);
     this.emptySpaceItem1.MinSize = new System.Drawing.Size(146, 24);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(146, 24);
     this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem7
     //
     this.emptySpaceItem7.AllowHotTrack = false;
     this.emptySpaceItem7.CustomizationFormText = "emptySpaceItem7";
     this.emptySpaceItem7.Location = new System.Drawing.Point(252, 0);
     this.emptySpaceItem7.MaxSize = new System.Drawing.Size(146, 22);
     this.emptySpaceItem7.MinSize = new System.Drawing.Size(146, 22);
     this.emptySpaceItem7.Name = "emptySpaceItem7";
     this.emptySpaceItem7.Size = new System.Drawing.Size(146, 22);
     this.emptySpaceItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem7.Text = "emptySpaceItem7";
     this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem38
     //
     this.layoutControlItem38.Control = this.labelControl4;
     this.layoutControlItem38.CustomizationFormText = "Order Number: ";
     this.layoutControlItem38.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem38.Name = "layoutControlItem38";
     this.layoutControlItem38.Size = new System.Drawing.Size(252, 22);
     this.layoutControlItem38.Text = "Order No: ";
     this.layoutControlItem38.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem38.TextSize = new System.Drawing.Size(51, 13);
     this.layoutControlItem38.TextToControlDistance = 8;
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
     this.emptySpaceItem5.Location = new System.Drawing.Point(422, 0);
     this.emptySpaceItem5.MinSize = new System.Drawing.Size(8, 10);
     this.emptySpaceItem5.Name = "emptySpaceItem5";
     this.emptySpaceItem5.Size = new System.Drawing.Size(8, 363);
     this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem5.Text = "emptySpaceItem5";
     this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
     //
     // simpleSeparator3
     //
     this.simpleSeparator3.AllowHotTrack = false;
     this.simpleSeparator3.CustomizationFormText = "simpleSeparator3";
     this.simpleSeparator3.Location = new System.Drawing.Point(430, 139);
     this.simpleSeparator3.Name = "simpleSeparator3";
     this.simpleSeparator3.Size = new System.Drawing.Size(916, 2);
     this.simpleSeparator3.Text = "simpleSeparator3";
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4";
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem5,
     this.layoutControlItem20,
     this.layoutControlItem1,
     this.emptySpaceItem8});
     this.layoutControlGroup4.Location = new System.Drawing.Point(1041, 19);
     this.layoutControlGroup4.Name = "layoutControlGroup4";
     this.layoutControlGroup4.Size = new System.Drawing.Size(305, 120);
     this.layoutControlGroup4.Text = " ";
     this.layoutControlGroup4.TextVisible = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem5.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem5.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true;
     this.layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.layoutControlItem5.Control = this.txtContactPerson;
     this.layoutControlItem5.CustomizationFormText = "Contact Person";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(281, 24);
     this.layoutControlItem5.Text = "Contact Person:";
     this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(89, 13);
     this.layoutControlItem5.TextToControlDistance = 5;
     //
     // layoutControlItem20
     //
     this.layoutControlItem20.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem20.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem20.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem20.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem20.Control = this.txtLetterNumber;
     this.layoutControlItem20.CustomizationFormText = "Letter Number";
     this.layoutControlItem20.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem20.Name = "layoutControlItem20";
     this.layoutControlItem20.Size = new System.Drawing.Size(281, 24);
     this.layoutControlItem20.Text = "Letter No:";
     this.layoutControlItem20.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem20.TextSize = new System.Drawing.Size(55, 13);
     this.layoutControlItem20.TextToControlDistance = 39;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem1.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem1.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem1.Control = this.lkPaymentType;
     this.layoutControlItem1.CustomizationFormText = "Payment Type";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(281, 24);
     this.layoutControlItem1.Text = "Payment:";
     this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(54, 13);
     this.layoutControlItem1.TextToControlDistance = 39;
     //
     // emptySpaceItem8
     //
     this.emptySpaceItem8.AllowHotTrack = false;
     this.emptySpaceItem8.CustomizationFormText = "emptySpaceItem8";
     this.emptySpaceItem8.Location = new System.Drawing.Point(0, 72);
     this.emptySpaceItem8.Name = "emptySpaceItem8";
     this.emptySpaceItem8.Size = new System.Drawing.Size(281, 24);
     this.emptySpaceItem8.Text = "emptySpaceItem8";
     this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem18
     //
     this.layoutControlItem18.Control = this.labelControl1;
     this.layoutControlItem18.CustomizationFormText = "Tin Number:";
     this.layoutControlItem18.Location = new System.Drawing.Point(459, 0);
     this.layoutControlItem18.MaxSize = new System.Drawing.Size(177, 17);
     this.layoutControlItem18.MinSize = new System.Drawing.Size(177, 17);
     this.layoutControlItem18.Name = "layoutControlItem18";
     this.layoutControlItem18.Size = new System.Drawing.Size(177, 17);
     this.layoutControlItem18.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem18.Text = "Tin Number:";
     this.layoutControlItem18.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem18.TextSize = new System.Drawing.Size(58, 13);
     this.layoutControlItem18.TextToControlDistance = 2;
     //
     // layoutControlItem34
     //
     this.layoutControlItem34.Control = this.labelControl2;
     this.layoutControlItem34.CustomizationFormText = "VAT number: ";
     this.layoutControlItem34.Location = new System.Drawing.Point(636, 0);
     this.layoutControlItem34.MaxSize = new System.Drawing.Size(178, 17);
     this.layoutControlItem34.MinSize = new System.Drawing.Size(178, 17);
     this.layoutControlItem34.Name = "layoutControlItem34";
     this.layoutControlItem34.Size = new System.Drawing.Size(178, 17);
     this.layoutControlItem34.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem34.Text = "VAT number: ";
     this.layoutControlItem34.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem34.TextSize = new System.Drawing.Size(65, 13);
     this.layoutControlItem34.TextToControlDistance = 2;
     //
     // layoutControlItem35
     //
     this.layoutControlItem35.Control = this.labelControl3;
     this.layoutControlItem35.CustomizationFormText = "License Number:";
     this.layoutControlItem35.Location = new System.Drawing.Point(814, 0);
     this.layoutControlItem35.MaxSize = new System.Drawing.Size(178, 17);
     this.layoutControlItem35.MinSize = new System.Drawing.Size(178, 17);
     this.layoutControlItem35.Name = "layoutControlItem35";
     this.layoutControlItem35.Size = new System.Drawing.Size(178, 17);
     this.layoutControlItem35.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem35.Text = "License Number:";
     this.layoutControlItem35.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem35.TextSize = new System.Drawing.Size(79, 13);
     this.layoutControlItem35.TextToControlDistance = 2;
     //
     // emptySpaceItem9
     //
     this.emptySpaceItem9.AllowHotTrack = false;
     this.emptySpaceItem9.CustomizationFormText = "emptySpaceItem9";
     this.emptySpaceItem9.Location = new System.Drawing.Point(430, 0);
     this.emptySpaceItem9.Name = "emptySpaceItem9";
     this.emptySpaceItem9.Size = new System.Drawing.Size(29, 17);
     this.emptySpaceItem9.Text = "emptySpaceItem9";
     this.emptySpaceItem9.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem11,
     this.lkPeriodlayout,
     this.layoutControlItem14,
     this.layoutForFacility});
     this.layoutControlGroup3.Location = new System.Drawing.Point(735, 19);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Size = new System.Drawing.Size(306, 120);
     this.layoutControlGroup3.Text = " ";
     this.layoutControlGroup3.TextVisible = false;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem11.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem11.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem11.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem11.Control = this.lkOwnership;
     this.layoutControlItem11.CustomizationFormText = "Ownership";
     this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(282, 24);
     this.layoutControlItem11.Text = "Ownership:";
     this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem11.TextSize = new System.Drawing.Size(62, 13);
     this.layoutControlItem11.TextToControlDistance = 5;
     //
     // lkPeriodlayout
     //
     this.lkPeriodlayout.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lkPeriodlayout.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.lkPeriodlayout.AppearanceItemCaption.Options.UseFont = true;
     this.lkPeriodlayout.AppearanceItemCaption.Options.UseForeColor = true;
     this.lkPeriodlayout.Control = this.lkPeriod;
     this.lkPeriodlayout.CustomizationFormText = "Period";
     this.lkPeriodlayout.ImageToTextDistance = 1;
     this.lkPeriodlayout.Location = new System.Drawing.Point(0, 72);
     this.lkPeriodlayout.Name = "lkPeriodlayout";
     this.lkPeriodlayout.Size = new System.Drawing.Size(282, 24);
     this.lkPeriodlayout.Text = "Period:";
     this.lkPeriodlayout.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.lkPeriodlayout.TextSize = new System.Drawing.Size(39, 13);
     this.lkPeriodlayout.TextToControlDistance = 28;
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem14.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem14.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem14.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem14.Control = this.lkType;
     this.layoutControlItem14.CustomizationFormText = "Type";
     this.layoutControlItem14.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem14.Name = "layoutControlItem14";
     this.layoutControlItem14.Size = new System.Drawing.Size(282, 24);
     this.layoutControlItem14.Text = "Inst. Type:";
     this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem14.TextSize = new System.Drawing.Size(60, 13);
     this.layoutControlItem14.TextToControlDistance = 7;
     //
     // layoutForFacility
     //
     this.layoutForFacility.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutForFacility.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutForFacility.AppearanceItemCaption.Options.UseFont = true;
     this.layoutForFacility.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutForFacility.Control = this.lkForFacility;
     this.layoutForFacility.CustomizationFormText = "For Facility";
     this.layoutForFacility.Location = new System.Drawing.Point(0, 48);
     this.layoutForFacility.Name = "layoutForFacility";
     this.layoutForFacility.Size = new System.Drawing.Size(282, 24);
     this.layoutForFacility.Text = "Facility:";
     this.layoutForFacility.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutForFacility.TextSize = new System.Drawing.Size(43, 13);
     this.layoutForFacility.TextToControlDistance = 24;
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(297, 0);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(368, 20);
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // popupMenu1
     //
     this.popupMenu1.Name = "popupMenu1";
     //
     // emptySpaceItem15
     //
     this.emptySpaceItem15.AllowHotTrack = false;
     this.emptySpaceItem15.CustomizationFormText = "emptySpaceItem15";
     this.emptySpaceItem15.Location = new System.Drawing.Point(0, 116);
     this.emptySpaceItem15.Name = "emptySpaceItem15";
     this.emptySpaceItem15.Size = new System.Drawing.Size(717, 10);
     this.emptySpaceItem15.Text = "emptySpaceItem15";
     this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup8
     //
     this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup8";
     this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup8.Name = "layoutControlGroup8";
     this.layoutControlGroup8.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup8.Size = new System.Drawing.Size(717, 116);
     this.layoutControlGroup8.Text = "layoutControlGroup8";
     //
     // layoutControlGroup9
     //
     this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
     this.layoutControlGroup9.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup9.Name = "layoutControlGroup9";
     this.layoutControlGroup9.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup9.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup9.Text = "layoutControlGroup9";
     //
     // layoutControlGroup10
     //
     this.layoutControlGroup10.CustomizationFormText = "layoutControlGroup10";
     this.layoutControlGroup10.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup10.Name = "layoutControlGroup10";
     this.layoutControlGroup10.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup10.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup10.Text = "layoutControlGroup10";
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.CustomizationFormText = "emptySpaceItem10";
     this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem10.Name = "emptySpaceItem10";
     this.emptySpaceItem10.Size = new System.Drawing.Size(693, 10);
     this.emptySpaceItem10.Text = "emptySpaceItem10";
     this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem22
     //
     this.emptySpaceItem22.AllowHotTrack = false;
     this.emptySpaceItem22.CustomizationFormText = "emptySpaceItem22";
     this.emptySpaceItem22.Location = new System.Drawing.Point(85, 0);
     this.emptySpaceItem22.Name = "emptySpaceItem22";
     this.emptySpaceItem22.Size = new System.Drawing.Size(119, 479);
     this.emptySpaceItem22.Text = "emptySpaceItem22";
     this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem23
     //
     this.emptySpaceItem23.AllowHotTrack = false;
     this.emptySpaceItem23.CustomizationFormText = "emptySpaceItem23";
     this.emptySpaceItem23.Location = new System.Drawing.Point(1179, 24);
     this.emptySpaceItem23.Name = "emptySpaceItem23";
     this.emptySpaceItem23.Size = new System.Drawing.Size(10, 455);
     this.emptySpaceItem23.Text = "emptySpaceItem23";
     this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printOrder});
     //
     // printableComponentLink1
     //
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Time Printed]",
         "[Date Printed]",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     this.printableComponentLink1.RtfReportHeader = resources.GetString("printableComponentLink1.RtfReportHeader");
     //
     // printOrder
     //
     //
     //
     //
     this.printOrder.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printOrder.ImageCollection.ImageStream")));
     this.printOrder.Landscape = true;
     this.printOrder.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printOrder.PrintingSystem = this.printingSystem1;
     this.printOrder.PrintingSystemBase = this.printingSystem1;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.CustomizationFormText = "Type";
     this.layoutControlItem9.Location = new System.Drawing.Point(387, 24);
     this.layoutControlItem9.Name = "layoutControlItem5";
     this.layoutControlItem9.Size = new System.Drawing.Size(356, 24);
     this.layoutControlItem9.Text = "Facility Type";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(78, 13);
     this.layoutControlItem9.TextToControlDistance = 5;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.CustomizationFormText = "Type";
     this.layoutControlItem10.Location = new System.Drawing.Point(387, 24);
     this.layoutControlItem10.Name = "layoutControlItem5";
     this.layoutControlItem10.Size = new System.Drawing.Size(356, 24);
     this.layoutControlItem10.Text = "Facility Type";
     this.layoutControlItem10.TextSize = new System.Drawing.Size(78, 13);
     this.layoutControlItem10.TextToControlDistance = 5;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.CustomizationFormText = "Woreda";
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem6.Name = "layoutControlItem4";
     this.layoutControlItem6.Size = new System.Drawing.Size(387, 24);
     this.layoutControlItem6.Text = "Woreda";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(78, 13);
     this.layoutControlItem6.TextToControlDistance = 5;
     //
     // layoutControlItem16
     //
     this.layoutControlItem16.CustomizationFormText = "Ownership";
     this.layoutControlItem16.Location = new System.Drawing.Point(387, 0);
     this.layoutControlItem16.Name = "layoutControlItem6";
     this.layoutControlItem16.Size = new System.Drawing.Size(356, 24);
     this.layoutControlItem16.Text = "Ownership Type";
     this.layoutControlItem16.TextSize = new System.Drawing.Size(78, 13);
     this.layoutControlItem16.TextToControlDistance = 5;
     //
     // layoutControlItem17
     //
     this.layoutControlItem17.CustomizationFormText = "Type";
     this.layoutControlItem17.Location = new System.Drawing.Point(387, 24);
     this.layoutControlItem17.Name = "layoutControlItem5";
     this.layoutControlItem17.Size = new System.Drawing.Size(356, 24);
     this.layoutControlItem17.Text = "Facility Type";
     this.layoutControlItem17.TextSize = new System.Drawing.Size(78, 13);
     this.layoutControlItem17.TextToControlDistance = 5;
     //
     // layoutControlItem26
     //
     this.layoutControlItem26.CustomizationFormText = "Woreda";
     this.layoutControlItem26.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem26.Name = "layoutControlItem4";
     this.layoutControlItem26.Size = new System.Drawing.Size(387, 24);
     this.layoutControlItem26.Text = "Woreda";
     this.layoutControlItem26.TextSize = new System.Drawing.Size(78, 13);
     this.layoutControlItem26.TextToControlDistance = 5;
     //
     // layoutControlItem27
     //
     this.layoutControlItem27.CustomizationFormText = "Ownership";
     this.layoutControlItem27.Location = new System.Drawing.Point(387, 0);
     this.layoutControlItem27.Name = "layoutControlItem6";
     this.layoutControlItem27.Size = new System.Drawing.Size(356, 24);
     this.layoutControlItem27.Text = "Ownership Type";
     this.layoutControlItem27.TextSize = new System.Drawing.Size(78, 13);
     this.layoutControlItem27.TextToControlDistance = 5;
     //
     // layoutControlItem28
     //
     this.layoutControlItem28.CustomizationFormText = "Type";
     this.layoutControlItem28.Location = new System.Drawing.Point(387, 24);
     this.layoutControlItem28.Name = "layoutControlItem5";
     this.layoutControlItem28.Size = new System.Drawing.Size(356, 24);
     this.layoutControlItem28.Text = "Facility Type";
     this.layoutControlItem28.TextSize = new System.Drawing.Size(78, 13);
     this.layoutControlItem28.TextToControlDistance = 5;
     //
     // simpleLabelItem13
     //
     this.simpleLabelItem13.AllowHotTrack = false;
     this.simpleLabelItem13.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleLabelItem13.AppearanceItemCaption.Options.UseFont = true;
     this.simpleLabelItem13.CustomizationFormText = "Insurance";
     this.simpleLabelItem13.Location = new System.Drawing.Point(459, 85);
     this.simpleLabelItem13.Name = "simpleLabelItem13";
     this.simpleLabelItem13.Size = new System.Drawing.Size(165, 17);
     this.simpleLabelItem13.Text = "Insurance:";
     this.simpleLabelItem13.TextSize = new System.Drawing.Size(111, 13);
     //
     // simpleLabelItem1
     //
     this.simpleLabelItem1.AllowHotTrack = false;
     this.simpleLabelItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
     this.simpleLabelItem1.CustomizationFormText = "Insurance";
     this.simpleLabelItem1.Location = new System.Drawing.Point(459, 85);
     this.simpleLabelItem1.Name = "simpleLabelItem13";
     this.simpleLabelItem1.Size = new System.Drawing.Size(165, 17);
     this.simpleLabelItem1.Text = "Insurance:";
     this.simpleLabelItem1.TextSize = new System.Drawing.Size(111, 13);
     //
     // simpleLabelItem2
     //
     this.simpleLabelItem2.AllowHotTrack = false;
     this.simpleLabelItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleLabelItem2.AppearanceItemCaption.Options.UseFont = true;
     this.simpleLabelItem2.CustomizationFormText = "Insurance";
     this.simpleLabelItem2.Location = new System.Drawing.Point(459, 85);
     this.simpleLabelItem2.Name = "simpleLabelItem13";
     this.simpleLabelItem2.Size = new System.Drawing.Size(165, 17);
     this.simpleLabelItem2.Text = "Insurance:";
     this.simpleLabelItem2.TextSize = new System.Drawing.Size(111, 13);
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "Ownership Type";
     this.gridColumn23.FieldName = "OwnershipName";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 4;
     //
     // WishListForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1350, 393);
     this.Controls.Add(this.layoutControl4);
     this.Name = "WishListForm";
     this.Text = "Order";
     this.Load += new System.EventHandler(this.OrderForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEditPack)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit();
     this.layoutControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkRange.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowStockOutCheckBox.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.ItemSelectionPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.orderGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOrderView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExpireDateEditor.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExpireDateEditor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEditQtyPerPack)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRecieveView1)).EndInit();
     this.VolumeMetricsPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkContainerTypes.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdVolumeGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdVolumeGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkOwnership.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkWoreda.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceivedBy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTin.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtVatRegistration.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRegistrationNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLetterNumber.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRefNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkModes.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContactPerson.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkZone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkRegion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkCategoires.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemsChoice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemChoiceView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkPaymentType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkForFacility.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkPeriod.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkRequisitionType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutReload)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarlayoutControlItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastVisitlayout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoRequisitionlayout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowStockOutCheckBoxLayout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RequisitionTypelayoutControlItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RangeLayout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem35)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkPeriodlayout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutForFacility)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printOrder.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidation1stTab)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmManager));
     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.MenuItem6 = new System.Windows.Forms.MenuItem();
     this.MenuItem7 = new System.Windows.Forms.MenuItem();
     this.MenuItem8 = 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.tabControlManager = new DevExpress.XtraTab.XtraTabControl();
     this.tabManagerOne = new DevExpress.XtraTab.XtraTabPage();
     this.lblOne_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblOne_1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupIPPMaster = new DevExpress.XtraEditors.GroupControl();
     this.groupIPP = new DevExpress.XtraEditors.GroupControl();
     this.ComboBoxIPP = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.grpIPP2 = new DevExpress.XtraEditors.GroupControl();
     this.btnReset = new DevExpress.XtraEditors.SimpleButton();
     this.lkBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.lkBank = new DevExpress.XtraEditors.LookUpEdit();
     this.IPPdtTo = new DevExpress.XtraEditors.DateEdit();
     this.IPPdtStart = new DevExpress.XtraEditors.DateEdit();
     this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
     this.txtCreditCardScr = new DevExpress.XtraEditors.TextEdit();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.IPPlblDtTo = new System.Windows.Forms.Label();
     this.IPPlblDtFrom = new System.Windows.Forms.Label();
     this.btnReceiveIPP = new DevExpress.XtraEditors.SimpleButton();
     this.btnSendIPP = new DevExpress.XtraEditors.SimpleButton();
     this.btnUpdateIPP = new DevExpress.XtraEditors.SimpleButton();
     this.btnDeleteIPP = new DevExpress.XtraEditors.SimpleButton();
     this.btnNewIPP = new DevExpress.XtraEditors.SimpleButton();
     this.IPPGrid = new DevExpress.XtraGrid.GridControl();
     this.IPPGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.hypReceipts = new System.Windows.Forms.Label();
     this.hypIPPDetails = new System.Windows.Forms.Label();
     this.GroupIPPDetails = new DevExpress.XtraEditors.GroupControl();
     this.strReferenceNo = new DevExpress.XtraEditors.TextEdit();
     this.label7 = new System.Windows.Forms.Label();
     this.IPPBankCode = new DevExpress.XtraEditors.LookUpEdit();
     this.IPPNMonths = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.IPPCCNo = new DevExpress.XtraEditors.TextEdit();
     this.IPPStatus = new DevExpress.XtraEditors.TextEdit();
     this.IPPDateRcv = new DevExpress.XtraEditors.TextEdit();
     this.IPPDateSent = new DevExpress.XtraEditors.TextEdit();
     this.IPPBranchCode = new DevExpress.XtraEditors.TextEdit();
     this.IPPCreatedDate = new DevExpress.XtraEditors.TextEdit();
     this.IPPLBL1 = new System.Windows.Forms.Label();
     this.IPPLBL16 = new System.Windows.Forms.Label();
     this.IPPMerchantNo = new DevExpress.XtraEditors.TextEdit();
     this.IPPLBL8 = new System.Windows.Forms.Label();
     this.IPPLBL14 = new System.Windows.Forms.Label();
     this.IPPLBL12 = new System.Windows.Forms.Label();
     this.IPPLBL13 = new System.Windows.Forms.Label();
     this.IPPLBL11 = new System.Windows.Forms.Label();
     this.IPPLBL10 = new System.Windows.Forms.Label();
     this.IPPLBL9 = new System.Windows.Forms.Label();
     this.IPPLBL7 = new System.Windows.Forms.Label();
     this.IPPAmount = new DevExpress.XtraEditors.TextEdit();
     this.IPPInterest = new DevExpress.XtraEditors.TextEdit();
     this.IPPNettAmount = new DevExpress.XtraEditors.TextEdit();
     this.IPPLBL5 = new System.Windows.Forms.Label();
     this.IPPLBL6 = new System.Windows.Forms.Label();
     this.IPPLBL4 = new System.Windows.Forms.Label();
     this.IPPLBL3 = new System.Windows.Forms.Label();
     this.IPPLBL2 = new System.Windows.Forms.Label();
     this.IPPMemberId = new DevExpress.XtraEditors.TextEdit();
     this.IPPMemberName = new DevExpress.XtraEditors.TextEdit();
     this.IPPId = new DevExpress.XtraEditors.TextEdit();
     this.groupIPPReceipt = new DevExpress.XtraEditors.GroupControl();
     this.btnReceiptUnlink = new DevExpress.XtraEditors.SimpleButton();
     this.btnReceiptLink = new DevExpress.XtraEditors.SimpleButton();
     this.gridReceipt = new DevExpress.XtraGrid.GridControl();
     this.IPPReceiptView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnIPPR = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label10 = new System.Windows.Forms.Label();
     this.IPPReceiptStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.groupGIROMaster = new DevExpress.XtraEditors.GroupControl();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tabGiroDetails = new DevExpress.XtraTab.XtraTabPage();
     this.luedtBankBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtBank = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtPackage = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.label70 = new System.Windows.Forms.Label();
     this.txtPackageDesc = new DevExpress.XtraEditors.TextEdit();
     this.txtAccountNo = new DevExpress.XtraEditors.TextEdit();
     this.txtGIROId = new DevExpress.XtraEditors.TextEdit();
     this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
     this.lblGiro_BankBranch = new System.Windows.Forms.Label();
     this.lblGiro_BankACNumber = new System.Windows.Forms.Label();
     this.lblGiro_BankCode = new System.Windows.Forms.Label();
     this.lblGiro_Remark = new System.Windows.Forms.Label();
     this.lblGiro_Package = new System.Windows.Forms.Label();
     this.lblGiro_Branch = new System.Windows.Forms.Label();
     this.lblGiro_MemberID = new System.Windows.Forms.Label();
     this.lblGiroID = new System.Windows.Forms.Label();
     this.tabGiroTrnsHistory = new DevExpress.XtraTab.XtraTabPage();
     this.GridTransaction = new DevExpress.XtraGrid.GridControl();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.GroupGiro = new DevExpress.XtraEditors.GroupControl();
     this.comboBoxGiroStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label63 = new System.Windows.Forms.Label();
     this.btnImport = new DevExpress.XtraEditors.SimpleButton();
     this.btnGiroExport = new DevExpress.XtraEditors.SimpleButton();
     this.btnGiroUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.btnGiroDelete = new DevExpress.XtraEditors.SimpleButton();
     this.btnGiroNew = new DevExpress.XtraEditors.SimpleButton();
     this.GiroGrid = new DevExpress.XtraGrid.GridControl();
     this.GIROGridView = 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.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabManagerTwo = new DevExpress.XtraTab.XtraTabPage();
     this.GrpPayroll = new DevExpress.XtraEditors.GroupControl();
     this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
     this.cbJob = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label8 = new System.Windows.Forms.Label();
     this.grpGridExcel = new DevExpress.XtraEditors.GroupControl();
     this.gridExcel = new DevExpress.XtraGrid.GridControl();
     this.gridViewExcel = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.FirstPayDate = 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.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.SecondPayDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnPayrollExport = new DevExpress.XtraEditors.SimpleButton();
     this.btnPayrollGenerate = new DevExpress.XtraEditors.SimpleButton();
     this.btnPayrollDelete = new DevExpress.XtraEditors.SimpleButton();
     this.comboBoxEditMTH = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEditYR = new DevExpress.XtraEditors.ComboBoxEdit();
     this.lblYear = new System.Windows.Forms.Label();
     this.lblMonth = new System.Windows.Forms.Label();
     this.cmbxPayroll = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gridPayroll = new DevExpress.XtraGrid.GridControl();
     this.gridViewPayroll = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nEmployeeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.dtFirstRunDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nNormalOT = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nPublicHolidayOT = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nOffDayOT = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nPartTimeWorkHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nALEntitlementHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nPHEntitlementHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mServiceReimbursements = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nTotalLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nUnpaidAL = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nUnpaidTO = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nUnpaidMedical = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mCommission = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mCommissionLatenessPenalty = new DevExpress.XtraGrid.Columns.GridColumn();
     this.dtSecondRunDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabManagerThree = new DevExpress.XtraTab.XtraTabPage();
     this.lblThree_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblThree_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblThree_3 = new DevExpress.XtraEditors.SimpleButton();
     this.grpClassSchedule = new DevExpress.XtraEditors.GroupControl();
     this.comboBoxBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.btnRefreshClassSchedule = new DevExpress.XtraEditors.SimpleButton();
     this.lblPQBranch = new System.Windows.Forms.Label();
     this.lblSUN = new System.Windows.Forms.Label();
     this.panelSun = new System.Windows.Forms.Panel();
     this.panelSat = new System.Windows.Forms.Panel();
     this.lblFRI = new System.Windows.Forms.Label();
     this.lblTHU = new System.Windows.Forms.Label();
     this.lblWED = new System.Windows.Forms.Label();
     this.lblTUE = new System.Windows.Forms.Label();
     this.panelFri = new System.Windows.Forms.Panel();
     this.panelThu = new System.Windows.Forms.Panel();
     this.panelWed = new System.Windows.Forms.Panel();
     this.panelTue = new System.Windows.Forms.Panel();
     this.panelMon = new System.Windows.Forms.Panel();
     this.lblMON = new System.Windows.Forms.Label();
     this.btnPrintClassSchedule = new DevExpress.XtraEditors.SimpleButton();
     this.btnNewClassSchedule = new DevExpress.XtraEditors.SimpleButton();
     this.lblSAT = new System.Windows.Forms.Label();
     this.groupMemCard = new DevExpress.XtraEditors.GroupControl();
     this.grpRoadShow = new DevExpress.XtraEditors.GroupControl();
     this.tabManagerFour = new DevExpress.XtraTab.XtraTabPage();
     this.lblFour_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_3 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_4 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_5 = new DevExpress.XtraEditors.SimpleButton();
     this.panel2 = new System.Windows.Forms.Panel();
     this.tabManagerFive = new DevExpress.XtraTab.XtraTabPage();
     this.label6 = new System.Windows.Forms.Label();
     this.ReportPanel = new DevExpress.XtraEditors.PanelControl();
     this.lk_ReportView = new DevExpress.XtraEditors.LookUpEdit();
     this.lblFive_9 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_10 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_4 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_8 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_7 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_3 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_6 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_5 = new DevExpress.XtraEditors.SimpleButton();
     this.tabManagerSix = new DevExpress.XtraTab.XtraTabPage();
     this.lk_MasterData = new DevExpress.XtraEditors.LookUpEdit();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.bbiManagerLoginOut = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barstaticCurrentLogin = new DevExpress.XtraBars.BarButtonItem();
     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.bbiManagerTimeCard = new DevExpress.XtraBars.BarButtonItem();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.gridColumnPGE3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnPGE2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnPGE1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mdPGE_txtNQuantity = new DevExpress.XtraEditors.TextEdit();
     this.mdPGE_txtStrPackageCode = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.mdPGE_cdStrPackageGroupCode = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.mdPGE_lblNQuantity = new System.Windows.Forms.Label();
     this.mdPGE_lblStrPackageCode = new System.Windows.Forms.Label();
     this.mdPGE_lblStrPackageGroupCode = new System.Windows.Forms.Label();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.label5 = new System.Windows.Forms.Label();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlManager)).BeginInit();
     this.tabControlManager.SuspendLayout();
     this.tabManagerOne.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPPMaster)).BeginInit();
     this.groupIPPMaster.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPP)).BeginInit();
     this.groupIPP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ComboBoxIPP.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpIPP2)).BeginInit();
     this.grpIPP2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkBank.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtTo.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtStart.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCardScr.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupIPPDetails)).BeginInit();
     this.GroupIPPDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.strReferenceNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPBankCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNMonths.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPCCNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPDateRcv.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPDateSent.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPCreatedDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMerchantNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPAmount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPInterest.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNettAmount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMemberId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMemberName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPPReceipt)).BeginInit();
     this.groupIPPReceipt.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridReceipt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPReceiptView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPReceiptStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupGIROMaster)).BeginInit();
     this.groupGIROMaster.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.tabGiroDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBankBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtPackage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackageDesc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAccountNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGIROId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
     this.tabGiroTrnsHistory.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridTransaction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupGiro)).BeginInit();
     this.GroupGiro.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxGiroStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GiroGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GIROGridView)).BeginInit();
     this.tabManagerTwo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GrpPayroll)).BeginInit();
     this.GrpPayroll.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbJob.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpGridExcel)).BeginInit();
     this.grpGridExcel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridExcel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewExcel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditMTH.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditYR.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbxPayroll.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPayroll)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPayroll)).BeginInit();
     this.tabManagerThree.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpClassSchedule)).BeginInit();
     this.grpClassSchedule.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMemCard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpRoadShow)).BeginInit();
     this.tabManagerFour.SuspendLayout();
     this.tabManagerFive.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ReportPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_ReportView.Properties)).BeginInit();
     this.tabManagerSix.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lk_MasterData.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_txtNQuantity.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_txtStrPackageCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_cdStrPackageGroupCode.Properties)).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";
     //
     // MenuItem4
     //
     this.MenuItem4.Index = 1;
     this.MenuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItem6,
     this.MenuItem7,
     this.MenuItem8,
     this.MenuItem9,
     this.MenuItem10});
     this.MenuItem4.Text = "Tools";
     //
     // MenuItem6
     //
     this.MenuItem6.Index = 0;
     this.MenuItem6.Text = "Change Password";
     //
     // MenuItem7
     //
     this.MenuItem7.Index = 1;
     this.MenuItem7.Text = "Block Membership ID";
     //
     // MenuItem8
     //
     this.MenuItem8.Index = 2;
     this.MenuItem8.Text = "Reset Membership ID";
     //
     // 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";
     //
     // tabControlManager
     //
     this.tabControlManager.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControlManager.Appearance.ForeColor = System.Drawing.Color.Transparent;
     this.tabControlManager.Appearance.Options.UseFont = true;
     this.tabControlManager.Appearance.Options.UseForeColor = true;
     this.tabControlManager.AppearancePage.Header.Font = new System.Drawing.Font("Tahoma", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControlManager.AppearancePage.Header.Options.UseFont = true;
     this.tabControlManager.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.tabControlManager.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControlManager.ImeMode = System.Windows.Forms.ImeMode.On;
     this.tabControlManager.Location = new System.Drawing.Point(0, 40);
     this.tabControlManager.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tabControlManager.Name = "tabControlManager";
     this.tabControlManager.PaintStyleName = "Skin";
     this.tabControlManager.SelectedTabPage = this.tabManagerOne;
     this.tabControlManager.Size = new System.Drawing.Size(1016, 672);
     this.tabControlManager.TabIndex = 5;
     this.tabControlManager.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabManagerOne,
     this.tabManagerTwo,
     this.tabManagerThree,
     this.tabManagerFour,
     this.tabManagerFive,
     this.tabManagerSix});
     this.tabControlManager.Text = "tabAccount";
     this.tabControlManager.Click += new System.EventHandler(this.tabControlManager_Click);
     //
     // tabManagerOne
     //
     this.tabManagerOne.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabManagerOne.Appearance.Header.Options.UseFont = true;
     this.tabManagerOne.Appearance.PageClient.BackColor = System.Drawing.Color.DimGray;
     this.tabManagerOne.Appearance.PageClient.Options.UseBackColor = true;
     this.tabManagerOne.Controls.Add(this.lblOne_2);
     this.tabManagerOne.Controls.Add(this.lblOne_1);
     this.tabManagerOne.Controls.Add(this.groupIPPMaster);
     this.tabManagerOne.Controls.Add(this.groupGIROMaster);
     this.tabManagerOne.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabManagerOne.Name = "tabManagerOne";
     this.tabManagerOne.PageVisible = false;
     this.tabManagerOne.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerOne.Text = "Account";
     //
     // 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(152, 0);
     this.lblOne_2.Name = "lblOne_2";
     this.lblOne_2.Size = new System.Drawing.Size(138, 23);
     this.lblOne_2.TabIndex = 144;
     this.lblOne_2.Text = "GIRO";
     this.lblOne_2.Click += new System.EventHandler(this.lblOne_2_Click);
     //
     // 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, 0);
     this.lblOne_1.Name = "lblOne_1";
     this.lblOne_1.Size = new System.Drawing.Size(138, 23);
     this.lblOne_1.TabIndex = 143;
     this.lblOne_1.Text = "IPP";
     this.lblOne_1.Click += new System.EventHandler(this.lblOne_1_Click);
     //
     // groupIPPMaster
     //
     this.groupIPPMaster.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupIPPMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupIPPMaster.Controls.Add(this.groupIPP);
     this.groupIPPMaster.Controls.Add(this.hypReceipts);
     this.groupIPPMaster.Controls.Add(this.hypIPPDetails);
     this.groupIPPMaster.Controls.Add(this.GroupIPPDetails);
     this.groupIPPMaster.Controls.Add(this.groupIPPReceipt);
     this.groupIPPMaster.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupIPPMaster.Location = new System.Drawing.Point(0, 29);
     this.groupIPPMaster.Name = "groupIPPMaster";
     this.groupIPPMaster.ShowCaption = false;
     this.groupIPPMaster.Size = new System.Drawing.Size(1007, 608);
     this.toolTipController1.SetSuperTip(this.groupIPPMaster, null);
     this.groupIPPMaster.TabIndex = 20;
     this.groupIPPMaster.Text = "GroupControl3";
     //
     // groupIPP
     //
     this.groupIPP.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupIPP.Appearance.Options.UseBackColor = true;
     this.groupIPP.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupIPP.Controls.Add(this.ComboBoxIPP);
     this.groupIPP.Controls.Add(this.grpIPP2);
     this.groupIPP.Controls.Add(this.btnReceiveIPP);
     this.groupIPP.Controls.Add(this.btnSendIPP);
     this.groupIPP.Controls.Add(this.btnUpdateIPP);
     this.groupIPP.Controls.Add(this.btnDeleteIPP);
     this.groupIPP.Controls.Add(this.btnNewIPP);
     this.groupIPP.Controls.Add(this.IPPGrid);
     this.groupIPP.Location = new System.Drawing.Point(4, 0);
     this.groupIPP.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupIPP.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupIPP.Name = "groupIPP";
     this.groupIPP.Size = new System.Drawing.Size(996, 290);
     this.toolTipController1.SetSuperTip(this.groupIPP, null);
     this.groupIPP.TabIndex = 16;
     this.groupIPP.Text = "IPP";
     //
     // ComboBoxIPP
     //
     this.ComboBoxIPP.Location = new System.Drawing.Point(8, 56);
     this.ComboBoxIPP.Name = "ComboBoxIPP";
     this.ComboBoxIPP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ComboBoxIPP.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Show All", null, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Not Sent", 0, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Sent, Not Received", 1, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Success", 2, -1)});
     this.ComboBoxIPP.Size = new System.Drawing.Size(136, 20);
     this.ComboBoxIPP.TabIndex = 130;
     this.ComboBoxIPP.SelectedIndexChanged += new System.EventHandler(this.ComboBoxIPP_SelectedIndexChanged);
     //
     // grpIPP2
     //
     this.grpIPP2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.grpIPP2.Controls.Add(this.btnReset);
     this.grpIPP2.Controls.Add(this.lkBranch);
     this.grpIPP2.Controls.Add(this.lkBank);
     this.grpIPP2.Controls.Add(this.IPPdtTo);
     this.grpIPP2.Controls.Add(this.IPPdtStart);
     this.grpIPP2.Controls.Add(this.btnSearch);
     this.grpIPP2.Controls.Add(this.txtCreditCardScr);
     this.grpIPP2.Controls.Add(this.label4);
     this.grpIPP2.Controls.Add(this.label3);
     this.grpIPP2.Controls.Add(this.label2);
     this.grpIPP2.Controls.Add(this.IPPlblDtTo);
     this.grpIPP2.Controls.Add(this.IPPlblDtFrom);
     this.grpIPP2.Location = new System.Drawing.Point(0, 16);
     this.grpIPP2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpIPP2.Name = "grpIPP2";
     this.grpIPP2.ShowCaption = false;
     this.grpIPP2.Size = new System.Drawing.Size(1000, 34);
     this.toolTipController1.SetSuperTip(this.grpIPP2, null);
     this.grpIPP2.TabIndex = 128;
     this.grpIPP2.Text = "groupControl4";
     //
     // btnReset
     //
     this.btnReset.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnReset.Appearance.Options.UseFont = true;
     this.btnReset.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReset.Location = new System.Drawing.Point(928, 8);
     this.btnReset.Name = "btnReset";
     this.btnReset.Size = new System.Drawing.Size(56, 20);
     this.btnReset.TabIndex = 148;
     this.btnReset.Text = "Reset";
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // lkBranch
     //
     this.lkBranch.Location = new System.Drawing.Point(608, 8);
     this.lkBranch.Name = "lkBranch";
     this.lkBranch.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.lkBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkBranch.Size = new System.Drawing.Size(64, 22);
     this.lkBranch.TabIndex = 147;
     //
     // lkBank
     //
     this.lkBank.Location = new System.Drawing.Point(336, 8);
     this.lkBank.Name = "lkBank";
     this.lkBank.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.lkBank.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkBank.Size = new System.Drawing.Size(216, 22);
     this.lkBank.TabIndex = 146;
     //
     // IPPdtTo
     //
     this.IPPdtTo.EditValue = new System.DateTime(2006, 5, 19, 0, 0, 0, 0);
     this.IPPdtTo.Location = new System.Drawing.Point(200, 8);
     this.IPPdtTo.Name = "IPPdtTo";
     this.IPPdtTo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.IPPdtTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPdtTo.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.IPPdtTo.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPdtTo.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.IPPdtTo.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPdtTo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPdtTo.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPdtTo.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.IPPdtTo.Size = new System.Drawing.Size(96, 22);
     this.IPPdtTo.TabIndex = 138;
     //
     // IPPdtStart
     //
     this.IPPdtStart.EditValue = new System.DateTime(2006, 5, 19, 0, 0, 0, 0);
     this.IPPdtStart.Location = new System.Drawing.Point(80, 8);
     this.IPPdtStart.Name = "IPPdtStart";
     this.IPPdtStart.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.IPPdtStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPdtStart.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.IPPdtStart.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPdtStart.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.IPPdtStart.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPdtStart.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPdtStart.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPdtStart.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.IPPdtStart.Size = new System.Drawing.Size(96, 22);
     this.IPPdtStart.TabIndex = 137;
     //
     // btnSearch
     //
     this.btnSearch.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnSearch.Appearance.Options.UseFont = true;
     this.btnSearch.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSearch.Location = new System.Drawing.Point(864, 8);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(56, 20);
     this.btnSearch.TabIndex = 135;
     this.btnSearch.Text = "Search";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtCreditCardScr
     //
     this.txtCreditCardScr.EditValue = "";
     this.txtCreditCardScr.Location = new System.Drawing.Point(760, 8);
     this.txtCreditCardScr.Name = "txtCreditCardScr";
     this.txtCreditCardScr.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCreditCardScr.Properties.Appearance.Options.UseFont = true;
     this.txtCreditCardScr.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.txtCreditCardScr.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtCreditCardScr.Size = new System.Drawing.Size(96, 22);
     this.txtCreditCardScr.TabIndex = 134;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(680, 8);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(88, 16);
     this.toolTipController1.SetSuperTip(this.label4, null);
     this.label4.TabIndex = 132;
     this.label4.Text = "Credit Card";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(552, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(56, 16);
     this.toolTipController1.SetSuperTip(this.label3, null);
     this.label3.TabIndex = 131;
     this.label3.Text = "Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(296, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(40, 16);
     this.toolTipController1.SetSuperTip(this.label2, null);
     this.label2.TabIndex = 130;
     this.label2.Text = "Bank";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // IPPlblDtTo
     //
     this.IPPlblDtTo.BackColor = System.Drawing.Color.Transparent;
     this.IPPlblDtTo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPlblDtTo.Location = new System.Drawing.Point(176, 8);
     this.IPPlblDtTo.Name = "IPPlblDtTo";
     this.IPPlblDtTo.Size = new System.Drawing.Size(24, 16);
     this.toolTipController1.SetSuperTip(this.IPPlblDtTo, null);
     this.IPPlblDtTo.TabIndex = 125;
     this.IPPlblDtTo.Text = "To";
     this.IPPlblDtTo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // IPPlblDtFrom
     //
     this.IPPlblDtFrom.BackColor = System.Drawing.Color.Transparent;
     this.IPPlblDtFrom.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPlblDtFrom.Location = new System.Drawing.Point(8, 8);
     this.IPPlblDtFrom.Name = "IPPlblDtFrom";
     this.IPPlblDtFrom.Size = new System.Drawing.Size(72, 16);
     this.toolTipController1.SetSuperTip(this.IPPlblDtFrom, null);
     this.IPPlblDtFrom.TabIndex = 124;
     this.IPPlblDtFrom.Text = "Date From";
     this.IPPlblDtFrom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnReceiveIPP
     //
     this.btnReceiveIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnReceiveIPP.Appearance.Options.UseFont = true;
     this.btnReceiveIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReceiveIPP.Enabled = false;
     this.btnReceiveIPP.Location = new System.Drawing.Point(408, 56);
     this.btnReceiveIPP.Name = "btnReceiveIPP";
     this.btnReceiveIPP.Size = new System.Drawing.Size(62, 20);
     this.btnReceiveIPP.TabIndex = 13;
     this.btnReceiveIPP.Text = "Receive";
     this.btnReceiveIPP.Click += new System.EventHandler(this.btnReceiveIPP_Click);
     //
     // btnSendIPP
     //
     this.btnSendIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnSendIPP.Appearance.Options.UseFont = true;
     this.btnSendIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSendIPP.Enabled = false;
     this.btnSendIPP.Location = new System.Drawing.Point(344, 56);
     this.btnSendIPP.Name = "btnSendIPP";
     this.btnSendIPP.Size = new System.Drawing.Size(62, 20);
     this.btnSendIPP.TabIndex = 12;
     this.btnSendIPP.Text = "Send";
     this.btnSendIPP.Click += new System.EventHandler(this.btnSendIPP_Click);
     //
     // btnUpdateIPP
     //
     this.btnUpdateIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnUpdateIPP.Appearance.Options.UseFont = true;
     this.btnUpdateIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnUpdateIPP.Location = new System.Drawing.Point(216, 56);
     this.btnUpdateIPP.Name = "btnUpdateIPP";
     this.btnUpdateIPP.Size = new System.Drawing.Size(62, 20);
     this.btnUpdateIPP.TabIndex = 10;
     this.btnUpdateIPP.Text = "Update";
     this.btnUpdateIPP.Click += new System.EventHandler(this.btnUpdateIPP_Click);
     //
     // btnDeleteIPP
     //
     this.btnDeleteIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnDeleteIPP.Appearance.Options.UseFont = true;
     this.btnDeleteIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnDeleteIPP.Location = new System.Drawing.Point(280, 56);
     this.btnDeleteIPP.Name = "btnDeleteIPP";
     this.btnDeleteIPP.Size = new System.Drawing.Size(62, 20);
     this.btnDeleteIPP.TabIndex = 5;
     this.btnDeleteIPP.Text = "Delete";
     this.btnDeleteIPP.Click += new System.EventHandler(this.btnDeleteIPP_Click);
     //
     // btnNewIPP
     //
     this.btnNewIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnNewIPP.Appearance.Options.UseFont = true;
     this.btnNewIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnNewIPP.Location = new System.Drawing.Point(152, 56);
     this.btnNewIPP.Name = "btnNewIPP";
     this.btnNewIPP.Size = new System.Drawing.Size(62, 20);
     this.btnNewIPP.TabIndex = 2;
     this.btnNewIPP.Text = "New";
     this.btnNewIPP.Click += new System.EventHandler(this.btnNewIPP_Click);
     //
     // IPPGrid
     //
     this.IPPGrid.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.IPPGrid.EmbeddedNavigator.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.IPPGrid.EmbeddedNavigator.Name = "";
     gridLevelNode1.RelationName = "Level1";
     this.IPPGrid.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1});
     this.IPPGrid.Location = new System.Drawing.Point(2, 80);
     this.IPPGrid.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPGrid.MainView = this.IPPGridView;
     this.IPPGrid.Name = "IPPGrid";
     this.IPPGrid.Size = new System.Drawing.Size(992, 208);
     this.IPPGrid.TabIndex = 0;
     this.IPPGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.IPPGridView});
     //
     // IPPGridView
     //
     this.IPPGridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn16,
     this.gridColumn8});
     this.IPPGridView.GridControl = this.IPPGrid;
     this.IPPGridView.Name = "IPPGridView";
     this.IPPGridView.OptionsBehavior.Editable = false;
     this.IPPGridView.OptionsCustomization.AllowFilter = false;
     this.IPPGridView.OptionsFilter.AllowColumnMRUFilterList = false;
     this.IPPGridView.OptionsFilter.AllowMRUFilterList = false;
     this.IPPGridView.OptionsView.ShowGroupPanel = false;
     this.IPPGridView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.IPPGridView_FocusedRowChanged);
     this.IPPGridView.Click += new System.EventHandler(this.IPPGridView_Click);
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "ID";
     this.gridColumn10.FieldName = "nIPPID";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 0;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "Date Created";
     this.gridColumn11.FieldName = "dtDate";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 6;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Member Id";
     this.gridColumn12.FieldName = "strMembershipID";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 1;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Member Name";
     this.gridColumn13.FieldName = "strMemberName";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 2;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Bank";
     this.gridColumn14.FieldName = "strBankDesc";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 3;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Credit Card No.";
     this.gridColumn15.DisplayFormat.FormatString = "####-####-####-####";
     this.gridColumn15.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn15.FieldName = "strCreditCardNo";
     this.gridColumn15.GroupFormat.FormatString = "####-####-####-####";
     this.gridColumn15.GroupFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn15.MinWidth = 24;
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 4;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "No. of Months";
     this.gridColumn16.FieldName = "nMonths";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 5;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "gridColumn8";
     this.gridColumn8.FieldName = "strIPP";
     this.gridColumn8.Name = "gridColumn8";
     //
     // hypReceipts
     //
     this.hypReceipts.AutoSize = true;
     this.hypReceipts.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hypReceipts.Location = new System.Drawing.Point(128, 296);
     this.hypReceipts.Name = "hypReceipts";
     this.hypReceipts.Size = new System.Drawing.Size(83, 16);
     this.toolTipController1.SetSuperTip(this.hypReceipts, null);
     this.hypReceipts.TabIndex = 13;
     this.hypReceipts.Text = "RECEIPTS";
     this.hypReceipts.Click += new System.EventHandler(this.hypReceipts_Click);
     //
     // hypIPPDetails
     //
     this.hypIPPDetails.AutoSize = true;
     this.hypIPPDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hypIPPDetails.Location = new System.Drawing.Point(16, 296);
     this.hypIPPDetails.Name = "hypIPPDetails";
     this.hypIPPDetails.Size = new System.Drawing.Size(99, 16);
     this.toolTipController1.SetSuperTip(this.hypIPPDetails, null);
     this.hypIPPDetails.TabIndex = 10;
     this.hypIPPDetails.Text = "IPP DETAILS";
     this.hypIPPDetails.Click += new System.EventHandler(this.hypIPPDetails_Click);
     //
     // GroupIPPDetails
     //
     this.GroupIPPDetails.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.GroupIPPDetails.Appearance.Options.UseBackColor = true;
     this.GroupIPPDetails.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupIPPDetails.Controls.Add(this.strReferenceNo);
     this.GroupIPPDetails.Controls.Add(this.label7);
     this.GroupIPPDetails.Controls.Add(this.IPPBankCode);
     this.GroupIPPDetails.Controls.Add(this.IPPNMonths);
     this.GroupIPPDetails.Controls.Add(this.IPPCCNo);
     this.GroupIPPDetails.Controls.Add(this.IPPStatus);
     this.GroupIPPDetails.Controls.Add(this.IPPDateRcv);
     this.GroupIPPDetails.Controls.Add(this.IPPDateSent);
     this.GroupIPPDetails.Controls.Add(this.IPPBranchCode);
     this.GroupIPPDetails.Controls.Add(this.IPPCreatedDate);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL1);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL16);
     this.GroupIPPDetails.Controls.Add(this.IPPMerchantNo);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL8);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL14);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL12);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL13);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL11);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL10);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL9);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL7);
     this.GroupIPPDetails.Controls.Add(this.IPPAmount);
     this.GroupIPPDetails.Controls.Add(this.IPPInterest);
     this.GroupIPPDetails.Controls.Add(this.IPPNettAmount);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL5);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL6);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL4);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL3);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL2);
     this.GroupIPPDetails.Controls.Add(this.IPPMemberId);
     this.GroupIPPDetails.Controls.Add(this.IPPMemberName);
     this.GroupIPPDetails.Controls.Add(this.IPPId);
     this.GroupIPPDetails.ImeMode = System.Windows.Forms.ImeMode.On;
     this.GroupIPPDetails.Location = new System.Drawing.Point(8, 320);
     this.GroupIPPDetails.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.GroupIPPDetails.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GroupIPPDetails.Name = "GroupIPPDetails";
     this.GroupIPPDetails.Size = new System.Drawing.Size(992, 240);
     this.toolTipController1.SetSuperTip(this.GroupIPPDetails, null);
     this.GroupIPPDetails.TabIndex = 14;
     this.GroupIPPDetails.Text = "IPP Details";
     //
     // strReferenceNo
     //
     this.strReferenceNo.EditValue = "";
     this.strReferenceNo.Location = new System.Drawing.Point(600, 200);
     this.strReferenceNo.Name = "strReferenceNo";
     this.strReferenceNo.Size = new System.Drawing.Size(168, 20);
     this.strReferenceNo.TabIndex = 150;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(424, 200);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(141, 16);
     this.toolTipController1.SetSuperTip(this.label7, null);
     this.label7.TabIndex = 149;
     this.label7.Text = "Reference Number  :";
     //
     // IPPBankCode
     //
     this.IPPBankCode.Location = new System.Drawing.Point(600, 128);
     this.IPPBankCode.Name = "IPPBankCode";
     this.IPPBankCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPBankCode.Size = new System.Drawing.Size(168, 20);
     this.IPPBankCode.TabIndex = 145;
     this.IPPBankCode.EditValueChanged += new System.EventHandler(this.IPPBankCode_EditValueChanged);
     //
     // IPPNMonths
     //
     this.IPPNMonths.Location = new System.Drawing.Point(600, 176);
     this.IPPNMonths.Name = "IPPNMonths";
     this.IPPNMonths.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPNMonths.Size = new System.Drawing.Size(168, 20);
     this.IPPNMonths.TabIndex = 144;
     //
     // IPPCCNo
     //
     this.IPPCCNo.AllowDrop = true;
     this.IPPCCNo.EditValue = "";
     this.IPPCCNo.Location = new System.Drawing.Point(600, 152);
     this.IPPCCNo.Name = "IPPCCNo";
     this.IPPCCNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPCCNo.Properties.Appearance.Options.UseFont = true;
     this.IPPCCNo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPCCNo.Properties.Mask.BeepOnError = true;
     this.IPPCCNo.Properties.Mask.EditMask = "\\d{4}-\\d{4}-\\d{4}-\\d{4}";
     this.IPPCCNo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Regular;
     this.IPPCCNo.Properties.Mask.SaveLiteral = false;
     this.IPPCCNo.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.IPPCCNo.Properties.MaxLength = 19;
     this.IPPCCNo.Size = new System.Drawing.Size(168, 20);
     this.IPPCCNo.TabIndex = 143;
     //
     // IPPStatus
     //
     this.IPPStatus.EditValue = "";
     this.IPPStatus.Enabled = false;
     this.IPPStatus.Location = new System.Drawing.Point(600, 104);
     this.IPPStatus.Name = "IPPStatus";
     this.IPPStatus.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPStatus.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPStatus.Properties.Appearance.Options.UseBackColor = true;
     this.IPPStatus.Properties.Appearance.Options.UseFont = true;
     this.IPPStatus.Properties.Appearance.Options.UseForeColor = true;
     this.IPPStatus.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPStatus.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPStatus.Properties.ReadOnly = true;
     this.IPPStatus.ShowToolTips = false;
     this.IPPStatus.Size = new System.Drawing.Size(168, 18);
     this.IPPStatus.TabIndex = 141;
     //
     // IPPDateRcv
     //
     this.IPPDateRcv.EditValue = "";
     this.IPPDateRcv.Enabled = false;
     this.IPPDateRcv.Location = new System.Drawing.Point(600, 80);
     this.IPPDateRcv.Name = "IPPDateRcv";
     this.IPPDateRcv.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPDateRcv.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPDateRcv.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPDateRcv.Properties.Appearance.Options.UseBackColor = true;
     this.IPPDateRcv.Properties.Appearance.Options.UseFont = true;
     this.IPPDateRcv.Properties.Appearance.Options.UseForeColor = true;
     this.IPPDateRcv.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPDateRcv.Properties.DisplayFormat.FormatString = "d";
     this.IPPDateRcv.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPDateRcv.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPDateRcv.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPDateRcv.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.IPPDateRcv.Properties.ReadOnly = true;
     this.IPPDateRcv.ShowToolTips = false;
     this.IPPDateRcv.Size = new System.Drawing.Size(168, 18);
     this.IPPDateRcv.TabIndex = 140;
     //
     // IPPDateSent
     //
     this.IPPDateSent.EditValue = "";
     this.IPPDateSent.Enabled = false;
     this.IPPDateSent.Location = new System.Drawing.Point(600, 56);
     this.IPPDateSent.Name = "IPPDateSent";
     this.IPPDateSent.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPDateSent.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPDateSent.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPDateSent.Properties.Appearance.Options.UseBackColor = true;
     this.IPPDateSent.Properties.Appearance.Options.UseFont = true;
     this.IPPDateSent.Properties.Appearance.Options.UseForeColor = true;
     this.IPPDateSent.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPDateSent.Properties.DisplayFormat.FormatString = "d";
     this.IPPDateSent.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPDateSent.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPDateSent.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPDateSent.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.IPPDateSent.Properties.ReadOnly = true;
     this.IPPDateSent.ShowToolTips = false;
     this.IPPDateSent.Size = new System.Drawing.Size(168, 18);
     this.IPPDateSent.TabIndex = 139;
     //
     // IPPBranchCode
     //
     this.IPPBranchCode.EditValue = "";
     this.IPPBranchCode.Enabled = false;
     this.IPPBranchCode.Location = new System.Drawing.Point(184, 128);
     this.IPPBranchCode.Name = "IPPBranchCode";
     this.IPPBranchCode.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPBranchCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPBranchCode.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPBranchCode.Properties.Appearance.Options.UseBackColor = true;
     this.IPPBranchCode.Properties.Appearance.Options.UseFont = true;
     this.IPPBranchCode.Properties.Appearance.Options.UseForeColor = true;
     this.IPPBranchCode.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPBranchCode.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPBranchCode.Properties.ReadOnly = true;
     this.IPPBranchCode.Size = new System.Drawing.Size(168, 18);
     this.IPPBranchCode.TabIndex = 138;
     //
     // IPPCreatedDate
     //
     this.IPPCreatedDate.EditValue = "";
     this.IPPCreatedDate.Enabled = false;
     this.IPPCreatedDate.Location = new System.Drawing.Point(184, 56);
     this.IPPCreatedDate.Name = "IPPCreatedDate";
     this.IPPCreatedDate.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPCreatedDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPCreatedDate.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPCreatedDate.Properties.Appearance.Options.UseBackColor = true;
     this.IPPCreatedDate.Properties.Appearance.Options.UseFont = true;
     this.IPPCreatedDate.Properties.Appearance.Options.UseForeColor = true;
     this.IPPCreatedDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPCreatedDate.Properties.DisplayFormat.FormatString = "d";
     this.IPPCreatedDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPCreatedDate.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPCreatedDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPCreatedDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.IPPCreatedDate.Properties.ReadOnly = true;
     this.IPPCreatedDate.Size = new System.Drawing.Size(168, 18);
     this.IPPCreatedDate.TabIndex = 137;
     //
     // IPPLBL1
     //
     this.IPPLBL1.AutoSize = true;
     this.IPPLBL1.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL1.Location = new System.Drawing.Point(32, 32);
     this.IPPLBL1.Name = "IPPLBL1";
     this.IPPLBL1.Size = new System.Drawing.Size(55, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL1, null);
     this.IPPLBL1.TabIndex = 136;
     this.IPPLBL1.Text = "IPP Id :";
     //
     // IPPLBL16
     //
     this.IPPLBL16.AutoSize = true;
     this.IPPLBL16.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL16.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL16.Location = new System.Drawing.Point(32, 128);
     this.IPPLBL16.Name = "IPPLBL16";
     this.IPPLBL16.Size = new System.Drawing.Size(98, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL16, null);
     this.IPPLBL16.TabIndex = 135;
     this.IPPLBL16.Text = "Branch Code :";
     //
     // IPPMerchantNo
     //
     this.IPPMerchantNo.EditValue = "";
     this.IPPMerchantNo.Enabled = false;
     this.IPPMerchantNo.Location = new System.Drawing.Point(184, 152);
     this.IPPMerchantNo.Name = "IPPMerchantNo";
     this.IPPMerchantNo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPMerchantNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPMerchantNo.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPMerchantNo.Properties.Appearance.Options.UseBackColor = true;
     this.IPPMerchantNo.Properties.Appearance.Options.UseFont = true;
     this.IPPMerchantNo.Properties.Appearance.Options.UseForeColor = true;
     this.IPPMerchantNo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPMerchantNo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPMerchantNo.Properties.ReadOnly = true;
     this.IPPMerchantNo.Size = new System.Drawing.Size(166, 18);
     this.IPPMerchantNo.TabIndex = 133;
     //
     // IPPLBL8
     //
     this.IPPLBL8.AutoSize = true;
     this.IPPLBL8.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL8.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL8.Location = new System.Drawing.Point(32, 152);
     this.IPPLBL8.Name = "IPPLBL8";
     this.IPPLBL8.Size = new System.Drawing.Size(99, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL8, null);
     this.IPPLBL8.TabIndex = 132;
     this.IPPLBL8.Text = "Merchant No :";
     //
     // IPPLBL14
     //
     this.IPPLBL14.AutoSize = true;
     this.IPPLBL14.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL14.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL14.Location = new System.Drawing.Point(424, 104);
     this.IPPLBL14.Name = "IPPLBL14";
     this.IPPLBL14.Size = new System.Drawing.Size(60, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL14, null);
     this.IPPLBL14.TabIndex = 131;
     this.IPPLBL14.Text = "Status :";
     //
     // IPPLBL12
     //
     this.IPPLBL12.AutoSize = true;
     this.IPPLBL12.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL12.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL12.Location = new System.Drawing.Point(424, 56);
     this.IPPLBL12.Name = "IPPLBL12";
     this.IPPLBL12.Size = new System.Drawing.Size(135, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL12, null);
     this.IPPLBL12.TabIndex = 130;
     this.IPPLBL12.Text = "Date Sent to Bank :";
     //
     // IPPLBL13
     //
     this.IPPLBL13.AutoSize = true;
     this.IPPLBL13.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL13.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL13.Location = new System.Drawing.Point(424, 80);
     this.IPPLBL13.Name = "IPPLBL13";
     this.IPPLBL13.Size = new System.Drawing.Size(151, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL13, null);
     this.IPPLBL13.TabIndex = 129;
     this.IPPLBL13.Text = "Date Received Reply :";
     //
     // IPPLBL11
     //
     this.IPPLBL11.AutoSize = true;
     this.IPPLBL11.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL11.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL11.Location = new System.Drawing.Point(424, 32);
     this.IPPLBL11.Name = "IPPLBL11";
     this.IPPLBL11.Size = new System.Drawing.Size(100, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL11, null);
     this.IPPLBL11.TabIndex = 128;
     this.IPPLBL11.Text = "Nett Amount :";
     //
     // IPPLBL10
     //
     this.IPPLBL10.AutoSize = true;
     this.IPPLBL10.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL10.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL10.Location = new System.Drawing.Point(32, 200);
     this.IPPLBL10.Name = "IPPLBL10";
     this.IPPLBL10.Size = new System.Drawing.Size(71, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL10, null);
     this.IPPLBL10.TabIndex = 127;
     this.IPPLBL10.Text = "Interest :";
     //
     // IPPLBL9
     //
     this.IPPLBL9.AutoSize = true;
     this.IPPLBL9.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL9.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL9.Location = new System.Drawing.Point(32, 176);
     this.IPPLBL9.Name = "IPPLBL9";
     this.IPPLBL9.Size = new System.Drawing.Size(68, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL9, null);
     this.IPPLBL9.TabIndex = 126;
     this.IPPLBL9.Text = "Amount :";
     this.IPPLBL9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // IPPLBL7
     //
     this.IPPLBL7.AutoSize = true;
     this.IPPLBL7.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL7.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL7.Location = new System.Drawing.Point(424, 176);
     this.IPPLBL7.Name = "IPPLBL7";
     this.IPPLBL7.Size = new System.Drawing.Size(139, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL7, null);
     this.IPPLBL7.TabIndex = 125;
     this.IPPLBL7.Text = "Number of Months  :";
     //
     // IPPAmount
     //
     this.IPPAmount.EditValue = "";
     this.IPPAmount.Enabled = false;
     this.IPPAmount.Location = new System.Drawing.Point(184, 176);
     this.IPPAmount.Name = "IPPAmount";
     this.IPPAmount.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPAmount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPAmount.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPAmount.Properties.Appearance.Options.UseBackColor = true;
     this.IPPAmount.Properties.Appearance.Options.UseFont = true;
     this.IPPAmount.Properties.Appearance.Options.UseForeColor = true;
     this.IPPAmount.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPAmount.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPAmount.Properties.ReadOnly = true;
     this.IPPAmount.Size = new System.Drawing.Size(166, 18);
     this.IPPAmount.TabIndex = 124;
     //
     // IPPInterest
     //
     this.IPPInterest.EditValue = "";
     this.IPPInterest.Enabled = false;
     this.IPPInterest.Location = new System.Drawing.Point(184, 200);
     this.IPPInterest.Name = "IPPInterest";
     this.IPPInterest.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPInterest.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPInterest.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPInterest.Properties.Appearance.Options.UseBackColor = true;
     this.IPPInterest.Properties.Appearance.Options.UseFont = true;
     this.IPPInterest.Properties.Appearance.Options.UseForeColor = true;
     this.IPPInterest.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPInterest.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPInterest.Properties.ReadOnly = true;
     this.IPPInterest.Size = new System.Drawing.Size(166, 18);
     this.IPPInterest.TabIndex = 123;
     //
     // IPPNettAmount
     //
     this.IPPNettAmount.EditValue = "";
     this.IPPNettAmount.Enabled = false;
     this.IPPNettAmount.Location = new System.Drawing.Point(600, 32);
     this.IPPNettAmount.Name = "IPPNettAmount";
     this.IPPNettAmount.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPNettAmount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPNettAmount.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPNettAmount.Properties.Appearance.Options.UseBackColor = true;
     this.IPPNettAmount.Properties.Appearance.Options.UseFont = true;
     this.IPPNettAmount.Properties.Appearance.Options.UseForeColor = true;
     this.IPPNettAmount.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPNettAmount.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPNettAmount.Properties.ReadOnly = true;
     this.IPPNettAmount.Size = new System.Drawing.Size(166, 18);
     this.IPPNettAmount.TabIndex = 122;
     //
     // IPPLBL5
     //
     this.IPPLBL5.AutoSize = true;
     this.IPPLBL5.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL5.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL5.Location = new System.Drawing.Point(424, 128);
     this.IPPLBL5.Name = "IPPLBL5";
     this.IPPLBL5.Size = new System.Drawing.Size(84, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL5, null);
     this.IPPLBL5.TabIndex = 121;
     this.IPPLBL5.Text = "Bank Code :";
     //
     // IPPLBL6
     //
     this.IPPLBL6.AutoSize = true;
     this.IPPLBL6.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL6.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL6.Location = new System.Drawing.Point(424, 152);
     this.IPPLBL6.Name = "IPPLBL6";
     this.IPPLBL6.Size = new System.Drawing.Size(114, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL6, null);
     this.IPPLBL6.TabIndex = 120;
     this.IPPLBL6.Text = "Credit Card No. :";
     //
     // IPPLBL4
     //
     this.IPPLBL4.AutoSize = true;
     this.IPPLBL4.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL4.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL4.Location = new System.Drawing.Point(32, 104);
     this.IPPLBL4.Name = "IPPLBL4";
     this.IPPLBL4.Size = new System.Drawing.Size(108, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL4, null);
     this.IPPLBL4.TabIndex = 119;
     this.IPPLBL4.Text = "Member Name :";
     //
     // IPPLBL3
     //
     this.IPPLBL3.AutoSize = true;
     this.IPPLBL3.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL3.Location = new System.Drawing.Point(32, 80);
     this.IPPLBL3.Name = "IPPLBL3";
     this.IPPLBL3.Size = new System.Drawing.Size(86, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL3, null);
     this.IPPLBL3.TabIndex = 118;
     this.IPPLBL3.Text = "Member Id :";
     //
     // IPPLBL2
     //
     this.IPPLBL2.AutoSize = true;
     this.IPPLBL2.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL2.Location = new System.Drawing.Point(32, 56);
     this.IPPLBL2.Name = "IPPLBL2";
     this.IPPLBL2.Size = new System.Drawing.Size(104, 16);
     this.toolTipController1.SetSuperTip(this.IPPLBL2, null);
     this.IPPLBL2.TabIndex = 117;
     this.IPPLBL2.Text = "Date Created :";
     this.IPPLBL2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // IPPMemberId
     //
     this.IPPMemberId.EditValue = "";
     this.IPPMemberId.Enabled = false;
     this.IPPMemberId.Location = new System.Drawing.Point(184, 80);
     this.IPPMemberId.Name = "IPPMemberId";
     this.IPPMemberId.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPMemberId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPMemberId.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPMemberId.Properties.Appearance.Options.UseBackColor = true;
     this.IPPMemberId.Properties.Appearance.Options.UseFont = true;
     this.IPPMemberId.Properties.Appearance.Options.UseForeColor = true;
     this.IPPMemberId.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPMemberId.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPMemberId.Properties.ReadOnly = true;
     this.IPPMemberId.Size = new System.Drawing.Size(168, 18);
     this.IPPMemberId.TabIndex = 115;
     //
     // IPPMemberName
     //
     this.IPPMemberName.EditValue = "";
     this.IPPMemberName.Enabled = false;
     this.IPPMemberName.Location = new System.Drawing.Point(184, 104);
     this.IPPMemberName.Name = "IPPMemberName";
     this.IPPMemberName.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPMemberName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPMemberName.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPMemberName.Properties.Appearance.Options.UseBackColor = true;
     this.IPPMemberName.Properties.Appearance.Options.UseFont = true;
     this.IPPMemberName.Properties.Appearance.Options.UseForeColor = true;
     this.IPPMemberName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPMemberName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPMemberName.Properties.ReadOnly = true;
     this.IPPMemberName.Size = new System.Drawing.Size(168, 18);
     this.IPPMemberName.TabIndex = 114;
     //
     // IPPId
     //
     this.IPPId.EditValue = "";
     this.IPPId.Enabled = false;
     this.IPPId.Location = new System.Drawing.Point(184, 32);
     this.IPPId.Name = "IPPId";
     this.IPPId.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPId.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPId.Properties.Appearance.Options.UseBackColor = true;
     this.IPPId.Properties.Appearance.Options.UseFont = true;
     this.IPPId.Properties.Appearance.Options.UseForeColor = true;
     this.IPPId.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPId.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPId.Properties.ReadOnly = true;
     this.IPPId.Size = new System.Drawing.Size(168, 18);
     this.IPPId.TabIndex = 113;
     //
     // groupIPPReceipt
     //
     this.groupIPPReceipt.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupIPPReceipt.Appearance.Options.UseBackColor = true;
     this.groupIPPReceipt.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupIPPReceipt.Controls.Add(this.btnReceiptUnlink);
     this.groupIPPReceipt.Controls.Add(this.btnReceiptLink);
     this.groupIPPReceipt.Controls.Add(this.gridReceipt);
     this.groupIPPReceipt.Controls.Add(this.label10);
     this.groupIPPReceipt.Controls.Add(this.IPPReceiptStatus);
     this.groupIPPReceipt.ImeMode = System.Windows.Forms.ImeMode.On;
     this.groupIPPReceipt.Location = new System.Drawing.Point(8, 320);
     this.groupIPPReceipt.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupIPPReceipt.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupIPPReceipt.Name = "groupIPPReceipt";
     this.groupIPPReceipt.Size = new System.Drawing.Size(992, 240);
     this.toolTipController1.SetSuperTip(this.groupIPPReceipt, null);
     this.groupIPPReceipt.TabIndex = 17;
     this.groupIPPReceipt.Text = "Receipt Entry";
     //
     // btnReceiptUnlink
     //
     this.btnReceiptUnlink.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnReceiptUnlink.Appearance.Options.UseFont = true;
     this.btnReceiptUnlink.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReceiptUnlink.Location = new System.Drawing.Point(272, 24);
     this.btnReceiptUnlink.Name = "btnReceiptUnlink";
     this.btnReceiptUnlink.Size = new System.Drawing.Size(67, 20);
     this.btnReceiptUnlink.TabIndex = 128;
     this.btnReceiptUnlink.Text = "Unlink";
     this.btnReceiptUnlink.Click += new System.EventHandler(this.btnReceiptUnlink_Click);
     //
     // btnReceiptLink
     //
     this.btnReceiptLink.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnReceiptLink.Appearance.Options.UseFont = true;
     this.btnReceiptLink.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReceiptLink.Enabled = false;
     this.btnReceiptLink.Location = new System.Drawing.Point(200, 24);
     this.btnReceiptLink.Name = "btnReceiptLink";
     this.btnReceiptLink.Size = new System.Drawing.Size(67, 20);
     this.btnReceiptLink.TabIndex = 127;
     this.btnReceiptLink.Text = "Link";
     this.btnReceiptLink.Click += new System.EventHandler(this.btnReceiptLink_Click);
     //
     // gridReceipt
     //
     this.gridReceipt.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridReceipt.EmbeddedNavigator.Name = "";
     gridLevelNode2.RelationName = "Level1";
     this.gridReceipt.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode2});
     this.gridReceipt.Location = new System.Drawing.Point(2, 54);
     this.gridReceipt.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridReceipt.MainView = this.IPPReceiptView;
     this.gridReceipt.Name = "gridReceipt";
     this.gridReceipt.Size = new System.Drawing.Size(988, 184);
     this.gridReceipt.TabIndex = 126;
     this.gridReceipt.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.IPPReceiptView});
     //
     // IPPReceiptView
     //
     this.IPPReceiptView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnIPPR,
     this.gridColumnIPPR1,
     this.gridColumnIPPR2,
     this.gridColumnIPPR3,
     this.gridColumnIPPR4,
     this.gridColumnIPPR5,
     this.gridColumnIPPR6,
     this.gridColumnIPPR7,
     this.gridColumnIPPR8,
     this.gridColumnIPPR9});
     this.IPPReceiptView.GridControl = this.gridReceipt;
     this.IPPReceiptView.Name = "IPPReceiptView";
     this.IPPReceiptView.OptionsBehavior.Editable = false;
     this.IPPReceiptView.OptionsCustomization.AllowFilter = false;
     this.IPPReceiptView.OptionsCustomization.AllowSort = false;
     this.IPPReceiptView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.IPPReceiptView.OptionsView.ShowGroupPanel = false;
     //
     // gridColumnIPPR
     //
     this.gridColumnIPPR.Caption = "IPP ID";
     this.gridColumnIPPR.FieldName = "nIPPID";
     this.gridColumnIPPR.Name = "gridColumnIPPR";
     //
     // gridColumnIPPR1
     //
     this.gridColumnIPPR1.Caption = "Date";
     this.gridColumnIPPR1.FieldName = "dtDate";
     this.gridColumnIPPR1.Name = "gridColumnIPPR1";
     this.gridColumnIPPR1.Visible = true;
     this.gridColumnIPPR1.VisibleIndex = 0;
     this.gridColumnIPPR1.Width = 109;
     //
     // gridColumnIPPR2
     //
     this.gridColumnIPPR2.Caption = "Receipt No";
     this.gridColumnIPPR2.FieldName = "strReceiptNo";
     this.gridColumnIPPR2.Name = "gridColumnIPPR2";
     this.gridColumnIPPR2.Visible = true;
     this.gridColumnIPPR2.VisibleIndex = 1;
     this.gridColumnIPPR2.Width = 109;
     //
     // gridColumnIPPR3
     //
     this.gridColumnIPPR3.Caption = "Category";
     this.gridColumnIPPR3.FieldName = "Category";
     this.gridColumnIPPR3.Name = "gridColumnIPPR3";
     this.gridColumnIPPR3.Visible = true;
     this.gridColumnIPPR3.VisibleIndex = 2;
     this.gridColumnIPPR3.Width = 109;
     //
     // gridColumnIPPR4
     //
     this.gridColumnIPPR4.Caption = "Nett";
     this.gridColumnIPPR4.FieldName = "mNettAmount";
     this.gridColumnIPPR4.Name = "gridColumnIPPR4";
     this.gridColumnIPPR4.Visible = true;
     this.gridColumnIPPR4.VisibleIndex = 3;
     this.gridColumnIPPR4.Width = 109;
     //
     // gridColumnIPPR5
     //
     this.gridColumnIPPR5.Caption = "GST";
     this.gridColumnIPPR5.FieldName = "mGSTAmount";
     this.gridColumnIPPR5.Name = "gridColumnIPPR5";
     this.gridColumnIPPR5.Visible = true;
     this.gridColumnIPPR5.VisibleIndex = 4;
     this.gridColumnIPPR5.Width = 64;
     //
     // gridColumnIPPR6
     //
     this.gridColumnIPPR6.Caption = "Total";
     this.gridColumnIPPR6.FieldName = "mTotalAmount";
     this.gridColumnIPPR6.Name = "gridColumnIPPR6";
     this.gridColumnIPPR6.Visible = true;
     this.gridColumnIPPR6.VisibleIndex = 5;
     this.gridColumnIPPR6.Width = 123;
     //
     // gridColumnIPPR7
     //
     this.gridColumnIPPR7.Caption = "O/S Amount";
     this.gridColumnIPPR7.FieldName = "mGSTAmount";
     this.gridColumnIPPR7.Name = "gridColumnIPPR7";
     this.gridColumnIPPR7.Visible = true;
     this.gridColumnIPPR7.VisibleIndex = 6;
     this.gridColumnIPPR7.Width = 85;
     //
     // gridColumnIPPR8
     //
     this.gridColumnIPPR8.Caption = "Member";
     this.gridColumnIPPR8.FieldName = "SalesPerson";
     this.gridColumnIPPR8.Name = "gridColumnIPPR8";
     this.gridColumnIPPR8.Visible = true;
     this.gridColumnIPPR8.VisibleIndex = 7;
     this.gridColumnIPPR8.Width = 167;
     //
     // gridColumnIPPR9
     //
     this.gridColumnIPPR9.Caption = "Payment ID";
     this.gridColumnIPPR9.FieldName = "nPaymentID";
     this.gridColumnIPPR9.Name = "gridColumnIPPR9";
     this.gridColumnIPPR9.Visible = true;
     this.gridColumnIPPR9.VisibleIndex = 8;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(16, 24);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(56, 16);
     this.toolTipController1.SetSuperTip(this.label10, null);
     this.label10.TabIndex = 125;
     this.label10.Text = "Status";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // IPPReceiptStatus
     //
     this.IPPReceiptStatus.EditValue = 0;
     this.IPPReceiptStatus.Location = new System.Drawing.Point(80, 24);
     this.IPPReceiptStatus.Name = "IPPReceiptStatus";
     this.IPPReceiptStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPReceiptStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Linked", 0, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Unlink", 1, -1)});
     this.IPPReceiptStatus.Size = new System.Drawing.Size(100, 20);
     this.IPPReceiptStatus.TabIndex = 24;
     this.IPPReceiptStatus.SelectedIndexChanged += new System.EventHandler(this.IPPReceiptStatus_SelectedIndexChanged);
     //
     // groupGIROMaster
     //
     this.groupGIROMaster.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupGIROMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupGIROMaster.Controls.Add(this.xtraTabControl1);
     this.groupGIROMaster.Controls.Add(this.GroupGiro);
     this.groupGIROMaster.ImeMode = System.Windows.Forms.ImeMode.On;
     this.groupGIROMaster.Location = new System.Drawing.Point(0, 32);
     this.groupGIROMaster.Name = "groupGIROMaster";
     this.groupGIROMaster.Size = new System.Drawing.Size(1007, 608);
     this.toolTipController1.SetSuperTip(this.groupGIROMaster, null);
     this.groupGIROMaster.TabIndex = 24;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.AppearancePage.Header.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xtraTabControl1.AppearancePage.Header.Options.UseFont = true;
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 344);
     this.xtraTabControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.tabGiroDetails;
     this.xtraTabControl1.Size = new System.Drawing.Size(1007, 264);
     this.xtraTabControl1.TabIndex = 36;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabGiroDetails,
     this.tabGiroTrnsHistory});
     this.xtraTabControl1.Text = "xtraTabControl1";
     //
     // tabGiroDetails
     //
     this.tabGiroDetails.Controls.Add(this.luedtBankBranch);
     this.tabGiroDetails.Controls.Add(this.luedtBank);
     this.tabGiroDetails.Controls.Add(this.luedtPackage);
     this.tabGiroDetails.Controls.Add(this.luedtBranch);
     this.tabGiroDetails.Controls.Add(this.label70);
     this.tabGiroDetails.Controls.Add(this.txtPackageDesc);
     this.tabGiroDetails.Controls.Add(this.txtAccountNo);
     this.tabGiroDetails.Controls.Add(this.txtGIROId);
     this.tabGiroDetails.Controls.Add(this.txtRemark);
     this.tabGiroDetails.Controls.Add(this.lblGiro_BankBranch);
     this.tabGiroDetails.Controls.Add(this.lblGiro_BankACNumber);
     this.tabGiroDetails.Controls.Add(this.lblGiro_BankCode);
     this.tabGiroDetails.Controls.Add(this.lblGiro_Remark);
     this.tabGiroDetails.Controls.Add(this.lblGiro_Package);
     this.tabGiroDetails.Controls.Add(this.lblGiro_Branch);
     this.tabGiroDetails.Controls.Add(this.lblGiro_MemberID);
     this.tabGiroDetails.Controls.Add(this.lblGiroID);
     this.tabGiroDetails.Name = "tabGiroDetails";
     this.tabGiroDetails.Size = new System.Drawing.Size(998, 230);
     this.tabGiroDetails.Text = "Giro Details";
     //
     // luedtBankBranch
     //
     this.luedtBankBranch.Location = new System.Drawing.Point(520, 40);
     this.luedtBankBranch.Name = "luedtBankBranch";
     this.luedtBankBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtBankBranch.Size = new System.Drawing.Size(184, 20);
     this.luedtBankBranch.TabIndex = 142;
     //
     // luedtBank
     //
     this.luedtBank.Location = new System.Drawing.Point(520, 16);
     this.luedtBank.Name = "luedtBank";
     this.luedtBank.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtBank.Size = new System.Drawing.Size(184, 20);
     this.luedtBank.TabIndex = 141;
     //
     // luedtPackage
     //
     this.luedtPackage.Location = new System.Drawing.Point(176, 88);
     this.luedtPackage.Name = "luedtPackage";
     this.luedtPackage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtPackage.Size = new System.Drawing.Size(184, 20);
     this.luedtPackage.TabIndex = 140;
     //
     // luedtBranch
     //
     this.luedtBranch.Location = new System.Drawing.Point(176, 64);
     this.luedtBranch.Name = "luedtBranch";
     this.luedtBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtBranch.Size = new System.Drawing.Size(184, 20);
     this.luedtBranch.TabIndex = 139;
     //
     // label70
     //
     this.label70.BackColor = System.Drawing.Color.Transparent;
     this.label70.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label70.Location = new System.Drawing.Point(32, 112);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(144, 16);
     this.toolTipController1.SetSuperTip(this.label70, null);
     this.label70.TabIndex = 119;
     this.label70.Text = "Package Description";
     this.label70.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPackageDesc
     //
     this.txtPackageDesc.EditValue = "";
     this.txtPackageDesc.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtPackageDesc.Location = new System.Drawing.Point(176, 112);
     this.txtPackageDesc.Name = "txtPackageDesc";
     this.txtPackageDesc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPackageDesc.Properties.Appearance.Options.UseFont = true;
     this.txtPackageDesc.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtPackageDesc.Size = new System.Drawing.Size(184, 20);
     this.txtPackageDesc.TabIndex = 117;
     //
     // txtAccountNo
     //
     this.txtAccountNo.EditValue = "";
     this.txtAccountNo.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtAccountNo.Location = new System.Drawing.Point(520, 64);
     this.txtAccountNo.Name = "txtAccountNo";
     this.txtAccountNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAccountNo.Properties.Appearance.Options.UseFont = true;
     this.txtAccountNo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtAccountNo.Size = new System.Drawing.Size(184, 20);
     this.txtAccountNo.TabIndex = 116;
     //
     // txtGIROId
     //
     this.txtGIROId.EditValue = "";
     this.txtGIROId.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtGIROId.Location = new System.Drawing.Point(176, 16);
     this.txtGIROId.Name = "txtGIROId";
     this.txtGIROId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGIROId.Properties.Appearance.Options.UseFont = true;
     this.txtGIROId.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtGIROId.Size = new System.Drawing.Size(184, 20);
     this.txtGIROId.TabIndex = 111;
     //
     // txtRemark
     //
     this.txtRemark.EditValue = "";
     this.txtRemark.Location = new System.Drawing.Point(176, 136);
     this.txtRemark.Name = "txtRemark";
     this.txtRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRemark.Properties.Appearance.Options.UseFont = true;
     this.txtRemark.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtRemark.Size = new System.Drawing.Size(528, 56);
     this.txtRemark.TabIndex = 110;
     //
     // lblGiro_BankBranch
     //
     this.lblGiro_BankBranch.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_BankBranch.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_BankBranch.Location = new System.Drawing.Point(392, 40);
     this.lblGiro_BankBranch.Name = "lblGiro_BankBranch";
     this.lblGiro_BankBranch.Size = new System.Drawing.Size(128, 16);
     this.toolTipController1.SetSuperTip(this.lblGiro_BankBranch, null);
     this.lblGiro_BankBranch.TabIndex = 101;
     this.lblGiro_BankBranch.Text = "Bank Branch";
     this.lblGiro_BankBranch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_BankACNumber
     //
     this.lblGiro_BankACNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_BankACNumber.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_BankACNumber.Location = new System.Drawing.Point(392, 64);
     this.lblGiro_BankACNumber.Name = "lblGiro_BankACNumber";
     this.lblGiro_BankACNumber.Size = new System.Drawing.Size(128, 16);
     this.toolTipController1.SetSuperTip(this.lblGiro_BankACNumber, null);
     this.lblGiro_BankACNumber.TabIndex = 100;
     this.lblGiro_BankACNumber.Text = "Account Number";
     this.lblGiro_BankACNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_BankCode
     //
     this.lblGiro_BankCode.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_BankCode.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_BankCode.Location = new System.Drawing.Point(392, 16);
     this.lblGiro_BankCode.Name = "lblGiro_BankCode";
     this.lblGiro_BankCode.Size = new System.Drawing.Size(128, 16);
     this.toolTipController1.SetSuperTip(this.lblGiro_BankCode, null);
     this.lblGiro_BankCode.TabIndex = 99;
     this.lblGiro_BankCode.Text = "Bank Code/Name";
     this.lblGiro_BankCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_Remark
     //
     this.lblGiro_Remark.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_Remark.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_Remark.Location = new System.Drawing.Point(32, 144);
     this.lblGiro_Remark.Name = "lblGiro_Remark";
     this.lblGiro_Remark.Size = new System.Drawing.Size(128, 16);
     this.toolTipController1.SetSuperTip(this.lblGiro_Remark, null);
     this.lblGiro_Remark.TabIndex = 98;
     this.lblGiro_Remark.Text = "Remark";
     this.lblGiro_Remark.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_Package
     //
     this.lblGiro_Package.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_Package.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_Package.Location = new System.Drawing.Point(32, 88);
     this.lblGiro_Package.Name = "lblGiro_Package";
     this.lblGiro_Package.Size = new System.Drawing.Size(144, 16);
     this.toolTipController1.SetSuperTip(this.lblGiro_Package, null);
     this.lblGiro_Package.TabIndex = 97;
     this.lblGiro_Package.Text = "Package";
     this.lblGiro_Package.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_Branch
     //
     this.lblGiro_Branch.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_Branch.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_Branch.Location = new System.Drawing.Point(32, 64);
     this.lblGiro_Branch.Name = "lblGiro_Branch";
     this.lblGiro_Branch.Size = new System.Drawing.Size(144, 16);
     this.toolTipController1.SetSuperTip(this.lblGiro_Branch, null);
     this.lblGiro_Branch.TabIndex = 96;
     this.lblGiro_Branch.Text = "Branch";
     this.lblGiro_Branch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_MemberID
     //
     this.lblGiro_MemberID.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_MemberID.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_MemberID.Location = new System.Drawing.Point(32, 40);
     this.lblGiro_MemberID.Name = "lblGiro_MemberID";
     this.lblGiro_MemberID.Size = new System.Drawing.Size(144, 16);
     this.toolTipController1.SetSuperTip(this.lblGiro_MemberID, null);
     this.lblGiro_MemberID.TabIndex = 95;
     this.lblGiro_MemberID.Text = "Member ID /Name";
     this.lblGiro_MemberID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiroID
     //
     this.lblGiroID.BackColor = System.Drawing.Color.Transparent;
     this.lblGiroID.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiroID.Location = new System.Drawing.Point(32, 16);
     this.lblGiroID.Name = "lblGiroID";
     this.lblGiroID.Size = new System.Drawing.Size(144, 16);
     this.toolTipController1.SetSuperTip(this.lblGiroID, null);
     this.lblGiroID.TabIndex = 93;
     this.lblGiroID.Text = "Giro ID";
     this.lblGiroID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tabGiroTrnsHistory
     //
     this.tabGiroTrnsHistory.Controls.Add(this.GridTransaction);
     this.tabGiroTrnsHistory.Name = "tabGiroTrnsHistory";
     this.tabGiroTrnsHistory.Size = new System.Drawing.Size(998, 230);
     this.tabGiroTrnsHistory.Text = "Transaction History";
     //
     // GridTransaction
     //
     this.GridTransaction.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GridTransaction.EmbeddedNavigator.Name = "";
     this.GridTransaction.Location = new System.Drawing.Point(0, 0);
     this.GridTransaction.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridTransaction.MainView = this.gridView4;
     this.GridTransaction.Name = "GridTransaction";
     this.GridTransaction.Size = new System.Drawing.Size(998, 230);
     this.GridTransaction.TabIndex = 0;
     this.GridTransaction.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView4});
     //
     // gridView4
     //
     this.gridView4.GridControl = this.GridTransaction;
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsBehavior.Editable = false;
     this.gridView4.OptionsCustomization.AllowFilter = false;
     this.gridView4.OptionsCustomization.AllowSort = false;
     //
     // GroupGiro
     //
     this.GroupGiro.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.GroupGiro.Appearance.Options.UseBackColor = true;
     this.GroupGiro.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupGiro.Controls.Add(this.comboBoxGiroStatus);
     this.GroupGiro.Controls.Add(this.label63);
     this.GroupGiro.Controls.Add(this.btnImport);
     this.GroupGiro.Controls.Add(this.btnGiroExport);
     this.GroupGiro.Controls.Add(this.btnGiroUpdate);
     this.GroupGiro.Controls.Add(this.btnGiroDelete);
     this.GroupGiro.Controls.Add(this.btnGiroNew);
     this.GroupGiro.Controls.Add(this.GiroGrid);
     this.GroupGiro.ImeMode = System.Windows.Forms.ImeMode.On;
     this.GroupGiro.Location = new System.Drawing.Point(4, 0);
     this.GroupGiro.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.GroupGiro.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GroupGiro.Name = "GroupGiro";
     this.GroupGiro.Size = new System.Drawing.Size(996, 336);
     this.toolTipController1.SetSuperTip(this.GroupGiro, null);
     this.GroupGiro.TabIndex = 19;
     this.GroupGiro.Text = "GIRO";
     //
     // comboBoxGiroStatus
     //
     this.comboBoxGiroStatus.EditValue = 1;
     this.comboBoxGiroStatus.Location = new System.Drawing.Point(8, 40);
     this.comboBoxGiroStatus.Name = "comboBoxGiroStatus";
     this.comboBoxGiroStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxGiroStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pending Approval", 1, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Active", 2, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Rejected", 3, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Deleted", 4, -1)});
     this.comboBoxGiroStatus.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.comboBoxGiroStatus.Size = new System.Drawing.Size(128, 20);
     this.comboBoxGiroStatus.TabIndex = 35;
     this.comboBoxGiroStatus.SelectedIndexChanged += new System.EventHandler(this.comboBoxGiroStatus_SelectedIndexChanged);
     //
     // label63
     //
     this.label63.BackColor = System.Drawing.Color.Transparent;
     this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label63.Location = new System.Drawing.Point(8, 24);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(100, 16);
     this.toolTipController1.SetSuperTip(this.label63, null);
     this.label63.TabIndex = 34;
     this.label63.Text = "Filter by Status";
     //
     // btnImport
     //
     this.btnImport.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnImport.Appearance.Options.UseFont = true;
     this.btnImport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnImport.Location = new System.Drawing.Point(264, 48);
     this.btnImport.Name = "btnImport";
     this.btnImport.Size = new System.Drawing.Size(72, 18);
     this.btnImport.TabIndex = 12;
     this.btnImport.Text = "Import";
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // btnGiroExport
     //
     this.btnGiroExport.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnGiroExport.Appearance.Options.UseFont = true;
     this.btnGiroExport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnGiroExport.Location = new System.Drawing.Point(192, 48);
     this.btnGiroExport.Name = "btnGiroExport";
     this.btnGiroExport.Size = new System.Drawing.Size(64, 18);
     this.btnGiroExport.TabIndex = 11;
     this.btnGiroExport.Text = "Export";
     this.btnGiroExport.Click += new System.EventHandler(this.btnGiroExport_Click);
     //
     // btnGiroUpdate
     //
     this.btnGiroUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnGiroUpdate.Appearance.Options.UseFont = true;
     this.btnGiroUpdate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnGiroUpdate.Location = new System.Drawing.Point(344, 24);
     this.btnGiroUpdate.Name = "btnGiroUpdate";
     this.btnGiroUpdate.Size = new System.Drawing.Size(64, 18);
     this.btnGiroUpdate.TabIndex = 10;
     this.btnGiroUpdate.Text = "Update";
     this.btnGiroUpdate.Click += new System.EventHandler(this.btnGiroUpdate_Click);
     //
     // btnGiroDelete
     //
     this.btnGiroDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnGiroDelete.Appearance.Options.UseFont = true;
     this.btnGiroDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnGiroDelete.Location = new System.Drawing.Point(264, 24);
     this.btnGiroDelete.Name = "btnGiroDelete";
     this.btnGiroDelete.Size = new System.Drawing.Size(72, 18);
     this.btnGiroDelete.TabIndex = 5;
     this.btnGiroDelete.Text = "Delete";
     this.btnGiroDelete.Click += new System.EventHandler(this.btnGiroDelete_Click);
     //
     // btnGiroNew
     //
     this.btnGiroNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnGiroNew.Appearance.Options.UseFont = true;
     this.btnGiroNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnGiroNew.Location = new System.Drawing.Point(192, 24);
     this.btnGiroNew.Name = "btnGiroNew";
     this.btnGiroNew.Size = new System.Drawing.Size(64, 18);
     this.btnGiroNew.TabIndex = 2;
     this.btnGiroNew.Text = "New";
     this.btnGiroNew.Click += new System.EventHandler(this.btnGiroNew_Click);
     //
     // GiroGrid
     //
     this.GiroGrid.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.GiroGrid.EmbeddedNavigator.Name = "";
     gridLevelNode3.RelationName = "Level1";
     this.GiroGrid.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode3});
     this.GiroGrid.Location = new System.Drawing.Point(2, 78);
     this.GiroGrid.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GiroGrid.MainView = this.GIROGridView;
     this.GiroGrid.Name = "GiroGrid";
     this.GiroGrid.Size = new System.Drawing.Size(992, 256);
     this.GiroGrid.TabIndex = 0;
     this.GiroGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.GIROGridView});
     //
     // GIROGridView
     //
     this.GIROGridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7});
     this.GIROGridView.GridControl = this.GiroGrid;
     this.GIROGridView.Name = "GIROGridView";
     this.GIROGridView.OptionsBehavior.Editable = false;
     this.GIROGridView.OptionsCustomization.AllowFilter = false;
     this.GIROGridView.OptionsSelection.MultiSelect = true;
     this.GIROGridView.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Giro Id";
     this.gridColumn1.FieldName = "nGIRORefID";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Date";
     this.gridColumn2.FieldName = "dtDate";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Member ID";
     this.gridColumn3.FieldName = "strMembershipID";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Member Name";
     this.gridColumn4.FieldName = "strMemberName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Branch";
     this.gridColumn5.FieldName = "strBranchCode";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 4;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Package Code";
     this.gridColumn6.FieldName = "strPackageCode";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Package Description";
     this.gridColumn7.FieldName = "strDescription";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     //
     // tabManagerTwo
     //
     this.tabManagerTwo.Controls.Add(this.GrpPayroll);
     this.tabManagerTwo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabManagerTwo.Name = "tabManagerTwo";
     this.tabManagerTwo.PageVisible = false;
     this.tabManagerTwo.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerTwo.Text = "Payroll";
     //
     // GrpPayroll
     //
     this.GrpPayroll.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.GrpPayroll.Appearance.Options.UseBackColor = true;
     this.GrpPayroll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GrpPayroll.Controls.Add(this.progressBarControl1);
     this.GrpPayroll.Controls.Add(this.cbJob);
     this.GrpPayroll.Controls.Add(this.label8);
     this.GrpPayroll.Controls.Add(this.grpGridExcel);
     this.GrpPayroll.Controls.Add(this.btnPayrollExport);
     this.GrpPayroll.Controls.Add(this.btnPayrollGenerate);
     this.GrpPayroll.Controls.Add(this.btnPayrollDelete);
     this.GrpPayroll.Controls.Add(this.comboBoxEditMTH);
     this.GrpPayroll.Controls.Add(this.comboBoxEditYR);
     this.GrpPayroll.Controls.Add(this.lblYear);
     this.GrpPayroll.Controls.Add(this.lblMonth);
     this.GrpPayroll.Controls.Add(this.cmbxPayroll);
     this.GrpPayroll.Controls.Add(this.gridPayroll);
     this.GrpPayroll.Location = new System.Drawing.Point(0, 0);
     this.GrpPayroll.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.GrpPayroll.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GrpPayroll.Name = "GrpPayroll";
     this.GrpPayroll.Size = new System.Drawing.Size(994, 616);
     this.toolTipController1.SetSuperTip(this.GrpPayroll, null);
     this.GrpPayroll.TabIndex = 0;
     this.GrpPayroll.Text = "PAYROLL";
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location = new System.Drawing.Point(784, 24);
     this.progressBarControl1.Name = "progressBarControl1";
     this.progressBarControl1.Properties.ShowTitle = true;
     this.progressBarControl1.Size = new System.Drawing.Size(200, 16);
     this.progressBarControl1.TabIndex = 17;
     this.progressBarControl1.Visible = false;
     //
     // cbJob
     //
     this.cbJob.Location = new System.Drawing.Point(432, 24);
     this.cbJob.Name = "cbJob";
     this.cbJob.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.cbJob.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbJob.Size = new System.Drawing.Size(128, 22);
     this.cbJob.TabIndex = 16;
     this.cbJob.SelectedIndexChanged += new System.EventHandler(this.cbJob_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Location = new System.Drawing.Point(344, 24);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(72, 16);
     this.toolTipController1.SetSuperTip(this.label8, null);
     this.label8.TabIndex = 15;
     this.label8.Text = "Job Position";
     //
     // grpGridExcel
     //
     this.grpGridExcel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.grpGridExcel.Controls.Add(this.gridExcel);
     this.grpGridExcel.Location = new System.Drawing.Point(72, 144);
     this.grpGridExcel.Name = "grpGridExcel";
     this.grpGridExcel.Size = new System.Drawing.Size(544, 176);
     this.toolTipController1.SetSuperTip(this.grpGridExcel, null);
     this.grpGridExcel.TabIndex = 13;
     this.grpGridExcel.Text = "groupControl1";
     this.grpGridExcel.Visible = false;
     //
     // gridExcel
     //
     this.gridExcel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridExcel.EmbeddedNavigator.Name = "";
     this.gridExcel.Location = new System.Drawing.Point(2, 30);
     this.gridExcel.MainView = this.gridViewExcel;
     this.gridExcel.Name = "gridExcel";
     this.gridExcel.Size = new System.Drawing.Size(540, 144);
     this.gridExcel.TabIndex = 12;
     this.gridExcel.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewExcel});
     this.gridExcel.Visible = false;
     //
     // gridViewExcel
     //
     this.gridViewExcel.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn19,
     this.FirstPayDate,
     this.gridColumn24,
     this.gridColumn25,
     this.gridColumn26,
     this.gridColumn27,
     this.gridColumn28,
     this.gridColumn29,
     this.gridColumn30,
     this.gridColumn31,
     this.gridColumn32,
     this.gridColumn33,
     this.gridColumn34,
     this.gridColumn35,
     this.gridColumn36,
     this.SecondPayDate});
     this.gridViewExcel.GridControl = this.gridExcel;
     this.gridViewExcel.Name = "gridViewExcel";
     this.gridViewExcel.OptionsBehavior.Editable = false;
     this.gridViewExcel.OptionsCustomization.AllowFilter = false;
     this.gridViewExcel.OptionsView.ColumnAutoWidth = false;
     this.gridViewExcel.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Emp ID";
     this.gridColumn19.FieldName = "nEmployeeID";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 0;
     this.gridColumn19.Width = 68;
     //
     // FirstPayDate
     //
     this.FirstPayDate.Caption = "Payroll Date";
     this.FirstPayDate.FieldName = "dtFirstRunDate";
     this.FirstPayDate.Name = "FirstPayDate";
     this.FirstPayDate.Visible = true;
     this.FirstPayDate.VisibleIndex = 1;
     this.FirstPayDate.Width = 76;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "OT-1.5 (HRS)";
     this.gridColumn24.FieldName = "nNormalOT";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 2;
     this.gridColumn24.Width = 77;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "OT-1.0 (DAYS)";
     this.gridColumn25.FieldName = "nPublicHolidayOT";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 3;
     this.gridColumn25.Width = 83;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "OT-2.0 (DAYS)";
     this.gridColumn26.FieldName = "nOffDayOT";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 4;
     this.gridColumn26.Width = 82;
     //
     // gridColumn27
     //
     this.gridColumn27.Caption = "Part-Time Salary (HRS)";
     this.gridColumn27.FieldName = "nPartTimeWorkHours";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 5;
     this.gridColumn27.Width = 85;
     //
     // gridColumn28
     //
     this.gridColumn28.Caption = "AL Entitlement (HRS)";
     this.gridColumn28.FieldName = "nALEntitlementHours";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 6;
     this.gridColumn28.Width = 77;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "PH Entitlement (HRS)";
     this.gridColumn29.FieldName = "nPHEntitlementHours";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 7;
     this.gridColumn29.Width = 64;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "Service Reimbursement (AMT)";
     this.gridColumn30.FieldName = "mServiceReimbursements";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 8;
     this.gridColumn30.Width = 74;
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "Lateness (HRS)";
     this.gridColumn31.FieldName = "nTotalLateness";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 9;
     this.gridColumn31.Width = 61;
     //
     // gridColumn32
     //
     this.gridColumn32.Caption = "Unpaid AL (DAYS)";
     this.gridColumn32.FieldName = "nUnpaidAL";
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.Visible = true;
     this.gridColumn32.VisibleIndex = 10;
     this.gridColumn32.Width = 78;
     //
     // gridColumn33
     //
     this.gridColumn33.Caption = "Unpaid T/O (HRS)";
     this.gridColumn33.FieldName = "nUnpaidTO";
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 11;
     this.gridColumn33.Width = 74;
     //
     // gridColumn34
     //
     this.gridColumn34.Caption = "Unpaid Medical Absent (DAYS)";
     this.gridColumn34.FieldName = "nUnpaidMedical";
     this.gridColumn34.Name = "gridColumn34";
     this.gridColumn34.Visible = true;
     this.gridColumn34.VisibleIndex = 12;
     this.gridColumn34.Width = 83;
     //
     // gridColumn35
     //
     this.gridColumn35.Caption = "Commision (AMT)";
     this.gridColumn35.FieldName = "mCommission";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.Width = 50;
     //
     // gridColumn36
     //
     this.gridColumn36.Caption = "Commission Lateness Penalty (AMT)";
     this.gridColumn36.FieldName = "nTotalLateness";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.Width = 109;
     //
     // SecondPayDate
     //
     this.SecondPayDate.Caption = "Payroll Date";
     this.SecondPayDate.FieldName = "dtSecondRunDate";
     this.SecondPayDate.Name = "SecondPayDate";
     //
     // btnPayrollExport
     //
     this.btnPayrollExport.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.btnPayrollExport.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnPayrollExport.Appearance.Options.UseBackColor = true;
     this.btnPayrollExport.Appearance.Options.UseFont = true;
     this.btnPayrollExport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPayrollExport.Location = new System.Drawing.Point(648, 24);
     this.btnPayrollExport.Name = "btnPayrollExport";
     this.btnPayrollExport.Size = new System.Drawing.Size(56, 20);
     this.btnPayrollExport.TabIndex = 9;
     this.btnPayrollExport.Text = "Export";
     this.btnPayrollExport.Click += new System.EventHandler(this.btnPayrollExport_Click);
     //
     // btnPayrollGenerate
     //
     this.btnPayrollGenerate.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.btnPayrollGenerate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnPayrollGenerate.Appearance.Options.UseBackColor = true;
     this.btnPayrollGenerate.Appearance.Options.UseFont = true;
     this.btnPayrollGenerate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPayrollGenerate.Location = new System.Drawing.Point(568, 24);
     this.btnPayrollGenerate.Name = "btnPayrollGenerate";
     this.btnPayrollGenerate.Size = new System.Drawing.Size(64, 20);
     this.btnPayrollGenerate.TabIndex = 8;
     this.btnPayrollGenerate.Text = "Generate";
     this.btnPayrollGenerate.Click += new System.EventHandler(this.btnPayrollGenerate_Click);
     //
     // btnPayrollDelete
     //
     this.btnPayrollDelete.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.btnPayrollDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnPayrollDelete.Appearance.Options.UseBackColor = true;
     this.btnPayrollDelete.Appearance.Options.UseFont = true;
     this.btnPayrollDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPayrollDelete.ImeMode = System.Windows.Forms.ImeMode.On;
     this.btnPayrollDelete.Location = new System.Drawing.Point(720, 24);
     this.btnPayrollDelete.Name = "btnPayrollDelete";
     this.btnPayrollDelete.Size = new System.Drawing.Size(56, 20);
     this.btnPayrollDelete.TabIndex = 7;
     this.btnPayrollDelete.Text = "Delete";
     this.btnPayrollDelete.Click += new System.EventHandler(this.btnPayrollDelete_Click);
     //
     // comboBoxEditMTH
     //
     this.comboBoxEditMTH.EditValue = "1";
     this.comboBoxEditMTH.Location = new System.Drawing.Point(288, 24);
     this.comboBoxEditMTH.Name = "comboBoxEditMTH";
     this.comboBoxEditMTH.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.comboBoxEditMTH.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxEditMTH.Properties.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10",
     "11",
     "12"});
     this.comboBoxEditMTH.Properties.PopupSizeable = true;
     this.comboBoxEditMTH.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEditMTH.Size = new System.Drawing.Size(48, 22);
     this.comboBoxEditMTH.TabIndex = 6;
     this.comboBoxEditMTH.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditMTH_SelectedIndexChanged);
     //
     // comboBoxEditYR
     //
     this.comboBoxEditYR.EditValue = "2006";
     this.comboBoxEditYR.Location = new System.Drawing.Point(176, 24);
     this.comboBoxEditYR.Name = "comboBoxEditYR";
     this.comboBoxEditYR.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.comboBoxEditYR.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxEditYR.Properties.Items.AddRange(new object[] {
     "1990",
     "1991",
     "1992",
     "1993",
     "1994",
     "1995",
     "1996",
     "1997",
     "1998",
     "1999",
     "2000",
     "2001",
     "2002",
     "2003",
     "2004",
     "2005",
     "2006",
     "2007",
     "2008",
     "2009",
     "2010",
     "2011",
     "2012",
     "2013",
     "2014",
     "2015",
     "2016",
     "2017",
     "2018",
     "2019",
     "2020",
     "2021",
     "2022",
     "2023",
     "2024",
     "2025",
     "2026",
     "2027",
     "2028",
     "2029",
     "2030"});
     this.comboBoxEditYR.Properties.PopupSizeable = true;
     this.comboBoxEditYR.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEditYR.Size = new System.Drawing.Size(64, 22);
     this.comboBoxEditYR.TabIndex = 5;
     this.comboBoxEditYR.SelectedValueChanged += new System.EventHandler(this.comboBoxEditYR_SelectedValueChanged);
     //
     // lblYear
     //
     this.lblYear.BackColor = System.Drawing.Color.Transparent;
     this.lblYear.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblYear.ForeColor = System.Drawing.Color.Black;
     this.lblYear.Location = new System.Drawing.Point(136, 24);
     this.lblYear.Name = "lblYear";
     this.lblYear.Size = new System.Drawing.Size(56, 16);
     this.toolTipController1.SetSuperTip(this.lblYear, null);
     this.lblYear.TabIndex = 4;
     this.lblYear.Text = "Year";
     //
     // lblMonth
     //
     this.lblMonth.BackColor = System.Drawing.Color.Transparent;
     this.lblMonth.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMonth.Location = new System.Drawing.Point(248, 24);
     this.lblMonth.Name = "lblMonth";
     this.lblMonth.Size = new System.Drawing.Size(48, 16);
     this.toolTipController1.SetSuperTip(this.lblMonth, null);
     this.lblMonth.TabIndex = 3;
     this.lblMonth.Text = "Month";
     //
     // cmbxPayroll
     //
     this.cmbxPayroll.EditValue = "First Run";
     this.cmbxPayroll.Location = new System.Drawing.Point(8, 24);
     this.cmbxPayroll.Name = "cmbxPayroll";
     this.cmbxPayroll.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.cmbxPayroll.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbxPayroll.Properties.Items.AddRange(new object[] {
     "First Run",
     "Second Run"});
     this.cmbxPayroll.Properties.PopupSizeable = true;
     this.cmbxPayroll.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbxPayroll.Size = new System.Drawing.Size(120, 22);
     this.cmbxPayroll.TabIndex = 2;
     this.cmbxPayroll.SelectedValueChanged += new System.EventHandler(this.cmbxPayroll_SelectedValueChanged);
     //
     // gridPayroll
     //
     this.gridPayroll.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridPayroll.EmbeddedNavigator.Name = "";
     this.gridPayroll.Location = new System.Drawing.Point(2, 62);
     this.gridPayroll.MainView = this.gridViewPayroll;
     this.gridPayroll.Name = "gridPayroll";
     this.gridPayroll.Size = new System.Drawing.Size(990, 552);
     this.gridPayroll.TabIndex = 11;
     this.gridPayroll.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewPayroll});
     //
     // gridViewPayroll
     //
     this.gridViewPayroll.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.nEmployeeID,
     this.gridColumn9,
     this.gridColumn17,
     this.gridColumn18,
     this.dtFirstRunDate,
     this.nNormalOT,
     this.nPublicHolidayOT,
     this.nOffDayOT,
     this.nPartTimeWorkHours,
     this.nALEntitlementHours,
     this.nPHEntitlementHours,
     this.mServiceReimbursements,
     this.nTotalLateness,
     this.nUnpaidAL,
     this.nUnpaidTO,
     this.nUnpaidMedical,
     this.mCommission,
     this.mCommissionLatenessPenalty,
     this.dtSecondRunDate});
     this.gridViewPayroll.GridControl = this.gridPayroll;
     this.gridViewPayroll.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewPayroll.Name = "gridViewPayroll";
     this.gridViewPayroll.OptionsBehavior.Editable = false;
     this.gridViewPayroll.OptionsCustomization.AllowFilter = false;
     this.gridViewPayroll.OptionsView.ColumnAutoWidth = false;
     this.gridViewPayroll.OptionsView.ShowGroupPanel = false;
     this.gridViewPayroll.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewPayroll.Click += new System.EventHandler(this.gridViewPayroll_Click);
     //
     // nEmployeeID
     //
     this.nEmployeeID.Caption = "Emp ID";
     this.nEmployeeID.FieldName = "nEmployeeID";
     this.nEmployeeID.Name = "nEmployeeID";
     this.nEmployeeID.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.nEmployeeID.Visible = true;
     this.nEmployeeID.VisibleIndex = 0;
     this.nEmployeeID.Width = 68;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Name";
     this.gridColumn9.FieldName = "strEmployeeName";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 1;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Job Title";
     this.gridColumn17.FieldName = "strJobPosition";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 2;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "Branch";
     this.gridColumn18.FieldName = "strBranchCode";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 3;
     //
     // dtFirstRunDate
     //
     this.dtFirstRunDate.Caption = "Payroll Date";
     this.dtFirstRunDate.FieldName = "dtFirstRunDate";
     this.dtFirstRunDate.Name = "dtFirstRunDate";
     this.dtFirstRunDate.Width = 76;
     //
     // nNormalOT
     //
     this.nNormalOT.Caption = "OT-1.5 (HRS)";
     this.nNormalOT.FieldName = "nNormalOT";
     this.nNormalOT.Name = "nNormalOT";
     this.nNormalOT.Visible = true;
     this.nNormalOT.VisibleIndex = 4;
     this.nNormalOT.Width = 77;
     //
     // nPublicHolidayOT
     //
     this.nPublicHolidayOT.Caption = "OT-1.0 (DAYS)";
     this.nPublicHolidayOT.FieldName = "nPublicHolidayOT";
     this.nPublicHolidayOT.Name = "nPublicHolidayOT";
     this.nPublicHolidayOT.Visible = true;
     this.nPublicHolidayOT.VisibleIndex = 5;
     this.nPublicHolidayOT.Width = 83;
     //
     // nOffDayOT
     //
     this.nOffDayOT.Caption = "OT-2.0 (DAYS)";
     this.nOffDayOT.FieldName = "nOffDayOT";
     this.nOffDayOT.Name = "nOffDayOT";
     this.nOffDayOT.Visible = true;
     this.nOffDayOT.VisibleIndex = 6;
     this.nOffDayOT.Width = 82;
     //
     // nPartTimeWorkHours
     //
     this.nPartTimeWorkHours.Caption = "Part-Time Salary (HRS)";
     this.nPartTimeWorkHours.FieldName = "nPartTimeWorkHours";
     this.nPartTimeWorkHours.Name = "nPartTimeWorkHours";
     this.nPartTimeWorkHours.Visible = true;
     this.nPartTimeWorkHours.VisibleIndex = 7;
     this.nPartTimeWorkHours.Width = 85;
     //
     // nALEntitlementHours
     //
     this.nALEntitlementHours.Caption = "AL Entitlement (HRS)";
     this.nALEntitlementHours.FieldName = "nALEntitlementHours";
     this.nALEntitlementHours.Name = "nALEntitlementHours";
     this.nALEntitlementHours.Visible = true;
     this.nALEntitlementHours.VisibleIndex = 8;
     this.nALEntitlementHours.Width = 77;
     //
     // nPHEntitlementHours
     //
     this.nPHEntitlementHours.Caption = "PH Entitlement (HRS)";
     this.nPHEntitlementHours.FieldName = "nPHEntitlementHours";
     this.nPHEntitlementHours.Name = "nPHEntitlementHours";
     this.nPHEntitlementHours.Visible = true;
     this.nPHEntitlementHours.VisibleIndex = 9;
     this.nPHEntitlementHours.Width = 64;
     //
     // mServiceReimbursements
     //
     this.mServiceReimbursements.Caption = "Service Reimbursement (AMT)";
     this.mServiceReimbursements.FieldName = "mServiceReimbursements";
     this.mServiceReimbursements.Name = "mServiceReimbursements";
     this.mServiceReimbursements.Visible = true;
     this.mServiceReimbursements.VisibleIndex = 10;
     this.mServiceReimbursements.Width = 74;
     //
     // nTotalLateness
     //
     this.nTotalLateness.Caption = "Lateness (HRS)";
     this.nTotalLateness.FieldName = "nTotalLateness";
     this.nTotalLateness.Name = "nTotalLateness";
     this.nTotalLateness.Visible = true;
     this.nTotalLateness.VisibleIndex = 11;
     this.nTotalLateness.Width = 61;
     //
     // nUnpaidAL
     //
     this.nUnpaidAL.Caption = "Unpaid AL (DAYS)";
     this.nUnpaidAL.FieldName = "nUnpaidAL";
     this.nUnpaidAL.Name = "nUnpaidAL";
     this.nUnpaidAL.Visible = true;
     this.nUnpaidAL.VisibleIndex = 12;
     this.nUnpaidAL.Width = 78;
     //
     // nUnpaidTO
     //
     this.nUnpaidTO.Caption = "Unpaid T/O (HRS)";
     this.nUnpaidTO.FieldName = "nUnpaidTO";
     this.nUnpaidTO.Name = "nUnpaidTO";
     this.nUnpaidTO.Visible = true;
     this.nUnpaidTO.VisibleIndex = 13;
     this.nUnpaidTO.Width = 74;
     //
     // nUnpaidMedical
     //
     this.nUnpaidMedical.Caption = "Unpaid Medical Absent (DAYS)";
     this.nUnpaidMedical.FieldName = "nUnpaidMedical";
     this.nUnpaidMedical.Name = "nUnpaidMedical";
     this.nUnpaidMedical.Visible = true;
     this.nUnpaidMedical.VisibleIndex = 14;
     this.nUnpaidMedical.Width = 83;
     //
     // mCommission
     //
     this.mCommission.Caption = "Commision (AMT)";
     this.mCommission.FieldName = "mCommission";
     this.mCommission.Name = "mCommission";
     this.mCommission.Width = 50;
     //
     // mCommissionLatenessPenalty
     //
     this.mCommissionLatenessPenalty.Caption = "Commission Lateness Penalty (AMT)";
     this.mCommissionLatenessPenalty.FieldName = "nTotalLateness";
     this.mCommissionLatenessPenalty.Name = "mCommissionLatenessPenalty";
     this.mCommissionLatenessPenalty.Width = 109;
     //
     // dtSecondRunDate
     //
     this.dtSecondRunDate.Caption = "Payroll Date";
     this.dtSecondRunDate.FieldName = "dtSecondRunDate";
     this.dtSecondRunDate.Name = "dtSecondRunDate";
     //
     // tabManagerThree
     //
     this.tabManagerThree.Appearance.PageClient.BackColor = System.Drawing.Color.DimGray;
     this.tabManagerThree.Appearance.PageClient.Options.UseBackColor = true;
     this.tabManagerThree.Controls.Add(this.lblThree_2);
     this.tabManagerThree.Controls.Add(this.lblThree_1);
     this.tabManagerThree.Controls.Add(this.lblThree_3);
     this.tabManagerThree.Controls.Add(this.grpClassSchedule);
     this.tabManagerThree.Controls.Add(this.groupMemCard);
     this.tabManagerThree.Controls.Add(this.grpRoadShow);
     this.tabManagerThree.Name = "tabManagerThree";
     this.tabManagerThree.PageVisible = false;
     this.tabManagerThree.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerThree.Text = "Operation";
     //
     // 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, 0);
     this.lblThree_2.Name = "lblThree_2";
     this.lblThree_2.Size = new System.Drawing.Size(138, 23);
     this.lblThree_2.TabIndex = 144;
     this.lblThree_2.Text = "Member Card";
     this.lblThree_2.Click += new System.EventHandler(this.lblThree_2_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, 0);
     this.lblThree_1.Name = "lblThree_1";
     this.lblThree_1.Size = new System.Drawing.Size(138, 23);
     this.lblThree_1.TabIndex = 143;
     this.lblThree_1.Text = "Class Schedule";
     this.lblThree_1.Click += new System.EventHandler(this.lblThree_1_Click);
     //
     // 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, 0);
     this.lblThree_3.Name = "lblThree_3";
     this.lblThree_3.Size = new System.Drawing.Size(138, 23);
     this.lblThree_3.TabIndex = 145;
     this.lblThree_3.Text = "Admin Operation";
     this.lblThree_3.Click += new System.EventHandler(this.lblThree_3_Click);
     //
     // grpClassSchedule
     //
     this.grpClassSchedule.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.grpClassSchedule.Appearance.ForeColor = System.Drawing.Color.Black;
     this.grpClassSchedule.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.grpClassSchedule.Appearance.Options.UseBackColor = true;
     this.grpClassSchedule.Appearance.Options.UseForeColor = true;
     this.grpClassSchedule.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpClassSchedule.AppearanceCaption.Options.UseFont = true;
     this.grpClassSchedule.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.grpClassSchedule.Controls.Add(this.comboBoxBranch);
     this.grpClassSchedule.Controls.Add(this.btnRefreshClassSchedule);
     this.grpClassSchedule.Controls.Add(this.lblPQBranch);
     this.grpClassSchedule.Controls.Add(this.lblSUN);
     this.grpClassSchedule.Controls.Add(this.panelSun);
     this.grpClassSchedule.Controls.Add(this.panelSat);
     this.grpClassSchedule.Controls.Add(this.lblFRI);
     this.grpClassSchedule.Controls.Add(this.lblTHU);
     this.grpClassSchedule.Controls.Add(this.lblWED);
     this.grpClassSchedule.Controls.Add(this.lblTUE);
     this.grpClassSchedule.Controls.Add(this.panelFri);
     this.grpClassSchedule.Controls.Add(this.panelThu);
     this.grpClassSchedule.Controls.Add(this.panelWed);
     this.grpClassSchedule.Controls.Add(this.panelTue);
     this.grpClassSchedule.Controls.Add(this.panelMon);
     this.grpClassSchedule.Controls.Add(this.lblMON);
     this.grpClassSchedule.Controls.Add(this.btnPrintClassSchedule);
     this.grpClassSchedule.Controls.Add(this.btnNewClassSchedule);
     this.grpClassSchedule.Controls.Add(this.lblSAT);
     this.grpClassSchedule.Location = new System.Drawing.Point(16, 32);
     this.grpClassSchedule.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.grpClassSchedule.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpClassSchedule.Name = "grpClassSchedule";
     this.grpClassSchedule.Size = new System.Drawing.Size(996, 592);
     this.toolTipController1.SetSuperTip(this.grpClassSchedule, null);
     this.grpClassSchedule.TabIndex = 5;
     this.grpClassSchedule.Text = "Class Schedule";
     //
     // comboBoxBranch
     //
     this.comboBoxBranch.Location = new System.Drawing.Point(16, 40);
     this.comboBoxBranch.Name = "comboBoxBranch";
     this.comboBoxBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxBranch.Size = new System.Drawing.Size(104, 20);
     this.comboBoxBranch.TabIndex = 122;
     this.comboBoxBranch.EditValueChanged += new System.EventHandler(this.comboBoxBranch_SelectedValueChanged);
     //
     // btnRefreshClassSchedule
     //
     this.btnRefreshClassSchedule.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.btnRefreshClassSchedule.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefreshClassSchedule.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btnRefreshClassSchedule.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.btnRefreshClassSchedule.Appearance.Options.UseBackColor = true;
     this.btnRefreshClassSchedule.Appearance.Options.UseFont = true;
     this.btnRefreshClassSchedule.Appearance.Options.UseForeColor = true;
     this.btnRefreshClassSchedule.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnRefreshClassSchedule.Location = new System.Drawing.Point(16, 112);
     this.btnRefreshClassSchedule.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnRefreshClassSchedule.Name = "btnRefreshClassSchedule";
     this.btnRefreshClassSchedule.Size = new System.Drawing.Size(104, 20);
     this.btnRefreshClassSchedule.TabIndex = 121;
     this.btnRefreshClassSchedule.Text = "Refresh";
     this.btnRefreshClassSchedule.Click += new System.EventHandler(this.btnRefreshClassSchedule_Click);
     //
     // lblPQBranch
     //
     this.lblPQBranch.BackColor = System.Drawing.Color.Transparent;
     this.lblPQBranch.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPQBranch.Location = new System.Drawing.Point(16, 24);
     this.lblPQBranch.Name = "lblPQBranch";
     this.lblPQBranch.Size = new System.Drawing.Size(100, 16);
     this.toolTipController1.SetSuperTip(this.lblPQBranch, null);
     this.lblPQBranch.TabIndex = 33;
     this.lblPQBranch.Text = "Filter by Branch";
     //
     // lblSUN
     //
     this.lblSUN.BackColor = System.Drawing.Color.PowderBlue;
     this.lblSUN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblSUN.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSUN.Location = new System.Drawing.Point(760, 24);
     this.lblSUN.Name = "lblSUN";
     this.lblSUN.Size = new System.Drawing.Size(104, 16);
     this.toolTipController1.SetSuperTip(this.lblSUN, null);
     this.lblSUN.TabIndex = 30;
     this.lblSUN.Text = "SUN";
     //
     // panelSun
     //
     this.panelSun.BackColor = System.Drawing.Color.White;
     this.panelSun.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelSun.Location = new System.Drawing.Point(760, 40);
     this.panelSun.Name = "panelSun";
     this.panelSun.Size = new System.Drawing.Size(104, 512);
     this.toolTipController1.SetSuperTip(this.panelSun, null);
     this.panelSun.TabIndex = 28;
     //
     // panelSat
     //
     this.panelSat.BackColor = System.Drawing.Color.White;
     this.panelSat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelSat.Location = new System.Drawing.Point(656, 40);
     this.panelSat.Name = "panelSat";
     this.panelSat.Size = new System.Drawing.Size(104, 512);
     this.toolTipController1.SetSuperTip(this.panelSat, null);
     this.panelSat.TabIndex = 27;
     //
     // lblFRI
     //
     this.lblFRI.BackColor = System.Drawing.Color.PowderBlue;
     this.lblFRI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblFRI.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFRI.Location = new System.Drawing.Point(552, 24);
     this.lblFRI.Name = "lblFRI";
     this.lblFRI.Size = new System.Drawing.Size(104, 16);
     this.toolTipController1.SetSuperTip(this.lblFRI, null);
     this.lblFRI.TabIndex = 26;
     this.lblFRI.Text = "FRI";
     //
     // lblTHU
     //
     this.lblTHU.BackColor = System.Drawing.Color.PowderBlue;
     this.lblTHU.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTHU.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTHU.Location = new System.Drawing.Point(448, 24);
     this.lblTHU.Name = "lblTHU";
     this.lblTHU.Size = new System.Drawing.Size(104, 16);
     this.toolTipController1.SetSuperTip(this.lblTHU, null);
     this.lblTHU.TabIndex = 25;
     this.lblTHU.Text = "THU";
     //
     // lblWED
     //
     this.lblWED.BackColor = System.Drawing.Color.PowderBlue;
     this.lblWED.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblWED.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWED.Location = new System.Drawing.Point(344, 24);
     this.lblWED.Name = "lblWED";
     this.lblWED.Size = new System.Drawing.Size(104, 16);
     this.toolTipController1.SetSuperTip(this.lblWED, null);
     this.lblWED.TabIndex = 24;
     this.lblWED.Text = "WED";
     //
     // lblTUE
     //
     this.lblTUE.BackColor = System.Drawing.Color.PowderBlue;
     this.lblTUE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTUE.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTUE.Location = new System.Drawing.Point(240, 24);
     this.lblTUE.Name = "lblTUE";
     this.lblTUE.Size = new System.Drawing.Size(104, 16);
     this.toolTipController1.SetSuperTip(this.lblTUE, null);
     this.lblTUE.TabIndex = 23;
     this.lblTUE.Text = "TUE";
     //
     // panelFri
     //
     this.panelFri.BackColor = System.Drawing.Color.White;
     this.panelFri.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelFri.Location = new System.Drawing.Point(552, 40);
     this.panelFri.Name = "panelFri";
     this.panelFri.Size = new System.Drawing.Size(104, 512);
     this.toolTipController1.SetSuperTip(this.panelFri, null);
     this.panelFri.TabIndex = 18;
     //
     // panelThu
     //
     this.panelThu.BackColor = System.Drawing.Color.White;
     this.panelThu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelThu.Location = new System.Drawing.Point(448, 40);
     this.panelThu.Name = "panelThu";
     this.panelThu.Size = new System.Drawing.Size(104, 512);
     this.toolTipController1.SetSuperTip(this.panelThu, null);
     this.panelThu.TabIndex = 17;
     //
     // panelWed
     //
     this.panelWed.BackColor = System.Drawing.Color.White;
     this.panelWed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelWed.Location = new System.Drawing.Point(344, 40);
     this.panelWed.Name = "panelWed";
     this.panelWed.Size = new System.Drawing.Size(104, 512);
     this.toolTipController1.SetSuperTip(this.panelWed, null);
     this.panelWed.TabIndex = 16;
     //
     // panelTue
     //
     this.panelTue.BackColor = System.Drawing.Color.White;
     this.panelTue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelTue.Location = new System.Drawing.Point(240, 40);
     this.panelTue.Name = "panelTue";
     this.panelTue.Size = new System.Drawing.Size(104, 512);
     this.toolTipController1.SetSuperTip(this.panelTue, null);
     this.panelTue.TabIndex = 15;
     //
     // panelMon
     //
     this.panelMon.BackColor = System.Drawing.Color.White;
     this.panelMon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMon.Location = new System.Drawing.Point(136, 40);
     this.panelMon.Name = "panelMon";
     this.panelMon.Size = new System.Drawing.Size(104, 512);
     this.toolTipController1.SetSuperTip(this.panelMon, null);
     this.panelMon.TabIndex = 14;
     //
     // lblMON
     //
     this.lblMON.BackColor = System.Drawing.Color.PowderBlue;
     this.lblMON.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblMON.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMON.Location = new System.Drawing.Point(136, 24);
     this.lblMON.Name = "lblMON";
     this.lblMON.Size = new System.Drawing.Size(104, 16);
     this.toolTipController1.SetSuperTip(this.lblMON, null);
     this.lblMON.TabIndex = 12;
     this.lblMON.Text = "MON";
     //
     // btnPrintClassSchedule
     //
     this.btnPrintClassSchedule.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.btnPrintClassSchedule.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrintClassSchedule.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btnPrintClassSchedule.Appearance.Options.UseBackColor = true;
     this.btnPrintClassSchedule.Appearance.Options.UseFont = true;
     this.btnPrintClassSchedule.Appearance.Options.UseForeColor = true;
     this.btnPrintClassSchedule.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPrintClassSchedule.Location = new System.Drawing.Point(16, 88);
     this.btnPrintClassSchedule.Name = "btnPrintClassSchedule";
     this.btnPrintClassSchedule.Size = new System.Drawing.Size(104, 20);
     this.btnPrintClassSchedule.TabIndex = 11;
     this.btnPrintClassSchedule.Text = "Print";
     this.btnPrintClassSchedule.Click += new System.EventHandler(this.btnPrintClassSchedule_Click);
     //
     // btnNewClassSchedule
     //
     this.btnNewClassSchedule.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.btnNewClassSchedule.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNewClassSchedule.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btnNewClassSchedule.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.btnNewClassSchedule.Appearance.Options.UseBackColor = true;
     this.btnNewClassSchedule.Appearance.Options.UseFont = true;
     this.btnNewClassSchedule.Appearance.Options.UseForeColor = true;
     this.btnNewClassSchedule.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnNewClassSchedule.Location = new System.Drawing.Point(16, 64);
     this.btnNewClassSchedule.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnNewClassSchedule.Name = "btnNewClassSchedule";
     this.btnNewClassSchedule.Size = new System.Drawing.Size(104, 20);
     this.btnNewClassSchedule.TabIndex = 8;
     this.btnNewClassSchedule.Text = "New";
     this.btnNewClassSchedule.Click += new System.EventHandler(this.btnNewClassSchedule_Click);
     //
     // lblSAT
     //
     this.lblSAT.BackColor = System.Drawing.Color.PowderBlue;
     this.lblSAT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblSAT.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSAT.Location = new System.Drawing.Point(656, 24);
     this.lblSAT.Name = "lblSAT";
     this.lblSAT.Size = new System.Drawing.Size(104, 16);
     this.toolTipController1.SetSuperTip(this.lblSAT, null);
     this.lblSAT.TabIndex = 29;
     this.lblSAT.Text = "SAT";
     //
     // groupMemCard
     //
     this.groupMemCard.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMemCard.Location = new System.Drawing.Point(16, 32);
     this.groupMemCard.Name = "groupMemCard";
     this.groupMemCard.Size = new System.Drawing.Size(1000, 592);
     this.toolTipController1.SetSuperTip(this.groupMemCard, null);
     this.groupMemCard.TabIndex = 127;
     //
     // grpRoadShow
     //
     this.grpRoadShow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.grpRoadShow.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.grpRoadShow.Location = new System.Drawing.Point(16, 32);
     this.grpRoadShow.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpRoadShow.Name = "grpRoadShow";
     this.grpRoadShow.Size = new System.Drawing.Size(984, 592);
     this.toolTipController1.SetSuperTip(this.grpRoadShow, null);
     this.grpRoadShow.TabIndex = 129;
     //
     // tabManagerFour
     //
     this.tabManagerFour.Controls.Add(this.lblFour_2);
     this.tabManagerFour.Controls.Add(this.lblFour_1);
     this.tabManagerFour.Controls.Add(this.lblFour_3);
     this.tabManagerFour.Controls.Add(this.lblFour_4);
     this.tabManagerFour.Controls.Add(this.lblFour_5);
     this.tabManagerFour.Controls.Add(this.panel2);
     this.tabManagerFour.Name = "tabManagerFour";
     this.tabManagerFour.PageVisible = false;
     this.tabManagerFour.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerFour.Text = "Human Resource";
     //
     // 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(152, 0);
     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 = "TimeSheet";
     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, 0);
     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 = "Roster";
     this.lblFour_1.Click += new System.EventHandler(this.lblFour_1_Click);
     //
     // lblFour_3
     //
     this.lblFour_3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_3.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_3.Appearance.Options.UseFont = true;
     this.lblFour_3.Appearance.Options.UseForeColor = true;
     this.lblFour_3.Location = new System.Drawing.Point(296, 0);
     this.lblFour_3.Name = "lblFour_3";
     this.lblFour_3.Size = new System.Drawing.Size(138, 23);
     this.lblFour_3.TabIndex = 145;
     this.lblFour_3.Text = "OverTime";
     this.lblFour_3.Click += new System.EventHandler(this.lblFour_3_Click);
     //
     // lblFour_4
     //
     this.lblFour_4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_4.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_4.Appearance.Options.UseFont = true;
     this.lblFour_4.Appearance.Options.UseForeColor = true;
     this.lblFour_4.Location = new System.Drawing.Point(440, 0);
     this.lblFour_4.Name = "lblFour_4";
     this.lblFour_4.Size = new System.Drawing.Size(138, 23);
     this.lblFour_4.TabIndex = 146;
     this.lblFour_4.Text = "Leave";
     this.lblFour_4.Click += new System.EventHandler(this.lblFour_4_Click);
     //
     // lblFour_5
     //
     this.lblFour_5.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_5.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_5.Appearance.Options.UseFont = true;
     this.lblFour_5.Appearance.Options.UseForeColor = true;
     this.lblFour_5.Location = new System.Drawing.Point(584, 0);
     this.lblFour_5.Name = "lblFour_5";
     this.lblFour_5.Size = new System.Drawing.Size(138, 23);
     this.lblFour_5.TabIndex = 147;
     this.lblFour_5.Text = "Appointment";
     this.lblFour_5.Click += new System.EventHandler(this.lblFour_5_Click);
     //
     // panel2
     //
     this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Location = new System.Drawing.Point(0, 32);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1000, 600);
     this.toolTipController1.SetSuperTip(this.panel2, null);
     this.panel2.TabIndex = 125;
     //
     // tabManagerFive
     //
     this.tabManagerFive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabManagerFive.BackgroundImage")));
     this.tabManagerFive.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.tabManagerFive.Controls.Add(this.label6);
     this.tabManagerFive.Controls.Add(this.ReportPanel);
     this.tabManagerFive.Controls.Add(this.lk_ReportView);
     this.tabManagerFive.Controls.Add(this.lblFive_9);
     this.tabManagerFive.Controls.Add(this.lblFive_10);
     this.tabManagerFive.Controls.Add(this.lblFive_4);
     this.tabManagerFive.Controls.Add(this.lblFive_2);
     this.tabManagerFive.Controls.Add(this.lblFive_8);
     this.tabManagerFive.Controls.Add(this.lblFive_7);
     this.tabManagerFive.Controls.Add(this.lblFive_3);
     this.tabManagerFive.Controls.Add(this.lblFive_6);
     this.tabManagerFive.Controls.Add(this.lblFive_1);
     this.tabManagerFive.Controls.Add(this.lblFive_5);
     this.tabManagerFive.Name = "tabManagerFive";
     this.tabManagerFive.PageVisible = false;
     this.tabManagerFive.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerFive.Text = "Report";
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Monotype Corsiva", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.Desktop;
     this.label6.Location = new System.Drawing.Point(16, 32);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(61, 16);
     this.toolTipController1.SetSuperTip(this.label6, null);
     this.label6.TabIndex = 57;
     this.label6.Text = "Option >>";
     //
     // ReportPanel
     //
     this.ReportPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.ReportPanel.Location = new System.Drawing.Point(8, 56);
     this.ReportPanel.Name = "ReportPanel";
     this.ReportPanel.Size = new System.Drawing.Size(984, 560);
     this.toolTipController1.SetSuperTip(this.ReportPanel, null);
     this.ReportPanel.TabIndex = 28;
     //
     // lk_ReportView
     //
     this.lk_ReportView.Location = new System.Drawing.Point(88, 32);
     this.lk_ReportView.Name = "lk_ReportView";
     this.lk_ReportView.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lk_ReportView.Properties.Appearance.Options.UseFont = true;
     this.lk_ReportView.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.lk_ReportView.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lk_ReportView.Properties.NullText = "";
     this.lk_ReportView.Size = new System.Drawing.Size(272, 22);
     this.lk_ReportView.TabIndex = 53;
     this.lk_ReportView.EditValueChanged += new System.EventHandler(this.lk_ReportView_EditValueChanged);
     this.lk_ReportView.DoubleClick += new System.EventHandler(this.lk_ReportView_EditValueChanged);
     //
     // lblFive_9
     //
     this.lblFive_9.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_9.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_9.Appearance.Options.UseFont = true;
     this.lblFive_9.Appearance.Options.UseForeColor = true;
     this.lblFive_9.Location = new System.Drawing.Point(712, 0);
     this.lblFive_9.Name = "lblFive_9";
     this.lblFive_9.Size = new System.Drawing.Size(80, 23);
     this.lblFive_9.TabIndex = 152;
     this.lblFive_9.Text = "Leave";
     this.lblFive_9.Click += new System.EventHandler(this.lblFive_9_Click);
     //
     // lblFive_10
     //
     this.lblFive_10.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_10.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_10.Appearance.Options.UseFont = true;
     this.lblFive_10.Appearance.Options.UseForeColor = true;
     this.lblFive_10.Location = new System.Drawing.Point(800, 0);
     this.lblFive_10.Name = "lblFive_10";
     this.lblFive_10.Size = new System.Drawing.Size(80, 23);
     this.lblFive_10.TabIndex = 153;
     this.lblFive_10.Text = "Member";
     this.lblFive_10.Click += new System.EventHandler(this.lblFive_10_Click);
     //
     // lblFive_4
     //
     this.lblFive_4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_4.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_4.Appearance.Options.UseFont = true;
     this.lblFive_4.Appearance.Options.UseForeColor = true;
     this.lblFive_4.Location = new System.Drawing.Point(272, 0);
     this.lblFive_4.Name = "lblFive_4";
     this.lblFive_4.Size = new System.Drawing.Size(80, 23);
     this.lblFive_4.TabIndex = 147;
     this.lblFive_4.Text = "Promotion";
     this.lblFive_4.Click += new System.EventHandler(this.lblFive_4_Click);
     //
     // lblFive_2
     //
     this.lblFive_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_2.Appearance.Options.UseFont = true;
     this.lblFive_2.Appearance.Options.UseForeColor = true;
     this.lblFive_2.Location = new System.Drawing.Point(96, 0);
     this.lblFive_2.Name = "lblFive_2";
     this.lblFive_2.Size = new System.Drawing.Size(80, 23);
     this.lblFive_2.TabIndex = 145;
     this.lblFive_2.Text = "Attendance";
     this.lblFive_2.Click += new System.EventHandler(this.lblFive_2_Click);
     //
     // lblFive_8
     //
     this.lblFive_8.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_8.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_8.Appearance.Options.UseFont = true;
     this.lblFive_8.Appearance.Options.UseForeColor = true;
     this.lblFive_8.Location = new System.Drawing.Point(624, 0);
     this.lblFive_8.Name = "lblFive_8";
     this.lblFive_8.Size = new System.Drawing.Size(80, 23);
     this.lblFive_8.TabIndex = 151;
     this.lblFive_8.Text = "Stock";
     this.lblFive_8.Click += new System.EventHandler(this.lblFive_8_Click);
     //
     // lblFive_7
     //
     this.lblFive_7.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_7.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_7.Appearance.Options.UseFont = true;
     this.lblFive_7.Appearance.Options.UseForeColor = true;
     this.lblFive_7.Location = new System.Drawing.Point(536, 0);
     this.lblFive_7.Name = "lblFive_7";
     this.lblFive_7.Size = new System.Drawing.Size(80, 23);
     this.lblFive_7.TabIndex = 150;
     this.lblFive_7.Text = "Voice";
     this.lblFive_7.Click += new System.EventHandler(this.lblFive_7_Click);
     //
     // lblFive_3
     //
     this.lblFive_3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_3.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_3.Appearance.Options.UseFont = true;
     this.lblFive_3.Appearance.Options.UseForeColor = true;
     this.lblFive_3.Location = new System.Drawing.Point(184, 0);
     this.lblFive_3.Name = "lblFive_3";
     this.lblFive_3.Size = new System.Drawing.Size(80, 23);
     this.lblFive_3.TabIndex = 146;
     this.lblFive_3.Text = "Operation";
     this.lblFive_3.Click += new System.EventHandler(this.lblFive_3_Click);
     //
     // lblFive_6
     //
     this.lblFive_6.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_6.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_6.Appearance.Options.UseFont = true;
     this.lblFive_6.Appearance.Options.UseForeColor = true;
     this.lblFive_6.Location = new System.Drawing.Point(448, 0);
     this.lblFive_6.Name = "lblFive_6";
     this.lblFive_6.Size = new System.Drawing.Size(80, 23);
     this.lblFive_6.TabIndex = 149;
     this.lblFive_6.Text = "Staff";
     this.lblFive_6.Click += new System.EventHandler(this.lblFive_6_Click);
     //
     // lblFive_1
     //
     this.lblFive_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_1.Appearance.Options.UseFont = true;
     this.lblFive_1.Appearance.Options.UseForeColor = true;
     this.lblFive_1.Location = new System.Drawing.Point(8, 0);
     this.lblFive_1.Name = "lblFive_1";
     this.lblFive_1.Size = new System.Drawing.Size(80, 23);
     this.lblFive_1.TabIndex = 144;
     this.lblFive_1.Text = "Sales";
     this.lblFive_1.Click += new System.EventHandler(this.lblFive_1_Click);
     //
     // lblFive_5
     //
     this.lblFive_5.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_5.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_5.Appearance.Options.UseFont = true;
     this.lblFive_5.Appearance.Options.UseForeColor = true;
     this.lblFive_5.Location = new System.Drawing.Point(360, 0);
     this.lblFive_5.Name = "lblFive_5";
     this.lblFive_5.Size = new System.Drawing.Size(80, 23);
     this.lblFive_5.TabIndex = 148;
     this.lblFive_5.Text = "Account";
     this.lblFive_5.Click += new System.EventHandler(this.lblFive_5_Click);
     //
     // tabManagerSix
     //
     this.tabManagerSix.Appearance.PageClient.BackColor = System.Drawing.Color.Gray;
     this.tabManagerSix.Appearance.PageClient.Options.UseBackColor = true;
     this.tabManagerSix.Controls.Add(this.lk_MasterData);
     this.tabManagerSix.Controls.Add(this.panel1);
     this.tabManagerSix.Controls.Add(this.label1);
     this.tabManagerSix.Name = "tabManagerSix";
     this.tabManagerSix.PageVisible = false;
     this.tabManagerSix.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerSix.Text = "Master Data";
     //
     // lk_MasterData
     //
     this.lk_MasterData.Location = new System.Drawing.Point(88, 7);
     this.lk_MasterData.Name = "lk_MasterData";
     this.lk_MasterData.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lk_MasterData.Properties.Appearance.Options.UseFont = true;
     this.lk_MasterData.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.lk_MasterData.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lk_MasterData.Size = new System.Drawing.Size(160, 22);
     this.lk_MasterData.TabIndex = 52;
     this.lk_MasterData.EditValueChanged += new System.EventHandler(this.lk_MasterData_EditValueChanged);
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Location = new System.Drawing.Point(3, 32);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1000, 592);
     this.toolTipController1.SetSuperTip(this.panel1, null);
     this.panel1.TabIndex = 45;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Monotype Corsiva", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
     this.label1.Location = new System.Drawing.Point(19, 7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(61, 16);
     this.toolTipController1.SetSuperTip(this.label1, null);
     this.label1.TabIndex = 40;
     this.label1.Text = "Option >>";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.bbiManagerLoginOut,
     this.bbiManagerTimeCard,
     this.barButtonItem1,
     this.barstaticCurrentLogin});
     this.barManager1.MainMenu = this.bar1;
     this.barManager1.MaxItemId = 5;
     //
     // bar1
     //
     this.bar1.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.bar1.Appearance.Options.UseBackColor = true;
     this.bar1.BarName = "Custom 1";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiManagerLoginOut, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barstaticCurrentLogin, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Caption)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // bbiManagerLoginOut
     //
     this.bbiManagerLoginOut.Caption = "Close";
     this.bbiManagerLoginOut.Glyph = ((System.Drawing.Image)(resources.GetObject("bbiManagerLoginOut.Glyph")));
     this.bbiManagerLoginOut.Id = 0;
     this.bbiManagerLoginOut.Name = "bbiManagerLoginOut";
     this.bbiManagerLoginOut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiManagerLoginOut_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Time Card";
     this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id = 3;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnTimeCard_ItemClick);
     //
     // barstaticCurrentLogin
     //
     this.barstaticCurrentLogin.Caption = "Current Login: {0}, {1}";
     this.barstaticCurrentLogin.Id = 4;
     this.barstaticCurrentLogin.Name = "barstaticCurrentLogin";
     this.barstaticCurrentLogin.OwnFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
     this.barstaticCurrentLogin.UseOwnFont = true;
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.AppearancesBar.ItemsFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barAndDockingController1.PaintStyleName = "WindowsXP";
     //
     // barDockControlTop
     //
     this.toolTipController1.SetSuperTip(this.barDockControlTop, null);
     //
     // barDockControlBottom
     //
     this.toolTipController1.SetSuperTip(this.barDockControlBottom, null);
     //
     // barDockControlLeft
     //
     this.toolTipController1.SetSuperTip(this.barDockControlLeft, null);
     //
     // barDockControlRight
     //
     this.toolTipController1.SetSuperTip(this.barDockControlRight, null);
     //
     // bbiManagerTimeCard
     //
     this.bbiManagerTimeCard.Caption = "Time Card";
     this.bbiManagerTimeCard.Id = 2;
     this.bbiManagerTimeCard.Name = "bbiManagerTimeCard";
     this.bbiManagerTimeCard.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiManagerTimeCard_ItemClick);
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // gridColumnPGE3
     //
     this.gridColumnPGE3.Caption = "Quantity";
     this.gridColumnPGE3.FieldName = "nQuantity";
     this.gridColumnPGE3.Name = "gridColumnPGE3";
     this.gridColumnPGE3.Visible = true;
     this.gridColumnPGE3.VisibleIndex = 2;
     //
     // gridColumnPGE2
     //
     this.gridColumnPGE2.Caption = "Package Code";
     this.gridColumnPGE2.FieldName = "strPackageCode";
     this.gridColumnPGE2.Name = "gridColumnPGE2";
     this.gridColumnPGE2.Visible = true;
     this.gridColumnPGE2.VisibleIndex = 1;
     //
     // gridColumnPGE1
     //
     this.gridColumnPGE1.Caption = "Package Group Code";
     this.gridColumnPGE1.FieldName = "strPackageGroupCode";
     this.gridColumnPGE1.Name = "gridColumnPGE1";
     this.gridColumnPGE1.Visible = true;
     this.gridColumnPGE1.VisibleIndex = 0;
     //
     // mdPGE_txtNQuantity
     //
     this.mdPGE_txtNQuantity.EditValue = "";
     this.mdPGE_txtNQuantity.Location = new System.Drawing.Point(32, 152);
     this.mdPGE_txtNQuantity.Name = "mdPGE_txtNQuantity";
     this.mdPGE_txtNQuantity.Properties.Mask.EditMask = "######0";
     this.mdPGE_txtNQuantity.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.mdPGE_txtNQuantity.Size = new System.Drawing.Size(144, 20);
     this.mdPGE_txtNQuantity.TabIndex = 122;
     //
     // mdPGE_txtStrPackageCode
     //
     this.mdPGE_txtStrPackageCode.EditValue = "imageComboBoxEdit2";
     this.mdPGE_txtStrPackageCode.Location = new System.Drawing.Point(32, 96);
     this.mdPGE_txtStrPackageCode.Name = "mdPGE_txtStrPackageCode";
     this.mdPGE_txtStrPackageCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.mdPGE_txtStrPackageCode.Size = new System.Drawing.Size(144, 20);
     this.mdPGE_txtStrPackageCode.TabIndex = 121;
     //
     // mdPGE_cdStrPackageGroupCode
     //
     this.mdPGE_cdStrPackageGroupCode.EditValue = "imageComboBoxEdit1";
     this.mdPGE_cdStrPackageGroupCode.Location = new System.Drawing.Point(32, 48);
     this.mdPGE_cdStrPackageGroupCode.Name = "mdPGE_cdStrPackageGroupCode";
     this.mdPGE_cdStrPackageGroupCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.mdPGE_cdStrPackageGroupCode.Size = new System.Drawing.Size(144, 20);
     this.mdPGE_cdStrPackageGroupCode.TabIndex = 120;
     //
     // mdPGE_lblNQuantity
     //
     this.mdPGE_lblNQuantity.BackColor = System.Drawing.Color.Transparent;
     this.mdPGE_lblNQuantity.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mdPGE_lblNQuantity.ForeColor = System.Drawing.Color.Black;
     this.mdPGE_lblNQuantity.Location = new System.Drawing.Point(32, 136);
     this.mdPGE_lblNQuantity.Name = "mdPGE_lblNQuantity";
     this.mdPGE_lblNQuantity.Size = new System.Drawing.Size(120, 16);
     this.toolTipController1.SetSuperTip(this.mdPGE_lblNQuantity, null);
     this.mdPGE_lblNQuantity.TabIndex = 119;
     this.mdPGE_lblNQuantity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPGE_lblStrPackageCode
     //
     this.mdPGE_lblStrPackageCode.BackColor = System.Drawing.Color.Transparent;
     this.mdPGE_lblStrPackageCode.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mdPGE_lblStrPackageCode.ForeColor = System.Drawing.Color.Black;
     this.mdPGE_lblStrPackageCode.Location = new System.Drawing.Point(32, 80);
     this.mdPGE_lblStrPackageCode.Name = "mdPGE_lblStrPackageCode";
     this.mdPGE_lblStrPackageCode.Size = new System.Drawing.Size(120, 16);
     this.toolTipController1.SetSuperTip(this.mdPGE_lblStrPackageCode, null);
     this.mdPGE_lblStrPackageCode.TabIndex = 118;
     this.mdPGE_lblStrPackageCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPGE_lblStrPackageGroupCode
     //
     this.mdPGE_lblStrPackageGroupCode.BackColor = System.Drawing.Color.Transparent;
     this.mdPGE_lblStrPackageGroupCode.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mdPGE_lblStrPackageGroupCode.ForeColor = System.Drawing.Color.Black;
     this.mdPGE_lblStrPackageGroupCode.Location = new System.Drawing.Point(32, 32);
     this.mdPGE_lblStrPackageGroupCode.Name = "mdPGE_lblStrPackageGroupCode";
     this.mdPGE_lblStrPackageGroupCode.Size = new System.Drawing.Size(120, 16);
     this.toolTipController1.SetSuperTip(this.mdPGE_lblStrPackageGroupCode, null);
     this.mdPGE_lblStrPackageGroupCode.TabIndex = 117;
     this.mdPGE_lblStrPackageGroupCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label5.Location = new System.Drawing.Point(888, 8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(120, 24);
     this.toolTipController1.SetSuperTip(this.label5, null);
     this.label5.TabIndex = 25;
     this.label5.Text = "HeadStart";
     //
     // frmManager
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1012, 691);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.tabControlManager);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.MainMenu1;
     this.Name = "frmManager";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.toolTipController1.SetSuperTip(this, null);
     this.Text = "ACMS Manager";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmManager_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlManager)).EndInit();
     this.tabControlManager.ResumeLayout(false);
     this.tabManagerOne.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupIPPMaster)).EndInit();
     this.groupIPPMaster.ResumeLayout(false);
     this.groupIPPMaster.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPP)).EndInit();
     this.groupIPP.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ComboBoxIPP.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpIPP2)).EndInit();
     this.grpIPP2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkBank.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtTo.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtStart.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCardScr.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupIPPDetails)).EndInit();
     this.GroupIPPDetails.ResumeLayout(false);
     this.GroupIPPDetails.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.strReferenceNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPBankCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNMonths.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPCCNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPDateRcv.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPDateSent.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPBranchCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPCreatedDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMerchantNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPAmount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPInterest.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNettAmount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMemberId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMemberName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPPReceipt)).EndInit();
     this.groupIPPReceipt.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridReceipt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPReceiptView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPReceiptStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupGIROMaster)).EndInit();
     this.groupGIROMaster.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.tabGiroDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtBankBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtPackage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackageDesc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAccountNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGIROId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
     this.tabGiroTrnsHistory.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GridTransaction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupGiro)).EndInit();
     this.GroupGiro.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxGiroStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GiroGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GIROGridView)).EndInit();
     this.tabManagerTwo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GrpPayroll)).EndInit();
     this.GrpPayroll.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbJob.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpGridExcel)).EndInit();
     this.grpGridExcel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridExcel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewExcel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditMTH.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditYR.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbxPayroll.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPayroll)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPayroll)).EndInit();
     this.tabManagerThree.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grpClassSchedule)).EndInit();
     this.grpClassSchedule.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMemCard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpRoadShow)).EndInit();
     this.tabManagerFour.ResumeLayout(false);
     this.tabManagerFive.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ReportPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_ReportView.Properties)).EndInit();
     this.tabManagerSix.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lk_MasterData.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_txtNQuantity.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_txtStrPackageCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_cdStrPackageGroupCode.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDepartmentDlg));
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.lblStatus = new System.Windows.Forms.Label();
     this.cmbStatus = new System.Windows.Forms.ComboBox();
     this.tbcDepartment = new System.Windows.Forms.TabControl();
     this.tbpDeptInfo = new System.Windows.Forms.TabPage();
     this.pnlDeptInfo = new System.Windows.Forms.Panel();
     this.txtNickName = new System.Windows.Forms.TextBox();
     this.lblNickName = new System.Windows.Forms.Label();
     this.chkNoDept = new System.Windows.Forms.CheckBox();
     this.llblClient = new System.Windows.Forms.LinkLabel();
     this.cmbClient = new System.Windows.Forms.ComboBox();
     this.dtEnded = new System.Windows.Forms.DateTimePicker();
     this.dtJoined = new System.Windows.Forms.DateTimePicker();
     this.lblHRHeader = new System.Windows.Forms.Label();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.label42 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtCompRomaji = new System.Windows.Forms.TextBox();
     this.txtCompPhonetic = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtCompName = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.tbpAddress = new System.Windows.Forms.TabPage();
     this.pnlAddress = new System.Windows.Forms.Panel();
     this.btnImportClientAddress = new System.Windows.Forms.Button();
     this.label48 = new System.Windows.Forms.Label();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.txtAccFirstRomaji = new System.Windows.Forms.TextBox();
     this.txtAccFirstPhonetic = new System.Windows.Forms.TextBox();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.txtAccFirstName = new System.Windows.Forms.TextBox();
     this.label51 = new System.Windows.Forms.Label();
     this.txtAccLRomaji1 = new System.Windows.Forms.TextBox();
     this.txtAccLPhonetic = new System.Windows.Forms.TextBox();
     this.label52 = new System.Windows.Forms.Label();
     this.label53 = new System.Windows.Forms.Label();
     this.txtAccLName = new System.Windows.Forms.TextBox();
     this.label54 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.txtUrl = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.txtFax2 = new System.Windows.Forms.TextBox();
     this.txtFax1 = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.lblContactInfoHeader = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label43 = new System.Windows.Forms.Label();
     this.txtPhoneOther = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.txtPhone2 = new System.Windows.Forms.TextBox();
     this.txtPhone1 = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.lblStation2Header = new System.Windows.Forms.Label();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.txtMintSt2 = new System.Windows.Forms.TextBox();
     this.txtClosestLine2 = new System.Windows.Forms.TextBox();
     this.label60 = new System.Windows.Forms.Label();
     this.label61 = new System.Windows.Forms.Label();
     this.txtClosestSt2 = new System.Windows.Forms.TextBox();
     this.label62 = new System.Windows.Forms.Label();
     this.lblStation1Header = new System.Windows.Forms.Label();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.txtMintSt1 = new System.Windows.Forms.TextBox();
     this.txtClosestLine1 = new System.Windows.Forms.TextBox();
     this.label55 = new System.Windows.Forms.Label();
     this.label56 = new System.Windows.Forms.Label();
     this.txtClosestSt1 = new System.Windows.Forms.TextBox();
     this.label57 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.cmbBlock = new System.Windows.Forms.ComboBox();
     this.txtCountry = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.txtPost = new System.Windows.Forms.TextBox();
     this.txtState = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.txtCity = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.txtStreet3 = new System.Windows.Forms.TextBox();
     this.txtStreet2 = new System.Windows.Forms.TextBox();
     this.txtStreet1 = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.lblAddressHeader = new System.Windows.Forms.Label();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.tbpContact = new System.Windows.Forms.TabPage();
     this.pnlContact = new System.Windows.Forms.Panel();
     this.grdContact = new DevExpress.XtraGrid.GridControl();
     this.persistentRepository1 = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gvwContact = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolContactID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColLastName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolFirstName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolFirstNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEmail1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolMobile = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatusID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.btnDel = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.pnlBody = new System.Windows.Forms.Panel();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnPrint = new System.Windows.Forms.Button();
     this.btnPageSetup = new System.Windows.Forms.Button();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.tbcDepartment.SuspendLayout();
     this.tbpDeptInfo.SuspendLayout();
     this.pnlDeptInfo.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tbpAddress.SuspendLayout();
     this.pnlAddress.SuspendLayout();
     this.tbpContact.SuspendLayout();
     this.pnlContact.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdContact)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwContact)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location = new System.Drawing.Point(480, 525);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSave.Location = new System.Drawing.Point(397, 525);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 4;
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // lblStatus
     //
     this.lblStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStatus.Location = new System.Drawing.Point(384, 106);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(88, 17);
     this.lblStatus.TabIndex = 3;
     this.lblStatus.Text = "Status";
     //
     // cmbStatus
     //
     this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStatus.Items.AddRange(new object[] {
     "Active",
     "Inactive"});
     this.cmbStatus.Location = new System.Drawing.Point(486, 104);
     this.cmbStatus.Name = "cmbStatus";
     this.cmbStatus.Size = new System.Drawing.Size(120, 21);
     this.cmbStatus.TabIndex = 7;
     this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged);
     //
     // tbcDepartment
     //
     this.tbcDepartment.Controls.Add(this.tbpDeptInfo);
     this.tbcDepartment.Controls.Add(this.tbpAddress);
     this.tbcDepartment.Controls.Add(this.tbpContact);
     this.tbcDepartment.Location = new System.Drawing.Point(0, 2);
     this.tbcDepartment.Name = "tbcDepartment";
     this.tbcDepartment.SelectedIndex = 0;
     this.tbcDepartment.Size = new System.Drawing.Size(648, 510);
     this.tbcDepartment.TabIndex = 15;
     //
     // tbpDeptInfo
     //
     this.tbpDeptInfo.Controls.Add(this.pnlDeptInfo);
     this.tbpDeptInfo.Location = new System.Drawing.Point(4, 22);
     this.tbpDeptInfo.Name = "tbpDeptInfo";
     this.tbpDeptInfo.Size = new System.Drawing.Size(640, 484);
     this.tbpDeptInfo.TabIndex = 0;
     this.tbpDeptInfo.Text = "Department Info";
     //
     // pnlDeptInfo
     //
     this.pnlDeptInfo.Controls.Add(this.txtNickName);
     this.pnlDeptInfo.Controls.Add(this.lblNickName);
     this.pnlDeptInfo.Controls.Add(this.chkNoDept);
     this.pnlDeptInfo.Controls.Add(this.llblClient);
     this.pnlDeptInfo.Controls.Add(this.cmbClient);
     this.pnlDeptInfo.Controls.Add(this.dtEnded);
     this.pnlDeptInfo.Controls.Add(this.dtJoined);
     this.pnlDeptInfo.Controls.Add(this.lblHRHeader);
     this.pnlDeptInfo.Controls.Add(this.groupBox12);
     this.pnlDeptInfo.Controls.Add(this.label42);
     this.pnlDeptInfo.Controls.Add(this.label39);
     this.pnlDeptInfo.Controls.Add(this.label13);
     this.pnlDeptInfo.Controls.Add(this.groupBox1);
     this.pnlDeptInfo.Controls.Add(this.txtCompRomaji);
     this.pnlDeptInfo.Controls.Add(this.txtCompPhonetic);
     this.pnlDeptInfo.Controls.Add(this.label4);
     this.pnlDeptInfo.Controls.Add(this.label5);
     this.pnlDeptInfo.Controls.Add(this.txtCompName);
     this.pnlDeptInfo.Controls.Add(this.label6);
     this.pnlDeptInfo.Controls.Add(this.lblStatus);
     this.pnlDeptInfo.Controls.Add(this.cmbStatus);
     this.pnlDeptInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlDeptInfo.Location = new System.Drawing.Point(0, 0);
     this.pnlDeptInfo.Name = "pnlDeptInfo";
     this.pnlDeptInfo.Size = new System.Drawing.Size(640, 484);
     this.pnlDeptInfo.TabIndex = 337;
     //
     // txtNickName
     //
     this.txtNickName.Location = new System.Drawing.Point(147, 153);
     this.txtNickName.MaxLength = 255;
     this.txtNickName.Name = "txtNickName";
     this.txtNickName.Size = new System.Drawing.Size(192, 21);
     this.txtNickName.TabIndex = 3;
     //
     // lblNickName
     //
     this.lblNickName.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblNickName.Location = new System.Drawing.Point(27, 155);
     this.lblNickName.Name = "lblNickName";
     this.lblNickName.Size = new System.Drawing.Size(114, 17);
     this.lblNickName.TabIndex = 336;
     this.lblNickName.Text = "Abbreviated Name";
     //
     // chkNoDept
     //
     this.chkNoDept.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkNoDept.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkNoDept.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkNoDept.Location = new System.Drawing.Point(27, 56);
     this.chkNoDept.Name = "chkNoDept";
     this.chkNoDept.Size = new System.Drawing.Size(134, 16);
     this.chkNoDept.TabIndex = 334;
     this.chkNoDept.Text = "No Department";
     this.chkNoDept.CheckedChanged += new System.EventHandler(this.chkNoDept_CheckedChanged);
     //
     // llblClient
     //
     this.llblClient.Location = new System.Drawing.Point(24, 34);
     this.llblClient.Name = "llblClient";
     this.llblClient.Size = new System.Drawing.Size(104, 17);
     this.llblClient.TabIndex = 3;
     this.llblClient.TabStop = true;
     this.llblClient.Text = "Client";
     this.llblClient.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblClient_LinkClicked);
     //
     // cmbClient
     //
     this.cmbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbClient.Items.AddRange(new object[] {
     "Class",
     "Desk",
     "Presentation Training",
     "Recording",
     "Mendan",
     "Other"});
     this.cmbClient.Location = new System.Drawing.Point(147, 31);
     this.cmbClient.Name = "cmbClient";
     this.cmbClient.Size = new System.Drawing.Size(192, 21);
     this.cmbClient.TabIndex = 4;
     this.cmbClient.SelectedIndexChanged += new System.EventHandler(this.cmbClient_SelectedIndexChanged);
     //
     // dtEnded
     //
     this.dtEnded.CustomFormat = "MM/dd/yyyy";
     this.dtEnded.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtEnded.Location = new System.Drawing.Point(486, 56);
     this.dtEnded.Name = "dtEnded";
     this.dtEnded.ShowCheckBox = true;
     this.dtEnded.Size = new System.Drawing.Size(120, 21);
     this.dtEnded.TabIndex = 6;
     //
     // dtJoined
     //
     this.dtJoined.CustomFormat = "MM/dd/yyyy";
     this.dtJoined.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtJoined.Location = new System.Drawing.Point(486, 32);
     this.dtJoined.Name = "dtJoined";
     this.dtJoined.ShowCheckBox = true;
     this.dtJoined.Size = new System.Drawing.Size(120, 21);
     this.dtJoined.TabIndex = 5;
     //
     // lblHRHeader
     //
     this.lblHRHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblHRHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHRHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblHRHeader.Location = new System.Drawing.Point(384, 9);
     this.lblHRHeader.Name = "lblHRHeader";
     this.lblHRHeader.Size = new System.Drawing.Size(27, 17);
     this.lblHRHeader.TabIndex = 238;
     this.lblHRHeader.Text = "HR";
     //
     // groupBox12
     //
     this.groupBox12.Location = new System.Drawing.Point(408, 16);
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.Size = new System.Drawing.Size(200, 2);
     this.groupBox12.TabIndex = 237;
     this.groupBox12.TabStop = false;
     //
     // label42
     //
     this.label42.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label42.Location = new System.Drawing.Point(384, 58);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(88, 17);
     this.label42.TabIndex = 236;
     this.label42.Text = "Date Ended";
     //
     // label39
     //
     this.label39.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label39.Location = new System.Drawing.Point(384, 34);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(88, 17);
     this.label39.TabIndex = 235;
     this.label39.Text = "Date Joined";
     //
     // label13
     //
     this.label13.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label13.Location = new System.Drawing.Point(24, 9);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(89, 17);
     this.label13.TabIndex = 79;
     this.label13.Text = "Department";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Location = new System.Drawing.Point(110, 16);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(226, 2);
     this.groupBox1.TabIndex = 78;
     this.groupBox1.TabStop = false;
     //
     // label11
     //
     this.label11.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label11.Location = new System.Drawing.Point(24, -56);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(57, 21);
     this.label11.TabIndex = 73;
     this.label11.Text = "Company";
     //
     // txtCompRomaji
     //
     this.txtCompRomaji.Location = new System.Drawing.Point(147, 128);
     this.txtCompRomaji.MaxLength = 255;
     this.txtCompRomaji.Name = "txtCompRomaji";
     this.txtCompRomaji.Size = new System.Drawing.Size(192, 21);
     this.txtCompRomaji.TabIndex = 2;
     //
     // txtCompPhonetic
     //
     this.txtCompPhonetic.Location = new System.Drawing.Point(147, 104);
     this.txtCompPhonetic.MaxLength = 255;
     this.txtCompPhonetic.Name = "txtCompPhonetic";
     this.txtCompPhonetic.Size = new System.Drawing.Size(192, 21);
     this.txtCompPhonetic.TabIndex = 1;
     //
     // label4
     //
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location = new System.Drawing.Point(27, 128);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(104, 17);
     this.label4.TabIndex = 77;
     this.label4.Text = "Name Romaji";
     //
     // label5
     //
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Location = new System.Drawing.Point(27, 104);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(104, 17);
     this.label5.TabIndex = 76;
     this.label5.Text = "Name Phonetic";
     //
     // txtCompName
     //
     this.txtCompName.Location = new System.Drawing.Point(147, 80);
     this.txtCompName.MaxLength = 255;
     this.txtCompName.Name = "txtCompName";
     this.txtCompName.Size = new System.Drawing.Size(192, 21);
     this.txtCompName.TabIndex = 0;
     //
     // label6
     //
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Location = new System.Drawing.Point(27, 80);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(104, 17);
     this.label6.TabIndex = 75;
     this.label6.Text = "Name";
     //
     // tbpAddress
     //
     this.tbpAddress.Controls.Add(this.pnlAddress);
     this.tbpAddress.Location = new System.Drawing.Point(4, 22);
     this.tbpAddress.Name = "tbpAddress";
     this.tbpAddress.Size = new System.Drawing.Size(640, 484);
     this.tbpAddress.TabIndex = 1;
     this.tbpAddress.Text = "Address";
     //
     // pnlAddress
     //
     this.pnlAddress.Controls.Add(this.btnImportClientAddress);
     this.pnlAddress.Controls.Add(this.label48);
     this.pnlAddress.Controls.Add(this.groupBox9);
     this.pnlAddress.Controls.Add(this.txtAccFirstRomaji);
     this.pnlAddress.Controls.Add(this.txtAccFirstPhonetic);
     this.pnlAddress.Controls.Add(this.label49);
     this.pnlAddress.Controls.Add(this.label50);
     this.pnlAddress.Controls.Add(this.txtAccFirstName);
     this.pnlAddress.Controls.Add(this.label51);
     this.pnlAddress.Controls.Add(this.txtAccLRomaji1);
     this.pnlAddress.Controls.Add(this.txtAccLPhonetic);
     this.pnlAddress.Controls.Add(this.label52);
     this.pnlAddress.Controls.Add(this.label53);
     this.pnlAddress.Controls.Add(this.txtAccLName);
     this.pnlAddress.Controls.Add(this.label54);
     this.pnlAddress.Controls.Add(this.label36);
     this.pnlAddress.Controls.Add(this.txtUrl);
     this.pnlAddress.Controls.Add(this.label38);
     this.pnlAddress.Controls.Add(this.txtFax2);
     this.pnlAddress.Controls.Add(this.txtFax1);
     this.pnlAddress.Controls.Add(this.label41);
     this.pnlAddress.Controls.Add(this.lblContactInfoHeader);
     this.pnlAddress.Controls.Add(this.groupBox2);
     this.pnlAddress.Controls.Add(this.label43);
     this.pnlAddress.Controls.Add(this.txtPhoneOther);
     this.pnlAddress.Controls.Add(this.label33);
     this.pnlAddress.Controls.Add(this.txtPhone2);
     this.pnlAddress.Controls.Add(this.txtPhone1);
     this.pnlAddress.Controls.Add(this.label32);
     this.pnlAddress.Controls.Add(this.lblStation2Header);
     this.pnlAddress.Controls.Add(this.groupBox11);
     this.pnlAddress.Controls.Add(this.txtMintSt2);
     this.pnlAddress.Controls.Add(this.txtClosestLine2);
     this.pnlAddress.Controls.Add(this.label60);
     this.pnlAddress.Controls.Add(this.label61);
     this.pnlAddress.Controls.Add(this.txtClosestSt2);
     this.pnlAddress.Controls.Add(this.label62);
     this.pnlAddress.Controls.Add(this.lblStation1Header);
     this.pnlAddress.Controls.Add(this.groupBox10);
     this.pnlAddress.Controls.Add(this.txtMintSt1);
     this.pnlAddress.Controls.Add(this.txtClosestLine1);
     this.pnlAddress.Controls.Add(this.label55);
     this.pnlAddress.Controls.Add(this.label56);
     this.pnlAddress.Controls.Add(this.txtClosestSt1);
     this.pnlAddress.Controls.Add(this.label57);
     this.pnlAddress.Controls.Add(this.label28);
     this.pnlAddress.Controls.Add(this.label29);
     this.pnlAddress.Controls.Add(this.cmbBlock);
     this.pnlAddress.Controls.Add(this.txtCountry);
     this.pnlAddress.Controls.Add(this.label27);
     this.pnlAddress.Controls.Add(this.txtPost);
     this.pnlAddress.Controls.Add(this.txtState);
     this.pnlAddress.Controls.Add(this.label26);
     this.pnlAddress.Controls.Add(this.txtCity);
     this.pnlAddress.Controls.Add(this.label25);
     this.pnlAddress.Controls.Add(this.txtStreet3);
     this.pnlAddress.Controls.Add(this.txtStreet2);
     this.pnlAddress.Controls.Add(this.txtStreet1);
     this.pnlAddress.Controls.Add(this.label24);
     this.pnlAddress.Controls.Add(this.lblAddressHeader);
     this.pnlAddress.Controls.Add(this.groupBox8);
     this.pnlAddress.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlAddress.Location = new System.Drawing.Point(0, 0);
     this.pnlAddress.Name = "pnlAddress";
     this.pnlAddress.Size = new System.Drawing.Size(640, 484);
     this.pnlAddress.TabIndex = 312;
     //
     // btnImportClientAddress
     //
     this.btnImportClientAddress.Enabled = false;
     this.btnImportClientAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnImportClientAddress.Location = new System.Drawing.Point(200, 7);
     this.btnImportClientAddress.Name = "btnImportClientAddress";
     this.btnImportClientAddress.Size = new System.Drawing.Size(240, 23);
     this.btnImportClientAddress.TabIndex = 312;
     this.btnImportClientAddress.Text = "Import Client\'s Address Information";
     this.btnImportClientAddress.Click += new System.EventHandler(this.btnImportClientAddress_Click);
     //
     // label48
     //
     this.label48.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label48.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label48.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label48.Location = new System.Drawing.Point(342, 284);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(151, 17);
     this.label48.TabIndex = 311;
     this.label48.Text = "Internal Accounts Rep";
     //
     // groupBox9
     //
     this.groupBox9.Location = new System.Drawing.Point(474, 292);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(144, 2);
     this.groupBox9.TabIndex = 310;
     this.groupBox9.TabStop = false;
     //
     // txtAccFirstRomaji
     //
     this.txtAccFirstRomaji.Location = new System.Drawing.Point(464, 436);
     this.txtAccFirstRomaji.MaxLength = 255;
     this.txtAccFirstRomaji.Name = "txtAccFirstRomaji";
     this.txtAccFirstRomaji.Size = new System.Drawing.Size(165, 21);
     this.txtAccFirstRomaji.TabIndex = 255;
     //
     // txtAccFirstPhonetic
     //
     this.txtAccFirstPhonetic.Location = new System.Drawing.Point(464, 412);
     this.txtAccFirstPhonetic.MaxLength = 255;
     this.txtAccFirstPhonetic.Name = "txtAccFirstPhonetic";
     this.txtAccFirstPhonetic.Size = new System.Drawing.Size(165, 21);
     this.txtAccFirstPhonetic.TabIndex = 254;
     //
     // label49
     //
     this.label49.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label49.Location = new System.Drawing.Point(342, 438);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(114, 17);
     this.label49.TabIndex = 309;
     this.label49.Text = "First Name Romaji";
     //
     // label50
     //
     this.label50.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label50.Location = new System.Drawing.Point(342, 414);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(118, 17);
     this.label50.TabIndex = 308;
     this.label50.Text = "First Name Phonetic";
     //
     // txtAccFirstName
     //
     this.txtAccFirstName.Location = new System.Drawing.Point(464, 388);
     this.txtAccFirstName.MaxLength = 255;
     this.txtAccFirstName.Name = "txtAccFirstName";
     this.txtAccFirstName.Size = new System.Drawing.Size(165, 21);
     this.txtAccFirstName.TabIndex = 253;
     //
     // label51
     //
     this.label51.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label51.Location = new System.Drawing.Point(342, 390);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(114, 17);
     this.label51.TabIndex = 307;
     this.label51.Text = "First Name";
     //
     // txtAccLRomaji1
     //
     this.txtAccLRomaji1.Location = new System.Drawing.Point(464, 356);
     this.txtAccLRomaji1.MaxLength = 255;
     this.txtAccLRomaji1.Name = "txtAccLRomaji1";
     this.txtAccLRomaji1.Size = new System.Drawing.Size(165, 21);
     this.txtAccLRomaji1.TabIndex = 252;
     //
     // txtAccLPhonetic
     //
     this.txtAccLPhonetic.Location = new System.Drawing.Point(464, 332);
     this.txtAccLPhonetic.MaxLength = 255;
     this.txtAccLPhonetic.Name = "txtAccLPhonetic";
     this.txtAccLPhonetic.Size = new System.Drawing.Size(165, 21);
     this.txtAccLPhonetic.TabIndex = 251;
     this.txtAccLPhonetic.TextChanged += new System.EventHandler(this.txtAccLPhonetic_TextChanged);
     //
     // label52
     //
     this.label52.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label52.Location = new System.Drawing.Point(342, 358);
     this.label52.Name = "label52";
     this.label52.Size = new System.Drawing.Size(114, 17);
     this.label52.TabIndex = 306;
     this.label52.Text = "Last Name Romaji";
     //
     // label53
     //
     this.label53.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label53.Location = new System.Drawing.Point(342, 334);
     this.label53.Name = "label53";
     this.label53.Size = new System.Drawing.Size(114, 17);
     this.label53.TabIndex = 305;
     this.label53.Text = "Last Name Phonetic";
     this.label53.Click += new System.EventHandler(this.label53_Click);
     //
     // txtAccLName
     //
     this.txtAccLName.Location = new System.Drawing.Point(464, 308);
     this.txtAccLName.MaxLength = 255;
     this.txtAccLName.Name = "txtAccLName";
     this.txtAccLName.Size = new System.Drawing.Size(165, 21);
     this.txtAccLName.TabIndex = 250;
     //
     // label54
     //
     this.label54.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label54.Location = new System.Drawing.Point(342, 310);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(114, 17);
     this.label54.TabIndex = 304;
     this.label54.Text = "Last Name";
     //
     // label36
     //
     this.label36.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label36.Location = new System.Drawing.Point(344, 188);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(114, 17);
     this.label36.TabIndex = 287;
     this.label36.Text = "Fax 2";
     //
     // txtUrl
     //
     this.txtUrl.Cursor = System.Windows.Forms.Cursors.Hand;
     this.txtUrl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUrl.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.txtUrl.Location = new System.Drawing.Point(464, 210);
     this.txtUrl.MaxLength = 255;
     this.txtUrl.Name = "txtUrl";
     this.txtUrl.Size = new System.Drawing.Size(165, 21);
     this.txtUrl.TabIndex = 249;
     //
     // label38
     //
     this.label38.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label38.Location = new System.Drawing.Point(344, 212);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(114, 17);
     this.label38.TabIndex = 286;
     this.label38.Text = "URL";
     //
     // txtFax2
     //
     this.txtFax2.Location = new System.Drawing.Point(464, 186);
     this.txtFax2.MaxLength = 255;
     this.txtFax2.Name = "txtFax2";
     this.txtFax2.Size = new System.Drawing.Size(165, 21);
     this.txtFax2.TabIndex = 248;
     //
     // txtFax1
     //
     this.txtFax1.Location = new System.Drawing.Point(464, 162);
     this.txtFax1.MaxLength = 255;
     this.txtFax1.Name = "txtFax1";
     this.txtFax1.Size = new System.Drawing.Size(165, 21);
     this.txtFax1.TabIndex = 247;
     //
     // label41
     //
     this.label41.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label41.Location = new System.Drawing.Point(344, 164);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(114, 17);
     this.label41.TabIndex = 285;
     this.label41.Text = "Fax 1";
     //
     // lblContactInfoHeader
     //
     this.lblContactInfoHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblContactInfoHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblContactInfoHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblContactInfoHeader.Location = new System.Drawing.Point(342, 47);
     this.lblContactInfoHeader.Name = "lblContactInfoHeader";
     this.lblContactInfoHeader.Size = new System.Drawing.Size(86, 17);
     this.lblContactInfoHeader.TabIndex = 284;
     this.lblContactInfoHeader.Text = "Contact Info";
     //
     // groupBox2
     //
     this.groupBox2.Location = new System.Drawing.Point(421, 54);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(195, 2);
     this.groupBox2.TabIndex = 283;
     this.groupBox2.TabStop = false;
     //
     // label43
     //
     this.label43.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label43.Location = new System.Drawing.Point(344, 140);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(114, 17);
     this.label43.TabIndex = 281;
     this.label43.Text = "Phone Other";
     //
     // txtPhoneOther
     //
     this.txtPhoneOther.Location = new System.Drawing.Point(464, 138);
     this.txtPhoneOther.MaxLength = 255;
     this.txtPhoneOther.Name = "txtPhoneOther";
     this.txtPhoneOther.Size = new System.Drawing.Size(165, 21);
     this.txtPhoneOther.TabIndex = 246;
     //
     // label33
     //
     this.label33.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label33.Location = new System.Drawing.Point(342, 102);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(114, 17);
     this.label33.TabIndex = 280;
     this.label33.Text = "Phone 2";
     //
     // txtPhone2
     //
     this.txtPhone2.Location = new System.Drawing.Point(464, 100);
     this.txtPhone2.MaxLength = 255;
     this.txtPhone2.Name = "txtPhone2";
     this.txtPhone2.Size = new System.Drawing.Size(165, 21);
     this.txtPhone2.TabIndex = 245;
     //
     // txtPhone1
     //
     this.txtPhone1.Location = new System.Drawing.Point(464, 76);
     this.txtPhone1.MaxLength = 255;
     this.txtPhone1.Name = "txtPhone1";
     this.txtPhone1.Size = new System.Drawing.Size(165, 21);
     this.txtPhone1.TabIndex = 244;
     //
     // label32
     //
     this.label32.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label32.Location = new System.Drawing.Point(342, 78);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(114, 17);
     this.label32.TabIndex = 276;
     this.label32.Text = "Phone 1";
     //
     // lblStation2Header
     //
     this.lblStation2Header.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStation2Header.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStation2Header.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblStation2Header.Location = new System.Drawing.Point(12, 339);
     this.lblStation2Header.Name = "lblStation2Header";
     this.lblStation2Header.Size = new System.Drawing.Size(75, 17);
     this.lblStation2Header.TabIndex = 273;
     this.lblStation2Header.Text = "Station 2";
     //
     // groupBox11
     //
     this.groupBox11.Location = new System.Drawing.Point(80, 346);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(235, 2);
     this.groupBox11.TabIndex = 272;
     this.groupBox11.TabStop = false;
     //
     // txtMintSt2
     //
     this.txtMintSt2.Location = new System.Drawing.Point(120, 412);
     this.txtMintSt2.MaxLength = 255;
     this.txtMintSt2.Name = "txtMintSt2";
     this.txtMintSt2.Size = new System.Drawing.Size(72, 21);
     this.txtMintSt2.TabIndex = 243;
     this.txtMintSt2.Tag = "N";
     this.txtMintSt2.Text = "0";
     this.txtMintSt2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtMintSt2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMintSt1_KeyPress);
     //
     // txtClosestLine2
     //
     this.txtClosestLine2.Location = new System.Drawing.Point(120, 388);
     this.txtClosestLine2.MaxLength = 255;
     this.txtClosestLine2.Name = "txtClosestLine2";
     this.txtClosestLine2.Size = new System.Drawing.Size(192, 21);
     this.txtClosestLine2.TabIndex = 242;
     //
     // label60
     //
     this.label60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label60.Location = new System.Drawing.Point(12, 414);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(107, 17);
     this.label60.TabIndex = 271;
     this.label60.Text = "Minutes to Station";
     //
     // label61
     //
     this.label61.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label61.Location = new System.Drawing.Point(12, 390);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(100, 17);
     this.label61.TabIndex = 270;
     this.label61.Text = "Closest Line";
     //
     // txtClosestSt2
     //
     this.txtClosestSt2.Location = new System.Drawing.Point(120, 364);
     this.txtClosestSt2.MaxLength = 255;
     this.txtClosestSt2.Name = "txtClosestSt2";
     this.txtClosestSt2.Size = new System.Drawing.Size(192, 21);
     this.txtClosestSt2.TabIndex = 241;
     //
     // label62
     //
     this.label62.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label62.Location = new System.Drawing.Point(12, 366);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(107, 17);
     this.label62.TabIndex = 269;
     this.label62.Text = "Closest Station";
     //
     // lblStation1Header
     //
     this.lblStation1Header.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStation1Header.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStation1Header.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblStation1Header.Location = new System.Drawing.Point(8, 244);
     this.lblStation1Header.Name = "lblStation1Header";
     this.lblStation1Header.Size = new System.Drawing.Size(79, 17);
     this.lblStation1Header.TabIndex = 268;
     this.lblStation1Header.Text = "Station 1";
     //
     // groupBox10
     //
     this.groupBox10.Location = new System.Drawing.Point(79, 252);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(235, 2);
     this.groupBox10.TabIndex = 267;
     this.groupBox10.TabStop = false;
     //
     // txtMintSt1
     //
     this.txtMintSt1.Location = new System.Drawing.Point(120, 308);
     this.txtMintSt1.MaxLength = 255;
     this.txtMintSt1.Name = "txtMintSt1";
     this.txtMintSt1.Size = new System.Drawing.Size(72, 21);
     this.txtMintSt1.TabIndex = 240;
     this.txtMintSt1.Tag = "N";
     this.txtMintSt1.Text = "0";
     this.txtMintSt1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtMintSt1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMintSt1_KeyPress);
     //
     // txtClosestLine1
     //
     this.txtClosestLine1.Location = new System.Drawing.Point(120, 284);
     this.txtClosestLine1.MaxLength = 255;
     this.txtClosestLine1.Name = "txtClosestLine1";
     this.txtClosestLine1.Size = new System.Drawing.Size(192, 21);
     this.txtClosestLine1.TabIndex = 239;
     //
     // label55
     //
     this.label55.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label55.Location = new System.Drawing.Point(12, 310);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(107, 17);
     this.label55.TabIndex = 266;
     this.label55.Text = "Minutes to Station";
     //
     // label56
     //
     this.label56.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label56.Location = new System.Drawing.Point(12, 286);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(100, 17);
     this.label56.TabIndex = 265;
     this.label56.Text = "Closest Line";
     //
     // txtClosestSt1
     //
     this.txtClosestSt1.Location = new System.Drawing.Point(120, 260);
     this.txtClosestSt1.MaxLength = 255;
     this.txtClosestSt1.Name = "txtClosestSt1";
     this.txtClosestSt1.Size = new System.Drawing.Size(192, 21);
     this.txtClosestSt1.TabIndex = 238;
     //
     // label57
     //
     this.label57.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label57.Location = new System.Drawing.Point(12, 262);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(107, 17);
     this.label57.TabIndex = 264;
     this.label57.Text = "Closest Station";
     //
     // label28
     //
     this.label28.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label28.Location = new System.Drawing.Point(195, 164);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(52, 29);
     this.label28.TabIndex = 263;
     this.label28.Text = "Postal\r\nCode";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label29
     //
     this.label29.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label29.Location = new System.Drawing.Point(12, 220);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(100, 17);
     this.label29.TabIndex = 262;
     this.label29.Text = "Block";
     //
     // cmbBlock
     //
     this.cmbBlock.Items.AddRange(new object[] {
     "A",
     "B",
     "C",
     "D",
     "E",
     "F",
     "G",
     "H"});
     this.cmbBlock.Location = new System.Drawing.Point(120, 218);
     this.cmbBlock.Name = "cmbBlock";
     this.cmbBlock.Size = new System.Drawing.Size(72, 21);
     this.cmbBlock.TabIndex = 237;
     //
     // txtCountry
     //
     this.txtCountry.Location = new System.Drawing.Point(120, 194);
     this.txtCountry.MaxLength = 255;
     this.txtCountry.Name = "txtCountry";
     this.txtCountry.Size = new System.Drawing.Size(192, 21);
     this.txtCountry.TabIndex = 236;
     //
     // label27
     //
     this.label27.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label27.Location = new System.Drawing.Point(12, 196);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(100, 17);
     this.label27.TabIndex = 261;
     this.label27.Text = "Country";
     //
     // txtPost
     //
     this.txtPost.Location = new System.Drawing.Point(253, 167);
     this.txtPost.MaxLength = 255;
     this.txtPost.Name = "txtPost";
     this.txtPost.Size = new System.Drawing.Size(59, 21);
     this.txtPost.TabIndex = 235;
     //
     // txtState
     //
     this.txtState.Location = new System.Drawing.Point(120, 167);
     this.txtState.MaxLength = 255;
     this.txtState.Name = "txtState";
     this.txtState.Size = new System.Drawing.Size(72, 21);
     this.txtState.TabIndex = 234;
     //
     // label26
     //
     this.label26.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label26.Location = new System.Drawing.Point(12, 169);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(100, 17);
     this.label26.TabIndex = 260;
     this.label26.Text = "State";
     //
     // txtCity
     //
     this.txtCity.Location = new System.Drawing.Point(120, 140);
     this.txtCity.MaxLength = 255;
     this.txtCity.Name = "txtCity";
     this.txtCity.Size = new System.Drawing.Size(192, 21);
     this.txtCity.TabIndex = 233;
     //
     // label25
     //
     this.label25.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label25.Location = new System.Drawing.Point(12, 142);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(100, 17);
     this.label25.TabIndex = 259;
     this.label25.Text = "City";
     //
     // txtStreet3
     //
     this.txtStreet3.Location = new System.Drawing.Point(120, 116);
     this.txtStreet3.MaxLength = 255;
     this.txtStreet3.Name = "txtStreet3";
     this.txtStreet3.Size = new System.Drawing.Size(192, 21);
     this.txtStreet3.TabIndex = 232;
     //
     // txtStreet2
     //
     this.txtStreet2.Location = new System.Drawing.Point(120, 92);
     this.txtStreet2.MaxLength = 255;
     this.txtStreet2.Name = "txtStreet2";
     this.txtStreet2.Size = new System.Drawing.Size(192, 21);
     this.txtStreet2.TabIndex = 231;
     //
     // txtStreet1
     //
     this.txtStreet1.Location = new System.Drawing.Point(120, 68);
     this.txtStreet1.MaxLength = 255;
     this.txtStreet1.Name = "txtStreet1";
     this.txtStreet1.Size = new System.Drawing.Size(192, 21);
     this.txtStreet1.TabIndex = 230;
     //
     // label24
     //
     this.label24.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label24.Location = new System.Drawing.Point(12, 70);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(100, 17);
     this.label24.TabIndex = 258;
     this.label24.Text = "Street";
     //
     // lblAddressHeader
     //
     this.lblAddressHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblAddressHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAddressHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblAddressHeader.Location = new System.Drawing.Point(12, 47);
     this.lblAddressHeader.Name = "lblAddressHeader";
     this.lblAddressHeader.Size = new System.Drawing.Size(75, 17);
     this.lblAddressHeader.TabIndex = 257;
     this.lblAddressHeader.Text = "Address";
     //
     // groupBox8
     //
     this.groupBox8.Location = new System.Drawing.Point(80, 54);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(235, 2);
     this.groupBox8.TabIndex = 256;
     this.groupBox8.TabStop = false;
     //
     // tbpContact
     //
     this.tbpContact.Controls.Add(this.pnlContact);
     this.tbpContact.Controls.Add(this.pnlBottom);
     this.tbpContact.Controls.Add(this.pnlBody);
     this.tbpContact.Location = new System.Drawing.Point(4, 22);
     this.tbpContact.Name = "tbpContact";
     this.tbpContact.Size = new System.Drawing.Size(640, 484);
     this.tbpContact.TabIndex = 2;
     this.tbpContact.Text = "Contact";
     //
     // pnlContact
     //
     this.pnlContact.Controls.Add(this.grdContact);
     this.pnlContact.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlContact.Location = new System.Drawing.Point(0, 0);
     this.pnlContact.Name = "pnlContact";
     this.pnlContact.Size = new System.Drawing.Size(640, 436);
     this.pnlContact.TabIndex = 2;
     //
     // grdContact
     //
     this.grdContact.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdContact.ExternalRepository = this.persistentRepository1;
     this.grdContact.Location = new System.Drawing.Point(0, 0);
     this.grdContact.MainView = this.gvwContact;
     this.grdContact.Name = "grdContact";
     this.grdContact.Size = new System.Drawing.Size(640, 436);
     this.grdContact.TabIndex = 27;
     this.grdContact.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwContact});
     this.grdContact.DoubleClick += new System.EventHandler(this.grdContact_DoubleClick);
     //
     // 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";
     //
     // gvwContact
     //
     this.gvwContact.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwContact.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcolContactID,
     this.gcolContactType,
     this.gcolType,
     this.gColLastName,
     this.gcolFirstName,
     this.gcolLastNameRomaji,
     this.gcolFirstNameRomaji,
     this.gcolEmail1,
     this.gcolPhone,
     this.gcolMobile,
     this.gcolStatusID,
     this.gcolStatus});
     this.gvwContact.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwContact.GridControl = this.grdContact;
     this.gvwContact.Name = "gvwContact";
     this.gvwContact.OptionsBehavior.Editable = false;
     this.gvwContact.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwContact.OptionsCustomization.AllowFilter = false;
     this.gvwContact.OptionsDetail.EnableDetailToolTip = true;
     this.gvwContact.OptionsNavigation.AutoMoveRowFocus = false;
     this.gvwContact.OptionsPrint.UsePrintStyles = true;
     this.gvwContact.OptionsView.ShowDetailButtons = false;
     this.gvwContact.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvwContact.OptionsView.ShowGroupPanel = false;
     this.gvwContact.OptionsView.ShowHorzLines = false;
     this.gvwContact.OptionsView.ShowIndicator = false;
     this.gvwContact.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolContactType, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gcolContactID
     //
     this.gcolContactID.Caption = "ContactID";
     this.gcolContactID.FieldName = "ContactId";
     this.gcolContactID.Name = "gcolContactID";
     //
     // gcolContactType
     //
     this.gcolContactType.Caption = "Contact Type ID";
     this.gcolContactType.FieldName = "ContactType";
     this.gcolContactType.Name = "gcolContactType";
     this.gcolContactType.Width = 68;
     //
     // gcolType
     //
     this.gcolType.Caption = "Contact Type";
     this.gcolType.FieldName = "Type";
     this.gcolType.Name = "gcolType";
     //
     // gColLastName
     //
     this.gColLastName.Caption = "Last Name";
     this.gColLastName.FieldName = "LastName";
     this.gColLastName.Name = "gColLastName";
     this.gColLastName.Visible = true;
     this.gColLastName.VisibleIndex = 0;
     this.gColLastName.Width = 157;
     //
     // gcolFirstName
     //
     this.gcolFirstName.Caption = "First Name";
     this.gcolFirstName.FieldName = "FirstName";
     this.gcolFirstName.Name = "gcolFirstName";
     this.gcolFirstName.Visible = true;
     this.gcolFirstName.VisibleIndex = 1;
     this.gcolFirstName.Width = 157;
     //
     // gcolLastNameRomaji
     //
     this.gcolLastNameRomaji.Caption = "Last Name Romaji";
     this.gcolLastNameRomaji.FieldName = "LastNameRomaji";
     this.gcolLastNameRomaji.Name = "gcolLastNameRomaji";
     //
     // gcolFirstNameRomaji
     //
     this.gcolFirstNameRomaji.Caption = "First Name Romaji";
     this.gcolFirstNameRomaji.FieldName = "FirstNameRomaji";
     this.gcolFirstNameRomaji.Name = "gcolFirstNameRomaji";
     //
     // gcolEmail1
     //
     this.gcolEmail1.Caption = "EMail";
     this.gcolEmail1.FieldName = "Email1";
     this.gcolEmail1.Name = "gcolEmail1";
     this.gcolEmail1.Visible = true;
     this.gcolEmail1.VisibleIndex = 2;
     this.gcolEmail1.Width = 78;
     //
     // gcolPhone
     //
     this.gcolPhone.Caption = "Phone";
     this.gcolPhone.FieldName = "Phone1";
     this.gcolPhone.Name = "gcolPhone";
     this.gcolPhone.Visible = true;
     this.gcolPhone.VisibleIndex = 3;
     this.gcolPhone.Width = 78;
     //
     // gcolMobile
     //
     this.gcolMobile.Caption = "Mobile";
     this.gcolMobile.DisplayFormat.FormatString = "Mobile";
     this.gcolMobile.FieldName = "PhoneMobile1";
     this.gcolMobile.Name = "gcolMobile";
     this.gcolMobile.Visible = true;
     this.gcolMobile.VisibleIndex = 4;
     this.gcolMobile.Width = 78;
     //
     // gcolStatusID
     //
     this.gcolStatusID.Caption = "Status";
     this.gcolStatusID.FieldName = "ContactStatus";
     this.gcolStatusID.Name = "gcolStatusID";
     this.gcolStatusID.Width = 79;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption = "Status";
     this.gcolStatus.FieldName = "Status";
     this.gcolStatus.Name = "gcolStatus";
     this.gcolStatus.Visible = true;
     this.gcolStatus.VisibleIndex = 5;
     this.gcolStatus.Width = 80;
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.button1);
     this.pnlBottom.Controls.Add(this.btnDel);
     this.pnlBottom.Controls.Add(this.btnEdit);
     this.pnlBottom.Controls.Add(this.btnAdd);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 436);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(640, 48);
     this.pnlBottom.TabIndex = 1;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location = new System.Drawing.Point(279, 13);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 20;
     this.button1.Text = "Print";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // btnDel
     //
     this.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDel.Location = new System.Drawing.Point(178, 13);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(75, 23);
     this.btnDel.TabIndex = 19;
     this.btnDel.Text = "Delete";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // btnEdit
     //
     this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnEdit.Location = new System.Drawing.Point(98, 13);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(75, 23);
     this.btnEdit.TabIndex = 18;
     this.btnEdit.Text = "Edit";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnAdd
     //
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnAdd.Location = new System.Drawing.Point(16, 13);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 17;
     this.btnAdd.Text = "Add";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // pnlBody
     //
     this.pnlBody.Location = new System.Drawing.Point(0, 142);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(446, 342);
     this.pnlBody.TabIndex = 0;
     this.pnlBody.Visible = false;
     //
     // btnDelete
     //
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDelete.Location = new System.Drawing.Point(563, 525);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 16;
     this.btnDelete.Text = "Delete";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnPrint
     //
     this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPrint.Location = new System.Drawing.Point(16, 525);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(75, 23);
     this.btnPrint.TabIndex = 17;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnPageSetup
     //
     this.btnPageSetup.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPageSetup.Location = new System.Drawing.Point(100, 525);
     this.btnPageSetup.Name = "btnPageSetup";
     this.btnPageSetup.Size = new System.Drawing.Size(75, 23);
     this.btnPageSetup.TabIndex = 18;
     this.btnPageSetup.Text = "Page Setup";
     this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Document = this.printDocument1;
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // frmDepartmentDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(650, 560);
     this.Controls.Add(this.btnPageSetup);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.tbcDepartment);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmDepartmentDlg";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Adding Department...";
     this.Load += new System.EventHandler(this.frmDepartmentDlg_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmDepartmentDlg_KeyDown);
     this.tbcDepartment.ResumeLayout(false);
     this.tbpDeptInfo.ResumeLayout(false);
     this.pnlDeptInfo.ResumeLayout(false);
     this.pnlDeptInfo.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.tbpAddress.ResumeLayout(false);
     this.pnlAddress.ResumeLayout(false);
     this.pnlAddress.PerformLayout();
     this.tbpContact.ResumeLayout(false);
     this.pnlContact.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdContact)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwContact)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).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();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RrfForm));
     this.grdViewInPacks = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = 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.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridItemsChoice = new DevExpress.XtraGrid.GridControl();
     this.gridItemChoiceView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VEN = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.label7 = new System.Windows.Forms.Label();
     this.cboStores = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.picSync = new System.Windows.Forms.PictureBox();
     this.btnNewRRF = new DevExpress.XtraEditors.SimpleButton();
     this.btnBack = new DevExpress.XtraEditors.SimpleButton();
     this.btnCheckStatus = new DevExpress.XtraEditors.SimpleButton();
     this.cboToYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cboToMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.lblRRFStatus = new DevExpress.XtraEditors.LabelControl();
     this.grdRRF = new DevExpress.XtraGrid.GridControl();
     this.grdViewRRFList = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = 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.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cboFromYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btnAutoPushToPFSA = new DevExpress.XtraEditors.SimpleButton();
     this.cboFromMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.lcRRFInformation = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcSendingProgress = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.lcRRFList = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcCheckingProgress = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.bwRRFStatusCheck = new System.ComponentModel.BackgroundWorker();
     this.bwRRFSubmit = new System.ComponentModel.BackgroundWorker();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.grdViewInPacks)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemsChoice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemChoiceView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picSync)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboToYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboToMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdRRF)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdViewRRFList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboFromYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboFromMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcRRFInformation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcSendingProgress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcRRFList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcCheckingProgress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // grdViewInPacks
     //
     this.grdViewInPacks.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.grdViewInPacks.Appearance.EvenRow.Options.UseBackColor = true;
     this.grdViewInPacks.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewInPacks.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.grdViewInPacks.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewInPacks.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.grdViewInPacks.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.grdViewInPacks.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
     this.grdViewInPacks.Appearance.HorzLine.Options.UseBackColor = true;
     this.grdViewInPacks.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.grdViewInPacks.Appearance.OddRow.Options.UseBackColor = true;
     this.grdViewInPacks.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.grdViewInPacks.Appearance.RowSeparator.Options.UseBackColor = true;
     this.grdViewInPacks.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
     this.grdViewInPacks.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.grdViewInPacks.Appearance.SelectedRow.Options.UseBackColor = true;
     this.grdViewInPacks.Appearance.SelectedRow.Options.UseForeColor = true;
     this.grdViewInPacks.ColumnPanelRowHeight = 20;
     this.grdViewInPacks.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn18,
     this.gridColumn19,
     this.gridColumn20,
     this.gridColumn21,
     this.gridColumn41});
     this.grdViewInPacks.GridControl = this.gridItemsChoice;
     this.grdViewInPacks.IndicatorWidth = 40;
     this.grdViewInPacks.Name = "grdViewInPacks";
     this.grdViewInPacks.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.grdViewInPacks.OptionsDetail.AllowExpandEmptyDetails = true;
     this.grdViewInPacks.OptionsDetail.EnableDetailToolTip = true;
     this.grdViewInPacks.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
     this.grdViewInPacks.OptionsDetail.SmartDetailHeight = true;
     this.grdViewInPacks.OptionsFilter.UseNewCustomFilterDialog = true;
     this.grdViewInPacks.OptionsPrint.EnableAppearanceEvenRow = true;
     this.grdViewInPacks.OptionsPrint.EnableAppearanceOddRow = true;
     this.grdViewInPacks.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.grdViewInPacks.OptionsSelection.EnableAppearanceHideSelection = false;
     this.grdViewInPacks.OptionsSelection.MultiSelect = true;
     this.grdViewInPacks.OptionsView.EnableAppearanceEvenRow = true;
     this.grdViewInPacks.OptionsView.EnableAppearanceOddRow = true;
     this.grdViewInPacks.OptionsView.RowAutoHeight = true;
     this.grdViewInPacks.OptionsView.ShowGroupPanel = false;
     this.grdViewInPacks.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.grdViewInPacks_CustomColumnDisplayText);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "PFSA Product Code";
     this.gridColumn1.FieldName = "StockCode";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsFilter.AllowFilter = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 83;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "Product Description";
     this.gridColumn11.FieldName = "FullItemName";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.OptionsFilter.AllowFilter = false;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 1;
     this.gridColumn11.Width = 343;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "PPPS";
     this.gridColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn12.FieldName = "StockCodeDACA";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.OptionsFilter.AllowFilter = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 2;
     this.gridColumn12.Width = 65;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Beginning Balance";
     this.gridColumn13.FieldName = "gridColumn13";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsFilter.AllowFilter = false;
     this.gridColumn13.UnboundExpression = "BeginingBalance/QtyPerPack";
     this.gridColumn13.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 3;
     this.gridColumn13.Width = 65;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Received";
     this.gridColumn14.FieldName = "gridColumn14";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     this.gridColumn14.OptionsFilter.AllowFilter = false;
     this.gridColumn14.UnboundExpression = "Received/QtyPerPack";
     this.gridColumn14.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 4;
     this.gridColumn14.Width = 65;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Losses/Adjustments";
     this.gridColumn15.DisplayFormat.FormatString = "#,##0";
     this.gridColumn15.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn15.FieldName = "gridColumn15";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsFilter.AllowFilter = false;
     this.gridColumn15.UnboundExpression = "LossAdj/QtyPerPack";
     this.gridColumn15.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 5;
     this.gridColumn15.Width = 65;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "Ending Balance";
     this.gridColumn16.DisplayFormat.FormatString = "#,##0";
     this.gridColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn16.FieldName = "gridColumn16";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsColumn.AllowEdit = false;
     this.gridColumn16.OptionsFilter.AllowFilter = false;
     this.gridColumn16.UnboundExpression = "SOH/QtyPerPack";
     this.gridColumn16.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 6;
     this.gridColumn16.Width = 65;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Consumption";
     this.gridColumn17.DisplayFormat.FormatString = "#,##0";
     this.gridColumn17.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn17.FieldName = "gridColumn17";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     this.gridColumn17.OptionsFilter.AllowFilter = false;
     this.gridColumn17.UnboundExpression = "Issued/QtyPerPack";
     this.gridColumn17.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 7;
     this.gridColumn17.Width = 65;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "DOS";
     this.gridColumn18.DisplayFormat.FormatString = "#,##0";
     this.gridColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn18.FieldName = "DaysOutOfStock";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsColumn.AllowEdit = false;
     this.gridColumn18.OptionsFilter.AllowFilter = false;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 8;
     this.gridColumn18.Width = 58;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Maximum Stock ";
     this.gridColumn19.DisplayFormat.FormatString = "#,##0.0";
     this.gridColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn19.FieldName = "gridColumn19";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowEdit = false;
     this.gridColumn19.OptionsFilter.AllowFilter = false;
     this.gridColumn19.UnboundExpression = "[Max]/[QtyPerPack]";
     this.gridColumn19.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 9;
     this.gridColumn19.Width = 76;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "Quantity Ordered";
     this.gridColumn20.DisplayFormat.FormatString = "#,##0.0";
     this.gridColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn20.FieldName = "gridColumn20";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.UnboundExpression = "Quantity/QtyPerPack";
     this.gridColumn20.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 11;
     this.gridColumn20.Width = 98;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "gridColumn21";
     this.gridColumn21.FieldName = "ID";
     this.gridColumn21.Name = "gridColumn21";
     //
     // gridColumn41
     //
     this.gridColumn41.Caption = "Qty to Reach Max";
     this.gridColumn41.FieldName = "gridColumn41";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.OptionsColumn.AllowEdit = false;
     this.gridColumn41.UnboundExpression = "[gridColumn19] - [gridColumn16]";
     this.gridColumn41.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn41.Visible = true;
     this.gridColumn41.VisibleIndex = 10;
     this.gridColumn41.Width = 92;
     //
     // gridItemsChoice
     //
     this.gridItemsChoice.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)));
     gridLevelNode2.LevelTemplate = this.grdViewInPacks;
     gridLevelNode2.RelationName = "Level1";
     this.gridItemsChoice.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode2});
     this.gridItemsChoice.Location = new System.Drawing.Point(24, 602);
     this.gridItemsChoice.MainView = this.gridItemChoiceView;
     this.gridItemsChoice.Name = "gridItemsChoice";
     this.gridItemsChoice.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.gridItemsChoice.Size = new System.Drawing.Size(1050, 90);
     this.gridItemsChoice.TabIndex = 33;
     this.gridItemsChoice.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridItemChoiceView,
     this.grdViewInPacks});
     //
     // gridItemChoiceView
     //
     this.gridItemChoiceView.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gridItemChoiceView.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gridItemChoiceView.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gridItemChoiceView.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gridItemChoiceView.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
     this.gridItemChoiceView.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gridItemChoiceView.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gridItemChoiceView.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gridItemChoiceView.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.gridItemChoiceView.Appearance.Empty.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.EvenRow.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.EvenRow.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gridItemChoiceView.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gridItemChoiceView.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gridItemChoiceView.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gridItemChoiceView.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.gridItemChoiceView.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.gridItemChoiceView.Appearance.FixedLine.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
     this.gridItemChoiceView.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.FocusedCell.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.FocusedCell.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.gridItemChoiceView.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.gridItemChoiceView.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gridItemChoiceView.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gridItemChoiceView.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gridItemChoiceView.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gridItemChoiceView.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gridItemChoiceView.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.GroupButton.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gridItemChoiceView.Appearance.GroupButton.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gridItemChoiceView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gridItemChoiceView.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gridItemChoiceView.Appearance.GroupFooter.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.gridItemChoiceView.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gridItemChoiceView.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.gridItemChoiceView.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridItemChoiceView.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.GroupRow.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.GroupRow.Options.UseBorderColor = true;
     this.gridItemChoiceView.Appearance.GroupRow.Options.UseFont = true;
     this.gridItemChoiceView.Appearance.GroupRow.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gridItemChoiceView.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridItemChoiceView.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gridItemChoiceView.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gridItemChoiceView.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
     this.gridItemChoiceView.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.gridItemChoiceView.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
     this.gridItemChoiceView.Appearance.HorzLine.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.gridItemChoiceView.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.OddRow.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.OddRow.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.gridItemChoiceView.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.gridItemChoiceView.Appearance.Preview.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.Preview.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.gridItemChoiceView.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.gridItemChoiceView.Appearance.Row.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.Row.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.gridItemChoiceView.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
     this.gridItemChoiceView.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.gridItemChoiceView.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridItemChoiceView.Appearance.SelectedRow.Options.UseForeColor = true;
     this.gridItemChoiceView.Appearance.VertLine.BackColor = System.Drawing.Color.AliceBlue;
     this.gridItemChoiceView.Appearance.VertLine.Options.UseBackColor = true;
     this.gridItemChoiceView.ColumnPanelRowHeight = 20;
     this.gridItemChoiceView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn10,
     this.colItemName,
     this.gridColumn29,
     this.VEN,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn40,
     this.gridColumn42});
     this.gridItemChoiceView.FixedLineWidth = 1;
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Green;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.Column = this.gridColumn40;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     styleFormatCondition2.Expression = "[gridColumn7]<[SOH]";
     this.gridItemChoiceView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition2});
     this.gridItemChoiceView.GridControl = this.gridItemsChoice;
     this.gridItemChoiceView.IndicatorWidth = 40;
     this.gridItemChoiceView.Name = "gridItemChoiceView";
     this.gridItemChoiceView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridItemChoiceView.OptionsDetail.AllowExpandEmptyDetails = true;
     this.gridItemChoiceView.OptionsDetail.EnableDetailToolTip = true;
     this.gridItemChoiceView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
     this.gridItemChoiceView.OptionsDetail.SmartDetailHeight = true;
     this.gridItemChoiceView.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridItemChoiceView.OptionsPrint.EnableAppearanceEvenRow = true;
     this.gridItemChoiceView.OptionsPrint.EnableAppearanceOddRow = true;
     this.gridItemChoiceView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridItemChoiceView.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridItemChoiceView.OptionsSelection.MultiSelect = true;
     this.gridItemChoiceView.OptionsView.EnableAppearanceEvenRow = true;
     this.gridItemChoiceView.OptionsView.EnableAppearanceOddRow = true;
     this.gridItemChoiceView.OptionsView.RowAutoHeight = true;
     this.gridItemChoiceView.OptionsView.ShowGroupPanel = false;
     this.gridItemChoiceView.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridItemChoiceView_CustomColumnDisplayText);
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "PFSA Product Code";
     this.gridColumn10.FieldName = "StockCode";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 0;
     this.gridColumn10.Width = 74;
     //
     // colItemName
     //
     this.colItemName.AppearanceCell.Options.UseTextOptions = true;
     this.colItemName.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.colItemName.Caption = "Product Description";
     this.colItemName.FieldName = "FullItemName";
     this.colItemName.Name = "colItemName";
     this.colItemName.OptionsColumn.AllowEdit = false;
     this.colItemName.Visible = true;
     this.colItemName.VisibleIndex = 1;
     this.colItemName.Width = 308;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "Unit";
     this.gridColumn29.FieldName = "Unit";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.OptionsColumn.AllowEdit = false;
     this.gridColumn29.OptionsFilter.AllowFilter = false;
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 3;
     this.gridColumn29.Width = 46;
     //
     // VEN
     //
     this.VEN.AppearanceHeader.Options.UseTextOptions = true;
     this.VEN.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.VEN.Caption = "Beginning Balance";
     this.VEN.DisplayFormat.FormatString = "#,##0";
     this.VEN.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.VEN.FieldName = "BeginingBalance";
     this.VEN.Name = "VEN";
     this.VEN.OptionsColumn.AllowEdit = false;
     this.VEN.OptionsColumn.AllowIncrementalSearch = false;
     this.VEN.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.VEN.OptionsColumn.AllowMove = false;
     this.VEN.OptionsFilter.AllowFilter = false;
     this.VEN.Visible = true;
     this.VEN.VisibleIndex = 4;
     this.VEN.Width = 62;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn2.Caption = "Received";
     this.gridColumn2.DisplayFormat.FormatString = "#,##0";
     this.gridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn2.FieldName = "Received";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsFilter.AllowFilter = false;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 5;
     this.gridColumn2.Width = 62;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn3.Caption = "Losses/Adjustments";
     this.gridColumn3.DisplayFormat.FormatString = "#,##0";
     this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn3.FieldName = "LossAdj";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsFilter.AllowFilter = false;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 6;
     this.gridColumn3.Width = 62;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn4.Caption = "Ending Balance ";
     this.gridColumn4.DisplayFormat.FormatString = "#,##0";
     this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn4.FieldName = "SOH";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsFilter.AllowFilter = false;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 7;
     this.gridColumn4.Width = 62;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn5.Caption = "Consumption";
     this.gridColumn5.DisplayFormat.FormatString = "#,##0";
     this.gridColumn5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn5.FieldName = "Issued";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsFilter.AllowFilter = false;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 8;
     this.gridColumn5.Width = 76;
     //
     // gridColumn6
     //
     this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn6.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn6.Caption = "DOS";
     this.gridColumn6.DisplayFormat.FormatString = "#,##0";
     this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn6.FieldName = "DaysOutOfStock";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsFilter.AllowFilter = false;
     this.gridColumn6.Width = 53;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn7.Caption = "Maximum Stock ";
     this.gridColumn7.DisplayFormat.FormatString = "#,##0";
     this.gridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn7.FieldName = "gridColumn7";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsFilter.AllowFilter = false;
     this.gridColumn7.UnboundExpression = "(120 * [Issued]) / (60-[DaysOutOfStock])";
     this.gridColumn7.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn7.Width = 82;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn8.Caption = "Quantity Ordered";
     this.gridColumn8.DisplayFormat.FormatString = "#,##0";
     this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn8.FieldName = "Quantity";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 9;
     this.gridColumn8.Width = 50;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "gridColumn9";
     this.gridColumn9.FieldName = "ID";
     this.gridColumn9.Name = "gridColumn9";
     //
     // gridColumn40
     //
     this.gridColumn40.Caption = "Qty to Reach Max";
     this.gridColumn40.DisplayFormat.FormatString = "#,##0";
     this.gridColumn40.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn40.FieldName = "gridColumn40";
     this.gridColumn40.Name = "gridColumn40";
     this.gridColumn40.OptionsColumn.AllowEdit = false;
     this.gridColumn40.UnboundExpression = "[gridColumn7]-[SOH]";
     this.gridColumn40.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn40.Width = 71;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(120, 84);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(31, 13);
     this.label7.TabIndex = 8;
     this.label7.Text = "From";
     //
     // cboStores
     //
     this.cboStores.Location = new System.Drawing.Point(78, 554);
     this.cboStores.Name = "cboStores";
     this.cboStores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
     this.cboStores.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.cboStores.Properties.DisplayMember = "Name";
     this.cboStores.Properties.NullText = "";
     this.cboStores.Properties.ValueMember = "ID";
     this.cboStores.Size = new System.Drawing.Size(82, 20);
     this.cboStores.StyleController = this.layoutControl1;
     this.cboStores.TabIndex = 34;
     this.cboStores.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.pictureBox1);
     this.layoutControl1.Controls.Add(this.picSync);
     this.layoutControl1.Controls.Add(this.btnNewRRF);
     this.layoutControl1.Controls.Add(this.btnBack);
     this.layoutControl1.Controls.Add(this.btnCheckStatus);
     this.layoutControl1.Controls.Add(this.cboToYear);
     this.layoutControl1.Controls.Add(this.cboToMonth);
     this.layoutControl1.Controls.Add(this.lblRRFStatus);
     this.layoutControl1.Controls.Add(this.grdRRF);
     this.layoutControl1.Controls.Add(this.gridItemsChoice);
     this.layoutControl1.Controls.Add(this.cboStores);
     this.layoutControl1.Controls.Add(this.cboFromYear);
     this.layoutControl1.Controls.Add(this.btnAutoPushToPFSA);
     this.layoutControl1.Controls.Add(this.cboFromMonth);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(268, 303, 378, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1098, 742);
     this.layoutControl1.TabIndex = 38;
     this.layoutControl1.Text = "layoutControl1";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(773, 696);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(39, 22);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop = false;
     //
     // picSync
     //
     this.picSync.Location = new System.Drawing.Point(210, 43);
     this.picSync.Name = "picSync";
     this.picSync.Size = new System.Drawing.Size(34, 22);
     this.picSync.TabIndex = 5;
     this.picSync.TabStop = false;
     //
     // btnNewRRF
     //
     this.btnNewRRF.Location = new System.Drawing.Point(117, 43);
     this.btnNewRRF.Name = "btnNewRRF";
     this.btnNewRRF.Size = new System.Drawing.Size(89, 22);
     this.btnNewRRF.StyleController = this.layoutControl1;
     this.btnNewRRF.TabIndex = 47;
     this.btnNewRRF.Text = "Current RRF";
     this.btnNewRRF.Click += new System.EventHandler(this.btnNewRRF_Click);
     //
     // btnBack
     //
     this.btnBack.Location = new System.Drawing.Point(870, 696);
     this.btnBack.Name = "btnBack";
     this.btnBack.Size = new System.Drawing.Size(100, 22);
     this.btnBack.StyleController = this.layoutControl1;
     this.btnBack.TabIndex = 39;
     this.btnBack.Text = "Back";
     this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
     //
     // btnCheckStatus
     //
     this.btnCheckStatus.Enabled = false;
     this.btnCheckStatus.Location = new System.Drawing.Point(24, 43);
     this.btnCheckStatus.Name = "btnCheckStatus";
     this.btnCheckStatus.Size = new System.Drawing.Size(89, 22);
     this.btnCheckStatus.StyleController = this.layoutControl1;
     this.btnCheckStatus.TabIndex = 40;
     this.btnCheckStatus.Text = "Check Status";
     this.btnCheckStatus.Click += new System.EventHandler(this.btnCheckStatus_Click);
     //
     // cboToYear
     //
     this.cboToYear.Location = new System.Drawing.Point(969, 554);
     this.cboToYear.Name = "cboToYear";
     this.cboToYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboToYear.Size = new System.Drawing.Size(51, 20);
     this.cboToYear.StyleController = this.layoutControl1;
     this.cboToYear.TabIndex = 45;
     //
     // cboToMonth
     //
     this.cboToMonth.Location = new System.Drawing.Point(1024, 554);
     this.cboToMonth.Name = "cboToMonth";
     this.cboToMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboToMonth.Size = new System.Drawing.Size(50, 20);
     this.cboToMonth.StyleController = this.layoutControl1;
     this.cboToMonth.TabIndex = 44;
     //
     // lblRRFStatus
     //
     this.lblRRFStatus.Location = new System.Drawing.Point(24, 696);
     this.lblRRFStatus.Name = "lblRRFStatus";
     this.lblRRFStatus.Size = new System.Drawing.Size(745, 13);
     this.lblRRFStatus.StyleController = this.layoutControl1;
     this.lblRRFStatus.TabIndex = 40;
     //
     // grdRRF
     //
     this.grdRRF.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.grdRRF.Location = new System.Drawing.Point(24, 69);
     this.grdRRF.MainView = this.grdViewRRFList;
     this.grdRRF.Name = "grdRRF";
     this.grdRRF.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit2});
     this.grdRRF.Size = new System.Drawing.Size(1050, 438);
     this.grdRRF.TabIndex = 39;
     this.grdRRF.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grdViewRRFList,
     this.gridView1});
     this.grdRRF.Click += new System.EventHandler(this.grdRRF_Click);
     this.grdRRF.DoubleClick += new System.EventHandler(this.grdRRF_DoubleClick);
     //
     // grdViewRRFList
     //
     this.grdViewRRFList.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.grdViewRRFList.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.grdViewRRFList.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.grdViewRRFList.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.grdViewRRFList.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
     this.grdViewRRFList.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.grdViewRRFList.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.grdViewRRFList.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.grdViewRRFList.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.grdViewRRFList.Appearance.Empty.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.EvenRow.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.EvenRow.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.grdViewRRFList.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.grdViewRRFList.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.grdViewRRFList.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.grdViewRRFList.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.grdViewRRFList.Appearance.FilterPanel.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.FilterPanel.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.grdViewRRFList.Appearance.FixedLine.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
     this.grdViewRRFList.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.FocusedCell.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.FocusedCell.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.grdViewRRFList.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.grdViewRRFList.Appearance.FocusedRow.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.FocusedRow.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.grdViewRRFList.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.grdViewRRFList.Appearance.FooterPanel.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.grdViewRRFList.Appearance.FooterPanel.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.grdViewRRFList.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.grdViewRRFList.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.GroupButton.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.GroupButton.Options.UseBorderColor = true;
     this.grdViewRRFList.Appearance.GroupButton.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.grdViewRRFList.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.grdViewRRFList.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.GroupFooter.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.grdViewRRFList.Appearance.GroupFooter.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.grdViewRRFList.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.GroupPanel.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.GroupPanel.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.grdViewRRFList.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.grdViewRRFList.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.grdViewRRFList.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.GroupRow.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.GroupRow.Options.UseBorderColor = true;
     this.grdViewRRFList.Appearance.GroupRow.Options.UseFont = true;
     this.grdViewRRFList.Appearance.GroupRow.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.grdViewRRFList.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.grdViewRRFList.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.grdViewRRFList.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.grdViewRRFList.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
     this.grdViewRRFList.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.grdViewRRFList.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
     this.grdViewRRFList.Appearance.HorzLine.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.grdViewRRFList.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.OddRow.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.OddRow.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.grdViewRRFList.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.grdViewRRFList.Appearance.Preview.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.Preview.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.grdViewRRFList.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.grdViewRRFList.Appearance.Row.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.Row.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.grdViewRRFList.Appearance.RowSeparator.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
     this.grdViewRRFList.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.grdViewRRFList.Appearance.SelectedRow.Options.UseBackColor = true;
     this.grdViewRRFList.Appearance.SelectedRow.Options.UseForeColor = true;
     this.grdViewRRFList.Appearance.VertLine.BackColor = System.Drawing.Color.AliceBlue;
     this.grdViewRRFList.Appearance.VertLine.Options.UseBackColor = true;
     this.grdViewRRFList.ColumnPanelRowHeight = 20;
     this.grdViewRRFList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn39,
     this.gridColumn35,
     this.gridColumn36,
     this.gridColumn38,
     this.gridColumn37});
     this.grdViewRRFList.FixedLineWidth = 1;
     this.grdViewRRFList.GridControl = this.grdRRF;
     this.grdViewRRFList.IndicatorWidth = 40;
     this.grdViewRRFList.Name = "grdViewRRFList";
     this.grdViewRRFList.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.grdViewRRFList.OptionsDetail.AllowExpandEmptyDetails = true;
     this.grdViewRRFList.OptionsDetail.EnableDetailToolTip = true;
     this.grdViewRRFList.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
     this.grdViewRRFList.OptionsDetail.SmartDetailHeight = true;
     this.grdViewRRFList.OptionsFilter.UseNewCustomFilterDialog = true;
     this.grdViewRRFList.OptionsPrint.EnableAppearanceEvenRow = true;
     this.grdViewRRFList.OptionsPrint.EnableAppearanceOddRow = true;
     this.grdViewRRFList.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.grdViewRRFList.OptionsSelection.EnableAppearanceHideSelection = false;
     this.grdViewRRFList.OptionsSelection.MultiSelect = true;
     this.grdViewRRFList.OptionsView.EnableAppearanceEvenRow = true;
     this.grdViewRRFList.OptionsView.EnableAppearanceOddRow = true;
     this.grdViewRRFList.OptionsView.RowAutoHeight = true;
     this.grdViewRRFList.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn39
     //
     this.gridColumn39.Caption = "Type";
     this.gridColumn39.FieldName = "RRFTypeText";
     this.gridColumn39.Name = "gridColumn39";
     this.gridColumn39.OptionsColumn.AllowEdit = false;
     this.gridColumn39.Visible = true;
     this.gridColumn39.VisibleIndex = 0;
     this.gridColumn39.Width = 253;
     //
     // gridColumn35
     //
     this.gridColumn35.Caption = "RRF Period";
     this.gridColumn35.FieldName = "Period";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.OptionsColumn.AllowEdit = false;
     this.gridColumn35.Visible = true;
     this.gridColumn35.VisibleIndex = 1;
     this.gridColumn35.Width = 208;
     //
     // gridColumn36
     //
     this.gridColumn36.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn36.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn36.Caption = "RRF Status";
     this.gridColumn36.FieldName = "LastRRFStatus";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.OptionsColumn.AllowEdit = false;
     this.gridColumn36.OptionsFilter.AllowFilter = false;
     this.gridColumn36.Visible = true;
     this.gridColumn36.VisibleIndex = 3;
     this.gridColumn36.Width = 152;
     //
     // gridColumn38
     //
     this.gridColumn38.Caption = "Date Of Submission";
     this.gridColumn38.FieldName = "DateOfSubmissionEth";
     this.gridColumn38.Name = "gridColumn38";
     this.gridColumn38.OptionsColumn.AllowEdit = false;
     this.gridColumn38.Visible = true;
     this.gridColumn38.VisibleIndex = 2;
     this.gridColumn38.Width = 164;
     //
     // gridColumn37
     //
     this.gridColumn37.Caption = "ID";
     this.gridColumn37.FieldName = "ID";
     this.gridColumn37.Name = "gridColumn37";
     this.gridColumn37.OptionsColumn.AllowEdit = false;
     this.gridColumn37.OptionsFilter.AllowFilter = false;
     this.gridColumn37.Width = 50;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // gridView1
     //
     this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
     this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.gridView1.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gridView1.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
     this.gridView1.Appearance.HorzLine.Options.UseBackColor = true;
     this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
     this.gridView1.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.gridView1.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
     this.gridView1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridView1.Appearance.SelectedRow.Options.UseForeColor = true;
     this.gridView1.ColumnPanelRowHeight = 20;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn22,
     this.gridColumn23,
     this.gridColumn24,
     this.gridColumn25,
     this.gridColumn26,
     this.gridColumn27,
     this.gridColumn28,
     this.gridColumn30,
     this.gridColumn31,
     this.gridColumn32,
     this.gridColumn33,
     this.gridColumn34});
     this.gridView1.GridControl = this.grdRRF;
     this.gridView1.IndicatorWidth = 40;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsDetail.AllowExpandEmptyDetails = true;
     this.gridView1.OptionsDetail.EnableDetailToolTip = true;
     this.gridView1.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
     this.gridView1.OptionsDetail.SmartDetailHeight = true;
     this.gridView1.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridView1.OptionsPrint.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsPrint.EnableAppearanceOddRow = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow = true;
     this.gridView1.OptionsView.RowAutoHeight = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "PFSA Product Code";
     this.gridColumn22.FieldName = "StockCode";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsFilter.AllowFilter = false;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 0;
     this.gridColumn22.Width = 79;
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "Product Description";
     this.gridColumn23.FieldName = "FullItemName";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsColumn.AllowEdit = false;
     this.gridColumn23.OptionsFilter.AllowFilter = false;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 1;
     this.gridColumn23.Width = 325;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "PPPS";
     this.gridColumn24.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn24.FieldName = "QtyPerPack";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.OptionsColumn.AllowEdit = false;
     this.gridColumn24.OptionsFilter.AllowFilter = false;
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 2;
     this.gridColumn24.Width = 62;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "Beginning Balance";
     this.gridColumn25.DisplayFormat.FormatString = "#,##0";
     this.gridColumn25.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn25.FieldName = "gridColumn13";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsColumn.AllowEdit = false;
     this.gridColumn25.OptionsFilter.AllowFilter = false;
     this.gridColumn25.UnboundExpression = "BeginingBalance/QtyPerPack";
     this.gridColumn25.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 3;
     this.gridColumn25.Width = 62;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "Received";
     this.gridColumn26.DisplayFormat.FormatString = "#,##0";
     this.gridColumn26.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn26.FieldName = "gridColumn14";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.OptionsColumn.AllowEdit = false;
     this.gridColumn26.OptionsFilter.AllowFilter = false;
     this.gridColumn26.UnboundExpression = "Received/QtyPerPack";
     this.gridColumn26.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 4;
     this.gridColumn26.Width = 62;
     //
     // gridColumn27
     //
     this.gridColumn27.Caption = "Losses/Adjustments";
     this.gridColumn27.DisplayFormat.FormatString = "#,##0";
     this.gridColumn27.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn27.FieldName = "gridColumn15";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.OptionsColumn.AllowEdit = false;
     this.gridColumn27.OptionsFilter.AllowFilter = false;
     this.gridColumn27.UnboundExpression = "LossAdj/QtyPerPack";
     this.gridColumn27.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 5;
     this.gridColumn27.Width = 62;
     //
     // gridColumn28
     //
     this.gridColumn28.Caption = "Ending Balance";
     this.gridColumn28.DisplayFormat.FormatString = "#,##0";
     this.gridColumn28.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn28.FieldName = "gridColumn16";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.OptionsColumn.AllowEdit = false;
     this.gridColumn28.OptionsFilter.AllowFilter = false;
     this.gridColumn28.UnboundExpression = "SOH/QtyPerPack";
     this.gridColumn28.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 6;
     this.gridColumn28.Width = 62;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "Consumption";
     this.gridColumn30.DisplayFormat.FormatString = "#,##0";
     this.gridColumn30.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn30.FieldName = "gridColumn17";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.OptionsColumn.AllowEdit = false;
     this.gridColumn30.OptionsFilter.AllowFilter = false;
     this.gridColumn30.UnboundExpression = "Issued/QtyPerPack";
     this.gridColumn30.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 7;
     this.gridColumn30.Width = 62;
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "Days Out of Stock";
     this.gridColumn31.DisplayFormat.FormatString = "#,##0.#0";
     this.gridColumn31.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn31.FieldName = "DOS";
     this.gridColumn31.Name = "gridColumn31";
     //
     // gridColumn32
     //
     this.gridColumn32.Caption = "Maximum Stock ";
     this.gridColumn32.DisplayFormat.FormatString = "#,##0";
     this.gridColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn32.FieldName = "gridColumn19";
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.OptionsColumn.AllowEdit = false;
     this.gridColumn32.OptionsFilter.AllowFilter = false;
     this.gridColumn32.UnboundExpression = "[Max]/[QtyPerPack]";
     this.gridColumn32.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn32.Visible = true;
     this.gridColumn32.VisibleIndex = 8;
     this.gridColumn32.Width = 62;
     //
     // gridColumn33
     //
     this.gridColumn33.Caption = "Quantity Ordered";
     this.gridColumn33.DisplayFormat.FormatString = "#,##0";
     this.gridColumn33.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn33.FieldName = "gridColumn20";
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.OptionsColumn.AllowEdit = false;
     this.gridColumn33.UnboundExpression = "Quantity/QtyPerPack";
     this.gridColumn33.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 9;
     this.gridColumn33.Width = 91;
     //
     // gridColumn34
     //
     this.gridColumn34.Caption = "gridColumn21";
     this.gridColumn34.FieldName = "ID";
     this.gridColumn34.Name = "gridColumn34";
     //
     // cboFromYear
     //
     this.cboFromYear.Location = new System.Drawing.Point(806, 554);
     this.cboFromYear.Name = "cboFromYear";
     this.cboFromYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboFromYear.Size = new System.Drawing.Size(51, 20);
     this.cboFromYear.StyleController = this.layoutControl1;
     this.cboFromYear.TabIndex = 43;
     this.cboFromYear.SelectedIndexChanged += new System.EventHandler(this.cboFromYear_SelectedIndexChanged);
     //
     // btnAutoPushToPFSA
     //
     this.btnAutoPushToPFSA.Location = new System.Drawing.Point(974, 696);
     this.btnAutoPushToPFSA.Name = "btnAutoPushToPFSA";
     this.btnAutoPushToPFSA.Size = new System.Drawing.Size(100, 22);
     this.btnAutoPushToPFSA.StyleController = this.layoutControl1;
     this.btnAutoPushToPFSA.TabIndex = 37;
     this.btnAutoPushToPFSA.Text = "Send";
     this.btnAutoPushToPFSA.Click += new System.EventHandler(this.btnAutoPushToPFSA_Click);
     //
     // cboFromMonth
     //
     this.cboFromMonth.Location = new System.Drawing.Point(861, 554);
     this.cboFromMonth.Name = "cboFromMonth";
     this.cboFromMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboFromMonth.Size = new System.Drawing.Size(50, 20);
     this.cboFromMonth.StyleController = this.layoutControl1;
     this.cboFromMonth.TabIndex = 42;
     this.cboFromMonth.SelectedIndexChanged += new System.EventHandler(this.cboFromMonth_SelectedIndexChanged);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.lcRRFInformation,
     this.lcRRFList});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1098, 742);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // lcRRFInformation
     //
     this.lcRRFInformation.CustomizationFormText = "RRF Information";
     this.lcRRFInformation.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem6,
     this.layoutControlItem9,
     this.layoutControlItem1,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.layoutControlItem14,
     this.lcSendingProgress,
     this.layoutControlItem12,
     this.emptySpaceItem1,
     this.layoutControlItem11,
     this.layoutControlItem2,
     this.emptySpaceItem3});
     this.lcRRFInformation.Location = new System.Drawing.Point(0, 511);
     this.lcRRFInformation.Name = "lcRRFInformation";
     this.lcRRFInformation.Size = new System.Drawing.Size(1078, 211);
     this.lcRRFInformation.Text = "RRF Information";
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnAutoPushToPFSA;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(950, 142);
     this.layoutControlItem6.MaxSize = new System.Drawing.Size(104, 26);
     this.layoutControlItem6.MinSize = new System.Drawing.Size(104, 26);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(104, 26);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.lblRRFStatus;
     this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 142);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(749, 26);
     this.layoutControlItem9.Text = "layoutControlItem9";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextToControlDistance = 0;
     this.layoutControlItem9.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridItemsChoice;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1054, 94);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.cboToMonth;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(1000, 0);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(54, 0);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 24);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(54, 24);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text = "ToMonth";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.cboStores;
     this.layoutControlItem4.CustomizationFormText = "Store";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(140, 24);
     this.layoutControlItem4.Text = "Activity";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(51, 13);
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.Control = this.btnBack;
     this.layoutControlItem14.CustomizationFormText = "layoutControlItem14";
     this.layoutControlItem14.Location = new System.Drawing.Point(846, 142);
     this.layoutControlItem14.MaxSize = new System.Drawing.Size(104, 26);
     this.layoutControlItem14.MinSize = new System.Drawing.Size(104, 26);
     this.layoutControlItem14.Name = "layoutControlItem14";
     this.layoutControlItem14.Size = new System.Drawing.Size(104, 26);
     this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem14.Text = "layoutControlItem14";
     this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem14.TextToControlDistance = 0;
     this.layoutControlItem14.TextVisible = false;
     //
     // lcSendingProgress
     //
     this.lcSendingProgress.Control = this.pictureBox1;
     this.lcSendingProgress.CustomizationFormText = "Working...";
     this.lcSendingProgress.Location = new System.Drawing.Point(749, 142);
     this.lcSendingProgress.MaxSize = new System.Drawing.Size(97, 0);
     this.lcSendingProgress.MinSize = new System.Drawing.Size(97, 24);
     this.lcSendingProgress.Name = "lcSendingProgress";
     this.lcSendingProgress.Size = new System.Drawing.Size(97, 26);
     this.lcSendingProgress.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lcSendingProgress.Text = "Working...";
     this.lcSendingProgress.TextLocation = DevExpress.Utils.Locations.Right;
     this.lcSendingProgress.TextSize = new System.Drawing.Size(51, 13);
     this.lcSendingProgress.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control = this.cboToYear;
     this.layoutControlItem12.CustomizationFormText = "To";
     this.layoutControlItem12.Location = new System.Drawing.Point(891, 0);
     this.layoutControlItem12.MaxSize = new System.Drawing.Size(109, 24);
     this.layoutControlItem12.MinSize = new System.Drawing.Size(109, 24);
     this.layoutControlItem12.Name = "layoutControlItem12";
     this.layoutControlItem12.Size = new System.Drawing.Size(109, 24);
     this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem12.Text = "To";
     this.layoutControlItem12.TextSize = new System.Drawing.Size(51, 13);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 24);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(1054, 24);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.cboFromYear;
     this.layoutControlItem11.CustomizationFormText = "Year";
     this.layoutControlItem11.Location = new System.Drawing.Point(728, 0);
     this.layoutControlItem11.MaxSize = new System.Drawing.Size(109, 24);
     this.layoutControlItem11.MinSize = new System.Drawing.Size(109, 24);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(109, 24);
     this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem11.Text = "From";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(51, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.cboFromMonth;
     this.layoutControlItem2.CustomizationFormText = "From";
     this.layoutControlItem2.Location = new System.Drawing.Point(837, 0);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(54, 0);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 24);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(54, 24);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text = "FromMonth";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(140, 0);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(588, 24);
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // lcRRFList
     //
     this.lcRRFList.CustomizationFormText = "RRF List";
     this.lcRRFList.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem10,
     this.layoutControlItem8,
     this.emptySpaceItem2,
     this.layoutControlItem15,
     this.lcCheckingProgress});
     this.lcRRFList.Location = new System.Drawing.Point(0, 0);
     this.lcRRFList.Name = "lcRRFList";
     this.lcRRFList.Size = new System.Drawing.Size(1078, 511);
     this.lcRRFList.Text = "RRF List";
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control = this.grdRRF;
     this.layoutControlItem10.CustomizationFormText = "layoutControlItem10";
     this.layoutControlItem10.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem10.Name = "layoutControlItem10";
     this.layoutControlItem10.Size = new System.Drawing.Size(1054, 442);
     this.layoutControlItem10.Text = "layoutControlItem10";
     this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem10.TextToControlDistance = 0;
     this.layoutControlItem10.TextVisible = false;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.btnCheckStatus;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
     this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem8.MaxSize = new System.Drawing.Size(93, 26);
     this.layoutControlItem8.MinSize = new System.Drawing.Size(93, 26);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(93, 26);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.Text = "layoutControlItem8";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextToControlDistance = 0;
     this.layoutControlItem8.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(278, 0);
     this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(776, 26);
     this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem15
     //
     this.layoutControlItem15.Control = this.btnNewRRF;
     this.layoutControlItem15.CustomizationFormText = "layoutControlItem15";
     this.layoutControlItem15.Location = new System.Drawing.Point(93, 0);
     this.layoutControlItem15.MaxSize = new System.Drawing.Size(93, 26);
     this.layoutControlItem15.MinSize = new System.Drawing.Size(93, 26);
     this.layoutControlItem15.Name = "layoutControlItem15";
     this.layoutControlItem15.Size = new System.Drawing.Size(93, 26);
     this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem15.Text = "layoutControlItem15";
     this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem15.TextToControlDistance = 0;
     this.layoutControlItem15.TextVisible = false;
     //
     // lcCheckingProgress
     //
     this.lcCheckingProgress.Control = this.picSync;
     this.lcCheckingProgress.CustomizationFormText = "Working...";
     this.lcCheckingProgress.Location = new System.Drawing.Point(186, 0);
     this.lcCheckingProgress.MaxSize = new System.Drawing.Size(92, 0);
     this.lcCheckingProgress.MinSize = new System.Drawing.Size(92, 24);
     this.lcCheckingProgress.Name = "lcCheckingProgress";
     this.lcCheckingProgress.Size = new System.Drawing.Size(92, 26);
     this.lcCheckingProgress.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lcCheckingProgress.Text = "Working...";
     this.lcCheckingProgress.TextLocation = DevExpress.Utils.Locations.Right;
     this.lcCheckingProgress.TextSize = new System.Drawing.Size(51, 13);
     this.lcCheckingProgress.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(908, 19);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 37;
     this.simpleButton2.Text = "Print";
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.gridItemsChoice;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.ImageCollection.Images.SetKeyName(0, "PFSALogo.jpg");
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(50, 50, 130, 50);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "",
         "[Image 0]",
         ""}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near), null);
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.toolStripMenuItem2,
     this.toolStripMenuItem3});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(166, 70);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(165, 22);
     this.toolStripMenuItem1.Text = "Sync With Center";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(165, 22);
     this.toolStripMenuItem2.Text = "Send To Zone";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(165, 22);
     this.toolStripMenuItem3.Text = "Send To Hub";
     //
     // bwRRFSubmit
     //
     this.bwRRFSubmit.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwRRFSubmit_DoWork);
     this.bwRRFSubmit.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bwRRFSubmit_RunWorkerCompleted);
     //
     // gridColumn42
     //
     this.gridColumn42.Caption = "Item ID";
     this.gridColumn42.FieldName = "ID";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 2;
     //
     // RrfForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1098, 742);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.label7);
     this.Name = "RrfForm";
     this.Text = "RRFForm";
     this.Load += new System.EventHandler(this.RrfFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.grdViewInPacks)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemsChoice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemChoiceView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picSync)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboToYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboToMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdRRF)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdViewRRFList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboFromYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboFromMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcRRFInformation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcSendingProgress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcRRFList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcCheckingProgress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     this.gvReceiptPayment = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridReceipt = new DevExpress.XtraGrid.GridControl();
     this.gvReceipt = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridTotalCollection = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.GridSingleTreatment = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridSpaPackage = new DevExpress.XtraGrid.GridControl();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.gridVouchers = new DevExpress.XtraGrid.GridControl();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridFreeSpa = new DevExpress.XtraGrid.GridControl();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label9 = new System.Windows.Forms.Label();
     this.gridTreatment = new DevExpress.XtraGrid.GridControl();
     this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.GridIPLPackage = new DevExpress.XtraGrid.GridControl();
     this.gridView6 = 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.GridSpaProduct = new DevExpress.XtraGrid.GridControl();
     this.gridView7 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label12 = new System.Windows.Forms.Label();
     this.gridCreditPackage = new DevExpress.XtraGrid.GridControl();
     this.gridView8 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cmbBranch = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink2 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink3 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink4 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink5 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink6 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink7 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink8 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink9 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink10 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.PRINT1 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT2 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT3 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT4 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT5 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT6 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT7 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT8 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT9 = new DevExpress.XtraEditors.HyperLinkEdit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReceiptPayment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridReceipt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReceipt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridTotalCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridSingleTreatment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridSpaPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridVouchers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridFreeSpa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridTreatment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridIPLPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridSpaProduct)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCreditPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT8.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT9.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // gvReceiptPayment
     //
     this.gvReceiptPayment.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                             this.gridColumn27,
                                                                                             this.gridColumn28});
     this.gvReceiptPayment.GridControl = this.gridReceipt;
     this.gvReceiptPayment.Name = "gvReceiptPayment";
     this.gvReceiptPayment.OptionsBehavior.Editable = false;
     this.gvReceiptPayment.OptionsCustomization.AllowColumnMoving = false;
     this.gvReceiptPayment.OptionsCustomization.AllowColumnResizing = false;
     this.gvReceiptPayment.OptionsCustomization.AllowFilter = false;
     this.gvReceiptPayment.OptionsCustomization.AllowSort = false;
     this.gvReceiptPayment.OptionsMenu.EnableColumnMenu = false;
     this.gvReceiptPayment.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvReceiptPayment.OptionsPrint.ExpandAllDetails = true;
     this.gvReceiptPayment.OptionsPrint.PrintDetails = true;
     this.gvReceiptPayment.OptionsPrint.UsePrintStyles = true;
     this.gvReceiptPayment.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn27
     //
     this.gridColumn27.Caption = "Payment Code";
     this.gridColumn27.FieldName = "Payment Code";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 0;
     //
     // gridColumn28
     //
     this.gridColumn28.Caption = "Amount";
     this.gridColumn28.FieldName = "Amount";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 1;
     //
     // gridReceipt
     //
     //
     // gridReceipt.EmbeddedNavigator
     //
     this.gridReceipt.EmbeddedNavigator.Name = "";
     gridLevelNode1.LevelTemplate = this.gvReceiptPayment;
     gridLevelNode1.RelationName = "ReceiptPayment";
     this.gridReceipt.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
                                                                                           gridLevelNode1});
     this.gridReceipt.Location = new System.Drawing.Point(16, 56);
     this.gridReceipt.MainView = this.gvReceipt;
     this.gridReceipt.Name = "gridReceipt";
     this.gridReceipt.Size = new System.Drawing.Size(624, 184);
     this.gridReceipt.TabIndex = 0;
     this.gridReceipt.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                this.gvReceipt,
                                                                                                this.gvReceiptPayment});
     // gvReceipt
     //
     this.gvReceipt.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn1,
                                                                                      this.gridColumn2});
     this.gvReceipt.GridControl = this.gridReceipt;
     this.gvReceipt.Name = "gvReceipt";
     this.gvReceipt.OptionsBehavior.AutoExpandAllGroups = true;
     this.gvReceipt.OptionsCustomization.AllowSort = false;
     this.gvReceipt.OptionsPrint.ExpandAllDetails = true;
     this.gvReceipt.OptionsPrint.PrintDetails = true;
     this.gvReceipt.OptionsPrint.UsePrintStyles = true;
     this.gvReceipt.OptionsView.ShowGroupedColumns = true;
     this.gvReceipt.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Receipt No";
     this.gridColumn1.FieldName = "strReceiptNo";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 297;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Shift";
     this.gridColumn2.FieldName = "nShiftID";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 313;
     //
     // GridTotalCollection
     //
     this.GridTotalCollection.Cursor = System.Windows.Forms.Cursors.Default;
     this.GridTotalCollection.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
                                                                                                this.pivotGridField1,
                                                                                                this.pivotGridField2});
     this.GridTotalCollection.Location = new System.Drawing.Point(648, 56);
     this.GridTotalCollection.Name = "GridTotalCollection";
     this.GridTotalCollection.OptionsCustomization.AllowDrag = false;
     this.GridTotalCollection.OptionsCustomization.AllowExpand = false;
     this.GridTotalCollection.OptionsCustomization.AllowFilter = false;
     this.GridTotalCollection.OptionsCustomization.AllowSort = false;
     this.GridTotalCollection.OptionsView.ShowColumnHeaders = false;
     this.GridTotalCollection.OptionsView.ShowDataHeaders = false;
     this.GridTotalCollection.OptionsView.ShowFilterHeaders = false;
     this.GridTotalCollection.Size = new System.Drawing.Size(272, 184);
     this.GridTotalCollection.TabIndex = 1;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption = "Payment Mode";
     this.pivotGridField1.FieldName = "strPaymentCode";
     this.pivotGridField1.Name = "pivotGridField1";
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField2.AreaIndex = 0;
     this.pivotGridField2.Caption = "Amount";
     this.pivotGridField2.FieldName = "mAmount";
     this.pivotGridField2.Name = "pivotGridField2";
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location = new System.Drawing.Point(56, 8);
     this.dateEdit1.Name = "dateEdit1";
     //
     // dateEdit1.Properties
     //
     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(96, 20);
     this.dateEdit1.TabIndex = 2;
     this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 23);
     this.label1.TabIndex = 3;
     this.label1.Text = "Date";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label2.Location = new System.Drawing.Point(168, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 23);
     this.label2.TabIndex = 5;
     this.label2.Text = "Branch";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label3.Location = new System.Drawing.Point(24, 32);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(144, 23);
     this.label3.TabIndex = 6;
     this.label3.Text = "Receipt Generated";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label4.Location = new System.Drawing.Point(648, 32);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(176, 23);
     this.label4.TabIndex = 7;
     this.label4.Text = "Total Collection";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // GridSingleTreatment
     //
     //
     // GridSingleTreatment.EmbeddedNavigator
     //
     this.GridSingleTreatment.EmbeddedNavigator.Name = "";
     this.GridSingleTreatment.Location = new System.Drawing.Point(16, 272);
     this.GridSingleTreatment.MainView = this.gridView1;
     this.GridSingleTreatment.Name = "GridSingleTreatment";
     this.GridSingleTreatment.Size = new System.Drawing.Size(464, 184);
     this.GridSingleTreatment.TabIndex = 8;
     this.GridSingleTreatment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                        this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn3,
                                                                                      this.gridColumn4,
                                                                                      this.gridColumn5});
     this.gridView1.GridControl = this.GridSingleTreatment;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowSort = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Code";
     this.gridColumn3.FieldName = "Code";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 0;
     this.gridColumn3.Width = 55;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Description";
     this.gridColumn4.FieldName = "Description";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 1;
     this.gridColumn4.Width = 155;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Total";
     this.gridColumn5.FieldName = "Quantity";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 2;
     this.gridColumn5.Width = 80;
     //
     // gridSpaPackage
     //
     //
     // gridSpaPackage.EmbeddedNavigator
     //
     this.gridSpaPackage.EmbeddedNavigator.Name = "";
     this.gridSpaPackage.Location = new System.Drawing.Point(488, 272);
     this.gridSpaPackage.MainView = this.gridView2;
     this.gridSpaPackage.Name = "gridSpaPackage";
     this.gridSpaPackage.Size = new System.Drawing.Size(432, 184);
     this.gridSpaPackage.TabIndex = 9;
     this.gridSpaPackage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                   this.gridView2});
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn6,
                                                                                      this.gridColumn7,
                                                                                      this.gridColumn8});
     this.gridView2.GridControl = this.gridSpaPackage;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsBehavior.Editable = false;
     this.gridView2.OptionsCustomization.AllowFilter = false;
     this.gridView2.OptionsCustomization.AllowSort = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Code";
     this.gridColumn6.FieldName = "Code";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width = 55;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Description";
     this.gridColumn7.FieldName = "Description";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 1;
     this.gridColumn7.Width = 155;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Total";
     this.gridColumn8.FieldName = "Quantity";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 2;
     this.gridColumn8.Width = 80;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label5.Location = new System.Drawing.Point(24, 248);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(176, 23);
     this.label5.TabIndex = 10;
     this.label5.Text = "Spa Single Treatment";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label6.Location = new System.Drawing.Point(488, 248);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(176, 23);
     this.label6.TabIndex = 11;
     this.label6.Text = "Spa Package";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label7.Location = new System.Drawing.Point(488, 912);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(176, 23);
     this.label7.TabIndex = 15;
     this.label7.Text = "Vouchers";
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label8.Location = new System.Drawing.Point(24, 912);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(176, 23);
     this.label8.TabIndex = 14;
     this.label8.Text = "Free Spa Menu Trial";
     //
     // gridVouchers
     //
     //
     // gridVouchers.EmbeddedNavigator
     //
     this.gridVouchers.EmbeddedNavigator.Name = "";
     this.gridVouchers.Location = new System.Drawing.Point(488, 936);
     this.gridVouchers.MainView = this.gridView3;
     this.gridVouchers.Name = "gridVouchers";
     this.gridVouchers.Size = new System.Drawing.Size(432, 160);
     this.gridVouchers.TabIndex = 13;
     this.gridVouchers.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                 this.gridView3});
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn9,
                                                                                      this.gridColumn10,
                                                                                      this.gridColumn11});
     this.gridView3.GridControl = this.gridVouchers;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsBehavior.Editable = false;
     this.gridView3.OptionsCustomization.AllowFilter = false;
     this.gridView3.OptionsCustomization.AllowSort = false;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Code";
     this.gridColumn9.FieldName = "Code";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 0;
     this.gridColumn9.Width = 55;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "Description";
     this.gridColumn10.FieldName = "Description";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 1;
     this.gridColumn10.Width = 155;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "Total";
     this.gridColumn11.FieldName = "Quantity";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 2;
     this.gridColumn11.Width = 80;
     //
     // gridFreeSpa
     //
     //
     // gridFreeSpa.EmbeddedNavigator
     //
     this.gridFreeSpa.EmbeddedNavigator.Name = "";
     this.gridFreeSpa.Location = new System.Drawing.Point(16, 936);
     this.gridFreeSpa.MainView = this.gridView4;
     this.gridFreeSpa.Name = "gridFreeSpa";
     this.gridFreeSpa.Size = new System.Drawing.Size(464, 160);
     this.gridFreeSpa.TabIndex = 12;
     this.gridFreeSpa.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                this.gridView4});
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn12,
                                                                                      this.gridColumn13,
                                                                                      this.gridColumn14});
     this.gridView4.GridControl = this.gridFreeSpa;
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsBehavior.Editable = false;
     this.gridView4.OptionsCustomization.AllowFilter = false;
     this.gridView4.OptionsCustomization.AllowSort = false;
     this.gridView4.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Code";
     this.gridColumn12.FieldName = "Code";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 0;
     this.gridColumn12.Width = 55;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Description";
     this.gridColumn13.FieldName = "Description";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 1;
     this.gridColumn13.Width = 155;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Total";
     this.gridColumn14.FieldName = "Quantity";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 2;
     this.gridColumn14.Width = 80;
     //
     // label9
     //
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label9.Location = new System.Drawing.Point(24, 688);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(176, 23);
     this.label9.TabIndex = 17;
     this.label9.Text = "Treatment";
     //
     // gridTreatment
     //
     //
     // gridTreatment.EmbeddedNavigator
     //
     this.gridTreatment.EmbeddedNavigator.Name = "";
     this.gridTreatment.Location = new System.Drawing.Point(16, 704);
     this.gridTreatment.MainView = this.gridView5;
     this.gridTreatment.Name = "gridTreatment";
     this.gridTreatment.Size = new System.Drawing.Size(464, 192);
     this.gridTreatment.TabIndex = 16;
     this.gridTreatment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                  this.gridView5});
     //
     // gridView5
     //
     this.gridView5.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn15,
                                                                                      this.gridColumn16,
                                                                                      this.gridColumn17});
     this.gridView5.GridControl = this.gridTreatment;
     this.gridView5.Name = "gridView5";
     this.gridView5.OptionsBehavior.Editable = false;
     this.gridView5.OptionsCustomization.AllowFilter = false;
     this.gridView5.OptionsCustomization.AllowSort = false;
     this.gridView5.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Code";
     this.gridColumn15.FieldName = "Code";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 0;
     this.gridColumn15.Width = 55;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "Description";
     this.gridColumn16.FieldName = "Description";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 1;
     this.gridColumn16.Width = 155;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Total";
     this.gridColumn17.FieldName = "Quantity";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 2;
     this.gridColumn17.Width = 80;
     //
     // label10
     //
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label10.Location = new System.Drawing.Point(488, 464);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(224, 23);
     this.label10.TabIndex = 21;
     this.label10.Text = "IPL Package";
     //
     // label11
     //
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label11.Location = new System.Drawing.Point(24, 464);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(176, 23);
     this.label11.TabIndex = 20;
     this.label11.Text = "Spa Product";
     //
     // GridIPLPackage
     //
     //
     // GridIPLPackage.EmbeddedNavigator
     //
     this.GridIPLPackage.EmbeddedNavigator.Name = "";
     this.GridIPLPackage.Location = new System.Drawing.Point(488, 488);
     this.GridIPLPackage.MainView = this.gridView6;
     this.GridIPLPackage.Name = "GridIPLPackage";
     this.GridIPLPackage.Size = new System.Drawing.Size(432, 192);
     this.GridIPLPackage.TabIndex = 19;
     this.GridIPLPackage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                   this.gridView6});
     //
     // gridView6
     //
     this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn18,
                                                                                      this.gridColumn19,
                                                                                      this.gridColumn20});
     this.gridView6.GridControl = this.GridIPLPackage;
     this.gridView6.Name = "gridView6";
     this.gridView6.OptionsBehavior.Editable = false;
     this.gridView6.OptionsCustomization.AllowFilter = false;
     this.gridView6.OptionsCustomization.AllowSort = false;
     this.gridView6.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "Code";
     this.gridColumn18.FieldName = "Code";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 0;
     this.gridColumn18.Width = 55;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Description";
     this.gridColumn19.FieldName = "Description";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 1;
     this.gridColumn19.Width = 155;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "Total";
     this.gridColumn20.FieldName = "Quantity";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 2;
     this.gridColumn20.Width = 80;
     //
     // GridSpaProduct
     //
     //
     // GridSpaProduct.EmbeddedNavigator
     //
     this.GridSpaProduct.EmbeddedNavigator.Name = "";
     this.GridSpaProduct.Location = new System.Drawing.Point(16, 488);
     this.GridSpaProduct.MainView = this.gridView7;
     this.GridSpaProduct.Name = "GridSpaProduct";
     this.GridSpaProduct.Size = new System.Drawing.Size(464, 192);
     this.GridSpaProduct.TabIndex = 18;
     this.GridSpaProduct.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                   this.gridView7});
     //
     // gridView7
     //
     this.gridView7.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn21,
                                                                                      this.gridColumn22,
                                                                                      this.gridColumn23});
     this.gridView7.GridControl = this.GridSpaProduct;
     this.gridView7.Name = "gridView7";
     this.gridView7.OptionsBehavior.Editable = false;
     this.gridView7.OptionsCustomization.AllowFilter = false;
     this.gridView7.OptionsCustomization.AllowSort = false;
     this.gridView7.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "Code";
     this.gridColumn21.FieldName = "Code";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 0;
     this.gridColumn21.Width = 55;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "Description";
     this.gridColumn22.FieldName = "Description";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 1;
     this.gridColumn22.Width = 155;
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "Total";
     this.gridColumn23.FieldName = "Quantity";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 2;
     this.gridColumn23.Width = 80;
     //
     // label12
     //
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label12.Location = new System.Drawing.Point(488, 688);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(176, 23);
     this.label12.TabIndex = 25;
     this.label12.Text = "Credit Package Sales";
     //
     // gridCreditPackage
     //
     //
     // gridCreditPackage.EmbeddedNavigator
     //
     this.gridCreditPackage.EmbeddedNavigator.Name = "";
     this.gridCreditPackage.Location = new System.Drawing.Point(488, 704);
     this.gridCreditPackage.MainView = this.gridView8;
     this.gridCreditPackage.Name = "gridCreditPackage";
     this.gridCreditPackage.Size = new System.Drawing.Size(432, 192);
     this.gridCreditPackage.TabIndex = 23;
     this.gridCreditPackage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                      this.gridView8});
     //
     // gridView8
     //
     this.gridView8.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn24,
                                                                                      this.gridColumn25,
                                                                                      this.gridColumn26});
     this.gridView8.GridControl = this.gridCreditPackage;
     this.gridView8.Name = "gridView8";
     this.gridView8.OptionsBehavior.Editable = false;
     this.gridView8.OptionsCustomization.AllowFilter = false;
     this.gridView8.OptionsCustomization.AllowSort = false;
     this.gridView8.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "Code";
     this.gridColumn24.FieldName = "Code";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 0;
     this.gridColumn24.Width = 55;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "Description";
     this.gridColumn25.FieldName = "Description";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 1;
     this.gridColumn25.Width = 155;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "Total";
     this.gridColumn26.FieldName = "Quantity";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 2;
     this.gridColumn26.Width = 80;
     //
     // cmbBranch
     //
     this.cmbBranch.Location = new System.Drawing.Point(232, 8);
     this.cmbBranch.Name = "cmbBranch";
     //
     // cmbBranch.Properties
     //
     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(144, 20);
     this.cmbBranch.TabIndex = 26;
     this.cmbBranch.SelectedValueChanged += new System.EventHandler(this.cmbBranch_SelectedValueChanged);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
                                                          this.printableComponentLink1,
                                                          this.printableComponentLink2,
                                                          this.printableComponentLink3,
                                                          this.printableComponentLink4,
                                                          this.printableComponentLink5,
                                                          this.printableComponentLink6,
                                                          this.printableComponentLink7,
                                                          this.printableComponentLink8,
                                                          this.printableComponentLink9,
                                                          this.printableComponentLink10});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.gridReceipt;
     this.printableComponentLink1.EnablePageDialog = false;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink1_CreateReportHeaderArea);
     //
     // printableComponentLink2
     //
     this.printableComponentLink2.Component = this.GridTotalCollection;
     this.printableComponentLink2.PrintingSystem = this.printingSystem1;
     this.printableComponentLink2.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink2_CreateReportHeaderArea);
     //
     // printableComponentLink3
     //
     this.printableComponentLink3.Component = this.GridSingleTreatment;
     this.printableComponentLink3.PrintingSystem = this.printingSystem1;
     this.printableComponentLink3.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink3_CreateReportHeaderArea);
     //
     // printableComponentLink4
     //
     this.printableComponentLink4.Component = this.gridSpaPackage;
     this.printableComponentLink4.PrintingSystem = this.printingSystem1;
     this.printableComponentLink4.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink4_CreateReportHeaderArea);
     //
     // printableComponentLink5
     //
     this.printableComponentLink5.Component = this.GridSpaProduct;
     this.printableComponentLink5.PrintingSystem = this.printingSystem1;
     this.printableComponentLink5.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink5_CreateReportHeaderArea);
     //
     // printableComponentLink6
     //
     this.printableComponentLink6.Component = this.GridIPLPackage;
     this.printableComponentLink6.PrintingSystem = this.printingSystem1;
     this.printableComponentLink6.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink6_CreateReportHeaderArea);
     //
     // printableComponentLink7
     //
     this.printableComponentLink7.Component = this.gridTreatment;
     this.printableComponentLink7.PrintingSystem = this.printingSystem1;
     this.printableComponentLink7.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink7_CreateReportHeaderArea);
     //
     // printableComponentLink8
     //
     this.printableComponentLink8.Component = this.gridCreditPackage;
     this.printableComponentLink8.PrintingSystem = this.printingSystem1;
     this.printableComponentLink8.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink8_CreateReportHeaderArea);
     //
     // printableComponentLink9
     //
     this.printableComponentLink9.Component = this.gridFreeSpa;
     this.printableComponentLink9.PrintingSystem = this.printingSystem1;
     this.printableComponentLink9.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink9_CreateReportHeaderArea);
     //
     // printableComponentLink10
     //
     this.printableComponentLink10.Component = this.gridVouchers;
     this.printableComponentLink10.PrintingSystem = this.printingSystem1;
     this.printableComponentLink10.CreateReportHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink10_CreateReportHeaderArea);
     //
     // PRINT1
     //
     this.PRINT1.EditValue = "PRINT";
     this.PRINT1.Location = new System.Drawing.Point(424, 8);
     this.PRINT1.Name = "PRINT1";
     //
     // PRINT1.Properties
     //
     this.PRINT1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT1.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT1.Size = new System.Drawing.Size(40, 18);
     this.PRINT1.TabIndex = 141;
     this.PRINT1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT1_OpenLink);
     //
     // PRINT2
     //
     this.PRINT2.EditValue = "PRINT";
     this.PRINT2.Location = new System.Drawing.Point(432, 248);
     this.PRINT2.Name = "PRINT2";
     //
     // PRINT2.Properties
     //
     this.PRINT2.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT2.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT2.Size = new System.Drawing.Size(40, 18);
     this.PRINT2.TabIndex = 142;
     this.PRINT2.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT2_OpenLink);
     //
     // PRINT3
     //
     this.PRINT3.EditValue = "PRINT";
     this.PRINT3.Location = new System.Drawing.Point(848, 248);
     this.PRINT3.Name = "PRINT3";
     //
     // PRINT3.Properties
     //
     this.PRINT3.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT3.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT3.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT3.Size = new System.Drawing.Size(40, 18);
     this.PRINT3.TabIndex = 143;
     this.PRINT3.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT3_OpenLink);
     //
     // PRINT4
     //
     this.PRINT4.EditValue = "PRINT";
     this.PRINT4.Location = new System.Drawing.Point(432, 464);
     this.PRINT4.Name = "PRINT4";
     //
     // PRINT4.Properties
     //
     this.PRINT4.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT4.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT4.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT4.Size = new System.Drawing.Size(40, 18);
     this.PRINT4.TabIndex = 144;
     this.PRINT4.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT4_OpenLink);
     //
     // PRINT5
     //
     this.PRINT5.EditValue = "PRINT";
     this.PRINT5.Location = new System.Drawing.Point(848, 464);
     this.PRINT5.Name = "PRINT5";
     //
     // PRINT5.Properties
     //
     this.PRINT5.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT5.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT5.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT5.Size = new System.Drawing.Size(40, 18);
     this.PRINT5.TabIndex = 145;
     this.PRINT5.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT5_OpenLink);
     //
     // PRINT6
     //
     this.PRINT6.EditValue = "PRINT";
     this.PRINT6.Location = new System.Drawing.Point(432, 680);
     this.PRINT6.Name = "PRINT6";
     //
     // PRINT6.Properties
     //
     this.PRINT6.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT6.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT6.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT6.Size = new System.Drawing.Size(40, 18);
     this.PRINT6.TabIndex = 146;
     this.PRINT6.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT6_OpenLink);
     //
     // PRINT7
     //
     this.PRINT7.EditValue = "PRINT";
     this.PRINT7.Location = new System.Drawing.Point(848, 680);
     this.PRINT7.Name = "PRINT7";
     //
     // PRINT7.Properties
     //
     this.PRINT7.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT7.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT7.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT7.Size = new System.Drawing.Size(40, 18);
     this.PRINT7.TabIndex = 147;
     this.PRINT7.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT7_OpenLink);
     //
     // PRINT8
     //
     this.PRINT8.EditValue = "PRINT";
     this.PRINT8.Location = new System.Drawing.Point(432, 912);
     this.PRINT8.Name = "PRINT8";
     //
     // PRINT8.Properties
     //
     this.PRINT8.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT8.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT8.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT8.Size = new System.Drawing.Size(40, 18);
     this.PRINT8.TabIndex = 148;
     this.PRINT8.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT8_OpenLink);
     //
     // PRINT9
     //
     this.PRINT9.EditValue = "PRINT";
     this.PRINT9.Location = new System.Drawing.Point(848, 912);
     this.PRINT9.Name = "PRINT9";
     //
     // PRINT9.Properties
     //
     this.PRINT9.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT9.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT9.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT9.Size = new System.Drawing.Size(40, 18);
     this.PRINT9.TabIndex = 149;
     this.PRINT9.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT9_OpenLink);
     //
     // RPSpaDailyBranchSales
     //
     this.AutoScale = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(859, 384);
     this.Controls.Add(this.GridSingleTreatment);
     this.Controls.Add(this.gridSpaPackage);
     this.Controls.Add(this.gridVouchers);
     this.Controls.Add(this.gridFreeSpa);
     this.Controls.Add(this.gridTreatment);
     this.Controls.Add(this.GridIPLPackage);
     this.Controls.Add(this.GridSpaProduct);
     this.Controls.Add(this.gridCreditPackage);
     this.Controls.Add(this.PRINT9);
     this.Controls.Add(this.PRINT8);
     this.Controls.Add(this.PRINT7);
     this.Controls.Add(this.PRINT6);
     this.Controls.Add(this.PRINT5);
     this.Controls.Add(this.PRINT4);
     this.Controls.Add(this.PRINT3);
     this.Controls.Add(this.PRINT2);
     this.Controls.Add(this.PRINT1);
     this.Controls.Add(this.cmbBranch);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dateEdit1);
     this.Controls.Add(this.GridTotalCollection);
     this.Controls.Add(this.gridReceipt);
     this.DockPadding.Bottom = 20;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "RPSpaDailyBranchSales";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Spa Daily Branch Sales";
     this.TopMost = true;
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.RPSpaDailyBranchSales_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gvReceiptPayment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridReceipt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReceipt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridTotalCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridSingleTreatment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridSpaPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridVouchers)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridFreeSpa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridTreatment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridIPLPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridSpaProduct)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCreditPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT8.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT9.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogs));
     this.collevel = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.bntReload = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem5 = new DevExpress.XtraBars.BarStaticItem();
     this.btnSelectedDateStart = new DevExpress.XtraBars.BarButtonItem();
     this.btnSelectedDateEnd = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
     this.btnPreview = new DevExpress.XtraBars.BarButtonItem();
     this.btnPrint = new DevExpress.XtraBars.BarButtonItem();
     this.btnExpToExcel = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem3 = new DevExpress.XtraBars.BarStaticItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.siLevelStatus = new DevExpress.XtraBars.BarStaticItem();
     this.siLevel = new DevExpress.XtraBars.BarStaticItem();
     this.siAppStatus = new DevExpress.XtraBars.BarStaticItem();
     this.siApp = new DevExpress.XtraBars.BarStaticItem();
     this.siLastDayStatus = new DevExpress.XtraBars.BarStaticItem();
     this.siLastDay = new DevExpress.XtraBars.BarStaticItem();
     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.mFile = new DevExpress.XtraBars.BarSubItem();
     this.iNew = new DevExpress.XtraBars.BarButtonItem();
     this.iOpen = new DevExpress.XtraBars.BarButtonItem();
     this.iClose = new DevExpress.XtraBars.BarButtonItem();
     this.iSave = new DevExpress.XtraBars.BarButtonItem();
     this.iSaveAs = new DevExpress.XtraBars.BarButtonItem();
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.mHelp = new DevExpress.XtraBars.BarSubItem();
     this.iAbout = new DevExpress.XtraBars.BarButtonItem();
     this.mPaintStyle = new DevExpress.XtraBars.BarSubItem();
     this.mOldStyles = new DevExpress.XtraBars.BarSubItem();
     this.iWXP = new DevExpress.XtraBars.BarCheckItem();
     this.iOffXP = new DevExpress.XtraBars.BarCheckItem();
     this.iOff2K = new DevExpress.XtraBars.BarCheckItem();
     this.iOff2003 = new DevExpress.XtraBars.BarCheckItem();
     this.iDefault = new DevExpress.XtraBars.BarCheckItem();
     this.mOfficeSkins = new DevExpress.XtraBars.BarSubItem();
     this.mBonusSkins = new DevExpress.XtraBars.BarSubItem();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gridControl_Logs = new DevExpress.XtraGrid.GridControl();
     this.logItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView_Logs = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coltimestamp = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colthread = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coluserName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmessage = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colloggerName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldomain = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmachineName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colfileName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmethod = new DevExpress.XtraGrid.Columns.GridColumn();
     this.collineNumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colclassName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.printingSystem = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem4 = new DevExpress.XtraBars.BarStaticItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_Logs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.logItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_Logs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).BeginInit();
     this.SuspendLayout();
     //
     // collevel
     //
     this.collevel.Caption = "Level";
     this.collevel.FieldName = "level";
     this.collevel.Name = "collevel";
     this.collevel.OptionsColumn.FixedWidth = true;
     this.collevel.Visible = true;
     this.collevel.VisibleIndex = 2;
     this.collevel.Width = 49;
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar2,
     this.bar3});
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.mFile,
     this.mHelp,
     this.iNew,
     this.iOpen,
     this.iClose,
     this.iSave,
     this.iSaveAs,
     this.iExit,
     this.iAbout,
     this.siLevelStatus,
     this.siLevel,
     this.mPaintStyle,
     this.mOldStyles,
     this.mOfficeSkins,
     this.mBonusSkins,
     this.iWXP,
     this.iOffXP,
     this.iOff2K,
     this.iOff2003,
     this.iDefault,
     this.siAppStatus,
     this.siApp,
     this.siLastDayStatus,
     this.siLastDay,
     this.bntReload,
     this.btnSelectedDateStart,
     this.btnSelectedDateEnd,
     this.btnPrint,
     this.btnExpToExcel,
     this.barButtonItem10,
     this.barStaticItem1,
     this.barStaticItem2,
     this.barStaticItem3,
     this.btnPreview,
     this.barStaticItem5});
     this.barManager.MaxItemId = 50;
     this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     this.barManager.StatusBar = this.bar3;
     //
     // bar2
     //
     this.bar2.BarName = "Tools";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(49, 157);
     this.bar2.FloatSize = new System.Drawing.Size(46, 29);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.bntReload),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSelectedDateStart),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSelectedDateEnd),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPreview),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnExpToExcel),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem3)});
     this.bar2.Text = "Tools";
     //
     // bntReload
     //
     this.bntReload.Caption = "ќбновить";
     this.bntReload.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.reload_16;
     this.bntReload.Id = 34;
     this.bntReload.Name = "bntReload";
     this.bntReload.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bntReload.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bntReload_ItemClick);
     //
     // barStaticItem1
     //
     this.barStaticItem1.Id = 43;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "Ћог";
     this.barButtonItem10.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.search_16;
     this.barButtonItem10.Id = 40;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barStaticItem5
     //
     this.barStaticItem5.Id = 49;
     this.barStaticItem5.Name = "barStaticItem5";
     this.barStaticItem5.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // btnSelectedDateStart
     //
     this.btnSelectedDateStart.Caption = "00.00.0000";
     this.btnSelectedDateStart.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.calendar_16;
     this.btnSelectedDateStart.Id = 36;
     this.btnSelectedDateStart.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnSelectedDateStart.ItemAppearance.Normal.Options.UseFont = true;
     this.btnSelectedDateStart.Name = "btnSelectedDateStart";
     this.btnSelectedDateStart.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnSelectedDateStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSelectedDateStart_ItemClick);
     //
     // btnSelectedDateEnd
     //
     this.btnSelectedDateEnd.Caption = "00.00.0000";
     this.btnSelectedDateEnd.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.calendar_16;
     this.btnSelectedDateEnd.Id = 37;
     this.btnSelectedDateEnd.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnSelectedDateEnd.ItemAppearance.Normal.Options.UseFont = true;
     this.btnSelectedDateEnd.Name = "btnSelectedDateEnd";
     this.btnSelectedDateEnd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnSelectedDateEnd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSelectedDateEnd_ItemClick);
     //
     // barStaticItem2
     //
     this.barStaticItem2.Id = 44;
     this.barStaticItem2.Name = "barStaticItem2";
     this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // btnPreview
     //
     this.btnPreview.Caption = "ѕросмотр";
     this.btnPreview.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.preview;
     this.btnPreview.Id = 48;
     this.btnPreview.Name = "btnPreview";
     this.btnPreview.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPreview_ItemClick);
     //
     // btnPrint
     //
     this.btnPrint.Caption = "ѕечать";
     this.btnPrint.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.print_16;
     this.btnPrint.Id = 38;
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPrint_ItemClick);
     //
     // btnExpToExcel
     //
     this.btnExpToExcel.Caption = "Excel";
     this.btnExpToExcel.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.page_white_excel;
     this.btnExpToExcel.Id = 39;
     this.btnExpToExcel.Name = "btnExpToExcel";
     this.btnExpToExcel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnExpToExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExpToExcel_ItemClick);
     //
     // barStaticItem3
     //
     this.barStaticItem3.Id = 45;
     this.barStaticItem3.Name = "barStaticItem3";
     this.barStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // bar3
     //
     this.bar3.BarName = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 0;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siLevelStatus),
     new DevExpress.XtraBars.LinkPersistInfo(this.siLevel),
     new DevExpress.XtraBars.LinkPersistInfo(this.siAppStatus),
     new DevExpress.XtraBars.LinkPersistInfo(this.siApp),
     new DevExpress.XtraBars.LinkPersistInfo(this.siLastDayStatus),
     new DevExpress.XtraBars.LinkPersistInfo(this.siLastDay)});
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow = true;
     this.bar3.Text = "Status bar";
     //
     // siLevelStatus
     //
     this.siLevelStatus.Caption = "Level:";
     this.siLevelStatus.Id = 9;
     this.siLevelStatus.Name = "siLevelStatus";
     this.siLevelStatus.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siLevel
     //
     this.siLevel.Caption = "...";
     this.siLevel.Id = 10;
     this.siLevel.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.siLevel.ItemAppearance.Normal.Options.UseFont = true;
     this.siLevel.Name = "siLevel";
     this.siLevel.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siAppStatus
     //
     this.siAppStatus.Caption = "App:";
     this.siAppStatus.Id = 30;
     this.siAppStatus.Name = "siAppStatus";
     this.siAppStatus.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siApp
     //
     this.siApp.Caption = "...";
     this.siApp.Id = 31;
     this.siApp.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.siApp.ItemAppearance.Normal.Options.UseFont = true;
     this.siApp.Name = "siApp";
     this.siApp.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siLastDayStatus
     //
     this.siLastDayStatus.Caption = "Day:";
     this.siLastDayStatus.Id = 32;
     this.siLastDayStatus.Name = "siLastDayStatus";
     this.siLastDayStatus.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siLastDay
     //
     this.siLastDay.Caption = "...";
     this.siLastDay.Id = 33;
     this.siLastDay.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.siLastDay.ItemAppearance.Normal.Options.UseFont = true;
     this.siLastDay.Name = "siLastDay";
     this.siLastDay.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1088, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 525);
     this.barDockControlBottom.Size = new System.Drawing.Size(1088, 25);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 494);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1088, 31);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 494);
     //
     // mFile
     //
     this.mFile.Caption = "&File";
     this.mFile.Id = 0;
     this.mFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iNew),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOpen),
     new DevExpress.XtraBars.LinkPersistInfo(this.iClose),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSave),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSaveAs),
     new DevExpress.XtraBars.LinkPersistInfo(this.iExit)});
     this.mFile.Name = "mFile";
     //
     // iNew
     //
     this.iNew.Caption = "&New";
     this.iNew.Id = 2;
     this.iNew.ImageIndex = 0;
     this.iNew.Name = "iNew";
     //
     // iOpen
     //
     this.iOpen.Caption = "&Open";
     this.iOpen.Id = 3;
     this.iOpen.ImageIndex = 1;
     this.iOpen.Name = "iOpen";
     //
     // iClose
     //
     this.iClose.Caption = "&Close";
     this.iClose.Id = 4;
     this.iClose.Name = "iClose";
     //
     // iSave
     //
     this.iSave.Caption = "&Save";
     this.iSave.Id = 5;
     this.iSave.ImageIndex = 2;
     this.iSave.Name = "iSave";
     //
     // iSaveAs
     //
     this.iSaveAs.Caption = "Save &As";
     this.iSaveAs.Id = 6;
     this.iSaveAs.ImageIndex = 3;
     this.iSaveAs.Name = "iSaveAs";
     //
     // iExit
     //
     this.iExit.Caption = "E&xit";
     this.iExit.Id = 7;
     this.iExit.Name = "iExit";
     //
     // mHelp
     //
     this.mHelp.Caption = "&Help";
     this.mHelp.Id = 1;
     this.mHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAbout)});
     this.mHelp.Name = "mHelp";
     //
     // iAbout
     //
     this.iAbout.Caption = "&About";
     this.iAbout.Id = 8;
     this.iAbout.Name = "iAbout";
     //
     // mPaintStyle
     //
     this.mPaintStyle.Caption = "Paint Style";
     this.mPaintStyle.Id = 21;
     this.mPaintStyle.Name = "mPaintStyle";
     //
     // mOldStyles
     //
     this.mOldStyles.Caption = "Old Styles";
     this.mOldStyles.Id = 22;
     this.mOldStyles.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iWXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOffXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOff2K),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOff2003),
     new DevExpress.XtraBars.LinkPersistInfo(this.iDefault)});
     this.mOldStyles.Name = "mOldStyles";
     //
     // iWXP
     //
     this.iWXP.Caption = "WindowsXP";
     this.iWXP.Description = "WindowsXP";
     this.iWXP.Id = 25;
     this.iWXP.Name = "iWXP";
     //
     // iOffXP
     //
     this.iOffXP.Caption = "OfficeXP";
     this.iOffXP.Description = "OfficeXP";
     this.iOffXP.Id = 26;
     this.iOffXP.Name = "iOffXP";
     //
     // iOff2K
     //
     this.iOff2K.Caption = "Office2000";
     this.iOff2K.Description = "Office2000";
     this.iOff2K.Id = 27;
     this.iOff2K.Name = "iOff2K";
     //
     // iOff2003
     //
     this.iOff2003.Caption = "Office2003";
     this.iOff2003.Description = "Office2003";
     this.iOff2003.Id = 28;
     this.iOff2003.Name = "iOff2003";
     //
     // iDefault
     //
     this.iDefault.Caption = "Default";
     this.iDefault.Description = "Default";
     this.iDefault.Id = 29;
     this.iDefault.Name = "iDefault";
     //
     // mOfficeSkins
     //
     this.mOfficeSkins.Caption = "Office Skins";
     this.mOfficeSkins.Id = 23;
     this.mOfficeSkins.Name = "mOfficeSkins";
     //
     // mBonusSkins
     //
     this.mBonusSkins.Caption = "Bonus Skins";
     this.mBonusSkins.Id = 24;
     this.mBonusSkins.Name = "mBonusSkins";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // gridControl_Logs
     //
     this.gridControl_Logs.DataSource = this.logItemBindingSource;
     this.gridControl_Logs.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl_Logs.Location = new System.Drawing.Point(0, 31);
     this.gridControl_Logs.MainView = this.gridView_Logs;
     this.gridControl_Logs.Name = "gridControl_Logs";
     this.gridControl_Logs.Size = new System.Drawing.Size(1088, 494);
     this.gridControl_Logs.TabIndex = 5;
     this.gridControl_Logs.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView_Logs});
     this.gridControl_Logs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.gridControl_Logs_KeyPress);
     //
     // logItemBindingSource
     //
     this.logItemBindingSource.DataSource = typeof(BJ.MongoDB.Logger.LogItem);
     //
     // gridView_Logs
     //
     this.gridView_Logs.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.gridView_Logs.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colId,
     this.coltimestamp,
     this.collevel,
     this.colthread,
     this.coluserName,
     this.colmessage,
     this.colloggerName,
     this.coldomain,
     this.colmachineName,
     this.colfileName,
     this.colmethod,
     this.collineNumber,
     this.colclassName});
     this.gridView_Logs.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.MistyRose;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column = this.collevel;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1 = "ERROR";
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Tomato;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Column = this.collevel;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1 = "FATAL";
     styleFormatCondition3.Appearance.BackColor = System.Drawing.Color.LemonChiffon;
     styleFormatCondition3.Appearance.Options.UseBackColor = true;
     styleFormatCondition3.ApplyToRow = true;
     styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition3.Value1 = "WARN";
     this.gridView_Logs.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1,
     styleFormatCondition2,
     styleFormatCondition3});
     this.gridView_Logs.GridControl = this.gridControl_Logs;
     this.gridView_Logs.Name = "gridView_Logs";
     this.gridView_Logs.OptionsBehavior.Editable = false;
     this.gridView_Logs.OptionsBehavior.ReadOnly = true;
     this.gridView_Logs.OptionsView.ShowAutoFilterRow = true;
     this.gridView_Logs.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.coltimestamp, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gridView_Logs.DoubleClick += new System.EventHandler(this.gridView_Logs_DoubleClick);
     //
     // colId
     //
     this.colId.FieldName = "Id";
     this.colId.Name = "colId";
     //
     // coltimestamp
     //
     this.coltimestamp.Caption = "DateTime";
     this.coltimestamp.DisplayFormat.FormatString = "dd.MM.yyyy H:mm:ss  FFF";
     this.coltimestamp.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.coltimestamp.FieldName = "timestamp.AsLocalTime";
     this.coltimestamp.Name = "coltimestamp";
     this.coltimestamp.OptionsColumn.FixedWidth = true;
     this.coltimestamp.SortMode = DevExpress.XtraGrid.ColumnSortMode.Custom;
     this.coltimestamp.Visible = true;
     this.coltimestamp.VisibleIndex = 0;
     this.coltimestamp.Width = 135;
     //
     // colthread
     //
     this.colthread.Caption = "Thread";
     this.colthread.FieldName = "thread";
     this.colthread.Name = "colthread";
     this.colthread.OptionsColumn.FixedWidth = true;
     this.colthread.Visible = true;
     this.colthread.VisibleIndex = 3;
     this.colthread.Width = 44;
     //
     // coluserName
     //
     this.coluserName.Caption = "User";
     this.coluserName.FieldName = "userName";
     this.coluserName.Name = "coluserName";
     this.coluserName.OptionsColumn.FixedWidth = true;
     this.coluserName.Visible = true;
     this.coluserName.VisibleIndex = 6;
     this.coluserName.Width = 105;
     //
     // colmessage
     //
     this.colmessage.Caption = "Message";
     this.colmessage.FieldName = "message";
     this.colmessage.Name = "colmessage";
     this.colmessage.Visible = true;
     this.colmessage.VisibleIndex = 4;
     this.colmessage.Width = 123;
     //
     // colloggerName
     //
     this.colloggerName.Caption = "Logger";
     this.colloggerName.FieldName = "loggerName";
     this.colloggerName.Name = "colloggerName";
     this.colloggerName.OptionsColumn.FixedWidth = true;
     this.colloggerName.Visible = true;
     this.colloggerName.VisibleIndex = 5;
     this.colloggerName.Width = 63;
     //
     // coldomain
     //
     this.coldomain.Caption = "App";
     this.coldomain.FieldName = "domain";
     this.coldomain.Name = "coldomain";
     this.coldomain.OptionsColumn.FixedWidth = true;
     this.coldomain.Visible = true;
     this.coldomain.VisibleIndex = 1;
     this.coldomain.Width = 132;
     //
     // colmachineName
     //
     this.colmachineName.Caption = "Machine";
     this.colmachineName.FieldName = "machineName";
     this.colmachineName.Name = "colmachineName";
     this.colmachineName.OptionsColumn.FixedWidth = true;
     this.colmachineName.Visible = true;
     this.colmachineName.VisibleIndex = 7;
     this.colmachineName.Width = 87;
     //
     // colfileName
     //
     this.colfileName.Caption = "File";
     this.colfileName.FieldName = "fileName";
     this.colfileName.Name = "colfileName";
     this.colfileName.OptionsColumn.FixedWidth = true;
     this.colfileName.Visible = true;
     this.colfileName.VisibleIndex = 11;
     this.colfileName.Width = 115;
     //
     // colmethod
     //
     this.colmethod.Caption = "Method";
     this.colmethod.FieldName = "method";
     this.colmethod.Name = "colmethod";
     this.colmethod.OptionsColumn.FixedWidth = true;
     this.colmethod.Visible = true;
     this.colmethod.VisibleIndex = 9;
     this.colmethod.Width = 76;
     //
     // collineNumber
     //
     this.collineNumber.Caption = "Line";
     this.collineNumber.FieldName = "lineNumber";
     this.collineNumber.Name = "collineNumber";
     this.collineNumber.OptionsColumn.FixedWidth = true;
     this.collineNumber.Visible = true;
     this.collineNumber.VisibleIndex = 10;
     this.collineNumber.Width = 52;
     //
     // colclassName
     //
     this.colclassName.Caption = "Class";
     this.colclassName.FieldName = "className";
     this.colclassName.Name = "colclassName";
     this.colclassName.OptionsColumn.FixedWidth = true;
     this.colclassName.Visible = true;
     this.colclassName.VisibleIndex = 8;
     this.colclassName.Width = 89;
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "ќбновить";
     this.barButtonItem2.Id = 34;
     this.barButtonItem2.ImageIndex = 3;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "ќбновить";
     this.barButtonItem3.Id = 34;
     this.barButtonItem3.ImageIndex = 3;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "ќбновить";
     this.barButtonItem4.Id = 34;
     this.barButtonItem4.ImageIndex = 3;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "ќбновить";
     this.barButtonItem5.Id = 34;
     this.barButtonItem5.ImageIndex = 3;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "ѕечать";
     this.barButtonItem1.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.print_16;
     this.barButtonItem1.Id = 38;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "ѕечать";
     this.barButtonItem6.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.print_16;
     this.barButtonItem6.Id = 38;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "ѕечать";
     this.barButtonItem7.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.print_16;
     this.barButtonItem7.Id = 38;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barStaticItem4
     //
     this.barStaticItem4.Id = 44;
     this.barStaticItem4.Name = "barStaticItem4";
     this.barStaticItem4.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // frmLogs
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1088, 550);
     this.Controls.Add(this.gridControl_Logs);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmLogs";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Logs Viewer";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmLogs_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_Logs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.logItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_Logs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).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(InvoiceForm));
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.boxSizedList = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
     this.lblPicklistPrintedDate = new DevExpress.XtraEditors.LabelControl();
     this.lblPicklistConfirmedBy = new DevExpress.XtraEditors.LabelControl();
     this.lblAppDate = new DevExpress.XtraEditors.LabelControl();
     this.lblIssueStatus = new DevExpress.XtraEditors.LabelControl();
     this.lblIssueTypes = new DevExpress.XtraEditors.LabelControl();
     this.lblissuedDate = new DevExpress.XtraEditors.LabelControl();
     this.lblPaymentType = new DevExpress.XtraEditors.LabelControl();
     this.lblApprovedBy = new DevExpress.XtraEditors.LabelControl();
     this.lblIssuedBy = new DevExpress.XtraEditors.LabelControl();
     this.lblRefNo = new DevExpress.XtraEditors.LabelControl();
     this.lblApprovedDate = new DevExpress.XtraEditors.LabelControl();
     this.lblInstitutionType = new DevExpress.XtraEditors.LabelControl();
     this.lblRegion = new DevExpress.XtraEditors.LabelControl();
     this.lblZone = new DevExpress.XtraEditors.LabelControl();
     this.lblWoreda = new DevExpress.XtraEditors.LabelControl();
     this.lblOwnership = new DevExpress.XtraEditors.LabelControl();
     this.lblMode = new DevExpress.XtraEditors.LabelControl();
     this.chkIncludeInsurance = new DevExpress.XtraEditors.CheckEdit();
     this.btnReturnToApprovalStep = new DevExpress.XtraEditors.SimpleButton();
     this.txtFacilityNameFilter = new DevExpress.XtraEditors.TextEdit();
     this.gridOutstandingPickLists = new DevExpress.XtraGrid.GridControl();
     this.gridOutstandingPickListView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.btnConfirmIssue1 = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancelIssue = new DevExpress.XtraEditors.SimpleButton();
     this.txtConfirmOrderNumber = new DevExpress.XtraEditors.TextEdit();
     this.txtConfirmApprovedBy = new DevExpress.XtraEditors.TextEdit();
     this.txtConfirmFromStore = new DevExpress.XtraEditors.TextEdit();
     this.txtConfirmRequestedBy = new DevExpress.XtraEditors.TextEdit();
     this.dtIssuedDate = new CalendarLib.DateTimePickerEx();
     this.txtRemarks = new DevExpress.XtraEditors.MemoEdit();
     this.txtIssueRefNo = new DevExpress.XtraEditors.TextEdit();
     this.gridOutstandingPicklistDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewConfirmation = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn76 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     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.colSKUPicked = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colBUPicked = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn62 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.txtIssuedBy = new DevExpress.XtraEditors.TextEdit();
     this.lkMode = new DevExpress.XtraEditors.LookUpEdit();
     this.lkPaymentType = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
     this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup12 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.HeaderSection = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup13 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem42 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem43 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutSupplimentaryOrder = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcOutstandingPicklists = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem50 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider();
     this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem();
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink();
     this.printOrder = new DevExpress.XtraPrinting.PrintableComponentLink();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
     this.layoutControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkIncludeInsurance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityNameFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOutstandingPickLists)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOutstandingPickListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmOrderNumber.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmApprovedBy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmFromStore.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmRequestedBy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIssueRefNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOutstandingPicklistDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewConfirmation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIssuedBy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkMode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkPaymentType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeaderSection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSupplimentaryOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcOutstandingPicklists)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem50)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     this.SuspendLayout();
     //
     // boxSizedList
     //
     this.boxSizedList.AutoHeight = false;
     this.boxSizedList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizedList.DisplayMember = "Name";
     this.boxSizedList.Name = "boxSizedList";
     this.boxSizedList.ValueMember = "ID";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemDateEdit3.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit3.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     //
     // repositoryItemButtonEdit4
     //
     this.repositoryItemButtonEdit4.AutoHeight = false;
     this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
     this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // layoutControl3
     //
     this.layoutControl3.AllowCustomizationMenu = false;
     this.layoutControl3.Controls.Add(this.lblPicklistPrintedDate);
     this.layoutControl3.Controls.Add(this.lblPicklistConfirmedBy);
     this.layoutControl3.Controls.Add(this.lblAppDate);
     this.layoutControl3.Controls.Add(this.lblIssueStatus);
     this.layoutControl3.Controls.Add(this.lblIssueTypes);
     this.layoutControl3.Controls.Add(this.lblissuedDate);
     this.layoutControl3.Controls.Add(this.lblPaymentType);
     this.layoutControl3.Controls.Add(this.lblApprovedBy);
     this.layoutControl3.Controls.Add(this.lblIssuedBy);
     this.layoutControl3.Controls.Add(this.lblRefNo);
     this.layoutControl3.Controls.Add(this.lblApprovedDate);
     this.layoutControl3.Controls.Add(this.lblInstitutionType);
     this.layoutControl3.Controls.Add(this.lblRegion);
     this.layoutControl3.Controls.Add(this.lblZone);
     this.layoutControl3.Controls.Add(this.lblWoreda);
     this.layoutControl3.Controls.Add(this.lblOwnership);
     this.layoutControl3.Controls.Add(this.lblMode);
     this.layoutControl3.Controls.Add(this.chkIncludeInsurance);
     this.layoutControl3.Controls.Add(this.btnReturnToApprovalStep);
     this.layoutControl3.Controls.Add(this.txtFacilityNameFilter);
     this.layoutControl3.Controls.Add(this.gridOutstandingPickLists);
     this.layoutControl3.Controls.Add(this.simpleButton1);
     this.layoutControl3.Controls.Add(this.btnConfirmIssue1);
     this.layoutControl3.Controls.Add(this.btnCancelIssue);
     this.layoutControl3.Controls.Add(this.txtConfirmOrderNumber);
     this.layoutControl3.Controls.Add(this.txtConfirmApprovedBy);
     this.layoutControl3.Controls.Add(this.txtConfirmFromStore);
     this.layoutControl3.Controls.Add(this.txtConfirmRequestedBy);
     this.layoutControl3.Controls.Add(this.dtIssuedDate);
     this.layoutControl3.Controls.Add(this.txtRemarks);
     this.layoutControl3.Controls.Add(this.txtIssueRefNo);
     this.layoutControl3.Controls.Add(this.gridOutstandingPicklistDetail);
     this.layoutControl3.Controls.Add(this.txtIssuedBy);
     this.layoutControl3.Controls.Add(this.lkMode);
     this.layoutControl3.Controls.Add(this.lkPaymentType);
     this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl3.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem18,
     this.tabbedControlGroup1,
     this.layoutControlItem26,
     this.layoutControlItem25,
     this.layoutControlItem20,
     this.layoutControlItem17,
     this.layoutControlItem21,
     this.layoutControlItem27,
     this.layoutControlItem22,
     this.layoutControlItem1,
     this.layoutControlItem12,
     this.layoutControlItem15});
     this.layoutControl3.Location = new System.Drawing.Point(0, 0);
     this.layoutControl3.Margin = new System.Windows.Forms.Padding(0);
     this.layoutControl3.Name = "layoutControl3";
     this.layoutControl3.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(330, 260, 250, 350);
     this.layoutControl3.Root = this.layoutControlGroup7;
     this.layoutControl3.Size = new System.Drawing.Size(1123, 575);
     this.layoutControl3.TabIndex = 37;
     this.layoutControl3.Text = "layoutControl3";
     //
     // lblPicklistPrintedDate
     //
     this.lblPicklistPrintedDate.Location = new System.Drawing.Point(823, 104);
     this.lblPicklistPrintedDate.Name = "lblPicklistPrintedDate";
     this.lblPicklistPrintedDate.Size = new System.Drawing.Size(91, 16);
     this.lblPicklistPrintedDate.StyleController = this.layoutControl3;
     this.lblPicklistPrintedDate.TabIndex = 63;
     //
     // lblPicklistConfirmedBy
     //
     this.lblPicklistConfirmedBy.Location = new System.Drawing.Point(823, 124);
     this.lblPicklistConfirmedBy.Name = "lblPicklistConfirmedBy";
     this.lblPicklistConfirmedBy.Size = new System.Drawing.Size(91, 16);
     this.lblPicklistConfirmedBy.StyleController = this.layoutControl3;
     this.lblPicklistConfirmedBy.TabIndex = 62;
     //
     // lblAppDate
     //
     this.lblAppDate.Location = new System.Drawing.Point(622, 104);
     this.lblAppDate.Name = "lblAppDate";
     this.lblAppDate.Size = new System.Drawing.Size(91, 16);
     this.lblAppDate.StyleController = this.layoutControl3;
     this.lblAppDate.TabIndex = 61;
     //
     // lblIssueStatus
     //
     this.lblIssueStatus.Location = new System.Drawing.Point(977, 104);
     this.lblIssueStatus.Name = "lblIssueStatus";
     this.lblIssueStatus.Size = new System.Drawing.Size(135, 16);
     this.lblIssueStatus.StyleController = this.layoutControl3;
     this.lblIssueStatus.TabIndex = 60;
     //
     // lblIssueTypes
     //
     this.lblIssueTypes.Location = new System.Drawing.Point(977, 124);
     this.lblIssueTypes.Name = "lblIssueTypes";
     this.lblIssueTypes.Size = new System.Drawing.Size(135, 16);
     this.lblIssueTypes.StyleController = this.layoutControl3;
     this.lblIssueTypes.TabIndex = 59;
     //
     // lblissuedDate
     //
     this.lblissuedDate.Location = new System.Drawing.Point(424, 104);
     this.lblissuedDate.Name = "lblissuedDate";
     this.lblissuedDate.Size = new System.Drawing.Size(87, 16);
     this.lblissuedDate.StyleController = this.layoutControl3;
     this.lblissuedDate.TabIndex = 58;
     //
     // lblPaymentType
     //
     this.lblPaymentType.Location = new System.Drawing.Point(384, 50);
     this.lblPaymentType.Name = "lblPaymentType";
     this.lblPaymentType.Size = new System.Drawing.Size(139, 16);
     this.lblPaymentType.StyleController = this.layoutControl3;
     this.lblPaymentType.TabIndex = 57;
     //
     // lblApprovedBy
     //
     this.lblApprovedBy.Location = new System.Drawing.Point(622, 124);
     this.lblApprovedBy.Name = "lblApprovedBy";
     this.lblApprovedBy.Size = new System.Drawing.Size(91, 16);
     this.lblApprovedBy.StyleController = this.layoutControl3;
     this.lblApprovedBy.TabIndex = 56;
     //
     // lblIssuedBy
     //
     this.lblIssuedBy.Location = new System.Drawing.Point(424, 124);
     this.lblIssuedBy.Name = "lblIssuedBy";
     this.lblIssuedBy.Size = new System.Drawing.Size(87, 16);
     this.lblIssuedBy.StyleController = this.layoutControl3;
     this.lblIssuedBy.TabIndex = 55;
     //
     // lblRefNo
     //
     this.lblRefNo.Location = new System.Drawing.Point(594, 50);
     this.lblRefNo.Name = "lblRefNo";
     this.lblRefNo.Size = new System.Drawing.Size(132, 16);
     this.lblRefNo.StyleController = this.layoutControl3;
     this.lblRefNo.TabIndex = 54;
     //
     // lblApprovedDate
     //
     this.lblApprovedDate.Location = new System.Drawing.Point(854, 104);
     this.lblApprovedDate.Name = "lblApprovedDate";
     this.lblApprovedDate.Size = new System.Drawing.Size(58, 16);
     this.lblApprovedDate.StyleController = this.layoutControl3;
     this.lblApprovedDate.TabIndex = 53;
     //
     // lblInstitutionType
     //
     this.lblInstitutionType.Location = new System.Drawing.Point(795, 50);
     this.lblInstitutionType.Name = "lblInstitutionType";
     this.lblInstitutionType.Size = new System.Drawing.Size(317, 16);
     this.lblInstitutionType.StyleController = this.layoutControl3;
     this.lblInstitutionType.TabIndex = 52;
     //
     // lblRegion
     //
     this.lblRegion.Location = new System.Drawing.Point(795, 70);
     this.lblRegion.Name = "lblRegion";
     this.lblRegion.Size = new System.Drawing.Size(317, 16);
     this.lblRegion.StyleController = this.layoutControl3;
     this.lblRegion.TabIndex = 51;
     //
     // lblZone
     //
     this.lblZone.Location = new System.Drawing.Point(594, 70);
     this.lblZone.Name = "lblZone";
     this.lblZone.Size = new System.Drawing.Size(132, 16);
     this.lblZone.StyleController = this.layoutControl3;
     this.lblZone.TabIndex = 50;
     //
     // lblWoreda
     //
     this.lblWoreda.Location = new System.Drawing.Point(384, 70);
     this.lblWoreda.Name = "lblWoreda";
     this.lblWoreda.Size = new System.Drawing.Size(139, 16);
     this.lblWoreda.StyleController = this.layoutControl3;
     this.lblWoreda.TabIndex = 49;
     //
     // lblOwnership
     //
     this.lblOwnership.Location = new System.Drawing.Point(594, 30);
     this.lblOwnership.Name = "lblOwnership";
     this.lblOwnership.Size = new System.Drawing.Size(518, 16);
     this.lblOwnership.StyleController = this.layoutControl3;
     this.lblOwnership.TabIndex = 48;
     //
     // lblMode
     //
     this.lblMode.Location = new System.Drawing.Point(384, 30);
     this.lblMode.Name = "lblMode";
     this.lblMode.Size = new System.Drawing.Size(139, 16);
     this.lblMode.StyleController = this.layoutControl3;
     this.lblMode.TabIndex = 47;
     //
     // chkIncludeInsurance
     //
     this.chkIncludeInsurance.Location = new System.Drawing.Point(318, 151);
     this.chkIncludeInsurance.Name = "chkIncludeInsurance";
     this.chkIncludeInsurance.Properties.Caption = "Include Insurance";
     this.chkIncludeInsurance.Size = new System.Drawing.Size(801, 19);
     this.chkIncludeInsurance.StyleController = this.layoutControl3;
     this.chkIncludeInsurance.TabIndex = 45;
     //
     // btnReturnToApprovalStep
     //
     this.btnReturnToApprovalStep.Image = global::HCMIS.Desktop.Properties.Resources.Undo;
     this.btnReturnToApprovalStep.Location = new System.Drawing.Point(685, 549);
     this.btnReturnToApprovalStep.Name = "btnReturnToApprovalStep";
     this.btnReturnToApprovalStep.Size = new System.Drawing.Size(142, 22);
     this.btnReturnToApprovalStep.StyleController = this.layoutControl3;
     this.btnReturnToApprovalStep.TabIndex = 39;
     this.btnReturnToApprovalStep.Text = "Return to SDO";
     this.btnReturnToApprovalStep.Click += new System.EventHandler(this.btnReturnToApprovalStep_Click);
     //
     // txtFacilityNameFilter
     //
     this.txtFacilityNameFilter.Location = new System.Drawing.Point(50, 62);
     this.txtFacilityNameFilter.Name = "txtFacilityNameFilter";
     this.txtFacilityNameFilter.Size = new System.Drawing.Size(243, 20);
     this.txtFacilityNameFilter.StyleController = this.layoutControl3;
     this.txtFacilityNameFilter.TabIndex = 44;
     this.txtFacilityNameFilter.EditValueChanged += new System.EventHandler(this.txtFacilityNameFilter_EditValueChanged);
     //
     // gridOutstandingPickLists
     //
     this.gridOutstandingPickLists.Location = new System.Drawing.Point(5, 98);
     this.gridOutstandingPickLists.MainView = this.gridOutstandingPickListView;
     this.gridOutstandingPickLists.Name = "gridOutstandingPickLists";
     this.gridOutstandingPickLists.Size = new System.Drawing.Size(300, 448);
     this.gridOutstandingPickLists.TabIndex = 0;
     this.gridOutstandingPickLists.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridOutstandingPickListView});
     //
     // gridOutstandingPickListView
     //
     this.gridOutstandingPickListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn48,
     this.gridColumn49,
     this.gridColumn46});
     this.gridOutstandingPickListView.GridControl = this.gridOutstandingPickLists;
     this.gridOutstandingPickListView.GroupCount = 1;
     this.gridOutstandingPickListView.Name = "gridOutstandingPickListView";
     this.gridOutstandingPickListView.OptionsBehavior.Editable = false;
     this.gridOutstandingPickListView.OptionsCustomization.AllowColumnMoving = false;
     this.gridOutstandingPickListView.OptionsCustomization.AllowColumnResizing = false;
     this.gridOutstandingPickListView.OptionsCustomization.AllowSort = false;
     this.gridOutstandingPickListView.OptionsMenu.EnableColumnMenu = false;
     this.gridOutstandingPickListView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridOutstandingPickListView.OptionsSelection.UseIndicatorForSelection = false;
     this.gridOutstandingPickListView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridOutstandingPickListView.OptionsView.ShowGroupPanel = false;
     this.gridOutstandingPickListView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn46, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridOutstandingPickListView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.OnOutstandingPicklistSelected);
     //
     // gridColumn48
     //
     this.gridColumn48.Caption = "Referance Number";
     this.gridColumn48.FieldName = "RefNo";
     this.gridColumn48.Name = "gridColumn48";
     this.gridColumn48.OptionsColumn.AllowEdit = false;
     this.gridColumn48.OptionsColumn.AllowFocus = false;
     this.gridColumn48.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn48.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.OptionsColumn.AllowMove = false;
     this.gridColumn48.OptionsColumn.AllowShowHide = false;
     this.gridColumn48.OptionsColumn.AllowSize = false;
     this.gridColumn48.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn48.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn48.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn48.OptionsFilter.AllowFilter = false;
     this.gridColumn48.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn48.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.Visible = true;
     this.gridColumn48.VisibleIndex = 0;
     //
     // gridColumn49
     //
     this.gridColumn49.Caption = "Requested By";
     this.gridColumn49.FieldName = "RequestedBy";
     this.gridColumn49.Name = "gridColumn49";
     this.gridColumn49.OptionsColumn.AllowEdit = false;
     this.gridColumn49.OptionsColumn.AllowFocus = false;
     this.gridColumn49.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn49.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn49.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn49.OptionsColumn.AllowMove = false;
     this.gridColumn49.OptionsColumn.AllowShowHide = false;
     this.gridColumn49.OptionsColumn.AllowSize = false;
     this.gridColumn49.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn49.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn49.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn49.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn49.OptionsFilter.AllowFilter = false;
     this.gridColumn49.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn49.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn49.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn49.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn49.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn49.Visible = true;
     this.gridColumn49.VisibleIndex = 1;
     this.gridColumn49.Width = 159;
     //
     // gridColumn46
     //
     this.gridColumn46.Caption = "Route";
     this.gridColumn46.FieldName = "RouteName";
     this.gridColumn46.Name = "gridColumn46";
     this.gridColumn46.OptionsColumn.AllowEdit = false;
     this.gridColumn46.OptionsColumn.AllowFocus = false;
     this.gridColumn46.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn46.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn46.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn46.OptionsColumn.AllowMove = false;
     this.gridColumn46.OptionsColumn.AllowShowHide = false;
     this.gridColumn46.OptionsColumn.AllowSize = false;
     this.gridColumn46.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn46.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn46.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn46.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn46.OptionsFilter.AllowFilter = false;
     this.gridColumn46.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn46.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn46.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn46.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn46.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn46.Visible = true;
     this.gridColumn46.VisibleIndex = 2;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(539, 549);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(142, 22);
     this.simpleButton1.StyleController = this.layoutControl3;
     this.simpleButton1.TabIndex = 43;
     this.simpleButton1.Text = "Supplimentary PickList";
     //
     // btnConfirmIssue1
     //
     this.btnConfirmIssue1.Image = ((System.Drawing.Image)(resources.GetObject("btnConfirmIssue1.Image")));
     this.btnConfirmIssue1.Location = new System.Drawing.Point(831, 549);
     this.btnConfirmIssue1.Name = "btnConfirmIssue1";
     this.btnConfirmIssue1.Size = new System.Drawing.Size(142, 22);
     this.btnConfirmIssue1.StyleController = this.layoutControl3;
     this.btnConfirmIssue1.TabIndex = 42;
     this.btnConfirmIssue1.Text = "Confirm Issue";
     this.btnConfirmIssue1.Click += new System.EventHandler(this.btnConfirmIssue_Click);
     //
     // btnCancelIssue
     //
     this.btnCancelIssue.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelIssue.Image")));
     this.btnCancelIssue.Location = new System.Drawing.Point(977, 549);
     this.btnCancelIssue.Name = "btnCancelIssue";
     this.btnCancelIssue.Size = new System.Drawing.Size(142, 22);
     this.btnCancelIssue.StyleController = this.layoutControl3;
     this.btnCancelIssue.TabIndex = 41;
     this.btnCancelIssue.Text = "Cancel";
     this.btnCancelIssue.Click += new System.EventHandler(this.btnCancelIssue_Click);
     //
     // txtConfirmOrderNumber
     //
     this.txtConfirmOrderNumber.Enabled = false;
     this.txtConfirmOrderNumber.Location = new System.Drawing.Point(378, 119);
     this.txtConfirmOrderNumber.Name = "txtConfirmOrderNumber";
     this.txtConfirmOrderNumber.Size = new System.Drawing.Size(217, 20);
     this.txtConfirmOrderNumber.StyleController = this.layoutControl3;
     this.txtConfirmOrderNumber.TabIndex = 40;
     //
     // txtConfirmApprovedBy
     //
     this.txtConfirmApprovedBy.Enabled = false;
     this.txtConfirmApprovedBy.Location = new System.Drawing.Point(938, 100);
     this.txtConfirmApprovedBy.Name = "txtConfirmApprovedBy";
     this.txtConfirmApprovedBy.Size = new System.Drawing.Size(50, 20);
     this.txtConfirmApprovedBy.StyleController = this.layoutControl3;
     this.txtConfirmApprovedBy.TabIndex = 39;
     //
     // txtConfirmFromStore
     //
     this.txtConfirmFromStore.Enabled = false;
     this.txtConfirmFromStore.Location = new System.Drawing.Point(527, 54);
     this.txtConfirmFromStore.Name = "txtConfirmFromStore";
     this.txtConfirmFromStore.Size = new System.Drawing.Size(201, 20);
     this.txtConfirmFromStore.StyleController = this.layoutControl3;
     this.txtConfirmFromStore.TabIndex = 38;
     //
     // txtConfirmRequestedBy
     //
     this.txtConfirmRequestedBy.Enabled = false;
     this.txtConfirmRequestedBy.Location = new System.Drawing.Point(378, 167);
     this.txtConfirmRequestedBy.Name = "txtConfirmRequestedBy";
     this.txtConfirmRequestedBy.Size = new System.Drawing.Size(217, 20);
     this.txtConfirmRequestedBy.StyleController = this.layoutControl3;
     this.txtConfirmRequestedBy.TabIndex = 37;
     //
     // dtIssuedDate
     //
     this.dtIssuedDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtIssuedDate.CalendarFont = new System.Drawing.Font("Nyala", 13F);
     this.dtIssuedDate.CalendarForeColor = System.Drawing.Color.Black;
     this.dtIssuedDate.DayOfWeekCharacters = 1;
     this.dtIssuedDate.Enabled = false;
     this.dtIssuedDate.ForeColor = System.Drawing.Color.Black;
     this.dtIssuedDate.Location = new System.Drawing.Point(590, 104);
     this.dtIssuedDate.MinDateTime = new System.DateTime(2002, 1, 12, 0, 0, 0, 0);
     this.dtIssuedDate.Name = "dtIssuedDate";
     this.dtIssuedDate.PopUpFontSize = 10F;
     this.dtIssuedDate.Size = new System.Drawing.Size(120, 36);
     this.dtIssuedDate.TabIndex = 28;
     this.dtIssuedDate.Value = new System.DateTime(2012, 1, 12, 0, 0, 0, 0);
     //
     // txtRemarks
     //
     this.txtRemarks.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtRemarks.Location = new System.Drawing.Point(343, 447);
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.Size = new System.Drawing.Size(235, 124);
     this.txtRemarks.StyleController = this.layoutControl3;
     this.txtRemarks.TabIndex = 32;
     //
     // txtIssueRefNo
     //
     this.txtIssueRefNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtIssueRefNo.Enabled = false;
     this.txtIssueRefNo.Location = new System.Drawing.Point(378, 100);
     this.txtIssueRefNo.Name = "txtIssueRefNo";
     this.txtIssueRefNo.Size = new System.Drawing.Size(50, 20);
     this.txtIssueRefNo.StyleController = this.layoutControl3;
     this.txtIssueRefNo.TabIndex = 34;
     //
     // gridOutstandingPicklistDetail
     //
     this.gridOutstandingPicklistDetail.Location = new System.Drawing.Point(318, 174);
     this.gridOutstandingPicklistDetail.MainView = this.gridViewConfirmation;
     this.gridOutstandingPicklistDetail.Margin = new System.Windows.Forms.Padding(0);
     this.gridOutstandingPicklistDetail.Name = "gridOutstandingPicklistDetail";
     this.gridOutstandingPicklistDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemMemoEdit3,
     this.repositoryItemTextEdit2});
     this.gridOutstandingPicklistDetail.Size = new System.Drawing.Size(801, 371);
     this.gridOutstandingPicklistDetail.TabIndex = 13;
     this.gridOutstandingPicklistDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewConfirmation});
     this.gridOutstandingPicklistDetail.DoubleClick += new System.EventHandler(this.gridOutstandingPicklistDetail_DoubleClick);
     //
     // gridViewConfirmation
     //
     this.gridViewConfirmation.Appearance.GroupFooter.BackColor = System.Drawing.Color.White;
     this.gridViewConfirmation.Appearance.GroupFooter.BackColor2 = System.Drawing.Color.White;
     this.gridViewConfirmation.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gridViewConfirmation.Appearance.GroupFooter.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.gridViewConfirmation.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gridViewConfirmation.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gridViewConfirmation.Appearance.GroupFooter.Options.UseTextOptions = true;
     this.gridViewConfirmation.Appearance.GroupFooter.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewConfirmation.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gridViewConfirmation.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.gridViewConfirmation.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.gridViewConfirmation.Appearance.GroupRow.Options.UseBackColor = true;
     this.gridViewConfirmation.Appearance.GroupRow.Options.UseFont = true;
     this.gridViewConfirmation.Appearance.GroupRow.Options.UseForeColor = true;
     this.gridViewConfirmation.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn76,
     this.gridColumn22,
     this.gridColumn23,
     this.gridColumn35,
     this.gridColumn36,
     this.gridColumn37,
     this.gridColumn38,
     this.gridColumn39,
     this.gridColumn40,
     this.colSKUPicked,
     this.colBUPicked,
     this.gridColumn47,
     this.colCost,
     this.gridColumn60,
     this.gridColumn62,
     this.gridColumn50});
     this.gridViewConfirmation.GridControl = this.gridOutstandingPicklistDetail;
     this.gridViewConfirmation.GroupCount = 1;
     this.gridViewConfirmation.Name = "gridViewConfirmation";
     this.gridViewConfirmation.OptionsBehavior.AutoExpandAllGroups = true;
     this.gridViewConfirmation.OptionsCustomization.AllowColumnMoving = false;
     this.gridViewConfirmation.OptionsCustomization.AllowColumnResizing = false;
     this.gridViewConfirmation.OptionsDetail.AllowExpandEmptyDetails = true;
     this.gridViewConfirmation.OptionsMenu.EnableColumnMenu = false;
     this.gridViewConfirmation.OptionsView.AllowCellMerge = true;
     this.gridViewConfirmation.OptionsView.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.Hidden;
     this.gridViewConfirmation.OptionsView.RowAutoHeight = true;
     this.gridViewConfirmation.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridViewConfirmation.OptionsView.ShowFooter = true;
     this.gridViewConfirmation.OptionsView.ShowGroupPanel = false;
     this.gridViewConfirmation.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn22, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridViewConfirmation.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView2_CellValueChanged);
     //
     // gridColumn76
     //
     this.gridColumn76.Caption = "Unit";
     this.gridColumn76.FieldName = "Unit";
     this.gridColumn76.Name = "gridColumn76";
     this.gridColumn76.OptionsColumn.AllowEdit = false;
     this.gridColumn76.OptionsColumn.AllowFocus = false;
     this.gridColumn76.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn76.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn76.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn76.OptionsColumn.AllowMove = false;
     this.gridColumn76.OptionsColumn.AllowShowHide = false;
     this.gridColumn76.OptionsColumn.AllowSize = false;
     this.gridColumn76.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn76.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn76.OptionsFilter.AllowFilter = false;
     this.gridColumn76.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn76.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn76.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn76.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn76.Visible = true;
     this.gridColumn76.VisibleIndex = 4;
     //
     // gridColumn22
     //
     this.gridColumn22.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn22.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn22.Caption = "Item";
     this.gridColumn22.ColumnEdit = this.repositoryItemMemoEdit3;
     this.gridColumn22.FieldName = "FullItemName";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsColumn.AllowFocus = false;
     this.gridColumn22.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn22.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsColumn.AllowMove = false;
     this.gridColumn22.OptionsColumn.AllowShowHide = false;
     this.gridColumn22.OptionsColumn.AllowSize = false;
     this.gridColumn22.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn22.OptionsFilter.AllowFilter = false;
     this.gridColumn22.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn22.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.Width = 84;
     //
     // repositoryItemMemoEdit3
     //
     this.repositoryItemMemoEdit3.Name = "repositoryItemMemoEdit3";
     //
     // gridColumn23
     //
     this.gridColumn23.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn23.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn23.Caption = "Manufacturer";
     this.gridColumn23.FieldName = "ManufacturerName";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsColumn.AllowEdit = false;
     this.gridColumn23.OptionsColumn.AllowFocus = false;
     this.gridColumn23.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn23.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.OptionsColumn.AllowMove = false;
     this.gridColumn23.OptionsColumn.AllowShowHide = false;
     this.gridColumn23.OptionsColumn.AllowSize = false;
     this.gridColumn23.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn23.OptionsFilter.AllowFilter = false;
     this.gridColumn23.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn23.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 0;
     this.gridColumn23.Width = 103;
     //
     // gridColumn35
     //
     this.gridColumn35.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn35.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn35.Caption = "Pack Size";
     this.gridColumn35.FieldName = "BoxSizeDisplay";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.OptionsColumn.AllowEdit = false;
     this.gridColumn35.OptionsColumn.AllowFocus = false;
     this.gridColumn35.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn35.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.OptionsColumn.AllowMove = false;
     this.gridColumn35.OptionsColumn.AllowShowHide = false;
     this.gridColumn35.OptionsColumn.AllowSize = false;
     this.gridColumn35.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn35.OptionsFilter.AllowFilter = false;
     this.gridColumn35.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn35.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.Width = 120;
     //
     // gridColumn36
     //
     this.gridColumn36.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn36.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn36.Caption = "Packs To Pick";
     this.gridColumn36.DisplayFormat.FormatString = "#,###.##";
     this.gridColumn36.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn36.FieldName = "SKUTOPICK";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.OptionsColumn.AllowEdit = false;
     this.gridColumn36.OptionsColumn.AllowFocus = false;
     this.gridColumn36.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn36.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.OptionsColumn.AllowMove = false;
     this.gridColumn36.OptionsColumn.AllowShowHide = false;
     this.gridColumn36.OptionsColumn.AllowSize = false;
     this.gridColumn36.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn36.OptionsFilter.AllowFilter = false;
     this.gridColumn36.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn36.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.Visible = true;
     this.gridColumn36.VisibleIndex = 5;
     this.gridColumn36.Width = 101;
     //
     // gridColumn37
     //
     this.gridColumn37.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn37.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn37.Caption = "Batch";
     this.gridColumn37.FieldName = "BatchNumber";
     this.gridColumn37.Name = "gridColumn37";
     this.gridColumn37.OptionsColumn.AllowEdit = false;
     this.gridColumn37.OptionsColumn.AllowFocus = false;
     this.gridColumn37.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn37.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.OptionsColumn.AllowMove = false;
     this.gridColumn37.OptionsColumn.AllowShowHide = false;
     this.gridColumn37.OptionsColumn.AllowSize = false;
     this.gridColumn37.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn37.OptionsFilter.AllowFilter = false;
     this.gridColumn37.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn37.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.Visible = true;
     this.gridColumn37.VisibleIndex = 1;
     this.gridColumn37.Width = 67;
     //
     // gridColumn38
     //
     this.gridColumn38.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn38.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn38.Caption = "Expiry Date";
     this.gridColumn38.ColumnEdit = this.repositoryItemDateEdit3;
     this.gridColumn38.DisplayFormat.FormatString = "MMM/d/yyyy";
     this.gridColumn38.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn38.FieldName = "ExpireDate";
     this.gridColumn38.Name = "gridColumn38";
     this.gridColumn38.OptionsColumn.AllowEdit = false;
     this.gridColumn38.OptionsColumn.AllowFocus = false;
     this.gridColumn38.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn38.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.OptionsColumn.AllowMove = false;
     this.gridColumn38.OptionsColumn.AllowShowHide = false;
     this.gridColumn38.OptionsColumn.AllowSize = false;
     this.gridColumn38.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn38.OptionsFilter.AllowFilter = false;
     this.gridColumn38.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn38.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.Visible = true;
     this.gridColumn38.VisibleIndex = 2;
     this.gridColumn38.Width = 99;
     //
     // gridColumn39
     //
     this.gridColumn39.ColumnEdit = this.repositoryItemButtonEdit4;
     this.gridColumn39.Name = "gridColumn39";
     this.gridColumn39.OptionsColumn.AllowEdit = false;
     this.gridColumn39.OptionsColumn.AllowFocus = false;
     this.gridColumn39.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn39.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.OptionsColumn.AllowMove = false;
     this.gridColumn39.OptionsColumn.AllowShowHide = false;
     this.gridColumn39.OptionsColumn.AllowSize = false;
     this.gridColumn39.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn39.OptionsFilter.AllowFilter = false;
     this.gridColumn39.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn39.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.gridColumn39.Width = 25;
     //
     // gridColumn40
     //
     this.gridColumn40.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn40.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn40.Caption = "Volume";
     this.gridColumn40.FieldName = "Volume";
     this.gridColumn40.Name = "gridColumn40";
     this.gridColumn40.OptionsColumn.AllowEdit = false;
     this.gridColumn40.OptionsColumn.AllowFocus = false;
     this.gridColumn40.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn40.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn40.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn40.OptionsColumn.AllowMove = false;
     this.gridColumn40.OptionsColumn.AllowShowHide = false;
     this.gridColumn40.OptionsColumn.AllowSize = false;
     this.gridColumn40.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn40.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn40.OptionsFilter.AllowFilter = false;
     this.gridColumn40.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn40.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn40.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn40.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     //
     // colSKUPicked
     //
     this.colSKUPicked.Caption = "Packs Picked";
     this.colSKUPicked.ColumnEdit = this.repositoryItemTextEdit2;
     this.colSKUPicked.DisplayFormat.FormatString = "#,###";
     this.colSKUPicked.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colSKUPicked.FieldName = "SKUPICKED";
     this.colSKUPicked.Name = "colSKUPicked";
     this.colSKUPicked.OptionsColumn.AllowEdit = false;
     this.colSKUPicked.OptionsColumn.AllowFocus = false;
     this.colSKUPicked.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colSKUPicked.OptionsColumn.AllowIncrementalSearch = false;
     this.colSKUPicked.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colSKUPicked.OptionsColumn.AllowMove = false;
     this.colSKUPicked.OptionsColumn.AllowShowHide = false;
     this.colSKUPicked.OptionsColumn.AllowSize = false;
     this.colSKUPicked.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colSKUPicked.OptionsFilter.AllowAutoFilter = false;
     this.colSKUPicked.OptionsFilter.AllowFilter = false;
     this.colSKUPicked.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colSKUPicked.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colSKUPicked.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colSKUPicked.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.colSKUPicked.Width = 78;
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     //
     // colBUPicked
     //
     this.colBUPicked.Caption = "Qty picked in BU";
     this.colBUPicked.DisplayFormat.FormatString = "#,###";
     this.colBUPicked.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colBUPicked.FieldName = "BUPICKED";
     this.colBUPicked.GroupFormat.FormatString = "#,###";
     this.colBUPicked.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colBUPicked.Name = "colBUPicked";
     this.colBUPicked.OptionsColumn.AllowEdit = false;
     this.colBUPicked.OptionsColumn.AllowFocus = false;
     this.colBUPicked.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.OptionsColumn.AllowIncrementalSearch = false;
     this.colBUPicked.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.OptionsColumn.AllowMove = false;
     this.colBUPicked.OptionsColumn.AllowShowHide = false;
     this.colBUPicked.OptionsColumn.AllowSize = false;
     this.colBUPicked.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.OptionsFilter.AllowAutoFilter = false;
     this.colBUPicked.OptionsFilter.AllowFilter = false;
     this.colBUPicked.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colBUPicked.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
     this.colBUPicked.Width = 102;
     //
     // gridColumn47
     //
     this.gridColumn47.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn47.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn47.Caption = "Location";
     this.gridColumn47.FieldName = "PalletLocation";
     this.gridColumn47.Name = "gridColumn47";
     this.gridColumn47.OptionsColumn.AllowEdit = false;
     this.gridColumn47.OptionsColumn.AllowFocus = false;
     this.gridColumn47.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn47.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.OptionsColumn.AllowMove = false;
     this.gridColumn47.OptionsColumn.AllowShowHide = false;
     this.gridColumn47.OptionsColumn.AllowSize = false;
     this.gridColumn47.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn47.OptionsFilter.AllowFilter = false;
     this.gridColumn47.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn47.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.Visible = true;
     this.gridColumn47.VisibleIndex = 3;
     this.gridColumn47.Width = 100;
     //
     // colCost
     //
     this.colCost.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.colCost.AppearanceCell.Options.UseBackColor = true;
     this.colCost.Caption = "Price";
     this.colCost.DisplayFormat.FormatString = "#,##0.#0";
     this.colCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colCost.FieldName = "Cost";
     this.colCost.GroupFormat.FormatString = "#,###.##";
     this.colCost.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colCost.Name = "colCost";
     this.colCost.OptionsColumn.AllowEdit = false;
     this.colCost.OptionsColumn.AllowFocus = false;
     this.colCost.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.OptionsColumn.AllowIncrementalSearch = false;
     this.colCost.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.OptionsColumn.AllowMove = false;
     this.colCost.OptionsColumn.AllowShowHide = false;
     this.colCost.OptionsColumn.AllowSize = false;
     this.colCost.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.OptionsFilter.AllowAutoFilter = false;
     this.colCost.OptionsFilter.AllowFilter = false;
     this.colCost.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colCost.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Cost", "{0:#,###.##}")});
     this.colCost.Visible = true;
     this.colCost.VisibleIndex = 7;
     this.colCost.Width = 85;
     //
     // gridColumn60
     //
     this.gridColumn60.Caption = "Units";
     this.gridColumn60.FieldName = "SKUBU";
     this.gridColumn60.Name = "gridColumn60";
     this.gridColumn60.OptionsColumn.AllowEdit = false;
     this.gridColumn60.OptionsColumn.AllowFocus = false;
     this.gridColumn60.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn60.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn60.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn60.OptionsColumn.AllowMove = false;
     this.gridColumn60.OptionsColumn.AllowShowHide = false;
     this.gridColumn60.OptionsColumn.AllowSize = false;
     this.gridColumn60.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn60.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn60.OptionsFilter.AllowFilter = false;
     this.gridColumn60.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn60.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn60.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn60.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     //
     // gridColumn62
     //
     this.gridColumn62.Caption = "Unit Price";
     this.gridColumn62.DisplayFormat.FormatString = "#,##0.#0";
     this.gridColumn62.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn62.FieldName = "UnitPrice";
     this.gridColumn62.Name = "gridColumn62";
     this.gridColumn62.OptionsColumn.AllowEdit = false;
     this.gridColumn62.OptionsColumn.AllowFocus = false;
     this.gridColumn62.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn62.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn62.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn62.OptionsColumn.AllowMove = false;
     this.gridColumn62.OptionsColumn.AllowShowHide = false;
     this.gridColumn62.OptionsColumn.AllowSize = false;
     this.gridColumn62.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn62.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn62.OptionsFilter.AllowFilter = false;
     this.gridColumn62.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn62.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn62.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn62.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn62.Visible = true;
     this.gridColumn62.VisibleIndex = 6;
     //
     // gridColumn50
     //
     this.gridColumn50.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn50.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn50.Caption = "Packs to Pick";
     this.gridColumn50.FieldName = "Packs";
     this.gridColumn50.Name = "gridColumn50";
     this.gridColumn50.OptionsColumn.AllowEdit = false;
     this.gridColumn50.OptionsColumn.AllowFocus = false;
     this.gridColumn50.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn50.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn50.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn50.OptionsColumn.AllowMove = false;
     this.gridColumn50.OptionsColumn.AllowShowHide = false;
     this.gridColumn50.OptionsColumn.AllowSize = false;
     this.gridColumn50.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn50.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn50.OptionsFilter.AllowFilter = false;
     this.gridColumn50.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn50.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn50.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn50.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn50.Width = 77;
     //
     // txtIssuedBy
     //
     this.txtIssuedBy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtIssuedBy.Enabled = false;
     this.txtIssuedBy.Location = new System.Drawing.Point(609, 124);
     this.txtIssuedBy.Name = "txtIssuedBy";
     this.txtIssuedBy.Size = new System.Drawing.Size(53, 20);
     this.txtIssuedBy.StyleController = this.layoutControl3;
     this.txtIssuedBy.TabIndex = 31;
     //
     // lkMode
     //
     this.lkMode.EditValue = "Select Mode";
     this.lkMode.Location = new System.Drawing.Point(50, 36);
     this.lkMode.Name = "lkMode";
     this.lkMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkMode.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TypeName", "Name")});
     this.lkMode.Properties.DisplayMember = "TypeName";
     this.lkMode.Properties.PopupSizeable = false;
     this.lkMode.Properties.ShowFooter = false;
     this.lkMode.Properties.ShowHeader = false;
     this.lkMode.Properties.ValueMember = "ID";
     this.lkMode.Size = new System.Drawing.Size(243, 20);
     this.lkMode.StyleController = this.layoutControl3;
     this.lkMode.TabIndex = 46;
     this.lkMode.EditValueChanged += new System.EventHandler(this.lkMode_EditValueChanged);
     //
     // lkPaymentType
     //
     this.lkPaymentType.EditValue = "Select Payment Type";
     this.lkPaymentType.Enabled = false;
     this.lkPaymentType.Location = new System.Drawing.Point(867, 30);
     this.lkPaymentType.Margin = new System.Windows.Forms.Padding(0);
     this.lkPaymentType.Name = "lkPaymentType";
     this.lkPaymentType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkPaymentType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkPaymentType.Properties.DisplayMember = "Name";
     this.lkPaymentType.Properties.PopupSizeable = false;
     this.lkPaymentType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.lkPaymentType.Properties.ValueMember = "ID";
     this.lkPaymentType.Size = new System.Drawing.Size(127, 20);
     this.lkPaymentType.StyleController = this.layoutControl3;
     this.lkPaymentType.TabIndex = 38;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText = "This value is not valid";
     this.dxValidationProvider1.SetValidationRule(this.lkPaymentType, conditionValidationRule1);
     this.lkPaymentType.EditValueChanged += new System.EventHandler(this.lkPaymentType_EditValueChanged);
     this.lkPaymentType.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.cboCashCredit_EditValueChanging);
     //
     // layoutControlItem18
     //
     this.layoutControlItem18.CustomizationFormText = "layoutControlItem18";
     this.layoutControlItem18.Location = new System.Drawing.Point(387, 72);
     this.layoutControlItem18.Name = "layoutControlItem18";
     this.layoutControlItem18.Size = new System.Drawing.Size(330, 24);
     this.layoutControlItem18.Text = "layoutControlItem18";
     this.layoutControlItem18.TextSize = new System.Drawing.Size(100, 0);
     this.layoutControlItem18.TextToControlDistance = 0;
     this.layoutControlItem18.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // tabbedControlGroup1
     //
     this.tabbedControlGroup1.CustomizationFormText = "tabbedControlGroup1";
     this.tabbedControlGroup1.Location = new System.Drawing.Point(421, 241);
     this.tabbedControlGroup1.Name = "tabbedControlGroup1";
     this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup11;
     this.tabbedControlGroup1.SelectedTabPageIndex = 0;
     this.tabbedControlGroup1.Size = new System.Drawing.Size(148, 132);
     this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup11});
     this.tabbedControlGroup1.Text = "tabbedControlGroup1";
     //
     // layoutControlGroup11
     //
     this.layoutControlGroup11.CustomizationFormText = "layoutControlGroup11";
     this.layoutControlGroup11.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup11.Name = "layoutControlGroup11";
     this.layoutControlGroup11.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup11.Size = new System.Drawing.Size(124, 86);
     this.layoutControlGroup11.Text = "layoutControlGroup11";
     //
     // layoutControlItem26
     //
     this.layoutControlItem26.Control = this.txtConfirmFromStore;
     this.layoutControlItem26.CustomizationFormText = "layoutControlItem26";
     this.layoutControlItem26.Location = new System.Drawing.Point(189, 50);
     this.layoutControlItem26.Name = "layoutControlItem26";
     this.layoutControlItem26.Size = new System.Drawing.Size(310, 24);
     this.layoutControlItem26.Text = "From Store";
     this.layoutControlItem26.TextSize = new System.Drawing.Size(100, 13);
     this.layoutControlItem26.TextToControlDistance = 5;
     //
     // layoutControlItem25
     //
     this.layoutControlItem25.Control = this.txtConfirmRequestedBy;
     this.layoutControlItem25.CustomizationFormText = "layoutControlItem25";
     this.layoutControlItem25.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem25.Name = "layoutControlItem25";
     this.layoutControlItem25.Size = new System.Drawing.Size(326, 24);
     this.layoutControlItem25.Text = "Requested By";
     this.layoutControlItem25.TextSize = new System.Drawing.Size(100, 13);
     this.layoutControlItem25.TextToControlDistance = 5;
     //
     // layoutControlItem20
     //
     this.layoutControlItem20.Control = this.txtConfirmOrderNumber;
     this.layoutControlItem20.CustomizationFormText = "Order Number";
     this.layoutControlItem20.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem20.Name = "layoutControlItem20";
     this.layoutControlItem20.Size = new System.Drawing.Size(326, 24);
     this.layoutControlItem20.Text = "Order Number";
     this.layoutControlItem20.TextSize = new System.Drawing.Size(100, 13);
     this.layoutControlItem20.TextToControlDistance = 5;
     //
     // layoutControlItem17
     //
     this.layoutControlItem17.Control = this.txtIssueRefNo;
     this.layoutControlItem17.CustomizationFormText = "Ref. No";
     this.layoutControlItem17.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem17.Name = "layoutControlItem17";
     this.layoutControlItem17.Size = new System.Drawing.Size(159, 24);
     this.layoutControlItem17.Text = "Ref. No:";
     this.layoutControlItem17.TextSize = new System.Drawing.Size(100, 13);
     this.layoutControlItem17.TextToControlDistance = 5;
     //
     // layoutControlItem21
     //
     this.layoutControlItem21.Control = this.txtIssuedBy;
     this.layoutControlItem21.CustomizationFormText = "Issued By";
     this.layoutControlItem21.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem21.Name = "layoutControlItem21";
     this.layoutControlItem21.Size = new System.Drawing.Size(144, 24);
     this.layoutControlItem21.Text = "Issued By";
     this.layoutControlItem21.TextSize = new System.Drawing.Size(100, 13);
     this.layoutControlItem21.TextToControlDistance = 5;
     //
     // layoutControlItem27
     //
     this.layoutControlItem27.Control = this.txtConfirmApprovedBy;
     this.layoutControlItem27.CustomizationFormText = "Approved By";
     this.layoutControlItem27.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem27.Name = "layoutControlItem27";
     this.layoutControlItem27.Size = new System.Drawing.Size(158, 24);
     this.layoutControlItem27.Text = "Approved By";
     this.layoutControlItem27.TextSize = new System.Drawing.Size(100, 13);
     this.layoutControlItem27.TextToControlDistance = 5;
     //
     // layoutControlItem22
     //
     this.layoutControlItem22.Control = this.txtRemarks;
     this.layoutControlItem22.CustomizationFormText = "Remarks";
     this.layoutControlItem22.Location = new System.Drawing.Point(257, 443);
     this.layoutControlItem22.Name = "layoutControlItem22";
     this.layoutControlItem22.Size = new System.Drawing.Size(321, 128);
     this.layoutControlItem22.Text = "Remarks";
     this.layoutControlItem22.TextSize = new System.Drawing.Size(100, 13);
     this.layoutControlItem22.TextToControlDistance = 5;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.lkPaymentType;
     this.layoutControlItem1.CustomizationFormText = "Payment Type";
     this.layoutControlItem1.Location = new System.Drawing.Point(468, 0);
     this.layoutControlItem1.MinSize = new System.Drawing.Size(128, 24);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(205, 24);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text = "Payment Type";
     this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(69, 13);
     this.layoutControlItem1.TextToControlDistance = 5;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem12.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem12.Control = this.lblApprovedDate;
     this.layoutControlItem12.CustomizationFormText = "Approved Date:";
     this.layoutControlItem12.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem12.MaxSize = new System.Drawing.Size(188, 20);
     this.layoutControlItem12.MinSize = new System.Drawing.Size(188, 20);
     this.layoutControlItem12.Name = "layoutControlItem12";
     this.layoutControlItem12.Size = new System.Drawing.Size(188, 20);
     this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem12.Text = "Approved Date:";
     this.layoutControlItem12.TextSize = new System.Drawing.Size(121, 13);
     this.layoutControlItem12.TextToControlDistance = 5;
     //
     // layoutControlItem15
     //
     this.layoutControlItem15.Control = this.dtIssuedDate;
     this.layoutControlItem15.CustomizationFormText = "Issued Date";
     this.layoutControlItem15.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem15.MinSize = new System.Drawing.Size(186, 24);
     this.layoutControlItem15.Name = "layoutControlItem15";
     this.layoutControlItem15.Size = new System.Drawing.Size(187, 40);
     this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem15.Text = "Issued Date";
     this.layoutControlItem15.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem15.TextSize = new System.Drawing.Size(58, 13);
     this.layoutControlItem15.TextToControlDistance = 5;
     //
     // layoutControlGroup7
     //
     this.layoutControlGroup7.CustomizationFormText = "layoutControlGroup7";
     this.layoutControlGroup7.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup7.GroupBordersVisible = false;
     this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup12,
     this.layoutControlGroup13,
     this.layoutControlItem42,
     this.layoutControlItem43,
     this.layoutSupplimentaryOrder,
     this.lcOutstandingPicklists,
     this.layoutControlItem3,
     this.emptySpaceItem2,
     this.emptySpaceItem3});
     this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup7.Name = "Root";
     this.layoutControlGroup7.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup7.Size = new System.Drawing.Size(1123, 575);
     this.layoutControlGroup7.Text = "Root";
     this.layoutControlGroup7.TextVisible = false;
     //
     // layoutControlGroup12
     //
     this.layoutControlGroup12.CustomizationFormText = "Order Headers";
     this.layoutControlGroup12.GroupBordersVisible = false;
     this.layoutControlGroup12.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.HeaderSection,
     this.layoutControlGroup2,
     this.layoutControlGroup3,
     this.layoutControlGroup4,
     this.layoutControlGroup1});
     this.layoutControlGroup12.Location = new System.Drawing.Point(314, 0);
     this.layoutControlGroup12.Name = "layoutControlGroup12";
     this.layoutControlGroup12.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup12.Size = new System.Drawing.Size(805, 147);
     this.layoutControlGroup12.Text = "Order Headers";
     //
     // HeaderSection
     //
     this.HeaderSection.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.HeaderSection.AppearanceGroup.Options.UseFont = true;
     this.HeaderSection.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.HeaderSection.AppearanceItemCaption.Options.UseFont = true;
     this.HeaderSection.CustomizationFormText = " ";
     this.HeaderSection.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem6,
     this.layoutControlItem7,
     this.layoutControlItem8,
     this.layoutControlItem9,
     this.layoutControlItem10,
     this.layoutControlItem23,
     this.layoutControlItem11,
     this.layoutControlItem13});
     this.HeaderSection.Location = new System.Drawing.Point(0, 0);
     this.HeaderSection.Name = "HeaderSection";
     this.HeaderSection.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.HeaderSection.Size = new System.Drawing.Size(805, 93);
     this.HeaderSection.Text = " ";
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem6.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem6.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem6.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem6.Control = this.lblMode;
     this.layoutControlItem6.CustomizationFormText = "Mode:";
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem6.MinSize = new System.Drawing.Size(51, 20);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(202, 20);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.Text = "Mode:";
     this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem6.TextSize = new System.Drawing.Size(34, 13);
     this.layoutControlItem6.TextToControlDistance = 25;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem7.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem7.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem7.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem7.Control = this.lblOwnership;
     this.layoutControlItem7.CustomizationFormText = "Ownership Type:";
     this.layoutControlItem7.Location = new System.Drawing.Point(202, 0);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(64, 17);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(589, 20);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text = "Ownership:";
     this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem7.TextSize = new System.Drawing.Size(62, 13);
     this.layoutControlItem7.TextToControlDistance = 5;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem8.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem8.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem8.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem8.Control = this.lblWoreda;
     this.layoutControlItem8.CustomizationFormText = "Woreda:";
     this.layoutControlItem8.Location = new System.Drawing.Point(0, 40);
     this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem8.MinSize = new System.Drawing.Size(51, 20);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(202, 20);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.Text = "Woreda:";
     this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem8.TextSize = new System.Drawing.Size(47, 13);
     this.layoutControlItem8.TextToControlDistance = 12;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem9.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem9.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem9.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem9.Control = this.lblZone;
     this.layoutControlItem9.CustomizationFormText = "Zone:";
     this.layoutControlItem9.Location = new System.Drawing.Point(202, 40);
     this.layoutControlItem9.MinSize = new System.Drawing.Size(78, 17);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(203, 20);
     this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem9.Text = "Zone:";
     this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem9.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem9.TextToControlDistance = 36;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem10.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem10.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem10.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem10.Control = this.lblRegion;
     this.layoutControlItem10.CustomizationFormText = "Region:";
     this.layoutControlItem10.Location = new System.Drawing.Point(405, 40);
     this.layoutControlItem10.MinSize = new System.Drawing.Size(66, 17);
     this.layoutControlItem10.Name = "layoutControlItem10";
     this.layoutControlItem10.Size = new System.Drawing.Size(386, 20);
     this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem10.Text = "Region:";
     this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem10.TextSize = new System.Drawing.Size(42, 13);
     this.layoutControlItem10.TextToControlDistance = 23;
     //
     // layoutControlItem23
     //
     this.layoutControlItem23.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem23.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem23.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem23.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem23.Control = this.lblPaymentType;
     this.layoutControlItem23.CustomizationFormText = "Payment Type:";
     this.layoutControlItem23.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem23.MinSize = new System.Drawing.Size(82, 17);
     this.layoutControlItem23.Name = "layoutControlItem23";
     this.layoutControlItem23.Size = new System.Drawing.Size(202, 20);
     this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem23.Text = "Payment:";
     this.layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem23.TextSize = new System.Drawing.Size(54, 13);
     this.layoutControlItem23.TextToControlDistance = 5;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem11.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem11.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem11.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem11.Control = this.lblInstitutionType;
     this.layoutControlItem11.CustomizationFormText = "Type:";
     this.layoutControlItem11.Location = new System.Drawing.Point(405, 20);
     this.layoutControlItem11.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem11.MinSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(386, 20);
     this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem11.Text = "Inst. Type:";
     this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 13);
     this.layoutControlItem11.TextToControlDistance = 5;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem13.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem13.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem13.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem13.Control = this.lblRefNo;
     this.layoutControlItem13.CustomizationFormText = "Ref. No:";
     this.layoutControlItem13.Location = new System.Drawing.Point(202, 20);
     this.layoutControlItem13.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem13.MinSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem13.Name = "layoutControlItem13";
     this.layoutControlItem13.Size = new System.Drawing.Size(203, 20);
     this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem13.Text = "Ref. No:";
     this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem13.TextSize = new System.Drawing.Size(42, 13);
     this.layoutControlItem13.TextToControlDistance = 25;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem24,
     this.layoutControlItem14});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 93);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup2.Size = new System.Drawing.Size(204, 54);
     this.layoutControlGroup2.Text = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem24
     //
     this.layoutControlItem24.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem24.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem24.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem24.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem24.Control = this.lblissuedDate;
     this.layoutControlItem24.CustomizationFormText = "Issued Date:";
     this.layoutControlItem24.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem24.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem24.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem24.Name = "layoutControlItem24";
     this.layoutControlItem24.Size = new System.Drawing.Size(190, 20);
     this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem24.Text = "Requested Date:";
     this.layoutControlItem24.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem24.TextSize = new System.Drawing.Size(94, 13);
     this.layoutControlItem24.TextToControlDistance = 5;
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem14.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem14.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem14.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem14.Control = this.lblIssuedBy;
     this.layoutControlItem14.CustomizationFormText = "Issued By:";
     this.layoutControlItem14.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem14.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem14.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem14.Name = "layoutControlItem14";
     this.layoutControlItem14.Size = new System.Drawing.Size(190, 20);
     this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem14.Text = "Requested By:";
     this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem14.TextSize = new System.Drawing.Size(81, 13);
     this.layoutControlItem14.TextToControlDistance = 18;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem16,
     this.layoutControlItem30});
     this.layoutControlGroup3.Location = new System.Drawing.Point(204, 93);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup3.Size = new System.Drawing.Size(202, 54);
     this.layoutControlGroup3.Text = "layoutControlGroup3";
     this.layoutControlGroup3.TextVisible = false;
     //
     // layoutControlItem16
     //
     this.layoutControlItem16.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem16.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem16.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem16.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem16.Control = this.lblApprovedBy;
     this.layoutControlItem16.CustomizationFormText = "Approved By:";
     this.layoutControlItem16.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem16.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem16.MinSize = new System.Drawing.Size(86, 20);
     this.layoutControlItem16.Name = "layoutControlItem16";
     this.layoutControlItem16.Size = new System.Drawing.Size(188, 20);
     this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem16.Text = "Approved By:";
     this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem16.TextSize = new System.Drawing.Size(75, 13);
     this.layoutControlItem16.TextToControlDistance = 18;
     //
     // layoutControlItem30
     //
     this.layoutControlItem30.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem30.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem30.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem30.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem30.Control = this.lblAppDate;
     this.layoutControlItem30.CustomizationFormText = "Approved Date:";
     this.layoutControlItem30.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem30.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem30.Name = "layoutControlItem30";
     this.layoutControlItem30.Size = new System.Drawing.Size(188, 20);
     this.layoutControlItem30.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem30.Text = "Approved Date:";
     this.layoutControlItem30.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem30.TextSize = new System.Drawing.Size(88, 13);
     this.layoutControlItem30.TextToControlDistance = 5;
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4";
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem31,
     this.layoutControlItem32});
     this.layoutControlGroup4.Location = new System.Drawing.Point(406, 93);
     this.layoutControlGroup4.Name = "layoutControlGroup4";
     this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup4.Size = new System.Drawing.Size(201, 54);
     this.layoutControlGroup4.Text = "layoutControlGroup4";
     this.layoutControlGroup4.TextVisible = false;
     //
     // layoutControlItem31
     //
     this.layoutControlItem31.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem31.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem31.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem31.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem31.Control = this.lblPicklistConfirmedBy;
     this.layoutControlItem31.CustomizationFormText = "Picklist Confirmed By:";
     this.layoutControlItem31.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem31.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem31.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem31.Name = "layoutControlItem31";
     this.layoutControlItem31.Size = new System.Drawing.Size(187, 20);
     this.layoutControlItem31.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem31.Text = "Picklisted By:";
     this.layoutControlItem31.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem31.TextSize = new System.Drawing.Size(74, 13);
     this.layoutControlItem31.TextToControlDistance = 18;
     //
     // layoutControlItem32
     //
     this.layoutControlItem32.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem32.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem32.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem32.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem32.Control = this.lblPicklistPrintedDate;
     this.layoutControlItem32.CustomizationFormText = "Picklisted Date:";
     this.layoutControlItem32.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem32.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem32.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem32.Name = "layoutControlItem32";
     this.layoutControlItem32.Size = new System.Drawing.Size(187, 20);
     this.layoutControlItem32.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem32.Text = "Picklisted Date:";
     this.layoutControlItem32.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem32.TextSize = new System.Drawing.Size(87, 13);
     this.layoutControlItem32.TextToControlDistance = 5;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem28,
     this.layoutControlItem29});
     this.layoutControlGroup1.Location = new System.Drawing.Point(607, 93);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup1.Size = new System.Drawing.Size(198, 54);
     this.layoutControlGroup1.Text = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem28
     //
     this.layoutControlItem28.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem28.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem28.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem28.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem28.Control = this.lblIssueTypes;
     this.layoutControlItem28.CustomizationFormText = "Issue Type:";
     this.layoutControlItem28.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem28.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem28.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem28.Name = "layoutControlItem28";
     this.layoutControlItem28.Size = new System.Drawing.Size(184, 20);
     this.layoutControlItem28.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem28.Text = "Type:";
     this.layoutControlItem28.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem28.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem28.TextToControlDistance = 14;
     //
     // layoutControlItem29
     //
     this.layoutControlItem29.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem29.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem29.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem29.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem29.Control = this.lblIssueStatus;
     this.layoutControlItem29.CustomizationFormText = "Issue Status:";
     this.layoutControlItem29.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem29.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem29.Name = "layoutControlItem29";
     this.layoutControlItem29.Size = new System.Drawing.Size(184, 20);
     this.layoutControlItem29.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem29.Text = "Status:";
     this.layoutControlItem29.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem29.TextSize = new System.Drawing.Size(40, 13);
     this.layoutControlItem29.TextToControlDistance = 5;
     //
     // layoutControlGroup13
     //
     this.layoutControlGroup13.CustomizationFormText = "Pick List Confirmation";
     this.layoutControlGroup13.GroupBordersVisible = false;
     this.layoutControlGroup13.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem19,
     this.layoutControlItem4});
     this.layoutControlGroup13.Location = new System.Drawing.Point(314, 147);
     this.layoutControlGroup13.Name = "layoutControlGroup13";
     this.layoutControlGroup13.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup13.Size = new System.Drawing.Size(805, 398);
     this.layoutControlGroup13.Text = "Pick List Confirmation";
     //
     // layoutControlItem19
     //
     this.layoutControlItem19.Control = this.gridOutstandingPicklistDetail;
     this.layoutControlItem19.CustomizationFormText = "layoutControlItem19";
     this.layoutControlItem19.Location = new System.Drawing.Point(0, 23);
     this.layoutControlItem19.Name = "layoutControlItem19";
     this.layoutControlItem19.Size = new System.Drawing.Size(805, 375);
     this.layoutControlItem19.Text = "layoutControlItem19";
     this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem19.TextToControlDistance = 0;
     this.layoutControlItem19.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.chkIncludeInsurance;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(805, 23);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // layoutControlItem42
     //
     this.layoutControlItem42.Control = this.btnCancelIssue;
     this.layoutControlItem42.CustomizationFormText = "layoutControlItem42";
     this.layoutControlItem42.Location = new System.Drawing.Point(973, 545);
     this.layoutControlItem42.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem42.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem42.Name = "layoutControlItem42";
     this.layoutControlItem42.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem42.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem42.Text = "layoutControlItem42";
     this.layoutControlItem42.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem42.TextToControlDistance = 0;
     this.layoutControlItem42.TextVisible = false;
     //
     // layoutControlItem43
     //
     this.layoutControlItem43.Control = this.btnConfirmIssue1;
     this.layoutControlItem43.CustomizationFormText = "layoutControlItem43";
     this.layoutControlItem43.Location = new System.Drawing.Point(827, 545);
     this.layoutControlItem43.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem43.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem43.Name = "layoutControlItem43";
     this.layoutControlItem43.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem43.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem43.Text = "layoutControlItem43";
     this.layoutControlItem43.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem43.TextToControlDistance = 0;
     this.layoutControlItem43.TextVisible = false;
     //
     // layoutSupplimentaryOrder
     //
     this.layoutSupplimentaryOrder.Control = this.simpleButton1;
     this.layoutSupplimentaryOrder.CustomizationFormText = "layoutSupplimentaryOrder";
     this.layoutSupplimentaryOrder.Location = new System.Drawing.Point(535, 545);
     this.layoutSupplimentaryOrder.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutSupplimentaryOrder.MinSize = new System.Drawing.Size(146, 26);
     this.layoutSupplimentaryOrder.Name = "layoutSupplimentaryOrder";
     this.layoutSupplimentaryOrder.Size = new System.Drawing.Size(146, 26);
     this.layoutSupplimentaryOrder.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutSupplimentaryOrder.Text = "layoutSupplimentaryOrder";
     this.layoutSupplimentaryOrder.TextSize = new System.Drawing.Size(0, 0);
     this.layoutSupplimentaryOrder.TextToControlDistance = 0;
     this.layoutSupplimentaryOrder.TextVisible = false;
     this.layoutSupplimentaryOrder.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // lcOutstandingPicklists
     //
     this.lcOutstandingPicklists.CustomizationFormText = "Outstanding Pick Lists";
     this.lcOutstandingPicklists.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem50,
     this.layoutControlGroup5,
     this.emptySpaceItem1});
     this.lcOutstandingPicklists.Location = new System.Drawing.Point(0, 0);
     this.lcOutstandingPicklists.Name = "lcOutstandingPicklists";
     this.lcOutstandingPicklists.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.lcOutstandingPicklists.Size = new System.Drawing.Size(306, 571);
     this.lcOutstandingPicklists.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.lcOutstandingPicklists.Text = "Outstanding Pick Lists";
     this.lcOutstandingPicklists.TextLocation = DevExpress.Utils.Locations.Left;
     this.lcOutstandingPicklists.TextVisible = false;
     //
     // layoutControlItem50
     //
     this.layoutControlItem50.Control = this.gridOutstandingPickLists;
     this.layoutControlItem50.CustomizationFormText = "layoutControlItem50";
     this.layoutControlItem50.Location = new System.Drawing.Point(0, 93);
     this.layoutControlItem50.MaxSize = new System.Drawing.Size(304, 0);
     this.layoutControlItem50.MinSize = new System.Drawing.Size(304, 24);
     this.layoutControlItem50.Name = "layoutControlItem50";
     this.layoutControlItem50.Size = new System.Drawing.Size(304, 452);
     this.layoutControlItem50.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem50.Text = "layoutControlItem50";
     this.layoutControlItem50.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem50.TextToControlDistance = 0;
     this.layoutControlItem50.TextVisible = false;
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = "Filter";
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2,
     this.layoutControlItem5});
     this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup5.Name = "layoutControlGroup5";
     this.layoutControlGroup5.Size = new System.Drawing.Size(304, 93);
     this.layoutControlGroup5.Text = "Filter";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtFacilityNameFilter;
     this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.BottomLeft;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(300, 24);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(236, 24);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(280, 24);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text = "Filter:";
     this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(28, 13);
     this.layoutControlItem2.TextToControlDistance = 5;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.lkMode;
     this.layoutControlItem5.CustomizationFormText = "Mode";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.MinSize = new System.Drawing.Size(85, 20);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(280, 26);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text = "Mode:";
     this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem5.TextToControlDistance = 3;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 545);
     this.emptySpaceItem1.MaxSize = new System.Drawing.Size(0, 24);
     this.emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(304, 24);
     this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.btnReturnToApprovalStep;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(681, 545);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(314, 545);
     this.emptySpaceItem2.MaxSize = new System.Drawing.Size(0, 26);
     this.emptySpaceItem2.MinSize = new System.Drawing.Size(10, 26);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(221, 26);
     this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(306, 0);
     this.emptySpaceItem3.MaxSize = new System.Drawing.Size(8, 0);
     this.emptySpaceItem3.MinSize = new System.Drawing.Size(8, 10);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(8, 571);
     this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // popupMenu1
     //
     this.popupMenu1.Name = "popupMenu1";
     //
     // emptySpaceItem15
     //
     this.emptySpaceItem15.AllowHotTrack = false;
     this.emptySpaceItem15.CustomizationFormText = "emptySpaceItem15";
     this.emptySpaceItem15.Location = new System.Drawing.Point(0, 116);
     this.emptySpaceItem15.Name = "emptySpaceItem15";
     this.emptySpaceItem15.Size = new System.Drawing.Size(717, 10);
     this.emptySpaceItem15.Text = "emptySpaceItem15";
     this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup8
     //
     this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup8";
     this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup8.Name = "layoutControlGroup8";
     this.layoutControlGroup8.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup8.Size = new System.Drawing.Size(717, 116);
     this.layoutControlGroup8.Text = "layoutControlGroup8";
     //
     // layoutControlGroup9
     //
     this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
     this.layoutControlGroup9.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup9.Name = "layoutControlGroup9";
     this.layoutControlGroup9.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup9.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup9.Text = "layoutControlGroup9";
     //
     // layoutControlGroup10
     //
     this.layoutControlGroup10.CustomizationFormText = "layoutControlGroup10";
     this.layoutControlGroup10.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup10.Name = "layoutControlGroup10";
     this.layoutControlGroup10.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup10.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup10.Text = "layoutControlGroup10";
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.CustomizationFormText = "emptySpaceItem10";
     this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem10.Name = "emptySpaceItem10";
     this.emptySpaceItem10.Size = new System.Drawing.Size(693, 10);
     this.emptySpaceItem10.Text = "emptySpaceItem10";
     this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem22
     //
     this.emptySpaceItem22.AllowHotTrack = false;
     this.emptySpaceItem22.CustomizationFormText = "emptySpaceItem22";
     this.emptySpaceItem22.Location = new System.Drawing.Point(85, 0);
     this.emptySpaceItem22.Name = "emptySpaceItem22";
     this.emptySpaceItem22.Size = new System.Drawing.Size(119, 479);
     this.emptySpaceItem22.Text = "emptySpaceItem22";
     this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem23
     //
     this.emptySpaceItem23.AllowHotTrack = false;
     this.emptySpaceItem23.CustomizationFormText = "emptySpaceItem23";
     this.emptySpaceItem23.Location = new System.Drawing.Point(1179, 24);
     this.emptySpaceItem23.Name = "emptySpaceItem23";
     this.emptySpaceItem23.Size = new System.Drawing.Size(10, 455);
     this.emptySpaceItem23.Text = "emptySpaceItem23";
     this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printOrder});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Time Printed]",
         "[Date Printed]",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     this.printableComponentLink1.RtfReportHeader = resources.GetString("printableComponentLink1.RtfReportHeader");
     //
     // printOrder
     //
     this.printOrder.Landscape = true;
     this.printOrder.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printOrder.PrintingSystemBase = this.printingSystem1;
     //
     // InvoiceForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1123, 575);
     this.Controls.Add(this.layoutControl3);
     this.Name = "InvoiceForm";
     this.Text = "Order";
     this.Load += new System.EventHandler(this.OrderForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
     this.layoutControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chkIncludeInsurance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityNameFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOutstandingPickLists)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOutstandingPickListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmOrderNumber.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmApprovedBy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmFromStore.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmRequestedBy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIssueRefNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOutstandingPicklistDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewConfirmation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIssuedBy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkMode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkPaymentType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeaderSection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSupplimentaryOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcOutstandingPicklists)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem50)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPivotGrid.PivotGridGroup pivotGridGroup1 = new DevExpress.XtraPivotGrid.PivotGridGroup();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AllIncomeAnalysis));
     this.pivotGridField10 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.GridAllIncome = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.DateRangeTo = new DevExpress.XtraEditors.DateEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.DateTo = new System.Windows.Forms.Label();
     this.DateFrom = new DevExpress.XtraEditors.DateEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.PrevTenDaysIncomeAnalysis = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField11 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField12 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField9 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink2 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.PRINT1 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.PRINT2 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
     ((System.ComponentModel.ISupportInitialize)(this.GridAllIncome)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrevTenDaysIncomeAnalysis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // pivotGridField10
     //
     this.pivotGridField10.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField10.AreaIndex = 0;
     this.pivotGridField10.Caption = "Category";
     this.pivotGridField10.FieldName = "strDescription";
     this.pivotGridField10.Name = "pivotGridField10";
     this.pivotGridField10.Width = 120;
     //
     // GridAllIncome
     //
     this.GridAllIncome.Cursor = System.Windows.Forms.Cursors.Default;
     this.GridAllIncome.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.pivotGridField1,
     this.pivotGridField2,
     this.pivotGridField3,
     this.pivotGridField4});
     this.GridAllIncome.Location = new System.Drawing.Point(0, 40);
     this.GridAllIncome.Name = "GridAllIncome";
     this.GridAllIncome.OptionsView.ShowDataHeaders = false;
     this.GridAllIncome.OptionsView.ShowFilterHeaders = false;
     this.GridAllIncome.Size = new System.Drawing.Size(960, 288);
     this.GridAllIncome.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption = "Branch";
     this.pivotGridField1.FieldName = "strBranchCode";
     this.pivotGridField1.Name = "pivotGridField1";
     this.pivotGridField1.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField2.AreaIndex = 0;
     this.pivotGridField2.Caption = "Category";
     this.pivotGridField2.FieldName = "strDescription";
     this.pivotGridField2.Name = "pivotGridField2";
     this.pivotGridField2.Width = 120;
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption = "Nett Amount";
     this.pivotGridField3.FieldName = "mNettAmount";
     this.pivotGridField3.Name = "pivotGridField3";
     //
     // DateRangeTo
     //
     this.DateRangeTo.EditValue = null;
     this.DateRangeTo.Location = new System.Drawing.Point(216, 8);
     this.DateRangeTo.Name = "DateRangeTo";
     this.DateRangeTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateRangeTo.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.DateRangeTo.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateRangeTo.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.DateRangeTo.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateRangeTo.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.DateRangeTo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.DateRangeTo.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateRangeTo.Size = new System.Drawing.Size(100, 20);
     this.DateRangeTo.TabIndex = 2;
     this.DateRangeTo.EditValueChanged += new System.EventHandler(this.DateRangeTo_EditValueChanged);
     //
     // 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(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 3;
     this.label1.Text = "From";
     //
     // DateTo
     //
     this.DateTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateTo.Location = new System.Drawing.Point(176, 8);
     this.DateTo.Name = "DateTo";
     this.DateTo.Size = new System.Drawing.Size(24, 16);
     this.DateTo.TabIndex = 4;
     this.DateTo.Text = "To";
     //
     // DateFrom
     //
     this.DateFrom.EditValue = null;
     this.DateFrom.Location = new System.Drawing.Point(48, 8);
     this.DateFrom.Name = "DateFrom";
     this.DateFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateFrom.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.DateFrom.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateFrom.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.DateFrom.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateFrom.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.DateFrom.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.DateFrom.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateFrom.Size = new System.Drawing.Size(100, 20);
     this.DateFrom.TabIndex = 5;
     this.DateFrom.EditValueChanged += new System.EventHandler(this.DateFrom_EditValueChanged);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     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(8, 336);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(144, 24);
     this.label3.TabIndex = 41;
     this.label3.Text = "Previous 10  Days Sales";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PrevTenDaysIncomeAnalysis
     //
     this.PrevTenDaysIncomeAnalysis.Cursor = System.Windows.Forms.Cursors.Default;
     this.PrevTenDaysIncomeAnalysis.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.pivotGridField11,
     this.pivotGridField10,
     this.pivotGridField12,
     this.pivotGridField9});
     pivotGridGroup1.Fields.Add(this.pivotGridField10);
     pivotGridGroup1.Hierarchy = null;
     this.PrevTenDaysIncomeAnalysis.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] {
     pivotGridGroup1});
     this.PrevTenDaysIncomeAnalysis.Location = new System.Drawing.Point(0, 360);
     this.PrevTenDaysIncomeAnalysis.Name = "PrevTenDaysIncomeAnalysis";
     this.PrevTenDaysIncomeAnalysis.OptionsCustomization.AllowDrag = false;
     this.PrevTenDaysIncomeAnalysis.OptionsCustomization.AllowExpand = false;
     this.PrevTenDaysIncomeAnalysis.OptionsCustomization.AllowSort = false;
     this.PrevTenDaysIncomeAnalysis.OptionsDataField.Area = DevExpress.XtraPivotGrid.PivotDataArea.RowArea;
     this.PrevTenDaysIncomeAnalysis.OptionsDataField.AreaIndex = 1;
     this.PrevTenDaysIncomeAnalysis.OptionsView.ShowDataHeaders = false;
     this.PrevTenDaysIncomeAnalysis.OptionsView.ShowFilterHeaders = false;
     this.PrevTenDaysIncomeAnalysis.OptionsView.ShowRowGrandTotals = false;
     this.PrevTenDaysIncomeAnalysis.Size = new System.Drawing.Size(960, 200);
     this.PrevTenDaysIncomeAnalysis.TabIndex = 40;
     //
     // pivotGridField11
     //
     this.pivotGridField11.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField11.AreaIndex = 0;
     this.pivotGridField11.Caption = "Nett Amount";
     this.pivotGridField11.FieldName = "SalesAmount";
     this.pivotGridField11.Name = "pivotGridField11";
     //
     // pivotGridField12
     //
     this.pivotGridField12.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField12.AreaIndex = 0;
     this.pivotGridField12.Caption = "Branch";
     this.pivotGridField12.FieldName = "strBranchCode";
     this.pivotGridField12.Name = "pivotGridField12";
     this.pivotGridField12.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField12.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     //
     // pivotGridField9
     //
     this.pivotGridField9.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField9.AreaIndex = 1;
     this.pivotGridField9.Caption = "Date";
     this.pivotGridField9.FieldName = "dtDate";
     this.pivotGridField9.Name = "pivotGridField9";
     this.pivotGridField9.Options.AllowDrag = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowExpand = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField9.ValueFormat.FormatString = "d";
     this.pivotGridField9.ValueFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printableComponentLink2});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.GridAllIncome;
     this.printableComponentLink1.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageStream")));
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "All Income Analysis Report",
         "",
         "[Date Printed] [Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // printableComponentLink2
     //
     this.printableComponentLink2.Component = this.PrevTenDaysIncomeAnalysis;
     this.printableComponentLink2.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink2.ImageStream")));
     this.printableComponentLink2.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "All Income Analysis Report - Previous 10 Days Sales",
         "",
         "[Date Printed] [Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "",
         "",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink2.PrintingSystem = this.printingSystem1;
     this.printableComponentLink2.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // PRINT1
     //
     this.PRINT1.EditValue = "PRINT";
     this.PRINT1.Location = new System.Drawing.Point(328, 8);
     this.PRINT1.Name = "PRINT1";
     this.PRINT1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT1.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT1.Size = new System.Drawing.Size(40, 18);
     this.PRINT1.TabIndex = 140;
     this.PRINT1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT1_OpenLink);
     //
     // PRINT2
     //
     this.PRINT2.EditValue = "PRINT";
     this.PRINT2.Location = new System.Drawing.Point(168, 336);
     this.PRINT2.Name = "PRINT2";
     this.PRINT2.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT2.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT2.Size = new System.Drawing.Size(40, 18);
     this.PRINT2.TabIndex = 141;
     this.PRINT2.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT2_OpenLink);
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField4.AreaIndex = 1;
     this.pivotGridField4.Name = "pivotGridField4";
     //
     // AllIncomeAnalysis
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(767, 173);
     this.Controls.Add(this.PRINT2);
     this.Controls.Add(this.PRINT1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.PrevTenDaysIncomeAnalysis);
     this.Controls.Add(this.DateFrom);
     this.Controls.Add(this.DateTo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DateRangeTo);
     this.Controls.Add(this.GridAllIncome);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "AllIncomeAnalysis";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "All Income Analysis";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.AllIncomeAnalysis_Load);
     ((System.ComponentModel.ISupportInitialize)(this.GridAllIncome)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrevTenDaysIncomeAnalysis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT2.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.gvGymAnalysis = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.DateFrom = new DevExpress.XtraEditors.DateEdit();
     this.DateTo = new DevExpress.XtraEditors.DateEdit();
     this.TimeFrom = new DevExpress.XtraEditors.TimeEdit();
     this.TimeTo = new DevExpress.XtraEditors.TimeEdit();
     this.label63 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.btnReset = new DevExpress.XtraEditors.SimpleButton();
     this.PRINT1 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.gvGymAnalysis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     this.SuspendLayout();
     //
     // gvGymAnalysis
     //
     this.gvGymAnalysis.Cursor = System.Windows.Forms.Cursors.Default;
     this.gvGymAnalysis.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gvGymAnalysis.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
                                                                                          this.pivotGridField1,
                                                                                          this.pivotGridField2,
                                                                                          this.pivotGridField3});
     this.gvGymAnalysis.Location = new System.Drawing.Point(0, 38);
     this.gvGymAnalysis.Name = "gvGymAnalysis";
     this.gvGymAnalysis.OptionsCustomization.AllowDrag = false;
     this.gvGymAnalysis.OptionsCustomization.AllowFilter = false;
     this.gvGymAnalysis.OptionsCustomization.AllowSort = false;
     this.gvGymAnalysis.OptionsView.ShowDataHeaders = false;
     this.gvGymAnalysis.OptionsView.ShowFilterHeaders = false;
     this.gvGymAnalysis.Size = new System.Drawing.Size(962, 448);
     this.gvGymAnalysis.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.FieldName = "nClassInstanceID";
     this.pivotGridField1.Name = "pivotGridField1";
     this.pivotGridField1.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField2.AreaIndex = 0;
     this.pivotGridField2.Caption = "Branch";
     this.pivotGridField2.FieldName = "strBranchCode";
     this.pivotGridField2.Name = "pivotGridField2";
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption = "Date";
     this.pivotGridField3.FieldName = "dtDate";
     this.pivotGridField3.Name = "pivotGridField3";
     this.pivotGridField3.ValueFormat.FormatString = "MM/dd/yyyy";
     this.pivotGridField3.ValueFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     //
     // DateFrom
     //
     this.DateFrom.EditValue = null;
     this.DateFrom.Location = new System.Drawing.Point(80, 8);
     this.DateFrom.Name = "DateFrom";
     //
     // DateFrom.Properties
     //
     this.DateFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                      new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateFrom.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.DateFrom.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateFrom.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.DateFrom.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateFrom.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.DateFrom.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.DateFrom.TabIndex = 1;
     //
     // DateTo
     //
     this.DateTo.EditValue = null;
     this.DateTo.Location = new System.Drawing.Point(256, 8);
     this.DateTo.Name = "DateTo";
     //
     // DateTo.Properties
     //
     this.DateTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                    new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateTo.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.DateTo.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateTo.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.DateTo.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.DateTo.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.DateTo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.DateTo.TabIndex = 2;
     //
     // TimeFrom
     //
     this.TimeFrom.EditValue = new System.DateTime(2006, 8, 23, 0, 0, 0, 0);
     this.TimeFrom.Location = new System.Drawing.Point(456, 8);
     this.TimeFrom.Name = "TimeFrom";
     //
     // TimeFrom.Properties
     //
     this.TimeFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                      new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeFrom.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.TimeFrom.TabIndex = 3;
     //
     // TimeTo
     //
     this.TimeTo.EditValue = new System.DateTime(2006, 8, 23, 0, 0, 0, 0);
     this.TimeTo.Location = new System.Drawing.Point(624, 8);
     this.TimeTo.Name = "TimeTo";
     //
     // TimeTo.Properties
     //
     this.TimeTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                    new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeTo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.TimeTo.TabIndex = 4;
     //
     // label63
     //
     this.label63.BackColor = System.Drawing.Color.Transparent;
     this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label63.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label63.Location = new System.Drawing.Point(8, 8);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(64, 16);
     this.label63.TabIndex = 37;
     this.label63.Text = "Date From";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     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.Location = new System.Drawing.Point(200, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48, 16);
     this.label1.TabIndex = 38;
     this.label1.Text = "Date To";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.Location = new System.Drawing.Point(384, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 39;
     this.label2.Text = "Time From";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label3.Location = new System.Drawing.Point(568, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(48, 16);
     this.label3.TabIndex = 40;
     this.label3.Text = "Time To";
     //
     // btnReset
     //
     this.btnReset.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnReset.Appearance.Options.UseFont = true;
     this.btnReset.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReset.Location = new System.Drawing.Point(792, 8);
     this.btnReset.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnReset.Name = "btnReset";
     this.btnReset.Size = new System.Drawing.Size(72, 24);
     this.btnReset.TabIndex = 216;
     this.btnReset.Text = "Generate";
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // PRINT1
     //
     this.PRINT1.EditValue = "PRINT";
     this.PRINT1.Location = new System.Drawing.Point(880, 16);
     this.PRINT1.Name = "PRINT1";
     //
     // PRINT1.Properties
     //
     this.PRINT1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT1.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT1.Size = new System.Drawing.Size(40, 18);
     this.PRINT1.TabIndex = 217;
     this.PRINT1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT1_OpenLink);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
                                                          this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.gvGymAnalysis;
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
                                                                                                                                                              "GYM ANALYSIS REPORT",
                                                                                                                                                              "",
                                                                                                                                                              "[Date Printed] [Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "",
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "",
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     //
     // RPGymAnalysis
     //
     this.AutoScale = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(962, 486);
     this.Controls.Add(this.PRINT1);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label63);
     this.Controls.Add(this.TimeTo);
     this.Controls.Add(this.TimeFrom);
     this.Controls.Add(this.DateTo);
     this.Controls.Add(this.DateFrom);
     this.Controls.Add(this.gvGymAnalysis);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "RPGymAnalysis";
     this.Text = "Gym Analysis";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.RPGymAnalysis_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gvGymAnalysis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).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(PickListConfirmationForm));
     this.boxSizedList = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
     this.lblPicklistPrintedDate = new DevExpress.XtraEditors.LabelControl();
     this.lblPicklistPrintedBy = new DevExpress.XtraEditors.LabelControl();
     this.lblPicklistNo = new DevExpress.XtraEditors.LabelControl();
     this.lblIssueStatus = new DevExpress.XtraEditors.LabelControl();
     this.lblIssueType = new DevExpress.XtraEditors.LabelControl();
     this.lblFilledBy = new DevExpress.XtraEditors.LabelControl();
     this.lblApprovedDate = new DevExpress.XtraEditors.LabelControl();
     this.lblOwnership = new DevExpress.XtraEditors.LabelControl();
     this.label1 = new System.Windows.Forms.Label();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.lblMode = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.lblPaymentType = new DevExpress.XtraEditors.LabelControl();
     this.lblInstitutionType = new DevExpress.XtraEditors.LabelControl();
     this.lblLetterNum = new DevExpress.XtraEditors.LabelControl();
     this.lblOrderDate = new DevExpress.XtraEditors.LabelControl();
     this.lblWoreda = new DevExpress.XtraEditors.LabelControl();
     this.lblZone = new DevExpress.XtraEditors.LabelControl();
     this.lblRegion = new DevExpress.XtraEditors.LabelControl();
     this.lkStoreType = new DevExpress.XtraEditors.LookUpEdit();
     this.txtFacilityNameFilter = new DevExpress.XtraEditors.TextEdit();
     this.gridUnConfirmed = new DevExpress.XtraGrid.GridControl();
     this.gridUnconfirmedView = 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.btnReturnToApprovalStep = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancelPickList = new DevExpress.XtraEditors.SimpleButton();
     this.btnPrintAndSavePickList = new DevExpress.XtraEditors.SimpleButton();
     this.txtPickListApprovedBy = new DevExpress.XtraEditors.TextEdit();
     this.txtPickListOrderNumber = new DevExpress.XtraEditors.TextEdit();
     this.txtPickListRequestedBy = new DevExpress.XtraEditors.TextEdit();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.txtPickListFromStore = new DevExpress.XtraEditors.TextEdit();
     this.gridPickListDetail = new DevExpress.XtraGrid.GridControl();
     this.gridPickListView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn75 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEdit8 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnPalletNumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colConfirmation = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSKU = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColUnitPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn72 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.editManuf2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.boxSizeLookup = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.layoutControlItem44 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup16 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.lcUnconfirmedPicklists = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.HeaderSection = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem45 = new DevExpress.XtraLayout.LayoutControlItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printOrder = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
     this.bgWorker = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkStoreType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityNameFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUnConfirmed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUnconfirmedView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListApprovedBy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListOrderNumber.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListRequestedBy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListFromStore.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.editManuf2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizeLookup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcUnconfirmedPicklists)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeaderSection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // boxSizedList
     //
     this.boxSizedList.AutoHeight = false;
     this.boxSizedList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizedList.DisplayMember = "Name";
     this.boxSizedList.Name = "boxSizedList";
     this.boxSizedList.ValueMember = "ID";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemDateEdit3.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit3.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     //
     // repositoryItemButtonEdit4
     //
     this.repositoryItemButtonEdit4.AutoHeight = false;
     this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
     this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // layoutControl2
     //
     this.layoutControl2.AllowCustomizationMenu = false;
     this.layoutControl2.Controls.Add(this.lblPicklistPrintedDate);
     this.layoutControl2.Controls.Add(this.lblPicklistPrintedBy);
     this.layoutControl2.Controls.Add(this.lblPicklistNo);
     this.layoutControl2.Controls.Add(this.lblIssueStatus);
     this.layoutControl2.Controls.Add(this.lblIssueType);
     this.layoutControl2.Controls.Add(this.lblFilledBy);
     this.layoutControl2.Controls.Add(this.lblApprovedDate);
     this.layoutControl2.Controls.Add(this.lblOwnership);
     this.layoutControl2.Controls.Add(this.label1);
     this.layoutControl2.Controls.Add(this.labelControl13);
     this.layoutControl2.Controls.Add(this.labelControl12);
     this.layoutControl2.Controls.Add(this.lblMode);
     this.layoutControl2.Controls.Add(this.labelControl9);
     this.layoutControl2.Controls.Add(this.lblPaymentType);
     this.layoutControl2.Controls.Add(this.lblInstitutionType);
     this.layoutControl2.Controls.Add(this.lblLetterNum);
     this.layoutControl2.Controls.Add(this.lblOrderDate);
     this.layoutControl2.Controls.Add(this.lblWoreda);
     this.layoutControl2.Controls.Add(this.lblZone);
     this.layoutControl2.Controls.Add(this.lblRegion);
     this.layoutControl2.Controls.Add(this.lkStoreType);
     this.layoutControl2.Controls.Add(this.txtFacilityNameFilter);
     this.layoutControl2.Controls.Add(this.gridUnConfirmed);
     this.layoutControl2.Controls.Add(this.btnReturnToApprovalStep);
     this.layoutControl2.Controls.Add(this.btnCancelPickList);
     this.layoutControl2.Controls.Add(this.btnPrintAndSavePickList);
     this.layoutControl2.Controls.Add(this.txtPickListApprovedBy);
     this.layoutControl2.Controls.Add(this.txtPickListOrderNumber);
     this.layoutControl2.Controls.Add(this.txtPickListRequestedBy);
     this.layoutControl2.Controls.Add(this.simpleButton3);
     this.layoutControl2.Controls.Add(this.txtPickListFromStore);
     this.layoutControl2.Controls.Add(this.gridPickListDetail);
     this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem44,
     this.layoutControlItem10,
     this.layoutControlItem9,
     this.layoutControlItem14,
     this.layoutControlItem16,
     this.layoutControlItem17,
     this.layoutControlItem18,
     this.layoutControlItem20});
     this.layoutControl2.Location = new System.Drawing.Point(0, 0);
     this.layoutControl2.Margin = new System.Windows.Forms.Padding(0);
     this.layoutControl2.Name = "layoutControl2";
     this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(498, 206, 250, 350);
     this.layoutControl2.Root = this.layoutControlGroup2;
     this.layoutControl2.Size = new System.Drawing.Size(1123, 496);
     this.layoutControl2.TabIndex = 29;
     this.layoutControl2.Text = "layoutControl2";
     //
     // lblPicklistPrintedDate
     //
     this.lblPicklistPrintedDate.Location = new System.Drawing.Point(827, 111);
     this.lblPicklistPrintedDate.Name = "lblPicklistPrintedDate";
     this.lblPicklistPrintedDate.Size = new System.Drawing.Size(109, 16);
     this.lblPicklistPrintedDate.StyleController = this.layoutControl2;
     this.lblPicklistPrintedDate.TabIndex = 63;
     //
     // lblPicklistPrintedBy
     //
     this.lblPicklistPrintedBy.Location = new System.Drawing.Point(827, 131);
     this.lblPicklistPrintedBy.Name = "lblPicklistPrintedBy";
     this.lblPicklistPrintedBy.Size = new System.Drawing.Size(109, 16);
     this.lblPicklistPrintedBy.StyleController = this.layoutControl2;
     this.lblPicklistPrintedBy.TabIndex = 62;
     //
     // lblPicklistNo
     //
     this.lblPicklistNo.Location = new System.Drawing.Point(398, 57);
     this.lblPicklistNo.Name = "lblPicklistNo";
     this.lblPicklistNo.Size = new System.Drawing.Size(186, 16);
     this.lblPicklistNo.StyleController = this.layoutControl2;
     this.lblPicklistNo.TabIndex = 61;
     //
     // lblIssueStatus
     //
     this.lblIssueStatus.Location = new System.Drawing.Point(999, 111);
     this.lblIssueStatus.Name = "lblIssueStatus";
     this.lblIssueStatus.Size = new System.Drawing.Size(106, 16);
     this.lblIssueStatus.StyleController = this.layoutControl2;
     this.lblIssueStatus.TabIndex = 60;
     //
     // lblIssueType
     //
     this.lblIssueType.Location = new System.Drawing.Point(999, 131);
     this.lblIssueType.Name = "lblIssueType";
     this.lblIssueType.Size = new System.Drawing.Size(106, 16);
     this.lblIssueType.StyleController = this.layoutControl2;
     this.lblIssueType.TabIndex = 59;
     //
     // lblFilledBy
     //
     this.lblFilledBy.Location = new System.Drawing.Point(432, 131);
     this.lblFilledBy.Name = "lblFilledBy";
     this.lblFilledBy.Size = new System.Drawing.Size(91, 16);
     this.lblFilledBy.StyleController = this.layoutControl2;
     this.lblFilledBy.TabIndex = 58;
     //
     // lblApprovedDate
     //
     this.lblApprovedDate.Location = new System.Drawing.Point(634, 111);
     this.lblApprovedDate.Name = "lblApprovedDate";
     this.lblApprovedDate.Size = new System.Drawing.Size(83, 16);
     this.lblApprovedDate.StyleController = this.layoutControl2;
     this.lblApprovedDate.TabIndex = 57;
     //
     // lblOwnership
     //
     this.lblOwnership.Location = new System.Drawing.Point(655, 37);
     this.lblOwnership.Name = "lblOwnership";
     this.lblOwnership.Size = new System.Drawing.Size(181, 16);
     this.lblOwnership.StyleController = this.layoutControl2;
     this.lblOwnership.TabIndex = 56;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 472);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(1115, 20);
     this.label1.TabIndex = 55;
     this.label1.Text = "label1";
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(634, 131);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(83, 16);
     this.labelControl13.StyleController = this.layoutControl2;
     this.labelControl13.TabIndex = 54;
     //
     // labelControl12
     //
     this.labelControl12.Location = new System.Drawing.Point(409, 117);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(178, 25);
     this.labelControl12.StyleController = this.layoutControl2;
     this.labelControl12.TabIndex = 53;
     //
     // lblMode
     //
     this.lblMode.Location = new System.Drawing.Point(398, 37);
     this.lblMode.Name = "lblMode";
     this.lblMode.Size = new System.Drawing.Size(186, 16);
     this.lblMode.StyleController = this.layoutControl2;
     this.lblMode.TabIndex = 52;
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(385, 54);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(211, 24);
     this.labelControl9.StyleController = this.layoutControl2;
     this.labelControl9.TabIndex = 50;
     //
     // lblPaymentType
     //
     this.lblPaymentType.Location = new System.Drawing.Point(908, 57);
     this.lblPaymentType.Name = "lblPaymentType";
     this.lblPaymentType.Size = new System.Drawing.Size(197, 16);
     this.lblPaymentType.StyleController = this.layoutControl2;
     this.lblPaymentType.TabIndex = 49;
     //
     // lblInstitutionType
     //
     this.lblInstitutionType.Location = new System.Drawing.Point(908, 37);
     this.lblInstitutionType.Name = "lblInstitutionType";
     this.lblInstitutionType.Size = new System.Drawing.Size(197, 16);
     this.lblInstitutionType.StyleController = this.layoutControl2;
     this.lblInstitutionType.TabIndex = 48;
     //
     // lblLetterNum
     //
     this.lblLetterNum.Location = new System.Drawing.Point(653, 57);
     this.lblLetterNum.Name = "lblLetterNum";
     this.lblLetterNum.Size = new System.Drawing.Size(183, 16);
     this.lblLetterNum.StyleController = this.layoutControl2;
     this.lblLetterNum.TabIndex = 47;
     //
     // lblOrderDate
     //
     this.lblOrderDate.Location = new System.Drawing.Point(432, 111);
     this.lblOrderDate.Name = "lblOrderDate";
     this.lblOrderDate.Size = new System.Drawing.Size(91, 16);
     this.lblOrderDate.StyleController = this.layoutControl2;
     this.lblOrderDate.TabIndex = 46;
     //
     // lblWoreda
     //
     this.lblWoreda.Location = new System.Drawing.Point(398, 77);
     this.lblWoreda.Name = "lblWoreda";
     this.lblWoreda.Size = new System.Drawing.Size(186, 16);
     this.lblWoreda.StyleController = this.layoutControl2;
     this.lblWoreda.TabIndex = 45;
     //
     // lblZone
     //
     this.lblZone.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.lblZone.Location = new System.Drawing.Point(655, 77);
     this.lblZone.Name = "lblZone";
     this.lblZone.Size = new System.Drawing.Size(181, 16);
     this.lblZone.StyleController = this.layoutControl2;
     this.lblZone.TabIndex = 44;
     //
     // lblRegion
     //
     this.lblRegion.Location = new System.Drawing.Point(909, 77);
     this.lblRegion.Name = "lblRegion";
     this.lblRegion.Size = new System.Drawing.Size(196, 16);
     this.lblRegion.StyleController = this.layoutControl2;
     this.lblRegion.TabIndex = 43;
     //
     // lkStoreType
     //
     this.lkStoreType.Location = new System.Drawing.Point(48, 36);
     this.lkStoreType.Name = "lkStoreType";
     this.lkStoreType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkStoreType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TypeName", "Name")});
     this.lkStoreType.Properties.DisplayMember = "TypeName";
     this.lkStoreType.Properties.ShowFooter = false;
     this.lkStoreType.Properties.ShowHeader = false;
     this.lkStoreType.Properties.ValueMember = "ID";
     this.lkStoreType.Size = new System.Drawing.Size(246, 20);
     this.lkStoreType.StyleController = this.layoutControl2;
     this.lkStoreType.TabIndex = 42;
     this.lkStoreType.EditValueChanged += new System.EventHandler(this.lkStoreType_EditValueChanged);
     //
     // txtFacilityNameFilter
     //
     this.txtFacilityNameFilter.Location = new System.Drawing.Point(48, 60);
     this.txtFacilityNameFilter.Name = "txtFacilityNameFilter";
     this.txtFacilityNameFilter.Size = new System.Drawing.Size(246, 20);
     this.txtFacilityNameFilter.StyleController = this.layoutControl2;
     this.txtFacilityNameFilter.TabIndex = 41;
     this.txtFacilityNameFilter.EditValueChanged += new System.EventHandler(this.txtFacilityNameFilter_EditValueChanged);
     //
     // gridUnConfirmed
     //
     this.gridUnConfirmed.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridUnConfirmed.Location = new System.Drawing.Point(5, 96);
     this.gridUnConfirmed.MainView = this.gridUnconfirmedView;
     this.gridUnConfirmed.Name = "gridUnConfirmed";
     this.gridUnConfirmed.Size = new System.Drawing.Size(301, 369);
     this.gridUnConfirmed.TabIndex = 40;
     this.gridUnConfirmed.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridUnconfirmedView});
     this.gridUnConfirmed.Click += new System.EventHandler(this.gridUnConfirmed_Click);
     //
     // gridUnconfirmedView
     //
     this.gridUnconfirmedView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3});
     this.gridUnconfirmedView.GridControl = this.gridUnConfirmed;
     this.gridUnconfirmedView.GroupCount = 1;
     this.gridUnconfirmedView.Name = "gridUnconfirmedView";
     this.gridUnconfirmedView.OptionsBehavior.Editable = false;
     this.gridUnconfirmedView.OptionsCustomization.AllowColumnMoving = false;
     this.gridUnconfirmedView.OptionsCustomization.AllowColumnResizing = false;
     this.gridUnconfirmedView.OptionsCustomization.AllowSort = false;
     this.gridUnconfirmedView.OptionsMenu.EnableColumnMenu = false;
     this.gridUnconfirmedView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridUnconfirmedView.OptionsSelection.UseIndicatorForSelection = false;
     this.gridUnconfirmedView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridUnconfirmedView.OptionsView.ShowGroupPanel = false;
     this.gridUnconfirmedView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn3, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridUnconfirmedView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.OnApprovedOrderRowClicked);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Ref No";
     this.gridColumn1.FieldName = "RefNo";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsColumn.AllowMove = false;
     this.gridColumn1.OptionsColumn.AllowShowHide = false;
     this.gridColumn1.OptionsColumn.AllowSize = false;
     this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn1.OptionsFilter.AllowFilter = false;
     this.gridColumn1.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn1.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Requested By";
     this.gridColumn2.FieldName = "RequestedBy";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsColumn.AllowFocus = false;
     this.gridColumn2.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn2.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsColumn.AllowMove = false;
     this.gridColumn2.OptionsColumn.AllowShowHide = false;
     this.gridColumn2.OptionsColumn.AllowSize = false;
     this.gridColumn2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn2.OptionsFilter.AllowFilter = false;
     this.gridColumn2.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn2.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 159;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Route";
     this.gridColumn3.FieldName = "RouteName";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.AllowFocus = false;
     this.gridColumn3.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn3.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsColumn.AllowMove = false;
     this.gridColumn3.OptionsColumn.AllowShowHide = false;
     this.gridColumn3.OptionsColumn.AllowSize = false;
     this.gridColumn3.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn3.OptionsFilter.AllowFilter = false;
     this.gridColumn3.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn3.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // btnReturnToApprovalStep
     //
     this.btnReturnToApprovalStep.Image = global::HCMIS.Desktop.Properties.Resources.Undo;
     this.btnReturnToApprovalStep.Location = new System.Drawing.Point(685, 470);
     this.btnReturnToApprovalStep.Name = "btnReturnToApprovalStep";
     this.btnReturnToApprovalStep.Size = new System.Drawing.Size(142, 22);
     this.btnReturnToApprovalStep.StyleController = this.layoutControl2;
     this.btnReturnToApprovalStep.TabIndex = 38;
     this.btnReturnToApprovalStep.Text = "Return to Approval";
     this.btnReturnToApprovalStep.Click += new System.EventHandler(this.btnReturnToApprovalStep_Click);
     //
     // btnCancelPickList
     //
     this.btnCancelPickList.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelPickList.Image")));
     this.btnCancelPickList.Location = new System.Drawing.Point(977, 470);
     this.btnCancelPickList.Name = "btnCancelPickList";
     this.btnCancelPickList.Size = new System.Drawing.Size(142, 22);
     this.btnCancelPickList.StyleController = this.layoutControl2;
     this.btnCancelPickList.TabIndex = 32;
     this.btnCancelPickList.Text = "Cancel";
     this.btnCancelPickList.Click += new System.EventHandler(this.btnCancelPickList_Click);
     //
     // btnPrintAndSavePickList
     //
     this.btnPrintAndSavePickList.Image = ((System.Drawing.Image)(resources.GetObject("btnPrintAndSavePickList.Image")));
     this.btnPrintAndSavePickList.Location = new System.Drawing.Point(831, 470);
     this.btnPrintAndSavePickList.Name = "btnPrintAndSavePickList";
     this.btnPrintAndSavePickList.Size = new System.Drawing.Size(142, 22);
     this.btnPrintAndSavePickList.StyleController = this.layoutControl2;
     this.btnPrintAndSavePickList.TabIndex = 31;
     this.btnPrintAndSavePickList.Text = "Print and Save";
     this.btnPrintAndSavePickList.Click += new System.EventHandler(this.SavePickListItems);
     //
     // txtPickListApprovedBy
     //
     this.txtPickListApprovedBy.Enabled = false;
     this.txtPickListApprovedBy.Location = new System.Drawing.Point(727, 59);
     this.txtPickListApprovedBy.Name = "txtPickListApprovedBy";
     this.txtPickListApprovedBy.Size = new System.Drawing.Size(152, 20);
     this.txtPickListApprovedBy.StyleController = this.layoutControl2;
     this.txtPickListApprovedBy.TabIndex = 30;
     //
     // txtPickListOrderNumber
     //
     this.txtPickListOrderNumber.Enabled = false;
     this.txtPickListOrderNumber.Location = new System.Drawing.Point(733, 35);
     this.txtPickListOrderNumber.Name = "txtPickListOrderNumber";
     this.txtPickListOrderNumber.Size = new System.Drawing.Size(146, 20);
     this.txtPickListOrderNumber.StyleController = this.layoutControl2;
     this.txtPickListOrderNumber.TabIndex = 28;
     //
     // txtPickListRequestedBy
     //
     this.txtPickListRequestedBy.Enabled = false;
     this.txtPickListRequestedBy.Location = new System.Drawing.Point(320, 35);
     this.txtPickListRequestedBy.Name = "txtPickListRequestedBy";
     this.txtPickListRequestedBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.txtPickListRequestedBy.Properties.Appearance.Options.UseFont = true;
     this.txtPickListRequestedBy.Size = new System.Drawing.Size(92, 22);
     this.txtPickListRequestedBy.StyleController = this.layoutControl2;
     this.txtPickListRequestedBy.TabIndex = 5;
     //
     // simpleButton3
     //
     this.simpleButton3.Enabled = false;
     this.simpleButton3.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton3.Image")));
     this.simpleButton3.Location = new System.Drawing.Point(810, 519);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(93, 22);
     this.simpleButton3.StyleController = this.layoutControl2;
     this.simpleButton3.TabIndex = 31;
     this.simpleButton3.Text = "Print";
     this.simpleButton3.Click += new System.EventHandler(this.PrintPicklistItems);
     //
     // txtPickListFromStore
     //
     this.txtPickListFromStore.Enabled = false;
     this.txtPickListFromStore.Location = new System.Drawing.Point(313, 60);
     this.txtPickListFromStore.Name = "txtPickListFromStore";
     this.txtPickListFromStore.Size = new System.Drawing.Size(155, 20);
     this.txtPickListFromStore.StyleController = this.layoutControl2;
     this.txtPickListFromStore.TabIndex = 4;
     //
     // gridPickListDetail
     //
     this.gridPickListDetail.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.gridPickListDetail.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridPickListDetail.Location = new System.Drawing.Point(319, 165);
     this.gridPickListDetail.MainView = this.gridPickListView;
     this.gridPickListDetail.Name = "gridPickListDetail";
     this.gridPickListDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemDateEdit2,
     this.repositoryItemButtonEdit3,
     this.editManuf2,
     this.repositoryItemSpinEdit3,
     this.repositoryItemButtonEdit8,
     this.boxSizeLookup,
     this.repositoryItemTextEdit1,
     this.repositoryItemMemoEdit1});
     this.gridPickListDetail.Size = new System.Drawing.Size(800, 301);
     this.gridPickListDetail.TabIndex = 13;
     this.gridPickListDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridPickListView});
     this.gridPickListDetail.Click += new System.EventHandler(this.gridPickListDetail_Click);
     //
     // gridPickListView
     //
     this.gridPickListView.Appearance.GroupFooter.BackColor = System.Drawing.Color.White;
     this.gridPickListView.Appearance.GroupFooter.BackColor2 = System.Drawing.Color.White;
     this.gridPickListView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gridPickListView.Appearance.GroupFooter.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.gridPickListView.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gridPickListView.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gridPickListView.Appearance.GroupFooter.Options.UseTextOptions = true;
     this.gridPickListView.Appearance.GroupFooter.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridPickListView.AppearancePrint.FilterPanel.BackColor = System.Drawing.Color.White;
     this.gridPickListView.AppearancePrint.FilterPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.gridPickListView.AppearancePrint.FilterPanel.Options.UseBackColor = true;
     this.gridPickListView.AppearancePrint.FilterPanel.Options.UseForeColor = true;
     this.gridPickListView.AppearancePrint.FooterPanel.BackColor = System.Drawing.Color.White;
     this.gridPickListView.AppearancePrint.FooterPanel.Options.UseBackColor = true;
     this.gridPickListView.AppearancePrint.GroupFooter.BackColor = System.Drawing.Color.White;
     this.gridPickListView.AppearancePrint.GroupFooter.Options.UseBackColor = true;
     this.gridPickListView.AppearancePrint.GroupRow.BackColor = System.Drawing.Color.White;
     this.gridPickListView.AppearancePrint.GroupRow.Options.UseBackColor = true;
     this.gridPickListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn75,
     this.gridColumn24,
     this.gridColumn25,
     this.gridColumn27,
     this.gridColumn26,
     this.gridColumn31,
     this.gridColumn33,
     this.gridColumn56,
     this.gridColumn61,
     this.gridColumn44,
     this.gridColumn45,
     this.columnPalletNumber,
     this.colPrice,
     this.gridColumn51,
     this.colConfirmation,
     this.colSKU,
     this.gridColumn41,
     this.gridColUnitPrice,
     this.gridColumn72});
     this.gridPickListView.GridControl = this.gridPickListDetail;
     this.gridPickListView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "QtyInSKU", this.colSKU, "{0:#,###}")});
     this.gridPickListView.Name = "gridPickListView";
     this.gridPickListView.OptionsBehavior.AutoExpandAllGroups = true;
     this.gridPickListView.OptionsBehavior.Editable = false;
     this.gridPickListView.OptionsCustomization.AllowColumnMoving = false;
     this.gridPickListView.OptionsCustomization.AllowColumnResizing = false;
     this.gridPickListView.OptionsDetail.AllowExpandEmptyDetails = true;
     this.gridPickListView.OptionsMenu.EnableColumnMenu = false;
     this.gridPickListView.OptionsPrint.ExpandAllDetails = true;
     this.gridPickListView.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office2003;
     this.gridPickListView.OptionsView.RowAutoHeight = true;
     this.gridPickListView.OptionsView.ShowFooter = true;
     this.gridPickListView.OptionsView.ShowGroupedColumns = true;
     this.gridPickListView.OptionsView.ShowGroupPanel = false;
     this.gridPickListView.OptionsView.ShowIndicator = false;
     //
     // gridColumn75
     //
     this.gridColumn75.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn75.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn75.Caption = "Unit";
     this.gridColumn75.FieldName = "Unit";
     this.gridColumn75.Name = "gridColumn75";
     this.gridColumn75.OptionsColumn.AllowEdit = false;
     this.gridColumn75.OptionsColumn.AllowFocus = false;
     this.gridColumn75.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn75.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn75.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn75.OptionsColumn.AllowMove = false;
     this.gridColumn75.OptionsColumn.AllowShowHide = false;
     this.gridColumn75.OptionsColumn.AllowSize = false;
     this.gridColumn75.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn75.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn75.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn75.OptionsColumn.TabStop = false;
     this.gridColumn75.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn75.OptionsFilter.AllowFilter = false;
     this.gridColumn75.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn75.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn75.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn75.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn75.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn75.Visible = true;
     this.gridColumn75.VisibleIndex = 2;
     this.gridColumn75.Width = 73;
     //
     // gridColumn24
     //
     this.gridColumn24.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn24.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn24.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn24.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn24.Caption = "Item";
     this.gridColumn24.ColumnEdit = this.repositoryItemMemoEdit1;
     this.gridColumn24.FieldName = "FullItemName";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.OptionsColumn.AllowEdit = false;
     this.gridColumn24.OptionsColumn.AllowFocus = false;
     this.gridColumn24.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn24.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.OptionsColumn.AllowMove = false;
     this.gridColumn24.OptionsColumn.AllowShowHide = false;
     this.gridColumn24.OptionsColumn.AllowSize = false;
     this.gridColumn24.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn24.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn24.OptionsColumn.TabStop = false;
     this.gridColumn24.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn24.OptionsFilter.AllowFilter = false;
     this.gridColumn24.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn24.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 1;
     this.gridColumn24.Width = 194;
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // gridColumn25
     //
     this.gridColumn25.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn25.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn25.Caption = "Manufacturer";
     this.gridColumn25.FieldName = "ManufacturerName";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsColumn.AllowEdit = false;
     this.gridColumn25.OptionsColumn.AllowFocus = false;
     this.gridColumn25.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn25.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsColumn.AllowMove = false;
     this.gridColumn25.OptionsColumn.AllowShowHide = false;
     this.gridColumn25.OptionsColumn.AllowSize = false;
     this.gridColumn25.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn25.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn25.OptionsColumn.TabStop = false;
     this.gridColumn25.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn25.OptionsFilter.AllowFilter = false;
     this.gridColumn25.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn25.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 4;
     this.gridColumn25.Width = 126;
     //
     // gridColumn27
     //
     this.gridColumn27.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn27.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn27.Caption = "Pack Size";
     this.gridColumn27.FieldName = "BoxSizeDisplay";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.OptionsColumn.AllowEdit = false;
     this.gridColumn27.OptionsColumn.AllowFocus = false;
     this.gridColumn27.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn27.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn27.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn27.OptionsColumn.AllowMove = false;
     this.gridColumn27.OptionsColumn.AllowShowHide = false;
     this.gridColumn27.OptionsColumn.AllowSize = false;
     this.gridColumn27.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn27.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn27.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn27.OptionsColumn.TabStop = false;
     this.gridColumn27.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn27.OptionsFilter.AllowFilter = false;
     this.gridColumn27.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn27.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn27.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn27.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn27.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn27.Width = 98;
     //
     // gridColumn26
     //
     this.gridColumn26.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gridColumn26.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn26.Caption = "Pack Qty";
     this.gridColumn26.ColumnEdit = this.repositoryItemSpinEdit3;
     this.gridColumn26.DisplayFormat.FormatString = "#,##0";
     this.gridColumn26.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn26.FieldName = "Pack";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.OptionsColumn.AllowEdit = false;
     this.gridColumn26.OptionsColumn.AllowFocus = false;
     this.gridColumn26.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn26.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn26.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn26.OptionsColumn.AllowMove = false;
     this.gridColumn26.OptionsColumn.AllowShowHide = false;
     this.gridColumn26.OptionsColumn.AllowSize = false;
     this.gridColumn26.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn26.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn26.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn26.OptionsColumn.TabStop = false;
     this.gridColumn26.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn26.OptionsFilter.AllowFilter = false;
     this.gridColumn26.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn26.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn26.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn26.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn26.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn26.Width = 50;
     //
     // repositoryItemSpinEdit3
     //
     this.repositoryItemSpinEdit3.AutoHeight = false;
     this.repositoryItemSpinEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit3.Name = "repositoryItemSpinEdit3";
     //
     // gridColumn31
     //
     this.gridColumn31.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn31.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn31.Caption = "Batch";
     this.gridColumn31.FieldName = "BatchNo";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.OptionsColumn.AllowEdit = false;
     this.gridColumn31.OptionsColumn.AllowFocus = false;
     this.gridColumn31.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn31.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn31.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn31.OptionsColumn.AllowMove = false;
     this.gridColumn31.OptionsColumn.AllowShowHide = false;
     this.gridColumn31.OptionsColumn.AllowSize = false;
     this.gridColumn31.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn31.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn31.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn31.OptionsColumn.TabStop = false;
     this.gridColumn31.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn31.OptionsFilter.AllowFilter = false;
     this.gridColumn31.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn31.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn31.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn31.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn31.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 5;
     this.gridColumn31.Width = 64;
     //
     // gridColumn33
     //
     this.gridColumn33.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn33.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn33.Caption = "Expiry Date";
     this.gridColumn33.DisplayFormat.FormatString = "MMM/yyyy";
     this.gridColumn33.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn33.FieldName = "ExpDate";
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.OptionsColumn.AllowEdit = false;
     this.gridColumn33.OptionsColumn.AllowFocus = false;
     this.gridColumn33.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn33.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn33.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn33.OptionsColumn.AllowMove = false;
     this.gridColumn33.OptionsColumn.AllowShowHide = false;
     this.gridColumn33.OptionsColumn.AllowSize = false;
     this.gridColumn33.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn33.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn33.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn33.OptionsColumn.TabStop = false;
     this.gridColumn33.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn33.OptionsFilter.AllowFilter = false;
     this.gridColumn33.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn33.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn33.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn33.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn33.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 6;
     this.gridColumn33.Width = 66;
     //
     // gridColumn56
     //
     this.gridColumn56.ColumnEdit = this.repositoryItemButtonEdit8;
     this.gridColumn56.Name = "gridColumn56";
     this.gridColumn56.OptionsColumn.AllowEdit = false;
     this.gridColumn56.OptionsColumn.AllowFocus = false;
     this.gridColumn56.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn56.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn56.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn56.OptionsColumn.AllowMove = false;
     this.gridColumn56.OptionsColumn.AllowShowHide = false;
     this.gridColumn56.OptionsColumn.AllowSize = false;
     this.gridColumn56.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn56.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn56.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn56.OptionsColumn.TabStop = false;
     this.gridColumn56.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn56.OptionsFilter.AllowFilter = false;
     this.gridColumn56.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn56.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn56.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn56.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn56.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn56.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.gridColumn56.Width = 25;
     //
     // repositoryItemButtonEdit8
     //
     this.repositoryItemButtonEdit8.AutoHeight = false;
     this.repositoryItemButtonEdit8.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit8.Name = "repositoryItemButtonEdit8";
     this.repositoryItemButtonEdit8.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // gridColumn61
     //
     this.gridColumn61.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn61.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn61.Caption = "Volume";
     this.gridColumn61.FieldName = "Volume";
     this.gridColumn61.Name = "gridColumn61";
     this.gridColumn61.OptionsColumn.AllowEdit = false;
     this.gridColumn61.OptionsColumn.AllowFocus = false;
     this.gridColumn61.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn61.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn61.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn61.OptionsColumn.AllowMove = false;
     this.gridColumn61.OptionsColumn.AllowShowHide = false;
     this.gridColumn61.OptionsColumn.AllowSize = false;
     this.gridColumn61.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn61.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn61.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn61.OptionsColumn.TabStop = false;
     this.gridColumn61.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn61.OptionsFilter.AllowFilter = false;
     this.gridColumn61.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn61.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn61.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn61.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn61.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     //
     // gridColumn44
     //
     this.gridColumn44.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn44.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn44.Caption = "Qty Per Pack";
     this.gridColumn44.DisplayFormat.FormatString = "#,##0";
     this.gridColumn44.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn44.FieldName = "QtyPerPack";
     this.gridColumn44.Name = "gridColumn44";
     this.gridColumn44.OptionsColumn.AllowEdit = false;
     this.gridColumn44.OptionsColumn.AllowFocus = false;
     this.gridColumn44.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn44.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn44.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn44.OptionsColumn.AllowMove = false;
     this.gridColumn44.OptionsColumn.AllowShowHide = false;
     this.gridColumn44.OptionsColumn.AllowSize = false;
     this.gridColumn44.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn44.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn44.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn44.OptionsColumn.TabStop = false;
     this.gridColumn44.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn44.OptionsFilter.AllowFilter = false;
     this.gridColumn44.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn44.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn44.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn44.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn44.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn44.Width = 106;
     //
     // gridColumn45
     //
     this.gridColumn45.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn45.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn45.Caption = "Qty in BU";
     this.gridColumn45.DisplayFormat.FormatString = "#,##0";
     this.gridColumn45.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn45.FieldName = "QtyInBU";
     this.gridColumn45.GroupFormat.FormatString = "#,###";
     this.gridColumn45.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn45.Name = "gridColumn45";
     this.gridColumn45.OptionsColumn.AllowEdit = false;
     this.gridColumn45.OptionsColumn.AllowFocus = false;
     this.gridColumn45.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn45.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn45.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn45.OptionsColumn.AllowMove = false;
     this.gridColumn45.OptionsColumn.AllowShowHide = false;
     this.gridColumn45.OptionsColumn.AllowSize = false;
     this.gridColumn45.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn45.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn45.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn45.OptionsColumn.TabStop = false;
     this.gridColumn45.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn45.OptionsFilter.AllowFilter = false;
     this.gridColumn45.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn45.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn45.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn45.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn45.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn45.Width = 49;
     //
     // columnPalletNumber
     //
     this.columnPalletNumber.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.columnPalletNumber.AppearanceCell.Options.UseBackColor = true;
     this.columnPalletNumber.Caption = "Location";
     this.columnPalletNumber.FieldName = "PalletLocation";
     this.columnPalletNumber.Name = "columnPalletNumber";
     this.columnPalletNumber.OptionsColumn.AllowEdit = false;
     this.columnPalletNumber.OptionsColumn.AllowFocus = false;
     this.columnPalletNumber.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.columnPalletNumber.OptionsColumn.AllowIncrementalSearch = false;
     this.columnPalletNumber.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.columnPalletNumber.OptionsColumn.AllowMove = false;
     this.columnPalletNumber.OptionsColumn.AllowShowHide = false;
     this.columnPalletNumber.OptionsColumn.AllowSize = false;
     this.columnPalletNumber.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.columnPalletNumber.OptionsColumn.ShowInCustomizationForm = false;
     this.columnPalletNumber.OptionsColumn.ShowInExpressionEditor = false;
     this.columnPalletNumber.OptionsColumn.TabStop = false;
     this.columnPalletNumber.OptionsFilter.AllowAutoFilter = false;
     this.columnPalletNumber.OptionsFilter.AllowFilter = false;
     this.columnPalletNumber.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.columnPalletNumber.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.columnPalletNumber.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.columnPalletNumber.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.columnPalletNumber.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.columnPalletNumber.Visible = true;
     this.columnPalletNumber.VisibleIndex = 3;
     this.columnPalletNumber.Width = 100;
     //
     // colPrice
     //
     this.colPrice.Caption = "Price";
     this.colPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colPrice.FieldName = "CalculatedCost";
     this.colPrice.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colPrice.Name = "colPrice";
     this.colPrice.OptionsColumn.AllowEdit = false;
     this.colPrice.OptionsColumn.AllowFocus = false;
     this.colPrice.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colPrice.OptionsColumn.AllowIncrementalSearch = false;
     this.colPrice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colPrice.OptionsColumn.AllowMove = false;
     this.colPrice.OptionsColumn.AllowShowHide = false;
     this.colPrice.OptionsColumn.AllowSize = false;
     this.colPrice.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colPrice.OptionsColumn.ShowInCustomizationForm = false;
     this.colPrice.OptionsColumn.ShowInExpressionEditor = false;
     this.colPrice.OptionsColumn.TabStop = false;
     this.colPrice.OptionsFilter.AllowAutoFilter = false;
     this.colPrice.OptionsFilter.AllowFilter = false;
     this.colPrice.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colPrice.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colPrice.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colPrice.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.colPrice.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.colPrice.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Cost", "{0:c2}")});
     this.colPrice.Visible = true;
     this.colPrice.VisibleIndex = 9;
     this.colPrice.Width = 63;
     //
     // gridColumn51
     //
     this.gridColumn51.Caption = "Pallet No";
     this.gridColumn51.FieldName = "PalletNo";
     this.gridColumn51.Name = "gridColumn51";
     this.gridColumn51.OptionsColumn.AllowEdit = false;
     this.gridColumn51.OptionsColumn.AllowFocus = false;
     this.gridColumn51.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn51.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn51.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn51.OptionsColumn.AllowMove = false;
     this.gridColumn51.OptionsColumn.AllowShowHide = false;
     this.gridColumn51.OptionsColumn.AllowSize = false;
     this.gridColumn51.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn51.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn51.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn51.OptionsColumn.TabStop = false;
     this.gridColumn51.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn51.OptionsFilter.AllowFilter = false;
     this.gridColumn51.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn51.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn51.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn51.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn51.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn51.Width = 50;
     //
     // colConfirmation
     //
     this.colConfirmation.Caption = "Confirmation";
     this.colConfirmation.Name = "colConfirmation";
     this.colConfirmation.OptionsColumn.AllowEdit = false;
     this.colConfirmation.OptionsColumn.AllowFocus = false;
     this.colConfirmation.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colConfirmation.OptionsColumn.AllowIncrementalSearch = false;
     this.colConfirmation.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colConfirmation.OptionsColumn.AllowMove = false;
     this.colConfirmation.OptionsColumn.AllowShowHide = false;
     this.colConfirmation.OptionsColumn.AllowSize = false;
     this.colConfirmation.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colConfirmation.OptionsColumn.ShowInCustomizationForm = false;
     this.colConfirmation.OptionsColumn.ShowInExpressionEditor = false;
     this.colConfirmation.OptionsColumn.TabStop = false;
     this.colConfirmation.OptionsFilter.AllowAutoFilter = false;
     this.colConfirmation.OptionsFilter.AllowFilter = false;
     this.colConfirmation.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colConfirmation.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colConfirmation.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colConfirmation.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.colConfirmation.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     //
     // colSKU
     //
     this.colSKU.Caption = "Qty";
     this.colSKU.DisplayFormat.FormatString = "#,###.##";
     this.colSKU.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colSKU.FieldName = "QtyInSKU";
     this.colSKU.Name = "colSKU";
     this.colSKU.OptionsColumn.AllowEdit = false;
     this.colSKU.OptionsColumn.AllowFocus = false;
     this.colSKU.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colSKU.OptionsColumn.AllowIncrementalSearch = false;
     this.colSKU.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colSKU.OptionsColumn.AllowMove = false;
     this.colSKU.OptionsColumn.AllowShowHide = false;
     this.colSKU.OptionsColumn.AllowSize = false;
     this.colSKU.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colSKU.OptionsColumn.ShowInCustomizationForm = false;
     this.colSKU.OptionsColumn.ShowInExpressionEditor = false;
     this.colSKU.OptionsColumn.TabStop = false;
     this.colSKU.OptionsFilter.AllowAutoFilter = false;
     this.colSKU.OptionsFilter.AllowFilter = false;
     this.colSKU.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colSKU.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colSKU.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colSKU.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.colSKU.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.colSKU.Visible = true;
     this.colSKU.VisibleIndex = 7;
     this.colSKU.Width = 63;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption = "Units";
     this.gridColumn41.DisplayFormat.FormatString = "#,###";
     this.gridColumn41.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn41.FieldName = "UnitsInSKU";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.OptionsColumn.AllowEdit = false;
     this.gridColumn41.OptionsColumn.AllowFocus = false;
     this.gridColumn41.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn41.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn41.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn41.OptionsColumn.AllowMove = false;
     this.gridColumn41.OptionsColumn.AllowShowHide = false;
     this.gridColumn41.OptionsColumn.AllowSize = false;
     this.gridColumn41.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn41.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn41.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn41.OptionsColumn.TabStop = false;
     this.gridColumn41.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn41.OptionsFilter.AllowFilter = false;
     this.gridColumn41.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn41.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn41.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn41.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn41.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     //
     // gridColUnitPrice
     //
     this.gridColUnitPrice.Caption = "Unit Price";
     this.gridColUnitPrice.DisplayFormat.FormatString = "#,###.#0";
     this.gridColUnitPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColUnitPrice.FieldName = "UnitPrice";
     this.gridColUnitPrice.Name = "gridColUnitPrice";
     this.gridColUnitPrice.OptionsColumn.AllowEdit = false;
     this.gridColUnitPrice.OptionsColumn.AllowFocus = false;
     this.gridColUnitPrice.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColUnitPrice.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColUnitPrice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColUnitPrice.OptionsColumn.AllowMove = false;
     this.gridColUnitPrice.OptionsColumn.AllowShowHide = false;
     this.gridColUnitPrice.OptionsColumn.AllowSize = false;
     this.gridColUnitPrice.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColUnitPrice.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColUnitPrice.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColUnitPrice.OptionsColumn.TabStop = false;
     this.gridColUnitPrice.OptionsFilter.AllowAutoFilter = false;
     this.gridColUnitPrice.OptionsFilter.AllowFilter = false;
     this.gridColUnitPrice.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColUnitPrice.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColUnitPrice.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColUnitPrice.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColUnitPrice.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColUnitPrice.Visible = true;
     this.gridColUnitPrice.VisibleIndex = 8;
     this.gridColUnitPrice.Width = 63;
     //
     // gridColumn72
     //
     this.gridColumn72.Caption = "No";
     this.gridColumn72.FieldName = "LineNum";
     this.gridColumn72.Name = "gridColumn72";
     this.gridColumn72.OptionsColumn.AllowEdit = false;
     this.gridColumn72.OptionsColumn.AllowFocus = false;
     this.gridColumn72.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn72.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn72.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn72.OptionsColumn.AllowMove = false;
     this.gridColumn72.OptionsColumn.AllowShowHide = false;
     this.gridColumn72.OptionsColumn.AllowSize = false;
     this.gridColumn72.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn72.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn72.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn72.OptionsColumn.TabStop = false;
     this.gridColumn72.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn72.OptionsFilter.AllowFilter = false;
     this.gridColumn72.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn72.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn72.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn72.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn72.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn72.Visible = true;
     this.gridColumn72.VisibleIndex = 0;
     this.gridColumn72.Width = 30;
     //
     // 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()});
     this.repositoryItemDateEdit2.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit2.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit2.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // repositoryItemButtonEdit3
     //
     this.repositoryItemButtonEdit3.AutoHeight = false;
     this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
     this.repositoryItemButtonEdit3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // editManuf2
     //
     this.editManuf2.AutoHeight = false;
     this.editManuf2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph)});
     this.editManuf2.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.editManuf2.DisplayMember = "Name";
     this.editManuf2.Name = "editManuf2";
     this.editManuf2.NullText = "";
     this.editManuf2.SearchMode = DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup;
     this.editManuf2.ShowHeader = false;
     this.editManuf2.ValueMember = "ID";
     //
     // boxSizeLookup
     //
     this.boxSizeLookup.AutoHeight = false;
     this.boxSizeLookup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizeLookup.DisplayMember = "Name";
     this.boxSizeLookup.Name = "boxSizeLookup";
     this.boxSizeLookup.ValueMember = "ID";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTextEdit1.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
     this.repositoryItemTextEdit1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.repositoryItemTextEdit1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // layoutControlItem44
     //
     this.layoutControlItem44.Control = this.simpleButton3;
     this.layoutControlItem44.CustomizationFormText = "layoutControlItem44";
     this.layoutControlItem44.Location = new System.Drawing.Point(806, 515);
     this.layoutControlItem44.Name = "layoutControlItem44";
     this.layoutControlItem44.Size = new System.Drawing.Size(97, 26);
     this.layoutControlItem44.Text = "layoutControlItem44";
     this.layoutControlItem44.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem44.TextToControlDistance = 0;
     this.layoutControlItem44.TextVisible = false;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control = this.txtPickListRequestedBy;
     this.layoutControlItem10.CustomizationFormText = "Requested By";
     this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem10.Name = "layoutControlItem10";
     this.layoutControlItem10.Size = new System.Drawing.Size(138, 26);
     this.layoutControlItem10.Text = "Facility:";
     this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem10.TextSize = new System.Drawing.Size(37, 13);
     this.layoutControlItem10.TextToControlDistance = 5;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.txtPickListFromStore;
     this.layoutControlItem9.CustomizationFormText = "From Store";
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 25);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(194, 24);
     this.layoutControlItem9.Text = "Mode:";
     this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem9.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem9.TextToControlDistance = 5;
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.Control = this.txtPickListOrderNumber;
     this.layoutControlItem14.CustomizationFormText = "Order Number";
     this.layoutControlItem14.Location = new System.Drawing.Point(378, 0);
     this.layoutControlItem14.Name = "layoutControlItem14";
     this.layoutControlItem14.Size = new System.Drawing.Size(227, 24);
     this.layoutControlItem14.Text = "Order Number:";
     this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem14.TextSize = new System.Drawing.Size(72, 13);
     this.layoutControlItem14.TextToControlDistance = 5;
     //
     // layoutControlItem16
     //
     this.layoutControlItem16.Control = this.txtPickListApprovedBy;
     this.layoutControlItem16.CustomizationFormText = "Approved By";
     this.layoutControlItem16.Location = new System.Drawing.Point(378, 24);
     this.layoutControlItem16.Name = "layoutControlItem16";
     this.layoutControlItem16.Size = new System.Drawing.Size(227, 24);
     this.layoutControlItem16.Text = "Approved By:";
     this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem16.TextSize = new System.Drawing.Size(66, 13);
     this.layoutControlItem16.TextToControlDistance = 5;
     //
     // layoutControlItem17
     //
     this.layoutControlItem17.Control = this.labelControl9;
     this.layoutControlItem17.CustomizationFormText = "Facility:";
     this.layoutControlItem17.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem17.MaxSize = new System.Drawing.Size(0, 28);
     this.layoutControlItem17.MinSize = new System.Drawing.Size(46, 28);
     this.layoutControlItem17.Name = "layoutControlItem17";
     this.layoutControlItem17.Size = new System.Drawing.Size(257, 28);
     this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem17.Text = "Facility:";
     this.layoutControlItem17.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem17.TextSize = new System.Drawing.Size(37, 13);
     this.layoutControlItem17.TextToControlDistance = 5;
     //
     // layoutControlItem18
     //
     this.layoutControlItem18.Control = this.label1;
     this.layoutControlItem18.CustomizationFormText = "layoutControlItem18";
     this.layoutControlItem18.Location = new System.Drawing.Point(0, 468);
     this.layoutControlItem18.Name = "layoutControlItem18";
     this.layoutControlItem18.Size = new System.Drawing.Size(1119, 24);
     this.layoutControlItem18.Text = "layoutControlItem18";
     this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem18.TextToControlDistance = 0;
     this.layoutControlItem18.TextVisible = false;
     //
     // layoutControlItem20
     //
     this.layoutControlItem20.Control = this.labelControl12;
     this.layoutControlItem20.CustomizationFormText = "Order Number:";
     this.layoutControlItem20.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem20.MaxSize = new System.Drawing.Size(0, 29);
     this.layoutControlItem20.MinSize = new System.Drawing.Size(77, 29);
     this.layoutControlItem20.Name = "layoutControlItem20";
     this.layoutControlItem20.Size = new System.Drawing.Size(255, 29);
     this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem20.Text = "Order Number:";
     this.layoutControlItem20.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem20.TextSize = new System.Drawing.Size(72, 13);
     this.layoutControlItem20.TextToControlDistance = 1;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.emptySpaceItem8,
     this.layoutControlGroup6,
     this.layoutControlItem6,
     this.layoutControlItem7,
     this.layoutControlItem45});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "Root";
     this.layoutControlGroup2.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup2.Size = new System.Drawing.Size(1123, 496);
     this.layoutControlGroup2.Text = "Root";
     this.layoutControlGroup2.TextVisible = false;
     //
     // emptySpaceItem8
     //
     this.emptySpaceItem8.AllowHotTrack = false;
     this.emptySpaceItem8.CustomizationFormText = "emptySpaceItem8";
     this.emptySpaceItem8.Location = new System.Drawing.Point(0, 466);
     this.emptySpaceItem8.Name = "emptySpaceItem8";
     this.emptySpaceItem8.Size = new System.Drawing.Size(681, 26);
     this.emptySpaceItem8.Text = "emptySpaceItem8";
     this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup6
     //
     this.layoutControlGroup6.CustomizationFormText = "Pick List";
     this.layoutControlGroup6.GroupBordersVisible = false;
     this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem11,
     this.layoutControlGroup16,
     this.HeaderSection,
     this.emptySpaceItem1});
     this.layoutControlGroup6.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup6.Name = "layoutControlGroup6";
     this.layoutControlGroup6.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup6.Size = new System.Drawing.Size(1119, 466);
     this.layoutControlGroup6.Text = "Pick List";
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.gridPickListDetail;
     this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
     this.layoutControlItem11.Location = new System.Drawing.Point(315, 161);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(804, 305);
     this.layoutControlItem11.Text = "layoutControlItem11";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem11.TextToControlDistance = 0;
     this.layoutControlItem11.TextVisible = false;
     //
     // layoutControlGroup16
     //
     this.layoutControlGroup16.CustomizationFormText = "Approved Orders";
     this.layoutControlGroup16.DefaultLayoutType = DevExpress.XtraLayout.Utils.LayoutType.Horizontal;
     this.layoutControlGroup16.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.lcUnconfirmedPicklists,
     this.layoutControlGroup11});
     this.layoutControlGroup16.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup16.Name = "layoutControlGroup16";
     this.layoutControlGroup16.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup16.Size = new System.Drawing.Size(307, 466);
     this.layoutControlGroup16.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup16.Text = "Approved Orders";
     this.layoutControlGroup16.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlGroup16.TextVisible = false;
     //
     // lcUnconfirmedPicklists
     //
     this.lcUnconfirmedPicklists.Control = this.gridUnConfirmed;
     this.lcUnconfirmedPicklists.CustomizationFormText = "Printed (Unconfirmed PickLists)";
     this.lcUnconfirmedPicklists.Location = new System.Drawing.Point(0, 91);
     this.lcUnconfirmedPicklists.MaxSize = new System.Drawing.Size(305, 0);
     this.lcUnconfirmedPicklists.MinSize = new System.Drawing.Size(305, 24);
     this.lcUnconfirmedPicklists.Name = "lcUnconfirmedPicklists";
     this.lcUnconfirmedPicklists.Size = new System.Drawing.Size(305, 373);
     this.lcUnconfirmedPicklists.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lcUnconfirmedPicklists.Text = "Printed (Unconfirmed Pick Lists)";
     this.lcUnconfirmedPicklists.TextLocation = DevExpress.Utils.Locations.Top;
     this.lcUnconfirmedPicklists.TextSize = new System.Drawing.Size(0, 0);
     this.lcUnconfirmedPicklists.TextToControlDistance = 0;
     this.lcUnconfirmedPicklists.TextVisible = false;
     //
     // layoutControlGroup11
     //
     this.layoutControlGroup11.CustomizationFormText = "Filter";
     this.layoutControlGroup11.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2});
     this.layoutControlGroup11.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup11.Name = "layoutControlGroup11";
     this.layoutControlGroup11.Size = new System.Drawing.Size(305, 91);
     this.layoutControlGroup11.Text = "Filter";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.lkStoreType;
     this.layoutControlItem1.CustomizationFormText = "Mode";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.MaxSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem1.MinSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(281, 24);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text = "Mode:";
     this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem1.TextToControlDistance = 1;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtFacilityNameFilter;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(281, 24);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(281, 24);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text = "Filter:";
     this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(28, 13);
     this.layoutControlItem2.TextToControlDistance = 3;
     //
     // HeaderSection
     //
     this.HeaderSection.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.HeaderSection.AppearanceGroup.Options.UseFont = true;
     this.HeaderSection.CustomizationFormText = "Selection Details";
     this.HeaderSection.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup7,
     this.layoutControlGroup4,
     this.layoutControlGroup1,
     this.layoutControlGroup5,
     this.layoutControlGroup3});
     this.HeaderSection.Location = new System.Drawing.Point(315, 0);
     this.HeaderSection.Name = "HeaderSection";
     this.HeaderSection.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.HeaderSection.Size = new System.Drawing.Size(804, 161);
     this.HeaderSection.Text = " ";
     //
     // layoutControlGroup7
     //
     this.layoutControlGroup7.CustomizationFormText = "layoutControlGroup7";
     this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem19,
     this.layoutControlItem22,
     this.layoutControlItem15,
     this.layoutControlItem3,
     this.layoutControlItem5,
     this.layoutControlItem4,
     this.layoutControlItem12,
     this.layoutControlItem27,
     this.layoutControlItem13});
     this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup7.Name = "layoutControlGroup7";
     this.layoutControlGroup7.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup7.Size = new System.Drawing.Size(790, 74);
     this.layoutControlGroup7.Text = "layoutControlGroup7";
     this.layoutControlGroup7.TextVisible = false;
     //
     // layoutControlItem19
     //
     this.layoutControlItem19.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem19.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem19.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem19.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem19.Control = this.lblMode;
     this.layoutControlItem19.CustomizationFormText = "Mode:";
     this.layoutControlItem19.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem19.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem19.MinSize = new System.Drawing.Size(46, 20);
     this.layoutControlItem19.Name = "layoutControlItem19";
     this.layoutControlItem19.Size = new System.Drawing.Size(255, 20);
     this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem19.Text = "Mode:";
     this.layoutControlItem19.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem19.TextSize = new System.Drawing.Size(34, 13);
     this.layoutControlItem19.TextToControlDistance = 31;
     //
     // layoutControlItem22
     //
     this.layoutControlItem22.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem22.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem22.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem22.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem22.Control = this.lblOwnership;
     this.layoutControlItem22.CustomizationFormText = "Ownership:";
     this.layoutControlItem22.Location = new System.Drawing.Point(255, 0);
     this.layoutControlItem22.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem22.MinSize = new System.Drawing.Size(64, 20);
     this.layoutControlItem22.Name = "layoutControlItem22";
     this.layoutControlItem22.Size = new System.Drawing.Size(252, 20);
     this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem22.Text = "Ownership:";
     this.layoutControlItem22.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem22.TextSize = new System.Drawing.Size(62, 13);
     this.layoutControlItem22.TextToControlDistance = 5;
     //
     // layoutControlItem15
     //
     this.layoutControlItem15.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem15.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem15.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem15.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem15.Control = this.lblPaymentType;
     this.layoutControlItem15.CustomizationFormText = "Payment Type:";
     this.layoutControlItem15.Location = new System.Drawing.Point(507, 20);
     this.layoutControlItem15.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem15.MinSize = new System.Drawing.Size(82, 20);
     this.layoutControlItem15.Name = "layoutControlItem15";
     this.layoutControlItem15.Size = new System.Drawing.Size(269, 20);
     this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem15.Text = "Payment:";
     this.layoutControlItem15.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem15.TextSize = new System.Drawing.Size(54, 13);
     this.layoutControlItem15.TextToControlDistance = 14;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem3.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem3.Control = this.lblRegion;
     this.layoutControlItem3.CustomizationFormText = "Region:";
     this.layoutControlItem3.Location = new System.Drawing.Point(507, 40);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(46, 20);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(269, 20);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text = "Region:";
     this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(42, 13);
     this.layoutControlItem3.TextToControlDistance = 27;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem5.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem5.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem5.Control = this.lblWoreda;
     this.layoutControlItem5.CustomizationFormText = "Woreda:";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 40);
     this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem5.MinSize = new System.Drawing.Size(64, 20);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(255, 20);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text = "Woreda:";
     this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(47, 13);
     this.layoutControlItem5.TextToControlDistance = 18;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem4.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem4.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem4.Control = this.lblZone;
     this.layoutControlItem4.CustomizationFormText = "Zone:";
     this.layoutControlItem4.Location = new System.Drawing.Point(255, 40);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(82, 20);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(252, 20);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text = "Zone:";
     this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem4.TextToControlDistance = 36;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem12.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem12.Control = this.lblLetterNum;
     this.layoutControlItem12.CustomizationFormText = "Letter Number:";
     this.layoutControlItem12.Location = new System.Drawing.Point(255, 20);
     this.layoutControlItem12.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem12.MinSize = new System.Drawing.Size(82, 20);
     this.layoutControlItem12.Name = "layoutControlItem12";
     this.layoutControlItem12.Size = new System.Drawing.Size(252, 20);
     this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem12.Text = "Letter No:";
     this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem12.TextSize = new System.Drawing.Size(55, 13);
     this.layoutControlItem12.TextToControlDistance = 10;
     //
     // layoutControlItem27
     //
     this.layoutControlItem27.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem27.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem27.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem27.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem27.Control = this.lblPicklistNo;
     this.layoutControlItem27.CustomizationFormText = "Picklist No.:";
     this.layoutControlItem27.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem27.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem27.Name = "layoutControlItem27";
     this.layoutControlItem27.Size = new System.Drawing.Size(255, 20);
     this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem27.Text = "Picklist No:";
     this.layoutControlItem27.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem27.TextSize = new System.Drawing.Size(60, 13);
     this.layoutControlItem27.TextToControlDistance = 5;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem13.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem13.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem13.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem13.Control = this.lblInstitutionType;
     this.layoutControlItem13.CustomizationFormText = "Type:";
     this.layoutControlItem13.Location = new System.Drawing.Point(507, 0);
     this.layoutControlItem13.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem13.MinSize = new System.Drawing.Size(82, 20);
     this.layoutControlItem13.Name = "layoutControlItem13";
     this.layoutControlItem13.Size = new System.Drawing.Size(269, 20);
     this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem13.Text = "Inst. Type:";
     this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem13.TextSize = new System.Drawing.Size(60, 13);
     this.layoutControlItem13.TextToControlDistance = 8;
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4";
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem21,
     this.layoutControlItem8});
     this.layoutControlGroup4.Location = new System.Drawing.Point(208, 74);
     this.layoutControlGroup4.Name = "layoutControlGroup4";
     this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup4.Size = new System.Drawing.Size(194, 54);
     this.layoutControlGroup4.Text = "layoutControlGroup4";
     this.layoutControlGroup4.TextVisible = false;
     //
     // layoutControlItem21
     //
     this.layoutControlItem21.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem21.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem21.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem21.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem21.Control = this.labelControl13;
     this.layoutControlItem21.CustomizationFormText = "Approved By:";
     this.layoutControlItem21.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem21.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem21.MinSize = new System.Drawing.Size(86, 20);
     this.layoutControlItem21.Name = "layoutControlItem21";
     this.layoutControlItem21.Size = new System.Drawing.Size(180, 20);
     this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem21.Text = "Approved By:";
     this.layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem21.TextSize = new System.Drawing.Size(75, 13);
     this.layoutControlItem21.TextToControlDistance = 18;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem8.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem8.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem8.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem8.Control = this.lblApprovedDate;
     this.layoutControlItem8.CustomizationFormText = "Approved Date:";
     this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem8.MinSize = new System.Drawing.Size(86, 20);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(180, 20);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.Text = "Approved Date:";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(88, 13);
     this.layoutControlItem8.TextToControlDistance = 5;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem23,
     this.layoutControlItem24});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 74);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup1.Size = new System.Drawing.Size(208, 54);
     this.layoutControlGroup1.Text = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem23
     //
     this.layoutControlItem23.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem23.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem23.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem23.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem23.Control = this.lblFilledBy;
     this.layoutControlItem23.CustomizationFormText = "Order Filled By:";
     this.layoutControlItem23.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem23.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem23.MinSize = new System.Drawing.Size(83, 20);
     this.layoutControlItem23.Name = "layoutControlItem23";
     this.layoutControlItem23.Size = new System.Drawing.Size(194, 20);
     this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem23.Text = "Requested By:";
     this.layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem23.TextSize = new System.Drawing.Size(81, 13);
     this.layoutControlItem23.TextToControlDistance = 18;
     //
     // layoutControlItem24
     //
     this.layoutControlItem24.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem24.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem24.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem24.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem24.Control = this.lblOrderDate;
     this.layoutControlItem24.CustomizationFormText = "Order Date:";
     this.layoutControlItem24.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem24.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem24.MinSize = new System.Drawing.Size(83, 20);
     this.layoutControlItem24.Name = "layoutControlItem24";
     this.layoutControlItem24.Size = new System.Drawing.Size(194, 20);
     this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem24.Text = "Requested Date:";
     this.layoutControlItem24.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem24.TextSize = new System.Drawing.Size(94, 13);
     this.layoutControlItem24.TextToControlDistance = 5;
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = "layoutControlGroup5";
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem29,
     this.layoutControlItem28});
     this.layoutControlGroup5.Location = new System.Drawing.Point(402, 74);
     this.layoutControlGroup5.Name = "layoutControlGroup5";
     this.layoutControlGroup5.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup5.Size = new System.Drawing.Size(219, 54);
     this.layoutControlGroup5.Text = " ";
     this.layoutControlGroup5.TextVisible = false;
     //
     // layoutControlItem29
     //
     this.layoutControlItem29.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem29.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem29.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem29.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem29.Control = this.lblPicklistPrintedDate;
     this.layoutControlItem29.CustomizationFormText = "Picklist Printed Date:";
     this.layoutControlItem29.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem29.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem29.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem29.Name = "layoutControlItem29";
     this.layoutControlItem29.Size = new System.Drawing.Size(205, 20);
     this.layoutControlItem29.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem29.Text = "Picklisted Date:";
     this.layoutControlItem29.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem29.TextLocation = DevExpress.Utils.Locations.Default;
     this.layoutControlItem29.TextSize = new System.Drawing.Size(87, 13);
     this.layoutControlItem29.TextToControlDistance = 5;
     //
     // layoutControlItem28
     //
     this.layoutControlItem28.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem28.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem28.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem28.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem28.Control = this.lblPicklistPrintedBy;
     this.layoutControlItem28.CustomizationFormText = "Picklist Printed By:";
     this.layoutControlItem28.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem28.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem28.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem28.Name = "layoutControlItem28";
     this.layoutControlItem28.Size = new System.Drawing.Size(205, 20);
     this.layoutControlItem28.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem28.Text = "Picklisted By:";
     this.layoutControlItem28.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem28.TextSize = new System.Drawing.Size(74, 13);
     this.layoutControlItem28.TextToControlDistance = 18;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem25,
     this.layoutControlItem26});
     this.layoutControlGroup3.Location = new System.Drawing.Point(621, 74);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup3.Size = new System.Drawing.Size(169, 54);
     this.layoutControlGroup3.Text = "layoutControlGroup3";
     this.layoutControlGroup3.TextVisible = false;
     //
     // layoutControlItem25
     //
     this.layoutControlItem25.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem25.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem25.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem25.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem25.Control = this.lblIssueType;
     this.layoutControlItem25.CustomizationFormText = "Issue Type:";
     this.layoutControlItem25.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem25.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem25.Name = "layoutControlItem25";
     this.layoutControlItem25.Size = new System.Drawing.Size(155, 20);
     this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem25.Text = "Type:";
     this.layoutControlItem25.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem25.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem25.TextToControlDistance = 14;
     //
     // layoutControlItem26
     //
     this.layoutControlItem26.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem26.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem26.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem26.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem26.Control = this.lblIssueStatus;
     this.layoutControlItem26.CustomizationFormText = "Issue Status:";
     this.layoutControlItem26.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem26.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem26.Name = "layoutControlItem26";
     this.layoutControlItem26.Size = new System.Drawing.Size(155, 20);
     this.layoutControlItem26.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem26.Text = "Status:";
     this.layoutControlItem26.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem26.TextSize = new System.Drawing.Size(40, 13);
     this.layoutControlItem26.TextToControlDistance = 5;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(307, 0);
     this.emptySpaceItem1.MaxSize = new System.Drawing.Size(8, 0);
     this.emptySpaceItem1.MinSize = new System.Drawing.Size(8, 10);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(8, 466);
     this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnPrintAndSavePickList;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(827, 466);
     this.layoutControlItem6.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem6.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.btnCancelPickList;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(973, 466);
     this.layoutControlItem7.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text = "layoutControlItem7";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextToControlDistance = 0;
     this.layoutControlItem7.TextVisible = false;
     //
     // layoutControlItem45
     //
     this.layoutControlItem45.Control = this.btnReturnToApprovalStep;
     this.layoutControlItem45.CustomizationFormText = "layoutControlItem45";
     this.layoutControlItem45.Location = new System.Drawing.Point(681, 466);
     this.layoutControlItem45.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem45.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem45.Name = "layoutControlItem45";
     this.layoutControlItem45.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem45.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem45.Text = "layoutControlItem45";
     this.layoutControlItem45.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem45.TextToControlDistance = 0;
     this.layoutControlItem45.TextVisible = false;
     //
     // popupMenu1
     //
     this.popupMenu1.Name = "popupMenu1";
     //
     // emptySpaceItem15
     //
     this.emptySpaceItem15.AllowHotTrack = false;
     this.emptySpaceItem15.CustomizationFormText = "emptySpaceItem15";
     this.emptySpaceItem15.Location = new System.Drawing.Point(0, 116);
     this.emptySpaceItem15.Name = "emptySpaceItem15";
     this.emptySpaceItem15.Size = new System.Drawing.Size(717, 10);
     this.emptySpaceItem15.Text = "emptySpaceItem15";
     this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup8
     //
     this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup8";
     this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup8.Name = "layoutControlGroup8";
     this.layoutControlGroup8.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup8.Size = new System.Drawing.Size(717, 116);
     this.layoutControlGroup8.Text = "layoutControlGroup8";
     //
     // layoutControlGroup9
     //
     this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
     this.layoutControlGroup9.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup9.Name = "layoutControlGroup9";
     this.layoutControlGroup9.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup9.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup9.Text = "layoutControlGroup9";
     //
     // layoutControlGroup10
     //
     this.layoutControlGroup10.CustomizationFormText = "layoutControlGroup10";
     this.layoutControlGroup10.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup10.Name = "layoutControlGroup10";
     this.layoutControlGroup10.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup10.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup10.Text = "layoutControlGroup10";
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.CustomizationFormText = "emptySpaceItem10";
     this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem10.Name = "emptySpaceItem10";
     this.emptySpaceItem10.Size = new System.Drawing.Size(693, 10);
     this.emptySpaceItem10.Text = "emptySpaceItem10";
     this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem22
     //
     this.emptySpaceItem22.AllowHotTrack = false;
     this.emptySpaceItem22.CustomizationFormText = "emptySpaceItem22";
     this.emptySpaceItem22.Location = new System.Drawing.Point(85, 0);
     this.emptySpaceItem22.Name = "emptySpaceItem22";
     this.emptySpaceItem22.Size = new System.Drawing.Size(119, 479);
     this.emptySpaceItem22.Text = "emptySpaceItem22";
     this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem23
     //
     this.emptySpaceItem23.AllowHotTrack = false;
     this.emptySpaceItem23.CustomizationFormText = "emptySpaceItem23";
     this.emptySpaceItem23.Location = new System.Drawing.Point(1179, 24);
     this.emptySpaceItem23.Name = "emptySpaceItem23";
     this.emptySpaceItem23.Size = new System.Drawing.Size(10, 455);
     this.emptySpaceItem23.Text = "emptySpaceItem23";
     this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printOrder});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.gridPickListDetail;
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Time Printed]",
         "[Date Printed]",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     this.printableComponentLink1.RtfReportHeader = resources.GetString("printableComponentLink1.RtfReportHeader");
     //
     // printOrder
     //
     this.printOrder.Landscape = true;
     this.printOrder.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printOrder.PrintingSystemBase = this.printingSystem1;
     //
     // progressBarControl
     //
     this.progressBarControl.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.progressBarControl.Location = new System.Drawing.Point(313, 275);
     this.progressBarControl.MaximumSize = new System.Drawing.Size(496, 25);
     this.progressBarControl.MinimumSize = new System.Drawing.Size(496, 25);
     this.progressBarControl.Name = "progressBarControl";
     this.progressBarControl.Properties.PercentView = false;
     this.progressBarControl.Properties.ShowTitle = true;
     this.progressBarControl.Size = new System.Drawing.Size(496, 25);
     this.progressBarControl.TabIndex = 32;
     this.progressBarControl.Visible = false;
     //
     // bgWorker
     //
     this.bgWorker.WorkerReportsProgress = true;
     this.bgWorker.WorkerSupportsCancellation = true;
     this.bgWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorker_DoWork);
     this.bgWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgWorker_ProgressChanged);
     this.bgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorker_RunWorkerCompleted);
     //
     // PickListConfirmationForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1123, 496);
     this.Controls.Add(this.progressBarControl);
     this.Controls.Add(this.layoutControl2);
     this.Name = "PickListConfirmationForm";
     this.Text = "Pick List";
     this.Load += new System.EventHandler(this.OrderForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkStoreType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityNameFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUnConfirmed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUnconfirmedView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListApprovedBy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListOrderNumber.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListRequestedBy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListFromStore.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.editManuf2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizeLookup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcUnconfirmedPicklists)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeaderSection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.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();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralCostChart));
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.cboStores = new DevExpress.XtraEditors.LookUpEdit();
     this.lblHeader = new System.Windows.Forms.Label();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
     this.chartReceiveCost = new DevExpress.XtraCharts.ChartControl();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.cboYear = new DevExpress.XtraEditors.LookUpEdit();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartReceiveCost)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // cboStores
     //
     this.cboStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.Location = new System.Drawing.Point(600, 12);
     this.cboStores.Name = "cboStores";
     this.cboStores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
     this.cboStores.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreName", "Name")});
     this.cboStores.Properties.DisplayMember = "StoreName";
     this.cboStores.Properties.NullText = "";
     this.cboStores.Properties.ValueMember = "ID";
     this.cboStores.Size = new System.Drawing.Size(193, 20);
     this.cboStores.TabIndex = 21;
     this.cboStores.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged);
     //
     // lblHeader
     //
     this.lblHeader.AutoSize = true;
     this.lblHeader.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.Location = new System.Drawing.Point(41, 15);
     this.lblHeader.Name = "lblHeader";
     this.lblHeader.Size = new System.Drawing.Size(232, 23);
     this.lblHeader.TabIndex = 23;
     this.lblHeader.Text = "Issue and Receive Cost";
     this.lblHeader.Click += new System.EventHandler(this.lblHeader_Click);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Location = new System.Drawing.Point(799, 9);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(63, 24);
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.button1_Click);
     //
     // chartReceiveCost
     //
     this.chartReceiveCost.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)));
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartReceiveCost.Diagram = xyDiagram1;
     this.chartReceiveCost.EmptyChartText.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartReceiveCost.EmptyChartText.Text = "Data is not available for the selected Store and Year. ";
     this.chartReceiveCost.EmptyChartText.TextColor = System.Drawing.Color.Black;
     this.chartReceiveCost.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartReceiveCost.Location = new System.Drawing.Point(12, 41);
     this.chartReceiveCost.Name = "chartReceiveCost";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name = "Series 1";
     series1.View = lineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name = "Series 2";
     series2.View = lineSeriesView2;
     this.chartReceiveCost.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2};
     pointSeriesLabel3.LineVisible = true;
     this.chartReceiveCost.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartReceiveCost.SeriesTemplate.View = lineSeriesView3;
     this.chartReceiveCost.Size = new System.Drawing.Size(849, 527);
     this.chartReceiveCost.TabIndex = 25;
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.chartReceiveCost;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 100, 100);
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     //
     // cboYear
     //
     this.cboYear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboYear.Location = new System.Drawing.Point(505, 12);
     this.cboYear.Name = "cboYear";
     this.cboYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
     this.cboYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("year", "year")});
     this.cboYear.Properties.DisplayMember = "year";
     this.cboYear.Properties.NullText = "";
     this.cboYear.Properties.ValueMember = "year";
     this.cboYear.Size = new System.Drawing.Size(77, 20);
     this.cboYear.TabIndex = 26;
     this.cboYear.EditValueChanged += new System.EventHandler(this.cboYear_EditValueChanged);
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor = System.Drawing.Color.Black;
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.ForeColor = System.Drawing.Color.Black;
     this.dtDate.Location = new System.Drawing.Point(198, 18);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // GeneralCostChart
     //
     this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(873, 580);
     this.Controls.Add(this.cboYear);
     this.Controls.Add(this.chartReceiveCost);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.cboStores);
     this.Name = "GeneralCostChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartReceiveCost)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DispatchConfirmation));
     this.colVoidReq = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.boxSizedList = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
     this.lblVoidConfirmedBy = new DevExpress.XtraEditors.LabelControl();
     this.lblVoidConfirmedDate = new DevExpress.XtraEditors.LabelControl();
     this.lblDispatchedDate = new DevExpress.XtraEditors.LabelControl();
     this.lblIssueStatus = new DevExpress.XtraEditors.LabelControl();
     this.lblIssueType = new DevExpress.XtraEditors.LabelControl();
     this.lblRequistedDate = new DevExpress.XtraEditors.LabelControl();
     this.lblVoidRequestedBy = new DevExpress.XtraEditors.LabelControl();
     this.lblDocumentedType = new DevExpress.XtraEditors.LabelControl();
     this.lblOwnership = new DevExpress.XtraEditors.LabelControl();
     this.lblPaymentType = new DevExpress.XtraEditors.LabelControl();
     this.lblInstitutionType = new DevExpress.XtraEditors.LabelControl();
     this.lblSTVDate = new DevExpress.XtraEditors.LabelControl();
     this.lblActivity = new DevExpress.XtraEditors.LabelControl();
     this.lblSubAccount = new DevExpress.XtraEditors.LabelControl();
     this.lblAccount = new DevExpress.XtraEditors.LabelControl();
     this.lblDispatchConfirmedBy = new DevExpress.XtraEditors.LabelControl();
     this.lblSTVPrintedBy = new DevExpress.XtraEditors.LabelControl();
     this.lblSTVNo = new DevExpress.XtraEditors.LabelControl();
     this.lblWoreda = new DevExpress.XtraEditors.LabelControl();
     this.lblZone = new DevExpress.XtraEditors.LabelControl();
     this.lblRegion = new DevExpress.XtraEditors.LabelControl();
     this.lblMode = new DevExpress.XtraEditors.LabelControl();
     this.btnGoSTV = new DevExpress.XtraEditors.SimpleButton();
     this.tEditSTVNo = new DevExpress.XtraEditors.TextEdit();
     this.dateTo = new CalendarLib.DateTimePickerEx();
     this.dateFrom = new CalendarLib.DateTimePickerEx();
     this.btnGo = new DevExpress.XtraEditors.SimpleButton();
     this.lkAccount = new DevExpress.XtraEditors.GridLookUpEdit();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn96 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn97 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn98 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.txtPreprintedInvoiceNo = new DevExpress.XtraEditors.TextEdit();
     this.btnCancelVoidRequest = new DevExpress.XtraEditors.SimpleButton();
     this.txtFacilityNameFilter = new DevExpress.XtraEditors.TextEdit();
     this.gridUndispatchedIssues = new DevExpress.XtraGrid.GridControl();
     this.gridUndispatchedIssuesView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnConfirmIssue1 = new DevExpress.XtraEditors.SimpleButton();
     this.btnApproveVoidRequest = new DevExpress.XtraEditors.SimpleButton();
     this.txtConfirmFromStore = new DevExpress.XtraEditors.TextEdit();
     this.btnMarkAsVoid = new DevExpress.XtraEditors.SimpleButton();
     this.txtSTVInvoiceNo = new DevExpress.XtraEditors.TextEdit();
     this.txtRemarks = new DevExpress.XtraEditors.MemoEdit();
     this.gridUndispatchedIssueDetails = new DevExpress.XtraGrid.GridControl();
     this.gridViewUndispatchedIssueDetails = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.Unit = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     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.colActuallyIssuedNoOfPack = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBUPicked = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn62 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.txtIssuedBy = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
     this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem58 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup13 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.FacilityGroup = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem43 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem38 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem45 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem40 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem37 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem33 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem47 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem60 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem62 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem54 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem56 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem49 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem52 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup19 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem50 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.lcRequestVoid = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.lcApprovalCancel = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcApproval = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcDispatchConfirm = new DevExpress.XtraLayout.LayoutControlItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printOrder = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.LastVisitlayout = new DevExpress.XtraLayout.LayoutControlItem();
     this.NoRequisitionlayout = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem41 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem42 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem34 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem36 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem39 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem44 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem46 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem35 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem48 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem51 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem53 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem55 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem57 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem59 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem61 = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
     this.layoutControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tEditSTVNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkAccount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPreprintedInvoiceNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityNameFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUndispatchedIssues)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUndispatchedIssuesView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmFromStore.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSTVInvoiceNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUndispatchedIssueDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewUndispatchedIssueDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIssuedBy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem58)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FacilityGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem47)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem60)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem62)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem54)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem56)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem49)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem50)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcRequestVoid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcApprovalCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcApproval)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcDispatchConfirm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastVisitlayout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoRequisitionlayout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem35)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem48)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem51)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem53)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem55)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem57)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem59)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem61)).BeginInit();
     this.SuspendLayout();
     //
     // colVoidReq
     //
     this.colVoidReq.Caption = "VoidRequest";
     this.colVoidReq.FieldName = "VoidRequest";
     this.colVoidReq.Name = "colVoidReq";
     //
     // repositoryItemMemoEdit3
     //
     this.repositoryItemMemoEdit3.LookAndFeel.SkinName = "Seven";
     this.repositoryItemMemoEdit3.Name = "repositoryItemMemoEdit3";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     //
     // boxSizedList
     //
     this.boxSizedList.AutoHeight = false;
     this.boxSizedList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizedList.DisplayMember = "Name";
     this.boxSizedList.Name = "boxSizedList";
     this.boxSizedList.ValueMember = "ID";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemDateEdit3.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit3.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     //
     // repositoryItemButtonEdit4
     //
     this.repositoryItemButtonEdit4.AutoHeight = false;
     this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
     this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // layoutControl3
     //
     this.layoutControl3.AllowCustomizationMenu = false;
     this.layoutControl3.Controls.Add(this.lblVoidConfirmedBy);
     this.layoutControl3.Controls.Add(this.lblVoidConfirmedDate);
     this.layoutControl3.Controls.Add(this.lblDispatchedDate);
     this.layoutControl3.Controls.Add(this.lblIssueStatus);
     this.layoutControl3.Controls.Add(this.lblIssueType);
     this.layoutControl3.Controls.Add(this.lblRequistedDate);
     this.layoutControl3.Controls.Add(this.lblVoidRequestedBy);
     this.layoutControl3.Controls.Add(this.lblDocumentedType);
     this.layoutControl3.Controls.Add(this.lblOwnership);
     this.layoutControl3.Controls.Add(this.lblPaymentType);
     this.layoutControl3.Controls.Add(this.lblInstitutionType);
     this.layoutControl3.Controls.Add(this.lblSTVDate);
     this.layoutControl3.Controls.Add(this.lblActivity);
     this.layoutControl3.Controls.Add(this.lblSubAccount);
     this.layoutControl3.Controls.Add(this.lblAccount);
     this.layoutControl3.Controls.Add(this.lblDispatchConfirmedBy);
     this.layoutControl3.Controls.Add(this.lblSTVPrintedBy);
     this.layoutControl3.Controls.Add(this.lblSTVNo);
     this.layoutControl3.Controls.Add(this.lblWoreda);
     this.layoutControl3.Controls.Add(this.lblZone);
     this.layoutControl3.Controls.Add(this.lblRegion);
     this.layoutControl3.Controls.Add(this.lblMode);
     this.layoutControl3.Controls.Add(this.btnGoSTV);
     this.layoutControl3.Controls.Add(this.tEditSTVNo);
     this.layoutControl3.Controls.Add(this.dateTo);
     this.layoutControl3.Controls.Add(this.dateFrom);
     this.layoutControl3.Controls.Add(this.btnGo);
     this.layoutControl3.Controls.Add(this.lkAccount);
     this.layoutControl3.Controls.Add(this.txtPreprintedInvoiceNo);
     this.layoutControl3.Controls.Add(this.btnCancelVoidRequest);
     this.layoutControl3.Controls.Add(this.txtFacilityNameFilter);
     this.layoutControl3.Controls.Add(this.gridUndispatchedIssues);
     this.layoutControl3.Controls.Add(this.btnConfirmIssue1);
     this.layoutControl3.Controls.Add(this.btnApproveVoidRequest);
     this.layoutControl3.Controls.Add(this.txtConfirmFromStore);
     this.layoutControl3.Controls.Add(this.btnMarkAsVoid);
     this.layoutControl3.Controls.Add(this.txtSTVInvoiceNo);
     this.layoutControl3.Controls.Add(this.txtRemarks);
     this.layoutControl3.Controls.Add(this.gridUndispatchedIssueDetails);
     this.layoutControl3.Controls.Add(this.txtIssuedBy);
     this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl3.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem18,
     this.tabbedControlGroup1,
     this.layoutControlItem26,
     this.layoutControlItem21,
     this.layoutControlItem25,
     this.layoutControlItem20,
     this.layoutControlItem58,
     this.layoutControlItem27});
     this.layoutControl3.Location = new System.Drawing.Point(0, 0);
     this.layoutControl3.Margin = new System.Windows.Forms.Padding(0);
     this.layoutControl3.Name = "layoutControl3";
     this.layoutControl3.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(237, 213, 474, 421);
     this.layoutControl3.Root = this.layoutControlGroup7;
     this.layoutControl3.Size = new System.Drawing.Size(1123, 385);
     this.layoutControl3.TabIndex = 37;
     this.layoutControl3.Text = "layoutControl3";
     //
     // lblVoidConfirmedBy
     //
     this.lblVoidConfirmedBy.Location = new System.Drawing.Point(825, 129);
     this.lblVoidConfirmedBy.Name = "lblVoidConfirmedBy";
     this.lblVoidConfirmedBy.Size = new System.Drawing.Size(61, 16);
     this.lblVoidConfirmedBy.StyleController = this.layoutControl3;
     this.lblVoidConfirmedBy.TabIndex = 106;
     //
     // lblVoidConfirmedDate
     //
     this.lblVoidConfirmedDate.Location = new System.Drawing.Point(825, 109);
     this.lblVoidConfirmedDate.Name = "lblVoidConfirmedDate";
     this.lblVoidConfirmedDate.Size = new System.Drawing.Size(61, 16);
     this.lblVoidConfirmedDate.StyleController = this.layoutControl3;
     this.lblVoidConfirmedDate.TabIndex = 105;
     //
     // lblDispatchedDate
     //
     this.lblDispatchedDate.Location = new System.Drawing.Point(803, 129);
     this.lblDispatchedDate.Name = "lblDispatchedDate";
     this.lblDispatchedDate.Size = new System.Drawing.Size(87, 16);
     this.lblDispatchedDate.StyleController = this.layoutControl3;
     this.lblDispatchedDate.TabIndex = 104;
     //
     // lblIssueStatus
     //
     this.lblIssueStatus.Location = new System.Drawing.Point(949, 109);
     this.lblIssueStatus.Name = "lblIssueStatus";
     this.lblIssueStatus.Size = new System.Drawing.Size(158, 16);
     this.lblIssueStatus.StyleController = this.layoutControl3;
     this.lblIssueStatus.TabIndex = 103;
     //
     // lblIssueType
     //
     this.lblIssueType.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.lblIssueType.Location = new System.Drawing.Point(949, 129);
     this.lblIssueType.Name = "lblIssueType";
     this.lblIssueType.Size = new System.Drawing.Size(158, 16);
     this.lblIssueType.StyleController = this.layoutControl3;
     this.lblIssueType.TabIndex = 102;
     //
     // lblRequistedDate
     //
     this.lblRequistedDate.Location = new System.Drawing.Point(619, 109);
     this.lblRequistedDate.Name = "lblRequistedDate";
     this.lblRequistedDate.Size = new System.Drawing.Size(65, 16);
     this.lblRequistedDate.StyleController = this.layoutControl3;
     this.lblRequistedDate.TabIndex = 101;
     //
     // lblVoidRequestedBy
     //
     this.lblVoidRequestedBy.Location = new System.Drawing.Point(619, 129);
     this.lblVoidRequestedBy.Name = "lblVoidRequestedBy";
     this.lblVoidRequestedBy.Size = new System.Drawing.Size(65, 16);
     this.lblVoidRequestedBy.StyleController = this.layoutControl3;
     this.lblVoidRequestedBy.TabIndex = 100;
     //
     // lblDocumentedType
     //
     this.lblDocumentedType.Location = new System.Drawing.Point(596, 55);
     this.lblDocumentedType.Name = "lblDocumentedType";
     this.lblDocumentedType.Size = new System.Drawing.Size(103, 16);
     this.lblDocumentedType.StyleController = this.layoutControl3;
     this.lblDocumentedType.TabIndex = 99;
     //
     // lblOwnership
     //
     this.lblOwnership.Location = new System.Drawing.Point(974, 55);
     this.lblOwnership.Name = "lblOwnership";
     this.lblOwnership.Size = new System.Drawing.Size(133, 16);
     this.lblOwnership.StyleController = this.layoutControl3;
     this.lblOwnership.TabIndex = 98;
     //
     // lblPaymentType
     //
     this.lblPaymentType.Location = new System.Drawing.Point(344, 55);
     this.lblPaymentType.Name = "lblPaymentType";
     this.lblPaymentType.Size = new System.Drawing.Size(151, 16);
     this.lblPaymentType.StyleController = this.layoutControl3;
     this.lblPaymentType.TabIndex = 96;
     //
     // lblInstitutionType
     //
     this.lblInstitutionType.Location = new System.Drawing.Point(781, 55);
     this.lblInstitutionType.Name = "lblInstitutionType";
     this.lblInstitutionType.Size = new System.Drawing.Size(122, 16);
     this.lblInstitutionType.StyleController = this.layoutControl3;
     this.lblInstitutionType.TabIndex = 95;
     //
     // lblSTVDate
     //
     this.lblSTVDate.Location = new System.Drawing.Point(364, 109);
     this.lblSTVDate.Name = "lblSTVDate";
     this.lblSTVDate.Size = new System.Drawing.Size(115, 16);
     this.lblSTVDate.StyleController = this.layoutControl3;
     this.lblSTVDate.TabIndex = 94;
     //
     // lblActivity
     //
     this.lblActivity.Location = new System.Drawing.Point(974, 35);
     this.lblActivity.Name = "lblActivity";
     this.lblActivity.Size = new System.Drawing.Size(133, 16);
     this.lblActivity.StyleController = this.layoutControl3;
     this.lblActivity.TabIndex = 93;
     //
     // lblSubAccount
     //
     this.lblSubAccount.Location = new System.Drawing.Point(781, 35);
     this.lblSubAccount.Name = "lblSubAccount";
     this.lblSubAccount.Size = new System.Drawing.Size(122, 16);
     this.lblSubAccount.StyleController = this.layoutControl3;
     this.lblSubAccount.TabIndex = 92;
     //
     // lblAccount
     //
     this.lblAccount.Location = new System.Drawing.Point(596, 35);
     this.lblAccount.Name = "lblAccount";
     this.lblAccount.Size = new System.Drawing.Size(103, 16);
     this.lblAccount.StyleController = this.layoutControl3;
     this.lblAccount.TabIndex = 91;
     //
     // lblDispatchConfirmedBy
     //
     this.lblDispatchConfirmedBy.Location = new System.Drawing.Point(803, 129);
     this.lblDispatchConfirmedBy.Name = "lblDispatchConfirmedBy";
     this.lblDispatchConfirmedBy.Size = new System.Drawing.Size(87, 16);
     this.lblDispatchConfirmedBy.StyleController = this.layoutControl3;
     this.lblDispatchConfirmedBy.TabIndex = 90;
     //
     // lblSTVPrintedBy
     //
     this.lblSTVPrintedBy.Location = new System.Drawing.Point(364, 129);
     this.lblSTVPrintedBy.Name = "lblSTVPrintedBy";
     this.lblSTVPrintedBy.Size = new System.Drawing.Size(115, 16);
     this.lblSTVPrintedBy.StyleController = this.layoutControl3;
     this.lblSTVPrintedBy.TabIndex = 86;
     //
     // lblSTVNo
     //
     this.lblSTVNo.Location = new System.Drawing.Point(369, 109);
     this.lblSTVNo.Name = "lblSTVNo";
     this.lblSTVNo.Size = new System.Drawing.Size(119, 16);
     this.lblSTVNo.StyleController = this.layoutControl3;
     this.lblSTVNo.TabIndex = 85;
     this.lblSTVNo.Text = " ";
     //
     // lblWoreda
     //
     this.lblWoreda.Location = new System.Drawing.Point(344, 75);
     this.lblWoreda.Name = "lblWoreda";
     this.lblWoreda.Size = new System.Drawing.Size(151, 16);
     this.lblWoreda.StyleController = this.layoutControl3;
     this.lblWoreda.TabIndex = 84;
     //
     // lblZone
     //
     this.lblZone.Location = new System.Drawing.Point(596, 75);
     this.lblZone.Name = "lblZone";
     this.lblZone.Size = new System.Drawing.Size(103, 16);
     this.lblZone.StyleController = this.layoutControl3;
     this.lblZone.TabIndex = 83;
     //
     // lblRegion
     //
     this.lblRegion.Location = new System.Drawing.Point(781, 75);
     this.lblRegion.Name = "lblRegion";
     this.lblRegion.Size = new System.Drawing.Size(326, 16);
     this.lblRegion.StyleController = this.layoutControl3;
     this.lblRegion.TabIndex = 82;
     //
     // lblMode
     //
     this.lblMode.Location = new System.Drawing.Point(344, 35);
     this.lblMode.Name = "lblMode";
     this.lblMode.Size = new System.Drawing.Size(151, 16);
     this.lblMode.StyleController = this.layoutControl3;
     this.lblMode.TabIndex = 80;
     //
     // btnGoSTV
     //
     this.btnGoSTV.Image = global::HCMIS.Desktop.Properties.Resources.Search;
     this.btnGoSTV.Location = new System.Drawing.Point(106, 134);
     this.btnGoSTV.MinimumSize = new System.Drawing.Size(0, 20);
     this.btnGoSTV.Name = "btnGoSTV";
     this.btnGoSTV.Size = new System.Drawing.Size(142, 22);
     this.btnGoSTV.StyleController = this.layoutControl3;
     this.btnGoSTV.TabIndex = 76;
     this.btnGoSTV.Text = "Search";
     this.btnGoSTV.Click += new System.EventHandler(this.btnGoSTV_Click);
     //
     // tEditSTVNo
     //
     this.tEditSTVNo.EditValue = "";
     this.dxValidationProvider1.SetIconAlignment(this.tEditSTVNo, System.Windows.Forms.ErrorIconAlignment.MiddleRight);
     this.tEditSTVNo.Location = new System.Drawing.Point(18, 135);
     this.tEditSTVNo.Margin = new System.Windows.Forms.Padding(0);
     this.tEditSTVNo.MinimumSize = new System.Drawing.Size(0, 20);
     this.tEditSTVNo.Name = "tEditSTVNo";
     this.tEditSTVNo.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.tEditSTVNo.Properties.NullValuePrompt = "Invoice No:";
     this.tEditSTVNo.Properties.NullValuePromptShowForEmptyValue = true;
     this.tEditSTVNo.Size = new System.Drawing.Size(83, 20);
     this.tEditSTVNo.StyleController = this.layoutControl3;
     this.tEditSTVNo.TabIndex = 75;
     //
     // dateTo
     //
     this.dateTo.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.dateTo.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dateTo.DayOfWeekCharacters = 1;
     this.dateTo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dateTo.Location = new System.Drawing.Point(17, 84);
     this.dateTo.Name = "dateTo";
     this.dateTo.PopUpFontSize = 11F;
     this.dateTo.Size = new System.Drawing.Size(231, 20);
     this.dateTo.TabIndex = 74;
     this.dateTo.Value = new System.DateTime(2014, 10, 5, 0, 0, 0, 0);
     //
     // dateFrom
     //
     this.dateFrom.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.dateFrom.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dateFrom.DayOfWeekCharacters = 1;
     this.dateFrom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dateFrom.Location = new System.Drawing.Point(17, 60);
     this.dateFrom.Name = "dateFrom";
     this.dateFrom.PopUpFontSize = 11F;
     this.dateFrom.Size = new System.Drawing.Size(231, 20);
     this.dateFrom.TabIndex = 73;
     this.dateFrom.Value = new System.DateTime(2014, 10, 5, 0, 0, 0, 0);
     //
     // btnGo
     //
     this.btnGo.Image = global::HCMIS.Desktop.Properties.Resources.Forward;
     this.btnGo.Location = new System.Drawing.Point(106, 108);
     this.btnGo.Name = "btnGo";
     this.btnGo.Size = new System.Drawing.Size(142, 22);
     this.btnGo.StyleController = this.layoutControl3;
     this.btnGo.TabIndex = 72;
     this.btnGo.Text = "Go";
     this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
     //
     // lkAccount
     //
     this.lkAccount.Location = new System.Drawing.Point(17, 36);
     this.lkAccount.Name = "lkAccount";
     this.lkAccount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkAccount.Properties.DisplayMember = "StoreNameConcat";
     this.lkAccount.Properties.NullText = "Select Account";
     this.lkAccount.Properties.ShowFooter = false;
     this.lkAccount.Properties.ValueMember = "ID";
     this.lkAccount.Properties.View = this.gridView2;
     this.lkAccount.Size = new System.Drawing.Size(231, 20);
     this.lkAccount.StyleController = this.layoutControl3;
     this.lkAccount.TabIndex = 69;
     this.lkAccount.EditValueChanged += new System.EventHandler(this.lkAccount_EditValueChanged);
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn9,
     this.gridColumn96,
     this.gridColumn10,
     this.gridColumn97,
     this.gridColumn98});
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.GroupCount = 3;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsBehavior.AutoExpandAllGroups = true;
     this.gridView2.OptionsMenu.EnableFooterMenu = false;
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     this.gridView2.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn10, DevExpress.Data.ColumnSortOrder.Ascending),
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn97, DevExpress.Data.ColumnSortOrder.Ascending),
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn96, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "ID";
     this.gridColumn9.FieldName = "ID";
     this.gridColumn9.Name = "gridColumn9";
     //
     // gridColumn96
     //
     this.gridColumn96.Caption = "Sub Account";
     this.gridColumn96.FieldName = "StoreGroupDivision";
     this.gridColumn96.Name = "gridColumn96";
     this.gridColumn96.Visible = true;
     this.gridColumn96.VisibleIndex = 0;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "Mode";
     this.gridColumn10.FieldName = "StoreType";
     this.gridColumn10.Name = "gridColumn10";
     //
     // gridColumn97
     //
     this.gridColumn97.Caption = "Account";
     this.gridColumn97.FieldName = "StoreGroup";
     this.gridColumn97.Name = "gridColumn97";
     //
     // gridColumn98
     //
     this.gridColumn98.Caption = "SSA";
     this.gridColumn98.FieldName = "Name";
     this.gridColumn98.Name = "gridColumn98";
     this.gridColumn98.Visible = true;
     this.gridColumn98.VisibleIndex = 0;
     this.gridColumn98.Width = 83;
     //
     // txtPreprintedInvoiceNo
     //
     this.txtPreprintedInvoiceNo.Location = new System.Drawing.Point(1020, 161);
     this.txtPreprintedInvoiceNo.Name = "txtPreprintedInvoiceNo";
     this.txtPreprintedInvoiceNo.Size = new System.Drawing.Size(99, 20);
     this.txtPreprintedInvoiceNo.StyleController = this.layoutControl3;
     this.txtPreprintedInvoiceNo.TabIndex = 48;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText = "Please fill this box";
     this.dxValidationProvider1.SetValidationRule(this.txtPreprintedInvoiceNo, conditionValidationRule1);
     this.txtPreprintedInvoiceNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPreprintedInvoiceNo_KeyDown);
     //
     // btnCancelVoidRequest
     //
     this.btnCancelVoidRequest.Image = global::HCMIS.Desktop.Properties.Resources.cross;
     this.btnCancelVoidRequest.Location = new System.Drawing.Point(977, 359);
     this.btnCancelVoidRequest.Name = "btnCancelVoidRequest";
     this.btnCancelVoidRequest.Size = new System.Drawing.Size(142, 22);
     this.btnCancelVoidRequest.StyleController = this.layoutControl3;
     this.btnCancelVoidRequest.TabIndex = 46;
     this.btnCancelVoidRequest.Text = "Cancel Void Request";
     this.btnCancelVoidRequest.Click += new System.EventHandler(this.btnCancelVoidRequest_Click);
     //
     // txtFacilityNameFilter
     //
     this.txtFacilityNameFilter.CausesValidation = false;
     this.txtFacilityNameFilter.Location = new System.Drawing.Point(57, 172);
     this.txtFacilityNameFilter.Name = "txtFacilityNameFilter";
     this.txtFacilityNameFilter.Size = new System.Drawing.Size(203, 20);
     this.txtFacilityNameFilter.StyleController = this.layoutControl3;
     this.txtFacilityNameFilter.TabIndex = 44;
     this.txtFacilityNameFilter.EditValueChanged += new System.EventHandler(this.txtFacilityNameFilter_EditValueChanged);
     //
     // gridUndispatchedIssues
     //
     this.gridUndispatchedIssues.Location = new System.Drawing.Point(5, 196);
     this.gridUndispatchedIssues.MainView = this.gridUndispatchedIssuesView;
     this.gridUndispatchedIssues.Name = "gridUndispatchedIssues";
     this.gridUndispatchedIssues.Size = new System.Drawing.Size(255, 157);
     this.gridUndispatchedIssues.TabIndex = 15;
     this.gridUndispatchedIssues.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridUndispatchedIssuesView});
     //
     // gridUndispatchedIssuesView
     //
     this.gridUndispatchedIssuesView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn48,
     this.gridColumn49,
     this.gridColumn46,
     this.gridColumn1,
     this.colVoidReq});
     styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column = this.colVoidReq;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1 = "True";
     this.gridUndispatchedIssuesView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1});
     this.gridUndispatchedIssuesView.GridControl = this.gridUndispatchedIssues;
     this.gridUndispatchedIssuesView.GroupCount = 1;
     this.gridUndispatchedIssuesView.GroupFormat = "[#image]{1} {2}";
     this.gridUndispatchedIssuesView.Name = "gridUndispatchedIssuesView";
     this.gridUndispatchedIssuesView.OptionsBehavior.Editable = false;
     this.gridUndispatchedIssuesView.OptionsCustomization.AllowColumnMoving = false;
     this.gridUndispatchedIssuesView.OptionsCustomization.AllowColumnResizing = false;
     this.gridUndispatchedIssuesView.OptionsCustomization.AllowFilter = false;
     this.gridUndispatchedIssuesView.OptionsCustomization.AllowGroup = false;
     this.gridUndispatchedIssuesView.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridUndispatchedIssuesView.OptionsCustomization.AllowSort = false;
     this.gridUndispatchedIssuesView.OptionsMenu.EnableColumnMenu = false;
     this.gridUndispatchedIssuesView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridUndispatchedIssuesView.OptionsSelection.UseIndicatorForSelection = false;
     this.gridUndispatchedIssuesView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridUndispatchedIssuesView.OptionsView.ShowGroupPanel = false;
     this.gridUndispatchedIssuesView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn49, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridUndispatchedIssuesView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.OnUndispatchedIssueClicked);
     //
     // gridColumn48
     //
     this.gridColumn48.Caption = "Invoice";
     this.gridColumn48.FieldName = "IDPrinted";
     this.gridColumn48.Name = "gridColumn48";
     this.gridColumn48.OptionsColumn.AllowEdit = false;
     this.gridColumn48.OptionsColumn.AllowFocus = false;
     this.gridColumn48.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn48.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.OptionsColumn.AllowMove = false;
     this.gridColumn48.OptionsColumn.AllowShowHide = false;
     this.gridColumn48.OptionsColumn.AllowSize = false;
     this.gridColumn48.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn48.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn48.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn48.OptionsColumn.TabStop = false;
     this.gridColumn48.Visible = true;
     this.gridColumn48.VisibleIndex = 0;
     //
     // gridColumn49
     //
     this.gridColumn49.FieldName = "RequestedBy";
     this.gridColumn49.Name = "gridColumn49";
     this.gridColumn49.Width = 159;
     //
     // gridColumn46
     //
     this.gridColumn46.Caption = "Account Type";
     this.gridColumn46.FieldName = "StoreName";
     this.gridColumn46.Name = "gridColumn46";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "STVID";
     this.gridColumn1.FieldName = "STVID";
     this.gridColumn1.Name = "gridColumn1";
     //
     // btnConfirmIssue1
     //
     this.btnConfirmIssue1.Image = ((System.Drawing.Image)(resources.GetObject("btnConfirmIssue1.Image")));
     this.btnConfirmIssue1.Location = new System.Drawing.Point(539, 359);
     this.btnConfirmIssue1.Name = "btnConfirmIssue1";
     this.btnConfirmIssue1.Size = new System.Drawing.Size(142, 22);
     this.btnConfirmIssue1.StyleController = this.layoutControl3;
     this.btnConfirmIssue1.TabIndex = 42;
     this.btnConfirmIssue1.Text = "Confirm Dispatch";
     this.btnConfirmIssue1.Click += new System.EventHandler(this.btnConfirmIssue_Click);
     //
     // btnApproveVoidRequest
     //
     this.btnApproveVoidRequest.Image = global::HCMIS.Desktop.Properties.Resources.icon_accept;
     this.btnApproveVoidRequest.Location = new System.Drawing.Point(831, 359);
     this.btnApproveVoidRequest.Name = "btnApproveVoidRequest";
     this.btnApproveVoidRequest.Size = new System.Drawing.Size(142, 22);
     this.btnApproveVoidRequest.StyleController = this.layoutControl3;
     this.btnApproveVoidRequest.TabIndex = 47;
     this.btnApproveVoidRequest.Text = "Confirm Void Request";
     this.btnApproveVoidRequest.Click += new System.EventHandler(this.btnApproveVoidRequest_Click);
     //
     // txtConfirmFromStore
     //
     this.txtConfirmFromStore.Enabled = false;
     this.txtConfirmFromStore.Location = new System.Drawing.Point(527, 54);
     this.txtConfirmFromStore.Name = "txtConfirmFromStore";
     this.txtConfirmFromStore.Size = new System.Drawing.Size(201, 20);
     this.txtConfirmFromStore.StyleController = this.layoutControl3;
     this.txtConfirmFromStore.TabIndex = 38;
     //
     // btnMarkAsVoid
     //
     this.btnMarkAsVoid.Image = global::HCMIS.Desktop.Properties.Resources.Unmark;
     this.btnMarkAsVoid.Location = new System.Drawing.Point(685, 359);
     this.btnMarkAsVoid.Name = "btnMarkAsVoid";
     this.btnMarkAsVoid.Size = new System.Drawing.Size(142, 22);
     this.btnMarkAsVoid.StyleController = this.layoutControl3;
     this.btnMarkAsVoid.TabIndex = 45;
     this.btnMarkAsVoid.Text = "Request a Void";
     this.btnMarkAsVoid.Click += new System.EventHandler(this.btnMarkAsVoid_Click);
     //
     // txtSTVInvoiceNo
     //
     this.txtSTVInvoiceNo.Enabled = false;
     this.txtSTVInvoiceNo.Location = new System.Drawing.Point(638, 100);
     this.txtSTVInvoiceNo.Name = "txtSTVInvoiceNo";
     this.txtSTVInvoiceNo.Size = new System.Drawing.Size(359, 20);
     this.txtSTVInvoiceNo.StyleController = this.layoutControl3;
     this.txtSTVInvoiceNo.TabIndex = 37;
     //
     // txtRemarks
     //
     this.txtRemarks.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtRemarks.Location = new System.Drawing.Point(56, 358);
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.Size = new System.Drawing.Size(203, 21);
     this.txtRemarks.StyleController = this.layoutControl3;
     this.txtRemarks.TabIndex = 32;
     //
     // gridUndispatchedIssueDetails
     //
     this.gridUndispatchedIssueDetails.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.gridUndispatchedIssueDetails.Location = new System.Drawing.Point(273, 185);
     this.gridUndispatchedIssueDetails.MainView = this.gridViewUndispatchedIssueDetails;
     this.gridUndispatchedIssueDetails.Name = "gridUndispatchedIssueDetails";
     this.gridUndispatchedIssueDetails.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.gridUndispatchedIssueDetails.Size = new System.Drawing.Size(846, 170);
     this.gridUndispatchedIssueDetails.TabIndex = 13;
     this.gridUndispatchedIssueDetails.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewUndispatchedIssueDetails});
     //
     // gridViewUndispatchedIssueDetails
     //
     this.gridViewUndispatchedIssueDetails.Appearance.GroupFooter.BackColor = System.Drawing.Color.White;
     this.gridViewUndispatchedIssueDetails.Appearance.GroupFooter.BackColor2 = System.Drawing.Color.White;
     this.gridViewUndispatchedIssueDetails.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gridViewUndispatchedIssueDetails.Appearance.GroupFooter.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.gridViewUndispatchedIssueDetails.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gridViewUndispatchedIssueDetails.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gridViewUndispatchedIssueDetails.Appearance.GroupFooter.Options.UseTextOptions = true;
     this.gridViewUndispatchedIssueDetails.Appearance.GroupFooter.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewUndispatchedIssueDetails.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Unit,
     this.gridColumn22,
     this.gridColumn23,
     this.gridColumn35,
     this.gridColumn36,
     this.gridColumn37,
     this.gridColumn38,
     this.gridColumn39,
     this.gridColumn40,
     this.colActuallyIssuedNoOfPack,
     this.colBUPicked,
     this.gridColumn47,
     this.colCost,
     this.gridColumn60,
     this.gridColumn62,
     this.gridColumn50,
     this.gridColumn2});
     this.gridViewUndispatchedIssueDetails.GridControl = this.gridUndispatchedIssueDetails;
     this.gridViewUndispatchedIssueDetails.GroupCount = 1;
     this.gridViewUndispatchedIssueDetails.Name = "gridViewUndispatchedIssueDetails";
     this.gridViewUndispatchedIssueDetails.OptionsBehavior.AutoExpandAllGroups = true;
     this.gridViewUndispatchedIssueDetails.OptionsCustomization.AllowColumnMoving = false;
     this.gridViewUndispatchedIssueDetails.OptionsCustomization.AllowColumnResizing = false;
     this.gridViewUndispatchedIssueDetails.OptionsDetail.AllowExpandEmptyDetails = true;
     this.gridViewUndispatchedIssueDetails.OptionsMenu.EnableColumnMenu = false;
     this.gridViewUndispatchedIssueDetails.OptionsView.AllowCellMerge = true;
     this.gridViewUndispatchedIssueDetails.OptionsView.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.Hidden;
     this.gridViewUndispatchedIssueDetails.OptionsView.RowAutoHeight = true;
     this.gridViewUndispatchedIssueDetails.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridViewUndispatchedIssueDetails.OptionsView.ShowGroupPanel = false;
     this.gridViewUndispatchedIssueDetails.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn22, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridViewUndispatchedIssueDetails.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView2_CellValueChanged);
     //
     // Unit
     //
     this.Unit.Caption = "Unit";
     this.Unit.FieldName = "Unit";
     this.Unit.Name = "Unit";
     this.Unit.OptionsColumn.AllowEdit = false;
     this.Unit.OptionsColumn.AllowFocus = false;
     this.Unit.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.Unit.OptionsColumn.AllowIncrementalSearch = false;
     this.Unit.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.Unit.OptionsColumn.AllowMove = false;
     this.Unit.OptionsColumn.AllowShowHide = false;
     this.Unit.OptionsColumn.AllowSize = false;
     this.Unit.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.Unit.OptionsColumn.ShowInCustomizationForm = false;
     this.Unit.OptionsColumn.ShowInExpressionEditor = false;
     this.Unit.OptionsColumn.TabStop = false;
     this.Unit.OptionsFilter.AllowAutoFilter = false;
     this.Unit.OptionsFilter.AllowFilter = false;
     this.Unit.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.Unit.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.Unit.Visible = true;
     this.Unit.VisibleIndex = 4;
     //
     // gridColumn22
     //
     this.gridColumn22.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn22.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn22.Caption = "Item";
     this.gridColumn22.ColumnEdit = this.repositoryItemMemoEdit3;
     this.gridColumn22.FieldName = "FullItemName";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsColumn.AllowFocus = false;
     this.gridColumn22.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn22.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn22.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn22.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn22.OptionsFilter.AllowFilter = false;
     this.gridColumn22.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn22.Width = 84;
     //
     // gridColumn23
     //
     this.gridColumn23.AppearanceCell.BackColor = System.Drawing.Color.White;
     this.gridColumn23.Caption = "Manufacturer";
     this.gridColumn23.FieldName = "ManufacturerName";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsColumn.AllowEdit = false;
     this.gridColumn23.OptionsColumn.AllowFocus = false;
     this.gridColumn23.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.OptionsColumn.AllowShowHide = false;
     this.gridColumn23.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn23.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn23.OptionsFilter.AllowFilter = false;
     this.gridColumn23.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 0;
     this.gridColumn23.Width = 103;
     //
     // gridColumn35
     //
     this.gridColumn35.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn35.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn35.Caption = "Pack Size";
     this.gridColumn35.FieldName = "BoxSizeDisplay";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.OptionsColumn.AllowEdit = false;
     this.gridColumn35.OptionsColumn.AllowFocus = false;
     this.gridColumn35.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn35.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn35.OptionsFilter.AllowFilter = false;
     this.gridColumn35.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn35.Width = 120;
     //
     // gridColumn36
     //
     this.gridColumn36.AppearanceCell.BackColor = System.Drawing.Color.White;
     this.gridColumn36.Caption = "Quantity Printed";
     this.gridColumn36.DisplayFormat.FormatString = "#,##0.###0";
     this.gridColumn36.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn36.FieldName = "NoOfPack";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.OptionsColumn.AllowEdit = false;
     this.gridColumn36.OptionsColumn.AllowFocus = false;
     this.gridColumn36.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn36.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn36.OptionsFilter.AllowFilter = false;
     this.gridColumn36.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn36.Visible = true;
     this.gridColumn36.VisibleIndex = 5;
     this.gridColumn36.Width = 101;
     //
     // gridColumn37
     //
     this.gridColumn37.AppearanceCell.BackColor = System.Drawing.Color.White;
     this.gridColumn37.Caption = "Batch";
     this.gridColumn37.FieldName = "BatchNumber";
     this.gridColumn37.Name = "gridColumn37";
     this.gridColumn37.OptionsColumn.AllowEdit = false;
     this.gridColumn37.OptionsColumn.AllowFocus = false;
     this.gridColumn37.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn37.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn37.OptionsFilter.AllowFilter = false;
     this.gridColumn37.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn37.Visible = true;
     this.gridColumn37.VisibleIndex = 1;
     this.gridColumn37.Width = 67;
     //
     // gridColumn38
     //
     this.gridColumn38.AppearanceCell.BackColor = System.Drawing.Color.White;
     this.gridColumn38.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn38.Caption = "Expiry Date";
     this.gridColumn38.ColumnEdit = this.repositoryItemDateEdit3;
     this.gridColumn38.DisplayFormat.FormatString = "MMM/d/yyyy";
     this.gridColumn38.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn38.FieldName = "ExpireDate";
     this.gridColumn38.Name = "gridColumn38";
     this.gridColumn38.OptionsColumn.AllowEdit = false;
     this.gridColumn38.OptionsColumn.AllowFocus = false;
     this.gridColumn38.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn38.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn38.OptionsFilter.AllowFilter = false;
     this.gridColumn38.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn38.Visible = true;
     this.gridColumn38.VisibleIndex = 2;
     this.gridColumn38.Width = 99;
     //
     // gridColumn39
     //
     this.gridColumn39.ColumnEdit = this.repositoryItemButtonEdit4;
     this.gridColumn39.Name = "gridColumn39";
     this.gridColumn39.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn39.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn39.OptionsFilter.AllowFilter = false;
     this.gridColumn39.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn39.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.gridColumn39.Width = 25;
     //
     // gridColumn40
     //
     this.gridColumn40.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn40.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn40.Caption = "Volume";
     this.gridColumn40.FieldName = "Volume";
     this.gridColumn40.Name = "gridColumn40";
     this.gridColumn40.OptionsColumn.AllowEdit = false;
     this.gridColumn40.OptionsColumn.AllowFocus = false;
     this.gridColumn40.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn40.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn40.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn40.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn40.OptionsFilter.AllowFilter = false;
     this.gridColumn40.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn40.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     //
     // colActuallyIssuedNoOfPack
     //
     this.colActuallyIssuedNoOfPack.AppearanceCell.BackColor = System.Drawing.Color.PaleTurquoise;
     this.colActuallyIssuedNoOfPack.AppearanceCell.Options.UseBackColor = true;
     this.colActuallyIssuedNoOfPack.Caption = "Actually Issued";
     this.colActuallyIssuedNoOfPack.ColumnEdit = this.repositoryItemTextEdit2;
     this.colActuallyIssuedNoOfPack.DisplayFormat.FormatString = "#,##0.###0";
     this.colActuallyIssuedNoOfPack.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colActuallyIssuedNoOfPack.FieldName = "ActuallyIssuedNoOfPack";
     this.colActuallyIssuedNoOfPack.Name = "colActuallyIssuedNoOfPack";
     this.colActuallyIssuedNoOfPack.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colActuallyIssuedNoOfPack.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colActuallyIssuedNoOfPack.OptionsColumn.ShowInCustomizationForm = false;
     this.colActuallyIssuedNoOfPack.OptionsFilter.AllowAutoFilter = false;
     this.colActuallyIssuedNoOfPack.OptionsFilter.AllowFilter = false;
     this.colActuallyIssuedNoOfPack.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colActuallyIssuedNoOfPack.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colActuallyIssuedNoOfPack.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
     this.colActuallyIssuedNoOfPack.Visible = true;
     this.colActuallyIssuedNoOfPack.VisibleIndex = 6;
     this.colActuallyIssuedNoOfPack.Width = 78;
     //
     // colBUPicked
     //
     this.colBUPicked.Caption = "Qty picked in BU";
     this.colBUPicked.DisplayFormat.FormatString = "#,###";
     this.colBUPicked.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colBUPicked.FieldName = "BUPICKED";
     this.colBUPicked.GroupFormat.FormatString = "#,###";
     this.colBUPicked.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colBUPicked.Name = "colBUPicked";
     this.colBUPicked.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.OptionsColumn.ShowInCustomizationForm = false;
     this.colBUPicked.OptionsFilter.AllowAutoFilter = false;
     this.colBUPicked.OptionsFilter.AllowFilter = false;
     this.colBUPicked.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colBUPicked.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
     this.colBUPicked.Width = 102;
     //
     // gridColumn47
     //
     this.gridColumn47.AppearanceCell.BackColor = System.Drawing.Color.White;
     this.gridColumn47.Caption = "Location";
     this.gridColumn47.FieldName = "PalletLocation";
     this.gridColumn47.Name = "gridColumn47";
     this.gridColumn47.OptionsColumn.AllowEdit = false;
     this.gridColumn47.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn47.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn47.OptionsFilter.AllowFilter = false;
     this.gridColumn47.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn47.Visible = true;
     this.gridColumn47.VisibleIndex = 3;
     this.gridColumn47.Width = 100;
     //
     // colCost
     //
     this.colCost.AppearanceCell.BackColor = System.Drawing.Color.White;
     this.colCost.Caption = "Price";
     this.colCost.DisplayFormat.FormatString = "#,##0.#0";
     this.colCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colCost.FieldName = "Cost";
     this.colCost.GroupFormat.FormatString = "#,###.##";
     this.colCost.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colCost.Name = "colCost";
     this.colCost.OptionsColumn.AllowEdit = false;
     this.colCost.OptionsColumn.AllowFocus = false;
     this.colCost.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.OptionsColumn.ShowInCustomizationForm = false;
     this.colCost.OptionsFilter.AllowAutoFilter = false;
     this.colCost.OptionsFilter.AllowFilter = false;
     this.colCost.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colCost.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Cost", "{0:#,###.##}")});
     this.colCost.Visible = true;
     this.colCost.VisibleIndex = 8;
     this.colCost.Width = 85;
     //
     // gridColumn60
     //
     this.gridColumn60.Caption = "Units";
     this.gridColumn60.FieldName = "SKUBU";
     this.gridColumn60.Name = "gridColumn60";
     this.gridColumn60.OptionsColumn.AllowEdit = false;
     this.gridColumn60.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn60.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn60.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn60.OptionsFilter.AllowFilter = false;
     this.gridColumn60.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn60.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     //
     // gridColumn62
     //
     this.gridColumn62.Caption = "Unit Price";
     this.gridColumn62.DisplayFormat.FormatString = "#,##0.#0";
     this.gridColumn62.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn62.FieldName = "UnitPrice";
     this.gridColumn62.Name = "gridColumn62";
     this.gridColumn62.OptionsColumn.AllowEdit = false;
     this.gridColumn62.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn62.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn62.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn62.OptionsFilter.AllowFilter = false;
     this.gridColumn62.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn62.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn62.Visible = true;
     this.gridColumn62.VisibleIndex = 7;
     //
     // gridColumn50
     //
     this.gridColumn50.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn50.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn50.Caption = "Packs to Pick";
     this.gridColumn50.FieldName = "Packs";
     this.gridColumn50.Name = "gridColumn50";
     this.gridColumn50.OptionsColumn.AllowEdit = false;
     this.gridColumn50.OptionsColumn.AllowFocus = false;
     this.gridColumn50.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn50.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn50.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn50.OptionsFilter.AllowFilter = false;
     this.gridColumn50.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn50.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn50.Width = 77;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "IssueDocID";
     this.gridColumn2.FieldName = "IssueDocID";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn2.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn2.OptionsFilter.AllowFilter = false;
     this.gridColumn2.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.ValueGrayed = false;
     //
     // txtIssuedBy
     //
     this.txtIssuedBy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtIssuedBy.Enabled = false;
     this.txtIssuedBy.Location = new System.Drawing.Point(638, 100);
     this.txtIssuedBy.Name = "txtIssuedBy";
     this.txtIssuedBy.Size = new System.Drawing.Size(156, 20);
     this.txtIssuedBy.StyleController = this.layoutControl3;
     this.txtIssuedBy.TabIndex = 31;
     //
     // layoutControlItem18
     //
     this.layoutControlItem18.CustomizationFormText = "layoutControlItem18";
     this.layoutControlItem18.Location = new System.Drawing.Point(387, 72);
     this.layoutControlItem18.Name = "layoutControlItem18";
     this.layoutControlItem18.Size = new System.Drawing.Size(330, 24);
     this.layoutControlItem18.Text = "layoutControlItem18";
     this.layoutControlItem18.TextSize = new System.Drawing.Size(100, 0);
     this.layoutControlItem18.TextToControlDistance = 0;
     this.layoutControlItem18.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // tabbedControlGroup1
     //
     this.tabbedControlGroup1.CustomizationFormText = "tabbedControlGroup1";
     this.tabbedControlGroup1.Location = new System.Drawing.Point(421, 241);
     this.tabbedControlGroup1.Name = "tabbedControlGroup1";
     this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup11;
     this.tabbedControlGroup1.SelectedTabPageIndex = 0;
     this.tabbedControlGroup1.Size = new System.Drawing.Size(148, 132);
     this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup11});
     this.tabbedControlGroup1.Text = "tabbedControlGroup1";
     //
     // layoutControlGroup11
     //
     this.layoutControlGroup11.CustomizationFormText = "layoutControlGroup11";
     this.layoutControlGroup11.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup11.Name = "layoutControlGroup11";
     this.layoutControlGroup11.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup11.Size = new System.Drawing.Size(124, 86);
     this.layoutControlGroup11.Text = "layoutControlGroup11";
     //
     // layoutControlItem26
     //
     this.layoutControlItem26.Control = this.txtConfirmFromStore;
     this.layoutControlItem26.CustomizationFormText = "layoutControlItem26";
     this.layoutControlItem26.Location = new System.Drawing.Point(189, 50);
     this.layoutControlItem26.Name = "layoutControlItem26";
     this.layoutControlItem26.Size = new System.Drawing.Size(310, 24);
     this.layoutControlItem26.Text = "From Store";
     this.layoutControlItem26.TextSize = new System.Drawing.Size(100, 13);
     this.layoutControlItem26.TextToControlDistance = 5;
     //
     // layoutControlItem21
     //
     this.layoutControlItem21.Control = this.txtIssuedBy;
     this.layoutControlItem21.CustomizationFormText = "Dispatch Confirmed By:";
     this.layoutControlItem21.Location = new System.Drawing.Point(86, 0);
     this.layoutControlItem21.MaxSize = new System.Drawing.Size(277, 24);
     this.layoutControlItem21.MinSize = new System.Drawing.Size(277, 24);
     this.layoutControlItem21.Name = "layoutControlItem21";
     this.layoutControlItem21.Size = new System.Drawing.Size(277, 24);
     this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem21.Text = "Dispatch Confirmed By";
     this.layoutControlItem21.TextSize = new System.Drawing.Size(112, 13);
     this.layoutControlItem21.TextToControlDistance = 5;
     //
     // layoutControlItem25
     //
     this.layoutControlItem25.Control = this.txtSTVInvoiceNo;
     this.layoutControlItem25.CustomizationFormText = "layoutControlItem25";
     this.layoutControlItem25.Location = new System.Drawing.Point(86, 0);
     this.layoutControlItem25.MinSize = new System.Drawing.Size(171, 24);
     this.layoutControlItem25.Name = "layoutControlItem25";
     this.layoutControlItem25.Size = new System.Drawing.Size(480, 40);
     this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem25.Text = "STV/Invoice No:";
     this.layoutControlItem25.TextSize = new System.Drawing.Size(112, 13);
     this.layoutControlItem25.TextToControlDistance = 5;
     //
     // layoutControlItem20
     //
     this.layoutControlItem20.Control = this.lblSTVNo;
     this.layoutControlItem20.CustomizationFormText = "STV/Invoice No:";
     this.layoutControlItem20.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem20.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem20.MinSize = new System.Drawing.Size(89, 20);
     this.layoutControlItem20.Name = "layoutControlItem20";
     this.layoutControlItem20.Size = new System.Drawing.Size(207, 20);
     this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem20.Text = "STV/Invoice No:";
     this.layoutControlItem20.TextSize = new System.Drawing.Size(79, 13);
     this.layoutControlItem20.TextToControlDistance = 5;
     //
     // layoutControlItem58
     //
     this.layoutControlItem58.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem58.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem58.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem58.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem58.Control = this.lblDispatchedDate;
     this.layoutControlItem58.CustomizationFormText = "Dispatched Date:";
     this.layoutControlItem58.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem58.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem58.MinSize = new System.Drawing.Size(123, 20);
     this.layoutControlItem58.Name = "layoutControlItem58";
     this.layoutControlItem58.Size = new System.Drawing.Size(192, 20);
     this.layoutControlItem58.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem58.Text = "Dispatched Date:";
     this.layoutControlItem58.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem58.TextSize = new System.Drawing.Size(96, 13);
     this.layoutControlItem58.TextToControlDistance = 5;
     //
     // layoutControlItem27
     //
     this.layoutControlItem27.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem27.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem27.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem27.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem27.Control = this.lblDispatchConfirmedBy;
     this.layoutControlItem27.CustomizationFormText = "Dispatch By:";
     this.layoutControlItem27.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem27.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem27.MinSize = new System.Drawing.Size(107, 20);
     this.layoutControlItem27.Name = "layoutControlItem27";
     this.layoutControlItem27.Size = new System.Drawing.Size(192, 40);
     this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem27.Text = "Dispatched By:";
     this.layoutControlItem27.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem27.TextSize = new System.Drawing.Size(83, 13);
     this.layoutControlItem27.TextToControlDistance = 18;
     //
     // layoutControlGroup7
     //
     this.layoutControlGroup7.CustomizationFormText = "layoutControlGroup7";
     this.layoutControlGroup7.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup7.GroupBordersVisible = false;
     this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup13,
     this.layoutControlGroup19,
     this.lcRequestVoid,
     this.emptySpaceItem5,
     this.emptySpaceItem4,
     this.lcApprovalCancel,
     this.lcApproval,
     this.lcDispatchConfirm});
     this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup7.Name = "Root";
     this.layoutControlGroup7.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup7.Size = new System.Drawing.Size(1123, 385);
     this.layoutControlGroup7.Text = "Root";
     this.layoutControlGroup7.TextVisible = false;
     //
     // layoutControlGroup13
     //
     this.layoutControlGroup13.CustomizationFormText = "Pick List Confirmation";
     this.layoutControlGroup13.GroupBordersVisible = false;
     this.layoutControlGroup13.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem19,
     this.layoutControlItem1,
     this.emptySpaceItem2,
     this.FacilityGroup});
     this.layoutControlGroup13.Location = new System.Drawing.Point(269, 0);
     this.layoutControlGroup13.Name = "layoutControlGroup13";
     this.layoutControlGroup13.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup13.Size = new System.Drawing.Size(850, 355);
     this.layoutControlGroup13.Text = "Pick List Confirmation";
     //
     // layoutControlItem19
     //
     this.layoutControlItem19.Control = this.gridUndispatchedIssueDetails;
     this.layoutControlItem19.CustomizationFormText = "layoutControlItem19";
     this.layoutControlItem19.Location = new System.Drawing.Point(0, 181);
     this.layoutControlItem19.MinSize = new System.Drawing.Size(104, 24);
     this.layoutControlItem19.Name = "layoutControlItem19";
     this.layoutControlItem19.Size = new System.Drawing.Size(850, 174);
     this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem19.Text = "layoutControlItem19";
     this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem19.TextToControlDistance = 0;
     this.layoutControlItem19.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.txtPreprintedInvoiceNo;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(630, 157);
     this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 24);
     this.layoutControlItem1.MinSize = new System.Drawing.Size(171, 24);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(220, 24);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text = "Pre-Printed Invoice No:";
     this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(112, 13);
     this.layoutControlItem1.TextToControlDistance = 5;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 157);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(630, 24);
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // FacilityGroup
     //
     this.FacilityGroup.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.FacilityGroup.AppearanceGroup.Options.UseFont = true;
     this.FacilityGroup.CustomizationFormText = "Facility";
     this.FacilityGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup2,
     this.layoutControlGroup3,
     this.layoutControlGroup5,
     this.layoutControlGroup6,
     this.layoutControlGroup4});
     this.FacilityGroup.Location = new System.Drawing.Point(0, 0);
     this.FacilityGroup.Name = "FacilityGroup";
     this.FacilityGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.FacilityGroup.Size = new System.Drawing.Size(850, 157);
     this.FacilityGroup.Text = " ";
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem43,
     this.layoutControlItem12,
     this.layoutControlItem14,
     this.layoutControlItem38,
     this.layoutControlItem45,
     this.layoutControlItem16,
     this.layoutControlItem31,
     this.layoutControlItem40,
     this.layoutControlItem37,
     this.layoutControlItem10,
     this.layoutControlItem33});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup2.Size = new System.Drawing.Size(840, 74);
     this.layoutControlGroup2.Text = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem43
     //
     this.layoutControlItem43.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem43.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem43.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem43.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem43.Control = this.lblMode;
     this.layoutControlItem43.CustomizationFormText = "Mode:";
     this.layoutControlItem43.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem43.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem43.MinSize = new System.Drawing.Size(59, 20);
     this.layoutControlItem43.Name = "layoutControlItem43";
     this.layoutControlItem43.Size = new System.Drawing.Size(214, 20);
     this.layoutControlItem43.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem43.Text = "Mode:";
     this.layoutControlItem43.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem43.TextSize = new System.Drawing.Size(34, 13);
     this.layoutControlItem43.TextToControlDistance = 25;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem12.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem12.Control = this.lblAccount;
     this.layoutControlItem12.CustomizationFormText = "Account:";
     this.layoutControlItem12.Location = new System.Drawing.Point(214, 0);
     this.layoutControlItem12.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem12.MinSize = new System.Drawing.Size(98, 20);
     this.layoutControlItem12.Name = "layoutControlItem12";
     this.layoutControlItem12.Size = new System.Drawing.Size(204, 20);
     this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem12.Text = "Account:";
     this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem12.TextSize = new System.Drawing.Size(49, 13);
     this.layoutControlItem12.TextToControlDistance = 48;
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem14.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem14.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem14.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem14.Control = this.lblSubAccount;
     this.layoutControlItem14.CustomizationFormText = "Sub Account:";
     this.layoutControlItem14.Location = new System.Drawing.Point(418, 0);
     this.layoutControlItem14.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem14.MinSize = new System.Drawing.Size(85, 20);
     this.layoutControlItem14.Name = "layoutControlItem14";
     this.layoutControlItem14.Size = new System.Drawing.Size(204, 20);
     this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem14.Text = "Sub Account:";
     this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem14.TextSize = new System.Drawing.Size(73, 13);
     this.layoutControlItem14.TextToControlDistance = 5;
     //
     // layoutControlItem38
     //
     this.layoutControlItem38.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem38.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem38.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem38.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem38.Control = this.lblActivity;
     this.layoutControlItem38.CustomizationFormText = "Activity:";
     this.layoutControlItem38.Location = new System.Drawing.Point(622, 0);
     this.layoutControlItem38.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem38.MinSize = new System.Drawing.Size(104, 20);
     this.layoutControlItem38.Name = "layoutControlItem38";
     this.layoutControlItem38.Size = new System.Drawing.Size(204, 20);
     this.layoutControlItem38.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem38.Text = "Activity:";
     this.layoutControlItem38.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem38.TextSize = new System.Drawing.Size(47, 13);
     this.layoutControlItem38.TextToControlDistance = 20;
     //
     // layoutControlItem45
     //
     this.layoutControlItem45.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem45.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem45.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem45.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem45.Control = this.lblZone;
     this.layoutControlItem45.CustomizationFormText = "Zone:";
     this.layoutControlItem45.Location = new System.Drawing.Point(214, 40);
     this.layoutControlItem45.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem45.MinSize = new System.Drawing.Size(98, 20);
     this.layoutControlItem45.Name = "layoutControlItem45";
     this.layoutControlItem45.Size = new System.Drawing.Size(204, 20);
     this.layoutControlItem45.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem45.Text = "Zone:";
     this.layoutControlItem45.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem45.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem45.TextToControlDistance = 66;
     //
     // layoutControlItem16
     //
     this.layoutControlItem16.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem16.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem16.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem16.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem16.Control = this.lblWoreda;
     this.layoutControlItem16.CustomizationFormText = "Woreda:";
     this.layoutControlItem16.Location = new System.Drawing.Point(0, 40);
     this.layoutControlItem16.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem16.MinSize = new System.Drawing.Size(59, 20);
     this.layoutControlItem16.Name = "layoutControlItem16";
     this.layoutControlItem16.Size = new System.Drawing.Size(214, 20);
     this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem16.Text = "Woreda:";
     this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem16.TextSize = new System.Drawing.Size(47, 13);
     this.layoutControlItem16.TextToControlDistance = 12;
     //
     // layoutControlItem31
     //
     this.layoutControlItem31.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem31.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem31.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem31.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem31.Control = this.lblPaymentType;
     this.layoutControlItem31.CustomizationFormText = "Payment Type:";
     this.layoutControlItem31.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem31.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem31.MinSize = new System.Drawing.Size(97, 20);
     this.layoutControlItem31.Name = "layoutControlItem31";
     this.layoutControlItem31.Size = new System.Drawing.Size(214, 20);
     this.layoutControlItem31.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem31.Text = "Payment:";
     this.layoutControlItem31.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem31.TextSize = new System.Drawing.Size(54, 13);
     this.layoutControlItem31.TextToControlDistance = 5;
     //
     // layoutControlItem40
     //
     this.layoutControlItem40.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem40.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem40.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem40.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem40.Control = this.lblOwnership;
     this.layoutControlItem40.CustomizationFormText = "Ownership:";
     this.layoutControlItem40.Location = new System.Drawing.Point(622, 20);
     this.layoutControlItem40.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem40.MinSize = new System.Drawing.Size(84, 20);
     this.layoutControlItem40.Name = "layoutControlItem40";
     this.layoutControlItem40.Size = new System.Drawing.Size(204, 20);
     this.layoutControlItem40.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem40.Text = "Ownership:";
     this.layoutControlItem40.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem40.TextSize = new System.Drawing.Size(62, 13);
     this.layoutControlItem40.TextToControlDistance = 5;
     //
     // layoutControlItem37
     //
     this.layoutControlItem37.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem37.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem37.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem37.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem37.Control = this.lblRegion;
     this.layoutControlItem37.CustomizationFormText = "Region:";
     this.layoutControlItem37.Location = new System.Drawing.Point(418, 40);
     this.layoutControlItem37.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem37.MinSize = new System.Drawing.Size(84, 20);
     this.layoutControlItem37.Name = "layoutControlItem37";
     this.layoutControlItem37.Size = new System.Drawing.Size(408, 20);
     this.layoutControlItem37.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem37.Text = "Region:";
     this.layoutControlItem37.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem37.TextSize = new System.Drawing.Size(42, 13);
     this.layoutControlItem37.TextToControlDistance = 36;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem10.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem10.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem10.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem10.Control = this.lblInstitutionType;
     this.layoutControlItem10.CustomizationFormText = "Inst. Type:";
     this.layoutControlItem10.Location = new System.Drawing.Point(418, 20);
     this.layoutControlItem10.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem10.MinSize = new System.Drawing.Size(59, 20);
     this.layoutControlItem10.Name = "layoutControlItem10";
     this.layoutControlItem10.Size = new System.Drawing.Size(204, 20);
     this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem10.Text = "Inst. Type:";
     this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 13);
     this.layoutControlItem10.TextToControlDistance = 18;
     //
     // layoutControlItem33
     //
     this.layoutControlItem33.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem33.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem33.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem33.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem33.Control = this.lblDocumentedType;
     this.layoutControlItem33.CustomizationFormText = "Documented Type:";
     this.layoutControlItem33.Location = new System.Drawing.Point(214, 20);
     this.layoutControlItem33.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem33.MinSize = new System.Drawing.Size(104, 20);
     this.layoutControlItem33.Name = "layoutControlItem33";
     this.layoutControlItem33.Size = new System.Drawing.Size(204, 20);
     this.layoutControlItem33.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem33.Text = "Document Type:";
     this.layoutControlItem33.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem33.TextSize = new System.Drawing.Size(92, 13);
     this.layoutControlItem33.TextToControlDistance = 5;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem47,
     this.layoutControlItem30});
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 74);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup3.Size = new System.Drawing.Size(212, 54);
     this.layoutControlGroup3.Text = "layoutControlGroup3";
     this.layoutControlGroup3.TextVisible = false;
     //
     // layoutControlItem47
     //
     this.layoutControlItem47.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem47.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem47.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem47.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem47.Control = this.lblSTVDate;
     this.layoutControlItem47.CustomizationFormText = "Date:";
     this.layoutControlItem47.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem47.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem47.MinSize = new System.Drawing.Size(113, 20);
     this.layoutControlItem47.Name = "layoutControlItem47";
     this.layoutControlItem47.Size = new System.Drawing.Size(198, 20);
     this.layoutControlItem47.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem47.Text = "Printed Date:";
     this.layoutControlItem47.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem47.TextSize = new System.Drawing.Size(74, 13);
     this.layoutControlItem47.TextToControlDistance = 5;
     //
     // layoutControlItem30
     //
     this.layoutControlItem30.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem30.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem30.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem30.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem30.Control = this.lblSTVPrintedBy;
     this.layoutControlItem30.CustomizationFormText = "Letter Number:";
     this.layoutControlItem30.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem30.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem30.MinSize = new System.Drawing.Size(86, 20);
     this.layoutControlItem30.Name = "layoutControlItem30";
     this.layoutControlItem30.Size = new System.Drawing.Size(198, 20);
     this.layoutControlItem30.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem30.Text = "Printed By:";
     this.layoutControlItem30.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem30.TextSize = new System.Drawing.Size(61, 13);
     this.layoutControlItem30.TextToControlDistance = 18;
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = "layoutControlGroup5";
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem60,
     this.layoutControlItem62});
     this.layoutControlGroup5.Location = new System.Drawing.Point(417, 74);
     this.layoutControlGroup5.Name = "layoutControlGroup5";
     this.layoutControlGroup5.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup5.Size = new System.Drawing.Size(202, 54);
     this.layoutControlGroup5.Text = "layoutControlGroup5";
     this.layoutControlGroup5.TextVisible = false;
     //
     // layoutControlItem60
     //
     this.layoutControlItem60.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem60.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem60.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem60.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem60.Control = this.lblVoidConfirmedDate;
     this.layoutControlItem60.CustomizationFormText = "Void Confirmed Date:";
     this.layoutControlItem60.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem60.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem60.MinSize = new System.Drawing.Size(127, 20);
     this.layoutControlItem60.Name = "layoutControlItem60";
     this.layoutControlItem60.Size = new System.Drawing.Size(188, 20);
     this.layoutControlItem60.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem60.Text = "Void Confirmed Date:";
     this.layoutControlItem60.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem60.TextSize = new System.Drawing.Size(118, 13);
     this.layoutControlItem60.TextToControlDistance = 5;
     //
     // layoutControlItem62
     //
     this.layoutControlItem62.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem62.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem62.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem62.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem62.Control = this.lblVoidConfirmedBy;
     this.layoutControlItem62.CustomizationFormText = "Void Confirmed By:";
     this.layoutControlItem62.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem62.MinSize = new System.Drawing.Size(114, 17);
     this.layoutControlItem62.Name = "layoutControlItem62";
     this.layoutControlItem62.Size = new System.Drawing.Size(188, 20);
     this.layoutControlItem62.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem62.Text = "Void Confirmed By:";
     this.layoutControlItem62.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem62.TextSize = new System.Drawing.Size(105, 13);
     this.layoutControlItem62.TextToControlDistance = 18;
     //
     // layoutControlGroup6
     //
     this.layoutControlGroup6.CustomizationFormText = "layoutControlGroup6";
     this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem54,
     this.layoutControlItem56});
     this.layoutControlGroup6.Location = new System.Drawing.Point(619, 74);
     this.layoutControlGroup6.Name = "layoutControlGroup6";
     this.layoutControlGroup6.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup6.Size = new System.Drawing.Size(221, 54);
     this.layoutControlGroup6.Text = "layoutControlGroup6";
     this.layoutControlGroup6.TextVisible = false;
     //
     // layoutControlItem54
     //
     this.layoutControlItem54.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem54.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem54.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem54.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem54.Control = this.lblIssueType;
     this.layoutControlItem54.CustomizationFormText = "Type:";
     this.layoutControlItem54.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem54.MinSize = new System.Drawing.Size(69, 4);
     this.layoutControlItem54.Name = "layoutControlItem54";
     this.layoutControlItem54.Size = new System.Drawing.Size(207, 20);
     this.layoutControlItem54.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem54.Text = "Type:";
     this.layoutControlItem54.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem54.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem54.TextToControlDistance = 14;
     //
     // layoutControlItem56
     //
     this.layoutControlItem56.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem56.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem56.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem56.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem56.Control = this.lblIssueStatus;
     this.layoutControlItem56.CustomizationFormText = "Issue Status:";
     this.layoutControlItem56.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem56.MaxSize = new System.Drawing.Size(207, 20);
     this.layoutControlItem56.MinSize = new System.Drawing.Size(207, 20);
     this.layoutControlItem56.Name = "layoutControlItem56";
     this.layoutControlItem56.Size = new System.Drawing.Size(207, 20);
     this.layoutControlItem56.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem56.Text = "Status:";
     this.layoutControlItem56.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem56.TextSize = new System.Drawing.Size(40, 13);
     this.layoutControlItem56.TextToControlDistance = 5;
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4";
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem49,
     this.layoutControlItem52});
     this.layoutControlGroup4.Location = new System.Drawing.Point(212, 74);
     this.layoutControlGroup4.Name = "layoutControlGroup4";
     this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup4.Size = new System.Drawing.Size(205, 54);
     this.layoutControlGroup4.Text = "layoutControlGroup4";
     this.layoutControlGroup4.TextVisible = false;
     //
     // layoutControlItem49
     //
     this.layoutControlItem49.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem49.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem49.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem49.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem49.Control = this.lblVoidRequestedBy;
     this.layoutControlItem49.CustomizationFormText = "Void Requested By:";
     this.layoutControlItem49.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem49.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem49.MinSize = new System.Drawing.Size(113, 20);
     this.layoutControlItem49.Name = "layoutControlItem49";
     this.layoutControlItem49.Size = new System.Drawing.Size(191, 20);
     this.layoutControlItem49.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem49.Text = "Void Requested By:";
     this.layoutControlItem49.TextSize = new System.Drawing.Size(117, 13);
     this.layoutControlItem49.TextToControlDistance = 5;
     //
     // layoutControlItem52
     //
     this.layoutControlItem52.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem52.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem52.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem52.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem52.Control = this.lblRequistedDate;
     this.layoutControlItem52.CustomizationFormText = "Void Requisted Date:";
     this.layoutControlItem52.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem52.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem52.MinSize = new System.Drawing.Size(113, 20);
     this.layoutControlItem52.Name = "layoutControlItem52";
     this.layoutControlItem52.Size = new System.Drawing.Size(191, 20);
     this.layoutControlItem52.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem52.Text = "Void Requisted Date:";
     this.layoutControlItem52.TextSize = new System.Drawing.Size(117, 13);
     this.layoutControlItem52.TextToControlDistance = 5;
     //
     // layoutControlGroup19
     //
     this.layoutControlGroup19.CustomizationFormText = "Outstanding Pick Lists";
     this.layoutControlGroup19.ExpandOnDoubleClick = true;
     this.layoutControlGroup19.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem50,
     this.layoutControlGroup1,
     this.layoutControlItem22,
     this.layoutControlItem2,
     this.emptySpaceItem1});
     this.layoutControlGroup19.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup19.Name = "layoutControlGroup19";
     this.layoutControlGroup19.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup19.Size = new System.Drawing.Size(261, 381);
     this.layoutControlGroup19.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup19.Text = "Unconfirmed STVs";
     this.layoutControlGroup19.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlGroup19.TextVisible = false;
     //
     // layoutControlItem50
     //
     this.layoutControlItem50.Control = this.gridUndispatchedIssues;
     this.layoutControlItem50.CustomizationFormText = "layoutControlItem50";
     this.layoutControlItem50.Location = new System.Drawing.Point(0, 191);
     this.layoutControlItem50.MinSize = new System.Drawing.Size(104, 24);
     this.layoutControlItem50.Name = "layoutControlItem50";
     this.layoutControlItem50.Size = new System.Drawing.Size(259, 161);
     this.layoutControlItem50.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem50.Text = "layoutControlItem50";
     this.layoutControlItem50.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem50.TextToControlDistance = 0;
     this.layoutControlItem50.TextVisible = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Date Filter";
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem3,
     this.layoutControlItem7,
     this.layoutControlItem4,
     this.layoutControlItem6,
     this.layoutControlItem8,
     this.layoutControlItem5,
     this.emptySpaceItem3});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.Size = new System.Drawing.Size(259, 167);
     this.layoutControlGroup1.Text = "Filter";
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.lkAccount;
     this.layoutControlItem3.CustomizationFormText = "Account";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(235, 24);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(235, 24);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(235, 24);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text = "Account";
     this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.dateFrom;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem7.MaxSize = new System.Drawing.Size(235, 24);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(235, 24);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(235, 24);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text = "layoutControlItem7";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextToControlDistance = 0;
     this.layoutControlItem7.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.dateTo;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(235, 24);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(235, 24);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(235, 24);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnGo;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(89, 72);
     this.layoutControlItem6.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem6.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.btnGoSTV;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
     this.layoutControlItem8.Location = new System.Drawing.Point(89, 98);
     this.layoutControlItem8.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem8.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.Text = "layoutControlItem8";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextToControlDistance = 0;
     this.layoutControlItem8.TextVisible = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.tEditSTVNo;
     this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.BottomCenter;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 98);
     this.layoutControlItem5.MinSize = new System.Drawing.Size(56, 22);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlItem5.Size = new System.Drawing.Size(89, 26);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text = "STV/Invoice:";
     this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Default;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(0, 72);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(89, 26);
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem22
     //
     this.layoutControlItem22.Control = this.txtRemarks;
     this.layoutControlItem22.CustomizationFormText = "Remarks";
     this.layoutControlItem22.Location = new System.Drawing.Point(0, 352);
     this.layoutControlItem22.MaxSize = new System.Drawing.Size(259, 27);
     this.layoutControlItem22.MinSize = new System.Drawing.Size(259, 27);
     this.layoutControlItem22.Name = "layoutControlItem22";
     this.layoutControlItem22.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlItem22.Size = new System.Drawing.Size(259, 27);
     this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem22.Text = "Remarks:";
     this.layoutControlItem22.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem22.TextSize = new System.Drawing.Size(45, 13);
     this.layoutControlItem22.TextToControlDistance = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtFacilityNameFilter;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(19, 167);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(240, 24);
     this.layoutControlItem2.Text = "Filter:";
     this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(28, 13);
     this.layoutControlItem2.TextToControlDistance = 5;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 167);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(19, 24);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // lcRequestVoid
     //
     this.lcRequestVoid.Control = this.btnMarkAsVoid;
     this.lcRequestVoid.CustomizationFormText = "layoutControlItem1";
     this.lcRequestVoid.Location = new System.Drawing.Point(681, 355);
     this.lcRequestVoid.MaxSize = new System.Drawing.Size(146, 26);
     this.lcRequestVoid.MinSize = new System.Drawing.Size(146, 26);
     this.lcRequestVoid.Name = "lcRequestVoid";
     this.lcRequestVoid.Size = new System.Drawing.Size(146, 26);
     this.lcRequestVoid.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lcRequestVoid.Text = "lcRequestVoid";
     this.lcRequestVoid.TextSize = new System.Drawing.Size(0, 0);
     this.lcRequestVoid.TextToControlDistance = 0;
     this.lcRequestVoid.TextVisible = false;
     this.lcRequestVoid.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
     this.emptySpaceItem5.Location = new System.Drawing.Point(269, 355);
     this.emptySpaceItem5.Name = "emptySpaceItem5";
     this.emptySpaceItem5.Size = new System.Drawing.Size(266, 26);
     this.emptySpaceItem5.Text = "emptySpaceItem5";
     this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
     this.emptySpaceItem4.Location = new System.Drawing.Point(261, 0);
     this.emptySpaceItem4.MaxSize = new System.Drawing.Size(8, 0);
     this.emptySpaceItem4.MinSize = new System.Drawing.Size(8, 24);
     this.emptySpaceItem4.Name = "emptySpaceItem4";
     this.emptySpaceItem4.Size = new System.Drawing.Size(8, 381);
     this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem4.Text = "emptySpaceItem4";
     this.emptySpaceItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
     //
     // lcApprovalCancel
     //
     this.lcApprovalCancel.Control = this.btnCancelVoidRequest;
     this.lcApprovalCancel.CustomizationFormText = "layoutControlItem3";
     this.lcApprovalCancel.Location = new System.Drawing.Point(973, 355);
     this.lcApprovalCancel.MaxSize = new System.Drawing.Size(146, 26);
     this.lcApprovalCancel.MinSize = new System.Drawing.Size(146, 26);
     this.lcApprovalCancel.Name = "lcApprovalCancel";
     this.lcApprovalCancel.Size = new System.Drawing.Size(146, 26);
     this.lcApprovalCancel.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lcApprovalCancel.Text = "lcApprovalCancel";
     this.lcApprovalCancel.TextSize = new System.Drawing.Size(0, 0);
     this.lcApprovalCancel.TextToControlDistance = 0;
     this.lcApprovalCancel.TextVisible = false;
     this.lcApprovalCancel.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // lcApproval
     //
     this.lcApproval.Control = this.btnApproveVoidRequest;
     this.lcApproval.CustomizationFormText = "layoutControlItem4";
     this.lcApproval.Location = new System.Drawing.Point(827, 355);
     this.lcApproval.MaxSize = new System.Drawing.Size(146, 26);
     this.lcApproval.MinSize = new System.Drawing.Size(146, 26);
     this.lcApproval.Name = "lcApproval";
     this.lcApproval.Size = new System.Drawing.Size(146, 26);
     this.lcApproval.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lcApproval.Text = "lcApproval";
     this.lcApproval.TextSize = new System.Drawing.Size(0, 0);
     this.lcApproval.TextToControlDistance = 0;
     this.lcApproval.TextVisible = false;
     this.lcApproval.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // lcDispatchConfirm
     //
     this.lcDispatchConfirm.Control = this.btnConfirmIssue1;
     this.lcDispatchConfirm.CustomizationFormText = "layoutControlItem43";
     this.lcDispatchConfirm.Location = new System.Drawing.Point(535, 355);
     this.lcDispatchConfirm.MaxSize = new System.Drawing.Size(146, 26);
     this.lcDispatchConfirm.MinSize = new System.Drawing.Size(146, 26);
     this.lcDispatchConfirm.Name = "lcDispatchConfirm";
     this.lcDispatchConfirm.Size = new System.Drawing.Size(146, 26);
     this.lcDispatchConfirm.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lcDispatchConfirm.Text = "lcDispatchConfirm";
     this.lcDispatchConfirm.TextSize = new System.Drawing.Size(0, 0);
     this.lcDispatchConfirm.TextToControlDistance = 0;
     this.lcDispatchConfirm.TextVisible = false;
     this.lcDispatchConfirm.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // popupMenu1
     //
     this.popupMenu1.Name = "popupMenu1";
     //
     // emptySpaceItem15
     //
     this.emptySpaceItem15.AllowHotTrack = false;
     this.emptySpaceItem15.CustomizationFormText = "emptySpaceItem15";
     this.emptySpaceItem15.Location = new System.Drawing.Point(0, 116);
     this.emptySpaceItem15.Name = "emptySpaceItem15";
     this.emptySpaceItem15.Size = new System.Drawing.Size(717, 10);
     this.emptySpaceItem15.Text = "emptySpaceItem15";
     this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup8
     //
     this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup8";
     this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup8.Name = "layoutControlGroup8";
     this.layoutControlGroup8.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup8.Size = new System.Drawing.Size(717, 116);
     this.layoutControlGroup8.Text = "layoutControlGroup8";
     //
     // layoutControlGroup9
     //
     this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
     this.layoutControlGroup9.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup9.Name = "layoutControlGroup9";
     this.layoutControlGroup9.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup9.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup9.Text = "layoutControlGroup9";
     //
     // layoutControlGroup10
     //
     this.layoutControlGroup10.CustomizationFormText = "layoutControlGroup10";
     this.layoutControlGroup10.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup10.Name = "layoutControlGroup10";
     this.layoutControlGroup10.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup10.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup10.Text = "layoutControlGroup10";
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.CustomizationFormText = "emptySpaceItem10";
     this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem10.Name = "emptySpaceItem10";
     this.emptySpaceItem10.Size = new System.Drawing.Size(693, 10);
     this.emptySpaceItem10.Text = "emptySpaceItem10";
     this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem22
     //
     this.emptySpaceItem22.AllowHotTrack = false;
     this.emptySpaceItem22.CustomizationFormText = "emptySpaceItem22";
     this.emptySpaceItem22.Location = new System.Drawing.Point(85, 0);
     this.emptySpaceItem22.Name = "emptySpaceItem22";
     this.emptySpaceItem22.Size = new System.Drawing.Size(119, 479);
     this.emptySpaceItem22.Text = "emptySpaceItem22";
     this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem23
     //
     this.emptySpaceItem23.AllowHotTrack = false;
     this.emptySpaceItem23.CustomizationFormText = "emptySpaceItem23";
     this.emptySpaceItem23.Location = new System.Drawing.Point(1179, 24);
     this.emptySpaceItem23.Name = "emptySpaceItem23";
     this.emptySpaceItem23.Size = new System.Drawing.Size(10, 455);
     this.emptySpaceItem23.Text = "emptySpaceItem23";
     this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printOrder});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Time Printed]",
         "[Date Printed]",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     this.printableComponentLink1.RtfReportHeader = resources.GetString("printableComponentLink1.RtfReportHeader");
     //
     // printOrder
     //
     this.printOrder.Landscape = true;
     this.printOrder.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printOrder.PrintingSystemBase = this.printingSystem1;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.txtSTVInvoiceNo;
     this.layoutControlItem11.CustomizationFormText = "layoutControlItem25";
     this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem11.MinSize = new System.Drawing.Size(171, 24);
     this.layoutControlItem11.Name = "layoutControlItem25";
     this.layoutControlItem11.Size = new System.Drawing.Size(314, 24);
     this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem11.Text = "STV/Invoice No:";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(112, 13);
     this.layoutControlItem11.TextToControlDistance = 5;
     //
     // LastVisitlayout
     //
     this.LastVisitlayout.CustomizationFormText = "                   Last Visit:";
     this.LastVisitlayout.Location = new System.Drawing.Point(977, 0);
     this.LastVisitlayout.Name = "LastVisitlayout";
     this.LastVisitlayout.Size = new System.Drawing.Size(138, 20);
     this.LastVisitlayout.Text = "                   Last Visit:";
     this.LastVisitlayout.TextSize = new System.Drawing.Size(120, 13);
     this.LastVisitlayout.TextToControlDistance = 5;
     //
     // NoRequisitionlayout
     //
     this.NoRequisitionlayout.CustomizationFormText = "        No of Requistion:";
     this.NoRequisitionlayout.Location = new System.Drawing.Point(839, 0);
     this.NoRequisitionlayout.Name = "NoRequisitionlayout";
     this.NoRequisitionlayout.Size = new System.Drawing.Size(138, 20);
     this.NoRequisitionlayout.Text = "        No of Requistion:";
     this.NoRequisitionlayout.TextSize = new System.Drawing.Size(120, 13);
     this.NoRequisitionlayout.TextToControlDistance = 5;
     //
     // layoutControlItem41
     //
     this.layoutControlItem41.CustomizationFormText = "        No of Requistion:";
     this.layoutControlItem41.Location = new System.Drawing.Point(839, 0);
     this.layoutControlItem41.Name = "NoRequisitionlayout";
     this.layoutControlItem41.Size = new System.Drawing.Size(138, 20);
     this.layoutControlItem41.Text = "        No of Requistion:";
     this.layoutControlItem41.TextSize = new System.Drawing.Size(120, 13);
     this.layoutControlItem41.TextToControlDistance = 5;
     //
     // layoutControlItem42
     //
     this.layoutControlItem42.Control = this.lblMode;
     this.layoutControlItem42.CustomizationFormText = "                   Last Visit:";
     this.layoutControlItem42.Location = new System.Drawing.Point(977, 0);
     this.layoutControlItem42.Name = "LastVisitlayout";
     this.layoutControlItem42.Size = new System.Drawing.Size(138, 20);
     this.layoutControlItem42.Text = "                   Last Visit:";
     this.layoutControlItem42.TextSize = new System.Drawing.Size(120, 13);
     this.layoutControlItem42.TextToControlDistance = 5;
     //
     // layoutControlItem34
     //
     this.layoutControlItem34.Control = this.lblRegion;
     this.layoutControlItem34.CustomizationFormText = "                   Last Visit:";
     this.layoutControlItem34.Location = new System.Drawing.Point(977, 0);
     this.layoutControlItem34.Name = "LastVisitlayout";
     this.layoutControlItem34.Size = new System.Drawing.Size(138, 20);
     this.layoutControlItem34.Text = "                   Last Visit:";
     this.layoutControlItem34.TextSize = new System.Drawing.Size(120, 13);
     this.layoutControlItem34.TextToControlDistance = 5;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control = this.lblZone;
     this.layoutControlItem13.CustomizationFormText = "                   Last Visit:";
     this.layoutControlItem13.Location = new System.Drawing.Point(977, 0);
     this.layoutControlItem13.Name = "LastVisitlayout";
     this.layoutControlItem13.Size = new System.Drawing.Size(138, 20);
     this.layoutControlItem13.Text = "                   Last Visit:";
     this.layoutControlItem13.TextSize = new System.Drawing.Size(120, 13);
     this.layoutControlItem13.TextToControlDistance = 5;
     //
     // layoutControlItem15
     //
     this.layoutControlItem15.Control = this.lblWoreda;
     this.layoutControlItem15.CustomizationFormText = "                   Last Visit:";
     this.layoutControlItem15.Location = new System.Drawing.Point(977, 0);
     this.layoutControlItem15.Name = "LastVisitlayout";
     this.layoutControlItem15.Size = new System.Drawing.Size(138, 20);
     this.layoutControlItem15.Text = "                   Last Visit:";
     this.layoutControlItem15.TextSize = new System.Drawing.Size(120, 13);
     this.layoutControlItem15.TextToControlDistance = 5;
     //
     // layoutControlItem17
     //
     this.layoutControlItem17.Control = this.lblSTVNo;
     this.layoutControlItem17.CustomizationFormText = "                   Last Visit:";
     this.layoutControlItem17.Location = new System.Drawing.Point(977, 0);
     this.layoutControlItem17.Name = "LastVisitlayout";
     this.layoutControlItem17.Size = new System.Drawing.Size(138, 20);
     this.layoutControlItem17.Text = "                   Last Visit:";
     this.layoutControlItem17.TextSize = new System.Drawing.Size(120, 13);
     this.layoutControlItem17.TextToControlDistance = 5;
     //
     // layoutControlItem23
     //
     this.layoutControlItem23.Control = this.lblSTVPrintedBy;
     this.layoutControlItem23.CustomizationFormText = "Mode:";
     this.layoutControlItem23.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem23.Name = "layoutControlItem43";
     this.layoutControlItem23.Size = new System.Drawing.Size(825, 20);
     this.layoutControlItem23.Text = "Mode:";
     this.layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem23.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem23.TextToControlDistance = 5;
     //
     // layoutControlItem24
     //
     this.layoutControlItem24.Control = this.lblDispatchConfirmedBy;
     this.layoutControlItem24.CustomizationFormText = "Mode:";
     this.layoutControlItem24.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem24.Name = "layoutControlItem43";
     this.layoutControlItem24.Size = new System.Drawing.Size(825, 20);
     this.layoutControlItem24.Text = "Mode:";
     this.layoutControlItem24.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem24.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem24.TextToControlDistance = 5;
     //
     // layoutControlItem36
     //
     this.layoutControlItem36.Control = this.lblAccount;
     this.layoutControlItem36.CustomizationFormText = "Region:";
     this.layoutControlItem36.Location = new System.Drawing.Point(0, 40);
     this.layoutControlItem36.MinSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem36.Name = "layoutControlItem37";
     this.layoutControlItem36.Size = new System.Drawing.Size(274, 20);
     this.layoutControlItem36.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem36.Text = "Region:";
     this.layoutControlItem36.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem36.TextSize = new System.Drawing.Size(37, 13);
     this.layoutControlItem36.TextToControlDistance = 5;
     //
     // layoutControlItem39
     //
     this.layoutControlItem39.Control = this.lblSubAccount;
     this.layoutControlItem39.CustomizationFormText = "Region:";
     this.layoutControlItem39.Location = new System.Drawing.Point(0, 40);
     this.layoutControlItem39.MinSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem39.Name = "layoutControlItem37";
     this.layoutControlItem39.Size = new System.Drawing.Size(274, 20);
     this.layoutControlItem39.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem39.Text = "Region:";
     this.layoutControlItem39.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem39.TextSize = new System.Drawing.Size(37, 13);
     this.layoutControlItem39.TextToControlDistance = 5;
     //
     // layoutControlItem44
     //
     this.layoutControlItem44.Control = this.lblActivity;
     this.layoutControlItem44.CustomizationFormText = "Region:";
     this.layoutControlItem44.Location = new System.Drawing.Point(0, 40);
     this.layoutControlItem44.MinSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem44.Name = "layoutControlItem37";
     this.layoutControlItem44.Size = new System.Drawing.Size(274, 20);
     this.layoutControlItem44.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem44.Text = "Region:";
     this.layoutControlItem44.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem44.TextSize = new System.Drawing.Size(37, 13);
     this.layoutControlItem44.TextToControlDistance = 5;
     //
     // layoutControlItem46
     //
     this.layoutControlItem46.Control = this.lblSTVDate;
     this.layoutControlItem46.CustomizationFormText = "Region:";
     this.layoutControlItem46.Location = new System.Drawing.Point(0, 40);
     this.layoutControlItem46.MinSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem46.Name = "layoutControlItem37";
     this.layoutControlItem46.Size = new System.Drawing.Size(274, 20);
     this.layoutControlItem46.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem46.Text = "Region:";
     this.layoutControlItem46.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem46.TextSize = new System.Drawing.Size(37, 13);
     this.layoutControlItem46.TextToControlDistance = 5;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.lblInstitutionType;
     this.layoutControlItem9.CustomizationFormText = "Mode:";
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem9.MaxSize = new System.Drawing.Size(196, 20);
     this.layoutControlItem9.MinSize = new System.Drawing.Size(196, 20);
     this.layoutControlItem9.Name = "layoutControlItem43";
     this.layoutControlItem9.Size = new System.Drawing.Size(196, 20);
     this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem9.Text = "Mode:";
     this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem9.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem9.TextToControlDistance = 5;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(560, 186);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(3, 13);
     this.labelControl2.StyleController = this.layoutControl3;
     this.labelControl2.TabIndex = 81;
     this.labelControl2.Text = " ";
     //
     // layoutControlItem28
     //
     this.layoutControlItem28.Control = this.labelControl2;
     this.layoutControlItem28.CustomizationFormText = "Mode:";
     this.layoutControlItem28.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem28.MaxSize = new System.Drawing.Size(196, 20);
     this.layoutControlItem28.MinSize = new System.Drawing.Size(196, 20);
     this.layoutControlItem28.Name = "layoutControlItem43";
     this.layoutControlItem28.Size = new System.Drawing.Size(196, 20);
     this.layoutControlItem28.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem28.Text = "Mode:";
     this.layoutControlItem28.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem28.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem28.TextToControlDistance = 5;
     //
     // layoutControlItem29
     //
     this.layoutControlItem29.Control = this.lblPaymentType;
     this.layoutControlItem29.CustomizationFormText = "Mode:";
     this.layoutControlItem29.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem29.MaxSize = new System.Drawing.Size(196, 20);
     this.layoutControlItem29.MinSize = new System.Drawing.Size(196, 20);
     this.layoutControlItem29.Name = "layoutControlItem43";
     this.layoutControlItem29.Size = new System.Drawing.Size(196, 20);
     this.layoutControlItem29.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem29.Text = "Mode:";
     this.layoutControlItem29.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem29.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem29.TextToControlDistance = 5;
     //
     // layoutControlItem35
     //
     this.layoutControlItem35.Control = this.lblOwnership;
     this.layoutControlItem35.CustomizationFormText = "Mode:";
     this.layoutControlItem35.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem35.MaxSize = new System.Drawing.Size(196, 20);
     this.layoutControlItem35.MinSize = new System.Drawing.Size(196, 20);
     this.layoutControlItem35.Name = "layoutControlItem43";
     this.layoutControlItem35.Size = new System.Drawing.Size(196, 20);
     this.layoutControlItem35.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem35.Text = "Mode:";
     this.layoutControlItem35.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem35.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem35.TextToControlDistance = 5;
     //
     // layoutControlItem32
     //
     this.layoutControlItem32.Control = this.lblDocumentedType;
     this.layoutControlItem32.CustomizationFormText = "Region:";
     this.layoutControlItem32.Location = new System.Drawing.Point(422, 40);
     this.layoutControlItem32.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem32.MinSize = new System.Drawing.Size(75, 20);
     this.layoutControlItem32.Name = "layoutControlItem37";
     this.layoutControlItem32.Size = new System.Drawing.Size(404, 20);
     this.layoutControlItem32.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem32.Text = "Region:";
     this.layoutControlItem32.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem32.TextSize = new System.Drawing.Size(37, 13);
     this.layoutControlItem32.TextToControlDistance = 31;
     //
     // layoutControlItem48
     //
     this.layoutControlItem48.Control = this.lblVoidRequestedBy;
     this.layoutControlItem48.CustomizationFormText = "STV Date:";
     this.layoutControlItem48.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem48.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem48.MinSize = new System.Drawing.Size(89, 20);
     this.layoutControlItem48.Name = "layoutControlItem47";
     this.layoutControlItem48.Size = new System.Drawing.Size(198, 20);
     this.layoutControlItem48.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem48.Text = "STV Date:";
     this.layoutControlItem48.TextSize = new System.Drawing.Size(79, 13);
     this.layoutControlItem48.TextToControlDistance = 5;
     //
     // layoutControlItem51
     //
     this.layoutControlItem51.Control = this.lblRequistedDate;
     this.layoutControlItem51.CustomizationFormText = "STV Date:";
     this.layoutControlItem51.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem51.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem51.MinSize = new System.Drawing.Size(89, 20);
     this.layoutControlItem51.Name = "layoutControlItem47";
     this.layoutControlItem51.Size = new System.Drawing.Size(198, 20);
     this.layoutControlItem51.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem51.Text = "STV Date:";
     this.layoutControlItem51.TextSize = new System.Drawing.Size(79, 13);
     this.layoutControlItem51.TextToControlDistance = 5;
     //
     // layoutControlItem53
     //
     this.layoutControlItem53.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem53.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem53.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem53.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem53.Control = this.lblIssueType;
     this.layoutControlItem53.CustomizationFormText = "Type:";
     this.layoutControlItem53.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem53.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem53.MinSize = new System.Drawing.Size(59, 20);
     this.layoutControlItem53.Name = "layoutControlItem10";
     this.layoutControlItem53.Size = new System.Drawing.Size(206, 20);
     this.layoutControlItem53.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem53.Text = "Type:";
     this.layoutControlItem53.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem53.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem53.TextToControlDistance = 21;
     //
     // layoutControlItem55
     //
     this.layoutControlItem55.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem55.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem55.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem55.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem55.Control = this.lblIssueStatus;
     this.layoutControlItem55.CustomizationFormText = "Type:";
     this.layoutControlItem55.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem55.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem55.MinSize = new System.Drawing.Size(59, 20);
     this.layoutControlItem55.Name = "layoutControlItem10";
     this.layoutControlItem55.Size = new System.Drawing.Size(206, 20);
     this.layoutControlItem55.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem55.Text = "Type:";
     this.layoutControlItem55.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem55.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem55.TextToControlDistance = 21;
     //
     // layoutControlItem57
     //
     this.layoutControlItem57.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem57.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem57.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem57.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem57.Control = this.lblDispatchedDate;
     this.layoutControlItem57.CustomizationFormText = "Dispatch By:";
     this.layoutControlItem57.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem57.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem57.MinSize = new System.Drawing.Size(124, 20);
     this.layoutControlItem57.Name = "layoutControlItem27";
     this.layoutControlItem57.Size = new System.Drawing.Size(211, 40);
     this.layoutControlItem57.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem57.Text = "Dispatched By:";
     this.layoutControlItem57.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem57.TextSize = new System.Drawing.Size(83, 13);
     this.layoutControlItem57.TextToControlDistance = 5;
     //
     // layoutControlItem59
     //
     this.layoutControlItem59.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem59.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem59.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem59.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem59.Control = this.lblVoidConfirmedDate;
     this.layoutControlItem59.CustomizationFormText = "Date:";
     this.layoutControlItem59.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem59.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem59.MinSize = new System.Drawing.Size(113, 20);
     this.layoutControlItem59.Name = "layoutControlItem47";
     this.layoutControlItem59.Size = new System.Drawing.Size(198, 20);
     this.layoutControlItem59.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem59.Text = "Printed Date:";
     this.layoutControlItem59.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem59.TextSize = new System.Drawing.Size(74, 13);
     this.layoutControlItem59.TextToControlDistance = 5;
     //
     // layoutControlItem61
     //
     this.layoutControlItem61.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem61.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem61.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem61.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem61.Control = this.lblVoidConfirmedBy;
     this.layoutControlItem61.CustomizationFormText = "Date:";
     this.layoutControlItem61.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem61.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem61.MinSize = new System.Drawing.Size(113, 20);
     this.layoutControlItem61.Name = "layoutControlItem47";
     this.layoutControlItem61.Size = new System.Drawing.Size(198, 20);
     this.layoutControlItem61.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem61.Text = "Printed Date:";
     this.layoutControlItem61.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem61.TextSize = new System.Drawing.Size(74, 13);
     this.layoutControlItem61.TextToControlDistance = 5;
     //
     // DispatchConfirmation
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1123, 385);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.layoutControl3);
     this.Name = "DispatchConfirmation";
     this.Text = "Order";
     this.Load += new System.EventHandler(this.OrderForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
     this.layoutControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tEditSTVNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkAccount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPreprintedInvoiceNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityNameFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUndispatchedIssues)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUndispatchedIssuesView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmFromStore.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSTVInvoiceNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUndispatchedIssueDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewUndispatchedIssueDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIssuedBy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem58)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FacilityGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem47)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem60)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem62)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem54)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem56)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem49)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem50)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcRequestVoid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcApprovalCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcApproval)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcDispatchConfirm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastVisitlayout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoRequisitionlayout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem35)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem48)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem51)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem53)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem55)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem57)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem59)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem61)).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(BatchSelection));
     this.boxSizedList = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
     this.txtFacilityNameFilter = new DevExpress.XtraEditors.TextEdit();
     this.gridUnConfirmed = new DevExpress.XtraGrid.GridControl();
     this.gridUnconfirmedView = 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.gridApprovedOrders = new DevExpress.XtraGrid.GridControl();
     this.gridApprovedOrdersView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRoute2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnReturnToApprovalStep = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancelPickList = new DevExpress.XtraEditors.SimpleButton();
     this.btnPrintAndSavePickList = new DevExpress.XtraEditors.SimpleButton();
     this.txtPickListApprovedBy = new DevExpress.XtraEditors.TextEdit();
     this.txtPickListOrderNumber = new DevExpress.XtraEditors.TextEdit();
     this.txtPickListRequestedBy = new DevExpress.XtraEditors.TextEdit();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.txtPickListFromStore = new DevExpress.XtraEditors.TextEdit();
     this.gridPickListDetail = new DevExpress.XtraGrid.GridControl();
     this.gridPickListView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn75 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEdit8 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnPalletNumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colConfirmation = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSKU = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColUnitPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn72 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.editManuf2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.boxSizeLookup = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.layoutControlItem44 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup16 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.lcReviewPickList = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcUnconfirmedPicklists = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem45 = new DevExpress.XtraLayout.LayoutControlItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printOrder = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
     this.bgWorker = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityNameFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUnConfirmed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUnconfirmedView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridApprovedOrders)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridApprovedOrdersView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListApprovedBy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListOrderNumber.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListRequestedBy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListFromStore.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.editManuf2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizeLookup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcReviewPickList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcUnconfirmedPicklists)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printOrder.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // boxSizedList
     //
     this.boxSizedList.AutoHeight = false;
     this.boxSizedList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizedList.DisplayMember = "Name";
     this.boxSizedList.Name = "boxSizedList";
     this.boxSizedList.ValueMember = "ID";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit3.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     this.repositoryItemDateEdit3.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // repositoryItemButtonEdit4
     //
     this.repositoryItemButtonEdit4.AutoHeight = false;
     this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
     this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.txtFacilityNameFilter);
     this.layoutControl2.Controls.Add(this.gridUnConfirmed);
     this.layoutControl2.Controls.Add(this.gridApprovedOrders);
     this.layoutControl2.Controls.Add(this.btnReturnToApprovalStep);
     this.layoutControl2.Controls.Add(this.btnCancelPickList);
     this.layoutControl2.Controls.Add(this.btnPrintAndSavePickList);
     this.layoutControl2.Controls.Add(this.txtPickListApprovedBy);
     this.layoutControl2.Controls.Add(this.txtPickListOrderNumber);
     this.layoutControl2.Controls.Add(this.txtPickListRequestedBy);
     this.layoutControl2.Controls.Add(this.simpleButton3);
     this.layoutControl2.Controls.Add(this.txtPickListFromStore);
     this.layoutControl2.Controls.Add(this.gridPickListDetail);
     this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem44});
     this.layoutControl2.Location = new System.Drawing.Point(0, 0);
     this.layoutControl2.Margin = new System.Windows.Forms.Padding(0);
     this.layoutControl2.Name = "layoutControl2";
     this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(467, 270, 250, 350);
     this.layoutControl2.Root = this.layoutControlGroup2;
     this.layoutControl2.Size = new System.Drawing.Size(1123, 575);
     this.layoutControl2.TabIndex = 29;
     this.layoutControl2.Text = "layoutControl2";
     //
     // txtFacilityNameFilter
     //
     this.txtFacilityNameFilter.Location = new System.Drawing.Point(24, 55);
     this.txtFacilityNameFilter.Name = "txtFacilityNameFilter";
     this.txtFacilityNameFilter.Size = new System.Drawing.Size(211, 20);
     this.txtFacilityNameFilter.StyleController = this.layoutControl2;
     this.txtFacilityNameFilter.TabIndex = 41;
     this.txtFacilityNameFilter.EditValueChanged += new System.EventHandler(this.txtFacilityNameFilter_EditValueChanged);
     //
     // gridUnConfirmed
     //
     this.gridUnConfirmed.Location = new System.Drawing.Point(24, 331);
     this.gridUnConfirmed.MainView = this.gridUnconfirmedView;
     this.gridUnConfirmed.Name = "gridUnConfirmed";
     this.gridUnConfirmed.Size = new System.Drawing.Size(211, 213);
     this.gridUnConfirmed.TabIndex = 40;
     this.gridUnConfirmed.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridUnconfirmedView});
     //
     // gridUnconfirmedView
     //
     this.gridUnconfirmedView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3});
     this.gridUnconfirmedView.GridControl = this.gridUnConfirmed;
     this.gridUnconfirmedView.GroupCount = 1;
     this.gridUnconfirmedView.Name = "gridUnconfirmedView";
     this.gridUnconfirmedView.OptionsBehavior.Editable = false;
     this.gridUnconfirmedView.OptionsCustomization.AllowColumnMoving = false;
     this.gridUnconfirmedView.OptionsCustomization.AllowColumnResizing = false;
     this.gridUnconfirmedView.OptionsCustomization.AllowSort = false;
     this.gridUnconfirmedView.OptionsMenu.EnableColumnMenu = false;
     this.gridUnconfirmedView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridUnconfirmedView.OptionsSelection.UseIndicatorForSelection = false;
     this.gridUnconfirmedView.OptionsView.ShowGroupPanel = false;
     this.gridUnconfirmedView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn3, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridUnconfirmedView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.OnApprovedOrderRowClicked);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Referance Number";
     this.gridColumn1.FieldName = "RefNo";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Requested By";
     this.gridColumn2.FieldName = "RequestedBy";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 159;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Route";
     this.gridColumn3.FieldName = "RouteName";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridApprovedOrders
     //
     this.gridApprovedOrders.Location = new System.Drawing.Point(22, 77);
     this.gridApprovedOrders.MainView = this.gridApprovedOrdersView;
     this.gridApprovedOrders.Name = "gridApprovedOrders";
     this.gridApprovedOrders.Size = new System.Drawing.Size(215, 234);
     this.gridApprovedOrders.TabIndex = 15;
     this.gridApprovedOrders.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridApprovedOrdersView});
     //
     // gridApprovedOrdersView
     //
     this.gridApprovedOrdersView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn15,
     this.gridColumn16,
     this.colRoute2});
     this.gridApprovedOrdersView.GridControl = this.gridApprovedOrders;
     this.gridApprovedOrdersView.GroupCount = 1;
     this.gridApprovedOrdersView.Name = "gridApprovedOrdersView";
     this.gridApprovedOrdersView.OptionsBehavior.Editable = false;
     this.gridApprovedOrdersView.OptionsCustomization.AllowColumnMoving = false;
     this.gridApprovedOrdersView.OptionsCustomization.AllowColumnResizing = false;
     this.gridApprovedOrdersView.OptionsCustomization.AllowSort = false;
     this.gridApprovedOrdersView.OptionsMenu.EnableColumnMenu = false;
     this.gridApprovedOrdersView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridApprovedOrdersView.OptionsSelection.UseIndicatorForSelection = false;
     this.gridApprovedOrdersView.OptionsView.ShowGroupPanel = false;
     this.gridApprovedOrdersView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colRoute2, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridApprovedOrdersView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.OnApprovedOrderRowClicked);
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Referance Number";
     this.gridColumn15.FieldName = "RefNo";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 0;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "Requested By";
     this.gridColumn16.FieldName = "RequestedBy";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 1;
     this.gridColumn16.Width = 159;
     //
     // colRoute2
     //
     this.colRoute2.Caption = "Route";
     this.colRoute2.FieldName = "RouteName";
     this.colRoute2.Name = "colRoute2";
     this.colRoute2.Visible = true;
     this.colRoute2.VisibleIndex = 2;
     //
     // btnReturnToApprovalStep
     //
     this.btnReturnToApprovalStep.Location = new System.Drawing.Point(690, 549);
     this.btnReturnToApprovalStep.Name = "btnReturnToApprovalStep";
     this.btnReturnToApprovalStep.Size = new System.Drawing.Size(169, 22);
     this.btnReturnToApprovalStep.StyleController = this.layoutControl2;
     this.btnReturnToApprovalStep.TabIndex = 38;
     this.btnReturnToApprovalStep.Text = "Return Back To Approval";
     this.btnReturnToApprovalStep.Click += new System.EventHandler(this.btnReturnToApprovalStep_Click);
     //
     // btnCancelPickList
     //
     this.btnCancelPickList.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelPickList.Image")));
     this.btnCancelPickList.Location = new System.Drawing.Point(1020, 549);
     this.btnCancelPickList.Name = "btnCancelPickList";
     this.btnCancelPickList.Size = new System.Drawing.Size(99, 20);
     this.btnCancelPickList.StyleController = this.layoutControl2;
     this.btnCancelPickList.TabIndex = 32;
     this.btnCancelPickList.Text = "Cancel";
     this.btnCancelPickList.Click += new System.EventHandler(this.btnCancelPickList_Click);
     //
     // btnPrintAndSavePickList
     //
     this.btnPrintAndSavePickList.Image = ((System.Drawing.Image)(resources.GetObject("btnPrintAndSavePickList.Image")));
     this.btnPrintAndSavePickList.Location = new System.Drawing.Point(863, 549);
     this.btnPrintAndSavePickList.Name = "btnPrintAndSavePickList";
     this.btnPrintAndSavePickList.Size = new System.Drawing.Size(153, 22);
     this.btnPrintAndSavePickList.StyleController = this.layoutControl2;
     this.btnPrintAndSavePickList.TabIndex = 31;
     this.btnPrintAndSavePickList.Text = "Save Preferences";
     this.btnPrintAndSavePickList.Click += new System.EventHandler(this.SavePickListItems);
     //
     // txtPickListApprovedBy
     //
     this.txtPickListApprovedBy.Enabled = false;
     this.txtPickListApprovedBy.Location = new System.Drawing.Point(872, 28);
     this.txtPickListApprovedBy.Name = "txtPickListApprovedBy";
     this.txtPickListApprovedBy.Size = new System.Drawing.Size(247, 20);
     this.txtPickListApprovedBy.StyleController = this.layoutControl2;
     this.txtPickListApprovedBy.TabIndex = 30;
     //
     // txtPickListOrderNumber
     //
     this.txtPickListOrderNumber.Enabled = false;
     this.txtPickListOrderNumber.Location = new System.Drawing.Point(872, 4);
     this.txtPickListOrderNumber.Name = "txtPickListOrderNumber";
     this.txtPickListOrderNumber.Size = new System.Drawing.Size(247, 20);
     this.txtPickListOrderNumber.StyleController = this.layoutControl2;
     this.txtPickListOrderNumber.TabIndex = 28;
     //
     // txtPickListRequestedBy
     //
     this.txtPickListRequestedBy.Enabled = false;
     this.txtPickListRequestedBy.Location = new System.Drawing.Point(156, 4);
     this.txtPickListRequestedBy.Name = "txtPickListRequestedBy";
     this.txtPickListRequestedBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.txtPickListRequestedBy.Properties.Appearance.Options.UseFont = true;
     this.txtPickListRequestedBy.Size = new System.Drawing.Size(303, 22);
     this.txtPickListRequestedBy.StyleController = this.layoutControl2;
     this.txtPickListRequestedBy.TabIndex = 5;
     //
     // simpleButton3
     //
     this.simpleButton3.Enabled = false;
     this.simpleButton3.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton3.Image")));
     this.simpleButton3.Location = new System.Drawing.Point(810, 519);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(93, 22);
     this.simpleButton3.StyleController = this.layoutControl2;
     this.simpleButton3.TabIndex = 31;
     this.simpleButton3.Text = "Print";
     this.simpleButton3.Click += new System.EventHandler(this.PrintPicklistItems);
     //
     // txtPickListFromStore
     //
     this.txtPickListFromStore.Enabled = false;
     this.txtPickListFromStore.Location = new System.Drawing.Point(156, 30);
     this.txtPickListFromStore.Name = "txtPickListFromStore";
     this.txtPickListFromStore.Size = new System.Drawing.Size(303, 20);
     this.txtPickListFromStore.StyleController = this.layoutControl2;
     this.txtPickListFromStore.TabIndex = 4;
     //
     // gridPickListDetail
     //
     this.gridPickListDetail.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.gridPickListDetail.Location = new System.Drawing.Point(240, 54);
     this.gridPickListDetail.MainView = this.gridPickListView;
     this.gridPickListDetail.Name = "gridPickListDetail";
     this.gridPickListDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemDateEdit2,
     this.repositoryItemButtonEdit3,
     this.editManuf2,
     this.repositoryItemSpinEdit3,
     this.repositoryItemButtonEdit8,
     this.boxSizeLookup,
     this.repositoryItemTextEdit1,
     this.repositoryItemMemoEdit1});
     this.gridPickListDetail.Size = new System.Drawing.Size(879, 491);
     this.gridPickListDetail.TabIndex = 13;
     this.gridPickListDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridPickListView});
     //
     // gridPickListView
     //
     this.gridPickListView.Appearance.GroupFooter.BackColor = System.Drawing.Color.White;
     this.gridPickListView.Appearance.GroupFooter.BackColor2 = System.Drawing.Color.White;
     this.gridPickListView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gridPickListView.Appearance.GroupFooter.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.gridPickListView.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gridPickListView.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gridPickListView.Appearance.GroupFooter.Options.UseTextOptions = true;
     this.gridPickListView.Appearance.GroupFooter.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridPickListView.AppearancePrint.FilterPanel.BackColor = System.Drawing.Color.White;
     this.gridPickListView.AppearancePrint.FilterPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.gridPickListView.AppearancePrint.FilterPanel.Options.UseBackColor = true;
     this.gridPickListView.AppearancePrint.FilterPanel.Options.UseForeColor = true;
     this.gridPickListView.AppearancePrint.FooterPanel.BackColor = System.Drawing.Color.White;
     this.gridPickListView.AppearancePrint.FooterPanel.Options.UseBackColor = true;
     this.gridPickListView.AppearancePrint.GroupFooter.BackColor = System.Drawing.Color.White;
     this.gridPickListView.AppearancePrint.GroupFooter.Options.UseBackColor = true;
     this.gridPickListView.AppearancePrint.GroupRow.BackColor = System.Drawing.Color.White;
     this.gridPickListView.AppearancePrint.GroupRow.Options.UseBackColor = true;
     this.gridPickListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn75,
     this.gridColumn24,
     this.gridColumn25,
     this.gridColumn27,
     this.gridColumn26,
     this.gridColumn31,
     this.gridColumn33,
     this.gridColumn56,
     this.gridColumn61,
     this.gridColumn44,
     this.gridColumn45,
     this.columnPalletNumber,
     this.colPrice,
     this.gridColumn51,
     this.colConfirmation,
     this.colSKU,
     this.gridColumn41,
     this.gridColUnitPrice,
     this.gridColumn72});
     this.gridPickListView.GridControl = this.gridPickListDetail;
     this.gridPickListView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "QtyInSKU", this.colSKU, "{0:#,###}"),
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "CalculatedCost", this.colPrice, "{0:#,###.#0}")});
     this.gridPickListView.Name = "gridPickListView";
     this.gridPickListView.OptionsBehavior.AutoExpandAllGroups = true;
     this.gridPickListView.OptionsBehavior.Editable = false;
     this.gridPickListView.OptionsCustomization.AllowColumnMoving = false;
     this.gridPickListView.OptionsCustomization.AllowColumnResizing = false;
     this.gridPickListView.OptionsDetail.AllowExpandEmptyDetails = true;
     this.gridPickListView.OptionsMenu.EnableColumnMenu = false;
     this.gridPickListView.OptionsPrint.ExpandAllDetails = true;
     this.gridPickListView.OptionsPrint.UsePrintStyles = true;
     this.gridPickListView.OptionsView.AllowCellMerge = true;
     this.gridPickListView.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office2003;
     this.gridPickListView.OptionsView.RowAutoHeight = true;
     this.gridPickListView.OptionsView.ShowFooter = true;
     this.gridPickListView.OptionsView.ShowGroupPanel = false;
     this.gridPickListView.OptionsView.ShowIndicator = false;
     //
     // gridColumn75
     //
     this.gridColumn75.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn75.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn75.Caption = "Unit";
     this.gridColumn75.FieldName = "Unit";
     this.gridColumn75.Name = "gridColumn75";
     this.gridColumn75.OptionsColumn.AllowEdit = false;
     this.gridColumn75.OptionsColumn.AllowFocus = false;
     this.gridColumn75.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn75.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn75.Visible = true;
     this.gridColumn75.VisibleIndex = 2;
     this.gridColumn75.Width = 68;
     //
     // gridColumn24
     //
     this.gridColumn24.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn24.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn24.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn24.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn24.Caption = "Item Name";
     this.gridColumn24.ColumnEdit = this.repositoryItemMemoEdit1;
     this.gridColumn24.FieldName = "FullItemName";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.OptionsColumn.AllowEdit = false;
     this.gridColumn24.OptionsColumn.AllowFocus = false;
     this.gridColumn24.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn24.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 1;
     this.gridColumn24.Width = 189;
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // gridColumn25
     //
     this.gridColumn25.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn25.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn25.Caption = "Manufacturer";
     this.gridColumn25.FieldName = "ManufacturerName";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsColumn.AllowEdit = false;
     this.gridColumn25.OptionsColumn.AllowFocus = false;
     this.gridColumn25.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.OptionsColumn.AllowShowHide = false;
     this.gridColumn25.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 4;
     this.gridColumn25.Width = 117;
     //
     // gridColumn27
     //
     this.gridColumn27.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn27.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn27.Caption = "Pack Size";
     this.gridColumn27.FieldName = "BoxSizeDisplay";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.OptionsColumn.AllowEdit = false;
     this.gridColumn27.OptionsColumn.AllowFocus = false;
     this.gridColumn27.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn27.Width = 98;
     //
     // gridColumn26
     //
     this.gridColumn26.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gridColumn26.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn26.Caption = "Pack Qty";
     this.gridColumn26.ColumnEdit = this.repositoryItemSpinEdit3;
     this.gridColumn26.DisplayFormat.FormatString = "#,##0";
     this.gridColumn26.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn26.FieldName = "Pack";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.OptionsColumn.AllowEdit = false;
     this.gridColumn26.OptionsColumn.AllowFocus = false;
     this.gridColumn26.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn26.Width = 50;
     //
     // repositoryItemSpinEdit3
     //
     this.repositoryItemSpinEdit3.AutoHeight = false;
     this.repositoryItemSpinEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit3.Name = "repositoryItemSpinEdit3";
     //
     // gridColumn31
     //
     this.gridColumn31.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn31.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn31.Caption = "Batch No";
     this.gridColumn31.FieldName = "BatchNo";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.OptionsColumn.AllowEdit = false;
     this.gridColumn31.OptionsColumn.AllowFocus = false;
     this.gridColumn31.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 5;
     this.gridColumn31.Width = 64;
     //
     // gridColumn33
     //
     this.gridColumn33.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn33.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn33.Caption = "Expiry Date";
     this.gridColumn33.DisplayFormat.FormatString = "MMM/yyyy";
     this.gridColumn33.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn33.FieldName = "ExpDate";
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.OptionsColumn.AllowEdit = false;
     this.gridColumn33.OptionsColumn.AllowFocus = false;
     this.gridColumn33.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 6;
     this.gridColumn33.Width = 62;
     //
     // gridColumn56
     //
     this.gridColumn56.ColumnEdit = this.repositoryItemButtonEdit8;
     this.gridColumn56.Name = "gridColumn56";
     this.gridColumn56.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn56.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.gridColumn56.Width = 25;
     //
     // repositoryItemButtonEdit8
     //
     this.repositoryItemButtonEdit8.AutoHeight = false;
     this.repositoryItemButtonEdit8.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit8.Name = "repositoryItemButtonEdit8";
     this.repositoryItemButtonEdit8.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // gridColumn61
     //
     this.gridColumn61.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn61.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn61.Caption = "Volume";
     this.gridColumn61.FieldName = "Volume";
     this.gridColumn61.Name = "gridColumn61";
     this.gridColumn61.OptionsColumn.AllowEdit = false;
     this.gridColumn61.OptionsColumn.AllowFocus = false;
     this.gridColumn61.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     //
     // gridColumn44
     //
     this.gridColumn44.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn44.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn44.Caption = "Qty Per Pack";
     this.gridColumn44.DisplayFormat.FormatString = "#,##0";
     this.gridColumn44.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn44.FieldName = "QtyPerPack";
     this.gridColumn44.Name = "gridColumn44";
     this.gridColumn44.OptionsColumn.AllowEdit = false;
     this.gridColumn44.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn44.Width = 106;
     //
     // gridColumn45
     //
     this.gridColumn45.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridColumn45.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn45.Caption = "Qty in BU";
     this.gridColumn45.DisplayFormat.FormatString = "#,##0";
     this.gridColumn45.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn45.FieldName = "QtyInBU";
     this.gridColumn45.GroupFormat.FormatString = "#,###";
     this.gridColumn45.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn45.Name = "gridColumn45";
     this.gridColumn45.OptionsColumn.AllowEdit = false;
     this.gridColumn45.OptionsColumn.AllowFocus = false;
     this.gridColumn45.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn45.Width = 49;
     //
     // columnPalletNumber
     //
     this.columnPalletNumber.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
     this.columnPalletNumber.AppearanceCell.Options.UseBackColor = true;
     this.columnPalletNumber.Caption = "Location";
     this.columnPalletNumber.FieldName = "PalletLocation";
     this.columnPalletNumber.Name = "columnPalletNumber";
     this.columnPalletNumber.OptionsColumn.AllowEdit = false;
     this.columnPalletNumber.OptionsColumn.AllowFocus = false;
     this.columnPalletNumber.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.columnPalletNumber.Visible = true;
     this.columnPalletNumber.VisibleIndex = 3;
     this.columnPalletNumber.Width = 93;
     //
     // colPrice
     //
     this.colPrice.Caption = "Price";
     this.colPrice.DisplayFormat.FormatString = "#,##0.##";
     this.colPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colPrice.FieldName = "CalculatedCost";
     this.colPrice.GroupFormat.FormatString = "#,###.##";
     this.colPrice.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colPrice.Name = "colPrice";
     this.colPrice.OptionsColumn.AllowEdit = false;
     this.colPrice.OptionsColumn.AllowFocus = false;
     this.colPrice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colPrice.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "CalculatedCost", "{0:#,###.##}")});
     this.colPrice.Visible = true;
     this.colPrice.VisibleIndex = 9;
     this.colPrice.Width = 78;
     //
     // gridColumn51
     //
     this.gridColumn51.Caption = "Pallet No";
     this.gridColumn51.FieldName = "PalletNo";
     this.gridColumn51.Name = "gridColumn51";
     this.gridColumn51.OptionsColumn.AllowEdit = false;
     this.gridColumn51.OptionsColumn.AllowFocus = false;
     this.gridColumn51.Width = 50;
     //
     // colConfirmation
     //
     this.colConfirmation.Caption = "Confirmation";
     this.colConfirmation.Name = "colConfirmation";
     this.colConfirmation.OptionsColumn.AllowEdit = false;
     this.colConfirmation.OptionsColumn.AllowFocus = false;
     this.colConfirmation.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     //
     // colSKU
     //
     this.colSKU.Caption = "Quantity";
     this.colSKU.DisplayFormat.FormatString = "#,###";
     this.colSKU.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colSKU.FieldName = "QtyInSKU";
     this.colSKU.Name = "colSKU";
     this.colSKU.OptionsColumn.AllowEdit = false;
     this.colSKU.OptionsColumn.AllowFocus = false;
     this.colSKU.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colSKU.Visible = true;
     this.colSKU.VisibleIndex = 7;
     this.colSKU.Width = 59;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption = "Units";
     this.gridColumn41.DisplayFormat.FormatString = "#,###";
     this.gridColumn41.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn41.FieldName = "UnitsInSKU";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.OptionsColumn.AllowEdit = false;
     this.gridColumn41.OptionsColumn.AllowFocus = false;
     this.gridColumn41.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     //
     // gridColUnitPrice
     //
     this.gridColUnitPrice.Caption = "Unit Price";
     this.gridColUnitPrice.DisplayFormat.FormatString = "#,###.#0";
     this.gridColUnitPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColUnitPrice.FieldName = "UnitPrice";
     this.gridColUnitPrice.Name = "gridColUnitPrice";
     this.gridColUnitPrice.OptionsColumn.AllowEdit = false;
     this.gridColUnitPrice.OptionsColumn.AllowFocus = false;
     this.gridColUnitPrice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColUnitPrice.Visible = true;
     this.gridColUnitPrice.VisibleIndex = 8;
     this.gridColUnitPrice.Width = 49;
     //
     // gridColumn72
     //
     this.gridColumn72.Caption = "#";
     this.gridColumn72.FieldName = "LineNum";
     this.gridColumn72.Name = "gridColumn72";
     this.gridColumn72.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn72.Visible = true;
     this.gridColumn72.VisibleIndex = 0;
     this.gridColumn72.Width = 21;
     //
     // 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.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit2.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit2.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     this.repositoryItemDateEdit2.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // repositoryItemButtonEdit3
     //
     this.repositoryItemButtonEdit3.AutoHeight = false;
     this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
     this.repositoryItemButtonEdit3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // editManuf2
     //
     this.editManuf2.AutoHeight = false;
     this.editManuf2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph)});
     this.editManuf2.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.editManuf2.DisplayMember = "Name";
     this.editManuf2.Name = "editManuf2";
     this.editManuf2.NullText = "";
     this.editManuf2.SearchMode = DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup;
     this.editManuf2.ShowHeader = false;
     this.editManuf2.ValueMember = "ID";
     //
     // boxSizeLookup
     //
     this.boxSizeLookup.AutoHeight = false;
     this.boxSizeLookup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizeLookup.DisplayMember = "Name";
     this.boxSizeLookup.Name = "boxSizeLookup";
     this.boxSizeLookup.ValueMember = "ID";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.Appearance.Options.UseTextOptions = true;
     this.repositoryItemTextEdit1.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
     this.repositoryItemTextEdit1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.repositoryItemTextEdit1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // layoutControlItem44
     //
     this.layoutControlItem44.Control = this.simpleButton3;
     this.layoutControlItem44.CustomizationFormText = "layoutControlItem44";
     this.layoutControlItem44.Location = new System.Drawing.Point(806, 515);
     this.layoutControlItem44.Name = "layoutControlItem44";
     this.layoutControlItem44.Size = new System.Drawing.Size(97, 26);
     this.layoutControlItem44.Text = "layoutControlItem44";
     this.layoutControlItem44.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem44.TextToControlDistance = 0;
     this.layoutControlItem44.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.emptySpaceItem8,
     this.layoutControlGroup5,
     this.layoutControlGroup6,
     this.layoutControlItem6,
     this.layoutControlItem7,
     this.layoutControlItem45});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "Root";
     this.layoutControlGroup2.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup2.Size = new System.Drawing.Size(1123, 575);
     this.layoutControlGroup2.Text = "Root";
     this.layoutControlGroup2.TextVisible = false;
     //
     // emptySpaceItem8
     //
     this.emptySpaceItem8.AllowHotTrack = false;
     this.emptySpaceItem8.CustomizationFormText = "emptySpaceItem8";
     this.emptySpaceItem8.Location = new System.Drawing.Point(0, 545);
     this.emptySpaceItem8.Name = "emptySpaceItem8";
     this.emptySpaceItem8.Size = new System.Drawing.Size(686, 26);
     this.emptySpaceItem8.Text = "emptySpaceItem8";
     this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = "Order Information";
     this.layoutControlGroup5.GroupBordersVisible = false;
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem9,
     this.layoutControlItem10,
     this.layoutControlItem16,
     this.layoutControlItem14,
     this.emptySpaceItem1});
     this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup5.Name = "layoutControlGroup5";
     this.layoutControlGroup5.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup5.Size = new System.Drawing.Size(1119, 50);
     this.layoutControlGroup5.Text = "Order Headers";
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.txtPickListFromStore;
     this.layoutControlItem9.CustomizationFormText = "From Store";
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(459, 24);
     this.layoutControlItem9.Text = "Mode";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(147, 13);
     this.layoutControlItem9.TextToControlDistance = 5;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control = this.txtPickListRequestedBy;
     this.layoutControlItem10.CustomizationFormText = "Requested By";
     this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem10.Name = "layoutControlItem10";
     this.layoutControlItem10.Size = new System.Drawing.Size(459, 26);
     this.layoutControlItem10.Text = "Requested By";
     this.layoutControlItem10.TextSize = new System.Drawing.Size(147, 13);
     this.layoutControlItem10.TextToControlDistance = 5;
     //
     // layoutControlItem16
     //
     this.layoutControlItem16.Control = this.txtPickListApprovedBy;
     this.layoutControlItem16.CustomizationFormText = "Approved By";
     this.layoutControlItem16.Location = new System.Drawing.Point(716, 24);
     this.layoutControlItem16.Name = "layoutControlItem16";
     this.layoutControlItem16.Size = new System.Drawing.Size(403, 26);
     this.layoutControlItem16.Text = "Approved By";
     this.layoutControlItem16.TextSize = new System.Drawing.Size(147, 13);
     this.layoutControlItem16.TextToControlDistance = 5;
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.Control = this.txtPickListOrderNumber;
     this.layoutControlItem14.CustomizationFormText = "Order Number";
     this.layoutControlItem14.Location = new System.Drawing.Point(716, 0);
     this.layoutControlItem14.Name = "layoutControlItem14";
     this.layoutControlItem14.Size = new System.Drawing.Size(403, 24);
     this.layoutControlItem14.Text = "Order Number";
     this.layoutControlItem14.TextSize = new System.Drawing.Size(147, 13);
     this.layoutControlItem14.TextToControlDistance = 5;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(459, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(257, 50);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup6
     //
     this.layoutControlGroup6.CustomizationFormText = "Pick List";
     this.layoutControlGroup6.GroupBordersVisible = false;
     this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem11,
     this.layoutControlGroup16});
     this.layoutControlGroup6.Location = new System.Drawing.Point(0, 50);
     this.layoutControlGroup6.Name = "layoutControlGroup6";
     this.layoutControlGroup6.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup6.Size = new System.Drawing.Size(1119, 495);
     this.layoutControlGroup6.Text = "Pick List";
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.gridPickListDetail;
     this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
     this.layoutControlItem11.Location = new System.Drawing.Point(236, 0);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(883, 495);
     this.layoutControlItem11.Text = "layoutControlItem11";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem11.TextToControlDistance = 0;
     this.layoutControlItem11.TextVisible = false;
     //
     // layoutControlGroup16
     //
     this.layoutControlGroup16.CustomizationFormText = "Approved Orders";
     this.layoutControlGroup16.DefaultLayoutType = DevExpress.XtraLayout.Utils.LayoutType.Horizontal;
     this.layoutControlGroup16.ExpandButtonVisible = true;
     this.layoutControlGroup16.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.lcReviewPickList,
     this.lcUnconfirmedPicklists,
     this.layoutControlItem2});
     this.layoutControlGroup16.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup16.Name = "layoutControlGroup16";
     this.layoutControlGroup16.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup16.Size = new System.Drawing.Size(236, 495);
     this.layoutControlGroup16.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup16.Text = "Approved Orders";
     this.layoutControlGroup16.TextLocation = DevExpress.Utils.Locations.Left;
     //
     // lcReviewPickList
     //
     this.lcReviewPickList.Control = this.gridApprovedOrders;
     this.lcReviewPickList.CustomizationFormText = "layoutControlItem48";
     this.lcReviewPickList.Location = new System.Drawing.Point(0, 24);
     this.lcReviewPickList.MaxSize = new System.Drawing.Size(215, 0);
     this.lcReviewPickList.MinSize = new System.Drawing.Size(215, 20);
     this.lcReviewPickList.Name = "lcReviewPickList";
     this.lcReviewPickList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.lcReviewPickList.Size = new System.Drawing.Size(215, 234);
     this.lcReviewPickList.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lcReviewPickList.Text = "lcReviewPickList";
     this.lcReviewPickList.TextSize = new System.Drawing.Size(0, 0);
     this.lcReviewPickList.TextToControlDistance = 0;
     this.lcReviewPickList.TextVisible = false;
     //
     // lcUnconfirmedPicklists
     //
     this.lcUnconfirmedPicklists.Control = this.gridUnConfirmed;
     this.lcUnconfirmedPicklists.CustomizationFormText = "Printed (Unconfirmed PickLists)";
     this.lcUnconfirmedPicklists.Location = new System.Drawing.Point(0, 258);
     this.lcUnconfirmedPicklists.Name = "lcUnconfirmedPicklists";
     this.lcUnconfirmedPicklists.Size = new System.Drawing.Size(215, 235);
     this.lcUnconfirmedPicklists.Text = "Printed (Unconfirmed PickLists)";
     this.lcUnconfirmedPicklists.TextLocation = DevExpress.Utils.Locations.Top;
     this.lcUnconfirmedPicklists.TextSize = new System.Drawing.Size(147, 13);
     this.lcUnconfirmedPicklists.TextToControlDistance = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtFacilityNameFilter;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(215, 24);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnPrintAndSavePickList;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(859, 545);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(157, 26);
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.btnCancelPickList;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(1016, 545);
     this.layoutControlItem7.MaxSize = new System.Drawing.Size(103, 24);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(103, 24);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(103, 26);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text = "layoutControlItem7";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextToControlDistance = 0;
     this.layoutControlItem7.TextVisible = false;
     //
     // layoutControlItem45
     //
     this.layoutControlItem45.Control = this.btnReturnToApprovalStep;
     this.layoutControlItem45.CustomizationFormText = "layoutControlItem45";
     this.layoutControlItem45.Location = new System.Drawing.Point(686, 545);
     this.layoutControlItem45.Name = "layoutControlItem45";
     this.layoutControlItem45.Size = new System.Drawing.Size(173, 26);
     this.layoutControlItem45.Text = "layoutControlItem45";
     this.layoutControlItem45.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem45.TextToControlDistance = 0;
     this.layoutControlItem45.TextVisible = false;
     //
     // popupMenu1
     //
     this.popupMenu1.Name = "popupMenu1";
     //
     // emptySpaceItem15
     //
     this.emptySpaceItem15.AllowHotTrack = false;
     this.emptySpaceItem15.CustomizationFormText = "emptySpaceItem15";
     this.emptySpaceItem15.Location = new System.Drawing.Point(0, 116);
     this.emptySpaceItem15.Name = "emptySpaceItem15";
     this.emptySpaceItem15.Size = new System.Drawing.Size(717, 10);
     this.emptySpaceItem15.Text = "emptySpaceItem15";
     this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup8
     //
     this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup8";
     this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup8.Name = "layoutControlGroup8";
     this.layoutControlGroup8.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup8.Size = new System.Drawing.Size(717, 116);
     this.layoutControlGroup8.Text = "layoutControlGroup8";
     //
     // layoutControlGroup9
     //
     this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
     this.layoutControlGroup9.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup9.Name = "layoutControlGroup9";
     this.layoutControlGroup9.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup9.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup9.Text = "layoutControlGroup9";
     //
     // layoutControlGroup10
     //
     this.layoutControlGroup10.CustomizationFormText = "layoutControlGroup10";
     this.layoutControlGroup10.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup10.Name = "layoutControlGroup10";
     this.layoutControlGroup10.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup10.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup10.Text = "layoutControlGroup10";
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.CustomizationFormText = "emptySpaceItem10";
     this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem10.Name = "emptySpaceItem10";
     this.emptySpaceItem10.Size = new System.Drawing.Size(693, 10);
     this.emptySpaceItem10.Text = "emptySpaceItem10";
     this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem22
     //
     this.emptySpaceItem22.AllowHotTrack = false;
     this.emptySpaceItem22.CustomizationFormText = "emptySpaceItem22";
     this.emptySpaceItem22.Location = new System.Drawing.Point(85, 0);
     this.emptySpaceItem22.Name = "emptySpaceItem22";
     this.emptySpaceItem22.Size = new System.Drawing.Size(119, 479);
     this.emptySpaceItem22.Text = "emptySpaceItem22";
     this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem23
     //
     this.emptySpaceItem23.AllowHotTrack = false;
     this.emptySpaceItem23.CustomizationFormText = "emptySpaceItem23";
     this.emptySpaceItem23.Location = new System.Drawing.Point(1179, 24);
     this.emptySpaceItem23.Name = "emptySpaceItem23";
     this.emptySpaceItem23.Size = new System.Drawing.Size(10, 455);
     this.emptySpaceItem23.Text = "emptySpaceItem23";
     this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printOrder});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.gridPickListDetail;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Time Printed]",
         "[Date Printed]",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     this.printableComponentLink1.RtfReportHeader = resources.GetString("printableComponentLink1.RtfReportHeader");
     //
     // printOrder
     //
     //
     //
     //
     this.printOrder.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printOrder.ImageCollection.ImageStream")));
     this.printOrder.Landscape = true;
     this.printOrder.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printOrder.PrintingSystem = this.printingSystem1;
     this.printOrder.PrintingSystemBase = this.printingSystem1;
     //
     // progressBarControl
     //
     this.progressBarControl.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.progressBarControl.Location = new System.Drawing.Point(313, 275);
     this.progressBarControl.MaximumSize = new System.Drawing.Size(496, 25);
     this.progressBarControl.MinimumSize = new System.Drawing.Size(496, 25);
     this.progressBarControl.Name = "progressBarControl";
     this.progressBarControl.Properties.PercentView = false;
     this.progressBarControl.Properties.ShowTitle = true;
     this.progressBarControl.Properties.UseParentBackground = true;
     this.progressBarControl.Size = new System.Drawing.Size(496, 25);
     this.progressBarControl.TabIndex = 32;
     this.progressBarControl.Visible = false;
     //
     // bgWorker
     //
     this.bgWorker.WorkerReportsProgress = true;
     this.bgWorker.WorkerSupportsCancellation = true;
     this.bgWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorker_DoWork);
     this.bgWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgWorker_ProgressChanged);
     this.bgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorker_RunWorkerCompleted);
     //
     // BatchSelection
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1123, 575);
     this.Controls.Add(this.progressBarControl);
     this.Controls.Add(this.layoutControl2);
     this.Name = "BatchSelection";
     this.Text = "Pick List";
     this.Load += new System.EventHandler(this.OrderForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityNameFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUnConfirmed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUnconfirmedView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridApprovedOrders)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridApprovedOrdersView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListApprovedBy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListOrderNumber.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListRequestedBy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPickListFromStore.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.editManuf2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizeLookup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcReviewPickList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcUnconfirmedPicklists)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printOrder.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClassDlg));
     this.tbcCourse = new System.Windows.Forms.TabControl();
     this.tbpCourse = new System.Windows.Forms.TabPage();
     this.textBoxBreakDuration = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.txtCourseName = new System.Windows.Forms.TextBox();
     this.txtNickName = new System.Windows.Forms.TextBox();
     this.lblNickName = new System.Windows.Forms.Label();
     this.llblClient = new System.Windows.Forms.LinkLabel();
     this.cmbClient = new System.Windows.Forms.ComboBox();
     this.llbDepartment = new System.Windows.Forms.LinkLabel();
     this.cmbDept = new System.Windows.Forms.ComboBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtEvent = new System.Windows.Forms.TextBox();
     this.llblEvent = new System.Windows.Forms.LinkLabel();
     this.llblFinalEvt = new System.Windows.Forms.LinkLabel();
     this.llblMidEvt = new System.Windows.Forms.LinkLabel();
     this.llblInitialEvt = new System.Windows.Forms.LinkLabel();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.llblProgram = new System.Windows.Forms.LinkLabel();
     this.label12 = new System.Windows.Forms.Label();
     this.grpTest = new System.Windows.Forms.GroupBox();
     this.label13 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cmbProgram = new System.Windows.Forms.ComboBox();
     this.txtFinalForm = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtMidtermForm = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtInitialForm = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtFinalEvent = new System.Windows.Forms.TextBox();
     this.txtMidtermEvent = new System.Windows.Forms.TextBox();
     this.txtInitialEvent = new System.Windows.Forms.TextBox();
     this.txtHomeWorkMinutes = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtNumberStudents = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtNameRomaji = new System.Windows.Forms.TextBox();
     this.txtNamePhonetic = new System.Windows.Forms.TextBox();
     this.cmbCourseType = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblPassword = new System.Windows.Forms.Label();
     this.lblStatus = new System.Windows.Forms.Label();
     this.lblUser = new System.Windows.Forms.Label();
     this.cmbStatus = new System.Windows.Forms.ComboBox();
     this.tbpDescription = new System.Windows.Forms.TabPage();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.tbpSpecialRemarks = new System.Windows.Forms.TabPage();
     this.txtRemarks = new System.Windows.Forms.TextBox();
     this.tbpCurriculam = new System.Windows.Forms.TabPage();
     this.txtCurriculam = new System.Windows.Forms.TextBox();
     this.tbpClassEvent = new System.Windows.Forms.TabPage();
     this.pnlEvent = new System.Windows.Forms.Panel();
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.btn_ClearRecc = new System.Windows.Forms.Button();
     this.btnRecurrence = new System.Windows.Forms.Button();
     this.pnlBody_I = new System.Windows.Forms.Panel();
     this.txtChangeReason_I = new System.Windows.Forms.TextBox();
     this.lblChangeReason_I = new System.Windows.Forms.Label();
     this.chkEventStatus_I = new System.Windows.Forms.CheckBox();
     this.chkEventModified = new System.Windows.Forms.CheckBox();
     this.lblExReason_I = new System.Windows.Forms.Label();
     this.cmbExceptionReason_I = new System.Windows.Forms.ComboBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.picAlert_I = new System.Windows.Forms.PictureBox();
     this.chkIsHoliday = new System.Windows.Forms.CheckBox();
     this.lblIsHoliday_I = new System.Windows.Forms.Label();
     this.llblTeacher2_I = new System.Windows.Forms.LinkLabel();
     this.llblTeacher1_I = new System.Windows.Forms.LinkLabel();
     this.lblDtComp_I = new System.Windows.Forms.Label();
     this.txtNote_I = new System.Windows.Forms.TextBox();
     this.txtDescription_I = new System.Windows.Forms.TextBox();
     this.lblDescription_I = new System.Windows.Forms.Label();
     this.txtRoomNo_I = new System.Windows.Forms.TextBox();
     this.lblRoomNo_I = new System.Windows.Forms.Label();
     this.txtLocation_I = new System.Windows.Forms.TextBox();
     this.lblLocation_I = new System.Windows.Forms.Label();
     this.lblBlock_I = new System.Windows.Forms.Label();
     this.lblEnddt_I = new System.Windows.Forms.Label();
     this.lblStartdt_I = new System.Windows.Forms.Label();
     this.lblEventType_I = new System.Windows.Forms.Label();
     this.txtRomaji_I = new System.Windows.Forms.TextBox();
     this.txtPhonetic_I = new System.Windows.Forms.TextBox();
     this.lblRomaji_I = new System.Windows.Forms.Label();
     this.lblPhonetic_I = new System.Windows.Forms.Label();
     this.txtName_I = new System.Windows.Forms.TextBox();
     this.lblName_I = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.cmbTeacher2_I = new System.Windows.Forms.ComboBox();
     this.cmbTeacher1_I = new System.Windows.Forms.ComboBox();
     this.dtDateComplete_I = new System.Windows.Forms.DateTimePicker();
     this.cmbEndTime = new System.Windows.Forms.ComboBox();
     this.cmbStartTime = new System.Windows.Forms.ComboBox();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.cmbBlock_I = new System.Windows.Forms.ComboBox();
     this.dtEnd = new System.Windows.Forms.DateTimePicker();
     this.dtStart = new System.Windows.Forms.DateTimePicker();
     this.cmbEventType_I = new System.Windows.Forms.ComboBox();
     this.lblRecurrenceText_I = new System.Windows.Forms.Label();
     this.pnlTop_I = new System.Windows.Forms.Panel();
     this.lblRecurrenceText1_I = new System.Windows.Forms.Label();
     this.picAlert1_I = new System.Windows.Forms.PictureBox();
     this.tbpOtherEvents = new System.Windows.Forms.TabPage();
     this.pnlButtons = new System.Windows.Forms.Panel();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnDel = new System.Windows.Forms.Button();
     this.grdEvents = new DevExpress.XtraGrid.GridControl();
     this.gvwEvents = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolCaldendarEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStartDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEndDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnPageSetup = new System.Windows.Forms.Button();
     this.btnPrint = new System.Windows.Forms.Button();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.printingSystem = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.tbcCourse.SuspendLayout();
     this.tbpCourse.SuspendLayout();
     this.tbpDescription.SuspendLayout();
     this.tbpSpecialRemarks.SuspendLayout();
     this.tbpCurriculam.SuspendLayout();
     this.tbpClassEvent.SuspendLayout();
     this.pnlEvent.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.pnlBody_I.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picAlert_I)).BeginInit();
     this.pnlTop_I.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picAlert1_I)).BeginInit();
     this.tbpOtherEvents.SuspendLayout();
     this.pnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdEvents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwEvents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).BeginInit();
     this.SuspendLayout();
     //
     // tbcCourse
     //
     this.tbcCourse.Controls.Add(this.tbpCourse);
     this.tbcCourse.Controls.Add(this.tbpDescription);
     this.tbcCourse.Controls.Add(this.tbpSpecialRemarks);
     this.tbcCourse.Controls.Add(this.tbpCurriculam);
     this.tbcCourse.Controls.Add(this.tbpClassEvent);
     this.tbcCourse.Controls.Add(this.tbpOtherEvents);
     this.tbcCourse.Dock = System.Windows.Forms.DockStyle.Top;
     this.tbcCourse.Location = new System.Drawing.Point(0, 0);
     this.tbcCourse.Multiline = true;
     this.tbcCourse.Name = "tbcCourse";
     this.tbcCourse.SelectedIndex = 0;
     this.tbcCourse.ShowToolTips = true;
     this.tbcCourse.Size = new System.Drawing.Size(1052, 691);
     this.tbcCourse.TabIndex = 0;
     this.tbcCourse.SelectedIndexChanged += new System.EventHandler(this.tbcCourse_SelectedIndexChanged);
     //
     // tbpCourse
     //
     this.tbpCourse.Controls.Add(this.textBoxBreakDuration);
     this.tbpCourse.Controls.Add(this.label15);
     this.tbpCourse.Controls.Add(this.txtCourseName);
     this.tbpCourse.Controls.Add(this.txtNickName);
     this.tbpCourse.Controls.Add(this.lblNickName);
     this.tbpCourse.Controls.Add(this.llblClient);
     this.tbpCourse.Controls.Add(this.cmbClient);
     this.tbpCourse.Controls.Add(this.llbDepartment);
     this.tbpCourse.Controls.Add(this.cmbDept);
     this.tbpCourse.Controls.Add(this.label14);
     this.tbpCourse.Controls.Add(this.label7);
     this.tbpCourse.Controls.Add(this.label6);
     this.tbpCourse.Controls.Add(this.label5);
     this.tbpCourse.Controls.Add(this.txtEvent);
     this.tbpCourse.Controls.Add(this.llblEvent);
     this.tbpCourse.Controls.Add(this.llblFinalEvt);
     this.tbpCourse.Controls.Add(this.llblMidEvt);
     this.tbpCourse.Controls.Add(this.llblInitialEvt);
     this.tbpCourse.Controls.Add(this.label11);
     this.tbpCourse.Controls.Add(this.groupBox2);
     this.tbpCourse.Controls.Add(this.llblProgram);
     this.tbpCourse.Controls.Add(this.label12);
     this.tbpCourse.Controls.Add(this.grpTest);
     this.tbpCourse.Controls.Add(this.label13);
     this.tbpCourse.Controls.Add(this.groupBox1);
     this.tbpCourse.Controls.Add(this.cmbProgram);
     this.tbpCourse.Controls.Add(this.txtFinalForm);
     this.tbpCourse.Controls.Add(this.label8);
     this.tbpCourse.Controls.Add(this.txtMidtermForm);
     this.tbpCourse.Controls.Add(this.label9);
     this.tbpCourse.Controls.Add(this.txtInitialForm);
     this.tbpCourse.Controls.Add(this.label10);
     this.tbpCourse.Controls.Add(this.txtFinalEvent);
     this.tbpCourse.Controls.Add(this.txtMidtermEvent);
     this.tbpCourse.Controls.Add(this.txtInitialEvent);
     this.tbpCourse.Controls.Add(this.txtHomeWorkMinutes);
     this.tbpCourse.Controls.Add(this.label4);
     this.tbpCourse.Controls.Add(this.txtNumberStudents);
     this.tbpCourse.Controls.Add(this.label3);
     this.tbpCourse.Controls.Add(this.txtNameRomaji);
     this.tbpCourse.Controls.Add(this.txtNamePhonetic);
     this.tbpCourse.Controls.Add(this.cmbCourseType);
     this.tbpCourse.Controls.Add(this.label2);
     this.tbpCourse.Controls.Add(this.label1);
     this.tbpCourse.Controls.Add(this.lblPassword);
     this.tbpCourse.Controls.Add(this.lblStatus);
     this.tbpCourse.Controls.Add(this.lblUser);
     this.tbpCourse.Controls.Add(this.cmbStatus);
     this.tbpCourse.Location = new System.Drawing.Point(4, 26);
     this.tbpCourse.Name = "tbpCourse";
     this.tbpCourse.Size = new System.Drawing.Size(1044, 661);
     this.tbpCourse.TabIndex = 0;
     this.tbpCourse.Text = "Class";
     this.tbpCourse.UseVisualStyleBackColor = true;
     //
     // textBoxBreakDuration
     //
     this.textBoxBreakDuration.Location = new System.Drawing.Point(291, 605);
     this.textBoxBreakDuration.MaxLength = 15;
     this.textBoxBreakDuration.Name = "textBoxBreakDuration";
     this.textBoxBreakDuration.Size = new System.Drawing.Size(101, 24);
     this.textBoxBreakDuration.TabIndex = 17;
     this.textBoxBreakDuration.Tag = "N";
     this.textBoxBreakDuration.Text = "0";
     this.textBoxBreakDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxBreakDuration.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumberStudents_KeyPress);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label15.Location = new System.Drawing.Point(90, 608);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(163, 17);
     this.label15.TabIndex = 339;
     this.label15.Text = "Break Duration in Minutes";
     //
     // txtCourseName
     //
     this.txtCourseName.Location = new System.Drawing.Point(291, 30);
     this.txtCourseName.MaxLength = 255;
     this.txtCourseName.Name = "txtCourseName";
     this.txtCourseName.Size = new System.Drawing.Size(448, 24);
     this.txtCourseName.TabIndex = 0;
     //
     // txtNickName
     //
     this.txtNickName.Location = new System.Drawing.Point(291, 119);
     this.txtNickName.MaxLength = 255;
     this.txtNickName.Name = "txtNickName";
     this.txtNickName.Size = new System.Drawing.Size(448, 24);
     this.txtNickName.TabIndex = 3;
     //
     // lblNickName
     //
     this.lblNickName.AutoSize = true;
     this.lblNickName.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblNickName.Location = new System.Drawing.Point(90, 121);
     this.lblNickName.Name = "lblNickName";
     this.lblNickName.Size = new System.Drawing.Size(120, 17);
     this.lblNickName.TabIndex = 338;
     this.lblNickName.Text = "Abbreviated Name";
     //
     // llblClient
     //
     this.llblClient.AutoSize = true;
     this.llblClient.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.llblClient.Location = new System.Drawing.Point(90, 226);
     this.llblClient.Name = "llblClient";
     this.llblClient.Size = new System.Drawing.Size(41, 17);
     this.llblClient.TabIndex = 92;
     this.llblClient.TabStop = true;
     this.llblClient.Text = "Client";
     this.llblClient.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblClient_LinkClicked);
     //
     // cmbClient
     //
     this.cmbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbClient.Location = new System.Drawing.Point(291, 223);
     this.cmbClient.Name = "cmbClient";
     this.cmbClient.Size = new System.Drawing.Size(448, 25);
     this.cmbClient.TabIndex = 5;
     this.cmbClient.SelectedIndexChanged += new System.EventHandler(this.cmbClient_SelectedIndexChanged);
     //
     // llbDepartment
     //
     this.llbDepartment.AutoSize = true;
     this.llbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.llbDepartment.Location = new System.Drawing.Point(90, 255);
     this.llbDepartment.Name = "llbDepartment";
     this.llbDepartment.Size = new System.Drawing.Size(82, 17);
     this.llbDepartment.TabIndex = 90;
     this.llbDepartment.TabStop = true;
     this.llbDepartment.Text = "Department";
     this.llbDepartment.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llbDepartment_LinkClicked);
     //
     // cmbDept
     //
     this.cmbDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDept.Location = new System.Drawing.Point(291, 253);
     this.cmbDept.Name = "cmbDept";
     this.cmbDept.Size = new System.Drawing.Size(448, 25);
     this.cmbDept.TabIndex = 6;
     this.cmbDept.SelectedIndexChanged += new System.EventHandler(this.cmbDept_SelectedIndexChanged);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label14.Location = new System.Drawing.Point(90, 155);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(78, 17);
     this.label14.TabIndex = 84;
     this.label14.Text = "Class Event";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label7.Location = new System.Drawing.Point(90, 515);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(64, 17);
     this.label7.TabIndex = 83;
     this.label7.Text = "Test Final";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Location = new System.Drawing.Point(90, 457);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(92, 17);
     this.label6.TabIndex = 82;
     this.label6.Text = "Test Mid-term";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Location = new System.Drawing.Point(90, 401);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(68, 17);
     this.label5.TabIndex = 81;
     this.label5.Text = "Test Initial";
     //
     // txtEvent
     //
     this.txtEvent.Enabled = false;
     this.txtEvent.Location = new System.Drawing.Point(582, 165);
     this.txtEvent.MaxLength = 15;
     this.txtEvent.Name = "txtEvent";
     this.txtEvent.ReadOnly = true;
     this.txtEvent.Size = new System.Drawing.Size(157, 24);
     this.txtEvent.TabIndex = 80;
     this.txtEvent.TabStop = false;
     this.txtEvent.Tag = "N";
     this.txtEvent.Text = "0";
     this.txtEvent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtEvent.Visible = false;
     //
     // llblEvent
     //
     this.llblEvent.Location = new System.Drawing.Point(291, 155);
     this.llblEvent.Name = "llblEvent";
     this.llblEvent.Size = new System.Drawing.Size(448, 66);
     this.llblEvent.TabIndex = 4;
     this.llblEvent.TabStop = true;
     this.llblEvent.Text = "None";
     this.llblEvent.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblEvent_LinkClicked);
     this.llblEvent.MouseEnter += new System.EventHandler(this.llblEvent_MouseEnter);
     this.llblEvent.MouseLeave += new System.EventHandler(this.llblEvent_MouseLeave);
     //
     // llblFinalEvt
     //
     this.llblFinalEvt.Location = new System.Drawing.Point(291, 515);
     this.llblFinalEvt.Name = "llblFinalEvt";
     this.llblFinalEvt.Size = new System.Drawing.Size(448, 25);
     this.llblFinalEvt.TabIndex = 15;
     this.llblFinalEvt.TabStop = true;
     this.llblFinalEvt.Text = "None";
     this.llblFinalEvt.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblFinalEvt_LinkClicked);
     this.llblFinalEvt.TextChanged += new System.EventHandler(this.llblFinalEvt_TextChanged);
     this.llblFinalEvt.MouseEnter += new System.EventHandler(this.llblFinalEvt_MouseEnter);
     this.llblFinalEvt.MouseLeave += new System.EventHandler(this.llblFinalEvt_MouseLeave);
     //
     // llblMidEvt
     //
     this.llblMidEvt.Location = new System.Drawing.Point(291, 457);
     this.llblMidEvt.Name = "llblMidEvt";
     this.llblMidEvt.Size = new System.Drawing.Size(448, 25);
     this.llblMidEvt.TabIndex = 13;
     this.llblMidEvt.TabStop = true;
     this.llblMidEvt.Text = "None";
     this.llblMidEvt.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblMidEvt_LinkClicked);
     this.llblMidEvt.TextChanged += new System.EventHandler(this.llblMidEvt_TextChanged);
     this.llblMidEvt.MouseEnter += new System.EventHandler(this.llblMidEvt_MouseEnter);
     this.llblMidEvt.MouseLeave += new System.EventHandler(this.llblMidEvt_MouseLeave);
     //
     // llblInitialEvt
     //
     this.llblInitialEvt.Location = new System.Drawing.Point(291, 401);
     this.llblInitialEvt.Name = "llblInitialEvt";
     this.llblInitialEvt.Size = new System.Drawing.Size(448, 25);
     this.llblInitialEvt.TabIndex = 11;
     this.llblInitialEvt.TabStop = true;
     this.llblInitialEvt.Text = "None";
     this.llblInitialEvt.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblInitialEvt_LinkClicked);
     this.llblInitialEvt.TextChanged += new System.EventHandler(this.llblInitialEvt_TextChanged);
     this.llblInitialEvt.MouseEnter += new System.EventHandler(this.llblInitialEvt_MouseEnter);
     this.llblInitialEvt.MouseLeave += new System.EventHandler(this.llblInitialEvt_MouseLeave);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label11.Location = new System.Drawing.Point(45, 379);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(131, 17);
     this.label11.TabIndex = 75;
     this.label11.Text = "Test Event Details";
     //
     // groupBox2
     //
     this.groupBox2.Location = new System.Drawing.Point(36, 389);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(782, 3);
     this.groupBox2.TabIndex = 74;
     this.groupBox2.TabStop = false;
     //
     // llblProgram
     //
     this.llblProgram.AutoSize = true;
     this.llblProgram.Location = new System.Drawing.Point(90, 284);
     this.llblProgram.Name = "llblProgram";
     this.llblProgram.Size = new System.Drawing.Size(61, 17);
     this.llblProgram.TabIndex = 4;
     this.llblProgram.TabStop = true;
     this.llblProgram.Text = "Program";
     this.llblProgram.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblProgram_LinkClicked);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label12.Location = new System.Drawing.Point(45, 580);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(92, 17);
     this.label12.TabIndex = 73;
     this.label12.Text = "Class Details";
     //
     // grpTest
     //
     this.grpTest.Location = new System.Drawing.Point(36, 591);
     this.grpTest.Name = "grpTest";
     this.grpTest.Size = new System.Drawing.Size(782, 4);
     this.grpTest.TabIndex = 72;
     this.grpTest.TabStop = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label13.Location = new System.Drawing.Point(45, 7);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(92, 17);
     this.label13.TabIndex = 71;
     this.label13.Text = "Basic Details";
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(36, 16);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(782, 3);
     this.groupBox1.TabIndex = 70;
     this.groupBox1.TabStop = false;
     //
     // cmbProgram
     //
     this.cmbProgram.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbProgram.Location = new System.Drawing.Point(291, 282);
     this.cmbProgram.Name = "cmbProgram";
     this.cmbProgram.Size = new System.Drawing.Size(448, 25);
     this.cmbProgram.TabIndex = 7;
     this.cmbProgram.SelectedIndexChanged += new System.EventHandler(this.cmbProgram_SelectedIndexChanged);
     //
     // txtFinalForm
     //
     this.txtFinalForm.Enabled = false;
     this.txtFinalForm.Location = new System.Drawing.Point(291, 544);
     this.txtFinalForm.MaxLength = 50;
     this.txtFinalForm.Name = "txtFinalForm";
     this.txtFinalForm.Size = new System.Drawing.Size(448, 24);
     this.txtFinalForm.TabIndex = 16;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label8.Location = new System.Drawing.Point(90, 546);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(100, 17);
     this.label8.TabIndex = 55;
     this.label8.Text = "Test Final Form";
     //
     // txtMidtermForm
     //
     this.txtMidtermForm.Enabled = false;
     this.txtMidtermForm.Location = new System.Drawing.Point(291, 483);
     this.txtMidtermForm.MaxLength = 50;
     this.txtMidtermForm.Name = "txtMidtermForm";
     this.txtMidtermForm.Size = new System.Drawing.Size(448, 24);
     this.txtMidtermForm.TabIndex = 14;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label9.Location = new System.Drawing.Point(90, 486);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(128, 17);
     this.label9.TabIndex = 53;
     this.label9.Text = "Test Mid-term Form";
     //
     // txtInitialForm
     //
     this.txtInitialForm.Enabled = false;
     this.txtInitialForm.Location = new System.Drawing.Point(291, 427);
     this.txtInitialForm.MaxLength = 50;
     this.txtInitialForm.Name = "txtInitialForm";
     this.txtInitialForm.Size = new System.Drawing.Size(448, 24);
     this.txtInitialForm.TabIndex = 12;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label10.Location = new System.Drawing.Point(90, 430);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(104, 17);
     this.label10.TabIndex = 51;
     this.label10.Text = "Test Initial Form";
     //
     // txtFinalEvent
     //
     this.txtFinalEvent.Enabled = false;
     this.txtFinalEvent.Location = new System.Drawing.Point(896, 340);
     this.txtFinalEvent.MaxLength = 15;
     this.txtFinalEvent.Name = "txtFinalEvent";
     this.txtFinalEvent.ReadOnly = true;
     this.txtFinalEvent.Size = new System.Drawing.Size(101, 24);
     this.txtFinalEvent.TabIndex = 10;
     this.txtFinalEvent.TabStop = false;
     this.txtFinalEvent.Tag = "N";
     this.txtFinalEvent.Text = "0";
     this.txtFinalEvent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtFinalEvent.Visible = false;
     this.txtFinalEvent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumberStudents_KeyPress);
     //
     // txtMidtermEvent
     //
     this.txtMidtermEvent.Enabled = false;
     this.txtMidtermEvent.Location = new System.Drawing.Point(784, 340);
     this.txtMidtermEvent.MaxLength = 15;
     this.txtMidtermEvent.Name = "txtMidtermEvent";
     this.txtMidtermEvent.ReadOnly = true;
     this.txtMidtermEvent.Size = new System.Drawing.Size(101, 24);
     this.txtMidtermEvent.TabIndex = 9;
     this.txtMidtermEvent.TabStop = false;
     this.txtMidtermEvent.Tag = "N";
     this.txtMidtermEvent.Text = "0";
     this.txtMidtermEvent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtMidtermEvent.Visible = false;
     this.txtMidtermEvent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumberStudents_KeyPress);
     //
     // txtInitialEvent
     //
     this.txtInitialEvent.Enabled = false;
     this.txtInitialEvent.Location = new System.Drawing.Point(896, 311);
     this.txtInitialEvent.MaxLength = 15;
     this.txtInitialEvent.Name = "txtInitialEvent";
     this.txtInitialEvent.ReadOnly = true;
     this.txtInitialEvent.Size = new System.Drawing.Size(101, 24);
     this.txtInitialEvent.TabIndex = 8;
     this.txtInitialEvent.TabStop = false;
     this.txtInitialEvent.Tag = "N";
     this.txtInitialEvent.Text = "0";
     this.txtInitialEvent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtInitialEvent.Visible = false;
     this.txtInitialEvent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumberStudents_KeyPress);
     //
     // txtHomeWorkMinutes
     //
     this.txtHomeWorkMinutes.Location = new System.Drawing.Point(638, 631);
     this.txtHomeWorkMinutes.MaxLength = 15;
     this.txtHomeWorkMinutes.Name = "txtHomeWorkMinutes";
     this.txtHomeWorkMinutes.Size = new System.Drawing.Size(101, 24);
     this.txtHomeWorkMinutes.TabIndex = 19;
     this.txtHomeWorkMinutes.Tag = "N";
     this.txtHomeWorkMinutes.Text = "0";
     this.txtHomeWorkMinutes.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtHomeWorkMinutes.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumberStudents_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location = new System.Drawing.Point(426, 634);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(182, 17);
     this.label4.TabIndex = 43;
     this.label4.Text = "Homework Minutes per Class";
     //
     // txtNumberStudents
     //
     this.txtNumberStudents.Location = new System.Drawing.Point(638, 605);
     this.txtNumberStudents.MaxLength = 15;
     this.txtNumberStudents.Name = "txtNumberStudents";
     this.txtNumberStudents.Size = new System.Drawing.Size(101, 24);
     this.txtNumberStudents.TabIndex = 18;
     this.txtNumberStudents.Tag = "N";
     this.txtNumberStudents.Text = "0";
     this.txtNumberStudents.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtNumberStudents.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumberStudents_KeyPress);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location = new System.Drawing.Point(426, 607);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(104, 17);
     this.label3.TabIndex = 41;
     this.label3.Text = "No. of Students";
     //
     // txtNameRomaji
     //
     this.txtNameRomaji.Location = new System.Drawing.Point(291, 89);
     this.txtNameRomaji.MaxLength = 255;
     this.txtNameRomaji.Name = "txtNameRomaji";
     this.txtNameRomaji.Size = new System.Drawing.Size(448, 24);
     this.txtNameRomaji.TabIndex = 2;
     //
     // txtNamePhonetic
     //
     this.txtNamePhonetic.Location = new System.Drawing.Point(291, 60);
     this.txtNamePhonetic.MaxLength = 255;
     this.txtNamePhonetic.Name = "txtNamePhonetic";
     this.txtNamePhonetic.Size = new System.Drawing.Size(448, 24);
     this.txtNamePhonetic.TabIndex = 1;
     //
     // cmbCourseType
     //
     this.cmbCourseType.Items.AddRange(new object[] {
     "Class",
     "Desk",
     "Presentation Training",
     "Recording",
     "Mendan",
     "Other"});
     this.cmbCourseType.Location = new System.Drawing.Point(291, 311);
     this.cmbCourseType.Name = "cmbCourseType";
     this.cmbCourseType.Size = new System.Drawing.Size(258, 25);
     this.cmbCourseType.TabIndex = 8;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location = new System.Drawing.Point(90, 313);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 17);
     this.label2.TabIndex = 38;
     this.label2.Text = "Job Type";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location = new System.Drawing.Point(90, 91);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(89, 17);
     this.label1.TabIndex = 36;
     this.label1.Text = "Name Romaji";
     //
     // lblPassword
     //
     this.lblPassword.AutoSize = true;
     this.lblPassword.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblPassword.Location = new System.Drawing.Point(90, 62);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(100, 17);
     this.lblPassword.TabIndex = 32;
     this.lblPassword.Text = "Name Phonetic";
     //
     // lblStatus
     //
     this.lblStatus.AutoSize = true;
     this.lblStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStatus.Location = new System.Drawing.Point(90, 342);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(47, 17);
     this.lblStatus.TabIndex = 34;
     this.lblStatus.Text = "Status";
     //
     // lblUser
     //
     this.lblUser.AutoSize = true;
     this.lblUser.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblUser.Location = new System.Drawing.Point(90, 33);
     this.lblUser.Name = "lblUser";
     this.lblUser.Size = new System.Drawing.Size(43, 17);
     this.lblUser.TabIndex = 30;
     this.lblUser.Text = "Name";
     //
     // cmbStatus
     //
     this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStatus.Items.AddRange(new object[] {
     "Active",
     "Inactive"});
     this.cmbStatus.Location = new System.Drawing.Point(291, 340);
     this.cmbStatus.Name = "cmbStatus";
     this.cmbStatus.Size = new System.Drawing.Size(157, 25);
     this.cmbStatus.TabIndex = 9;
     this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged);
     //
     // tbpDescription
     //
     this.tbpDescription.Controls.Add(this.txtDescription);
     this.tbpDescription.Location = new System.Drawing.Point(4, 26);
     this.tbpDescription.Name = "tbpDescription";
     this.tbpDescription.Size = new System.Drawing.Size(1044, 661);
     this.tbpDescription.TabIndex = 1;
     this.tbpDescription.Text = "Description";
     this.tbpDescription.UseVisualStyleBackColor = true;
     //
     // txtDescription
     //
     this.txtDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtDescription.Location = new System.Drawing.Point(0, 0);
     this.txtDescription.MaxLength = 4000;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(1044, 661);
     this.txtDescription.TabIndex = 0;
     //
     // tbpSpecialRemarks
     //
     this.tbpSpecialRemarks.Controls.Add(this.txtRemarks);
     this.tbpSpecialRemarks.Location = new System.Drawing.Point(4, 26);
     this.tbpSpecialRemarks.Name = "tbpSpecialRemarks";
     this.tbpSpecialRemarks.Size = new System.Drawing.Size(1044, 661);
     this.tbpSpecialRemarks.TabIndex = 2;
     this.tbpSpecialRemarks.Text = "Special Remarks";
     this.tbpSpecialRemarks.UseVisualStyleBackColor = true;
     //
     // txtRemarks
     //
     this.txtRemarks.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtRemarks.Location = new System.Drawing.Point(0, 0);
     this.txtRemarks.MaxLength = 4000;
     this.txtRemarks.Multiline = true;
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.Size = new System.Drawing.Size(1044, 661);
     this.txtRemarks.TabIndex = 1;
     //
     // tbpCurriculam
     //
     this.tbpCurriculam.Controls.Add(this.txtCurriculam);
     this.tbpCurriculam.Location = new System.Drawing.Point(4, 26);
     this.tbpCurriculam.Name = "tbpCurriculam";
     this.tbpCurriculam.Size = new System.Drawing.Size(1044, 661);
     this.tbpCurriculam.TabIndex = 3;
     this.tbpCurriculam.Text = "Curriculum";
     this.tbpCurriculam.UseVisualStyleBackColor = true;
     //
     // txtCurriculam
     //
     this.txtCurriculam.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtCurriculam.Location = new System.Drawing.Point(0, 0);
     this.txtCurriculam.MaxLength = 4000;
     this.txtCurriculam.Multiline = true;
     this.txtCurriculam.Name = "txtCurriculam";
     this.txtCurriculam.Size = new System.Drawing.Size(1044, 661);
     this.txtCurriculam.TabIndex = 2;
     //
     // tbpClassEvent
     //
     this.tbpClassEvent.Controls.Add(this.pnlEvent);
     this.tbpClassEvent.Location = new System.Drawing.Point(4, 26);
     this.tbpClassEvent.Name = "tbpClassEvent";
     this.tbpClassEvent.Size = new System.Drawing.Size(1044, 661);
     this.tbpClassEvent.TabIndex = 4;
     this.tbpClassEvent.Text = "Class Event";
     this.tbpClassEvent.UseVisualStyleBackColor = true;
     //
     // pnlEvent
     //
     this.pnlEvent.Controls.Add(this.pnlBottom);
     this.pnlEvent.Controls.Add(this.pnlBody_I);
     this.pnlEvent.Controls.Add(this.pnlTop_I);
     this.pnlEvent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlEvent.Location = new System.Drawing.Point(0, 0);
     this.pnlEvent.Name = "pnlEvent";
     this.pnlEvent.Size = new System.Drawing.Size(1044, 661);
     this.pnlEvent.TabIndex = 289;
     //
     // pnlBottom
     //
     this.pnlBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnlBottom.Controls.Add(this.btn_ClearRecc);
     this.pnlBottom.Controls.Add(this.btnRecurrence);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlBottom.Location = new System.Drawing.Point(0, 617);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(1044, 44);
     this.pnlBottom.TabIndex = 272;
     //
     // btn_ClearRecc
     //
     this.btn_ClearRecc.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btn_ClearRecc.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_ClearRecc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_ClearRecc.Location = new System.Drawing.Point(165, 7);
     this.btn_ClearRecc.Name = "btn_ClearRecc";
     this.btn_ClearRecc.Size = new System.Drawing.Size(165, 28);
     this.btn_ClearRecc.TabIndex = 29;
     this.btn_ClearRecc.Text = "Clear Recurrence...";
     this.btn_ClearRecc.UseVisualStyleBackColor = false;
     this.btn_ClearRecc.Visible = false;
     this.btn_ClearRecc.Click += new System.EventHandler(this.btn_ClearRecc_Click);
     //
     // btnRecurrence
     //
     this.btnRecurrence.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnRecurrence.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRecurrence.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRecurrence.Location = new System.Drawing.Point(22, 7);
     this.btnRecurrence.Name = "btnRecurrence";
     this.btnRecurrence.Size = new System.Drawing.Size(135, 28);
     this.btnRecurrence.TabIndex = 28;
     this.btnRecurrence.Text = "Recurrence...";
     this.btnRecurrence.UseVisualStyleBackColor = false;
     this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
     //
     // pnlBody_I
     //
     this.pnlBody_I.Controls.Add(this.txtChangeReason_I);
     this.pnlBody_I.Controls.Add(this.lblChangeReason_I);
     this.pnlBody_I.Controls.Add(this.chkEventStatus_I);
     this.pnlBody_I.Controls.Add(this.chkEventModified);
     this.pnlBody_I.Controls.Add(this.lblExReason_I);
     this.pnlBody_I.Controls.Add(this.cmbExceptionReason_I);
     this.pnlBody_I.Controls.Add(this.groupBox4);
     this.pnlBody_I.Controls.Add(this.picAlert_I);
     this.pnlBody_I.Controls.Add(this.chkIsHoliday);
     this.pnlBody_I.Controls.Add(this.lblIsHoliday_I);
     this.pnlBody_I.Controls.Add(this.llblTeacher2_I);
     this.pnlBody_I.Controls.Add(this.llblTeacher1_I);
     this.pnlBody_I.Controls.Add(this.lblDtComp_I);
     this.pnlBody_I.Controls.Add(this.txtNote_I);
     this.pnlBody_I.Controls.Add(this.txtDescription_I);
     this.pnlBody_I.Controls.Add(this.lblDescription_I);
     this.pnlBody_I.Controls.Add(this.txtRoomNo_I);
     this.pnlBody_I.Controls.Add(this.lblRoomNo_I);
     this.pnlBody_I.Controls.Add(this.txtLocation_I);
     this.pnlBody_I.Controls.Add(this.lblLocation_I);
     this.pnlBody_I.Controls.Add(this.lblBlock_I);
     this.pnlBody_I.Controls.Add(this.lblEnddt_I);
     this.pnlBody_I.Controls.Add(this.lblStartdt_I);
     this.pnlBody_I.Controls.Add(this.lblEventType_I);
     this.pnlBody_I.Controls.Add(this.txtRomaji_I);
     this.pnlBody_I.Controls.Add(this.txtPhonetic_I);
     this.pnlBody_I.Controls.Add(this.lblRomaji_I);
     this.pnlBody_I.Controls.Add(this.lblPhonetic_I);
     this.pnlBody_I.Controls.Add(this.txtName_I);
     this.pnlBody_I.Controls.Add(this.lblName_I);
     this.pnlBody_I.Controls.Add(this.groupBox5);
     this.pnlBody_I.Controls.Add(this.cmbTeacher2_I);
     this.pnlBody_I.Controls.Add(this.cmbTeacher1_I);
     this.pnlBody_I.Controls.Add(this.dtDateComplete_I);
     this.pnlBody_I.Controls.Add(this.cmbEndTime);
     this.pnlBody_I.Controls.Add(this.cmbStartTime);
     this.pnlBody_I.Controls.Add(this.groupBox6);
     this.pnlBody_I.Controls.Add(this.cmbBlock_I);
     this.pnlBody_I.Controls.Add(this.dtEnd);
     this.pnlBody_I.Controls.Add(this.dtStart);
     this.pnlBody_I.Controls.Add(this.cmbEventType_I);
     this.pnlBody_I.Controls.Add(this.lblRecurrenceText_I);
     this.pnlBody_I.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody_I.Location = new System.Drawing.Point(0, 39);
     this.pnlBody_I.Name = "pnlBody_I";
     this.pnlBody_I.Size = new System.Drawing.Size(1044, 622);
     this.pnlBody_I.TabIndex = 275;
     //
     // txtChangeReason_I
     //
     this.txtChangeReason_I.Enabled = false;
     this.txtChangeReason_I.Location = new System.Drawing.Point(179, 299);
     this.txtChangeReason_I.MaxLength = 100;
     this.txtChangeReason_I.Multiline = true;
     this.txtChangeReason_I.Name = "txtChangeReason_I";
     this.txtChangeReason_I.Size = new System.Drawing.Size(213, 79);
     this.txtChangeReason_I.TabIndex = 290;
     //
     // lblChangeReason_I
     //
     this.lblChangeReason_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblChangeReason_I.Location = new System.Drawing.Point(21, 302);
     this.lblChangeReason_I.Name = "lblChangeReason_I";
     this.lblChangeReason_I.Size = new System.Drawing.Size(122, 42);
     this.lblChangeReason_I.TabIndex = 291;
     this.lblChangeReason_I.Text = "Instructor Change Reason";
     //
     // chkEventStatus_I
     //
     this.chkEventStatus_I.AutoSize = true;
     this.chkEventStatus_I.Location = new System.Drawing.Point(560, 238);
     this.chkEventStatus_I.Name = "chkEventStatus_I";
     this.chkEventStatus_I.Size = new System.Drawing.Size(138, 21);
     this.chkEventStatus_I.TabIndex = 289;
     this.chkEventStatus_I.Text = "Cancel This Event";
     this.chkEventStatus_I.UseVisualStyleBackColor = true;
     this.chkEventStatus_I.CheckedChanged += new System.EventHandler(this.chkEventStatus_I_CheckedChanged);
     //
     // chkEventModified
     //
     this.chkEventModified.AutoSize = true;
     this.chkEventModified.Location = new System.Drawing.Point(179, 238);
     this.chkEventModified.Name = "chkEventModified";
     this.chkEventModified.Size = new System.Drawing.Size(159, 21);
     this.chkEventModified.TabIndex = 288;
     this.chkEventModified.Text = "Modify the Instructor";
     this.chkEventModified.UseVisualStyleBackColor = true;
     this.chkEventModified.CheckedChanged += new System.EventHandler(this.chkEventModified_CheckedChanged);
     //
     // lblExReason_I
     //
     this.lblExReason_I.AutoSize = true;
     this.lblExReason_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblExReason_I.Location = new System.Drawing.Point(426, 272);
     this.lblExReason_I.Name = "lblExReason_I";
     this.lblExReason_I.Size = new System.Drawing.Size(53, 17);
     this.lblExReason_I.TabIndex = 287;
     this.lblExReason_I.Text = "Reason";
     //
     // cmbExceptionReason_I
     //
     this.cmbExceptionReason_I.Items.AddRange(new object[] {
     "Weather",
     "Instructor",
     "Client"});
     this.cmbExceptionReason_I.Location = new System.Drawing.Point(560, 268);
     this.cmbExceptionReason_I.Name = "cmbExceptionReason_I";
     this.cmbExceptionReason_I.Size = new System.Drawing.Size(358, 25);
     this.cmbExceptionReason_I.TabIndex = 22;
     this.cmbExceptionReason_I.SelectedIndexChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.Transparent;
     this.groupBox4.Location = new System.Drawing.Point(27, 385);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(1022, 4);
     this.groupBox4.TabIndex = 285;
     this.groupBox4.TabStop = false;
     //
     // picAlert_I
     //
     this.picAlert_I.Image = ((System.Drawing.Image)(resources.GetObject("picAlert_I.Image")));
     this.picAlert_I.Location = new System.Drawing.Point(414, 29);
     this.picAlert_I.Name = "picAlert_I";
     this.picAlert_I.Size = new System.Drawing.Size(45, 29);
     this.picAlert_I.TabIndex = 268;
     this.picAlert_I.TabStop = false;
     this.picAlert_I.Visible = false;
     //
     // chkIsHoliday
     //
     this.chkIsHoliday.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkIsHoliday.Location = new System.Drawing.Point(372, 159);
     this.chkIsHoliday.Name = "chkIsHoliday";
     this.chkIsHoliday.Size = new System.Drawing.Size(34, 20);
     this.chkIsHoliday.TabIndex = 14;
     //
     // lblIsHoliday_I
     //
     this.lblIsHoliday_I.AutoSize = true;
     this.lblIsHoliday_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblIsHoliday_I.Location = new System.Drawing.Point(291, 159);
     this.lblIsHoliday_I.Name = "lblIsHoliday_I";
     this.lblIsHoliday_I.Size = new System.Drawing.Size(66, 17);
     this.lblIsHoliday_I.TabIndex = 267;
     this.lblIsHoliday_I.Text = "Is Holiday";
     //
     // llblTeacher2_I
     //
     this.llblTeacher2_I.AutoSize = true;
     this.llblTeacher2_I.Location = new System.Drawing.Point(20, 268);
     this.llblTeacher2_I.Name = "llblTeacher2_I";
     this.llblTeacher2_I.Size = new System.Drawing.Size(110, 17);
     this.llblTeacher2_I.TabIndex = 265;
     this.llblTeacher2_I.TabStop = true;
     this.llblTeacher2_I.Text = "Actual Instructor";
     this.llblTeacher2_I.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblTeacher2_LinkClicked);
     //
     // llblTeacher1_I
     //
     this.llblTeacher1_I.AutoSize = true;
     this.llblTeacher1_I.Location = new System.Drawing.Point(673, 130);
     this.llblTeacher1_I.Name = "llblTeacher1_I";
     this.llblTeacher1_I.Size = new System.Drawing.Size(136, 17);
     this.llblTeacher1_I.TabIndex = 263;
     this.llblTeacher1_I.TabStop = true;
     this.llblTeacher1_I.Text = "Scheduled Instructor";
     this.llblTeacher1_I.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblTeacher1_LinkClicked);
     //
     // lblDtComp_I
     //
     this.lblDtComp_I.AutoSize = true;
     this.lblDtComp_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblDtComp_I.Location = new System.Drawing.Point(750, 130);
     this.lblDtComp_I.Name = "lblDtComp_I";
     this.lblDtComp_I.Size = new System.Drawing.Size(107, 17);
     this.lblDtComp_I.TabIndex = 260;
     this.lblDtComp_I.Text = "Date Completed";
     this.lblDtComp_I.Visible = false;
     //
     // txtNote_I
     //
     this.txtNote_I.Location = new System.Drawing.Point(22, 407);
     this.txtNote_I.MaxLength = 255;
     this.txtNote_I.Multiline = true;
     this.txtNote_I.Name = "txtNote_I";
     this.txtNote_I.Size = new System.Drawing.Size(1021, 163);
     this.txtNote_I.TabIndex = 24;
     this.txtNote_I.TextChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // txtDescription_I
     //
     this.txtDescription_I.Location = new System.Drawing.Point(179, 193);
     this.txtDescription_I.MaxLength = 255;
     this.txtDescription_I.Name = "txtDescription_I";
     this.txtDescription_I.Size = new System.Drawing.Size(863, 24);
     this.txtDescription_I.TabIndex = 23;
     this.txtDescription_I.TextChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // lblDescription_I
     //
     this.lblDescription_I.AutoSize = true;
     this.lblDescription_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblDescription_I.Location = new System.Drawing.Point(22, 197);
     this.lblDescription_I.Name = "lblDescription_I";
     this.lblDescription_I.Size = new System.Drawing.Size(76, 17);
     this.lblDescription_I.TabIndex = 253;
     this.lblDescription_I.Text = "Description";
     //
     // txtRoomNo_I
     //
     this.txtRoomNo_I.Location = new System.Drawing.Point(560, 128);
     this.txtRoomNo_I.MaxLength = 255;
     this.txtRoomNo_I.Name = "txtRoomNo_I";
     this.txtRoomNo_I.Size = new System.Drawing.Size(101, 24);
     this.txtRoomNo_I.TabIndex = 15;
     this.txtRoomNo_I.Text = "0";
     this.txtRoomNo_I.TextChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // lblRoomNo_I
     //
     this.lblRoomNo_I.AutoSize = true;
     this.lblRoomNo_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblRoomNo_I.Location = new System.Drawing.Point(426, 130);
     this.lblRoomNo_I.Name = "lblRoomNo_I";
     this.lblRoomNo_I.Size = new System.Drawing.Size(70, 17);
     this.lblRoomNo_I.TabIndex = 249;
     this.lblRoomNo_I.Text = "Room No.";
     //
     // txtLocation_I
     //
     this.txtLocation_I.Location = new System.Drawing.Point(179, 128);
     this.txtLocation_I.MaxLength = 255;
     this.txtLocation_I.Name = "txtLocation_I";
     this.txtLocation_I.Size = new System.Drawing.Size(213, 24);
     this.txtLocation_I.TabIndex = 12;
     this.txtLocation_I.TextChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // lblLocation_I
     //
     this.lblLocation_I.AutoSize = true;
     this.lblLocation_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblLocation_I.Location = new System.Drawing.Point(22, 130);
     this.lblLocation_I.Name = "lblLocation_I";
     this.lblLocation_I.Size = new System.Drawing.Size(60, 17);
     this.lblLocation_I.TabIndex = 246;
     this.lblLocation_I.Text = "Location";
     //
     // lblBlock_I
     //
     this.lblBlock_I.AutoSize = true;
     this.lblBlock_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblBlock_I.Location = new System.Drawing.Point(22, 159);
     this.lblBlock_I.Name = "lblBlock_I";
     this.lblBlock_I.Size = new System.Drawing.Size(40, 17);
     this.lblBlock_I.TabIndex = 244;
     this.lblBlock_I.Text = "Block";
     //
     // lblEnddt_I
     //
     this.lblEnddt_I.AutoSize = true;
     this.lblEnddt_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblEnddt_I.Location = new System.Drawing.Point(426, 68);
     this.lblEnddt_I.Name = "lblEnddt_I";
     this.lblEnddt_I.Size = new System.Drawing.Size(99, 17);
     this.lblEnddt_I.TabIndex = 242;
     this.lblEnddt_I.Text = "End Date/Time";
     //
     // lblStartdt_I
     //
     this.lblStartdt_I.AutoSize = true;
     this.lblStartdt_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStartdt_I.Location = new System.Drawing.Point(426, 39);
     this.lblStartdt_I.Name = "lblStartdt_I";
     this.lblStartdt_I.Size = new System.Drawing.Size(105, 17);
     this.lblStartdt_I.TabIndex = 241;
     this.lblStartdt_I.Text = "Start Date/Time";
     //
     // lblEventType_I
     //
     this.lblEventType_I.AutoSize = true;
     this.lblEventType_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblEventType_I.Location = new System.Drawing.Point(750, 159);
     this.lblEventType_I.Name = "lblEventType_I";
     this.lblEventType_I.Size = new System.Drawing.Size(79, 17);
     this.lblEventType_I.TabIndex = 237;
     this.lblEventType_I.Text = "Event Type";
     this.lblEventType_I.Visible = false;
     //
     // txtRomaji_I
     //
     this.txtRomaji_I.Location = new System.Drawing.Point(179, 79);
     this.txtRomaji_I.MaxLength = 255;
     this.txtRomaji_I.Name = "txtRomaji_I";
     this.txtRomaji_I.Size = new System.Drawing.Size(213, 24);
     this.txtRomaji_I.TabIndex = 2;
     this.txtRomaji_I.TextChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // txtPhonetic_I
     //
     this.txtPhonetic_I.Location = new System.Drawing.Point(179, 51);
     this.txtPhonetic_I.MaxLength = 255;
     this.txtPhonetic_I.Name = "txtPhonetic_I";
     this.txtPhonetic_I.Size = new System.Drawing.Size(213, 24);
     this.txtPhonetic_I.TabIndex = 1;
     this.txtPhonetic_I.TextChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // lblRomaji_I
     //
     this.lblRomaji_I.AutoSize = true;
     this.lblRomaji_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblRomaji_I.Location = new System.Drawing.Point(21, 81);
     this.lblRomaji_I.Name = "lblRomaji_I";
     this.lblRomaji_I.Size = new System.Drawing.Size(89, 17);
     this.lblRomaji_I.TabIndex = 83;
     this.lblRomaji_I.Text = "Name Romaji";
     //
     // lblPhonetic_I
     //
     this.lblPhonetic_I.AutoSize = true;
     this.lblPhonetic_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblPhonetic_I.Location = new System.Drawing.Point(21, 53);
     this.lblPhonetic_I.Name = "lblPhonetic_I";
     this.lblPhonetic_I.Size = new System.Drawing.Size(100, 17);
     this.lblPhonetic_I.TabIndex = 82;
     this.lblPhonetic_I.Text = "Name Phonetic";
     //
     // txtName_I
     //
     this.txtName_I.Location = new System.Drawing.Point(179, 23);
     this.txtName_I.MaxLength = 255;
     this.txtName_I.Name = "txtName_I";
     this.txtName_I.Size = new System.Drawing.Size(213, 24);
     this.txtName_I.TabIndex = 0;
     this.txtName_I.TextChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // lblName_I
     //
     this.lblName_I.AutoSize = true;
     this.lblName_I.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblName_I.Location = new System.Drawing.Point(21, 26);
     this.lblName_I.Name = "lblName_I";
     this.lblName_I.Size = new System.Drawing.Size(43, 17);
     this.lblName_I.TabIndex = 81;
     this.lblName_I.Text = "Name";
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.Transparent;
     this.groupBox5.Location = new System.Drawing.Point(20, 109);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(1022, 4);
     this.groupBox5.TabIndex = 266;
     this.groupBox5.TabStop = false;
     //
     // cmbTeacher2_I
     //
     this.cmbTeacher2_I.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTeacher2_I.Enabled = false;
     this.cmbTeacher2_I.Items.AddRange(new object[] {
     "Class",
     "Desk",
     "Presentation Training",
     "Recording",
     "Mendan",
     "Other"});
     this.cmbTeacher2_I.Location = new System.Drawing.Point(179, 266);
     this.cmbTeacher2_I.Name = "cmbTeacher2_I";
     this.cmbTeacher2_I.Size = new System.Drawing.Size(213, 25);
     this.cmbTeacher2_I.TabIndex = 20;
     this.cmbTeacher2_I.SelectedIndexChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // cmbTeacher1_I
     //
     this.cmbTeacher1_I.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTeacher1_I.Items.AddRange(new object[] {
     "Class",
     "Desk",
     "Presentation Training",
     "Recording",
     "Mendan",
     "Other"});
     this.cmbTeacher1_I.Location = new System.Drawing.Point(829, 128);
     this.cmbTeacher1_I.Name = "cmbTeacher1_I";
     this.cmbTeacher1_I.Size = new System.Drawing.Size(213, 25);
     this.cmbTeacher1_I.TabIndex = 19;
     this.cmbTeacher1_I.SelectedIndexChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // dtDateComplete_I
     //
     this.dtDateComplete_I.CustomFormat = "MM/dd/yyyy";
     this.dtDateComplete_I.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtDateComplete_I.Location = new System.Drawing.Point(874, 128);
     this.dtDateComplete_I.Name = "dtDateComplete_I";
     this.dtDateComplete_I.Size = new System.Drawing.Size(168, 24);
     this.dtDateComplete_I.TabIndex = 17;
     this.dtDateComplete_I.Visible = false;
     this.dtDateComplete_I.ValueChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // cmbEndTime
     //
     this.cmbEndTime.DropDownWidth = 145;
     this.cmbEndTime.Items.AddRange(new object[] {
     "00:00",
     "00:30",
     "01:00",
     "01:30",
     "02:00",
     "02:30",
     "03:00",
     "03:30",
     "04:00",
     "04:30",
     "05:00",
     "05:30",
     "06:00",
     "06:30",
     "07:00",
     "07:30",
     "08:00",
     "08:30",
     "09:00",
     "09:30",
     "10:00",
     "10:30",
     "11:00",
     "11:30",
     "12:00",
     "12:30",
     "13:00",
     "13:30",
     "14:00",
     "14:30",
     "15:00",
     "15:30",
     "16:00",
     "16:30",
     "17:00",
     "17:30",
     "18:00",
     "18:30",
     "19:00",
     "19:30",
     "20:00",
     "20:30",
     "21:00",
     "21:30",
     "22:00",
     "22:30",
     "23:00",
     "23:30"});
     this.cmbEndTime.Location = new System.Drawing.Point(710, 66);
     this.cmbEndTime.MaxLength = 5;
     this.cmbEndTime.Name = "cmbEndTime";
     this.cmbEndTime.Size = new System.Drawing.Size(105, 25);
     this.cmbEndTime.TabIndex = 6;
     this.cmbEndTime.SelectedIndexChanged += new System.EventHandler(this.cmbEndTime_SelectedIndexChanged);
     this.cmbEndTime.Leave += new System.EventHandler(this.cmbEndTime_Leave);
     //
     // cmbStartTime
     //
     this.cmbStartTime.Items.AddRange(new object[] {
     "00:00",
     "00:30",
     "01:00",
     "01:30",
     "02:00",
     "02:30",
     "03:00",
     "03:30",
     "04:00",
     "04:30",
     "05:00",
     "05:30",
     "06:00",
     "06:30",
     "07:00",
     "07:30",
     "08:00",
     "08:30",
     "09:00",
     "09:30",
     "10:00",
     "10:30",
     "11:00",
     "11:30",
     "12:00",
     "12:30",
     "13:00",
     "13:30",
     "14:00",
     "14:30",
     "15:00",
     "15:30",
     "16:00",
     "16:30",
     "17:00",
     "17:30",
     "18:00",
     "18:30",
     "19:00",
     "19:30",
     "20:00",
     "20:30",
     "21:00",
     "21:30",
     "22:00",
     "22:30",
     "23:00",
     "23:30"});
     this.cmbStartTime.Location = new System.Drawing.Point(710, 36);
     this.cmbStartTime.Name = "cmbStartTime";
     this.cmbStartTime.Size = new System.Drawing.Size(105, 25);
     this.cmbStartTime.TabIndex = 4;
     this.cmbStartTime.SelectedIndexChanged += new System.EventHandler(this.cmbStartTime_SelectedIndexChanged);
     this.cmbStartTime.TextChanged += new System.EventHandler(this.cmbStartTime_TextChanged);
     this.cmbStartTime.Leave += new System.EventHandler(this.cmbStartTime_Leave);
     //
     // groupBox6
     //
     this.groupBox6.BackColor = System.Drawing.Color.Transparent;
     this.groupBox6.Location = new System.Drawing.Point(20, 227);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(1022, 4);
     this.groupBox6.TabIndex = 252;
     this.groupBox6.TabStop = false;
     //
     // cmbBlock_I
     //
     this.cmbBlock_I.Items.AddRange(new object[] {
     "A",
     "B",
     "C",
     "D",
     "E",
     "F",
     "G",
     "H"});
     this.cmbBlock_I.Location = new System.Drawing.Point(179, 157);
     this.cmbBlock_I.Name = "cmbBlock_I";
     this.cmbBlock_I.Size = new System.Drawing.Size(101, 25);
     this.cmbBlock_I.TabIndex = 13;
     this.cmbBlock_I.SelectedIndexChanged += new System.EventHandler(this.txtName_I_TextChanged);
     //
     // dtEnd
     //
     this.dtEnd.CustomFormat = "MM/dd/yyyy";
     this.dtEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtEnd.Location = new System.Drawing.Point(560, 66);
     this.dtEnd.Name = "dtEnd";
     this.dtEnd.Size = new System.Drawing.Size(146, 24);
     this.dtEnd.TabIndex = 5;
     this.dtEnd.ValueChanged += new System.EventHandler(this.dtEnd_ValueChanged);
     //
     // dtStart
     //
     this.dtStart.CustomFormat = "MM/dd/yyyy";
     this.dtStart.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtStart.Location = new System.Drawing.Point(560, 36);
     this.dtStart.Name = "dtStart";
     this.dtStart.Size = new System.Drawing.Size(146, 24);
     this.dtStart.TabIndex = 3;
     this.dtStart.ValueChanged += new System.EventHandler(this.dtStart_ValueChanged);
     //
     // cmbEventType_I
     //
     this.cmbEventType_I.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEventType_I.Items.AddRange(new object[] {
     "Event",
     "Correcting Task",
     "Translating Task"});
     this.cmbEventType_I.Location = new System.Drawing.Point(874, 157);
     this.cmbEventType_I.Name = "cmbEventType_I";
     this.cmbEventType_I.Size = new System.Drawing.Size(168, 25);
     this.cmbEventType_I.TabIndex = 16;
     this.cmbEventType_I.Visible = false;
     this.cmbEventType_I.SelectedIndexChanged += new System.EventHandler(this.cmbEventType_I_SelectedIndexChanged);
     //
     // lblRecurrenceText_I
     //
     this.lblRecurrenceText_I.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRecurrenceText_I.ForeColor = System.Drawing.Color.Black;
     this.lblRecurrenceText_I.Location = new System.Drawing.Point(482, 32);
     this.lblRecurrenceText_I.Name = "lblRecurrenceText_I";
     this.lblRecurrenceText_I.Size = new System.Drawing.Size(548, 75);
     this.lblRecurrenceText_I.TabIndex = 261;
     this.lblRecurrenceText_I.Text = "Recurrence : ";
     this.lblRecurrenceText_I.Visible = false;
     //
     // pnlTop_I
     //
     this.pnlTop_I.Controls.Add(this.lblRecurrenceText1_I);
     this.pnlTop_I.Controls.Add(this.picAlert1_I);
     this.pnlTop_I.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlTop_I.Location = new System.Drawing.Point(0, 0);
     this.pnlTop_I.Name = "pnlTop_I";
     this.pnlTop_I.Size = new System.Drawing.Size(1044, 39);
     this.pnlTop_I.TabIndex = 273;
     this.pnlTop_I.Visible = false;
     //
     // lblRecurrenceText1_I
     //
     this.lblRecurrenceText1_I.BackColor = System.Drawing.SystemColors.Info;
     this.lblRecurrenceText1_I.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRecurrenceText1_I.ForeColor = System.Drawing.Color.Black;
     this.lblRecurrenceText1_I.Location = new System.Drawing.Point(78, 6);
     this.lblRecurrenceText1_I.Name = "lblRecurrenceText1_I";
     this.lblRecurrenceText1_I.Size = new System.Drawing.Size(952, 29);
     this.lblRecurrenceText1_I.TabIndex = 270;
     this.lblRecurrenceText1_I.Text = "Recurrence : ";
     this.lblRecurrenceText1_I.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblRecurrenceText1_I.Visible = false;
     //
     // picAlert1_I
     //
     this.picAlert1_I.Image = ((System.Drawing.Image)(resources.GetObject("picAlert1_I.Image")));
     this.picAlert1_I.Location = new System.Drawing.Point(22, 7);
     this.picAlert1_I.Name = "picAlert1_I";
     this.picAlert1_I.Size = new System.Drawing.Size(45, 29);
     this.picAlert1_I.TabIndex = 269;
     this.picAlert1_I.TabStop = false;
     this.picAlert1_I.Visible = false;
     //
     // tbpOtherEvents
     //
     this.tbpOtherEvents.Controls.Add(this.pnlButtons);
     this.tbpOtherEvents.Controls.Add(this.grdEvents);
     this.tbpOtherEvents.Location = new System.Drawing.Point(4, 26);
     this.tbpOtherEvents.Name = "tbpOtherEvents";
     this.tbpOtherEvents.Size = new System.Drawing.Size(1044, 661);
     this.tbpOtherEvents.TabIndex = 8;
     this.tbpOtherEvents.Text = "Other Events";
     this.tbpOtherEvents.UseVisualStyleBackColor = true;
     //
     // pnlButtons
     //
     this.pnlButtons.Controls.Add(this.btnAdd);
     this.pnlButtons.Controls.Add(this.btnEdit);
     this.pnlButtons.Controls.Add(this.btnDel);
     this.pnlButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlButtons.Location = new System.Drawing.Point(0, 610);
     this.pnlButtons.Name = "pnlButtons";
     this.pnlButtons.Size = new System.Drawing.Size(1044, 51);
     this.pnlButtons.TabIndex = 32;
     //
     // btnAdd
     //
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnAdd.Location = new System.Drawing.Point(35, 11);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(105, 28);
     this.btnAdd.TabIndex = 28;
     this.btnAdd.Text = "Add";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnEdit
     //
     this.btnEdit.Enabled = false;
     this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnEdit.Location = new System.Drawing.Point(161, 11);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(105, 28);
     this.btnEdit.TabIndex = 29;
     this.btnEdit.Text = "Edit";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnDel
     //
     this.btnDel.Enabled = false;
     this.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDel.Location = new System.Drawing.Point(287, 11);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(105, 28);
     this.btnDel.TabIndex = 30;
     this.btnDel.Text = "Delete";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // grdEvents
     //
     this.grdEvents.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdEvents.Location = new System.Drawing.Point(0, 0);
     this.grdEvents.MainView = this.gvwEvents;
     this.grdEvents.Name = "grdEvents";
     this.grdEvents.Size = new System.Drawing.Size(1044, 661);
     this.grdEvents.TabIndex = 31;
     this.grdEvents.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwEvents});
     this.grdEvents.DoubleClick += new System.EventHandler(this.grdEvents_DoubleClick);
     //
     // gvwEvents
     //
     this.gvwEvents.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwEvents.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcolCaldendarEventID,
     this.gcolEventID,
     this.gcolEventType,
     this.gcolStartDateTime,
     this.gcolEndDateTime});
     this.gvwEvents.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwEvents.GridControl = this.grdEvents;
     this.gvwEvents.Name = "gvwEvents";
     this.gvwEvents.OptionsBehavior.Editable = false;
     this.gvwEvents.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwEvents.OptionsCustomization.AllowFilter = false;
     this.gvwEvents.OptionsDetail.EnableDetailToolTip = true;
     this.gvwEvents.OptionsNavigation.AutoMoveRowFocus = false;
     this.gvwEvents.OptionsView.ShowDetailButtons = false;
     this.gvwEvents.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvwEvents.OptionsView.ShowGroupPanel = false;
     this.gvwEvents.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gvwEvents.OptionsView.ShowIndicator = false;
     //
     // gcolCaldendarEventID
     //
     this.gcolCaldendarEventID.Caption = "Calendar Event ID";
     this.gcolCaldendarEventID.FieldName = "CalendarEventId";
     this.gcolCaldendarEventID.Name = "gcolCaldendarEventID";
     this.gcolCaldendarEventID.Width = 79;
     //
     // gcolEventID
     //
     this.gcolEventID.Caption = "EventID";
     this.gcolEventID.FieldName = "EventId";
     this.gcolEventID.Name = "gcolEventID";
     //
     // gcolEventType
     //
     this.gcolEventType.Caption = "Event Type";
     this.gcolEventType.FieldName = "EventType";
     this.gcolEventType.Name = "gcolEventType";
     this.gcolEventType.Visible = true;
     this.gcolEventType.VisibleIndex = 0;
     this.gcolEventType.Width = 157;
     //
     // gcolStartDateTime
     //
     this.gcolStartDateTime.Caption = "Start Date";
     this.gcolStartDateTime.DisplayFormat.FormatString = "d";
     this.gcolStartDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gcolStartDateTime.FieldName = "StartDateTime";
     this.gcolStartDateTime.Name = "gcolStartDateTime";
     this.gcolStartDateTime.Visible = true;
     this.gcolStartDateTime.VisibleIndex = 1;
     //
     // gcolEndDateTime
     //
     this.gcolEndDateTime.Caption = "End Date";
     this.gcolEndDateTime.DisplayFormat.FormatString = "d";
     this.gcolEndDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gcolEndDateTime.FieldName = "EndDateTime";
     this.gcolEndDateTime.Name = "gcolEndDateTime";
     this.gcolEndDateTime.Visible = true;
     this.gcolEndDateTime.VisibleIndex = 2;
     //
     // btnCancel
     //
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location = new System.Drawing.Point(839, 698);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(105, 28);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSave.Location = new System.Drawing.Point(722, 698);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(105, 28);
     this.btnSave.TabIndex = 1;
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnDelete
     //
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDelete.Location = new System.Drawing.Point(955, 698);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(105, 28);
     this.btnDelete.TabIndex = 3;
     this.btnDelete.Text = "Delete";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnPageSetup
     //
     this.btnPageSetup.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPageSetup.Location = new System.Drawing.Point(144, 698);
     this.btnPageSetup.Name = "btnPageSetup";
     this.btnPageSetup.Size = new System.Drawing.Size(105, 28);
     this.btnPageSetup.TabIndex = 26;
     this.btnPageSetup.Text = "Page Setup";
     this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
     //
     // btnPrint
     //
     this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPrint.Location = new System.Drawing.Point(21, 698);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(105, 28);
     this.btnPrint.TabIndex = 25;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Document = this.printDocument1;
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printingSystem
     //
     this.printingSystem.AfterPagePrint += new DevExpress.XtraPrinting.PageEventHandler(this.printingSystem_AfterPagePrint);
     this.printingSystem.StartPrint += new DevExpress.XtraPrinting.PrintDocumentEventHandler(this.printingSystem_StartPrint);
     //
     // frmClassDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 17);
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(1052, 734);
     this.Controls.Add(this.btnPageSetup);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.tbcCourse);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmClassDlg";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Adding Class...";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmCourseDlg_Closing);
     this.Load += new System.EventHandler(this.frmCourseDlg_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmCourseDlg_KeyDown);
     this.tbcCourse.ResumeLayout(false);
     this.tbpCourse.ResumeLayout(false);
     this.tbpCourse.PerformLayout();
     this.tbpDescription.ResumeLayout(false);
     this.tbpDescription.PerformLayout();
     this.tbpSpecialRemarks.ResumeLayout(false);
     this.tbpSpecialRemarks.PerformLayout();
     this.tbpCurriculam.ResumeLayout(false);
     this.tbpCurriculam.PerformLayout();
     this.tbpClassEvent.ResumeLayout(false);
     this.pnlEvent.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.pnlBody_I.ResumeLayout(false);
     this.pnlBody_I.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picAlert_I)).EndInit();
     this.pnlTop_I.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picAlert1_I)).EndInit();
     this.tbpOtherEvents.ResumeLayout(false);
     this.pnlButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdEvents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwEvents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
        private void barButtonItem8_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            string strName = "";
            try
            {
                if (this.gridView1.RowCount == 0)
                {
                    MessageBox.Show("Grid表格中没有数据,不能导出为Excel");
                    return;
                }
                DateTime MMSDate = DateTime.Now;
                using (SaveFileDialog saveFileDialog = new SaveFileDialog())
                {
                    saveFileDialog.Filter = "Excel 工作簿(*.xlsx)|*.xlsx|Excel 97-2003 工作簿(*.xls)|*.xls|PDF(*.pdf)|*.pdf|Unicode 文本(*.txt)|*.txt";
                    saveFileDialog.FilterIndex = 0;
                    saveFileDialog.RestoreDirectory = true;
                    saveFileDialog.CreatePrompt = true;
                    saveFileDialog.Title = "导出文件保存路径";
                    //默认的文件名
                    saveFileDialog.FileName = "test" + " - " + MMSDate.ToString("yyyyMMdd");
                    //saveFileDialog.ShowDialog();
                    if (saveFileDialog.ShowDialog() == DialogResult.OK)
                    {
                        DevExpress.XtraPrinting.PrintingSystem ps = new DevExpress.XtraPrinting.PrintingSystem();
                        strName = saveFileDialog.FileName;
                        if (strName.LastIndexOf(".") - strName.LastIndexOf("\\") != 0)
                        {
                            switch(saveFileDialog.FilterIndex)
                            {
                                case 1:
                                    DevExpress.XtraPrinting.XlsxExportOptions xlsx = ps.ExportOptions.Xlsx;
                                    xlsx.ShowGridLines = true;
                                    this.gridView1.ExportToXlsx(strName); break;
                                case 2:
                                    DevExpress.XtraPrinting.XlsExportOptions xls = ps.ExportOptions.Xls;
                                    xls.ShowGridLines = true;
                                    this.gridView1.ExportToXls(strName); break;
                                case 3:
                                    this.gridView1.ExportToPdf(strName); break;
                                case 4:
                                    this.gridView1.ExportToText(strName); break;
                            }
                            MessageBox.Show("导出成功", "test");
                        }
                        else
                        {
                            MessageBox.Show("保存的名称不能为空");
                        }

                    }
                }
            }
            catch (System.Exception msg)
            {
                MessageBox.Show(msg.ToString());
            }
            finally
            {
                GC.Collect();
            }
        }
Exemplo n.º 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.MtMSalesGrid = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField4 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.label63 = new System.Windows.Forms.Label();
     this.cmbCategory = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.PRINT1 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.MtMSalesGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     this.SuspendLayout();
     //
     // MtMSalesGrid
     //
     this.MtMSalesGrid.Cursor = System.Windows.Forms.Cursors.Default;
     this.MtMSalesGrid.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
                                                                                         this.pivotGridField1,
                                                                                         this.pivotGridField2,
                                                                                         this.pivotGridField3,
                                                                                         this.pivotGridField4});
     this.MtMSalesGrid.Location = new System.Drawing.Point(8, 40);
     this.MtMSalesGrid.Name = "MtMSalesGrid";
     this.MtMSalesGrid.OptionsCustomization.AllowDrag = false;
     this.MtMSalesGrid.OptionsCustomization.AllowExpand = false;
     this.MtMSalesGrid.OptionsCustomization.AllowSort = false;
     this.MtMSalesGrid.OptionsView.ShowDataHeaders = false;
     this.MtMSalesGrid.OptionsView.ShowFilterHeaders = false;
     this.MtMSalesGrid.Size = new System.Drawing.Size(960, 424);
     this.MtMSalesGrid.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption = "Year";
     this.pivotGridField1.FieldName = "Year";
     this.pivotGridField1.Name = "pivotGridField1";
     this.pivotGridField1.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridField1.Options.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField2.AreaIndex = 1;
     this.pivotGridField2.Caption = "Month";
     this.pivotGridField2.FieldName = "Month";
     this.pivotGridField2.Name = "pivotGridField2";
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.EmptyValueText = "0";
     this.pivotGridField3.FieldName = "TotalAmount";
     this.pivotGridField3.Name = "pivotGridField3";
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField4.AreaIndex = 0;
     this.pivotGridField4.Caption = "Category";
     this.pivotGridField4.FieldName = "strDescription";
     this.pivotGridField4.Name = "pivotGridField4";
     //
     // label63
     //
     this.label63.BackColor = System.Drawing.Color.Transparent;
     this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label63.Location = new System.Drawing.Point(16, 8);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(100, 16);
     this.label63.TabIndex = 38;
     this.label63.Text = "Category";
     //
     // cmbCategory
     //
     this.cmbCategory.EditValue = "cbGIROStatus";
     this.cmbCategory.Location = new System.Drawing.Point(96, 8);
     this.cmbCategory.Name = "cmbCategory";
     //
     // cmbCategory.Properties
     //
     this.cmbCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbCategory.Properties.Items.AddRange(new object[] {
                                                                 new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Active", 1, -1),
                                                                 new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Inactive", 0, -1)});
     this.cmbCategory.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.cmbCategory.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cmbCategory.Size = new System.Drawing.Size(176, 20);
     this.cmbCategory.TabIndex = 39;
     this.cmbCategory.SelectedValueChanged += new System.EventHandler(this.cmbCategory_SelectedValueChanged);
     //
     // PRINT1
     //
     this.PRINT1.EditValue = "PRINT";
     this.PRINT1.Location = new System.Drawing.Point(288, 8);
     this.PRINT1.Name = "PRINT1";
     //
     // PRINT1.Properties
     //
     this.PRINT1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT1.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT1.Size = new System.Drawing.Size(40, 18);
     this.PRINT1.TabIndex = 140;
     this.PRINT1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT1_OpenLink);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
                                                          this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.MtMSalesGrid;
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
                                                                                                                                                              "Month To Month Sales Report",
                                                                                                                                                              "",
                                                                                                                                                              "[Date Printed] [Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
                                                                                                                                                                                                                                                                                                                                                                                                                                                             "",
                                                                                                                                                                                                                                                                                                                                                                                                                                                             "",
                                                                                                                                                                                                                                                                                                                                                                                                                                                             "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.CreateDetailHeaderArea += new DevExpress.XtraPrinting.CreateAreaEventHandler(this.printableComponentLink1_CreateDetailHeaderArea);
     //
     // RPMtMSales
     //
     this.AutoScale = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(874, 470);
     this.Controls.Add(this.PRINT1);
     this.Controls.Add(this.cmbCategory);
     this.Controls.Add(this.label63);
     this.Controls.Add(this.MtMSalesGrid);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "RPMtMSales";
     this.Text = "Month to Month Sales";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.XtraForm1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.MtMSalesGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).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();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel6 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel7 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel8 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel9 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel10 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel11 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel12 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.XYDiagram xyDiagram5 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel13 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel14 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel15 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel16 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemDetailReport));
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.txtItemName = new DevExpress.XtraEditors.TextEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.chartBar = new DevExpress.XtraCharts.ChartControl();
     this.tabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tabPage11 = new DevExpress.XtraTab.XtraTabPage();
     this.gridDispensaryView = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = 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.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabPage4 = new DevExpress.XtraTab.XtraTabPage();
     this.lblItemID = new System.Windows.Forms.Label();
     this.lblLastIssue = new System.Windows.Forms.Label();
     this.txtSOH = new System.Windows.Forms.Label();
     this.txtAMC = new System.Windows.Forms.Label();
     this.txtMOS = new System.Windows.Forms.Label();
     this.txtMin = new System.Windows.Forms.Label();
     this.txtMax = new System.Windows.Forms.Label();
     this.txtReorderAmount = new System.Windows.Forms.Label();
     this.txtExpiredAmount = new System.Windows.Forms.Label();
     this.txtNearExp = new System.Windows.Forms.Label();
     this.txtFreeItem = new System.Windows.Forms.Label();
     this.txtRefrigerated = new System.Windows.Forms.Label();
     this.txtPediatric = new System.Windows.Forms.Label();
     this.lblLastRec = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.lblstat = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.cboFiscalYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.gridItemsList = new DevExpress.XtraGrid.GridControl();
     this.gridItemListView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.unitBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.txtBBalance = new DevExpress.XtraEditors.TextEdit();
     this.label28 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.tabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.lkShowTable = new System.Windows.Forms.LinkLabel();
     this.label29 = new System.Windows.Forms.Label();
     this.tabPage9 = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailCons = new System.Windows.Forms.LinkLabel();
     this.label33 = new System.Windows.Forms.Label();
     this.consuTrend = new DevExpress.XtraCharts.ChartControl();
     this.tabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailAmc = new System.Windows.Forms.LinkLabel();
     this.label34 = new System.Windows.Forms.Label();
     this.chartAmc = new DevExpress.XtraCharts.ChartControl();
     this.tabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.lkDetailMos = new System.Windows.Forms.LinkLabel();
     this.label35 = new System.Windows.Forms.Label();
     this.chartMOS = new DevExpress.XtraCharts.ChartControl();
     this.tabPage6 = new DevExpress.XtraTab.XtraTabPage();
     this.label36 = new System.Windows.Forms.Label();
     this.chartComp = new DevExpress.XtraCharts.ChartControl();
     this.tabPage7 = new DevExpress.XtraTab.XtraTabPage();
     this.label20 = new System.Windows.Forms.Label();
     this.lblTime = new System.Windows.Forms.Label();
     this.lblCurStatus = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.lblThreeStockout = new System.Windows.Forms.Label();
     this.lblSixStockOut = new System.Windows.Forms.Label();
     this.lblTwelveStockOut = new System.Windows.Forms.Label();
     this.lblThreeNearStock = new System.Windows.Forms.Label();
     this.lblSixNearStock = new System.Windows.Forms.Label();
     this.lblTwelveNear = new System.Windows.Forms.Label();
     this.lblThreeBelowMin = new System.Windows.Forms.Label();
     this.lblSixBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveBelowMin = new System.Windows.Forms.Label();
     this.lblTwelveOverStock = new System.Windows.Forms.Label();
     this.lblSixOverStock = new System.Windows.Forms.Label();
     this.lblThreeOverStock = new System.Windows.Forms.Label();
     this.tabPage8 = new DevExpress.XtraTab.XtraTabPage();
     this.lblAvgIssues = new System.Windows.Forms.Label();
     this.lblAvgReceives = new System.Windows.Forms.Label();
     this.lblLastIssues = new System.Windows.Forms.Label();
     this.lblLastReceive = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.tabPage10 = new DevExpress.XtraTab.XtraTabPage();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.lblStatus = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.cboYear = new System.Windows.Forms.ComboBox();
     this.ckPast = new DevExpress.XtraEditors.CheckEdit();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.txtitmName = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.lblBUnit = new System.Windows.Forms.Label();
     this.cboDU = new System.Windows.Forms.ComboBox();
     this.xpButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.printingSystem2 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridDispensaryView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tabPage4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboFiscalYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemsList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unitBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBBalance.Properties)).BeginInit();
     this.tabPage1.SuspendLayout();
     this.tabPage9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).BeginInit();
     this.tabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).BeginInit();
     this.tabPage7.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.tabPage10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckPast.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     this.SuspendLayout();
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn7.Caption = "Receive";
     this.gridColumn7.DisplayFormat.FormatString = "#,###";
     this.gridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn7.FieldName = "Received";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn7.OptionsColumn.AllowMove = false;
     this.gridColumn7.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn7.OptionsColumn.ReadOnly = true;
     this.gridColumn7.OptionsFilter.AllowFilter = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 2;
     this.gridColumn7.Width = 76;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn8.Caption = "Issue";
     this.gridColumn8.DisplayFormat.FormatString = "#,###";
     this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn8.FieldName = "Issued";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn8.OptionsColumn.AllowMove = false;
     this.gridColumn8.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn8.OptionsColumn.ReadOnly = true;
     this.gridColumn8.OptionsFilter.AllowFilter = false;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 3;
     this.gridColumn8.Width = 61;
     //
     // txtItemName
     //
     this.txtItemName.Enabled = false;
     this.txtItemName.Location = new System.Drawing.Point(251, 24);
     this.txtItemName.Name = "txtItemName";
     this.txtItemName.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.txtItemName.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.txtItemName.Properties.Appearance.Options.UseBackColor = true;
     this.txtItemName.Properties.Appearance.Options.UseForeColor = true;
     this.txtItemName.Size = new System.Drawing.Size(900, 20);
     this.txtItemName.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location = new System.Drawing.Point(169, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(71, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Item Name";
     //
     // chartBar
     //
     this.chartBar.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.chartBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartBar.Diagram = xyDiagram1;
     this.chartBar.Location = new System.Drawing.Point(3, 38);
     this.chartBar.Name = "chartBar";
     this.chartBar.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel1.LineVisible = true;
     pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision = 3;
     sideBySideBarSeriesLabel1.PointOptions = pointOptions1;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name = "Series 1";
     sideBySideBarSeriesLabel2.LineVisible = true;
     series2.Label = sideBySideBarSeriesLabel2;
     series2.Name = "Series 2";
     this.chartBar.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2};
     sideBySideBarSeriesLabel3.LineVisible = true;
     this.chartBar.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
     this.chartBar.Size = new System.Drawing.Size(894, 487);
     this.chartBar.TabIndex = 2;
     //
     // 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.Location = new System.Drawing.Point(1, 63);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedTabPage = this.tabPage11;
     this.tabControl1.Size = new System.Drawing.Size(908, 560);
     this.tabControl1.TabIndex = 3;
     this.tabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabPage4,
     this.tabPage5,
     this.tabPage1,
     this.tabPage9,
     this.tabPage2,
     this.tabPage3,
     this.tabPage6,
     this.tabPage7,
     this.tabPage8,
     this.tabPage10,
     this.tabPage11});
     //
     // tabPage11
     //
     this.tabPage11.Controls.Add(this.gridDispensaryView);
     this.tabPage11.Name = "tabPage11";
     this.tabPage11.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage11.PageVisible = false;
     this.tabPage11.Size = new System.Drawing.Size(902, 532);
     this.tabPage11.Text = "Dispensery Unit Balances";
     //
     // gridDispensaryView
     //
     this.gridDispensaryView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridDispensaryView.Location = new System.Drawing.Point(3, 3);
     this.gridDispensaryView.MainView = this.gridView1;
     this.gridDispensaryView.Name = "gridDispensaryView";
     this.gridDispensaryView.Size = new System.Drawing.Size(896, 526);
     this.gridDispensaryView.TabIndex = 0;
     this.gridDispensaryView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4});
     this.gridView1.GridControl = this.gridDispensaryView;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Store Name";
     this.gridColumn1.FieldName = "StoreName";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 580;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "SOH";
     this.gridColumn2.FieldName = "SOH";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 98;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "MOS";
     this.gridColumn3.FieldName = "MOS";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 3;
     this.gridColumn3.Width = 100;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "AMC";
     this.gridColumn4.FieldName = "AMC";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width = 95;
     //
     // tabPage4
     //
     this.tabPage4.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage4.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage4.Controls.Add(this.lblItemID);
     this.tabPage4.Controls.Add(this.lblLastIssue);
     this.tabPage4.Controls.Add(this.txtSOH);
     this.tabPage4.Controls.Add(this.txtAMC);
     this.tabPage4.Controls.Add(this.txtMOS);
     this.tabPage4.Controls.Add(this.txtMin);
     this.tabPage4.Controls.Add(this.txtMax);
     this.tabPage4.Controls.Add(this.txtReorderAmount);
     this.tabPage4.Controls.Add(this.txtExpiredAmount);
     this.tabPage4.Controls.Add(this.txtNearExp);
     this.tabPage4.Controls.Add(this.txtFreeItem);
     this.tabPage4.Controls.Add(this.txtRefrigerated);
     this.tabPage4.Controls.Add(this.txtPediatric);
     this.tabPage4.Controls.Add(this.lblLastRec);
     this.tabPage4.Controls.Add(this.label31);
     this.tabPage4.Controls.Add(this.label32);
     this.tabPage4.Controls.Add(this.lblstat);
     this.tabPage4.Controls.Add(this.label30);
     this.tabPage4.Controls.Add(this.label9);
     this.tabPage4.Controls.Add(this.label8);
     this.tabPage4.Controls.Add(this.label7);
     this.tabPage4.Controls.Add(this.label1);
     this.tabPage4.Controls.Add(this.label6);
     this.tabPage4.Controls.Add(this.txtItemName);
     this.tabPage4.Controls.Add(this.label5);
     this.tabPage4.Controls.Add(this.label4);
     this.tabPage4.Controls.Add(this.label3);
     this.tabPage4.Controls.Add(this.label40);
     this.tabPage4.Controls.Add(this.label26);
     this.tabPage4.Controls.Add(this.label25);
     this.tabPage4.Controls.Add(this.label24);
     this.tabPage4.Controls.Add(this.label2);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(902, 532);
     this.tabPage4.Text = "Summary";
     //
     // lblItemID
     //
     this.lblItemID.AutoSize = true;
     this.lblItemID.Enabled = false;
     this.lblItemID.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemID.ForeColor = System.Drawing.Color.Black;
     this.lblItemID.Location = new System.Drawing.Point(252, 473);
     this.lblItemID.Name = "lblItemID";
     this.lblItemID.Size = new System.Drawing.Size(14, 13);
     this.lblItemID.TabIndex = 26;
     this.lblItemID.Text = "0";
     //
     // lblLastIssue
     //
     this.lblLastIssue.AutoSize = true;
     this.lblLastIssue.Enabled = false;
     this.lblLastIssue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssue.ForeColor = System.Drawing.Color.Black;
     this.lblLastIssue.Location = new System.Drawing.Point(251, 355);
     this.lblLastIssue.Name = "lblLastIssue";
     this.lblLastIssue.Size = new System.Drawing.Size(14, 13);
     this.lblLastIssue.TabIndex = 24;
     this.lblLastIssue.Text = "0";
     //
     // txtSOH
     //
     this.txtSOH.AutoSize = true;
     this.txtSOH.Enabled = false;
     this.txtSOH.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSOH.ForeColor = System.Drawing.Color.Black;
     this.txtSOH.Location = new System.Drawing.Point(251, 85);
     this.txtSOH.Name = "txtSOH";
     this.txtSOH.Size = new System.Drawing.Size(14, 13);
     this.txtSOH.TabIndex = 25;
     this.txtSOH.Text = "0";
     //
     // txtAMC
     //
     this.txtAMC.AutoSize = true;
     this.txtAMC.Enabled = false;
     this.txtAMC.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAMC.ForeColor = System.Drawing.Color.Black;
     this.txtAMC.Location = new System.Drawing.Point(251, 115);
     this.txtAMC.Name = "txtAMC";
     this.txtAMC.Size = new System.Drawing.Size(14, 13);
     this.txtAMC.TabIndex = 25;
     this.txtAMC.Text = "0";
     //
     // txtMOS
     //
     this.txtMOS.AutoSize = true;
     this.txtMOS.Enabled = false;
     this.txtMOS.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMOS.ForeColor = System.Drawing.Color.Black;
     this.txtMOS.Location = new System.Drawing.Point(251, 145);
     this.txtMOS.Name = "txtMOS";
     this.txtMOS.Size = new System.Drawing.Size(14, 13);
     this.txtMOS.TabIndex = 25;
     this.txtMOS.Text = "0";
     //
     // txtMin
     //
     this.txtMin.AutoSize = true;
     this.txtMin.Enabled = false;
     this.txtMin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMin.ForeColor = System.Drawing.Color.Black;
     this.txtMin.Location = new System.Drawing.Point(251, 175);
     this.txtMin.Name = "txtMin";
     this.txtMin.Size = new System.Drawing.Size(14, 13);
     this.txtMin.TabIndex = 25;
     this.txtMin.Text = "0";
     //
     // txtMax
     //
     this.txtMax.AutoSize = true;
     this.txtMax.Enabled = false;
     this.txtMax.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMax.ForeColor = System.Drawing.Color.Black;
     this.txtMax.Location = new System.Drawing.Point(251, 205);
     this.txtMax.Name = "txtMax";
     this.txtMax.Size = new System.Drawing.Size(14, 13);
     this.txtMax.TabIndex = 25;
     this.txtMax.Text = "0";
     //
     // txtReorderAmount
     //
     this.txtReorderAmount.AutoSize = true;
     this.txtReorderAmount.Enabled = false;
     this.txtReorderAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtReorderAmount.ForeColor = System.Drawing.Color.Black;
     this.txtReorderAmount.Location = new System.Drawing.Point(251, 235);
     this.txtReorderAmount.Name = "txtReorderAmount";
     this.txtReorderAmount.Size = new System.Drawing.Size(14, 13);
     this.txtReorderAmount.TabIndex = 25;
     this.txtReorderAmount.Text = "0";
     //
     // txtExpiredAmount
     //
     this.txtExpiredAmount.AutoSize = true;
     this.txtExpiredAmount.Enabled = false;
     this.txtExpiredAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExpiredAmount.ForeColor = System.Drawing.Color.Black;
     this.txtExpiredAmount.Location = new System.Drawing.Point(251, 265);
     this.txtExpiredAmount.Name = "txtExpiredAmount";
     this.txtExpiredAmount.Size = new System.Drawing.Size(14, 13);
     this.txtExpiredAmount.TabIndex = 25;
     this.txtExpiredAmount.Text = "0";
     //
     // txtNearExp
     //
     this.txtNearExp.AutoSize = true;
     this.txtNearExp.Enabled = false;
     this.txtNearExp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNearExp.ForeColor = System.Drawing.Color.Black;
     this.txtNearExp.Location = new System.Drawing.Point(251, 295);
     this.txtNearExp.Name = "txtNearExp";
     this.txtNearExp.Size = new System.Drawing.Size(14, 13);
     this.txtNearExp.TabIndex = 25;
     this.txtNearExp.Text = "0";
     //
     // txtFreeItem
     //
     this.txtFreeItem.AutoSize = true;
     this.txtFreeItem.Enabled = false;
     this.txtFreeItem.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFreeItem.ForeColor = System.Drawing.Color.Black;
     this.txtFreeItem.Location = new System.Drawing.Point(251, 385);
     this.txtFreeItem.Name = "txtFreeItem";
     this.txtFreeItem.Size = new System.Drawing.Size(22, 13);
     this.txtFreeItem.TabIndex = 25;
     this.txtFreeItem.Text = "No";
     //
     // txtRefrigerated
     //
     this.txtRefrigerated.AutoSize = true;
     this.txtRefrigerated.Enabled = false;
     this.txtRefrigerated.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRefrigerated.ForeColor = System.Drawing.Color.Black;
     this.txtRefrigerated.Location = new System.Drawing.Point(251, 415);
     this.txtRefrigerated.Name = "txtRefrigerated";
     this.txtRefrigerated.Size = new System.Drawing.Size(22, 13);
     this.txtRefrigerated.TabIndex = 25;
     this.txtRefrigerated.Text = "No";
     //
     // txtPediatric
     //
     this.txtPediatric.AutoSize = true;
     this.txtPediatric.Enabled = false;
     this.txtPediatric.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPediatric.ForeColor = System.Drawing.Color.Black;
     this.txtPediatric.Location = new System.Drawing.Point(251, 445);
     this.txtPediatric.Name = "txtPediatric";
     this.txtPediatric.Size = new System.Drawing.Size(22, 13);
     this.txtPediatric.TabIndex = 25;
     this.txtPediatric.Text = "No";
     this.txtPediatric.Visible = false;
     //
     // lblLastRec
     //
     this.lblLastRec.AutoSize = true;
     this.lblLastRec.Enabled = false;
     this.lblLastRec.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastRec.ForeColor = System.Drawing.Color.Black;
     this.lblLastRec.Location = new System.Drawing.Point(251, 325);
     this.lblLastRec.Name = "lblLastRec";
     this.lblLastRec.Size = new System.Drawing.Size(14, 13);
     this.lblLastRec.TabIndex = 25;
     this.lblLastRec.Text = "0";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label31.Location = new System.Drawing.Point(137, 355);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(103, 13);
     this.label31.TabIndex = 22;
     this.label31.Text = "Last Issued Date";
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label32.Location = new System.Drawing.Point(123, 325);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(117, 13);
     this.label32.TabIndex = 23;
     this.label32.Text = "Last Received Date";
     //
     // lblstat
     //
     this.lblstat.AutoSize = true;
     this.lblstat.Enabled = false;
     this.lblstat.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblstat.ForeColor = System.Drawing.Color.Black;
     this.lblstat.Location = new System.Drawing.Point(251, 55);
     this.lblstat.Name = "lblstat";
     this.lblstat.Size = new System.Drawing.Size(14, 13);
     this.lblstat.TabIndex = 21;
     this.lblstat.Text = "0";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label30.Location = new System.Drawing.Point(149, 55);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(91, 13);
     this.label30.TabIndex = 20;
     this.label30.Text = "Current Status";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label9.Location = new System.Drawing.Point(118, 295);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(122, 13);
     this.label9.TabIndex = 17;
     this.label9.Text = "Near Expiry Amount";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label8.Location = new System.Drawing.Point(190, 265);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 13);
     this.label8.TabIndex = 17;
     this.label8.Text = "Expired";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label7.Location = new System.Drawing.Point(139, 235);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(101, 13);
     this.label7.TabIndex = 17;
     this.label7.Text = "Reorder Amount";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label6.Location = new System.Drawing.Point(140, 145);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(100, 13);
     this.label6.TabIndex = 17;
     this.label6.Text = "Months Of Stock";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label5.Location = new System.Drawing.Point(142, 205);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(98, 13);
     this.label5.TabIndex = 17;
     this.label5.Text = "Maximum Value";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label4.Location = new System.Drawing.Point(146, 175);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(94, 13);
     this.label4.TabIndex = 16;
     this.label4.Text = "Minimum Value";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label3.Location = new System.Drawing.Point(58, 115);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(182, 13);
     this.label3.TabIndex = 19;
     this.label3.Text = "Average Monthly Consumption";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label40.Location = new System.Drawing.Point(189, 473);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(52, 13);
     this.label40.TabIndex = 18;
     this.label40.Text = "Item ID";
     this.label40.Visible = false;
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label26.Location = new System.Drawing.Point(138, 445);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(102, 13);
     this.label26.TabIndex = 18;
     this.label26.Text = "Is Pediatric Item";
     this.label26.Visible = false;
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label25.Location = new System.Drawing.Point(116, 415);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(124, 13);
     this.label25.TabIndex = 18;
     this.label25.Text = "Is Refrigerated Item";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label24.Location = new System.Drawing.Point(162, 385);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(78, 13);
     this.label24.TabIndex = 18;
     this.label24.Text = "Is Free Item";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label2.Location = new System.Drawing.Point(148, 85);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(92, 13);
     this.label2.TabIndex = 18;
     this.label2.Text = "Stock On Hand";
     //
     // tabPage5
     //
     this.tabPage5.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage5.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage5.Controls.Add(this.cboFiscalYear);
     this.tabPage5.Controls.Add(this.labelControl1);
     this.tabPage5.Controls.Add(this.gridItemsList);
     this.tabPage5.Controls.Add(this.txtBBalance);
     this.tabPage5.Controls.Add(this.label28);
     this.tabPage5.Controls.Add(this.label27);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Size = new System.Drawing.Size(902, 532);
     this.tabPage5.Text = "Bin Card";
     //
     // cboFiscalYear
     //
     this.cboFiscalYear.Location = new System.Drawing.Point(794, 41);
     this.cboFiscalYear.Name = "cboFiscalYear";
     this.cboFiscalYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboFiscalYear.Size = new System.Drawing.Size(100, 20);
     this.cboFiscalYear.TabIndex = 34;
     this.cboFiscalYear.SelectedIndexChanged += new System.EventHandler(this.cboFiscalYear_SelectedIndexChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(723, 44);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(51, 13);
     this.labelControl1.TabIndex = 33;
     this.labelControl1.Text = "Fiscal Year";
     //
     // gridItemsList
     //
     this.gridItemsList.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.gridItemsList.Location = new System.Drawing.Point(11, 68);
     this.gridItemsList.MainView = this.gridItemListView;
     this.gridItemsList.Name = "gridItemsList";
     this.gridItemsList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemLookUpEdit1});
     this.gridItemsList.Size = new System.Drawing.Size(883, 449);
     this.gridItemsList.TabIndex = 32;
     this.gridItemsList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridItemListView});
     //
     // gridItemListView
     //
     this.gridItemListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colItemName,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn13,
     this.gridColumn9,
     this.gridColumn5,
     this.gridColumn14,
     this.gridColumn15});
     styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Honeydew;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column = this.gridColumn7;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.NotEqual;
     styleFormatCondition1.Value1 = "";
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.White;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Column = this.gridColumn8;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.NotEqual;
     styleFormatCondition2.Value1 = "";
     this.gridItemListView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1,
     styleFormatCondition2});
     this.gridItemListView.GridControl = this.gridItemsList;
     this.gridItemListView.IndicatorWidth = 40;
     this.gridItemListView.Name = "gridItemListView";
     this.gridItemListView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridItemListView.OptionsDetail.AllowExpandEmptyDetails = true;
     this.gridItemListView.OptionsDetail.EnableDetailToolTip = true;
     this.gridItemListView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
     this.gridItemListView.OptionsDetail.SmartDetailHeight = true;
     this.gridItemListView.OptionsPrint.EnableAppearanceEvenRow = true;
     this.gridItemListView.OptionsPrint.EnableAppearanceOddRow = true;
     this.gridItemListView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridItemListView.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.gridItemListView.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridItemListView.OptionsView.EnableAppearanceEvenRow = true;
     this.gridItemListView.OptionsView.EnableAppearanceOddRow = true;
     this.gridItemListView.OptionsView.ShowFooter = true;
     this.gridItemListView.OptionsView.ShowGroupPanel = false;
     this.gridItemListView.OptionsView.ShowIndicator = false;
     //
     // colItemName
     //
     this.colItemName.Caption = "Date";
     this.colItemName.FieldName = "Date";
     this.colItemName.Name = "colItemName";
     this.colItemName.OptionsColumn.AllowEdit = false;
     this.colItemName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
     this.colItemName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colItemName.OptionsFilter.AllowFilter = false;
     this.colItemName.Visible = true;
     this.colItemName.VisibleIndex = 0;
     this.colItemName.Width = 65;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Ref no.";
     this.gridColumn6.FieldName = "RefNo";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsColumn.AllowMove = false;
     this.gridColumn6.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsColumn.ReadOnly = true;
     this.gridColumn6.OptionsFilter.AllowFilter = false;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 1;
     this.gridColumn6.Width = 68;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn10.Caption = "Unit Price";
     this.gridColumn10.DisplayFormat.FormatString = "#,##0.#0";
     this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn10.FieldName = "UnitPrice";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn10.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn10.OptionsColumn.ReadOnly = true;
     this.gridColumn10.OptionsFilter.AllowFilter = false;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 5;
     this.gridColumn10.Width = 59;
     //
     // gridColumn11
     //
     this.gridColumn11.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn11.Caption = "Balance";
     this.gridColumn11.DisplayFormat.FormatString = "#,##0";
     this.gridColumn11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn11.FieldName = "Balance";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn11.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn11.OptionsColumn.ReadOnly = true;
     this.gridColumn11.OptionsFilter.AllowFilter = false;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 6;
     this.gridColumn11.Width = 69;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Batch No";
     this.gridColumn12.FieldName = "BatchNo";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn12.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn12.OptionsColumn.ReadOnly = true;
     this.gridColumn12.OptionsFilter.AllowFilter = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 7;
     this.gridColumn12.Width = 86;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Expiry Date";
     this.gridColumn13.DisplayFormat.FormatString = "MMM dd,yyyy";
     this.gridColumn13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn13.FieldName = "ExpDate";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn13.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn13.OptionsColumn.ReadOnly = true;
     this.gridColumn13.OptionsFilter.AllowFilter = false;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 8;
     this.gridColumn13.Width = 94;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "To / From";
     this.gridColumn9.FieldName = "ToFrom";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn9.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn9.OptionsColumn.ReadOnly = true;
     this.gridColumn9.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn9.OptionsFilter.AllowFilter = false;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 9;
     this.gridColumn9.Width = 139;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Loss";
     this.gridColumn5.FieldName = "Loss";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Adjustment";
     this.gridColumn14.FieldName = "Adjustment";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Unit";
     this.gridColumn15.ColumnEdit = this.repositoryItemLookUpEdit1;
     this.gridColumn15.FieldName = "UnitID";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsColumn.ReadOnly = true;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 4;
     //
     // 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.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Text", "Text", 32, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
     this.repositoryItemLookUpEdit1.DataSource = this.unitBindingSource;
     this.repositoryItemLookUpEdit1.DisplayMember = "Text";
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText = "No Unit";
     this.repositoryItemLookUpEdit1.ValueMember = "ID";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit1.ValueGrayed = false;
     //
     // txtBBalance
     //
     this.txtBBalance.EditValue = "0";
     this.txtBBalance.Location = new System.Drawing.Point(126, 41);
     this.txtBBalance.Name = "txtBBalance";
     this.txtBBalance.Properties.Appearance.BackColor = System.Drawing.SystemColors.Info;
     this.txtBBalance.Properties.Appearance.Options.UseBackColor = true;
     this.txtBBalance.Properties.ReadOnly = true;
     this.txtBBalance.Size = new System.Drawing.Size(167, 20);
     this.txtBBalance.TabIndex = 11;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(7, 15);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(200, 23);
     this.label28.TabIndex = 10;
     this.label28.Text = "Electronic Bin Card ";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(8, 44);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(112, 13);
     this.label27.TabIndex = 10;
     this.label27.Text = "Beginning Balance";
     //
     // tabPage1
     //
     this.tabPage1.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage1.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage1.Controls.Add(this.lkShowTable);
     this.tabPage1.Controls.Add(this.label29);
     this.tabPage1.Controls.Add(this.chartBar);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(902, 532);
     this.tabPage1.Text = "SOH Trend";
     //
     // lkShowTable
     //
     this.lkShowTable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkShowTable.AutoSize = true;
     this.lkShowTable.Location = new System.Drawing.Point(1094, 12);
     this.lkShowTable.Name = "lkShowTable";
     this.lkShowTable.Size = new System.Drawing.Size(73, 13);
     this.lkShowTable.TabIndex = 12;
     this.lkShowTable.TabStop = true;
     this.lkShowTable.Text = "Show Table";
     this.lkShowTable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkShowTable_LinkClicked);
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(7, 12);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(231, 23);
     this.label29.TabIndex = 11;
     this.label29.Text = "Trend - Stock On Hand";
     //
     // tabPage9
     //
     this.tabPage9.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage9.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage9.Controls.Add(this.lkDetailCons);
     this.tabPage9.Controls.Add(this.label33);
     this.tabPage9.Controls.Add(this.consuTrend);
     this.tabPage9.Name = "tabPage9";
     this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage9.Size = new System.Drawing.Size(902, 532);
     this.tabPage9.Text = "Consumption Trend";
     //
     // lkDetailCons
     //
     this.lkDetailCons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailCons.AutoSize = true;
     this.lkDetailCons.Location = new System.Drawing.Point(1100, 17);
     this.lkDetailCons.Name = "lkDetailCons";
     this.lkDetailCons.Size = new System.Drawing.Size(73, 13);
     this.lkDetailCons.TabIndex = 16;
     this.lkDetailCons.TabStop = true;
     this.lkDetailCons.Text = "Show Table";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(7, 12);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(214, 23);
     this.label33.TabIndex = 12;
     this.label33.Text = "Trend - Consumption";
     //
     // consuTrend
     //
     this.consuTrend.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.consuTrend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.consuTrend.Diagram = xyDiagram2;
     this.consuTrend.Location = new System.Drawing.Point(3, 38);
     this.consuTrend.Name = "consuTrend";
     this.consuTrend.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel4.LineVisible = true;
     series3.Label = sideBySideBarSeriesLabel4;
     series3.Name = "Series 1";
     sideBySideBarSeriesLabel5.LineVisible = true;
     series4.Label = sideBySideBarSeriesLabel5;
     series4.Name = "Series 2";
     this.consuTrend.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series3,
     series4};
     sideBySideBarSeriesLabel6.LineVisible = true;
     this.consuTrend.SeriesTemplate.Label = sideBySideBarSeriesLabel6;
     this.consuTrend.Size = new System.Drawing.Size(901, 487);
     this.consuTrend.TabIndex = 3;
     //
     // tabPage2
     //
     this.tabPage2.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage2.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage2.Controls.Add(this.lkDetailAmc);
     this.tabPage2.Controls.Add(this.label34);
     this.tabPage2.Controls.Add(this.chartAmc);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(902, 532);
     this.tabPage2.Text = "AMC Trend";
     //
     // lkDetailAmc
     //
     this.lkDetailAmc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailAmc.AutoSize = true;
     this.lkDetailAmc.Location = new System.Drawing.Point(1101, 22);
     this.lkDetailAmc.Name = "lkDetailAmc";
     this.lkDetailAmc.Size = new System.Drawing.Size(73, 13);
     this.lkDetailAmc.TabIndex = 14;
     this.lkDetailAmc.TabStop = true;
     this.lkDetailAmc.Text = "Show Table";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(7, 12);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(455, 23);
     this.label34.TabIndex = 12;
     this.label34.Text = "Trend - Average Monthly Consumption (AMC) ";
     //
     // chartAmc
     //
     this.chartAmc.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)));
     xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     this.chartAmc.Diagram = xyDiagram3;
     this.chartAmc.Location = new System.Drawing.Point(3, 38);
     this.chartAmc.Name = "chartAmc";
     this.chartAmc.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel7.LineVisible = true;
     series5.Label = sideBySideBarSeriesLabel7;
     series5.Name = "Series 1";
     sideBySideBarSeriesLabel8.LineVisible = true;
     series6.Label = sideBySideBarSeriesLabel8;
     series6.Name = "Series 2";
     this.chartAmc.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series5,
     series6};
     sideBySideBarSeriesLabel9.LineVisible = true;
     this.chartAmc.SeriesTemplate.Label = sideBySideBarSeriesLabel9;
     this.chartAmc.Size = new System.Drawing.Size(899, 487);
     this.chartAmc.TabIndex = 3;
     //
     // tabPage3
     //
     this.tabPage3.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage3.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage3.Controls.Add(this.lkDetailMos);
     this.tabPage3.Controls.Add(this.label35);
     this.tabPage3.Controls.Add(this.chartMOS);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(902, 532);
     this.tabPage3.Text = "MOS Trend";
     //
     // lkDetailMos
     //
     this.lkDetailMos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lkDetailMos.AutoSize = true;
     this.lkDetailMos.Location = new System.Drawing.Point(1100, 24);
     this.lkDetailMos.Name = "lkDetailMos";
     this.lkDetailMos.Size = new System.Drawing.Size(73, 13);
     this.lkDetailMos.TabIndex = 16;
     this.lkDetailMos.TabStop = true;
     this.lkDetailMos.Text = "Show Table";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(7, 12);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(250, 23);
     this.label35.TabIndex = 12;
     this.label35.Text = "Trend - Months of Stock ";
     //
     // chartMOS
     //
     this.chartMOS.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.chartMOS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram4.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     this.chartMOS.Diagram = xyDiagram4;
     this.chartMOS.Location = new System.Drawing.Point(3, 38);
     this.chartMOS.Name = "chartMOS";
     this.chartMOS.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel10.LineVisible = true;
     series7.Label = sideBySideBarSeriesLabel10;
     series7.Name = "Series 1";
     sideBySideBarSeriesLabel11.LineVisible = true;
     series8.Label = sideBySideBarSeriesLabel11;
     series8.Name = "Series 2";
     this.chartMOS.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series7,
     series8};
     sideBySideBarSeriesLabel12.LineVisible = true;
     this.chartMOS.SeriesTemplate.Label = sideBySideBarSeriesLabel12;
     this.chartMOS.Size = new System.Drawing.Size(898, 490);
     this.chartMOS.TabIndex = 4;
     //
     // tabPage6
     //
     this.tabPage6.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage6.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage6.Controls.Add(this.label36);
     this.tabPage6.Controls.Add(this.chartComp);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size = new System.Drawing.Size(902, 532);
     this.tabPage6.Text = "Activity Trend";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(7, 12);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(166, 23);
     this.label36.TabIndex = 12;
     this.label36.Text = "Trend - Activity ";
     //
     // chartComp
     //
     this.chartComp.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.chartComp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     xyDiagram5.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram5.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram5.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram5.AxisY.VisibleInPanesSerializable = "-1";
     this.chartComp.Diagram = xyDiagram5;
     this.chartComp.Location = new System.Drawing.Point(3, 38);
     this.chartComp.Name = "chartComp";
     this.chartComp.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
     sideBySideBarSeriesLabel13.LineVisible = true;
     series9.Label = sideBySideBarSeriesLabel13;
     series9.Name = "Series 1";
     sideBySideBarSeriesLabel14.LineVisible = true;
     series10.Label = sideBySideBarSeriesLabel14;
     series10.Name = "Series 2";
     this.chartComp.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series9,
     series10};
     sideBySideBarSeriesLabel15.LineVisible = true;
     this.chartComp.SeriesTemplate.Label = sideBySideBarSeriesLabel15;
     this.chartComp.Size = new System.Drawing.Size(899, 487);
     this.chartComp.TabIndex = 3;
     //
     // tabPage7
     //
     this.tabPage7.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage7.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage7.Controls.Add(this.label20);
     this.tabPage7.Controls.Add(this.lblTime);
     this.tabPage7.Controls.Add(this.lblCurStatus);
     this.tabPage7.Controls.Add(this.label19);
     this.tabPage7.Controls.Add(this.tableLayoutPanel1);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.PageVisible = false;
     this.tabPage7.Size = new System.Drawing.Size(902, 532);
     this.tabPage7.Text = "Stock Status Trend";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(35, 106);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(143, 16);
     this.label20.TabIndex = 1;
     this.label20.Text = "Trend (No. of times)";
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.Location = new System.Drawing.Point(257, 68);
     this.lblTime.Name = "lblTime";
     this.lblTime.Size = new System.Drawing.Size(0, 13);
     this.lblTime.TabIndex = 1;
     //
     // lblCurStatus
     //
     this.lblCurStatus.AutoSize = true;
     this.lblCurStatus.Location = new System.Drawing.Point(151, 68);
     this.lblCurStatus.Name = "lblCurStatus";
     this.lblCurStatus.Size = new System.Drawing.Size(0, 13);
     this.lblCurStatus.TabIndex = 1;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(46, 68);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(104, 13);
     this.label19.TabIndex = 1;
     this.label19.Text = "Current Status : ";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 182F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 208F));
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label11, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label12, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label13, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label14, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label15, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label16, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label18, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeStockout, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblSixStockOut, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveStockOut, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeNearStock, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblSixNearStock, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveNear, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeBelowMin, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblSixBelowMin, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveBelowMin, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTwelveOverStock, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblSixOverStock, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblThreeOverStock, 1, 4);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(38, 134);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 109);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(4, 1);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(187, 1);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(52, 13);
     this.label11.TabIndex = 1;
     this.label11.Text = "3 Month";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(263, 1);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(52, 13);
     this.label12.TabIndex = 1;
     this.label12.Text = "6 Month";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(349, 1);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(59, 13);
     this.label13.TabIndex = 1;
     this.label13.Text = "12 Month";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(4, 22);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(63, 13);
     this.label14.TabIndex = 1;
     this.label14.Text = "Stock Out";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(4, 43);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(94, 13);
     this.label15.TabIndex = 1;
     this.label15.Text = "Near Stock Out";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(4, 64);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(64, 13);
     this.label16.TabIndex = 1;
     this.label16.Text = "Below Min";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(4, 85);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(71, 13);
     this.label18.TabIndex = 1;
     this.label18.Text = "Over Stock";
     //
     // lblThreeStockout
     //
     this.lblThreeStockout.AutoSize = true;
     this.lblThreeStockout.Location = new System.Drawing.Point(187, 22);
     this.lblThreeStockout.Name = "lblThreeStockout";
     this.lblThreeStockout.Size = new System.Drawing.Size(14, 13);
     this.lblThreeStockout.TabIndex = 1;
     this.lblThreeStockout.Text = "0";
     //
     // lblSixStockOut
     //
     this.lblSixStockOut.AutoSize = true;
     this.lblSixStockOut.Location = new System.Drawing.Point(263, 22);
     this.lblSixStockOut.Name = "lblSixStockOut";
     this.lblSixStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblSixStockOut.TabIndex = 1;
     this.lblSixStockOut.Text = "0";
     //
     // lblTwelveStockOut
     //
     this.lblTwelveStockOut.AutoSize = true;
     this.lblTwelveStockOut.Location = new System.Drawing.Point(349, 22);
     this.lblTwelveStockOut.Name = "lblTwelveStockOut";
     this.lblTwelveStockOut.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveStockOut.TabIndex = 1;
     this.lblTwelveStockOut.Text = "0";
     //
     // lblThreeNearStock
     //
     this.lblThreeNearStock.AutoSize = true;
     this.lblThreeNearStock.Location = new System.Drawing.Point(187, 43);
     this.lblThreeNearStock.Name = "lblThreeNearStock";
     this.lblThreeNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeNearStock.TabIndex = 1;
     this.lblThreeNearStock.Text = "0";
     //
     // lblSixNearStock
     //
     this.lblSixNearStock.AutoSize = true;
     this.lblSixNearStock.Location = new System.Drawing.Point(263, 43);
     this.lblSixNearStock.Name = "lblSixNearStock";
     this.lblSixNearStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixNearStock.TabIndex = 1;
     this.lblSixNearStock.Text = "0";
     //
     // lblTwelveNear
     //
     this.lblTwelveNear.AutoSize = true;
     this.lblTwelveNear.Location = new System.Drawing.Point(349, 43);
     this.lblTwelveNear.Name = "lblTwelveNear";
     this.lblTwelveNear.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveNear.TabIndex = 1;
     this.lblTwelveNear.Text = "0";
     //
     // lblThreeBelowMin
     //
     this.lblThreeBelowMin.AutoSize = true;
     this.lblThreeBelowMin.Location = new System.Drawing.Point(187, 64);
     this.lblThreeBelowMin.Name = "lblThreeBelowMin";
     this.lblThreeBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblThreeBelowMin.TabIndex = 1;
     this.lblThreeBelowMin.Text = "0";
     //
     // lblSixBelowMin
     //
     this.lblSixBelowMin.AutoSize = true;
     this.lblSixBelowMin.Location = new System.Drawing.Point(263, 64);
     this.lblSixBelowMin.Name = "lblSixBelowMin";
     this.lblSixBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblSixBelowMin.TabIndex = 1;
     this.lblSixBelowMin.Text = "0";
     //
     // lblTwelveBelowMin
     //
     this.lblTwelveBelowMin.AutoSize = true;
     this.lblTwelveBelowMin.Location = new System.Drawing.Point(349, 64);
     this.lblTwelveBelowMin.Name = "lblTwelveBelowMin";
     this.lblTwelveBelowMin.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveBelowMin.TabIndex = 1;
     this.lblTwelveBelowMin.Text = "0";
     //
     // lblTwelveOverStock
     //
     this.lblTwelveOverStock.AutoSize = true;
     this.lblTwelveOverStock.Location = new System.Drawing.Point(349, 85);
     this.lblTwelveOverStock.Name = "lblTwelveOverStock";
     this.lblTwelveOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblTwelveOverStock.TabIndex = 1;
     this.lblTwelveOverStock.Text = "0";
     //
     // lblSixOverStock
     //
     this.lblSixOverStock.AutoSize = true;
     this.lblSixOverStock.Location = new System.Drawing.Point(263, 85);
     this.lblSixOverStock.Name = "lblSixOverStock";
     this.lblSixOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblSixOverStock.TabIndex = 1;
     this.lblSixOverStock.Text = "0";
     //
     // lblThreeOverStock
     //
     this.lblThreeOverStock.AutoSize = true;
     this.lblThreeOverStock.Location = new System.Drawing.Point(187, 85);
     this.lblThreeOverStock.Name = "lblThreeOverStock";
     this.lblThreeOverStock.Size = new System.Drawing.Size(14, 13);
     this.lblThreeOverStock.TabIndex = 1;
     this.lblThreeOverStock.Text = "0";
     //
     // tabPage8
     //
     this.tabPage8.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage8.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage8.Controls.Add(this.lblAvgIssues);
     this.tabPage8.Controls.Add(this.lblAvgReceives);
     this.tabPage8.Controls.Add(this.lblLastIssues);
     this.tabPage8.Controls.Add(this.lblLastReceive);
     this.tabPage8.Controls.Add(this.label23);
     this.tabPage8.Controls.Add(this.label22);
     this.tabPage8.Controls.Add(this.label21);
     this.tabPage8.Controls.Add(this.label17);
     this.tabPage8.Name = "tabPage8";
     this.tabPage8.Size = new System.Drawing.Size(902, 532);
     this.tabPage8.Text = "Transaction";
     //
     // lblAvgIssues
     //
     this.lblAvgIssues.AutoSize = true;
     this.lblAvgIssues.Location = new System.Drawing.Point(382, 195);
     this.lblAvgIssues.Name = "lblAvgIssues";
     this.lblAvgIssues.Size = new System.Drawing.Size(14, 13);
     this.lblAvgIssues.TabIndex = 1;
     this.lblAvgIssues.Text = "0";
     this.lblAvgIssues.Visible = false;
     //
     // lblAvgReceives
     //
     this.lblAvgReceives.AutoSize = true;
     this.lblAvgReceives.Location = new System.Drawing.Point(381, 165);
     this.lblAvgReceives.Name = "lblAvgReceives";
     this.lblAvgReceives.Size = new System.Drawing.Size(14, 13);
     this.lblAvgReceives.TabIndex = 1;
     this.lblAvgReceives.Text = "0";
     this.lblAvgReceives.Visible = false;
     //
     // lblLastIssues
     //
     this.lblLastIssues.AutoSize = true;
     this.lblLastIssues.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastIssues.Location = new System.Drawing.Point(386, 111);
     this.lblLastIssues.Name = "lblLastIssues";
     this.lblLastIssues.Size = new System.Drawing.Size(22, 23);
     this.lblLastIssues.TabIndex = 1;
     this.lblLastIssues.Text = "0";
     //
     // lblLastReceive
     //
     this.lblLastReceive.AutoSize = true;
     this.lblLastReceive.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastReceive.Location = new System.Drawing.Point(386, 78);
     this.lblLastReceive.Name = "lblLastReceive";
     this.lblLastReceive.Size = new System.Drawing.Size(22, 23);
     this.lblLastReceive.TabIndex = 1;
     this.lblLastReceive.Text = "0";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(169, 194);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(210, 16);
     this.label23.TabIndex = 0;
     this.label23.Text = "AVG. no. of days b/n Issues : ";
     this.label23.Visible = false;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(152, 162);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(226, 16);
     this.label22.TabIndex = 0;
     this.label22.Text = "AVG. no. of days b/n Receives : ";
     this.label22.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(165, 113);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(214, 23);
     this.label21.TabIndex = 0;
     this.label21.Text = "Last Issued Date : ";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(141, 76);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(239, 23);
     this.label17.TabIndex = 0;
     this.label17.Text = "Last Received Date : ";
     //
     // tabPage10
     //
     this.tabPage10.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.tabPage10.Appearance.PageClient.Options.UseBackColor = true;
     this.tabPage10.Controls.Add(this.chartPie);
     this.tabPage10.Name = "tabPage10";
     this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage10.Size = new System.Drawing.Size(902, 532);
     this.tabPage10.Text = "Stock Expiry Status";
     //
     // chartPie
     //
     this.chartPie.AppearanceNameSerializable = "Chameleon";
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartPie.BorderOptions.Visible = false;
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartPie.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartPie.Location = new System.Drawing.Point(3, 3);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 1";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(170)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(170)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(67)))), ((int)(((byte)(4))))), System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(67)))), ((int)(((byte)(4)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(188)))), ((int)(((byte)(254))))), System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(188)))), ((int)(((byte)(254))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series11.Label = pie3DSeriesLabel1;
     series11.Name = "Series 1";
     series11.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series11};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(896, 526);
     this.chartPie.TabIndex = 21;
     //
     // lblStatus
     //
     this.lblStatus.AutoSize = true;
     this.lblStatus.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.Location = new System.Drawing.Point(286, 41);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(0, 13);
     this.lblStatus.TabIndex = 12;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.Location = new System.Drawing.Point(231, 41);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(56, 13);
     this.label37.TabIndex = 12;
     this.label37.Text = "Status : ";
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.Location = new System.Drawing.Point(611, 10);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 17;
     this.dtDate.Value = new System.DateTime(2008, 10, 21, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(824, 34);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 20;
     this.btnCancel.Text = "Close";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
     //
     // cboYear
     //
     this.cboYear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboYear.FormattingEnabled = true;
     this.cboYear.Location = new System.Drawing.Point(484, 36);
     this.cboYear.Name = "cboYear";
     this.cboYear.Size = new System.Drawing.Size(121, 21);
     this.cboYear.TabIndex = 21;
     this.cboYear.Visible = false;
     this.cboYear.SelectedValueChanged += new System.EventHandler(this.cboYear_SelectedValueChanged);
     //
     // ckPast
     //
     this.ckPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ckPast.Location = new System.Drawing.Point(611, 40);
     this.ckPast.Name = "ckPast";
     this.ckPast.Properties.Caption = "Last 12 Month";
     this.ckPast.Size = new System.Drawing.Size(105, 19);
     this.ckPast.TabIndex = 22;
     this.ckPast.Visible = false;
     this.ckPast.CheckedChanged += new System.EventHandler(this.ckPast_CheckedChanged);
     //
     // chartControl1
     //
     this.chartControl1.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.chartControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.chartControl1.Location = new System.Drawing.Point(7, 25);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     sideBySideBarSeriesLabel16.LineVisible = true;
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel16;
     this.chartControl1.Size = new System.Drawing.Size(974, 411);
     this.chartControl1.TabIndex = 2;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDoc_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 5000;
     this.toolTip1.InitialDelay = 500;
     this.toolTip1.ReshowDelay = 0;
     this.toolTip1.ShowAlways = true;
     this.toolTip1.ToolTipTitle = "Item Name";
     //
     // txtitmName
     //
     this.txtitmName.AutoSize = true;
     this.txtitmName.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtitmName.Location = new System.Drawing.Point(9, 12);
     this.txtitmName.Name = "txtitmName";
     this.txtitmName.Size = new System.Drawing.Size(0, 18);
     this.txtitmName.TabIndex = 100;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(9, 40);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(90, 13);
     this.label38.TabIndex = 101;
     this.label38.Text = "Basic Unit in : ";
     //
     // lblBUnit
     //
     this.lblBUnit.AutoSize = true;
     this.lblBUnit.Location = new System.Drawing.Point(96, 40);
     this.lblBUnit.Name = "lblBUnit";
     this.lblBUnit.Size = new System.Drawing.Size(0, 13);
     this.lblBUnit.TabIndex = 101;
     //
     // cboDU
     //
     this.cboDU.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboDU.DisplayMember = "Name";
     this.cboDU.FormattingEnabled = true;
     this.cboDU.Location = new System.Drawing.Point(357, 36);
     this.cboDU.Name = "cboDU";
     this.cboDU.Size = new System.Drawing.Size(121, 21);
     this.cboDU.TabIndex = 102;
     this.cboDU.ValueMember = "ID";
     this.cboDU.Visible = false;
     this.cboDU.SelectedValueChanged += new System.EventHandler(this.cboDU_SelectedValueChanged);
     //
     // xpButton1
     //
     this.xpButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.xpButton1.Image = global::PharmInventory.Properties.Resources.printer;
     this.xpButton1.Location = new System.Drawing.Point(743, 34);
     this.xpButton1.Name = "xpButton1";
     this.xpButton1.Size = new System.Drawing.Size(75, 23);
     this.xpButton1.TabIndex = 15;
     this.xpButton1.Text = "Print";
     this.xpButton1.Click += new System.EventHandler(this.xpButton1_Click);
     //
     // printingSystem2
     //
     this.printingSystem2.Links.AddRange(new object[] {
     this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.chartComp;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem2;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem2;
     //
     // ItemDetailReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.ClientSize = new System.Drawing.Size(912, 616);
     this.Controls.Add(this.cboDU);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.lblBUnit);
     this.Controls.Add(this.label37);
     this.Controls.Add(this.label38);
     this.Controls.Add(this.txtitmName);
     this.Controls.Add(this.xpButton1);
     this.Controls.Add(this.ckPast);
     this.Controls.Add(this.cboYear);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.tabControl1);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ItemDetailReport";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Item Detail Reports";
     this.Load += new System.EventHandler(this.BinCardTransaction_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridDispensaryView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboFiscalYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemsList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridItemListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unitBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBBalance.Properties)).EndInit();
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage9.ResumeLayout(false);
     this.tabPage9.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).EndInit();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartComp)).EndInit();
     this.tabPage7.ResumeLayout(false);
     this.tabPage7.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tabPage8.ResumeLayout(false);
     this.tabPage8.PerformLayout();
     this.tabPage10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckPast.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
     this.dateEdit2 = new DevExpress.XtraEditors.DateEdit();
     this.label7 = new System.Windows.Forms.Label();
     this.lkedtBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.lkedtClassType = new DevExpress.XtraEditors.LookUpEdit();
     this.lkedtInstructor = new DevExpress.XtraEditors.LookUpEdit();
     this.btnGenerate = new DevExpress.XtraEditors.SimpleButton();
     this.cmbDayOfWeek = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gcClass = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = 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.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.timeEdit1 = new DevExpress.XtraEditors.TimeEdit();
     this.label5 = new System.Windows.Forms.Label();
     this.PRINT1 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.hyperLinkEdit1 = new DevExpress.XtraEditors.HyperLinkEdit();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.lkedtClassCode = new DevExpress.XtraEditors.LookUpEdit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtClassType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtInstructor.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDayOfWeek.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcClass)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtClassCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(464, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(96, 16);
     this.label1.TabIndex = 54;
     this.label1.Text = "DAY OF WEEK";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(576, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 56;
     this.label2.Text = "CLASS TYPE";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(704, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 58;
     this.label3.Text = "INSTRUCTOR";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(352, 8);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(56, 16);
     this.label4.TabIndex = 60;
     this.label4.Text = "BRANCH";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(8, 8);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(80, 16);
     this.label6.TabIndex = 63;
     this.label6.Text = "DATE FROM";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location = new System.Drawing.Point(8, 24);
     this.dateEdit1.Name = "dateEdit1";
     //
     // dateEdit1.Properties
     //
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                       new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEdit1.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateEdit1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit1.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dateEdit1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit1.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dateEdit1.TabIndex = 64;
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location = new System.Drawing.Point(120, 24);
     this.dateEdit2.Name = "dateEdit2";
     //
     // dateEdit2.Properties
     //
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                       new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEdit2.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateEdit2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit2.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dateEdit2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit2.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEdit2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dateEdit2.TabIndex = 66;
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(120, 8);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(72, 16);
     this.label7.TabIndex = 65;
     this.label7.Text = "DATE TO";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lkedtBranch
     //
     this.lkedtBranch.EditValue = "";
     this.lkedtBranch.Location = new System.Drawing.Point(352, 24);
     this.lkedtBranch.Name = "lkedtBranch";
     //
     // lkedtBranch.Properties
     //
     this.lkedtBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkedtBranch.TabIndex = 67;
     //
     // lkedtClassType
     //
     this.lkedtClassType.EditValue = "";
     this.lkedtClassType.Location = new System.Drawing.Point(576, 24);
     this.lkedtClassType.Name = "lkedtClassType";
     //
     // lkedtClassType.Properties
     //
     this.lkedtClassType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkedtClassType.Size = new System.Drawing.Size(120, 20);
     this.lkedtClassType.TabIndex = 68;
     //
     // lkedtInstructor
     //
     this.lkedtInstructor.EditValue = "";
     this.lkedtInstructor.Location = new System.Drawing.Point(704, 24);
     this.lkedtInstructor.Name = "lkedtInstructor";
     //
     // lkedtInstructor.Properties
     //
     this.lkedtInstructor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkedtInstructor.Size = new System.Drawing.Size(160, 20);
     this.lkedtInstructor.TabIndex = 69;
     //
     // btnGenerate
     //
     this.btnGenerate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnGenerate.Appearance.Options.UseFont = true;
     this.btnGenerate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnGenerate.Location = new System.Drawing.Point(872, 19);
     this.btnGenerate.Name = "btnGenerate";
     this.btnGenerate.Size = new System.Drawing.Size(72, 24);
     this.btnGenerate.TabIndex = 70;
     this.btnGenerate.Text = "Generate";
     this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
     //
     // cmbDayOfWeek
     //
     this.cmbDayOfWeek.EditValue = "";
     this.cmbDayOfWeek.Location = new System.Drawing.Point(464, 24);
     this.cmbDayOfWeek.Name = "cmbDayOfWeek";
     //
     // cmbDayOfWeek.Properties
     //
     this.cmbDayOfWeek.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbDayOfWeek.Properties.Items.AddRange(new object[] {
                                                                  "",
                                                                  "SUN",
                                                                  "MON",
                                                                  "TUE",
                                                                  "WED",
                                                                  "THU",
                                                                  "FRI",
                                                                  "SAT"});
     this.cmbDayOfWeek.TabIndex = 71;
     //
     // gcClass
     //
     this.gcClass.Dock = System.Windows.Forms.DockStyle.Bottom;
     //
     // gcClass.EmbeddedNavigator
     //
     this.gcClass.EmbeddedNavigator.Name = "";
     this.gcClass.Location = new System.Drawing.Point(0, 68);
     this.gcClass.MainView = this.gridView1;
     this.gcClass.Name = "gcClass";
     this.gcClass.Size = new System.Drawing.Size(945, 432);
     this.gcClass.TabIndex = 72;
     this.gcClass.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                            this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn1,
                                                                                      this.gridColumn2,
                                                                                      this.gridColumn3,
                                                                                      this.gridColumn4,
                                                                                      this.gridColumn5,
                                                                                      this.gridColumn6,
                                                                                      this.gridColumn7,
                                                                                      this.gridColumn8});
     this.gridView1.GridControl = this.gcClass;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowSort = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "CLASS DATE";
     this.gridColumn1.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.gridColumn1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn1.FieldName = "dtDate";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 107;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "DOW";
     this.gridColumn2.FieldName = "DOW";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 97;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "BR";
     this.gridColumn3.FieldName = "strBranchCode";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width = 92;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "TIME";
     this.gridColumn4.DisplayFormat.FormatString = "hh:mm tt";
     this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn4.FieldName = "dtStartTime";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width = 99;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "CLASS";
     this.gridColumn5.FieldName = "strClassCode";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 4;
     this.gridColumn5.Width = 110;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "ATT NO";
     this.gridColumn6.FieldName = "TotalAttendee";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width = 76;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "INSTRUCTOR";
     this.gridColumn7.FieldName = "InstructorName";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width = 169;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "ATTENDANCE MARKED BY";
     this.gridColumn8.FieldName = "VerifyName";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 7;
     this.gridColumn8.Width = 198;
     //
     // timeEdit1
     //
     this.timeEdit1.EditValue = "";
     this.timeEdit1.Location = new System.Drawing.Point(235, 24);
     this.timeEdit1.Name = "timeEdit1";
     //
     // timeEdit1.Properties
     //
     this.timeEdit1.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
     this.timeEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                       new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeEdit1.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
     this.timeEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.timeEdit1.TabIndex = 73;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(235, 8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 74;
     this.label5.Text = "CLASS TIME";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PRINT1
     //
     this.PRINT1.EditValue = "PRINT";
     this.PRINT1.Location = new System.Drawing.Point(904, 48);
     this.PRINT1.Name = "PRINT1";
     //
     // PRINT1.Properties
     //
     this.PRINT1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.PRINT1.Properties.Appearance.Options.UseBackColor = true;
     this.PRINT1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PRINT1.Size = new System.Drawing.Size(40, 18);
     this.PRINT1.TabIndex = 141;
     this.PRINT1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.PRINT1_OpenLink);
     //
     // hyperLinkEdit1
     //
     this.hyperLinkEdit1.EditValue = "RESET";
     this.hyperLinkEdit1.Location = new System.Drawing.Point(304, 6);
     this.hyperLinkEdit1.Name = "hyperLinkEdit1";
     //
     // hyperLinkEdit1.Properties
     //
     this.hyperLinkEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.hyperLinkEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.hyperLinkEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.hyperLinkEdit1.Size = new System.Drawing.Size(40, 18);
     this.hyperLinkEdit1.TabIndex = 142;
     this.hyperLinkEdit1.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.hyperLinkEdit1_OpenLink);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
                                                          this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.gcClass;
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
                                                                                                                                                              "CLASS ANALYSIS REPORT BY VARIABLE (TABLE FORM)",
                                                                                                                                                              "",
                                                                                                                                                              "[Date Printed] [Time Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "",
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "",
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     //
     // lkedtClassCode
     //
     this.lkedtClassCode.EditValue = "";
     this.lkedtClassCode.Location = new System.Drawing.Point(576, 48);
     this.lkedtClassCode.Name = "lkedtClassCode";
     //
     // lkedtClassCode.Properties
     //
     this.lkedtClassCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkedtClassCode.Size = new System.Drawing.Size(120, 20);
     this.lkedtClassCode.TabIndex = 143;
     //
     // RPClassAnalysisByVariable
     //
     this.AutoScale = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(945, 486);
     this.Controls.Add(this.lkedtClassCode);
     this.Controls.Add(this.hyperLinkEdit1);
     this.Controls.Add(this.PRINT1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.timeEdit1);
     this.Controls.Add(this.gcClass);
     this.Controls.Add(this.cmbDayOfWeek);
     this.Controls.Add(this.btnGenerate);
     this.Controls.Add(this.lkedtInstructor);
     this.Controls.Add(this.lkedtClassType);
     this.Controls.Add(this.lkedtBranch);
     this.Controls.Add(this.dateEdit2);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.dateEdit1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "RPClassAnalysisByVariable";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Class Analysis By Variable (Table Form)";
     this.TopMost = true;
     this.Load += new System.EventHandler(this.RPClassAnalysisByVariable_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtClassType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtInstructor.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDayOfWeek.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcClass)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRINT1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkedtClassCode.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();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HubToHubTransfer));
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.txtRefNo = new DevExpress.XtraEditors.TextEdit();
            this.layoutForFacility = new DevExpress.XtraLayout.LayoutControlItem();
            this.lkForHub = new DevExpress.XtraEditors.LookUpEdit();
            this.btnSaveAndForward = new DevExpress.XtraEditors.SimpleButton();
            this.txtContactPerson = new DevExpress.XtraEditors.TextEdit();
            this.layoutControlItem52 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lkCategoires = new DevExpress.XtraEditors.LookUpEdit();
            this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
            this.txtItemName = new DevExpress.XtraEditors.TextEdit();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.orderGrid = new DevExpress.XtraGrid.GridControl();
            this.gridOrderView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colExpiryDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colBatch = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colUnitPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPacks = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colQtyPerPacks = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colApprovedPacks = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colLocationID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colBalance = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ExpireDateEditor = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.repositoryItemPacks = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.gridRecieveView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
            this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridColumn3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.layoutControlGroup14 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
            this.gridItemsChoice = new DevExpress.XtraGrid.GridControl();
            this.gridItemChoiceView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn66 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn67 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.btnCancelOne = new DevExpress.XtraEditors.SimpleButton();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lkAccountType = new DevExpress.XtraEditors.GridLookUpEdit();
            this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn96 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ParentID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn97 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn98 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.layoutFromStore = new DevExpress.XtraLayout.LayoutControlItem();
            this.lkFromStore = new DevExpress.XtraEditors.LookUpEdit();
            this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.printOrder = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
            this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
            this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
            this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.boxSizedList = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl();
            this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.dxValidation1stTab = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRefNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutForFacility)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkForHub.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtContactPerson.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkCategoires.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.orderGrid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridOrderView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ExpireDateEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ExpireDateEditor.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPacks)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridRecieveView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemsChoice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemChoiceView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkAccountType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutFromStore)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkFromStore.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.printOrder.ImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit();
            this.layoutControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxValidation1stTab)).BeginInit();
            this.SuspendLayout();
            //
            // repositoryItemCheckEdit1
            //
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
            this.repositoryItemCheckEdit1.ValueGrayed = false;
            //
            // layoutControlItem13
            //
            this.layoutControlItem13.Control = this.txtRefNo;
            this.layoutControlItem13.CustomizationFormText = "Order Number";
            this.layoutControlItem13.Location = new System.Drawing.Point(697, 24);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Size = new System.Drawing.Size(422, 24);
            this.layoutControlItem13.Text = "Order Number";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(80, 13);
            //
            // txtRefNo
            //
            this.txtRefNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtRefNo.Enabled = false;
            this.txtRefNo.Location = new System.Drawing.Point(783, 28);
            this.txtRefNo.Name = "txtRefNo";
            this.txtRefNo.Size = new System.Drawing.Size(336, 20);
            this.txtRefNo.TabIndex = 15;
            //
            // layoutForFacility
            //
            this.layoutForFacility.Control = this.lkForHub;
            this.layoutForFacility.CustomizationFormText = "For Facility";
            this.layoutForFacility.Location = new System.Drawing.Point(274, 48);
            this.layoutForFacility.Name = "layoutForFacility";
            this.layoutForFacility.Size = new System.Drawing.Size(571, 48);
            this.layoutForFacility.Text = "For Hub";
            this.layoutForFacility.TextSize = new System.Drawing.Size(80, 13);
            //
            // lkForHub
            //
            this.lkForHub.EditValue = "1";
            this.lkForHub.Location = new System.Drawing.Point(360, 52);
            this.lkForHub.Name = "lkForHub";
            this.lkForHub.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkForHub.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Hub Name"),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ID", "Name4", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
            this.lkForHub.Properties.DisplayMember = "Name";
            this.lkForHub.Properties.NullText = "Select Issue Location";
            this.lkForHub.Properties.ValueMember = "ID";
            this.lkForHub.Size = new System.Drawing.Size(485, 20);
            this.lkForHub.TabIndex = 22;
            conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.NotEquals;
            conditionValidationRule1.ErrorText = "This value is not valid";
            this.dxValidation1stTab.SetValidationRule(this.lkForHub, conditionValidationRule1);
            this.lkForHub.EditValueChanged += new System.EventHandler(this.lkForHub_EditValueChanged);
            //
            // btnSaveAndForward
            //
            this.btnSaveAndForward.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveAndForward.Image")));
            this.btnSaveAndForward.Location = new System.Drawing.Point(876, 549);
            this.btnSaveAndForward.Name = "btnSaveAndForward";
            this.btnSaveAndForward.Size = new System.Drawing.Size(140, 22);
            this.btnSaveAndForward.TabIndex = 25;
            this.btnSaveAndForward.Text = "Save and Print";
            this.btnSaveAndForward.Click += new System.EventHandler(this.btnSaveAndForward_Click);
            //
            // txtContactPerson
            //
            this.txtContactPerson.Location = new System.Drawing.Point(786, 4);
            this.txtContactPerson.Name = "txtContactPerson";
            this.txtContactPerson.Size = new System.Drawing.Size(333, 20);
            this.txtContactPerson.TabIndex = 39;
            //
            // layoutControlItem52
            //
            this.layoutControlItem52.Control = this.lkCategoires;
            this.layoutControlItem52.CustomizationFormText = "Categories";
            this.layoutControlItem52.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem52.MaxSize = new System.Drawing.Size(273, 24);
            this.layoutControlItem52.MinSize = new System.Drawing.Size(273, 24);
            this.layoutControlItem52.Name = "layoutControlItem52";
            this.layoutControlItem52.Size = new System.Drawing.Size(273, 24);
            this.layoutControlItem52.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem52.Text = "Categories";
            this.layoutControlItem52.TextSize = new System.Drawing.Size(80, 13);
            //
            // lkCategoires
            //
            this.lkCategoires.Location = new System.Drawing.Point(86, 4);
            this.lkCategoires.Name = "lkCategoires";
            this.lkCategoires.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkCategoires.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
            this.lkCategoires.Properties.DisplayMember = "Name";
            this.lkCategoires.Properties.NullText = "";
            this.lkCategoires.Properties.ValueMember = "ID";
            this.lkCategoires.Size = new System.Drawing.Size(187, 20);
            this.lkCategoires.TabIndex = 23;
            this.lkCategoires.EditValueChanged += new System.EventHandler(this.lkCategoires_EditValueChanged);
            //
            // layoutControlItem31
            //
            this.layoutControlItem31.Control = this.txtItemName;
            this.layoutControlItem31.CustomizationFormText = "layoutControlItem31";
            this.layoutControlItem31.Location = new System.Drawing.Point(0, 48);
            this.layoutControlItem31.Name = "layoutControlItem31";
            this.layoutControlItem31.Size = new System.Drawing.Size(274, 24);
            this.layoutControlItem31.Text = "Filter Drug Name";
            this.layoutControlItem31.TextSize = new System.Drawing.Size(80, 13);
            //
            // txtItemName
            //
            this.txtItemName.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.txtItemName.Location = new System.Drawing.Point(86, 52);
            this.txtItemName.Name = "txtItemName";
            this.txtItemName.Size = new System.Drawing.Size(188, 20);
            this.txtItemName.TabIndex = 4;
            this.txtItemName.EditValueChanged += new System.EventHandler(this.txtItemName_EditValueChanged);
            //
            // layoutControlItem8
            //
            this.layoutControlItem8.Control = this.btnSaveAndForward;
            this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
            this.layoutControlItem8.Location = new System.Drawing.Point(872, 545);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(144, 26);
            this.layoutControlItem8.Text = "layoutControlItem8";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem8.TextToControlDistance = 0;
            this.layoutControlItem8.TextVisible = false;
            //
            // layoutControlItem18
            //
            this.layoutControlItem18.Control = this.orderGrid;
            this.layoutControlItem18.CustomizationFormText = "layoutControlItem18";
            this.layoutControlItem18.Location = new System.Drawing.Point(271, 96);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.Size = new System.Drawing.Size(848, 449);
            this.layoutControlItem18.Text = "layoutControlItem18";
            this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem18.TextToControlDistance = 0;
            this.layoutControlItem18.TextVisible = false;
            //
            // orderGrid
            //
            this.orderGrid.Location = new System.Drawing.Point(275, 100);
            this.orderGrid.MainView = this.gridOrderView;
            this.orderGrid.Name = "orderGrid";
            this.orderGrid.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.ExpireDateEditor,
            this.repositoryItemButtonEdit2,
            this.repositoryItemPacks});
            this.orderGrid.Size = new System.Drawing.Size(844, 445);
            this.orderGrid.TabIndex = 11;
            this.orderGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridOrderView,
            this.gridRecieveView1});
            this.orderGrid.Click += new System.EventHandler(this.orderGrid_Click);
            //
            // gridOrderView
            //
            this.gridOrderView.Appearance.FocusedCell.BackColor = System.Drawing.Color.SkyBlue;
            this.gridOrderView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridOrderView.Appearance.FocusedRow.BackColor = System.Drawing.Color.CornflowerBlue;
            this.gridOrderView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridOrderView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.gridOrderView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridOrderView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn11,
            this.gridColumn13,
            this.gridColumn18,
            this.gridColumn17,
            this.gridColumn16,
            this.gridColumn15,
            this.colExpiryDate,
            this.colBatch,
            this.colUnitPrice,
            this.colPacks,
            this.colQtyPerPacks,
            this.colApprovedPacks,
            this.gridColumn19,
            this.gridColumn22,
            this.gridColumn23,
            this.gridColumn24,
            this.gridColumn25,
            this.colLocationID,
            this.colBalance,
            this.gridColumn26,
            this.gridColumn27,
            this.gridColumn31});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[SKUBU] is null";
            this.gridOrderView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridOrderView.GridControl = this.orderGrid;
            this.gridOrderView.GroupCount = 1;
            this.gridOrderView.IndicatorWidth = 40;
            this.gridOrderView.Name = "gridOrderView";
            this.gridOrderView.OptionsCustomization.AllowColumnMoving = false;
            this.gridOrderView.OptionsCustomization.AllowColumnResizing = false;
            this.gridOrderView.OptionsCustomization.AllowFilter = false;
            this.gridOrderView.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridOrderView.OptionsCustomization.AllowSort = false;
            this.gridOrderView.OptionsMenu.EnableColumnMenu = false;
            this.gridOrderView.OptionsPrint.PrintDetails = true;
            this.gridOrderView.OptionsPrint.PrintFooter = false;
            this.gridOrderView.OptionsPrint.PrintGroupFooter = false;
            this.gridOrderView.OptionsPrint.PrintHorzLines = false;
            this.gridOrderView.OptionsPrint.PrintPreview = true;
            this.gridOrderView.OptionsPrint.PrintVertLines = false;
            this.gridOrderView.OptionsView.AllowCellMerge = true;
            this.gridOrderView.OptionsView.ShowGroupPanel = false;
            this.gridOrderView.OptionsView.ShowIndicator = false;
            this.gridOrderView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn19, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridOrderView.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridOrderView_CellValueChanged);
            //
            // gridColumn11
            //
            this.gridColumn11.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn11.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn11.Caption = "Stock Code";
            this.gridColumn11.FieldName = "StockCode";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.OptionsColumn.AllowEdit = false;
            this.gridColumn11.OptionsColumn.AllowFocus = false;
            this.gridColumn11.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.Width = 25;
            //
            // gridColumn13
            //
            this.gridColumn13.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn13.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn13.Caption = "Item Name";
            this.gridColumn13.FieldName = "FullItemName";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.OptionsColumn.AllowEdit = false;
            this.gridColumn13.OptionsColumn.AllowFocus = false;
            this.gridColumn13.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn13.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn13.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 0;
            this.gridColumn13.Width = 206;
            //
            // gridColumn18
            //
            this.gridColumn18.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn18.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn18.Caption = "Manufacturer";
            this.gridColumn18.FieldName = "Manufacturer";
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.OptionsColumn.AllowEdit = false;
            this.gridColumn18.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn18.OptionsColumn.ReadOnly = true;
            this.gridColumn18.Visible = true;
            this.gridColumn18.VisibleIndex = 1;
            this.gridColumn18.Width = 108;
            //
            // gridColumn17
            //
            this.gridColumn17.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn17.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn17.Caption = "Unit";
            this.gridColumn17.FieldName = "Unit";
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.OptionsColumn.AllowEdit = false;
            this.gridColumn17.OptionsColumn.AllowFocus = false;
            this.gridColumn17.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 2;
            this.gridColumn17.Width = 41;
            //
            // gridColumn16
            //
            this.gridColumn16.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn16.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn16.Caption = "Supplier";
            this.gridColumn16.FieldName = "Supplier";
            this.gridColumn16.Name = "gridColumn16";
            this.gridColumn16.OptionsColumn.AllowEdit = false;
            this.gridColumn16.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn16.OptionsColumn.ReadOnly = true;
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 3;
            this.gridColumn16.Width = 108;
            //
            // gridColumn15
            //
            this.gridColumn15.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn15.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn15.Caption = "Location";
            this.gridColumn15.FieldName = "Location";
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.OptionsColumn.AllowEdit = false;
            this.gridColumn15.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn15.OptionsColumn.ReadOnly = true;
            this.gridColumn15.Visible = true;
            this.gridColumn15.VisibleIndex = 4;
            this.gridColumn15.Width = 63;
            //
            // colExpiryDate
            //
            this.colExpiryDate.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.colExpiryDate.AppearanceCell.Options.UseBackColor = true;
            this.colExpiryDate.Caption = "Exp Date";
            this.colExpiryDate.DisplayFormat.FormatString = "M, dd yyyy";
            this.colExpiryDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.colExpiryDate.FieldName = "ExpDate";
            this.colExpiryDate.Name = "colExpiryDate";
            this.colExpiryDate.OptionsColumn.AllowEdit = false;
            this.colExpiryDate.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colExpiryDate.OptionsColumn.ReadOnly = true;
            this.colExpiryDate.Visible = true;
            this.colExpiryDate.VisibleIndex = 6;
            this.colExpiryDate.Width = 65;
            //
            // colBatch
            //
            this.colBatch.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.colBatch.AppearanceCell.Options.UseBackColor = true;
            this.colBatch.Caption = "Batch No";
            this.colBatch.FieldName = "BatchNo";
            this.colBatch.Name = "colBatch";
            this.colBatch.OptionsColumn.AllowEdit = false;
            this.colBatch.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colBatch.OptionsColumn.ReadOnly = true;
            this.colBatch.Visible = true;
            this.colBatch.VisibleIndex = 5;
            this.colBatch.Width = 67;
            //
            // colUnitPrice
            //
            this.colUnitPrice.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.colUnitPrice.AppearanceCell.Options.UseBackColor = true;
            this.colUnitPrice.Caption = "Unit Price";
            this.colUnitPrice.FieldName = "UnitPrice";
            this.colUnitPrice.Name = "colUnitPrice";
            this.colUnitPrice.OptionsColumn.AllowEdit = false;
            this.colUnitPrice.Visible = true;
            this.colUnitPrice.VisibleIndex = 7;
            this.colUnitPrice.Width = 55;
            //
            // colPacks
            //
            this.colPacks.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.colPacks.AppearanceCell.Options.UseBackColor = true;
            this.colPacks.Caption = "Packs";
            this.colPacks.FieldName = "Packs";
            this.colPacks.Name = "colPacks";
            this.colPacks.OptionsColumn.AllowEdit = false;
            this.colPacks.Visible = true;
            this.colPacks.VisibleIndex = 8;
            this.colPacks.Width = 44;
            //
            // colQtyPerPacks
            //
            this.colQtyPerPacks.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.colQtyPerPacks.AppearanceCell.Options.UseBackColor = true;
            this.colQtyPerPacks.Caption = "Qty Per Pack";
            this.colQtyPerPacks.FieldName = "QtyPerPack";
            this.colQtyPerPacks.Name = "colQtyPerPacks";
            this.colQtyPerPacks.OptionsColumn.AllowEdit = false;
            this.colQtyPerPacks.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colQtyPerPacks.Width = 42;
            //
            // colApprovedPacks
            //
            this.colApprovedPacks.Caption = "Approved Packs";
            this.colApprovedPacks.FieldName = "ApprovedPacks";
            this.colApprovedPacks.Name = "colApprovedPacks";
            this.colApprovedPacks.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colApprovedPacks.OptionsColumn.FixedWidth = true;
            this.colApprovedPacks.Visible = true;
            this.colApprovedPacks.VisibleIndex = 9;
            this.colApprovedPacks.Width = 85;
            //
            // gridColumn19
            //
            this.gridColumn19.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn19.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn19.Caption = "Account Type";
            this.gridColumn19.FieldName = "account";
            this.gridColumn19.GroupInterval = DevExpress.XtraGrid.ColumnGroupInterval.Value;
            this.gridColumn19.Name = "gridColumn19";
            this.gridColumn19.OptionsColumn.AllowEdit = false;
            this.gridColumn19.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn19.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn19.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
            this.gridColumn19.Width = 59;
            //
            // gridColumn22
            //
            this.gridColumn22.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn22.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn22.Caption = "Receive Doc";
            this.gridColumn22.FieldName = "ReceiveDocID";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.OptionsColumn.AllowEdit = false;
            //
            // gridColumn23
            //
            this.gridColumn23.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn23.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn23.Caption = "Cost";
            this.gridColumn23.FieldName = "Cost";
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.OptionsColumn.AllowEdit = false;
            //
            // gridColumn24
            //
            this.gridColumn24.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn24.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn24.Caption = "ItemID";
            this.gridColumn24.FieldName = "ItemID";
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.OptionsColumn.AllowEdit = false;
            //
            // gridColumn25
            //
            this.gridColumn25.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn25.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn25.Caption = "UnitID";
            this.gridColumn25.FieldName = "UnitID";
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.OptionsColumn.AllowEdit = false;
            //
            // colLocationID
            //
            this.colLocationID.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.colLocationID.AppearanceCell.Options.UseBackColor = true;
            this.colLocationID.Caption = "LocationID";
            this.colLocationID.FieldName = "LocationID";
            this.colLocationID.Name = "colLocationID";
            this.colLocationID.OptionsColumn.AllowEdit = false;
            //
            // colBalance
            //
            this.colBalance.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.colBalance.AppearanceCell.Options.UseBackColor = true;
            this.colBalance.Caption = "Balance";
            this.colBalance.FieldName = "Balance";
            this.colBalance.Name = "colBalance";
            this.colBalance.OptionsColumn.AllowEdit = false;
            this.colBalance.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colBalance.OptionsColumn.ReadOnly = true;
            this.colBalance.Width = 36;
            //
            // gridColumn26
            //
            this.gridColumn26.Caption = "StoreID";
            this.gridColumn26.FieldName = "StoreID";
            this.gridColumn26.Name = "gridColumn26";
            //
            // gridColumn27
            //
            this.gridColumn27.Caption = "gridColumn27";
            this.gridColumn27.FieldName = "ManufacturerID";
            this.gridColumn27.Name = "gridColumn27";
            //
            // gridColumn31
            //
            this.gridColumn31.Caption = "gridColumn31";
            this.gridColumn31.FieldName = "ReceivingLocationID";
            this.gridColumn31.Name = "gridColumn31";
            //
            // ExpireDateEditor
            //
            this.ExpireDateEditor.AutoHeight = false;
            this.ExpireDateEditor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ExpireDateEditor.DisplayFormat.FormatString = "mm-DD-YYYY";
            this.ExpireDateEditor.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.ExpireDateEditor.EditFormat.FormatString = "mm-DD-YYYY";
            this.ExpireDateEditor.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.ExpireDateEditor.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.Value;
            this.ExpireDateEditor.Name = "ExpireDateEditor";
            this.ExpireDateEditor.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            //
            // repositoryItemButtonEdit2
            //
            this.repositoryItemButtonEdit2.AutoHeight = false;
            this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
            this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
            this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            //
            // repositoryItemPacks
            //
            this.repositoryItemPacks.AutoHeight = false;
            this.repositoryItemPacks.Name = "repositoryItemPacks";
            this.repositoryItemPacks.EditValueChanged += new System.EventHandler(this.repositoryItemPacks_EditValueChanged);
            //
            // gridRecieveView1
            //
            this.gridRecieveView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand1});
            this.gridRecieveView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.gridColumn3,
            this.gridColumn1,
            this.gridColumn10,
            this.gridColumn6,
            this.gridColumn2,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn12});
            this.gridRecieveView1.GridControl = this.orderGrid;
            this.gridRecieveView1.Name = "gridRecieveView1";
            this.gridRecieveView1.OptionsView.ShowGroupPanel = false;
            //
            // gridBand1
            //
            this.gridBand1.Caption = "gridBand1";
            this.gridBand1.Columns.Add(this.gridColumn3);
            this.gridBand1.Columns.Add(this.gridColumn1);
            this.gridBand1.Columns.Add(this.gridColumn10);
            this.gridBand1.Columns.Add(this.gridColumn2);
            this.gridBand1.Columns.Add(this.gridColumn4);
            this.gridBand1.Columns.Add(this.gridColumn5);
            this.gridBand1.Columns.Add(this.gridColumn6);
            this.gridBand1.Columns.Add(this.gridColumn7);
            this.gridBand1.Columns.Add(this.gridColumn8);
            this.gridBand1.Columns.Add(this.gridColumn12);
            this.gridBand1.Columns.Add(this.gridColumn9);
            this.gridBand1.Name = "gridBand1";
            this.gridBand1.Width = 1117;
            //
            // gridColumn3
            //
            this.gridColumn3.Caption = "Stock Code";
            this.gridColumn3.FieldName = "Stock Code";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowEdit = false;
            this.gridColumn3.OptionsColumn.AllowFocus = false;
            this.gridColumn3.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn3.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn3.Visible = true;
            this.gridColumn3.Width = 104;
            //
            // gridColumn1
            //
            this.gridColumn1.Caption = "Item Name";
            this.gridColumn1.FieldName = "Item Name";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn1.Visible = true;
            this.gridColumn1.Width = 104;
            //
            // gridColumn10
            //
            this.gridColumn10.Caption = "Manufacturer";
            this.gridColumn10.FieldName = "Manufacturer";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn10.Visible = true;
            //
            // gridColumn2
            //
            this.gridColumn2.Caption = "Pack Qty";
            this.gridColumn2.FieldName = "AppovedQty";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn2.Visible = true;
            this.gridColumn2.Width = 104;
            //
            // gridColumn4
            //
            this.gridColumn4.Caption = "Reciving Box Size";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn4.Visible = true;
            this.gridColumn4.Width = 104;
            //
            // gridColumn5
            //
            this.gridColumn5.Caption = "BU Qty";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn5.Visible = true;
            this.gridColumn5.Width = 104;
            //
            // gridColumn6
            //
            this.gridColumn6.Caption = "Unit";
            this.gridColumn6.FieldName = "Unit";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn6.Visible = true;
            this.gridColumn6.Width = 104;
            //
            // gridColumn7
            //
            this.gridColumn7.Caption = "Price/Pack";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn7.Visible = true;
            this.gridColumn7.Width = 104;
            //
            // gridColumn8
            //
            this.gridColumn8.Caption = "Batch No";
            this.gridColumn8.FieldName = "BatchNo";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn8.Visible = true;
            this.gridColumn8.Width = 144;
            //
            // gridColumn12
            //
            this.gridColumn12.ColumnEdit = this.repositoryItemButtonEdit2;
            this.gridColumn12.ImageAlignment = System.Drawing.StringAlignment.Center;
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn12.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            this.gridColumn12.Visible = true;
            this.gridColumn12.Width = 25;
            //
            // gridColumn9
            //
            this.gridColumn9.Caption = "Expiry Date";
            this.gridColumn9.ColumnEdit = this.ExpireDateEditor;
            this.gridColumn9.FieldName = "ExpDate";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn9.Visible = true;
            this.gridColumn9.Width = 145;
            //
            // layoutControlGroup14
            //
            this.layoutControlGroup14.CustomizationFormText = "Root";
            this.layoutControlGroup14.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup14.GroupBordersVisible = false;
            this.layoutControlGroup14.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem29,
            this.emptySpaceItem1,
            this.layoutControlItem12,
            this.layoutControlItem18,
            this.layoutControlItem8,
            this.layoutControlItem5,
            this.layoutControlItem13,
            this.layoutForFacility,
            this.emptySpaceItem4,
            this.emptySpaceItem3,
            this.emptySpaceItem2,
            this.layoutControlItem52,
            this.layoutControlItem3,
            this.layoutControlItem31,
            this.layoutFromStore});
            this.layoutControlGroup14.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup14.Name = "Root";
            this.layoutControlGroup14.OptionsItemText.TextToControlDistance = 2;
            this.layoutControlGroup14.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.layoutControlGroup14.Size = new System.Drawing.Size(1123, 575);
            this.layoutControlGroup14.Text = "Root";
            this.layoutControlGroup14.TextVisible = false;
            //
            // layoutControlItem29
            //
            this.layoutControlItem29.Control = this.gridItemsChoice;
            this.layoutControlItem29.CustomizationFormText = "layoutControlItem29";
            this.layoutControlItem29.Location = new System.Drawing.Point(0, 96);
            this.layoutControlItem29.Name = "layoutControlItem29";
            this.layoutControlItem29.Size = new System.Drawing.Size(271, 449);
            this.layoutControlItem29.Text = "layoutControlItem29";
            this.layoutControlItem29.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem29.TextToControlDistance = 0;
            this.layoutControlItem29.TextVisible = false;
            //
            // gridItemsChoice
            //
            this.gridItemsChoice.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.gridItemsChoice.Location = new System.Drawing.Point(4, 100);
            this.gridItemsChoice.MainView = this.gridItemChoiceView;
            this.gridItemsChoice.Name = "gridItemsChoice";
            this.gridItemsChoice.Size = new System.Drawing.Size(267, 445);
            this.gridItemsChoice.TabIndex = 11;
            this.gridItemsChoice.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridItemChoiceView});
            //
            // gridItemChoiceView
            //
            this.gridItemChoiceView.Appearance.FocusedRow.BackColor = System.Drawing.Color.Gray;
            this.gridItemChoiceView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridItemChoiceView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn30,
            this.gridColumn28,
            this.colItemName,
            this.gridColumn14,
            this.gridColumn29,
            this.gridColumn66,
            this.gridColumn67,
            this.gridColumn21,
            this.gridColumn20});
            this.gridItemChoiceView.GridControl = this.gridItemsChoice;
            this.gridItemChoiceView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.None, "", null, "")});
            this.gridItemChoiceView.Name = "gridItemChoiceView";
            this.gridItemChoiceView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridItemChoiceView.OptionsCustomization.AllowColumnMoving = false;
            this.gridItemChoiceView.OptionsCustomization.AllowColumnResizing = false;
            this.gridItemChoiceView.OptionsCustomization.AllowFilter = false;
            this.gridItemChoiceView.OptionsCustomization.AllowGroup = false;
            this.gridItemChoiceView.OptionsDetail.AllowExpandEmptyDetails = true;
            this.gridItemChoiceView.OptionsDetail.EnableDetailToolTip = true;
            this.gridItemChoiceView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gridItemChoiceView.OptionsDetail.SmartDetailHeight = true;
            this.gridItemChoiceView.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridItemChoiceView.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridItemChoiceView.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridItemChoiceView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridItemChoiceView.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridItemChoiceView.OptionsSelection.MultiSelect = true;
            this.gridItemChoiceView.OptionsView.EnableAppearanceEvenRow = true;
            this.gridItemChoiceView.OptionsView.EnableAppearanceOddRow = true;
            this.gridItemChoiceView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridItemChoiceView.OptionsView.ShowGroupPanel = false;
            this.gridItemChoiceView.OptionsView.ShowIndicator = false;
            this.gridItemChoiceView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridItemChoiceView_RowClick);
            //
            // gridColumn30
            //
            this.gridColumn30.ColumnEdit = this.repositoryItemCheckEdit1;
            this.gridColumn30.FieldName = "IsSelected";
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.OptionsColumn.AllowEdit = false;
            this.gridColumn30.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Like;
            this.gridColumn30.Visible = true;
            this.gridColumn30.VisibleIndex = 0;
            this.gridColumn30.Width = 20;
            //
            // gridColumn28
            //
            this.gridColumn28.Caption = "Stock Code";
            this.gridColumn28.FieldName = "StockCode";
            this.gridColumn28.Name = "gridColumn28";
            this.gridColumn28.OptionsColumn.AllowEdit = false;
            this.gridColumn28.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn28.Width = 89;
            //
            // colItemName
            //
            this.colItemName.Caption = "Item Name";
            this.colItemName.FieldName = "FullItemName";
            this.colItemName.Name = "colItemName";
            this.colItemName.OptionsColumn.AllowEdit = false;
            this.colItemName.Visible = true;
            this.colItemName.VisibleIndex = 1;
            this.colItemName.Width = 368;
            //
            // gridColumn14
            //
            this.gridColumn14.Caption = "Type";
            this.gridColumn14.FieldName = "CommodityType";
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.OptionsColumn.AllowEdit = false;
            this.gridColumn14.OptionsColumn.AllowFocus = false;
            //
            // gridColumn29
            //
            this.gridColumn29.Caption = "Unit";
            this.gridColumn29.FieldName = "Unit";
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.OptionsColumn.AllowEdit = false;
            this.gridColumn29.Visible = true;
            this.gridColumn29.VisibleIndex = 2;
            this.gridColumn29.Width = 69;
            //
            // gridColumn66
            //
            this.gridColumn66.Caption = "gridColumn66";
            this.gridColumn66.FieldName = "SubCategoryID";
            this.gridColumn66.Name = "gridColumn66";
            //
            // gridColumn67
            //
            this.gridColumn67.Caption = "gridColumn67";
            this.gridColumn67.FieldName = "CategoryID";
            this.gridColumn67.Name = "gridColumn67";
            //
            // gridColumn21
            //
            this.gridColumn21.Caption = "gridColumn21";
            this.gridColumn21.FieldName = "TypeID";
            this.gridColumn21.Name = "gridColumn21";
            //
            // gridColumn20
            //
            this.gridColumn20.Caption = "gridColumn20";
            this.gridColumn20.FieldName = "StoreID";
            this.gridColumn20.Name = "gridColumn20";
            //
            // emptySpaceItem1
            //
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 545);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(872, 26);
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            //
            // layoutControlItem12
            //
            this.layoutControlItem12.Control = this.btnCancelOne;
            this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
            this.layoutControlItem12.Location = new System.Drawing.Point(1016, 545);
            this.layoutControlItem12.MaxSize = new System.Drawing.Size(103, 24);
            this.layoutControlItem12.MinSize = new System.Drawing.Size(103, 24);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.Size = new System.Drawing.Size(103, 26);
            this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem12.Text = "layoutControlItem12";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem12.TextToControlDistance = 0;
            this.layoutControlItem12.TextVisible = false;
            //
            // btnCancelOne
            //
            this.btnCancelOne.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelOne.Image")));
            this.btnCancelOne.Location = new System.Drawing.Point(1020, 549);
            this.btnCancelOne.Name = "btnCancelOne";
            this.btnCancelOne.Size = new System.Drawing.Size(99, 20);
            this.btnCancelOne.TabIndex = 20;
            this.btnCancelOne.Text = "Cancel";
            this.btnCancelOne.Click += new System.EventHandler(this.btnCancelOne_Click);
            //
            // layoutControlItem5
            //
            this.layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem5.Control = this.txtContactPerson;
            this.layoutControlItem5.CustomizationFormText = "Contact Person";
            this.layoutControlItem5.Location = new System.Drawing.Point(697, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(422, 24);
            this.layoutControlItem5.Text = "Contact Person";
            this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem5.TextSize = new System.Drawing.Size(80, 13);
            this.layoutControlItem5.TextToControlDistance = 5;
            //
            // emptySpaceItem4
            //
            this.emptySpaceItem4.AllowHotTrack = false;
            this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
            this.emptySpaceItem4.Location = new System.Drawing.Point(845, 48);
            this.emptySpaceItem4.Name = "emptySpaceItem4";
            this.emptySpaceItem4.Size = new System.Drawing.Size(274, 48);
            this.emptySpaceItem4.Text = "emptySpaceItem4";
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
            //
            // emptySpaceItem3
            //
            this.emptySpaceItem3.AllowHotTrack = false;
            this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
            this.emptySpaceItem3.Location = new System.Drawing.Point(273, 0);
            this.emptySpaceItem3.Name = "emptySpaceItem3";
            this.emptySpaceItem3.Size = new System.Drawing.Size(424, 24);
            this.emptySpaceItem3.Text = "emptySpaceItem3";
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
            //
            // emptySpaceItem2
            //
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
            this.emptySpaceItem2.Location = new System.Drawing.Point(273, 24);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(424, 24);
            this.emptySpaceItem2.Text = "emptySpaceItem2";
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            //
            // layoutControlItem3
            //
            this.layoutControlItem3.Control = this.lkAccountType;
            this.layoutControlItem3.CustomizationFormText = "Accounts";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(273, 24);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(273, 24);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(273, 24);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "Accounts";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(80, 13);
            //
            // lkAccountType
            //
            this.lkAccountType.EditValue = "";
            this.lkAccountType.Location = new System.Drawing.Point(86, 28);
            this.lkAccountType.Name = "lkAccountType";
            this.lkAccountType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkAccountType.Properties.DisplayMember = "Name";
            this.lkAccountType.Properties.NullText = "Select Account";
            this.lkAccountType.Properties.ValueMember = "ID";
            this.lkAccountType.Properties.View = this.gridLookUpEdit1View;
            this.lkAccountType.Size = new System.Drawing.Size(187, 20);
            this.lkAccountType.TabIndex = 68;
            this.lkAccountType.EditValueChanged += new System.EventHandler(this.lkAccountType_EditValueChanged);
            //
            // gridLookUpEdit1View
            //
            this.gridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.ID,
            this.gridColumn96,
            this.ParentID,
            this.gridColumn97,
            this.gridColumn98});
            this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridLookUpEdit1View.GroupCount = 3;
            this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
            this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
            this.gridLookUpEdit1View.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ParentID, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn97, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn96, DevExpress.Data.ColumnSortOrder.Ascending)});
            //
            // ID
            //
            this.ID.Caption = "ID";
            this.ID.FieldName = "ID";
            this.ID.Name = "ID";
            //
            // gridColumn96
            //
            this.gridColumn96.Caption = "Sub Account";
            this.gridColumn96.FieldName = "StoreGroupDivision";
            this.gridColumn96.Name = "gridColumn96";
            this.gridColumn96.Visible = true;
            this.gridColumn96.VisibleIndex = 0;
            //
            // ParentID
            //
            this.ParentID.Caption = "Mode";
            this.ParentID.FieldName = "StoreType";
            this.ParentID.Name = "ParentID";
            //
            // gridColumn97
            //
            this.gridColumn97.Caption = "Account";
            this.gridColumn97.FieldName = "StoreGroup";
            this.gridColumn97.Name = "gridColumn97";
            //
            // gridColumn98
            //
            this.gridColumn98.Caption = "SSA";
            this.gridColumn98.FieldName = "Name";
            this.gridColumn98.Name = "gridColumn98";
            this.gridColumn98.Visible = true;
            this.gridColumn98.VisibleIndex = 0;
            this.gridColumn98.Width = 83;
            //
            // layoutFromStore
            //
            this.layoutFromStore.Control = this.lkFromStore;
            this.layoutFromStore.CustomizationFormText = "From Store";
            this.layoutFromStore.Location = new System.Drawing.Point(0, 72);
            this.layoutFromStore.MaxSize = new System.Drawing.Size(274, 24);
            this.layoutFromStore.MinSize = new System.Drawing.Size(274, 24);
            this.layoutFromStore.Name = "layoutFromStore";
            this.layoutFromStore.Size = new System.Drawing.Size(274, 24);
            this.layoutFromStore.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutFromStore.Text = "From Store";
            this.layoutFromStore.TextSize = new System.Drawing.Size(80, 13);
            this.layoutFromStore.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            //
            // lkFromStore
            //
            this.lkFromStore.Location = new System.Drawing.Point(86, 76);
            this.lkFromStore.Name = "lkFromStore";
            this.lkFromStore.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkFromStore.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Stores")});
            this.lkFromStore.Properties.DisplayMember = "ID";
            this.lkFromStore.Properties.NullText = "Select Store To Transfer From";
            this.lkFromStore.Properties.ValueMember = "Name";
            this.lkFromStore.Size = new System.Drawing.Size(188, 20);
            this.lkFromStore.TabIndex = 42;
            this.lkFromStore.Visible = false;

            //
            // layoutControlGroup10
            //
            this.layoutControlGroup10.CustomizationFormText = "layoutControlGroup10";
            this.layoutControlGroup10.Location = new System.Drawing.Point(0, 126);
            this.layoutControlGroup10.Name = "layoutControlGroup10";
            this.layoutControlGroup10.OptionsItemText.TextToControlDistance = 5;
            this.layoutControlGroup10.Size = new System.Drawing.Size(717, 68);
            this.layoutControlGroup10.Text = "layoutControlGroup10";
            //
            // emptySpaceItem10
            //
            this.emptySpaceItem10.AllowHotTrack = false;
            this.emptySpaceItem10.CustomizationFormText = "emptySpaceItem10";
            this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
            this.emptySpaceItem10.Name = "emptySpaceItem10";
            this.emptySpaceItem10.Size = new System.Drawing.Size(693, 10);
            this.emptySpaceItem10.Text = "emptySpaceItem10";
            this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
            //
            // printOrder
            //
            //
            //
            //
            this.printOrder.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printOrder.ImageCollection.ImageStream")));
            this.printOrder.Landscape = true;
            this.printOrder.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.printOrder.PrintingSystem = this.printingSystem1;
            this.printOrder.PrintingSystemBase = this.printingSystem1;
            //
            // printingSystem1
            //
            this.printingSystem1.Links.AddRange(new object[] {
            this.printableComponentLink1,
            this.printOrder});
            //
            // printableComponentLink1
            //
            //
            //
            //
            this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
            this.printableComponentLink1.Landscape = true;
            this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
            this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
                "[Time Printed]",
                "[Date Printed]",
                "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
            this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.printableComponentLink1.PrintingSystem = this.printingSystem1;
            this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
            this.printableComponentLink1.RtfReportHeader = resources.GetString("printableComponentLink1.RtfReportHeader");
            //
            // emptySpaceItem23
            //
            this.emptySpaceItem23.AllowHotTrack = false;
            this.emptySpaceItem23.CustomizationFormText = "emptySpaceItem23";
            this.emptySpaceItem23.Location = new System.Drawing.Point(1179, 24);
            this.emptySpaceItem23.Name = "emptySpaceItem23";
            this.emptySpaceItem23.Size = new System.Drawing.Size(10, 455);
            this.emptySpaceItem23.Text = "emptySpaceItem23";
            this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
            //
            // emptySpaceItem22
            //
            this.emptySpaceItem22.AllowHotTrack = false;
            this.emptySpaceItem22.CustomizationFormText = "emptySpaceItem22";
            this.emptySpaceItem22.Location = new System.Drawing.Point(85, 0);
            this.emptySpaceItem22.Name = "emptySpaceItem22";
            this.emptySpaceItem22.Size = new System.Drawing.Size(119, 479);
            this.emptySpaceItem22.Text = "emptySpaceItem22";
            this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
            //
            // popupMenu1
            //
            this.popupMenu1.Name = "popupMenu1";
            //
            // layoutControlGroup9
            //
            this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
            this.layoutControlGroup9.Location = new System.Drawing.Point(0, 126);
            this.layoutControlGroup9.Name = "layoutControlGroup9";
            this.layoutControlGroup9.OptionsItemText.TextToControlDistance = 5;
            this.layoutControlGroup9.Size = new System.Drawing.Size(717, 68);
            this.layoutControlGroup9.Text = "layoutControlGroup9";
            //
            // layoutControlGroup8
            //
            this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup8";
            this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup8.Name = "layoutControlGroup8";
            this.layoutControlGroup8.OptionsItemText.TextToControlDistance = 5;
            this.layoutControlGroup8.Size = new System.Drawing.Size(717, 116);
            this.layoutControlGroup8.Text = "layoutControlGroup8";
            //
            // emptySpaceItem15
            //
            this.emptySpaceItem15.AllowHotTrack = false;
            this.emptySpaceItem15.CustomizationFormText = "emptySpaceItem15";
            this.emptySpaceItem15.Location = new System.Drawing.Point(0, 116);
            this.emptySpaceItem15.Name = "emptySpaceItem15";
            this.emptySpaceItem15.Size = new System.Drawing.Size(717, 10);
            this.emptySpaceItem15.Text = "emptySpaceItem15";
            this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
            //
            // boxSizedList
            //
            this.boxSizedList.AutoHeight = false;
            this.boxSizedList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.boxSizedList.DisplayMember = "Name";
            this.boxSizedList.Name = "boxSizedList";
            this.boxSizedList.ValueMember = "ID";
            //
            // repositoryItemSpinEdit1
            //
            this.repositoryItemSpinEdit1.AutoHeight = false;
            this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
            //
            // layoutControl4
            //
            this.layoutControl4.Controls.Add(this.lkAccountType);
            this.layoutControl4.Controls.Add(this.lkFromStore);
            this.layoutControl4.Controls.Add(this.txtRefNo);
            this.layoutControl4.Controls.Add(this.btnSaveAndForward);
            this.layoutControl4.Controls.Add(this.txtContactPerson);
            this.layoutControl4.Controls.Add(this.btnCancelOne);
            this.layoutControl4.Controls.Add(this.txtItemName);
            this.layoutControl4.Controls.Add(this.gridItemsChoice);
            this.layoutControl4.Controls.Add(this.orderGrid);
            this.layoutControl4.Controls.Add(this.lkCategoires);
            this.layoutControl4.Controls.Add(this.lkForHub);
            this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl4.Location = new System.Drawing.Point(0, 0);
            this.layoutControl4.Name = "layoutControl4";
            this.layoutControl4.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(243, 227, 514, 350);
            this.layoutControl4.OptionsView.ShareLookAndFeelWithChildren = false;
            this.layoutControl4.Root = this.layoutControlGroup14;
            this.layoutControl4.Size = new System.Drawing.Size(1123, 575);
            this.layoutControl4.TabIndex = 32;
            this.layoutControl4.Text = "layoutControl4";
            //
            // repositoryItemDateEdit3
            //
            this.repositoryItemDateEdit3.AutoHeight = false;
            this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit3.EditFormat.FormatString = "mm-DD-YYYY";
            this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.repositoryItemDateEdit3.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
            this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
            this.repositoryItemDateEdit3.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            //
            // repositoryItemButtonEdit4
            //
            this.repositoryItemButtonEdit4.AutoHeight = false;
            this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
            this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
            this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            //
            // HubToHubTransfer
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1123, 575);
            this.Controls.Add(this.layoutControl4);
            this.Name = "HubToHubTransfer";
            this.Text = "Hub To Hub Transfer";
            this.Load += new System.EventHandler(this.HubToHubTransfer_Load);
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRefNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutForFacility)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkForHub.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtContactPerson.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkCategoires.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.orderGrid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridOrderView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ExpireDateEditor.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ExpireDateEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPacks)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridRecieveView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemsChoice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemChoiceView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkAccountType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutFromStore)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkFromStore.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.printOrder.ImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit();
            this.layoutControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxValidation1stTab)).EndInit();
            this.ResumeLayout(false);
        }
Exemplo n.º 22
0
        public ProductBarcode(DataSet ds)
        {
            DevExpress.XtraPrinting.PrintingSystem printSys = new DevExpress.XtraPrinting.PrintingSystem();
            this.paperKind = printSys.PageSettings.PaperKind;
            this.widthPage = printSys.PageBounds.Width;
            this.heightPage = printSys.PageBounds.Height;
            this.marginLeft = printSys.PageMargins.Left;
            this.marginRight = printSys.PageMargins.Right;
            this.marginTop = printSys.PageMargins.Top;
            this.marginBottom = printSys.PageMargins.Bottom;

            this.fieldId = "ID";
            this.fieldName = "NAME";
            this.fieldUnit = "UNIT";
            this.fieldQuantity = "QUANTITY";
            this.fieldPrice = "PRICE";

            this.dsProduct = ds;

            //this.spaceCol = 10;
            //this.spaceRow = 10;

            this.spaceCol = 0;
            this.spaceRow = 0;

            this.moduleBarcode = 1F;

            this.borderStamp = 1;

            this.heightUnit = 20;
            this.heightName = 20;
            this.heightPrice = 20;
            this.fontUnit = new Font("Tahoma", 8);
            this.fontName = new Font("Tahoma", 8);
            this.fontPrice = new Font("Tahoma", 8);

            this.symBC = BarCodeType.EAN13;
        }
 /// <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(ApprovalForm));
     this.boxSizedList = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.tabControlOrderDetail = new DevExpress.XtraTab.XtraTabControl();
     this.tabGeneral = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl5 = new DevExpress.XtraLayout.LayoutControl();
     this.uxApproval = new HCMIS.Desktop.Forms.Controls.Approval();
     this.layoutControlGroup12 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tabFacility = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl();
     this.gridOrderDetailForFacility = new DevExpress.XtraGrid.GridControl();
     this.gridViewOrderDetailForFacility = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.btnReturnToEdit = new DevExpress.XtraEditors.SimpleButton();
     this.btnSaveDraft = new DevExpress.XtraEditors.SimpleButton();
     this.txtFacilityName = new DevExpress.XtraEditors.TextEdit();
     this.btnPrintStockOutReport = new DevExpress.XtraEditors.SimpleButton();
     this.lkMode = new DevExpress.XtraEditors.LookUpEdit();
     this.btnCancelApproval = new DevExpress.XtraEditors.SimpleButton();
     this.btnApproveOrder = new DevExpress.XtraEditors.SimpleButton();
     this.gridOrder = new DevExpress.XtraGrid.GridControl();
     this.gridViewOrder = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRoute = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup18 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem49 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem59 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
     this.ActionGroup = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.toolTip = new DevExpress.Utils.ToolTipController();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider();
     this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem();
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink();
     this.printOrder = new DevExpress.XtraPrinting.PrintableComponentLink();
     this.bgWorker = new System.ComponentModel.BackgroundWorker();
     this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem33 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem34 = new DevExpress.XtraLayout.LayoutControlItem();
     this.bindingSource1 = new System.Windows.Forms.BindingSource();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.deletetabFacility = new DevExpress.XtraLayout.LayoutControlGroup();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControlOrderDetail)).BeginInit();
     this.tabControlOrderDetail.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).BeginInit();
     this.layoutControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.tabFacility.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit();
     this.layoutControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridOrderDetailForFacility)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOrderDetailForFacility)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkMode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem49)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem59)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ActionGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deletetabFacility)).BeginInit();
     this.SuspendLayout();
     //
     // boxSizedList
     //
     this.boxSizedList.AutoHeight = false;
     this.boxSizedList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizedList.DisplayMember = "Name";
     this.boxSizedList.Name = "boxSizedList";
     this.boxSizedList.ValueMember = "ID";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemDateEdit3.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit3.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     //
     // repositoryItemButtonEdit4
     //
     this.repositoryItemButtonEdit4.AutoHeight = false;
     this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
     this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // layoutControl1
     //
     this.layoutControl1.AllowCustomizationMenu = false;
     this.layoutControl1.Controls.Add(this.tabControlOrderDetail);
     this.layoutControl1.Controls.Add(this.btnReturnToEdit);
     this.layoutControl1.Controls.Add(this.btnSaveDraft);
     this.layoutControl1.Controls.Add(this.txtFacilityName);
     this.layoutControl1.Controls.Add(this.btnPrintStockOutReport);
     this.layoutControl1.Controls.Add(this.lkMode);
     this.layoutControl1.Controls.Add(this.btnCancelApproval);
     this.layoutControl1.Controls.Add(this.btnApproveOrder);
     this.layoutControl1.Controls.Add(this.gridOrder);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem7});
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(12, 183, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1354, 575);
     this.layoutControl1.TabIndex = 30;
     this.layoutControl1.Text = "layoutControl1";
     //
     // tabControlOrderDetail
     //
     this.tabControlOrderDetail.Location = new System.Drawing.Point(271, 5);
     this.tabControlOrderDetail.Name = "tabControlOrderDetail";
     this.tabControlOrderDetail.SelectedTabPage = this.tabGeneral;
     this.tabControlOrderDetail.Size = new System.Drawing.Size(1078, 539);
     this.tabControlOrderDetail.TabIndex = 1;
     this.tabControlOrderDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabGeneral,
     this.tabFacility});
     this.tabControlOrderDetail.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabControlOrderDetail_SelectedPageChanged);
     this.tabControlOrderDetail.Click += new System.EventHandler(this.tabControlOrderDetail_Click);
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.layoutControl5);
     this.tabGeneral.Name = "tabGeneral";
     this.tabGeneral.Size = new System.Drawing.Size(1072, 511);
     this.tabGeneral.Text = "General";
     //
     // layoutControl5
     //
     this.layoutControl5.AllowCustomizationMenu = false;
     this.layoutControl5.Controls.Add(this.uxApproval);
     this.layoutControl5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl5.Location = new System.Drawing.Point(0, 0);
     this.layoutControl5.Name = "layoutControl5";
     this.layoutControl5.Root = this.layoutControlGroup12;
     this.layoutControl5.Size = new System.Drawing.Size(1072, 511);
     this.layoutControl5.TabIndex = 0;
     this.layoutControl5.Text = "layoutControl5";
     //
     // uxApproval
     //
     this.uxApproval.Location = new System.Drawing.Point(12, 12);
     this.uxApproval.Name = "uxApproval";
     this.uxApproval.ShowAMCandMOS = true;
     this.uxApproval.ShowPipeline = true;
     this.uxApproval.Size = new System.Drawing.Size(1048, 487);
     this.uxApproval.TabIndex = 65;
     //
     // layoutControlGroup12
     //
     this.layoutControlGroup12.CustomizationFormText = "layoutControlGroup12";
     this.layoutControlGroup12.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup12.GroupBordersVisible = false;
     this.layoutControlGroup12.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2});
     this.layoutControlGroup12.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup12.Name = "layoutControlGroup12";
     this.layoutControlGroup12.Size = new System.Drawing.Size(1072, 511);
     this.layoutControlGroup12.Text = "layoutControlGroup12";
     this.layoutControlGroup12.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.uxApproval;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(1052, 491);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // tabFacility
     //
     this.tabFacility.Controls.Add(this.layoutControl4);
     this.tabFacility.Name = "tabFacility";
     this.tabFacility.Size = new System.Drawing.Size(1072, 511);
     this.tabFacility.Text = "Facility";
     //
     // layoutControl4
     //
     this.layoutControl4.AllowCustomizationMenu = false;
     this.layoutControl4.Controls.Add(this.gridOrderDetailForFacility);
     this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl4.Location = new System.Drawing.Point(0, 0);
     this.layoutControl4.Name = "layoutControl4";
     this.layoutControl4.Root = this.layoutControlGroup5;
     this.layoutControl4.Size = new System.Drawing.Size(1072, 511);
     this.layoutControl4.TabIndex = 0;
     this.layoutControl4.Text = "layoutControl4";
     //
     // gridOrderDetailForFacility
     //
     this.gridOrderDetailForFacility.Location = new System.Drawing.Point(12, 12);
     this.gridOrderDetailForFacility.MainView = this.gridViewOrderDetailForFacility;
     this.gridOrderDetailForFacility.Name = "gridOrderDetailForFacility";
     this.gridOrderDetailForFacility.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemMemoEdit3,
     this.repositoryItemMemoEdit4});
     this.gridOrderDetailForFacility.Size = new System.Drawing.Size(1048, 487);
     this.gridOrderDetailForFacility.TabIndex = 45;
     this.gridOrderDetailForFacility.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewOrderDetailForFacility});
     //
     // gridViewOrderDetailForFacility
     //
     this.gridViewOrderDetailForFacility.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn12,
     this.gridColumn11,
     this.gridColumn17,
     this.gridColumn20,
     this.gridColumn22,
     this.gridColumn23});
     this.gridViewOrderDetailForFacility.GridControl = this.gridOrderDetailForFacility;
     this.gridViewOrderDetailForFacility.IndicatorWidth = 40;
     this.gridViewOrderDetailForFacility.Name = "gridViewOrderDetailForFacility";
     this.gridViewOrderDetailForFacility.OptionsBehavior.Editable = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowColumnMoving = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowColumnResizing = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowFilter = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowSort = false;
     this.gridViewOrderDetailForFacility.OptionsView.RowAutoHeight = true;
     this.gridViewOrderDetailForFacility.OptionsView.ShowGroupedColumns = true;
     this.gridViewOrderDetailForFacility.OptionsView.ShowGroupPanel = false;
     this.gridViewOrderDetailForFacility.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridViewOrderDetailForFacility_CustomDrawRowIndicator);
     this.gridViewOrderDetailForFacility.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridViewOrderDetailForFacility_CustomColumnDisplayText);
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceCell.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
     this.gridColumn4.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn4.Caption = "Item Name";
     this.gridColumn4.ColumnEdit = this.repositoryItemMemoEdit3;
     this.gridColumn4.FieldName = "FullItemName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn4.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn4.OptionsFilter.AllowFilter = false;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 0;
     this.gridColumn4.Width = 226;
     //
     // repositoryItemMemoEdit3
     //
     this.repositoryItemMemoEdit3.LinesCount = 2;
     this.repositoryItemMemoEdit3.Name = "repositoryItemMemoEdit3";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Unit";
     this.gridColumn5.FieldName = "Text";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsFilter.AllowFilter = false;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     this.gridColumn5.Width = 76;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "SOH";
     this.gridColumn6.DisplayFormat.FormatString = "#,##0";
     this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn6.FieldName = "SOH";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsFilter.AllowFilter = false;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 2;
     this.gridColumn6.Width = 47;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Dmg.";
     this.gridColumn7.DisplayFormat.FormatString = "#,##0";
     this.gridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn7.FieldName = "Damaged";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsFilter.AllowFilter = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 3;
     this.gridColumn7.Width = 55;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Exp.";
     this.gridColumn8.DisplayFormat.FormatString = "#,##0";
     this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn8.FieldName = "Expired";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsFilter.AllowFilter = false;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 4;
     this.gridColumn8.Width = 47;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Total Requested";
     this.gridColumn9.DisplayFormat.FormatString = "#,##0";
     this.gridColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn9.FieldName = "TotalRequested";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.OptionsFilter.AllowFilter = false;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 5;
     this.gridColumn9.Width = 131;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "Last Approved Qty";
     this.gridColumn10.DisplayFormat.FormatString = "#,##0";
     this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn10.FieldName = "LastApprovedQuantity";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.OptionsFilter.AllowFilter = false;
     this.gridColumn10.Width = 118;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Total Issued";
     this.gridColumn12.DisplayFormat.FormatString = "#,##0";
     this.gridColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn12.FieldName = "TotalIssued";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.OptionsFilter.AllowFilter = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 6;
     this.gridColumn12.Width = 107;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "No. Refills Count";
     this.gridColumn11.FieldName = "NumberOfRefills";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.OptionsFilter.AllowFilter = false;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 7;
     this.gridColumn11.Width = 133;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Last Visit Date";
     this.gridColumn17.ColumnEdit = this.repositoryItemMemoEdit4;
     this.gridColumn17.FieldName = "LastRequestedDate";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     this.gridColumn17.OptionsFilter.AllowFilter = false;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 8;
     this.gridColumn17.Width = 120;
     //
     // repositoryItemMemoEdit4
     //
     this.repositoryItemMemoEdit4.LinesCount = 2;
     this.repositoryItemMemoEdit4.Name = "repositoryItemMemoEdit4";
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "pAMC";
     this.gridColumn20.DisplayFormat.FormatString = "#,##0";
     this.gridColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn20.FieldName = "gridColumn20";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsColumn.AllowEdit = false;
     this.gridColumn20.OptionsFilter.AllowFilter = false;
     this.gridColumn20.UnboundExpression = "[TotalIssued]/6";
     this.gridColumn20.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 9;
     this.gridColumn20.Width = 61;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "pMin";
     this.gridColumn22.DisplayFormat.FormatString = "#,##0";
     this.gridColumn22.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn22.FieldName = "gridColumn22";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsFilter.AllowFilter = false;
     this.gridColumn22.ToolTip = "2 * [AMC]";
     this.gridColumn22.UnboundExpression = "2 * [gridColumn20]";
     this.gridColumn22.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 10;
     this.gridColumn22.Width = 70;
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "pMax";
     this.gridColumn23.DisplayFormat.FormatString = "#,##0";
     this.gridColumn23.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn23.FieldName = "gridColumn23";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsColumn.AllowEdit = false;
     this.gridColumn23.OptionsFilter.AllowFilter = false;
     this.gridColumn23.ToolTip = "4 * [AMC]";
     this.gridColumn23.UnboundExpression = "4*[gridColumn20]";
     this.gridColumn23.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 11;
     this.gridColumn23.Width = 83;
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = "layoutControlGroup5";
     this.layoutControlGroup5.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup5.GroupBordersVisible = false;
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem3});
     this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup5.Name = "layoutControlGroup5";
     this.layoutControlGroup5.Size = new System.Drawing.Size(1072, 511);
     this.layoutControlGroup5.Text = "layoutControlGroup5";
     this.layoutControlGroup5.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridOrderDetailForFacility;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(1052, 491);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // btnReturnToEdit
     //
     this.btnReturnToEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnReturnToEdit.Image")));
     this.btnReturnToEdit.Location = new System.Drawing.Point(754, 549);
     this.btnReturnToEdit.Name = "btnReturnToEdit";
     this.btnReturnToEdit.Size = new System.Drawing.Size(146, 22);
     this.btnReturnToEdit.StyleController = this.layoutControl1;
     this.btnReturnToEdit.TabIndex = 42;
     this.btnReturnToEdit.Tag = "Approve";
     this.btnReturnToEdit.Text = "Return To Requisition";
     this.btnReturnToEdit.Click += new System.EventHandler(this.btnReturnToEdit_Click);
     //
     // btnSaveDraft
     //
     this.btnSaveDraft.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveDraft.Image")));
     this.btnSaveDraft.Location = new System.Drawing.Point(904, 549);
     this.btnSaveDraft.Name = "btnSaveDraft";
     this.btnSaveDraft.Size = new System.Drawing.Size(146, 22);
     this.btnSaveDraft.StyleController = this.layoutControl1;
     this.btnSaveDraft.TabIndex = 41;
     this.btnSaveDraft.Tag = "Cancel";
     this.btnSaveDraft.Text = "Save Draft";
     this.btnSaveDraft.Click += new System.EventHandler(this.btnSaveDraft_Click);
     //
     // txtFacilityName
     //
     this.txtFacilityName.Location = new System.Drawing.Point(47, 29);
     this.txtFacilityName.Name = "txtFacilityName";
     this.txtFacilityName.Size = new System.Drawing.Size(215, 20);
     this.txtFacilityName.StyleController = this.layoutControl1;
     this.txtFacilityName.TabIndex = 38;
     this.txtFacilityName.EditValueChanged += new System.EventHandler(this.txtFacilityName_EditValueChanged);
     //
     // btnPrintStockOutReport
     //
     this.btnPrintStockOutReport.Location = new System.Drawing.Point(24, 55);
     this.btnPrintStockOutReport.Name = "btnPrintStockOutReport";
     this.btnPrintStockOutReport.Size = new System.Drawing.Size(106, 22);
     this.btnPrintStockOutReport.StyleController = this.layoutControl1;
     this.btnPrintStockOutReport.TabIndex = 37;
     this.btnPrintStockOutReport.Text = "Stockout Report";
     this.btnPrintStockOutReport.Click += new System.EventHandler(this.btnPrintStockOutReport_Click);
     //
     // lkMode
     //
     this.lkMode.Location = new System.Drawing.Point(47, 5);
     this.lkMode.Name = "lkMode";
     this.lkMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkMode.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TypeName", "Name")});
     this.lkMode.Properties.DisplayMember = "TypeName";
     this.lkMode.Properties.NullText = "Select Activity";
     this.lkMode.Properties.ValueMember = "ID";
     this.lkMode.Size = new System.Drawing.Size(215, 20);
     this.lkMode.StyleController = this.layoutControl1;
     this.lkMode.TabIndex = 34;
     this.lkMode.EditValueChanged += new System.EventHandler(this.lkStoreType_EditValueChanged);
     //
     // btnCancelApproval
     //
     this.btnCancelApproval.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelApproval.Image")));
     this.btnCancelApproval.Location = new System.Drawing.Point(1204, 549);
     this.btnCancelApproval.Name = "btnCancelApproval";
     this.btnCancelApproval.Size = new System.Drawing.Size(146, 22);
     this.btnCancelApproval.StyleController = this.layoutControl1;
     this.btnCancelApproval.TabIndex = 31;
     this.btnCancelApproval.Text = "Cancel";
     this.btnCancelApproval.Click += new System.EventHandler(this.BtnCancelClicked);
     //
     // btnApproveOrder
     //
     this.btnApproveOrder.Image = ((System.Drawing.Image)(resources.GetObject("btnApproveOrder.Image")));
     this.btnApproveOrder.Location = new System.Drawing.Point(1054, 549);
     this.btnApproveOrder.Name = "btnApproveOrder";
     this.btnApproveOrder.Size = new System.Drawing.Size(146, 22);
     this.btnApproveOrder.StyleController = this.layoutControl1;
     this.btnApproveOrder.TabIndex = 30;
     this.btnApproveOrder.Text = "Approve Quantity";
     this.btnApproveOrder.Click += new System.EventHandler(this.OnSaveApproval);
     //
     // gridOrder
     //
     this.gridOrder.Location = new System.Drawing.Point(5, 53);
     this.gridOrder.MainView = this.gridViewOrder;
     this.gridOrder.Name = "gridOrder";
     this.gridOrder.Size = new System.Drawing.Size(257, 491);
     this.gridOrder.TabIndex = 15;
     this.gridOrder.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewOrder});
     //
     // gridViewOrder
     //
     this.gridViewOrder.Appearance.FocusedRow.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridViewOrder.Appearance.FocusedRow.Options.UseFont = true;
     this.gridViewOrder.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn42,
     this.gridColumn43,
     this.colRoute});
     this.gridViewOrder.GridControl = this.gridOrder;
     this.gridViewOrder.GroupCount = 1;
     this.gridViewOrder.Name = "gridViewOrder";
     this.gridViewOrder.OptionsBehavior.Editable = false;
     this.gridViewOrder.OptionsCustomization.AllowSort = false;
     this.gridViewOrder.OptionsFilter.AllowFilterEditor = false;
     this.gridViewOrder.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewOrder.OptionsSelection.UseIndicatorForSelection = false;
     this.gridViewOrder.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridViewOrder.OptionsView.ShowGroupPanel = false;
     this.gridViewOrder.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colRoute, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridViewOrder.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.OnOutstandingOrdersRowClicked);
     //
     // gridColumn42
     //
     this.gridColumn42.Caption = "Ref No";
     this.gridColumn42.FieldName = "RefNo";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.OptionsColumn.AllowMove = false;
     this.gridColumn42.OptionsFilter.AllowFilter = false;
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 0;
     //
     // gridColumn43
     //
     this.gridColumn43.Caption = "Requested By";
     this.gridColumn43.FieldName = "RequestedBy";
     this.gridColumn43.Name = "gridColumn43";
     this.gridColumn43.OptionsColumn.AllowMove = false;
     this.gridColumn43.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn43.OptionsFilter.AllowFilter = false;
     this.gridColumn43.Visible = true;
     this.gridColumn43.VisibleIndex = 1;
     this.gridColumn43.Width = 159;
     //
     // colRoute
     //
     this.colRoute.Caption = "Route";
     this.colRoute.FieldName = "RouteName";
     this.colRoute.Name = "colRoute";
     this.colRoute.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
     this.colRoute.OptionsColumn.AllowMove = false;
     this.colRoute.Visible = true;
     this.colRoute.VisibleIndex = 2;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.btnPrintStockOutReport;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 50);
     this.layoutControlItem7.MaxSize = new System.Drawing.Size(110, 0);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(110, 26);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(261, 26);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text = "layoutControlItem7";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextToControlDistance = 0;
     this.layoutControlItem7.TextVisible = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup4,
     this.ActionGroup});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup1.Size = new System.Drawing.Size(1354, 575);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "Order Details";
     this.layoutControlGroup4.GroupBordersVisible = false;
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup18});
     this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup4.Name = "layoutControlGroup4";
     this.layoutControlGroup4.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup4.Size = new System.Drawing.Size(1350, 545);
     this.layoutControlGroup4.Text = "Order Details";
     //
     // layoutControlGroup18
     //
     this.layoutControlGroup18.CustomizationFormText = "layoutControlGroup18";
     this.layoutControlGroup18.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem49,
     this.layoutControlItem9,
     this.layoutControlItem59,
     this.layoutControlItem4,
     this.splitterItem1});
     this.layoutControlGroup18.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup18.Name = "layoutControlGroup18";
     this.layoutControlGroup18.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup18.Size = new System.Drawing.Size(1350, 545);
     this.layoutControlGroup18.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup18.Text = "layoutControlGroup18";
     this.layoutControlGroup18.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlGroup18.TextVisible = false;
     //
     // layoutControlItem49
     //
     this.layoutControlItem49.Control = this.gridOrder;
     this.layoutControlItem49.CustomizationFormText = "layoutControlItem49";
     this.layoutControlItem49.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem49.MaxSize = new System.Drawing.Size(261, 0);
     this.layoutControlItem49.MinSize = new System.Drawing.Size(261, 24);
     this.layoutControlItem49.Name = "layoutControlItem49";
     this.layoutControlItem49.Size = new System.Drawing.Size(261, 495);
     this.layoutControlItem49.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem49.Text = "layoutControlItem49";
     this.layoutControlItem49.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem49.TextToControlDistance = 0;
     this.layoutControlItem49.TextVisible = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.txtFacilityName;
     this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 24);
     this.layoutControlItem9.MinSize = new System.Drawing.Size(54, 24);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(261, 24);
     this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem9.Text = "Search:";
     this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem9.TextSize = new System.Drawing.Size(37, 13);
     this.layoutControlItem9.TextToControlDistance = 5;
     //
     // layoutControlItem59
     //
     this.layoutControlItem59.Control = this.lkMode;
     this.layoutControlItem59.CustomizationFormText = "Mode";
     this.layoutControlItem59.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem59.MaxSize = new System.Drawing.Size(0, 24);
     this.layoutControlItem59.MinSize = new System.Drawing.Size(140, 24);
     this.layoutControlItem59.Name = "layoutControlItem59";
     this.layoutControlItem59.Size = new System.Drawing.Size(261, 24);
     this.layoutControlItem59.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem59.Text = "Mode:";
     this.layoutControlItem59.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem59.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem59.TextToControlDistance = 12;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.tabControlOrderDetail;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(266, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(1082, 543);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     this.splitterItem1.CustomizationFormText = "splitterItem1";
     this.splitterItem1.Location = new System.Drawing.Point(261, 0);
     this.splitterItem1.Name = "splitterItem1";
     this.splitterItem1.Size = new System.Drawing.Size(5, 543);
     //
     // ActionGroup
     //
     this.ActionGroup.CustomizationFormText = "layoutActions";
     this.ActionGroup.GroupBordersVisible = false;
     this.ActionGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem12,
     this.layoutControlItem23,
     this.layoutControlItem24,
     this.layoutControlItem11,
     this.emptySpaceItem2});
     this.ActionGroup.Location = new System.Drawing.Point(0, 545);
     this.ActionGroup.Name = "ActionGroup";
     this.ActionGroup.Size = new System.Drawing.Size(1350, 26);
     this.ActionGroup.Text = "ActionGroup";
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control = this.btnReturnToEdit;
     this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
     this.layoutControlItem12.Location = new System.Drawing.Point(750, 0);
     this.layoutControlItem12.MaxSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem12.MinSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem12.Name = "layoutControlItem12";
     this.layoutControlItem12.Size = new System.Drawing.Size(150, 26);
     this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem12.Tag = "Approve";
     this.layoutControlItem12.Text = "layoutControlItem12";
     this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem12.TextToControlDistance = 0;
     this.layoutControlItem12.TextVisible = false;
     //
     // layoutControlItem23
     //
     this.layoutControlItem23.Control = this.btnApproveOrder;
     this.layoutControlItem23.CustomizationFormText = "layoutControlItem23";
     this.layoutControlItem23.Location = new System.Drawing.Point(1050, 0);
     this.layoutControlItem23.MaxSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem23.MinSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem23.Name = "layoutControlItem23";
     this.layoutControlItem23.Size = new System.Drawing.Size(150, 26);
     this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem23.Text = "layoutControlItem23";
     this.layoutControlItem23.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem23.TextToControlDistance = 0;
     this.layoutControlItem23.TextVisible = false;
     //
     // layoutControlItem24
     //
     this.layoutControlItem24.Control = this.btnCancelApproval;
     this.layoutControlItem24.CustomizationFormText = "layoutControlItem24";
     this.layoutControlItem24.Location = new System.Drawing.Point(1200, 0);
     this.layoutControlItem24.MaxSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem24.MinSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem24.Name = "layoutControlItem24";
     this.layoutControlItem24.Size = new System.Drawing.Size(150, 26);
     this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem24.Text = "layoutControlItem24";
     this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem24.TextToControlDistance = 0;
     this.layoutControlItem24.TextVisible = false;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.btnSaveDraft;
     this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
     this.layoutControlItem11.Location = new System.Drawing.Point(900, 0);
     this.layoutControlItem11.MaxSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem11.MinSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(150, 26);
     this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem11.Tag = "Cancel";
     this.layoutControlItem11.Text = "layoutControlItem11";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem11.TextToControlDistance = 0;
     this.layoutControlItem11.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(750, 26);
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // toolTip
     //
     this.toolTip.ToolTipType = DevExpress.Utils.ToolTipType.SuperTip;
     //
     // popupMenu1
     //
     this.popupMenu1.Name = "popupMenu1";
     //
     // emptySpaceItem15
     //
     this.emptySpaceItem15.AllowHotTrack = false;
     this.emptySpaceItem15.CustomizationFormText = "emptySpaceItem15";
     this.emptySpaceItem15.Location = new System.Drawing.Point(0, 116);
     this.emptySpaceItem15.Name = "emptySpaceItem15";
     this.emptySpaceItem15.Size = new System.Drawing.Size(717, 10);
     this.emptySpaceItem15.Text = "emptySpaceItem15";
     this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup8
     //
     this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup8";
     this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup8.Name = "layoutControlGroup8";
     this.layoutControlGroup8.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup8.Size = new System.Drawing.Size(717, 116);
     this.layoutControlGroup8.Text = "layoutControlGroup8";
     //
     // layoutControlGroup9
     //
     this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
     this.layoutControlGroup9.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup9.Name = "layoutControlGroup9";
     this.layoutControlGroup9.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup9.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup9.Text = "layoutControlGroup9";
     //
     // layoutControlGroup10
     //
     this.layoutControlGroup10.CustomizationFormText = "layoutControlGroup10";
     this.layoutControlGroup10.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup10.Name = "layoutControlGroup10";
     this.layoutControlGroup10.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup10.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup10.Text = "layoutControlGroup10";
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.CustomizationFormText = "emptySpaceItem10";
     this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem10.Name = "emptySpaceItem10";
     this.emptySpaceItem10.Size = new System.Drawing.Size(693, 10);
     this.emptySpaceItem10.Text = "emptySpaceItem10";
     this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem22
     //
     this.emptySpaceItem22.AllowHotTrack = false;
     this.emptySpaceItem22.CustomizationFormText = "emptySpaceItem22";
     this.emptySpaceItem22.Location = new System.Drawing.Point(85, 0);
     this.emptySpaceItem22.Name = "emptySpaceItem22";
     this.emptySpaceItem22.Size = new System.Drawing.Size(119, 479);
     this.emptySpaceItem22.Text = "emptySpaceItem22";
     this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem23
     //
     this.emptySpaceItem23.AllowHotTrack = false;
     this.emptySpaceItem23.CustomizationFormText = "emptySpaceItem23";
     this.emptySpaceItem23.Location = new System.Drawing.Point(1179, 24);
     this.emptySpaceItem23.Name = "emptySpaceItem23";
     this.emptySpaceItem23.Size = new System.Drawing.Size(10, 455);
     this.emptySpaceItem23.Text = "emptySpaceItem23";
     this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printOrder});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Time Printed]",
         "[Date Printed]",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     this.printableComponentLink1.RtfReportHeader = resources.GetString("printableComponentLink1.RtfReportHeader");
     //
     // printOrder
     //
     this.printOrder.Landscape = true;
     this.printOrder.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printOrder.PrintingSystemBase = this.printingSystem1;
     //
     // layoutControlGroup7
     //
     this.layoutControlGroup7.CustomizationFormText = "layoutControlGroup7";
     this.layoutControlGroup7.Location = new System.Drawing.Point(711, 0);
     this.layoutControlGroup7.Name = "layoutControlGroup7";
     this.layoutControlGroup7.Size = new System.Drawing.Size(97, 111);
     this.layoutControlGroup7.Text = "layoutControlGroup7";
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
     this.emptySpaceItem5.Location = new System.Drawing.Point(735, 51);
     this.emptySpaceItem5.Name = "emptySpaceItem5";
     this.emptySpaceItem5.Size = new System.Drawing.Size(73, 37);
     this.emptySpaceItem5.Text = "emptySpaceItem5";
     this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem28
     //
     this.layoutControlItem28.CustomizationFormText = "layoutControlItem28";
     this.layoutControlItem28.Location = new System.Drawing.Point(0, 269);
     this.layoutControlItem28.Name = "layoutControlItem28";
     this.layoutControlItem28.Size = new System.Drawing.Size(1119, 302);
     this.layoutControlItem28.Text = "layoutControlItem28";
     this.layoutControlItem28.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem28.TextToControlDistance = 0;
     this.layoutControlItem28.TextVisible = false;
     //
     // layoutControlItem33
     //
     this.layoutControlItem33.CustomizationFormText = "layoutControlItem33";
     this.layoutControlItem33.Location = new System.Drawing.Point(735, 68);
     this.layoutControlItem33.Name = "layoutControlItem33";
     this.layoutControlItem33.Size = new System.Drawing.Size(73, 10);
     this.layoutControlItem33.Text = "layoutControlItem33";
     this.layoutControlItem33.TextSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem33.TextToControlDistance = 5;
     //
     // layoutControlGroup11
     //
     this.layoutControlGroup11.CustomizationFormText = "layoutControlGroup11";
     this.layoutControlGroup11.Location = new System.Drawing.Point(605, 0);
     this.layoutControlGroup11.Name = "layoutControlGroup11";
     this.layoutControlGroup11.Size = new System.Drawing.Size(458, 113);
     this.layoutControlGroup11.Text = "layoutControlGroup11";
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(709, 94);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(330, 10);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem34
     //
     this.layoutControlItem34.CustomizationFormText = "layoutControlItem34";
     this.layoutControlItem34.Location = new System.Drawing.Point(931, 26);
     this.layoutControlItem34.Name = "layoutControlItem34";
     this.layoutControlItem34.Size = new System.Drawing.Size(108, 17);
     this.layoutControlItem34.Text = "layoutControlItem34";
     this.layoutControlItem34.TextSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem34.TextToControlDistance = 5;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "General";
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Size = new System.Drawing.Size(1039, 499);
     this.layoutControlGroup3.Text = "General";
     //
     // deletetabFacility
     //
     this.deletetabFacility.CustomizationFormText = "Facility ";
     this.deletetabFacility.Location = new System.Drawing.Point(0, 0);
     this.deletetabFacility.Name = "layoutControlGroup5";
     this.deletetabFacility.Size = new System.Drawing.Size(1039, 499);
     this.deletetabFacility.Text = "Facility ";
     //
     // ApprovalForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1354, 575);
     this.Controls.Add(this.layoutControl1);
     this.Name = "ApprovalForm";
     this.Text = "Order";
     this.Load += new System.EventHandler(this.OrderForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlOrderDetail)).EndInit();
     this.tabControlOrderDetail.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).EndInit();
     this.layoutControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     this.tabFacility.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit();
     this.layoutControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridOrderDetailForFacility)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOrderDetailForFacility)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkMode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem49)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem59)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ActionGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deletetabFacility)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUserDlg));
     this.lblUser = new System.Windows.Forms.Label();
     this.lblPassword = new System.Windows.Forms.Label();
     this.lblType = new System.Windows.Forms.Label();
     this.txtPwd = new System.Windows.Forms.TextBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.cmbType = new System.Windows.Forms.ComboBox();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.tbcUser = new System.Windows.Forms.TabControl();
     this.tbpLogin = new System.Windows.Forms.TabPage();
     this.pnlLogin = new System.Windows.Forms.Panel();
     this.tbpPersonal = new System.Windows.Forms.TabPage();
     this.pnlPersonal = new System.Windows.Forms.Panel();
     this.label7 = new System.Windows.Forms.Label();
     this.cmbEmpStatus = new System.Windows.Forms.ComboBox();
     this.lblStatus = new System.Windows.Forms.Label();
     this.cmbStatus = new System.Windows.Forms.ComboBox();
     this.txtNationality = new System.Windows.Forms.TextBox();
     this.label64 = new System.Windows.Forms.Label();
     this.dtVisaTo = new System.Windows.Forms.DateTimePicker();
     this.dtVisaFrom = new System.Windows.Forms.DateTimePicker();
     this.dtEnded = new System.Windows.Forms.DateTimePicker();
     this.dtJoined = new System.Windows.Forms.DateTimePicker();
     this.dtDOB = new System.Windows.Forms.DateTimePicker();
     this.lblHRHeader = new System.Windows.Forms.Label();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.label45 = new System.Windows.Forms.Label();
     this.txtVisaStatus = new System.Windows.Forms.TextBox();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.txtNoDependent = new System.Windows.Forms.TextBox();
     this.label44 = new System.Windows.Forms.Label();
     this.lblMarried = new System.Windows.Forms.Label();
     this.cmbMarried = new System.Windows.Forms.ComboBox();
     this.label42 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.cmbTitle = new System.Windows.Forms.ComboBox();
     this.txtTitleJob = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.lblUserHeader = new System.Windows.Forms.Label();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.lblCompHeader = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.txtCompRomaji = new System.Windows.Forms.TextBox();
     this.txtCompPhonetic = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtCompName = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtFNameRomaji = new System.Windows.Forms.TextBox();
     this.txtFNamePhonetic = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtFName = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtLNameRomaji = new System.Windows.Forms.TextBox();
     this.txtLNamePhonetic = new System.Windows.Forms.TextBox();
     this.lblLNameRomaji = new System.Windows.Forms.Label();
     this.lblLNamePhonetic = new System.Windows.Forms.Label();
     this.txtLName = new System.Windows.Forms.TextBox();
     this.lblLName = new System.Windows.Forms.Label();
     this.tbpContact = new System.Windows.Forms.TabPage();
     this.pnlContact = new System.Windows.Forms.Panel();
     this.label36 = new System.Windows.Forms.Label();
     this.txtUrl = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.txtFax2 = new System.Windows.Forms.TextBox();
     this.txtFax1 = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.lblContactInfoHeader = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label20 = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.txtPhoneOther = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.txtPhone4 = new System.Windows.Forms.TextBox();
     this.txtPhone3 = new System.Windows.Forms.TextBox();
     this.label37 = new System.Windows.Forms.Label();
     this.txtMobile2 = new System.Windows.Forms.TextBox();
     this.label34 = new System.Windows.Forms.Label();
     this.txtMobile1 = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.txtPhone2 = new System.Windows.Forms.TextBox();
     this.txtPhone1 = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.txtEmail2 = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.txtEmail1 = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.lblStation2Header = new System.Windows.Forms.Label();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.txtMintSt2 = new System.Windows.Forms.TextBox();
     this.txtClosestLine2 = new System.Windows.Forms.TextBox();
     this.label60 = new System.Windows.Forms.Label();
     this.label61 = new System.Windows.Forms.Label();
     this.txtClosestSt2 = new System.Windows.Forms.TextBox();
     this.label62 = new System.Windows.Forms.Label();
     this.lblStation1Header = new System.Windows.Forms.Label();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.txtMintSt1 = new System.Windows.Forms.TextBox();
     this.txtClosestLine1 = new System.Windows.Forms.TextBox();
     this.label55 = new System.Windows.Forms.Label();
     this.label56 = new System.Windows.Forms.Label();
     this.txtClosestSt1 = new System.Windows.Forms.TextBox();
     this.label57 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.cmbBlock = new System.Windows.Forms.ComboBox();
     this.txtCountry = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.txtPost = new System.Windows.Forms.TextBox();
     this.txtState = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.txtCity = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.txtStreet3 = new System.Windows.Forms.TextBox();
     this.txtStreet2 = new System.Windows.Forms.TextBox();
     this.txtStreet1 = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.lblAddressHeader = new System.Windows.Forms.Label();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnPageSetup = new System.Windows.Forms.Button();
     this.btnPrint = new System.Windows.Forms.Button();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.tbcUser.SuspendLayout();
     this.tbpLogin.SuspendLayout();
     this.pnlLogin.SuspendLayout();
     this.tbpPersonal.SuspendLayout();
     this.pnlPersonal.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tbpContact.SuspendLayout();
     this.pnlContact.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     this.SuspendLayout();
     //
     // lblUser
     //
     this.lblUser.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblUser.Location = new System.Drawing.Point(24, 34);
     this.lblUser.Name = "lblUser";
     this.lblUser.Size = new System.Drawing.Size(80, 17);
     this.lblUser.TabIndex = 0;
     this.lblUser.Text = "User Name";
     //
     // lblPassword
     //
     this.lblPassword.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblPassword.Location = new System.Drawing.Point(24, 58);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(80, 17);
     this.lblPassword.TabIndex = 2;
     this.lblPassword.Text = "Password";
     //
     // lblType
     //
     this.lblType.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblType.Location = new System.Drawing.Point(24, 82);
     this.lblType.Name = "lblType";
     this.lblType.Size = new System.Drawing.Size(80, 17);
     this.lblType.TabIndex = 5;
     this.lblType.Text = "Level";
     //
     // txtPwd
     //
     this.txtPwd.Location = new System.Drawing.Point(144, 56);
     this.txtPwd.MaxLength = 15;
     this.txtPwd.Name = "txtPwd";
     this.txtPwd.PasswordChar = '*';
     this.txtPwd.Size = new System.Drawing.Size(208, 21);
     this.txtPwd.TabIndex = 1;
     //
     // txtUserName
     //
     this.txtUserName.Location = new System.Drawing.Point(144, 32);
     this.txtUserName.MaxLength = 15;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(208, 21);
     this.txtUserName.TabIndex = 0;
     //
     // cmbType
     //
     this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.Items.AddRange(new object[] {
     "User",
     "Admin",
     "Read-only"});
     this.cmbType.Location = new System.Drawing.Point(144, 80);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new System.Drawing.Size(208, 21);
     this.cmbType.TabIndex = 2;
     //
     // btnSave
     //
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSave.Location = new System.Drawing.Point(397, 470);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 1;
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location = new System.Drawing.Point(480, 470);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // tbcUser
     //
     this.tbcUser.Controls.Add(this.tbpLogin);
     this.tbcUser.Controls.Add(this.tbpPersonal);
     this.tbcUser.Controls.Add(this.tbpContact);
     this.tbcUser.Location = new System.Drawing.Point(0, 0);
     this.tbcUser.Name = "tbcUser";
     this.tbcUser.SelectedIndex = 0;
     this.tbcUser.Size = new System.Drawing.Size(648, 456);
     this.tbcUser.TabIndex = 0;
     //
     // tbpLogin
     //
     this.tbpLogin.Controls.Add(this.pnlLogin);
     this.tbpLogin.Location = new System.Drawing.Point(4, 22);
     this.tbpLogin.Name = "tbpLogin";
     this.tbpLogin.Size = new System.Drawing.Size(640, 430);
     this.tbpLogin.TabIndex = 0;
     this.tbpLogin.Text = "Login";
     //
     // pnlLogin
     //
     this.pnlLogin.Controls.Add(this.txtPwd);
     this.pnlLogin.Controls.Add(this.lblType);
     this.pnlLogin.Controls.Add(this.lblPassword);
     this.pnlLogin.Controls.Add(this.cmbType);
     this.pnlLogin.Controls.Add(this.txtUserName);
     this.pnlLogin.Controls.Add(this.lblUser);
     this.pnlLogin.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlLogin.Location = new System.Drawing.Point(0, 0);
     this.pnlLogin.Name = "pnlLogin";
     this.pnlLogin.Size = new System.Drawing.Size(640, 430);
     this.pnlLogin.TabIndex = 6;
     //
     // tbpPersonal
     //
     this.tbpPersonal.Controls.Add(this.pnlPersonal);
     this.tbpPersonal.Location = new System.Drawing.Point(4, 22);
     this.tbpPersonal.Name = "tbpPersonal";
     this.tbpPersonal.Size = new System.Drawing.Size(640, 430);
     this.tbpPersonal.TabIndex = 1;
     this.tbpPersonal.Text = "Personal";
     //
     // pnlPersonal
     //
     this.pnlPersonal.Controls.Add(this.label7);
     this.pnlPersonal.Controls.Add(this.cmbEmpStatus);
     this.pnlPersonal.Controls.Add(this.lblStatus);
     this.pnlPersonal.Controls.Add(this.cmbStatus);
     this.pnlPersonal.Controls.Add(this.txtNationality);
     this.pnlPersonal.Controls.Add(this.label64);
     this.pnlPersonal.Controls.Add(this.dtVisaTo);
     this.pnlPersonal.Controls.Add(this.dtVisaFrom);
     this.pnlPersonal.Controls.Add(this.dtEnded);
     this.pnlPersonal.Controls.Add(this.dtJoined);
     this.pnlPersonal.Controls.Add(this.dtDOB);
     this.pnlPersonal.Controls.Add(this.lblHRHeader);
     this.pnlPersonal.Controls.Add(this.groupBox12);
     this.pnlPersonal.Controls.Add(this.label45);
     this.pnlPersonal.Controls.Add(this.txtVisaStatus);
     this.pnlPersonal.Controls.Add(this.label46);
     this.pnlPersonal.Controls.Add(this.label47);
     this.pnlPersonal.Controls.Add(this.txtNoDependent);
     this.pnlPersonal.Controls.Add(this.label44);
     this.pnlPersonal.Controls.Add(this.lblMarried);
     this.pnlPersonal.Controls.Add(this.cmbMarried);
     this.pnlPersonal.Controls.Add(this.label42);
     this.pnlPersonal.Controls.Add(this.label39);
     this.pnlPersonal.Controls.Add(this.label40);
     this.pnlPersonal.Controls.Add(this.cmbTitle);
     this.pnlPersonal.Controls.Add(this.txtTitleJob);
     this.pnlPersonal.Controls.Add(this.label21);
     this.pnlPersonal.Controls.Add(this.label22);
     this.pnlPersonal.Controls.Add(this.lblUserHeader);
     this.pnlPersonal.Controls.Add(this.groupBox4);
     this.pnlPersonal.Controls.Add(this.lblCompHeader);
     this.pnlPersonal.Controls.Add(this.groupBox1);
     this.pnlPersonal.Controls.Add(this.txtCompRomaji);
     this.pnlPersonal.Controls.Add(this.txtCompPhonetic);
     this.pnlPersonal.Controls.Add(this.label4);
     this.pnlPersonal.Controls.Add(this.label5);
     this.pnlPersonal.Controls.Add(this.txtCompName);
     this.pnlPersonal.Controls.Add(this.label6);
     this.pnlPersonal.Controls.Add(this.txtFNameRomaji);
     this.pnlPersonal.Controls.Add(this.txtFNamePhonetic);
     this.pnlPersonal.Controls.Add(this.label1);
     this.pnlPersonal.Controls.Add(this.label2);
     this.pnlPersonal.Controls.Add(this.txtFName);
     this.pnlPersonal.Controls.Add(this.label3);
     this.pnlPersonal.Controls.Add(this.txtLNameRomaji);
     this.pnlPersonal.Controls.Add(this.txtLNamePhonetic);
     this.pnlPersonal.Controls.Add(this.lblLNameRomaji);
     this.pnlPersonal.Controls.Add(this.lblLNamePhonetic);
     this.pnlPersonal.Controls.Add(this.txtLName);
     this.pnlPersonal.Controls.Add(this.lblLName);
     this.pnlPersonal.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlPersonal.Location = new System.Drawing.Point(0, 0);
     this.pnlPersonal.Name = "pnlPersonal";
     this.pnlPersonal.Size = new System.Drawing.Size(640, 430);
     this.pnlPersonal.TabIndex = 238;
     //
     // label7
     //
     this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label7.Location = new System.Drawing.Point(360, 42);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(104, 17);
     this.label7.TabIndex = 237;
     this.label7.Text = "Employee Status";
     //
     // cmbEmpStatus
     //
     this.cmbEmpStatus.Items.AddRange(new object[] {
     "Full-time",
     "Part-time",
     "Special",
     "Other"});
     this.cmbEmpStatus.Location = new System.Drawing.Point(472, 40);
     this.cmbEmpStatus.Name = "cmbEmpStatus";
     this.cmbEmpStatus.Size = new System.Drawing.Size(144, 21);
     this.cmbEmpStatus.TabIndex = 11;
     //
     // lblStatus
     //
     this.lblStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStatus.Location = new System.Drawing.Point(360, 346);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(104, 17);
     this.lblStatus.TabIndex = 235;
     this.lblStatus.Text = "Status";
     //
     // cmbStatus
     //
     this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStatus.Items.AddRange(new object[] {
     "Active",
     "Inactive"});
     this.cmbStatus.Location = new System.Drawing.Point(472, 344);
     this.cmbStatus.Name = "cmbStatus";
     this.cmbStatus.Size = new System.Drawing.Size(144, 21);
     this.cmbStatus.TabIndex = 21;
     this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged);
     //
     // txtNationality
     //
     this.txtNationality.Location = new System.Drawing.Point(472, 152);
     this.txtNationality.MaxLength = 255;
     this.txtNationality.Name = "txtNationality";
     this.txtNationality.Size = new System.Drawing.Size(144, 21);
     this.txtNationality.TabIndex = 15;
     //
     // label64
     //
     this.label64.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label64.Location = new System.Drawing.Point(360, 154);
     this.label64.Name = "label64";
     this.label64.Size = new System.Drawing.Size(104, 17);
     this.label64.TabIndex = 233;
     this.label64.Text = "Nationality";
     //
     // dtVisaTo
     //
     this.dtVisaTo.CustomFormat = "MM/dd/yyyy";
     this.dtVisaTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtVisaTo.Location = new System.Drawing.Point(472, 294);
     this.dtVisaTo.Name = "dtVisaTo";
     this.dtVisaTo.ShowCheckBox = true;
     this.dtVisaTo.Size = new System.Drawing.Size(144, 21);
     this.dtVisaTo.TabIndex = 20;
     //
     // dtVisaFrom
     //
     this.dtVisaFrom.CustomFormat = "MM/dd/yyyy";
     this.dtVisaFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtVisaFrom.Location = new System.Drawing.Point(472, 270);
     this.dtVisaFrom.Name = "dtVisaFrom";
     this.dtVisaFrom.ShowCheckBox = true;
     this.dtVisaFrom.Size = new System.Drawing.Size(144, 21);
     this.dtVisaFrom.TabIndex = 19;
     //
     // dtEnded
     //
     this.dtEnded.CustomFormat = "MM/dd/yyyy";
     this.dtEnded.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtEnded.Location = new System.Drawing.Point(472, 113);
     this.dtEnded.Name = "dtEnded";
     this.dtEnded.ShowCheckBox = true;
     this.dtEnded.Size = new System.Drawing.Size(144, 21);
     this.dtEnded.TabIndex = 14;
     //
     // dtJoined
     //
     this.dtJoined.CustomFormat = "MM/dd/yyyy";
     this.dtJoined.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtJoined.Location = new System.Drawing.Point(472, 88);
     this.dtJoined.Name = "dtJoined";
     this.dtJoined.ShowCheckBox = true;
     this.dtJoined.Size = new System.Drawing.Size(144, 21);
     this.dtJoined.TabIndex = 13;
     //
     // dtDOB
     //
     this.dtDOB.CustomFormat = "MM/dd/yyyy";
     this.dtDOB.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtDOB.Location = new System.Drawing.Point(472, 64);
     this.dtDOB.Name = "dtDOB";
     this.dtDOB.ShowCheckBox = true;
     this.dtDOB.Size = new System.Drawing.Size(144, 21);
     this.dtDOB.TabIndex = 12;
     //
     // lblHRHeader
     //
     this.lblHRHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblHRHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHRHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblHRHeader.Location = new System.Drawing.Point(358, 17);
     this.lblHRHeader.Name = "lblHRHeader";
     this.lblHRHeader.Size = new System.Drawing.Size(21, 17);
     this.lblHRHeader.TabIndex = 232;
     this.lblHRHeader.Text = "HR";
     //
     // groupBox12
     //
     this.groupBox12.Location = new System.Drawing.Point(392, 24);
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.Size = new System.Drawing.Size(216, 3);
     this.groupBox12.TabIndex = 231;
     this.groupBox12.TabStop = false;
     //
     // label45
     //
     this.label45.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label45.Location = new System.Drawing.Point(360, 296);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(104, 17);
     this.label45.TabIndex = 230;
     this.label45.Text = "Visa Until Date";
     //
     // txtVisaStatus
     //
     this.txtVisaStatus.Location = new System.Drawing.Point(472, 246);
     this.txtVisaStatus.MaxLength = 255;
     this.txtVisaStatus.Name = "txtVisaStatus";
     this.txtVisaStatus.Size = new System.Drawing.Size(144, 21);
     this.txtVisaStatus.TabIndex = 18;
     //
     // label46
     //
     this.label46.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label46.Location = new System.Drawing.Point(360, 272);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(104, 17);
     this.label46.TabIndex = 229;
     this.label46.Text = "Visa From Date";
     //
     // label47
     //
     this.label47.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label47.Location = new System.Drawing.Point(360, 248);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(104, 17);
     this.label47.TabIndex = 228;
     this.label47.Text = "Visa Status";
     //
     // txtNoDependent
     //
     this.txtNoDependent.Location = new System.Drawing.Point(472, 200);
     this.txtNoDependent.MaxLength = 255;
     this.txtNoDependent.Name = "txtNoDependent";
     this.txtNoDependent.Size = new System.Drawing.Size(80, 21);
     this.txtNoDependent.TabIndex = 17;
     this.txtNoDependent.Tag = "N";
     this.txtNoDependent.Text = "0";
     this.txtNoDependent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtNoDependent.Leave += new System.EventHandler(this.txtNoDependent_Leave);
     this.txtNoDependent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNoDependent_KeyPress);
     //
     // label44
     //
     this.label44.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label44.Location = new System.Drawing.Point(360, 202);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(104, 17);
     this.label44.TabIndex = 227;
     this.label44.Text = "No of Dependents";
     //
     // lblMarried
     //
     this.lblMarried.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblMarried.Location = new System.Drawing.Point(360, 178);
     this.lblMarried.Name = "lblMarried";
     this.lblMarried.Size = new System.Drawing.Size(104, 17);
     this.lblMarried.TabIndex = 226;
     this.lblMarried.Text = "Married";
     //
     // cmbMarried
     //
     this.cmbMarried.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbMarried.Items.AddRange(new object[] {
     "Yes",
     "No"});
     this.cmbMarried.Location = new System.Drawing.Point(472, 176);
     this.cmbMarried.Name = "cmbMarried";
     this.cmbMarried.Size = new System.Drawing.Size(80, 21);
     this.cmbMarried.TabIndex = 16;
     //
     // label42
     //
     this.label42.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label42.Location = new System.Drawing.Point(360, 115);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(104, 17);
     this.label42.TabIndex = 225;
     this.label42.Text = "Date Ended";
     //
     // label39
     //
     this.label39.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label39.Location = new System.Drawing.Point(360, 90);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(104, 17);
     this.label39.TabIndex = 224;
     this.label39.Text = "Date Joined";
     //
     // label40
     //
     this.label40.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label40.Location = new System.Drawing.Point(360, 66);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(104, 17);
     this.label40.TabIndex = 223;
     this.label40.Text = "Date of Birth";
     //
     // cmbTitle
     //
     this.cmbTitle.Items.AddRange(new object[] {
     "Mr.",
     "Ms.",
     "Mrs.",
     "Miss",
     "Prof.",
     "Dr."});
     this.cmbTitle.Location = new System.Drawing.Point(136, 208);
     this.cmbTitle.Name = "cmbTitle";
     this.cmbTitle.Size = new System.Drawing.Size(184, 21);
     this.cmbTitle.TabIndex = 6;
     //
     // txtTitleJob
     //
     this.txtTitleJob.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTitleJob.Location = new System.Drawing.Point(136, 232);
     this.txtTitleJob.MaxLength = 255;
     this.txtTitleJob.Name = "txtTitleJob";
     this.txtTitleJob.Size = new System.Drawing.Size(184, 21);
     this.txtTitleJob.TabIndex = 7;
     //
     // label21
     //
     this.label21.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label21.Location = new System.Drawing.Point(16, 234);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(104, 17);
     this.label21.TabIndex = 194;
     this.label21.Text = "Title Job";
     //
     // label22
     //
     this.label22.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label22.Location = new System.Drawing.Point(16, 210);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(104, 17);
     this.label22.TabIndex = 193;
     this.label22.Text = "Title";
     //
     // lblUserHeader
     //
     this.lblUserHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblUserHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUserHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblUserHeader.Location = new System.Drawing.Point(16, 17);
     this.lblUserHeader.Name = "lblUserHeader";
     this.lblUserHeader.Size = new System.Drawing.Size(30, 17);
     this.lblUserHeader.TabIndex = 189;
     this.lblUserHeader.Text = "User";
     //
     // groupBox4
     //
     this.groupBox4.Location = new System.Drawing.Point(80, 24);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(240, 3);
     this.groupBox4.TabIndex = 188;
     this.groupBox4.TabStop = false;
     //
     // lblCompHeader
     //
     this.lblCompHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblCompHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCompHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblCompHeader.Location = new System.Drawing.Point(16, 273);
     this.lblCompHeader.Name = "lblCompHeader";
     this.lblCompHeader.Size = new System.Drawing.Size(57, 17);
     this.lblCompHeader.TabIndex = 187;
     this.lblCompHeader.Text = "Company";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Location = new System.Drawing.Point(80, 280);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(240, 3);
     this.groupBox1.TabIndex = 186;
     this.groupBox1.TabStop = false;
     //
     // groupBox3
     //
     this.groupBox3.Location = new System.Drawing.Point(0, -48);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(312, 29);
     this.groupBox3.TabIndex = 72;
     this.groupBox3.TabStop = false;
     this.groupBox3.Visible = false;
     //
     // txtCompRomaji
     //
     this.txtCompRomaji.Location = new System.Drawing.Point(136, 344);
     this.txtCompRomaji.MaxLength = 255;
     this.txtCompRomaji.Name = "txtCompRomaji";
     this.txtCompRomaji.Size = new System.Drawing.Size(184, 21);
     this.txtCompRomaji.TabIndex = 10;
     //
     // txtCompPhonetic
     //
     this.txtCompPhonetic.Location = new System.Drawing.Point(136, 320);
     this.txtCompPhonetic.MaxLength = 255;
     this.txtCompPhonetic.Name = "txtCompPhonetic";
     this.txtCompPhonetic.Size = new System.Drawing.Size(184, 21);
     this.txtCompPhonetic.TabIndex = 9;
     //
     // label4
     //
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location = new System.Drawing.Point(16, 346);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(104, 17);
     this.label4.TabIndex = 185;
     this.label4.Text = "Name Romaji";
     //
     // label5
     //
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Location = new System.Drawing.Point(16, 322);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(104, 17);
     this.label5.TabIndex = 184;
     this.label5.Text = "Name Phonetic";
     //
     // txtCompName
     //
     this.txtCompName.Location = new System.Drawing.Point(136, 296);
     this.txtCompName.MaxLength = 255;
     this.txtCompName.Name = "txtCompName";
     this.txtCompName.Size = new System.Drawing.Size(184, 21);
     this.txtCompName.TabIndex = 8;
     //
     // label6
     //
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Location = new System.Drawing.Point(16, 298);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(104, 17);
     this.label6.TabIndex = 183;
     this.label6.Text = "Name";
     //
     // txtFNameRomaji
     //
     this.txtFNameRomaji.Location = new System.Drawing.Point(136, 176);
     this.txtFNameRomaji.MaxLength = 255;
     this.txtFNameRomaji.Name = "txtFNameRomaji";
     this.txtFNameRomaji.Size = new System.Drawing.Size(184, 21);
     this.txtFNameRomaji.TabIndex = 5;
     //
     // txtFNamePhonetic
     //
     this.txtFNamePhonetic.Location = new System.Drawing.Point(136, 152);
     this.txtFNamePhonetic.MaxLength = 255;
     this.txtFNamePhonetic.Name = "txtFNamePhonetic";
     this.txtFNamePhonetic.Size = new System.Drawing.Size(184, 21);
     this.txtFNamePhonetic.TabIndex = 4;
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location = new System.Drawing.Point(16, 178);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(104, 17);
     this.label1.TabIndex = 182;
     this.label1.Text = "First Name Romaji";
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location = new System.Drawing.Point(16, 154);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(104, 17);
     this.label2.TabIndex = 181;
     this.label2.Text = "First Name Phonetic";
     //
     // txtFName
     //
     this.txtFName.Location = new System.Drawing.Point(136, 128);
     this.txtFName.MaxLength = 255;
     this.txtFName.Name = "txtFName";
     this.txtFName.Size = new System.Drawing.Size(184, 21);
     this.txtFName.TabIndex = 3;
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location = new System.Drawing.Point(16, 130);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(104, 17);
     this.label3.TabIndex = 180;
     this.label3.Text = "First Name";
     //
     // txtLNameRomaji
     //
     this.txtLNameRomaji.Location = new System.Drawing.Point(136, 88);
     this.txtLNameRomaji.MaxLength = 255;
     this.txtLNameRomaji.Name = "txtLNameRomaji";
     this.txtLNameRomaji.Size = new System.Drawing.Size(184, 21);
     this.txtLNameRomaji.TabIndex = 2;
     //
     // txtLNamePhonetic
     //
     this.txtLNamePhonetic.Location = new System.Drawing.Point(136, 64);
     this.txtLNamePhonetic.MaxLength = 255;
     this.txtLNamePhonetic.Name = "txtLNamePhonetic";
     this.txtLNamePhonetic.Size = new System.Drawing.Size(184, 21);
     this.txtLNamePhonetic.TabIndex = 1;
     //
     // lblLNameRomaji
     //
     this.lblLNameRomaji.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblLNameRomaji.Location = new System.Drawing.Point(16, 90);
     this.lblLNameRomaji.Name = "lblLNameRomaji";
     this.lblLNameRomaji.Size = new System.Drawing.Size(104, 17);
     this.lblLNameRomaji.TabIndex = 179;
     this.lblLNameRomaji.Text = "Last Name Romaji";
     //
     // lblLNamePhonetic
     //
     this.lblLNamePhonetic.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblLNamePhonetic.Location = new System.Drawing.Point(16, 66);
     this.lblLNamePhonetic.Name = "lblLNamePhonetic";
     this.lblLNamePhonetic.Size = new System.Drawing.Size(104, 17);
     this.lblLNamePhonetic.TabIndex = 178;
     this.lblLNamePhonetic.Text = "Last Name Phonetic";
     //
     // txtLName
     //
     this.txtLName.Location = new System.Drawing.Point(136, 40);
     this.txtLName.MaxLength = 255;
     this.txtLName.Name = "txtLName";
     this.txtLName.Size = new System.Drawing.Size(184, 21);
     this.txtLName.TabIndex = 0;
     //
     // lblLName
     //
     this.lblLName.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblLName.Location = new System.Drawing.Point(16, 42);
     this.lblLName.Name = "lblLName";
     this.lblLName.Size = new System.Drawing.Size(104, 17);
     this.lblLName.TabIndex = 177;
     this.lblLName.Text = "Last Name";
     //
     // tbpContact
     //
     this.tbpContact.Controls.Add(this.pnlContact);
     this.tbpContact.Location = new System.Drawing.Point(4, 22);
     this.tbpContact.Name = "tbpContact";
     this.tbpContact.Size = new System.Drawing.Size(640, 430);
     this.tbpContact.TabIndex = 2;
     this.tbpContact.Text = "Contact";
     //
     // pnlContact
     //
     this.pnlContact.Controls.Add(this.label36);
     this.pnlContact.Controls.Add(this.txtUrl);
     this.pnlContact.Controls.Add(this.label38);
     this.pnlContact.Controls.Add(this.txtFax2);
     this.pnlContact.Controls.Add(this.txtFax1);
     this.pnlContact.Controls.Add(this.label41);
     this.pnlContact.Controls.Add(this.lblContactInfoHeader);
     this.pnlContact.Controls.Add(this.groupBox2);
     this.pnlContact.Controls.Add(this.label20);
     this.pnlContact.Controls.Add(this.label43);
     this.pnlContact.Controls.Add(this.txtPhoneOther);
     this.pnlContact.Controls.Add(this.label33);
     this.pnlContact.Controls.Add(this.txtPhone4);
     this.pnlContact.Controls.Add(this.txtPhone3);
     this.pnlContact.Controls.Add(this.label37);
     this.pnlContact.Controls.Add(this.txtMobile2);
     this.pnlContact.Controls.Add(this.label34);
     this.pnlContact.Controls.Add(this.txtMobile1);
     this.pnlContact.Controls.Add(this.label35);
     this.pnlContact.Controls.Add(this.txtPhone2);
     this.pnlContact.Controls.Add(this.txtPhone1);
     this.pnlContact.Controls.Add(this.label32);
     this.pnlContact.Controls.Add(this.txtEmail2);
     this.pnlContact.Controls.Add(this.label31);
     this.pnlContact.Controls.Add(this.txtEmail1);
     this.pnlContact.Controls.Add(this.label30);
     this.pnlContact.Controls.Add(this.lblStation2Header);
     this.pnlContact.Controls.Add(this.groupBox11);
     this.pnlContact.Controls.Add(this.txtMintSt2);
     this.pnlContact.Controls.Add(this.txtClosestLine2);
     this.pnlContact.Controls.Add(this.label60);
     this.pnlContact.Controls.Add(this.label61);
     this.pnlContact.Controls.Add(this.txtClosestSt2);
     this.pnlContact.Controls.Add(this.label62);
     this.pnlContact.Controls.Add(this.lblStation1Header);
     this.pnlContact.Controls.Add(this.groupBox10);
     this.pnlContact.Controls.Add(this.txtMintSt1);
     this.pnlContact.Controls.Add(this.txtClosestLine1);
     this.pnlContact.Controls.Add(this.label55);
     this.pnlContact.Controls.Add(this.label56);
     this.pnlContact.Controls.Add(this.txtClosestSt1);
     this.pnlContact.Controls.Add(this.label57);
     this.pnlContact.Controls.Add(this.label28);
     this.pnlContact.Controls.Add(this.label29);
     this.pnlContact.Controls.Add(this.cmbBlock);
     this.pnlContact.Controls.Add(this.txtCountry);
     this.pnlContact.Controls.Add(this.label27);
     this.pnlContact.Controls.Add(this.txtPost);
     this.pnlContact.Controls.Add(this.txtState);
     this.pnlContact.Controls.Add(this.label26);
     this.pnlContact.Controls.Add(this.txtCity);
     this.pnlContact.Controls.Add(this.label25);
     this.pnlContact.Controls.Add(this.txtStreet3);
     this.pnlContact.Controls.Add(this.txtStreet2);
     this.pnlContact.Controls.Add(this.txtStreet1);
     this.pnlContact.Controls.Add(this.label24);
     this.pnlContact.Controls.Add(this.lblAddressHeader);
     this.pnlContact.Controls.Add(this.groupBox8);
     this.pnlContact.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlContact.Location = new System.Drawing.Point(0, 0);
     this.pnlContact.Name = "pnlContact";
     this.pnlContact.Size = new System.Drawing.Size(640, 430);
     this.pnlContact.TabIndex = 230;
     //
     // label36
     //
     this.label36.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label36.Location = new System.Drawing.Point(341, 306);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(99, 17);
     this.label36.TabIndex = 229;
     this.label36.Text = "Fax 2";
     //
     // txtUrl
     //
     this.txtUrl.Cursor = System.Windows.Forms.Cursors.Hand;
     this.txtUrl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUrl.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.txtUrl.Location = new System.Drawing.Point(448, 328);
     this.txtUrl.MaxLength = 255;
     this.txtUrl.Name = "txtUrl";
     this.txtUrl.Size = new System.Drawing.Size(176, 21);
     this.txtUrl.TabIndex = 26;
     //
     // label38
     //
     this.label38.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label38.Location = new System.Drawing.Point(341, 330);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(99, 17);
     this.label38.TabIndex = 228;
     this.label38.Text = "URL";
     //
     // txtFax2
     //
     this.txtFax2.Location = new System.Drawing.Point(448, 304);
     this.txtFax2.MaxLength = 255;
     this.txtFax2.Name = "txtFax2";
     this.txtFax2.Size = new System.Drawing.Size(176, 21);
     this.txtFax2.TabIndex = 25;
     //
     // txtFax1
     //
     this.txtFax1.Location = new System.Drawing.Point(448, 280);
     this.txtFax1.MaxLength = 255;
     this.txtFax1.Name = "txtFax1";
     this.txtFax1.Size = new System.Drawing.Size(176, 21);
     this.txtFax1.TabIndex = 24;
     //
     // label41
     //
     this.label41.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label41.Location = new System.Drawing.Point(341, 282);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(99, 17);
     this.label41.TabIndex = 227;
     this.label41.Text = "Fax 1";
     //
     // lblContactInfoHeader
     //
     this.lblContactInfoHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblContactInfoHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblContactInfoHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblContactInfoHeader.Location = new System.Drawing.Point(341, 17);
     this.lblContactInfoHeader.Name = "lblContactInfoHeader";
     this.lblContactInfoHeader.Size = new System.Drawing.Size(76, 17);
     this.lblContactInfoHeader.TabIndex = 223;
     this.lblContactInfoHeader.Text = "Contact Info";
     //
     // groupBox2
     //
     this.groupBox2.Location = new System.Drawing.Point(424, 24);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(200, 3);
     this.groupBox2.TabIndex = 222;
     this.groupBox2.TabStop = false;
     //
     // label20
     //
     this.label20.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label20.Location = new System.Drawing.Point(341, 170);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(99, 17);
     this.label20.TabIndex = 221;
     this.label20.Text = "Business Phone 2";
     //
     // label43
     //
     this.label43.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label43.Location = new System.Drawing.Point(341, 194);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(99, 17);
     this.label43.TabIndex = 220;
     this.label43.Text = "Phone Other";
     //
     // txtPhoneOther
     //
     this.txtPhoneOther.Location = new System.Drawing.Point(448, 192);
     this.txtPhoneOther.MaxLength = 255;
     this.txtPhoneOther.Name = "txtPhoneOther";
     this.txtPhoneOther.Size = new System.Drawing.Size(176, 21);
     this.txtPhoneOther.TabIndex = 21;
     //
     // label33
     //
     this.label33.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label33.Location = new System.Drawing.Point(341, 122);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(99, 17);
     this.label33.TabIndex = 219;
     this.label33.Text = "Phone 2";
     //
     // txtPhone4
     //
     this.txtPhone4.Location = new System.Drawing.Point(448, 168);
     this.txtPhone4.MaxLength = 255;
     this.txtPhone4.Name = "txtPhone4";
     this.txtPhone4.Size = new System.Drawing.Size(176, 21);
     this.txtPhone4.TabIndex = 20;
     //
     // txtPhone3
     //
     this.txtPhone3.Location = new System.Drawing.Point(448, 144);
     this.txtPhone3.MaxLength = 255;
     this.txtPhone3.Name = "txtPhone3";
     this.txtPhone3.Size = new System.Drawing.Size(176, 21);
     this.txtPhone3.TabIndex = 19;
     //
     // label37
     //
     this.label37.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label37.Location = new System.Drawing.Point(341, 146);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(99, 17);
     this.label37.TabIndex = 218;
     this.label37.Text = "Business Phone 1";
     //
     // txtMobile2
     //
     this.txtMobile2.Location = new System.Drawing.Point(448, 240);
     this.txtMobile2.MaxLength = 255;
     this.txtMobile2.Name = "txtMobile2";
     this.txtMobile2.Size = new System.Drawing.Size(176, 21);
     this.txtMobile2.TabIndex = 23;
     //
     // label34
     //
     this.label34.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label34.Location = new System.Drawing.Point(341, 242);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(99, 17);
     this.label34.TabIndex = 217;
     this.label34.Text = "Mobile 2";
     //
     // txtMobile1
     //
     this.txtMobile1.Location = new System.Drawing.Point(448, 216);
     this.txtMobile1.MaxLength = 255;
     this.txtMobile1.Name = "txtMobile1";
     this.txtMobile1.Size = new System.Drawing.Size(176, 21);
     this.txtMobile1.TabIndex = 22;
     //
     // label35
     //
     this.label35.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label35.Location = new System.Drawing.Point(341, 218);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(99, 17);
     this.label35.TabIndex = 216;
     this.label35.Text = "Mobile 1";
     //
     // txtPhone2
     //
     this.txtPhone2.Location = new System.Drawing.Point(448, 120);
     this.txtPhone2.MaxLength = 255;
     this.txtPhone2.Name = "txtPhone2";
     this.txtPhone2.Size = new System.Drawing.Size(176, 21);
     this.txtPhone2.TabIndex = 18;
     //
     // txtPhone1
     //
     this.txtPhone1.Location = new System.Drawing.Point(448, 96);
     this.txtPhone1.MaxLength = 255;
     this.txtPhone1.Name = "txtPhone1";
     this.txtPhone1.Size = new System.Drawing.Size(176, 21);
     this.txtPhone1.TabIndex = 17;
     //
     // label32
     //
     this.label32.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label32.Location = new System.Drawing.Point(341, 98);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(99, 17);
     this.label32.TabIndex = 215;
     this.label32.Text = "Phone 1";
     //
     // txtEmail2
     //
     this.txtEmail2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.txtEmail2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEmail2.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.txtEmail2.Location = new System.Drawing.Point(448, 64);
     this.txtEmail2.MaxLength = 255;
     this.txtEmail2.Name = "txtEmail2";
     this.txtEmail2.Size = new System.Drawing.Size(176, 21);
     this.txtEmail2.TabIndex = 16;
     //
     // label31
     //
     this.label31.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label31.Location = new System.Drawing.Point(341, 66);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(99, 17);
     this.label31.TabIndex = 214;
     this.label31.Text = "Email-2";
     //
     // txtEmail1
     //
     this.txtEmail1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.txtEmail1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEmail1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.txtEmail1.Location = new System.Drawing.Point(448, 40);
     this.txtEmail1.MaxLength = 255;
     this.txtEmail1.Name = "txtEmail1";
     this.txtEmail1.Size = new System.Drawing.Size(176, 21);
     this.txtEmail1.TabIndex = 15;
     //
     // label30
     //
     this.label30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label30.Location = new System.Drawing.Point(341, 42);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(99, 17);
     this.label30.TabIndex = 213;
     this.label30.Text = "Email-1";
     //
     // lblStation2Header
     //
     this.lblStation2Header.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStation2Header.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStation2Header.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblStation2Header.Location = new System.Drawing.Point(16, 319);
     this.lblStation2Header.Name = "lblStation2Header";
     this.lblStation2Header.Size = new System.Drawing.Size(56, 17);
     this.lblStation2Header.TabIndex = 203;
     this.lblStation2Header.Text = "Station 2";
     //
     // groupBox11
     //
     this.groupBox11.Location = new System.Drawing.Point(88, 326);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(224, 3);
     this.groupBox11.TabIndex = 202;
     this.groupBox11.TabStop = false;
     //
     // txtMintSt2
     //
     this.txtMintSt2.Location = new System.Drawing.Point(136, 389);
     this.txtMintSt2.MaxLength = 255;
     this.txtMintSt2.Name = "txtMintSt2";
     this.txtMintSt2.Size = new System.Drawing.Size(64, 21);
     this.txtMintSt2.TabIndex = 14;
     this.txtMintSt2.Tag = "N";
     this.txtMintSt2.Text = "0";
     this.txtMintSt2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtClosestLine2
     //
     this.txtClosestLine2.Location = new System.Drawing.Point(136, 365);
     this.txtClosestLine2.MaxLength = 255;
     this.txtClosestLine2.Name = "txtClosestLine2";
     this.txtClosestLine2.Size = new System.Drawing.Size(184, 21);
     this.txtClosestLine2.TabIndex = 13;
     //
     // label60
     //
     this.label60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label60.Location = new System.Drawing.Point(16, 391);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(112, 17);
     this.label60.TabIndex = 201;
     this.label60.Text = "Minutes to Station";
     //
     // label61
     //
     this.label61.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label61.Location = new System.Drawing.Point(16, 367);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(112, 17);
     this.label61.TabIndex = 200;
     this.label61.Text = "Closest Line";
     //
     // txtClosestSt2
     //
     this.txtClosestSt2.Location = new System.Drawing.Point(136, 341);
     this.txtClosestSt2.MaxLength = 255;
     this.txtClosestSt2.Name = "txtClosestSt2";
     this.txtClosestSt2.Size = new System.Drawing.Size(184, 21);
     this.txtClosestSt2.TabIndex = 12;
     //
     // label62
     //
     this.label62.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label62.Location = new System.Drawing.Point(16, 343);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(112, 17);
     this.label62.TabIndex = 199;
     this.label62.Text = "Closest Station";
     //
     // lblStation1Header
     //
     this.lblStation1Header.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStation1Header.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStation1Header.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblStation1Header.Location = new System.Drawing.Point(16, 214);
     this.lblStation1Header.Name = "lblStation1Header";
     this.lblStation1Header.Size = new System.Drawing.Size(56, 17);
     this.lblStation1Header.TabIndex = 198;
     this.lblStation1Header.Text = "Station 1";
     //
     // groupBox10
     //
     this.groupBox10.Location = new System.Drawing.Point(88, 221);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(224, 3);
     this.groupBox10.TabIndex = 197;
     this.groupBox10.TabStop = false;
     //
     // txtMintSt1
     //
     this.txtMintSt1.Location = new System.Drawing.Point(136, 285);
     this.txtMintSt1.MaxLength = 255;
     this.txtMintSt1.Name = "txtMintSt1";
     this.txtMintSt1.Size = new System.Drawing.Size(64, 21);
     this.txtMintSt1.TabIndex = 11;
     this.txtMintSt1.Tag = "N";
     this.txtMintSt1.Text = "0";
     this.txtMintSt1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtClosestLine1
     //
     this.txtClosestLine1.Location = new System.Drawing.Point(136, 261);
     this.txtClosestLine1.MaxLength = 255;
     this.txtClosestLine1.Name = "txtClosestLine1";
     this.txtClosestLine1.Size = new System.Drawing.Size(184, 21);
     this.txtClosestLine1.TabIndex = 10;
     //
     // label55
     //
     this.label55.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label55.Location = new System.Drawing.Point(16, 287);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(112, 17);
     this.label55.TabIndex = 196;
     this.label55.Text = "Minutes to Station";
     //
     // label56
     //
     this.label56.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label56.Location = new System.Drawing.Point(16, 263);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(112, 17);
     this.label56.TabIndex = 195;
     this.label56.Text = "Closest Line";
     //
     // txtClosestSt1
     //
     this.txtClosestSt1.Location = new System.Drawing.Point(136, 237);
     this.txtClosestSt1.MaxLength = 255;
     this.txtClosestSt1.Name = "txtClosestSt1";
     this.txtClosestSt1.Size = new System.Drawing.Size(184, 21);
     this.txtClosestSt1.TabIndex = 9;
     //
     // label57
     //
     this.label57.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label57.Location = new System.Drawing.Point(16, 239);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(112, 17);
     this.label57.TabIndex = 194;
     this.label57.Text = "Closest Station";
     //
     // label28
     //
     this.label28.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label28.Location = new System.Drawing.Point(208, 136);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(48, 27);
     this.label28.TabIndex = 187;
     this.label28.Text = "Postal\r\nCode";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label29
     //
     this.label29.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label29.Location = new System.Drawing.Point(16, 192);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(112, 17);
     this.label29.TabIndex = 186;
     this.label29.Text = "Block";
     //
     // cmbBlock
     //
     this.cmbBlock.Items.AddRange(new object[] {
     "A",
     "B",
     "C",
     "D",
     "E",
     "F",
     "G",
     "H"});
     this.cmbBlock.Location = new System.Drawing.Point(136, 190);
     this.cmbBlock.Name = "cmbBlock";
     this.cmbBlock.Size = new System.Drawing.Size(64, 21);
     this.cmbBlock.TabIndex = 8;
     //
     // txtCountry
     //
     this.txtCountry.Location = new System.Drawing.Point(136, 166);
     this.txtCountry.MaxLength = 255;
     this.txtCountry.Name = "txtCountry";
     this.txtCountry.Size = new System.Drawing.Size(184, 21);
     this.txtCountry.TabIndex = 7;
     //
     // label27
     //
     this.label27.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label27.Location = new System.Drawing.Point(16, 168);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(112, 17);
     this.label27.TabIndex = 185;
     this.label27.Text = "Country";
     //
     // txtPost
     //
     this.txtPost.Location = new System.Drawing.Point(264, 139);
     this.txtPost.MaxLength = 255;
     this.txtPost.Name = "txtPost";
     this.txtPost.Size = new System.Drawing.Size(56, 21);
     this.txtPost.TabIndex = 6;
     //
     // txtState
     //
     this.txtState.Location = new System.Drawing.Point(136, 139);
     this.txtState.MaxLength = 255;
     this.txtState.Name = "txtState";
     this.txtState.Size = new System.Drawing.Size(64, 21);
     this.txtState.TabIndex = 5;
     //
     // label26
     //
     this.label26.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label26.Location = new System.Drawing.Point(16, 141);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(112, 17);
     this.label26.TabIndex = 184;
     this.label26.Text = "State";
     //
     // txtCity
     //
     this.txtCity.Location = new System.Drawing.Point(136, 112);
     this.txtCity.MaxLength = 255;
     this.txtCity.Name = "txtCity";
     this.txtCity.Size = new System.Drawing.Size(184, 21);
     this.txtCity.TabIndex = 4;
     //
     // label25
     //
     this.label25.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label25.Location = new System.Drawing.Point(16, 114);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(112, 17);
     this.label25.TabIndex = 183;
     this.label25.Text = "City";
     //
     // txtStreet3
     //
     this.txtStreet3.Location = new System.Drawing.Point(136, 88);
     this.txtStreet3.MaxLength = 255;
     this.txtStreet3.Name = "txtStreet3";
     this.txtStreet3.Size = new System.Drawing.Size(184, 21);
     this.txtStreet3.TabIndex = 3;
     //
     // txtStreet2
     //
     this.txtStreet2.Location = new System.Drawing.Point(136, 64);
     this.txtStreet2.MaxLength = 255;
     this.txtStreet2.Name = "txtStreet2";
     this.txtStreet2.Size = new System.Drawing.Size(184, 21);
     this.txtStreet2.TabIndex = 2;
     //
     // txtStreet1
     //
     this.txtStreet1.Location = new System.Drawing.Point(136, 40);
     this.txtStreet1.MaxLength = 255;
     this.txtStreet1.Name = "txtStreet1";
     this.txtStreet1.Size = new System.Drawing.Size(184, 21);
     this.txtStreet1.TabIndex = 1;
     //
     // label24
     //
     this.label24.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label24.Location = new System.Drawing.Point(16, 42);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(112, 17);
     this.label24.TabIndex = 182;
     this.label24.Text = "Street";
     //
     // lblAddressHeader
     //
     this.lblAddressHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblAddressHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAddressHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblAddressHeader.Location = new System.Drawing.Point(16, 15);
     this.lblAddressHeader.Name = "lblAddressHeader";
     this.lblAddressHeader.Size = new System.Drawing.Size(49, 17);
     this.lblAddressHeader.TabIndex = 181;
     this.lblAddressHeader.Text = "Address";
     //
     // groupBox8
     //
     this.groupBox8.Location = new System.Drawing.Point(80, 22);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(240, 3);
     this.groupBox8.TabIndex = 180;
     this.groupBox8.TabStop = false;
     //
     // btnDelete
     //
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDelete.Location = new System.Drawing.Point(563, 470);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 3;
     this.btnDelete.Text = "Delete";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnPageSetup
     //
     this.btnPageSetup.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPageSetup.Location = new System.Drawing.Point(112, 470);
     this.btnPageSetup.Name = "btnPageSetup";
     this.btnPageSetup.Size = new System.Drawing.Size(75, 23);
     this.btnPageSetup.TabIndex = 20;
     this.btnPageSetup.Text = "Page Setup";
     this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
     //
     // btnPrint
     //
     this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPrint.Location = new System.Drawing.Point(24, 470);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(75, 23);
     this.btnPrint.TabIndex = 19;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // frmUserDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(650, 504);
     this.Controls.Add(this.btnPageSetup);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.tbcUser);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmUserDlg";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Adding User...";
     this.Load += new System.EventHandler(this.frmUserDlg_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmUserDlg_KeyDown);
     this.tbcUser.ResumeLayout(false);
     this.tbpLogin.ResumeLayout(false);
     this.pnlLogin.ResumeLayout(false);
     this.pnlLogin.PerformLayout();
     this.tbpPersonal.ResumeLayout(false);
     this.pnlPersonal.ResumeLayout(false);
     this.pnlPersonal.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.tbpContact.ResumeLayout(false);
     this.pnlContact.ResumeLayout(false);
     this.pnlContact.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 25
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(frmViewReport));
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.barToolbarsListItem1 = new DevExpress.XtraBars.BarToolbarsListItem();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printBarManager1 = new DevExpress.XtraPrinting.Preview.PrintBarManager();
     this.previewBar1 = new DevExpress.XtraPrinting.Preview.PreviewBar();
     this.printPreviewBarItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem5 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem6 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem7 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem8 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem9 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem10 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem11 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem12 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem13 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.zoomBarEditItem1 = new DevExpress.XtraPrinting.Preview.ZoomBarEditItem();
     this.printPreviewRepositoryItemComboBox1 = new DevExpress.XtraPrinting.Preview.PrintPreviewRepositoryItemComboBox();
     this.printPreviewBarItem14 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem15 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem16 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem17 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem18 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem19 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem20 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem21 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem22 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem23 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem24 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.previewBar2 = new DevExpress.XtraPrinting.Preview.PreviewBar();
     this.printPreviewStaticItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
     this.printPreviewStaticItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
     this.printPreviewStaticItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
     this.previewBar3 = new DevExpress.XtraPrinting.Preview.PreviewBar();
     this.printPreviewSubItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.printPreviewSubItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.printPreviewSubItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.printPreviewBarItem25 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem26 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.barToolbarsListItem2 = new DevExpress.XtraBars.BarToolbarsListItem();
     this.printPreviewSubItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
     this.printPreviewBarCheckItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem5 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem6 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem7 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem8 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem9 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem10 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem11 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem12 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem13 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem14 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem15 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printControl1 = new DevExpress.XtraPrinting.Control.PrintControl();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printBarManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printPreviewRepositoryItemComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // barToolbarsListItem1
     //
     this.barToolbarsListItem1.Caption = "Bars";
     this.barToolbarsListItem1.Id = 34;
     this.barToolbarsListItem1.Name = "barToolbarsListItem1";
     //
     // printBarManager1
     //
     this.printBarManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.previewBar1,
     this.previewBar2,
     this.previewBar3});
     this.printBarManager1.DockControls.Add(this.barDockControl1);
     this.printBarManager1.DockControls.Add(this.barDockControl2);
     this.printBarManager1.DockControls.Add(this.barDockControl3);
     this.printBarManager1.DockControls.Add(this.barDockControl4);
     this.printBarManager1.Form = this;
     this.printBarManager1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printBarManager1.ImageStream")));
     this.printBarManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.printPreviewStaticItem1,
     this.printPreviewStaticItem2,
     this.printPreviewStaticItem3,
     this.printPreviewBarItem1,
     this.printPreviewBarItem2,
     this.printPreviewBarItem3,
     this.printPreviewBarItem4,
     this.printPreviewBarItem5,
     this.printPreviewBarItem6,
     this.printPreviewBarItem7,
     this.printPreviewBarItem8,
     this.printPreviewBarItem9,
     this.printPreviewBarItem10,
     this.printPreviewBarItem11,
     this.printPreviewBarItem12,
     this.printPreviewBarItem13,
     this.zoomBarEditItem1,
     this.printPreviewBarItem14,
     this.printPreviewBarItem15,
     this.printPreviewBarItem16,
     this.printPreviewBarItem17,
     this.printPreviewBarItem18,
     this.printPreviewBarItem19,
     this.printPreviewBarItem20,
     this.printPreviewBarItem21,
     this.printPreviewBarItem22,
     this.printPreviewBarItem23,
     this.printPreviewBarItem24,
     this.printPreviewSubItem1,
     this.printPreviewSubItem2,
     this.printPreviewSubItem3,
     this.printPreviewSubItem4,
     this.printPreviewBarItem25,
     this.printPreviewBarItem26,
     this.barToolbarsListItem2,
     this.printPreviewBarCheckItem1,
     this.printPreviewBarCheckItem2,
     this.printPreviewBarCheckItem3,
     this.printPreviewBarCheckItem4,
     this.printPreviewBarCheckItem5,
     this.printPreviewBarCheckItem6,
     this.printPreviewBarCheckItem7,
     this.printPreviewBarCheckItem8,
     this.printPreviewBarCheckItem9,
     this.printPreviewBarCheckItem10,
     this.printPreviewBarCheckItem11,
     this.printPreviewBarCheckItem12,
     this.printPreviewBarCheckItem13,
     this.printPreviewBarCheckItem14,
     this.printPreviewBarCheckItem15});
     this.printBarManager1.MainMenu = this.previewBar3;
     this.printBarManager1.MaxItemId = 50;
     this.printBarManager1.PreviewBar = this.previewBar1;
     this.printBarManager1.PrintControl = this.printControl1;
     this.printBarManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.printPreviewRepositoryItemComboBox1});
     this.printBarManager1.StatusBar = this.previewBar2;
     //
     // previewBar1
     //
     this.previewBar1.BarName = "Toolbar";
     this.previewBar1.DockCol = 0;
     this.previewBar1.DockRow = 1;
     this.previewBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.previewBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem6, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem9),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem11, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem13, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.zoomBarEditItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem14),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem15, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem16),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem17),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem18),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem19, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem21),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem23),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem24, true)});
     this.previewBar1.Text = "Toolbar";
     //
     // printPreviewBarItem1
     //
     this.printPreviewBarItem1.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem1.Caption = "Document Map";
     this.printPreviewBarItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.DocumentMap;
     this.printPreviewBarItem1.Enabled = false;
     this.printPreviewBarItem1.Hint = "Document Map";
     this.printPreviewBarItem1.Id = 3;
     this.printPreviewBarItem1.ImageIndex = 19;
     this.printPreviewBarItem1.Name = "printPreviewBarItem1";
     this.printPreviewBarItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // printPreviewBarItem2
     //
     this.printPreviewBarItem2.Caption = "Search";
     this.printPreviewBarItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Find;
     this.printPreviewBarItem2.Enabled = false;
     this.printPreviewBarItem2.Hint = "Search";
     this.printPreviewBarItem2.Id = 4;
     this.printPreviewBarItem2.ImageIndex = 20;
     this.printPreviewBarItem2.Name = "printPreviewBarItem2";
     //
     // printPreviewBarItem3
     //
     this.printPreviewBarItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem3.Caption = "Customize";
     this.printPreviewBarItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Customize;
     this.printPreviewBarItem3.Enabled = false;
     this.printPreviewBarItem3.Hint = "Customize";
     this.printPreviewBarItem3.Id = 5;
     this.printPreviewBarItem3.ImageIndex = 14;
     this.printPreviewBarItem3.Name = "printPreviewBarItem3";
     //
     // printPreviewBarItem4
     //
     this.printPreviewBarItem4.Caption = "Open";
     this.printPreviewBarItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Open;
     this.printPreviewBarItem4.Hint = "Open a document";
     this.printPreviewBarItem4.Id = 6;
     this.printPreviewBarItem4.ImageIndex = 22;
     this.printPreviewBarItem4.Name = "printPreviewBarItem4";
     //
     // printPreviewBarItem5
     //
     this.printPreviewBarItem5.Caption = "Save";
     this.printPreviewBarItem5.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Save;
     this.printPreviewBarItem5.Enabled = false;
     this.printPreviewBarItem5.Hint = "Save the document";
     this.printPreviewBarItem5.Id = 7;
     this.printPreviewBarItem5.ImageIndex = 23;
     this.printPreviewBarItem5.Name = "printPreviewBarItem5";
     //
     // printPreviewBarItem6
     //
     this.printPreviewBarItem6.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem6.Caption = "&Print...";
     this.printPreviewBarItem6.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Print;
     this.printPreviewBarItem6.Enabled = false;
     this.printPreviewBarItem6.Hint = "Print";
     this.printPreviewBarItem6.Id = 8;
     this.printPreviewBarItem6.ImageIndex = 0;
     this.printPreviewBarItem6.Name = "printPreviewBarItem6";
     //
     // printPreviewBarItem7
     //
     this.printPreviewBarItem7.Caption = "P&rint";
     this.printPreviewBarItem7.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PrintDirect;
     this.printPreviewBarItem7.Enabled = false;
     this.printPreviewBarItem7.Hint = "Quick Print";
     this.printPreviewBarItem7.Id = 9;
     this.printPreviewBarItem7.ImageIndex = 1;
     this.printPreviewBarItem7.Name = "printPreviewBarItem7";
     this.printPreviewBarItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.printPreviewBarItem7_ItemClick);
     //
     // printPreviewBarItem8
     //
     this.printPreviewBarItem8.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem8.Caption = "Page Set&up...";
     this.printPreviewBarItem8.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageSetup;
     this.printPreviewBarItem8.Enabled = false;
     this.printPreviewBarItem8.Hint = "Page Setup";
     this.printPreviewBarItem8.Id = 10;
     this.printPreviewBarItem8.ImageIndex = 2;
     this.printPreviewBarItem8.Name = "printPreviewBarItem8";
     //
     // printPreviewBarItem9
     //
     this.printPreviewBarItem9.Caption = "Header And Footer";
     this.printPreviewBarItem9.Command = DevExpress.XtraPrinting.PrintingSystemCommand.EditPageHF;
     this.printPreviewBarItem9.Enabled = false;
     this.printPreviewBarItem9.Hint = "Header And Footer";
     this.printPreviewBarItem9.Id = 11;
     this.printPreviewBarItem9.ImageIndex = 15;
     this.printPreviewBarItem9.Name = "printPreviewBarItem9";
     //
     // printPreviewBarItem10
     //
     this.printPreviewBarItem10.ActAsDropDown = true;
     this.printPreviewBarItem10.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem10.Caption = "Scale";
     this.printPreviewBarItem10.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Scale;
     this.printPreviewBarItem10.Enabled = false;
     this.printPreviewBarItem10.Hint = "Scale";
     this.printPreviewBarItem10.Id = 12;
     this.printPreviewBarItem10.ImageIndex = 24;
     this.printPreviewBarItem10.Name = "printPreviewBarItem10";
     //
     // printPreviewBarItem11
     //
     this.printPreviewBarItem11.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem11.Caption = "Hand Tool";
     this.printPreviewBarItem11.Command = DevExpress.XtraPrinting.PrintingSystemCommand.HandTool;
     this.printPreviewBarItem11.Enabled = false;
     this.printPreviewBarItem11.Hint = "Hand Tool";
     this.printPreviewBarItem11.Id = 13;
     this.printPreviewBarItem11.ImageIndex = 16;
     this.printPreviewBarItem11.Name = "printPreviewBarItem11";
     //
     // printPreviewBarItem12
     //
     this.printPreviewBarItem12.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem12.Caption = "Magnifier";
     this.printPreviewBarItem12.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Magnifier;
     this.printPreviewBarItem12.Enabled = false;
     this.printPreviewBarItem12.Hint = "Magnifier";
     this.printPreviewBarItem12.Id = 14;
     this.printPreviewBarItem12.ImageIndex = 3;
     this.printPreviewBarItem12.Name = "printPreviewBarItem12";
     //
     // printPreviewBarItem13
     //
     this.printPreviewBarItem13.Caption = "Zoom Out";
     this.printPreviewBarItem13.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomOut;
     this.printPreviewBarItem13.Enabled = false;
     this.printPreviewBarItem13.Hint = "Zoom Out";
     this.printPreviewBarItem13.Id = 15;
     this.printPreviewBarItem13.ImageIndex = 5;
     this.printPreviewBarItem13.Name = "printPreviewBarItem13";
     //
     // zoomBarEditItem1
     //
     this.zoomBarEditItem1.Caption = "Zoom";
     this.zoomBarEditItem1.Edit = this.printPreviewRepositoryItemComboBox1;
     this.zoomBarEditItem1.EditValue = "100%";
     this.zoomBarEditItem1.Enabled = false;
     this.zoomBarEditItem1.Hint = "Zoom";
     this.zoomBarEditItem1.Id = 16;
     this.zoomBarEditItem1.Name = "zoomBarEditItem1";
     this.zoomBarEditItem1.Width = 70;
     //
     // printPreviewRepositoryItemComboBox1
     //
     this.printPreviewRepositoryItemComboBox1.AutoComplete = false;
     this.printPreviewRepositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.printPreviewRepositoryItemComboBox1.DropDownRows = 11;
     this.printPreviewRepositoryItemComboBox1.Name = "printPreviewRepositoryItemComboBox1";
     //
     // printPreviewBarItem14
     //
     this.printPreviewBarItem14.Caption = "Zoom In";
     this.printPreviewBarItem14.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomIn;
     this.printPreviewBarItem14.Enabled = false;
     this.printPreviewBarItem14.Hint = "Zoom In";
     this.printPreviewBarItem14.Id = 17;
     this.printPreviewBarItem14.ImageIndex = 4;
     this.printPreviewBarItem14.Name = "printPreviewBarItem14";
     //
     // printPreviewBarItem15
     //
     this.printPreviewBarItem15.Caption = "First Page";
     this.printPreviewBarItem15.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowFirstPage;
     this.printPreviewBarItem15.Enabled = false;
     this.printPreviewBarItem15.Hint = "First Page";
     this.printPreviewBarItem15.Id = 18;
     this.printPreviewBarItem15.ImageIndex = 7;
     this.printPreviewBarItem15.Name = "printPreviewBarItem15";
     //
     // printPreviewBarItem16
     //
     this.printPreviewBarItem16.Caption = "Previous Page";
     this.printPreviewBarItem16.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowPrevPage;
     this.printPreviewBarItem16.Enabled = false;
     this.printPreviewBarItem16.Hint = "Previous Page";
     this.printPreviewBarItem16.Id = 19;
     this.printPreviewBarItem16.ImageIndex = 8;
     this.printPreviewBarItem16.Name = "printPreviewBarItem16";
     //
     // printPreviewBarItem17
     //
     this.printPreviewBarItem17.Caption = "Next Page";
     this.printPreviewBarItem17.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowNextPage;
     this.printPreviewBarItem17.Enabled = false;
     this.printPreviewBarItem17.Hint = "Next Page";
     this.printPreviewBarItem17.Id = 20;
     this.printPreviewBarItem17.ImageIndex = 9;
     this.printPreviewBarItem17.Name = "printPreviewBarItem17";
     //
     // printPreviewBarItem18
     //
     this.printPreviewBarItem18.Caption = "Last Page";
     this.printPreviewBarItem18.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowLastPage;
     this.printPreviewBarItem18.Enabled = false;
     this.printPreviewBarItem18.Hint = "Last Page";
     this.printPreviewBarItem18.Id = 21;
     this.printPreviewBarItem18.ImageIndex = 10;
     this.printPreviewBarItem18.Name = "printPreviewBarItem18";
     //
     // printPreviewBarItem19
     //
     this.printPreviewBarItem19.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem19.Caption = "Multiple Pages";
     this.printPreviewBarItem19.Command = DevExpress.XtraPrinting.PrintingSystemCommand.MultiplePages;
     this.printPreviewBarItem19.Enabled = false;
     this.printPreviewBarItem19.Hint = "Multiple Pages";
     this.printPreviewBarItem19.Id = 22;
     this.printPreviewBarItem19.ImageIndex = 11;
     this.printPreviewBarItem19.Name = "printPreviewBarItem19";
     //
     // printPreviewBarItem20
     //
     this.printPreviewBarItem20.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem20.Caption = "&Color...";
     this.printPreviewBarItem20.Command = DevExpress.XtraPrinting.PrintingSystemCommand.FillBackground;
     this.printPreviewBarItem20.Enabled = false;
     this.printPreviewBarItem20.Hint = "Background";
     this.printPreviewBarItem20.Id = 23;
     this.printPreviewBarItem20.ImageIndex = 12;
     this.printPreviewBarItem20.Name = "printPreviewBarItem20";
     //
     // printPreviewBarItem21
     //
     this.printPreviewBarItem21.Caption = "&Watermark...";
     this.printPreviewBarItem21.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Watermark;
     this.printPreviewBarItem21.Enabled = false;
     this.printPreviewBarItem21.Hint = "Watermark";
     this.printPreviewBarItem21.Id = 24;
     this.printPreviewBarItem21.ImageIndex = 21;
     this.printPreviewBarItem21.Name = "printPreviewBarItem21";
     //
     // printPreviewBarItem22
     //
     this.printPreviewBarItem22.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem22.Caption = "Export Document...";
     this.printPreviewBarItem22.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportFile;
     this.printPreviewBarItem22.Hint = "Export Document...";
     this.printPreviewBarItem22.Id = 25;
     this.printPreviewBarItem22.ImageIndex = 18;
     this.printPreviewBarItem22.Name = "printPreviewBarItem22";
     //
     // printPreviewBarItem23
     //
     this.printPreviewBarItem23.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem23.Caption = "Send via E-Mail...";
     this.printPreviewBarItem23.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendFile;
     this.printPreviewBarItem23.Hint = "Send via E-Mail...";
     this.printPreviewBarItem23.Id = 26;
     this.printPreviewBarItem23.ImageIndex = 17;
     this.printPreviewBarItem23.Name = "printPreviewBarItem23";
     //
     // printPreviewBarItem24
     //
     this.printPreviewBarItem24.Caption = "E&xit";
     this.printPreviewBarItem24.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ClosePreview;
     this.printPreviewBarItem24.Hint = "Close Preview";
     this.printPreviewBarItem24.Id = 27;
     this.printPreviewBarItem24.ImageIndex = 13;
     this.printPreviewBarItem24.Name = "printPreviewBarItem24";
     //
     // previewBar2
     //
     this.previewBar2.BarName = "Status Bar";
     this.previewBar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.previewBar2.DockCol = 0;
     this.previewBar2.DockRow = 0;
     this.previewBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.previewBar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewStaticItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewStaticItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewStaticItem3)});
     this.previewBar2.OptionsBar.AllowQuickCustomization = false;
     this.previewBar2.OptionsBar.DrawDragBorder = false;
     this.previewBar2.OptionsBar.UseWholeRow = true;
     this.previewBar2.Text = "Status Bar";
     //
     // printPreviewStaticItem1
     //
     this.printPreviewStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.printPreviewStaticItem1.Caption = "Current Page: none";
     this.printPreviewStaticItem1.Id = 0;
     this.printPreviewStaticItem1.LeftIndent = 1;
     this.printPreviewStaticItem1.Name = "printPreviewStaticItem1";
     this.printPreviewStaticItem1.RightIndent = 1;
     this.printPreviewStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.printPreviewStaticItem1.Type = "CurrentPageNo";
     this.printPreviewStaticItem1.Width = 200;
     //
     // printPreviewStaticItem2
     //
     this.printPreviewStaticItem2.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.printPreviewStaticItem2.Caption = "Total Pages: 0";
     this.printPreviewStaticItem2.Id = 1;
     this.printPreviewStaticItem2.LeftIndent = 1;
     this.printPreviewStaticItem2.Name = "printPreviewStaticItem2";
     this.printPreviewStaticItem2.RightIndent = 1;
     this.printPreviewStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     this.printPreviewStaticItem2.Type = "TotalPageNo";
     this.printPreviewStaticItem2.Width = 200;
     //
     // printPreviewStaticItem3
     //
     this.printPreviewStaticItem3.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.printPreviewStaticItem3.Caption = "Zoom Factor: 100%";
     this.printPreviewStaticItem3.Id = 2;
     this.printPreviewStaticItem3.LeftIndent = 1;
     this.printPreviewStaticItem3.Name = "printPreviewStaticItem3";
     this.printPreviewStaticItem3.RightIndent = 1;
     this.printPreviewStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
     this.printPreviewStaticItem3.Type = "ZoomFactor";
     this.printPreviewStaticItem3.Width = 200;
     //
     // previewBar3
     //
     this.previewBar3.BarName = "Main Menu";
     this.previewBar3.DockCol = 0;
     this.previewBar3.DockRow = 0;
     this.previewBar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.previewBar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewSubItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewSubItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewSubItem3)});
     this.previewBar3.OptionsBar.MultiLine = true;
     this.previewBar3.OptionsBar.UseWholeRow = true;
     this.previewBar3.Text = "Main Menu";
     //
     // printPreviewSubItem1
     //
     this.printPreviewSubItem1.Caption = "&File";
     this.printPreviewSubItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.File;
     this.printPreviewSubItem1.Id = 28;
     this.printPreviewSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem6),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem23),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem24, true)});
     this.printPreviewSubItem1.Name = "printPreviewSubItem1";
     //
     // printPreviewSubItem2
     //
     this.printPreviewSubItem2.Caption = "&View";
     this.printPreviewSubItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.View;
     this.printPreviewSubItem2.Id = 29;
     this.printPreviewSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewSubItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barToolbarsListItem2, true)});
     this.printPreviewSubItem2.Name = "printPreviewSubItem2";
     //
     // printPreviewSubItem4
     //
     this.printPreviewSubItem4.Caption = "&Page Layout";
     this.printPreviewSubItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayout;
     this.printPreviewSubItem4.Id = 31;
     this.printPreviewSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem25),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem26)});
     this.printPreviewSubItem4.Name = "printPreviewSubItem4";
     //
     // printPreviewBarItem25
     //
     this.printPreviewBarItem25.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem25.Caption = "&Facing";
     this.printPreviewBarItem25.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutFacing;
     this.printPreviewBarItem25.Enabled = false;
     this.printPreviewBarItem25.GroupIndex = 100;
     this.printPreviewBarItem25.Id = 32;
     this.printPreviewBarItem25.Name = "printPreviewBarItem25";
     //
     // printPreviewBarItem26
     //
     this.printPreviewBarItem26.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem26.Caption = "&Continuous";
     this.printPreviewBarItem26.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutContinuous;
     this.printPreviewBarItem26.Enabled = false;
     this.printPreviewBarItem26.GroupIndex = 100;
     this.printPreviewBarItem26.Id = 33;
     this.printPreviewBarItem26.Name = "printPreviewBarItem26";
     //
     // barToolbarsListItem2
     //
     this.barToolbarsListItem2.Caption = "Bars";
     this.barToolbarsListItem2.Id = 34;
     this.barToolbarsListItem2.Name = "barToolbarsListItem2";
     //
     // printPreviewSubItem3
     //
     this.printPreviewSubItem3.Caption = "&Background";
     this.printPreviewSubItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Background;
     this.printPreviewSubItem3.Id = 30;
     this.printPreviewSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem21)});
     this.printPreviewSubItem3.Name = "printPreviewSubItem3";
     //
     // printPreviewBarCheckItem1
     //
     this.printPreviewBarCheckItem1.Caption = "PDF File";
     this.printPreviewBarCheckItem1.Checked = true;
     this.printPreviewBarCheckItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportPdf;
     this.printPreviewBarCheckItem1.Enabled = false;
     this.printPreviewBarCheckItem1.GroupIndex = 2;
     this.printPreviewBarCheckItem1.Hint = "PDF File";
     this.printPreviewBarCheckItem1.Id = 35;
     this.printPreviewBarCheckItem1.Name = "printPreviewBarCheckItem1";
     //
     // printPreviewBarCheckItem2
     //
     this.printPreviewBarCheckItem2.Caption = "HTML File";
     this.printPreviewBarCheckItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportHtm;
     this.printPreviewBarCheckItem2.Enabled = false;
     this.printPreviewBarCheckItem2.GroupIndex = 2;
     this.printPreviewBarCheckItem2.Hint = "HTML File";
     this.printPreviewBarCheckItem2.Id = 36;
     this.printPreviewBarCheckItem2.Name = "printPreviewBarCheckItem2";
     //
     // printPreviewBarCheckItem3
     //
     this.printPreviewBarCheckItem3.Caption = "MHT File";
     this.printPreviewBarCheckItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportMht;
     this.printPreviewBarCheckItem3.Enabled = false;
     this.printPreviewBarCheckItem3.GroupIndex = 2;
     this.printPreviewBarCheckItem3.Hint = "MHT File";
     this.printPreviewBarCheckItem3.Id = 37;
     this.printPreviewBarCheckItem3.Name = "printPreviewBarCheckItem3";
     //
     // printPreviewBarCheckItem4
     //
     this.printPreviewBarCheckItem4.Caption = "RTF File";
     this.printPreviewBarCheckItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportRtf;
     this.printPreviewBarCheckItem4.Enabled = false;
     this.printPreviewBarCheckItem4.GroupIndex = 2;
     this.printPreviewBarCheckItem4.Hint = "RTF File";
     this.printPreviewBarCheckItem4.Id = 38;
     this.printPreviewBarCheckItem4.Name = "printPreviewBarCheckItem4";
     //
     // printPreviewBarCheckItem5
     //
     this.printPreviewBarCheckItem5.Caption = "Excel File";
     this.printPreviewBarCheckItem5.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXls;
     this.printPreviewBarCheckItem5.Enabled = false;
     this.printPreviewBarCheckItem5.GroupIndex = 2;
     this.printPreviewBarCheckItem5.Hint = "Excel File";
     this.printPreviewBarCheckItem5.Id = 39;
     this.printPreviewBarCheckItem5.Name = "printPreviewBarCheckItem5";
     //
     // printPreviewBarCheckItem6
     //
     this.printPreviewBarCheckItem6.Caption = "CSV File";
     this.printPreviewBarCheckItem6.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportCsv;
     this.printPreviewBarCheckItem6.Enabled = false;
     this.printPreviewBarCheckItem6.GroupIndex = 2;
     this.printPreviewBarCheckItem6.Hint = "CSV File";
     this.printPreviewBarCheckItem6.Id = 40;
     this.printPreviewBarCheckItem6.Name = "printPreviewBarCheckItem6";
     //
     // printPreviewBarCheckItem7
     //
     this.printPreviewBarCheckItem7.Caption = "Text File";
     this.printPreviewBarCheckItem7.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportTxt;
     this.printPreviewBarCheckItem7.Enabled = false;
     this.printPreviewBarCheckItem7.GroupIndex = 2;
     this.printPreviewBarCheckItem7.Hint = "Text File";
     this.printPreviewBarCheckItem7.Id = 41;
     this.printPreviewBarCheckItem7.Name = "printPreviewBarCheckItem7";
     //
     // printPreviewBarCheckItem8
     //
     this.printPreviewBarCheckItem8.Caption = "Image File";
     this.printPreviewBarCheckItem8.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportGraphic;
     this.printPreviewBarCheckItem8.Enabled = false;
     this.printPreviewBarCheckItem8.GroupIndex = 2;
     this.printPreviewBarCheckItem8.Hint = "Image File";
     this.printPreviewBarCheckItem8.Id = 42;
     this.printPreviewBarCheckItem8.Name = "printPreviewBarCheckItem8";
     //
     // printPreviewBarCheckItem9
     //
     this.printPreviewBarCheckItem9.Caption = "PDF File";
     this.printPreviewBarCheckItem9.Checked = true;
     this.printPreviewBarCheckItem9.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendPdf;
     this.printPreviewBarCheckItem9.Enabled = false;
     this.printPreviewBarCheckItem9.GroupIndex = 1;
     this.printPreviewBarCheckItem9.Hint = "PDF File";
     this.printPreviewBarCheckItem9.Id = 43;
     this.printPreviewBarCheckItem9.Name = "printPreviewBarCheckItem9";
     //
     // printPreviewBarCheckItem10
     //
     this.printPreviewBarCheckItem10.Caption = "MHT File";
     this.printPreviewBarCheckItem10.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendMht;
     this.printPreviewBarCheckItem10.Enabled = false;
     this.printPreviewBarCheckItem10.GroupIndex = 1;
     this.printPreviewBarCheckItem10.Hint = "MHT File";
     this.printPreviewBarCheckItem10.Id = 44;
     this.printPreviewBarCheckItem10.Name = "printPreviewBarCheckItem10";
     //
     // printPreviewBarCheckItem11
     //
     this.printPreviewBarCheckItem11.Caption = "RTF File";
     this.printPreviewBarCheckItem11.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendRtf;
     this.printPreviewBarCheckItem11.Enabled = false;
     this.printPreviewBarCheckItem11.GroupIndex = 1;
     this.printPreviewBarCheckItem11.Hint = "RTF File";
     this.printPreviewBarCheckItem11.Id = 45;
     this.printPreviewBarCheckItem11.Name = "printPreviewBarCheckItem11";
     //
     // printPreviewBarCheckItem12
     //
     this.printPreviewBarCheckItem12.Caption = "Excel File";
     this.printPreviewBarCheckItem12.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXls;
     this.printPreviewBarCheckItem12.Enabled = false;
     this.printPreviewBarCheckItem12.GroupIndex = 1;
     this.printPreviewBarCheckItem12.Hint = "Excel File";
     this.printPreviewBarCheckItem12.Id = 46;
     this.printPreviewBarCheckItem12.Name = "printPreviewBarCheckItem12";
     //
     // printPreviewBarCheckItem13
     //
     this.printPreviewBarCheckItem13.Caption = "CSV File";
     this.printPreviewBarCheckItem13.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendCsv;
     this.printPreviewBarCheckItem13.Enabled = false;
     this.printPreviewBarCheckItem13.GroupIndex = 1;
     this.printPreviewBarCheckItem13.Hint = "CSV File";
     this.printPreviewBarCheckItem13.Id = 47;
     this.printPreviewBarCheckItem13.Name = "printPreviewBarCheckItem13";
     //
     // printPreviewBarCheckItem14
     //
     this.printPreviewBarCheckItem14.Caption = "Text File";
     this.printPreviewBarCheckItem14.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendTxt;
     this.printPreviewBarCheckItem14.Enabled = false;
     this.printPreviewBarCheckItem14.GroupIndex = 1;
     this.printPreviewBarCheckItem14.Hint = "Text File";
     this.printPreviewBarCheckItem14.Id = 48;
     this.printPreviewBarCheckItem14.Name = "printPreviewBarCheckItem14";
     //
     // printPreviewBarCheckItem15
     //
     this.printPreviewBarCheckItem15.Caption = "Image File";
     this.printPreviewBarCheckItem15.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendGraphic;
     this.printPreviewBarCheckItem15.Enabled = false;
     this.printPreviewBarCheckItem15.GroupIndex = 1;
     this.printPreviewBarCheckItem15.Hint = "Image File";
     this.printPreviewBarCheckItem15.Id = 49;
     this.printPreviewBarCheckItem15.Name = "printPreviewBarCheckItem15";
     //
     // printControl1
     //
     this.printControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.printControl1.IsMetric = false;
     this.printControl1.Location = new System.Drawing.Point(0, 51);
     this.printControl1.Name = "printControl1";
     this.printControl1.PrintingSystem = this.printingSystem1;
     this.printControl1.Size = new System.Drawing.Size(849, 590);
     this.printControl1.TabIndex = 12;
     this.printControl1.Load += new System.EventHandler(this.printControl1_Load);
     //
     // frmViewReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(849, 666);
     this.Controls.Add(this.printControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlTop);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.Name = "frmViewReport";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "frmViewReport";
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printBarManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printPreviewRepositoryItemComboBox1)).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();
     DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
     DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
     DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralExpiryChart));
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.dtFrom = new CalendarLib.DateTimePickerEx();
     this.dtTo = new CalendarLib.DateTimePickerEx();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.chartPie = new DevExpress.XtraCharts.ChartControl();
     this.cboStores = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lkCategory = new DevExpress.XtraEditors.LookUpEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.lstExpStatus = new PrintableListView.PrintableListView();
     this.StockCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.cboYear = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // dtFrom
     //
     this.dtFrom.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 7F);
     this.dtFrom.DayOfWeekCharacters = 2;
     this.dtFrom.Location = new System.Drawing.Point(279, 14);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.PopUpFontSize = 11F;
     this.dtFrom.Size = new System.Drawing.Size(98, 20);
     this.dtFrom.TabIndex = 28;
     this.dtFrom.Visible = false;
     //
     // dtTo
     //
     this.dtTo.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 5F);
     this.dtTo.DayOfWeekCharacters = 2;
     this.dtTo.Location = new System.Drawing.Point(223, 49);
     this.dtTo.Name = "dtTo";
     this.dtTo.PopUpFontSize = 11F;
     this.dtTo.Size = new System.Drawing.Size(80, 20);
     this.dtTo.TabIndex = 29;
     this.dtTo.Visible = false;
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // chartPie
     //
     this.chartPie.AppearanceNameSerializable = "Pastel Kit";
     this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1";
     this.chartPie.Diagram = simpleDiagram3D1;
     this.chartPie.EmptyChartText.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartPie.EmptyChartText.Text = "Data is not available for the selected Store and Year. ";
     this.chartPie.EmptyChartText.TextColor = System.Drawing.Color.Black;
     this.chartPie.Location = new System.Drawing.Point(12, 38);
     this.chartPie.Name = "chartPie";
     this.chartPie.PaletteName = "Palette 2";
     this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10))))), System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(169)))), ((int)(((byte)(10)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(33)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217))))), System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(186)))), ((int)(((byte)(217)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(199)))), ((int)(((byte)(70))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(238)))), ((int)(((byte)(82)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     this.chartPie.PaletteRepository.Add("Palette 3", new DevExpress.XtraCharts.Palette("Palette 3", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219))))), System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(203)))), ((int)(((byte)(219)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(94)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     pie3DSeriesLabel1.LineVisible = true;
     piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pie3DSeriesLabel1.PointOptions = piePointOptions1;
     series1.Label = pie3DSeriesLabel1;
     series1.Name = "Series 1";
     series1.View = pie3DSeriesView1;
     this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     pie3DSeriesLabel2.LineVisible = true;
     this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2;
     this.chartPie.SeriesTemplate.View = pie3DSeriesView2;
     this.chartPie.Size = new System.Drawing.Size(1037, 530);
     this.chartPie.TabIndex = 20;
     //
     // cboStores
     //
     this.cboStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.Location = new System.Drawing.Point(803, 12);
     this.cboStores.Name = "cboStores";
     this.cboStores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
     this.cboStores.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreName", "Name")});
     this.cboStores.Properties.DisplayMember = "StoreName";
     this.cboStores.Properties.NullText = "";
     this.cboStores.Properties.ValueMember = "ID";
     this.cboStores.Size = new System.Drawing.Size(190, 20);
     this.cboStores.StyleController = this.layoutControl1;
     this.cboStores.TabIndex = 21;
     this.cboStores.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.cboYear);
     this.layoutControl1.Controls.Add(this.lkCategory);
     this.layoutControl1.Controls.Add(this.label1);
     this.layoutControl1.Controls.Add(this.chartPie);
     this.layoutControl1.Controls.Add(this.btnPrint);
     this.layoutControl1.Controls.Add(this.dtDate);
     this.layoutControl1.Controls.Add(this.cboStores);
     this.layoutControl1.Controls.Add(this.dtFrom);
     this.layoutControl1.Controls.Add(this.dtTo);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2});
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(50, 194, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1061, 580);
     this.layoutControl1.TabIndex = 28;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lkCategory
     //
     this.lkCategory.Location = new System.Drawing.Point(606, 12);
     this.lkCategory.Name = "lkCategory";
     this.lkCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkCategory.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkCategory.Properties.DisplayMember = "Name";
     this.lkCategory.Properties.NullText = "";
     this.lkCategory.Properties.ValueMember = "ID";
     this.lkCategory.Size = new System.Drawing.Size(193, 20);
     this.lkCategory.StyleController = this.layoutControl1;
     this.lkCategory.TabIndex = 26;
     this.lkCategory.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged_1);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(353, 22);
     this.label1.TabIndex = 25;
     this.label1.Text = "General Expiry For Current Year";
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Image = global::PharmInventory.Properties.Resources.printer;
     this.btnPrint.Location = new System.Drawing.Point(997, 12);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(52, 22);
     this.btnPrint.StyleController = this.layoutControl1;
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 11.75F);
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 1;
     this.dtDate.Location = new System.Drawing.Point(561, 12);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(186, 22);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.dtDate;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(549, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(190, 26);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.emptySpaceItem1,
     this.layoutControlItem5,
     this.layoutControlItem6,
     this.layoutControlItem8});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1061, 580);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.chartPie;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1041, 534);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.cboStores;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(791, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(194, 26);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnPrint;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(985, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(56, 26);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(357, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(118, 26);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.label1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(357, 26);
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.lkCategory;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(594, 0);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(197, 26);
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // printDoc
     //
     this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lstExpStatus);
     this.groupBox3.Location = new System.Drawing.Point(507, 446);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(529, 111);
     this.groupBox3.TabIndex = 27;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Stock Expiry Status";
     //
     // lstExpStatus
     //
     this.lstExpStatus.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.lstExpStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.StockCode,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader1});
     this.lstExpStatus.FitToPage = false;
     this.lstExpStatus.GridLines = true;
     this.lstExpStatus.Location = new System.Drawing.Point(6, 20);
     this.lstExpStatus.Name = "lstExpStatus";
     this.lstExpStatus.Size = new System.Drawing.Size(510, 85);
     this.lstExpStatus.TabIndex = 14;
     this.lstExpStatus.Title = "";
     this.lstExpStatus.UseCompatibleStateImageBehavior = false;
     this.lstExpStatus.View = System.Windows.Forms.View.Details;
     //
     // StockCode
     //
     this.StockCode.Text = "Stock Status";
     this.StockCode.Width = 121;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Percentage ";
     this.columnHeader3.Width = 101;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Quantity";
     this.columnHeader4.Width = 102;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Price";
     this.columnHeader1.Width = 100;
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.chartPie;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 100, 100);
     this.printableComponentLink1.MinMargins = new System.Drawing.Printing.Margins(5, 5, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(new DevExpress.XtraPrinting.PageHeaderArea(new string[] {
         "",
         "Expiry Status Chart",
         ""}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near), new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Page # of Pages #]",
         "",
         "[Date Printed]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.CustomizationFormText = " From : ";
     this.layoutControlItem13.Location = new System.Drawing.Point(884, 24);
     this.layoutControlItem13.Name = "layoutControlItem13";
     this.layoutControlItem13.Size = new System.Drawing.Size(206, 24);
     this.layoutControlItem13.Text = " From : ";
     this.layoutControlItem13.TextSize = new System.Drawing.Size(52, 13);
     this.layoutControlItem13.TextToControlDistance = 5;
     this.layoutControlItem13.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.CustomizationFormText = " From : ";
     this.layoutControlItem7.Location = new System.Drawing.Point(884, 24);
     this.layoutControlItem7.Name = "layoutControlItem13";
     this.layoutControlItem7.Size = new System.Drawing.Size(206, 24);
     this.layoutControlItem7.Text = " From : ";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(52, 13);
     this.layoutControlItem7.TextToControlDistance = 5;
     this.layoutControlItem7.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // cboYear
     //
     this.cboYear.Location = new System.Drawing.Point(487, 12);
     this.cboYear.Name = "cboYear";
     this.cboYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("year", "Year")});
     this.cboYear.Properties.DisplayMember = "year";
     this.cboYear.Properties.NullText = "";
     this.cboYear.Properties.ValueMember = "year";
     this.cboYear.Size = new System.Drawing.Size(115, 20);
     this.cboYear.StyleController = this.layoutControl1;
     this.cboYear.TabIndex = 26;
     this.cboYear.EditValueChanged += new System.EventHandler(this.cboYear_EditValueChanged);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.cboYear;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
     this.layoutControlItem8.Location = new System.Drawing.Point(475, 0);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(119, 26);
     this.layoutControlItem8.Text = "layoutControlItem8";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextToControlDistance = 0;
     this.layoutControlItem8.TextVisible = false;
     //
     // GeneralExpiryChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253)))));
     this.ClientSize = new System.Drawing.Size(1061, 580);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.groupBox3);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "GeneralExpiryChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).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(ManageRequisitionForm));
     this.boxSizedList = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lblIssueType = new DevExpress.XtraEditors.LabelControl();
     this.lblNoOfReq = new DevExpress.XtraEditors.LabelControl();
     this.lblLastVisit = new DevExpress.XtraEditors.LabelControl();
     this.lblStatus = new DevExpress.XtraEditors.LabelControl();
     this.lblRequestedDate = new DevExpress.XtraEditors.LabelControl();
     this.lblRequestedBy = new DevExpress.XtraEditors.LabelControl();
     this.lblRegion = new DevExpress.XtraEditors.LabelControl();
     this.lblOwnership = new DevExpress.XtraEditors.LabelControl();
     this.lblZone = new DevExpress.XtraEditors.LabelControl();
     this.lblPaymentType = new DevExpress.XtraEditors.LabelControl();
     this.lblWoreda = new DevExpress.XtraEditors.LabelControl();
     this.lblMode = new DevExpress.XtraEditors.LabelControl();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     this.btnCenterRequisition = new DevExpress.XtraEditors.SimpleButton();
     this.btnDeleteRequisition = new DevExpress.XtraEditors.SimpleButton();
     this.btnEditRequistion = new DevExpress.XtraEditors.SimpleButton();
     this.btnSubmitWishlist = new DevExpress.XtraEditors.SimpleButton();
     this.gridRequisitionDetails = new DevExpress.XtraGrid.GridControl();
     this.gridReqisitionDetailsView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colStockCode = 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.colSOH = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExpired = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDamaged = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridRequisitions = new DevExpress.XtraGrid.GridControl();
     this.gridRequisitionListView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDateRequested = new DevExpress.XtraGrid.Columns.GridColumn();
     this.chkShowSubmitted = new DevExpress.XtraEditors.CheckEdit();
     this.btnNewRequisition = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutCenterRequisition = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.headerSection = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printOrder = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.dxValidation1stTab = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.lRequestedDate = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRequisitionDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridReqisitionDetailsView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRequisitions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRequisitionListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkShowSubmitted.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutCenterRequisition)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.headerSection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printOrder.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidation1stTab)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lRequestedDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
     this.SuspendLayout();
     //
     // boxSizedList
     //
     this.boxSizedList.AutoHeight = false;
     this.boxSizedList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizedList.DisplayMember = "Name";
     this.boxSizedList.Name = "boxSizedList";
     this.boxSizedList.ValueMember = "ID";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit3.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     this.repositoryItemDateEdit3.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // repositoryItemButtonEdit4
     //
     this.repositoryItemButtonEdit4.AutoHeight = false;
     this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
     this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // layoutControl1
     //
     this.layoutControl1.AllowCustomizationMenu = false;
     this.layoutControl1.Controls.Add(this.lblIssueType);
     this.layoutControl1.Controls.Add(this.lblNoOfReq);
     this.layoutControl1.Controls.Add(this.lblLastVisit);
     this.layoutControl1.Controls.Add(this.lblStatus);
     this.layoutControl1.Controls.Add(this.lblRequestedDate);
     this.layoutControl1.Controls.Add(this.lblRequestedBy);
     this.layoutControl1.Controls.Add(this.lblRegion);
     this.layoutControl1.Controls.Add(this.lblOwnership);
     this.layoutControl1.Controls.Add(this.lblZone);
     this.layoutControl1.Controls.Add(this.lblPaymentType);
     this.layoutControl1.Controls.Add(this.lblWoreda);
     this.layoutControl1.Controls.Add(this.lblMode);
     this.layoutControl1.Controls.Add(this.textEdit1);
     this.layoutControl1.Controls.Add(this.btnCenterRequisition);
     this.layoutControl1.Controls.Add(this.btnDeleteRequisition);
     this.layoutControl1.Controls.Add(this.btnEditRequistion);
     this.layoutControl1.Controls.Add(this.btnSubmitWishlist);
     this.layoutControl1.Controls.Add(this.gridRequisitionDetails);
     this.layoutControl1.Controls.Add(this.gridRequisitions);
     this.layoutControl1.Controls.Add(this.chkShowSubmitted);
     this.layoutControl1.Controls.Add(this.btnNewRequisition);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(247, 171, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1119, 422);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lblIssueType
     //
     this.lblIssueType.Location = new System.Drawing.Point(926, 137);
     this.lblIssueType.Name = "lblIssueType";
     this.lblIssueType.Size = new System.Drawing.Size(175, 16);
     this.lblIssueType.StyleController = this.layoutControl1;
     this.lblIssueType.TabIndex = 23;
     //
     // lblNoOfReq
     //
     this.lblNoOfReq.Location = new System.Drawing.Point(755, 137);
     this.lblNoOfReq.Name = "lblNoOfReq";
     this.lblNoOfReq.Size = new System.Drawing.Size(108, 16);
     this.lblNoOfReq.StyleController = this.layoutControl1;
     this.lblNoOfReq.TabIndex = 22;
     //
     // lblLastVisit
     //
     this.lblLastVisit.Location = new System.Drawing.Point(755, 117);
     this.lblLastVisit.Name = "lblLastVisit";
     this.lblLastVisit.Size = new System.Drawing.Size(108, 16);
     this.lblLastVisit.StyleController = this.layoutControl1;
     this.lblLastVisit.TabIndex = 21;
     //
     // lblStatus
     //
     this.lblStatus.Location = new System.Drawing.Point(926, 117);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(175, 16);
     this.lblStatus.StyleController = this.layoutControl1;
     this.lblStatus.TabIndex = 20;
     //
     // lblRequestedDate
     //
     this.lblRequestedDate.Location = new System.Drawing.Point(511, 117);
     this.lblRequestedDate.Name = "lblRequestedDate";
     this.lblRequestedDate.Size = new System.Drawing.Size(121, 16);
     this.lblRequestedDate.StyleController = this.layoutControl1;
     this.lblRequestedDate.TabIndex = 19;
     //
     // lblRequestedBy
     //
     this.lblRequestedBy.Location = new System.Drawing.Point(511, 137);
     this.lblRequestedBy.Name = "lblRequestedBy";
     this.lblRequestedBy.Size = new System.Drawing.Size(121, 16);
     this.lblRequestedBy.StyleController = this.layoutControl1;
     this.lblRequestedBy.TabIndex = 18;
     //
     // lblRegion
     //
     this.lblRegion.Location = new System.Drawing.Point(946, 83);
     this.lblRegion.Name = "lblRegion";
     this.lblRegion.Size = new System.Drawing.Size(155, 16);
     this.lblRegion.StyleController = this.layoutControl1;
     this.lblRegion.TabIndex = 17;
     //
     // lblOwnership
     //
     this.lblOwnership.Location = new System.Drawing.Point(946, 63);
     this.lblOwnership.Name = "lblOwnership";
     this.lblOwnership.Size = new System.Drawing.Size(155, 16);
     this.lblOwnership.StyleController = this.layoutControl1;
     this.lblOwnership.TabIndex = 16;
     //
     // lblZone
     //
     this.lblZone.Location = new System.Drawing.Point(709, 83);
     this.lblZone.Name = "lblZone";
     this.lblZone.Size = new System.Drawing.Size(166, 16);
     this.lblZone.StyleController = this.layoutControl1;
     this.lblZone.TabIndex = 15;
     //
     // lblPaymentType
     //
     this.lblPaymentType.Location = new System.Drawing.Point(708, 63);
     this.lblPaymentType.Name = "lblPaymentType";
     this.lblPaymentType.Size = new System.Drawing.Size(167, 16);
     this.lblPaymentType.StyleController = this.layoutControl1;
     this.lblPaymentType.TabIndex = 14;
     //
     // lblWoreda
     //
     this.lblWoreda.Appearance.ForeColor = System.Drawing.Color.Black;
     this.lblWoreda.Location = new System.Drawing.Point(466, 83);
     this.lblWoreda.Name = "lblWoreda";
     this.lblWoreda.Size = new System.Drawing.Size(179, 16);
     this.lblWoreda.StyleController = this.layoutControl1;
     this.lblWoreda.TabIndex = 13;
     //
     // lblMode
     //
     this.lblMode.Appearance.ForeColor = System.Drawing.Color.Black;
     this.lblMode.Location = new System.Drawing.Point(466, 63);
     this.lblMode.Name = "lblMode";
     this.lblMode.Size = new System.Drawing.Size(179, 16);
     this.lblMode.StyleController = this.layoutControl1;
     this.lblMode.TabIndex = 12;
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(49, 61);
     this.textEdit1.Name = "textEdit1";
     this.textEdit1.Size = new System.Drawing.Size(327, 20);
     this.textEdit1.StyleController = this.layoutControl1;
     this.textEdit1.TabIndex = 11;
     this.textEdit1.TextChanged += new System.EventHandler(this.textEdit1_TextChanged);
     //
     // btnCenterRequisition
     //
     this.btnCenterRequisition.AllowFocus = false;
     this.btnCenterRequisition.Enabled = false;
     this.btnCenterRequisition.Image = global::HCMIS.Desktop.Properties.Resources.New;
     this.btnCenterRequisition.Location = new System.Drawing.Point(971, 4);
     this.btnCenterRequisition.Name = "btnCenterRequisition";
     this.btnCenterRequisition.Size = new System.Drawing.Size(144, 22);
     this.btnCenterRequisition.StyleController = this.layoutControl1;
     this.btnCenterRequisition.TabIndex = 5;
     this.btnCenterRequisition.Text = "Center";
     this.btnCenterRequisition.Visible = false;
     this.btnCenterRequisition.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // btnDeleteRequisition
     //
     this.btnDeleteRequisition.Image = global::HCMIS.Desktop.Properties.Resources.disk;
     this.btnDeleteRequisition.Location = new System.Drawing.Point(681, 396);
     this.btnDeleteRequisition.Name = "btnDeleteRequisition";
     this.btnDeleteRequisition.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnDeleteRequisition.Size = new System.Drawing.Size(142, 22);
     this.btnDeleteRequisition.StyleController = this.layoutControl1;
     this.btnDeleteRequisition.TabIndex = 10;
     this.btnDeleteRequisition.Text = "Submit";
     this.btnDeleteRequisition.Click += new System.EventHandler(this.btnSubmitWishlist_Click);
     //
     // btnEditRequistion
     //
     this.btnEditRequistion.Image = global::HCMIS.Desktop.Properties.Resources.Edit2;
     this.btnEditRequistion.Location = new System.Drawing.Point(827, 396);
     this.btnEditRequistion.Name = "btnEditRequistion";
     this.btnEditRequistion.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnEditRequistion.Size = new System.Drawing.Size(142, 22);
     this.btnEditRequistion.StyleController = this.layoutControl1;
     this.btnEditRequistion.TabIndex = 9;
     this.btnEditRequistion.Text = "Edit";
     this.btnEditRequistion.Click += new System.EventHandler(this.btnEditRequistion_Click);
     //
     // btnSubmitWishlist
     //
     this.btnSubmitWishlist.Image = global::HCMIS.Desktop.Properties.Resources.cross;
     this.btnSubmitWishlist.Location = new System.Drawing.Point(973, 396);
     this.btnSubmitWishlist.Name = "btnSubmitWishlist";
     this.btnSubmitWishlist.Size = new System.Drawing.Size(142, 22);
     this.btnSubmitWishlist.StyleController = this.layoutControl1;
     this.btnSubmitWishlist.TabIndex = 8;
     this.btnSubmitWishlist.Text = "Cancel";
     this.btnSubmitWishlist.Click += new System.EventHandler(this.btnDeleteRequisition_Click);
     //
     // gridRequisitionDetails
     //
     this.gridRequisitionDetails.Location = new System.Drawing.Point(400, 171);
     this.gridRequisitionDetails.MainView = this.gridReqisitionDetailsView;
     this.gridRequisitionDetails.Name = "gridRequisitionDetails";
     this.gridRequisitionDetails.Size = new System.Drawing.Size(715, 221);
     this.gridRequisitionDetails.TabIndex = 7;
     this.gridRequisitionDetails.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridReqisitionDetailsView});
     this.gridRequisitionDetails.Click += new System.EventHandler(this.gridRequisitionDetails_Click);
     //
     // gridReqisitionDetailsView
     //
     this.gridReqisitionDetailsView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colStockCode,
     this.gridColumn18,
     this.gridColumn19,
     this.gridColumn20,
     this.colSOH,
     this.colExpired,
     this.colDamaged});
     this.gridReqisitionDetailsView.GridControl = this.gridRequisitionDetails;
     this.gridReqisitionDetailsView.IndicatorWidth = 40;
     this.gridReqisitionDetailsView.Name = "gridReqisitionDetailsView";
     this.gridReqisitionDetailsView.OptionsBehavior.Editable = false;
     this.gridReqisitionDetailsView.OptionsMenu.EnableColumnMenu = false;
     this.gridReqisitionDetailsView.OptionsMenu.EnableFooterMenu = false;
     this.gridReqisitionDetailsView.OptionsMenu.EnableGroupPanelMenu = false;
     this.gridReqisitionDetailsView.OptionsMenu.ShowAutoFilterRowItem = false;
     this.gridReqisitionDetailsView.OptionsMenu.ShowDateTimeGroupIntervalItems = false;
     this.gridReqisitionDetailsView.OptionsMenu.ShowGroupSortSummaryItems = false;
     this.gridReqisitionDetailsView.OptionsMenu.ShowSplitItem = false;
     this.gridReqisitionDetailsView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridReqisitionDetailsView.OptionsView.ShowGroupPanel = false;
     this.gridReqisitionDetailsView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridListView_CustomDrawRowIndicator);
     //
     // colStockCode
     //
     this.colStockCode.Caption = "Stock Code";
     this.colStockCode.FieldName = "StockCode";
     this.colStockCode.Name = "colStockCode";
     this.colStockCode.OptionsColumn.AllowEdit = false;
     this.colStockCode.OptionsColumn.AllowFocus = false;
     this.colStockCode.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colStockCode.OptionsColumn.AllowIncrementalSearch = false;
     this.colStockCode.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colStockCode.OptionsColumn.AllowMove = false;
     this.colStockCode.OptionsColumn.AllowShowHide = false;
     this.colStockCode.OptionsColumn.AllowSize = false;
     this.colStockCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colStockCode.OptionsColumn.FixedWidth = true;
     this.colStockCode.OptionsColumn.ShowInCustomizationForm = false;
     this.colStockCode.OptionsColumn.ShowInExpressionEditor = false;
     this.colStockCode.OptionsFilter.AllowAutoFilter = false;
     this.colStockCode.OptionsFilter.AllowFilter = false;
     this.colStockCode.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colStockCode.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colStockCode.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colStockCode.Visible = true;
     this.colStockCode.VisibleIndex = 0;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "Item";
     this.gridColumn18.FieldName = "FullItemName";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsColumn.AllowEdit = false;
     this.gridColumn18.OptionsColumn.AllowFocus = false;
     this.gridColumn18.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn18.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn18.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn18.OptionsColumn.AllowMove = false;
     this.gridColumn18.OptionsColumn.AllowShowHide = false;
     this.gridColumn18.OptionsColumn.AllowSize = false;
     this.gridColumn18.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn18.OptionsColumn.FixedWidth = true;
     this.gridColumn18.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn18.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn18.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn18.OptionsFilter.AllowFilter = false;
     this.gridColumn18.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn18.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn18.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 1;
     this.gridColumn18.Width = 297;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Unit";
     this.gridColumn19.FieldName = "UnitText";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowEdit = false;
     this.gridColumn19.OptionsColumn.AllowFocus = false;
     this.gridColumn19.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn19.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn19.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn19.OptionsColumn.AllowMove = false;
     this.gridColumn19.OptionsColumn.AllowShowHide = false;
     this.gridColumn19.OptionsColumn.AllowSize = false;
     this.gridColumn19.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn19.OptionsColumn.FixedWidth = true;
     this.gridColumn19.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn19.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn19.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn19.OptionsFilter.AllowFilter = false;
     this.gridColumn19.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn19.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn19.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 2;
     this.gridColumn19.Width = 59;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "Quantity";
     this.gridColumn20.DisplayFormat.FormatString = "#,###.##";
     this.gridColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn20.FieldName = "Quantity";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsColumn.AllowEdit = false;
     this.gridColumn20.OptionsColumn.AllowFocus = false;
     this.gridColumn20.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn20.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn20.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn20.OptionsColumn.AllowMove = false;
     this.gridColumn20.OptionsColumn.AllowShowHide = false;
     this.gridColumn20.OptionsColumn.AllowSize = false;
     this.gridColumn20.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn20.OptionsColumn.FixedWidth = true;
     this.gridColumn20.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn20.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn20.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn20.OptionsFilter.AllowFilter = false;
     this.gridColumn20.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn20.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn20.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 6;
     this.gridColumn20.Width = 40;
     //
     // colSOH
     //
     this.colSOH.Caption = "SOH";
     this.colSOH.DisplayFormat.FormatString = "#,###.##";
     this.colSOH.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colSOH.FieldName = "StockOnHand";
     this.colSOH.Name = "colSOH";
     this.colSOH.OptionsColumn.AllowEdit = false;
     this.colSOH.OptionsColumn.AllowFocus = false;
     this.colSOH.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.OptionsColumn.AllowIncrementalSearch = false;
     this.colSOH.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.OptionsColumn.AllowMove = false;
     this.colSOH.OptionsColumn.AllowShowHide = false;
     this.colSOH.OptionsColumn.AllowSize = false;
     this.colSOH.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.OptionsColumn.FixedWidth = true;
     this.colSOH.OptionsColumn.ShowInCustomizationForm = false;
     this.colSOH.OptionsColumn.ShowInExpressionEditor = false;
     this.colSOH.OptionsFilter.AllowAutoFilter = false;
     this.colSOH.OptionsFilter.AllowFilter = false;
     this.colSOH.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colSOH.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colSOH.Visible = true;
     this.colSOH.VisibleIndex = 3;
     this.colSOH.Width = 40;
     //
     // colExpired
     //
     this.colExpired.Caption = "Expired";
     this.colExpired.DisplayFormat.FormatString = "#,###.##";
     this.colExpired.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colExpired.FieldName = "ExpiredStock";
     this.colExpired.Name = "colExpired";
     this.colExpired.OptionsColumn.AllowEdit = false;
     this.colExpired.OptionsColumn.AllowFocus = false;
     this.colExpired.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.OptionsColumn.AllowIncrementalSearch = false;
     this.colExpired.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.OptionsColumn.AllowMove = false;
     this.colExpired.OptionsColumn.AllowShowHide = false;
     this.colExpired.OptionsColumn.AllowSize = false;
     this.colExpired.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.OptionsColumn.FixedWidth = true;
     this.colExpired.OptionsColumn.ShowInCustomizationForm = false;
     this.colExpired.OptionsColumn.ShowInExpressionEditor = false;
     this.colExpired.OptionsFilter.AllowAutoFilter = false;
     this.colExpired.OptionsFilter.AllowFilter = false;
     this.colExpired.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colExpired.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colExpired.Visible = true;
     this.colExpired.VisibleIndex = 4;
     this.colExpired.Width = 40;
     //
     // colDamaged
     //
     this.colDamaged.Caption = "Damaged";
     this.colDamaged.DisplayFormat.FormatString = "#,###.##";
     this.colDamaged.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colDamaged.FieldName = "DamagedStock";
     this.colDamaged.Name = "colDamaged";
     this.colDamaged.OptionsColumn.AllowEdit = false;
     this.colDamaged.OptionsColumn.AllowFocus = false;
     this.colDamaged.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.OptionsColumn.AllowIncrementalSearch = false;
     this.colDamaged.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.OptionsColumn.AllowMove = false;
     this.colDamaged.OptionsColumn.AllowShowHide = false;
     this.colDamaged.OptionsColumn.AllowSize = false;
     this.colDamaged.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.OptionsColumn.FixedWidth = true;
     this.colDamaged.OptionsColumn.ShowInCustomizationForm = false;
     this.colDamaged.OptionsColumn.ShowInExpressionEditor = false;
     this.colDamaged.OptionsFilter.AllowAutoFilter = false;
     this.colDamaged.OptionsFilter.AllowFilter = false;
     this.colDamaged.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colDamaged.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colDamaged.Visible = true;
     this.colDamaged.VisibleIndex = 5;
     this.colDamaged.Width = 40;
     //
     // gridRequisitions
     //
     this.gridRequisitions.Location = new System.Drawing.Point(4, 120);
     this.gridRequisitions.MainView = this.gridRequisitionListView;
     this.gridRequisitions.Name = "gridRequisitions";
     this.gridRequisitions.Size = new System.Drawing.Size(384, 272);
     this.gridRequisitions.TabIndex = 6;
     this.gridRequisitions.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridRequisitionListView});
     //
     // gridRequisitionListView
     //
     this.gridRequisitionListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn15,
     this.gridColumn16,
     this.gridColumn1,
     this.colDateRequested});
     this.gridRequisitionListView.GridControl = this.gridRequisitions;
     this.gridRequisitionListView.IndicatorWidth = 40;
     this.gridRequisitionListView.Name = "gridRequisitionListView";
     this.gridRequisitionListView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridRequisitionListView.OptionsMenu.EnableColumnMenu = false;
     this.gridRequisitionListView.OptionsMenu.EnableFooterMenu = false;
     this.gridRequisitionListView.OptionsMenu.EnableGroupPanelMenu = false;
     this.gridRequisitionListView.OptionsMenu.ShowAutoFilterRowItem = false;
     this.gridRequisitionListView.OptionsMenu.ShowDateTimeGroupIntervalItems = false;
     this.gridRequisitionListView.OptionsMenu.ShowGroupSortSummaryItems = false;
     this.gridRequisitionListView.OptionsMenu.ShowSplitItem = false;
     this.gridRequisitionListView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridRequisitionListView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridRequisitionListView.OptionsView.ShowGroupPanel = false;
     this.gridRequisitionListView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridListView_CustomDrawRowIndicator);
     this.gridRequisitionListView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridRequisitionListView_FocusedRowChanged);
     this.gridRequisitionListView.Click += new System.EventHandler(this.gridRequisitionListView_Click);
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Ref No";
     this.gridColumn15.FieldName = "RefNo";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn15.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn15.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn15.OptionsColumn.AllowMove = false;
     this.gridColumn15.OptionsColumn.AllowShowHide = false;
     this.gridColumn15.OptionsColumn.AllowSize = false;
     this.gridColumn15.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn15.OptionsColumn.FixedWidth = true;
     this.gridColumn15.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn15.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn15.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn15.OptionsFilter.AllowFilter = false;
     this.gridColumn15.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn15.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn15.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 0;
     this.gridColumn15.Width = 50;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "Facility";
     this.gridColumn16.FieldName = "Name";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsColumn.AllowEdit = false;
     this.gridColumn16.OptionsColumn.AllowFocus = false;
     this.gridColumn16.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn16.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn16.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn16.OptionsColumn.AllowMove = false;
     this.gridColumn16.OptionsColumn.AllowShowHide = false;
     this.gridColumn16.OptionsColumn.AllowSize = false;
     this.gridColumn16.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn16.OptionsColumn.FixedWidth = true;
     this.gridColumn16.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn16.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn16.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn16.OptionsFilter.AllowFilter = false;
     this.gridColumn16.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn16.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn16.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 1;
     this.gridColumn16.Width = 194;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Status";
     this.gridColumn1.FieldName = "Status";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsColumn.AllowMove = false;
     this.gridColumn1.OptionsColumn.AllowShowHide = false;
     this.gridColumn1.OptionsColumn.AllowSize = false;
     this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsColumn.FixedWidth = true;
     this.gridColumn1.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn1.OptionsColumn.ShowInExpressionEditor = false;
     this.gridColumn1.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn1.OptionsFilter.AllowFilter = false;
     this.gridColumn1.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 2;
     //
     // colDateRequested
     //
     this.colDateRequested.Caption = "Requested";
     this.colDateRequested.FieldName = "DateRequested";
     this.colDateRequested.Name = "colDateRequested";
     this.colDateRequested.OptionsColumn.AllowEdit = false;
     this.colDateRequested.OptionsColumn.AllowFocus = false;
     this.colDateRequested.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colDateRequested.OptionsColumn.AllowIncrementalSearch = false;
     this.colDateRequested.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colDateRequested.OptionsColumn.AllowMove = false;
     this.colDateRequested.OptionsColumn.AllowShowHide = false;
     this.colDateRequested.OptionsColumn.AllowSize = false;
     this.colDateRequested.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colDateRequested.OptionsColumn.FixedWidth = true;
     this.colDateRequested.OptionsColumn.ShowInCustomizationForm = false;
     this.colDateRequested.OptionsColumn.ShowInExpressionEditor = false;
     this.colDateRequested.OptionsFilter.AllowAutoFilter = false;
     this.colDateRequested.OptionsFilter.AllowFilter = false;
     this.colDateRequested.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
     this.colDateRequested.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
     this.colDateRequested.OptionsFilter.ImmediateUpdateAutoFilter = false;
     this.colDateRequested.Visible = true;
     this.colDateRequested.VisibleIndex = 3;
     //
     // chkShowSubmitted
     //
     this.chkShowSubmitted.Location = new System.Drawing.Point(16, 85);
     this.chkShowSubmitted.Name = "chkShowSubmitted";
     this.chkShowSubmitted.Properties.Caption = "Processed ";
     this.chkShowSubmitted.Size = new System.Drawing.Size(163, 19);
     this.chkShowSubmitted.StyleController = this.layoutControl1;
     this.chkShowSubmitted.TabIndex = 5;
     this.chkShowSubmitted.CheckedChanged += new System.EventHandler(this.chkShowSubmitted_CheckedChanged);
     //
     // btnNewRequisition
     //
     this.btnNewRequisition.Image = global::HCMIS.Desktop.Properties.Resources.New;
     this.btnNewRequisition.Location = new System.Drawing.Point(4, 4);
     this.btnNewRequisition.Name = "btnNewRequisition";
     this.btnNewRequisition.Size = new System.Drawing.Size(142, 22);
     this.btnNewRequisition.StyleController = this.layoutControl1;
     this.btnNewRequisition.TabIndex = 4;
     this.btnNewRequisition.Text = "New";
     this.btnNewRequisition.Click += new System.EventHandler(this.btnNewRequisition_Click);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem11,
     this.layoutControlItem14,
     this.layoutControlItem15,
     this.layoutControlItem16,
     this.layoutControlItem17,
     this.layoutControlItem9,
     this.layoutCenterRequisition,
     this.emptySpaceItem2,
     this.emptySpaceItem1,
     this.layoutControlGroup2,
     this.headerSection,
     this.emptySpaceItem3});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup1.Size = new System.Drawing.Size(1119, 422);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.gridRequisitions;
     this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
     this.layoutControlItem11.Location = new System.Drawing.Point(0, 116);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(388, 276);
     this.layoutControlItem11.Text = "layoutControlItem11";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem11.TextToControlDistance = 0;
     this.layoutControlItem11.TextVisible = false;
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.Control = this.gridRequisitionDetails;
     this.layoutControlItem14.CustomizationFormText = "layoutControlItem14";
     this.layoutControlItem14.Location = new System.Drawing.Point(396, 167);
     this.layoutControlItem14.MinSize = new System.Drawing.Size(104, 24);
     this.layoutControlItem14.Name = "layoutControlItem14";
     this.layoutControlItem14.Size = new System.Drawing.Size(719, 225);
     this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem14.Text = "layoutControlItem14";
     this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem14.TextToControlDistance = 0;
     this.layoutControlItem14.TextVisible = false;
     //
     // layoutControlItem15
     //
     this.layoutControlItem15.Control = this.btnSubmitWishlist;
     this.layoutControlItem15.CustomizationFormText = "layoutControlItem15";
     this.layoutControlItem15.Location = new System.Drawing.Point(969, 392);
     this.layoutControlItem15.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem15.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem15.Name = "layoutControlItem15";
     this.layoutControlItem15.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem15.Text = "layoutControlItem15";
     this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem15.TextToControlDistance = 0;
     this.layoutControlItem15.TextVisible = false;
     //
     // layoutControlItem16
     //
     this.layoutControlItem16.Control = this.btnEditRequistion;
     this.layoutControlItem16.CustomizationFormText = "layoutControlItem16";
     this.layoutControlItem16.Location = new System.Drawing.Point(823, 392);
     this.layoutControlItem16.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem16.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem16.Name = "layoutControlItem16";
     this.layoutControlItem16.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem16.Text = "layoutControlItem16";
     this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem16.TextToControlDistance = 0;
     this.layoutControlItem16.TextVisible = false;
     //
     // layoutControlItem17
     //
     this.layoutControlItem17.Control = this.btnDeleteRequisition;
     this.layoutControlItem17.CustomizationFormText = "layoutControlItem17";
     this.layoutControlItem17.Location = new System.Drawing.Point(677, 392);
     this.layoutControlItem17.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem17.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem17.Name = "layoutControlItem17";
     this.layoutControlItem17.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem17.Text = "layoutControlItem17";
     this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem17.TextToControlDistance = 0;
     this.layoutControlItem17.TextVisible = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.btnNewRequisition;
     this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem9.MaxSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem9.MinSize = new System.Drawing.Size(146, 26);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(146, 26);
     this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem9.Text = "layoutControlItem9";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextToControlDistance = 0;
     this.layoutControlItem9.TextVisible = false;
     //
     // layoutCenterRequisition
     //
     this.layoutCenterRequisition.Control = this.btnCenterRequisition;
     this.layoutCenterRequisition.CustomizationFormText = "layoutControlItem1";
     this.layoutCenterRequisition.Location = new System.Drawing.Point(967, 0);
     this.layoutCenterRequisition.MinSize = new System.Drawing.Size(67, 26);
     this.layoutCenterRequisition.Name = "layoutCenterRequisition";
     this.layoutCenterRequisition.Size = new System.Drawing.Size(148, 26);
     this.layoutCenterRequisition.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutCenterRequisition.Text = "layoutCenterRequisition";
     this.layoutCenterRequisition.TextSize = new System.Drawing.Size(0, 0);
     this.layoutCenterRequisition.TextToControlDistance = 0;
     this.layoutCenterRequisition.TextVisible = false;
     this.layoutCenterRequisition.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 392);
     this.emptySpaceItem2.MaxSize = new System.Drawing.Size(0, 26);
     this.emptySpaceItem2.MinSize = new System.Drawing.Size(10, 26);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(677, 26);
     this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(146, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(821, 26);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "Filter";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem10,
     this.emptySpaceItem5});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 26);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Size = new System.Drawing.Size(388, 90);
     this.layoutControlGroup2.Text = "Filter";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.AppearanceItemCaption.ForeColor = System.Drawing.Color.Black;
     this.layoutControlItem1.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem1.Control = this.textEdit1;
     this.layoutControlItem1.CustomizationFormText = "Filter:";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(364, 24);
     this.layoutControlItem1.Text = "Filter:";
     this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(28, 13);
     this.layoutControlItem1.TextToControlDistance = 5;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control = this.chkShowSubmitted;
     this.layoutControlItem10.CustomizationFormText = "layoutControlItem10";
     this.layoutControlItem10.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem10.MinSize = new System.Drawing.Size(79, 23);
     this.layoutControlItem10.Name = "layoutControlItem10";
     this.layoutControlItem10.Size = new System.Drawing.Size(167, 23);
     this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem10.Text = "layoutControlItem10";
     this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem10.TextToControlDistance = 0;
     this.layoutControlItem10.TextVisible = false;
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
     this.emptySpaceItem5.Location = new System.Drawing.Point(167, 24);
     this.emptySpaceItem5.MaxSize = new System.Drawing.Size(0, 23);
     this.emptySpaceItem5.MinSize = new System.Drawing.Size(10, 23);
     this.emptySpaceItem5.Name = "emptySpaceItem5";
     this.emptySpaceItem5.Size = new System.Drawing.Size(197, 23);
     this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem5.Text = "emptySpaceItem5";
     this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
     //
     // headerSection
     //
     this.headerSection.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.headerSection.AppearanceGroup.Options.UseFont = true;
     this.headerSection.CustomizationFormText = " ";
     this.headerSection.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup3,
     this.layoutControlGroup5,
     this.layoutControlGroup6,
     this.layoutControlGroup7});
     this.headerSection.Location = new System.Drawing.Point(396, 26);
     this.headerSection.Name = "headerSection";
     this.headerSection.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.headerSection.Size = new System.Drawing.Size(719, 141);
     this.headerSection.Text = " ";
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(388, 26);
     this.emptySpaceItem3.MaxSize = new System.Drawing.Size(8, 0);
     this.emptySpaceItem3.MinSize = new System.Drawing.Size(8, 24);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.OptionsCustomization.AllowDrag = DevExpress.XtraLayout.ItemDragDropMode.Disable;
     this.emptySpaceItem3.OptionsCustomization.AllowDrop = DevExpress.XtraLayout.ItemDragDropMode.Disable;
     this.emptySpaceItem3.Size = new System.Drawing.Size(8, 366);
     this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // popupMenu1
     //
     this.popupMenu1.Name = "popupMenu1";
     //
     // emptySpaceItem15
     //
     this.emptySpaceItem15.AllowHotTrack = false;
     this.emptySpaceItem15.CustomizationFormText = "emptySpaceItem15";
     this.emptySpaceItem15.Location = new System.Drawing.Point(0, 116);
     this.emptySpaceItem15.Name = "emptySpaceItem15";
     this.emptySpaceItem15.Size = new System.Drawing.Size(717, 10);
     this.emptySpaceItem15.Text = "emptySpaceItem15";
     this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup8
     //
     this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup8";
     this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup8.Name = "layoutControlGroup8";
     this.layoutControlGroup8.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup8.Size = new System.Drawing.Size(717, 116);
     this.layoutControlGroup8.Text = "layoutControlGroup8";
     //
     // layoutControlGroup9
     //
     this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
     this.layoutControlGroup9.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup9.Name = "layoutControlGroup9";
     this.layoutControlGroup9.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup9.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup9.Text = "layoutControlGroup9";
     //
     // layoutControlGroup10
     //
     this.layoutControlGroup10.CustomizationFormText = "layoutControlGroup10";
     this.layoutControlGroup10.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup10.Name = "layoutControlGroup10";
     this.layoutControlGroup10.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup10.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup10.Text = "layoutControlGroup10";
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.CustomizationFormText = "emptySpaceItem10";
     this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem10.Name = "emptySpaceItem10";
     this.emptySpaceItem10.Size = new System.Drawing.Size(693, 10);
     this.emptySpaceItem10.Text = "emptySpaceItem10";
     this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem22
     //
     this.emptySpaceItem22.AllowHotTrack = false;
     this.emptySpaceItem22.CustomizationFormText = "emptySpaceItem22";
     this.emptySpaceItem22.Location = new System.Drawing.Point(85, 0);
     this.emptySpaceItem22.Name = "emptySpaceItem22";
     this.emptySpaceItem22.Size = new System.Drawing.Size(119, 479);
     this.emptySpaceItem22.Text = "emptySpaceItem22";
     this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem23
     //
     this.emptySpaceItem23.AllowHotTrack = false;
     this.emptySpaceItem23.CustomizationFormText = "emptySpaceItem23";
     this.emptySpaceItem23.Location = new System.Drawing.Point(1179, 24);
     this.emptySpaceItem23.Name = "emptySpaceItem23";
     this.emptySpaceItem23.Size = new System.Drawing.Size(10, 455);
     this.emptySpaceItem23.Text = "emptySpaceItem23";
     this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printOrder});
     //
     // printableComponentLink1
     //
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Time Printed]",
         "[Date Printed]",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     this.printableComponentLink1.RtfReportHeader = resources.GetString("printableComponentLink1.RtfReportHeader");
     //
     // printOrder
     //
     //
     //
     //
     this.printOrder.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printOrder.ImageCollection.ImageStream")));
     this.printOrder.Landscape = true;
     this.printOrder.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printOrder.PrintingSystem = this.printingSystem1;
     this.printOrder.PrintingSystemBase = this.printingSystem1;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem3,
     this.layoutControlItem2,
     this.layoutControlItem4,
     this.layoutControlItem5,
     this.layoutControlItem6,
     this.layoutControlItem7});
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup3.Size = new System.Drawing.Size(705, 54);
     this.layoutControlGroup3.Text = "layoutControlGroup3";
     this.layoutControlGroup3.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem3.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem3.Control = this.lblWoreda;
     this.layoutControlItem3.CustomizationFormText = "Woreda:";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(235, 20);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text = "Woreda:";
     this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(47, 13);
     this.layoutControlItem3.TextToControlDistance = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem2.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem2.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem2.Control = this.lblMode;
     this.layoutControlItem2.CustomizationFormText = "Mode:";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(235, 20);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text = "Mode:";
     this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(34, 13);
     this.layoutControlItem2.TextToControlDistance = 18;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem4.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem4.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem4.Control = this.lblPaymentType;
     this.layoutControlItem4.CustomizationFormText = "Payment Type:";
     this.layoutControlItem4.Location = new System.Drawing.Point(235, 0);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(230, 20);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text = "Payment:";
     this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(54, 13);
     this.layoutControlItem4.TextToControlDistance = 5;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem5.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem5.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem5.Control = this.lblZone;
     this.layoutControlItem5.CustomizationFormText = "Zone:";
     this.layoutControlItem5.Location = new System.Drawing.Point(235, 20);
     this.layoutControlItem5.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(230, 20);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text = "Zone:";
     this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem5.TextToControlDistance = 29;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem6.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem6.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem6.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem6.Control = this.lblOwnership;
     this.layoutControlItem6.CustomizationFormText = "Ownership:";
     this.layoutControlItem6.Location = new System.Drawing.Point(465, 0);
     this.layoutControlItem6.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(226, 20);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.Text = "Ownership:";
     this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem6.TextSize = new System.Drawing.Size(62, 13);
     this.layoutControlItem6.TextToControlDistance = 5;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem7.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem7.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem7.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem7.Control = this.lblRegion;
     this.layoutControlItem7.CustomizationFormText = "Region:";
     this.layoutControlItem7.Location = new System.Drawing.Point(465, 20);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(226, 20);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text = "Region:";
     this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem7.TextSize = new System.Drawing.Size(42, 13);
     this.layoutControlItem7.TextToControlDistance = 25;
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = "layoutControlGroup5";
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.lRequestedDate,
     this.layoutControlItem8});
     this.layoutControlGroup5.Location = new System.Drawing.Point(0, 54);
     this.layoutControlGroup5.Name = "layoutControlGroup5";
     this.layoutControlGroup5.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup5.Size = new System.Drawing.Size(236, 54);
     this.layoutControlGroup5.Text = "layoutControlGroup5";
     this.layoutControlGroup5.TextVisible = false;
     //
     // lRequestedDate
     //
     this.lRequestedDate.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lRequestedDate.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.lRequestedDate.AppearanceItemCaption.Options.UseFont = true;
     this.lRequestedDate.AppearanceItemCaption.Options.UseForeColor = true;
     this.lRequestedDate.Control = this.lblRequestedDate;
     this.lRequestedDate.CustomizationFormText = "Requested Date:";
     this.lRequestedDate.Location = new System.Drawing.Point(0, 0);
     this.lRequestedDate.MaxSize = new System.Drawing.Size(0, 20);
     this.lRequestedDate.MinSize = new System.Drawing.Size(67, 20);
     this.lRequestedDate.Name = "lRequestedDate";
     this.lRequestedDate.Size = new System.Drawing.Size(222, 20);
     this.lRequestedDate.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lRequestedDate.Text = "Requested Date:";
     this.lRequestedDate.TextSize = new System.Drawing.Size(94, 13);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem8.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem8.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem8.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem8.Control = this.lblRequestedBy;
     this.layoutControlItem8.CustomizationFormText = "Requested By:";
     this.layoutControlItem8.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 20);
     this.layoutControlItem8.MinSize = new System.Drawing.Size(67, 20);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(222, 20);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.Text = "Requested By:";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(94, 13);
     //
     // layoutControlGroup6
     //
     this.layoutControlGroup6.CustomizationFormText = "layoutControlGroup6";
     this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem12,
     this.layoutControlItem19});
     this.layoutControlGroup6.Location = new System.Drawing.Point(467, 54);
     this.layoutControlGroup6.Name = "layoutControlGroup6";
     this.layoutControlGroup6.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup6.Size = new System.Drawing.Size(238, 54);
     this.layoutControlGroup6.Text = "layoutControlGroup6";
     this.layoutControlGroup6.TextVisible = false;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem12.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem12.Control = this.lblStatus;
     this.layoutControlItem12.CustomizationFormText = "Status:";
     this.layoutControlItem12.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem12.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem12.Name = "layoutControlItem12";
     this.layoutControlItem12.Size = new System.Drawing.Size(224, 20);
     this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem12.Text = "Status:";
     this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem12.TextSize = new System.Drawing.Size(40, 13);
     this.layoutControlItem12.TextToControlDistance = 5;
     //
     // layoutControlItem19
     //
     this.layoutControlItem19.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem19.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem19.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem19.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem19.Control = this.lblIssueType;
     this.layoutControlItem19.CustomizationFormText = "Type:";
     this.layoutControlItem19.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem19.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem19.Name = "layoutControlItem19";
     this.layoutControlItem19.Size = new System.Drawing.Size(224, 20);
     this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem19.Text = "Type:";
     this.layoutControlItem19.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem19.TextSize = new System.Drawing.Size(31, 13);
     this.layoutControlItem19.TextToControlDistance = 14;
     //
     // layoutControlGroup7
     //
     this.layoutControlGroup7.CustomizationFormText = "layoutControlGroup7";
     this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem13,
     this.layoutControlItem18});
     this.layoutControlGroup7.Location = new System.Drawing.Point(236, 54);
     this.layoutControlGroup7.Name = "layoutControlGroup7";
     this.layoutControlGroup7.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup7.Size = new System.Drawing.Size(231, 54);
     this.layoutControlGroup7.Text = "layoutControlGroup7";
     this.layoutControlGroup7.TextVisible = false;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem13.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem13.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem13.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem13.Control = this.lblLastVisit;
     this.layoutControlItem13.CustomizationFormText = "Last Visit:";
     this.layoutControlItem13.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem13.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem13.Name = "layoutControlItem13";
     this.layoutControlItem13.Size = new System.Drawing.Size(217, 20);
     this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem13.Text = "Last Visit:";
     this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem13.TextSize = new System.Drawing.Size(54, 13);
     this.layoutControlItem13.TextToControlDistance = 51;
     //
     // layoutControlItem18
     //
     this.layoutControlItem18.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem18.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
     this.layoutControlItem18.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem18.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem18.Control = this.lblNoOfReq;
     this.layoutControlItem18.CustomizationFormText = "No. of Requisition:";
     this.layoutControlItem18.Location = new System.Drawing.Point(0, 20);
     this.layoutControlItem18.MinSize = new System.Drawing.Size(67, 17);
     this.layoutControlItem18.Name = "layoutControlItem18";
     this.layoutControlItem18.Size = new System.Drawing.Size(217, 20);
     this.layoutControlItem18.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem18.Text = "Past Requisitions:";
     this.layoutControlItem18.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem18.TextSize = new System.Drawing.Size(100, 13);
     this.layoutControlItem18.TextToControlDistance = 5;
     //
     // ManageRequisitionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1119, 422);
     this.Controls.Add(this.layoutControl1);
     this.Name = "ManageRequisitionForm";
     this.Text = "Order";
     this.Load += new System.EventHandler(this.OrderForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRequisitionDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridReqisitionDetailsView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRequisitions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRequisitionListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkShowSubmitted.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutCenterRequisition)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.headerSection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printOrder.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidation1stTab)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lRequestedDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 28
0
        private void btnInDS_Click(object sender, EventArgs e)
        {
            DevExpress.XtraPrinting.PrintingSystem printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem();
            DevExpress.XtraPrinting.PrintableComponentLink printLink = new DevExpress.XtraPrinting.PrintableComponentLink();
            try
            {
                //Set to landscape
                printingSystem1.PageSettings.Landscape = true;

                this.Cursor = Cursors.WaitCursor;
                printLink.Component = this.gridHoaDon;
                printLink.CreateDocument(printingSystem1);

                printingSystem1.PreviewRibbonFormEx.ShowDialog();
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.ToString());
            }
            finally
            {
                this.Cursor = Cursors.Default;
                printingSystem1.Dispose();
                printLink.Dispose();
            }
        }
Exemplo n.º 29
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(frmProgramDlg));
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.tbcCourse = new System.Windows.Forms.TabControl();
     this.tbpCourse = new System.Windows.Forms.TabPage();
     this.cmbBilling = new System.Windows.Forms.ComboBox();
     this.lblReportAttendance = new System.Windows.Forms.Label();
     this.txtInitialForm = new System.Windows.Forms.TextBox();
     this.txtFinalForm = new System.Windows.Forms.TextBox();
     this.txtMidtermForm = new System.Windows.Forms.TextBox();
     this.llblFinalEvt = new System.Windows.Forms.LinkLabel();
     this.llblMidEvt = new System.Windows.Forms.LinkLabel();
     this.label13 = new System.Windows.Forms.Label();
     this.chkQF = new System.Windows.Forms.CheckBox();
     this.chkQM = new System.Windows.Forms.CheckBox();
     this.chkEM = new System.Windows.Forms.CheckBox();
     this.chkEF = new System.Windows.Forms.CheckBox();
     this.rbtnEnd = new System.Windows.Forms.RadioButton();
     this.rbtnMonthly = new System.Windows.Forms.RadioButton();
     this.rbtnWeekly = new System.Windows.Forms.RadioButton();
     this.rbtnNone = new System.Windows.Forms.RadioButton();
     this.txtNickName = new System.Windows.Forms.TextBox();
     this.lblNickName = new System.Windows.Forms.Label();
     this.lblContact2 = new System.Windows.Forms.Label();
     this.lblContact1 = new System.Windows.Forms.Label();
     this.cmbContact2 = new System.Windows.Forms.ComboBox();
     this.cmbContact1 = new System.Windows.Forms.ComboBox();
     this.llblClient = new System.Windows.Forms.LinkLabel();
     this.cmbClient = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.llblInitialEvt = new System.Windows.Forms.LinkLabel();
     this.label5 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.llbDepartment = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label12 = new System.Windows.Forms.Label();
     this.grpTest = new System.Windows.Forms.GroupBox();
     this.txtQuestionaireFinalForm = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtQuestionaireMidtermForm = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtEvaluationFinalForm = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtEvaluationMidtermForm = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.txtFinalEvent = new System.Windows.Forms.TextBox();
     this.txtMidtermEvent = new System.Windows.Forms.TextBox();
     this.txtInitialEvent = new System.Windows.Forms.TextBox();
     this.txtNameRomaji = new System.Windows.Forms.TextBox();
     this.txtNamePhonetic = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.cmbDept = new System.Windows.Forms.ComboBox();
     this.lblPassword = new System.Windows.Forms.Label();
     this.txtProgramName = new System.Windows.Forms.TextBox();
     this.lblStatus = new System.Windows.Forms.Label();
     this.lblUser = new System.Windows.Forms.Label();
     this.cmbStatus = new System.Windows.Forms.ComboBox();
     this.labelBilling = new System.Windows.Forms.Label();
     this.tbpDescription = new System.Windows.Forms.TabPage();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.tbpSpecialRemarks = new System.Windows.Forms.TabPage();
     this.txtRemarks = new System.Windows.Forms.TextBox();
     this.tbpTestEvents = new System.Windows.Forms.TabPage();
     this.pnlButtons = new System.Windows.Forms.Panel();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnDel = new System.Windows.Forms.Button();
     this.grdEvents = new DevExpress.XtraGrid.GridControl();
     this.gvwEvents = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolCaldendarEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStartDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEndDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnPageSetup = new System.Windows.Forms.Button();
     this.btnPrint = new System.Windows.Forms.Button();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.buttonClear = new System.Windows.Forms.Button();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.tbcCourse.SuspendLayout();
     this.tbpCourse.SuspendLayout();
     this.tbpDescription.SuspendLayout();
     this.tbpSpecialRemarks.SuspendLayout();
     this.tbpTestEvents.SuspendLayout();
     this.pnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdEvents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwEvents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location = new System.Drawing.Point(323, 596);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(82, 25);
     this.btnCancel.TabIndex = 31;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSave.Location = new System.Drawing.Point(235, 596);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(82, 25);
     this.btnSave.TabIndex = 30;
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // tbcCourse
     //
     this.tbcCourse.Controls.Add(this.tbpCourse);
     this.tbcCourse.Controls.Add(this.tbpDescription);
     this.tbcCourse.Controls.Add(this.tbpSpecialRemarks);
     this.tbcCourse.Controls.Add(this.tbpTestEvents);
     this.tbcCourse.Dock = System.Windows.Forms.DockStyle.Top;
     this.tbcCourse.Location = new System.Drawing.Point(0, 0);
     this.tbcCourse.Multiline = true;
     this.tbcCourse.Name = "tbcCourse";
     this.tbcCourse.SelectedIndex = 0;
     this.tbcCourse.ShowToolTips = true;
     this.tbcCourse.Size = new System.Drawing.Size(505, 584);
     this.tbcCourse.TabIndex = 0;
     this.tbcCourse.SelectedIndexChanged += new System.EventHandler(this.tbcCourse_SelectedIndexChanged);
     //
     // tbpCourse
     //
     this.tbpCourse.Controls.Add(this.cmbBilling);
     this.tbpCourse.Controls.Add(this.lblReportAttendance);
     this.tbpCourse.Controls.Add(this.txtInitialForm);
     this.tbpCourse.Controls.Add(this.txtFinalForm);
     this.tbpCourse.Controls.Add(this.txtMidtermForm);
     this.tbpCourse.Controls.Add(this.llblFinalEvt);
     this.tbpCourse.Controls.Add(this.llblMidEvt);
     this.tbpCourse.Controls.Add(this.label13);
     this.tbpCourse.Controls.Add(this.chkQF);
     this.tbpCourse.Controls.Add(this.chkQM);
     this.tbpCourse.Controls.Add(this.chkEM);
     this.tbpCourse.Controls.Add(this.chkEF);
     this.tbpCourse.Controls.Add(this.rbtnEnd);
     this.tbpCourse.Controls.Add(this.rbtnMonthly);
     this.tbpCourse.Controls.Add(this.rbtnWeekly);
     this.tbpCourse.Controls.Add(this.rbtnNone);
     this.tbpCourse.Controls.Add(this.txtNickName);
     this.tbpCourse.Controls.Add(this.lblNickName);
     this.tbpCourse.Controls.Add(this.lblContact2);
     this.tbpCourse.Controls.Add(this.lblContact1);
     this.tbpCourse.Controls.Add(this.cmbContact2);
     this.tbpCourse.Controls.Add(this.cmbContact1);
     this.tbpCourse.Controls.Add(this.llblClient);
     this.tbpCourse.Controls.Add(this.cmbClient);
     this.tbpCourse.Controls.Add(this.label7);
     this.tbpCourse.Controls.Add(this.label6);
     this.tbpCourse.Controls.Add(this.label14);
     this.tbpCourse.Controls.Add(this.llblInitialEvt);
     this.tbpCourse.Controls.Add(this.label5);
     this.tbpCourse.Controls.Add(this.groupBox2);
     this.tbpCourse.Controls.Add(this.llbDepartment);
     this.tbpCourse.Controls.Add(this.groupBox1);
     this.tbpCourse.Controls.Add(this.label12);
     this.tbpCourse.Controls.Add(this.grpTest);
     this.tbpCourse.Controls.Add(this.txtQuestionaireFinalForm);
     this.tbpCourse.Controls.Add(this.label11);
     this.tbpCourse.Controls.Add(this.txtQuestionaireMidtermForm);
     this.tbpCourse.Controls.Add(this.label2);
     this.tbpCourse.Controls.Add(this.txtEvaluationFinalForm);
     this.tbpCourse.Controls.Add(this.label3);
     this.tbpCourse.Controls.Add(this.txtEvaluationMidtermForm);
     this.tbpCourse.Controls.Add(this.label4);
     this.tbpCourse.Controls.Add(this.label8);
     this.tbpCourse.Controls.Add(this.label9);
     this.tbpCourse.Controls.Add(this.label10);
     this.tbpCourse.Controls.Add(this.txtFinalEvent);
     this.tbpCourse.Controls.Add(this.txtMidtermEvent);
     this.tbpCourse.Controls.Add(this.txtInitialEvent);
     this.tbpCourse.Controls.Add(this.txtNameRomaji);
     this.tbpCourse.Controls.Add(this.txtNamePhonetic);
     this.tbpCourse.Controls.Add(this.label1);
     this.tbpCourse.Controls.Add(this.cmbDept);
     this.tbpCourse.Controls.Add(this.lblPassword);
     this.tbpCourse.Controls.Add(this.txtProgramName);
     this.tbpCourse.Controls.Add(this.lblStatus);
     this.tbpCourse.Controls.Add(this.lblUser);
     this.tbpCourse.Controls.Add(this.cmbStatus);
     this.tbpCourse.Controls.Add(this.labelBilling);
     this.tbpCourse.Location = new System.Drawing.Point(4, 30);
     this.tbpCourse.Name = "tbpCourse";
     this.tbpCourse.Size = new System.Drawing.Size(497, 550);
     this.tbpCourse.TabIndex = 0;
     this.tbpCourse.Text = "Program";
     this.tbpCourse.UseVisualStyleBackColor = true;
     //
     // cmbBilling
     //
     this.cmbBilling.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbBilling.Items.AddRange(new object[] {
     "No",
     "Yes - There",
     "Yes - Here"});
     this.cmbBilling.Location = new System.Drawing.Point(170, 189);
     this.cmbBilling.Name = "cmbBilling";
     this.cmbBilling.Size = new System.Drawing.Size(113, 29);
     this.cmbBilling.TabIndex = 9;
     //
     // lblReportAttendance
     //
     this.lblReportAttendance.AutoSize = true;
     this.lblReportAttendance.Location = new System.Drawing.Point(15, 429);
     this.lblReportAttendance.Name = "lblReportAttendance";
     this.lblReportAttendance.Size = new System.Drawing.Size(150, 21);
     this.lblReportAttendance.TabIndex = 341;
     this.lblReportAttendance.Text = "Report Attendance";
     //
     // txtInitialForm
     //
     this.txtInitialForm.Location = new System.Drawing.Point(170, 276);
     this.txtInitialForm.MaxLength = 50;
     this.txtInitialForm.Name = "txtInitialForm";
     this.txtInitialForm.Size = new System.Drawing.Size(308, 27);
     this.txtInitialForm.TabIndex = 11;
     //
     // txtFinalForm
     //
     this.txtFinalForm.Enabled = false;
     this.txtFinalForm.Location = new System.Drawing.Point(170, 377);
     this.txtFinalForm.MaxLength = 50;
     this.txtFinalForm.Name = "txtFinalForm";
     this.txtFinalForm.Size = new System.Drawing.Size(308, 27);
     this.txtFinalForm.TabIndex = 15;
     //
     // txtMidtermForm
     //
     this.txtMidtermForm.Enabled = false;
     this.txtMidtermForm.Location = new System.Drawing.Point(170, 328);
     this.txtMidtermForm.MaxLength = 50;
     this.txtMidtermForm.Name = "txtMidtermForm";
     this.txtMidtermForm.Size = new System.Drawing.Size(308, 27);
     this.txtMidtermForm.TabIndex = 13;
     //
     // llblFinalEvt
     //
     this.llblFinalEvt.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.llblFinalEvt.Location = new System.Drawing.Point(166, 360);
     this.llblFinalEvt.Name = "llblFinalEvt";
     this.llblFinalEvt.Size = new System.Drawing.Size(312, 30);
     this.llblFinalEvt.TabIndex = 14;
     this.llblFinalEvt.TabStop = true;
     this.llblFinalEvt.Text = "None";
     this.llblFinalEvt.TextChanged += new System.EventHandler(this.llblFinalEvt_TextChanged);
     this.llblFinalEvt.MouseLeave += new System.EventHandler(this.llblFinalEvt_MouseLeave);
     this.llblFinalEvt.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblFinalEvt_LinkClicked);
     this.llblFinalEvt.MouseEnter += new System.EventHandler(this.llblFinalEvt_MouseEnter);
     //
     // llblMidEvt
     //
     this.llblMidEvt.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.llblMidEvt.Location = new System.Drawing.Point(166, 310);
     this.llblMidEvt.Name = "llblMidEvt";
     this.llblMidEvt.Size = new System.Drawing.Size(312, 30);
     this.llblMidEvt.TabIndex = 12;
     this.llblMidEvt.TabStop = true;
     this.llblMidEvt.Text = "None";
     this.llblMidEvt.TextChanged += new System.EventHandler(this.llblMidEvt_TextChanged);
     this.llblMidEvt.MouseLeave += new System.EventHandler(this.llblMidEvt_MouseLeave);
     this.llblMidEvt.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblMidEvt_LinkClicked);
     this.llblMidEvt.MouseEnter += new System.EventHandler(this.llblMidEvt_MouseEnter);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label13.Location = new System.Drawing.Point(3, 4);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(119, 21);
     this.label13.TabIndex = 69;
     this.label13.Text = "Basic Details";
     //
     // chkQF
     //
     this.chkQF.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkQF.Location = new System.Drawing.Point(170, 517);
     this.chkQF.Name = "chkQF";
     this.chkQF.Size = new System.Drawing.Size(25, 23);
     this.chkQF.TabIndex = 26;
     this.chkQF.CheckedChanged += new System.EventHandler(this.chkQF_CheckedChanged);
     //
     // chkQM
     //
     this.chkQM.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkQM.Location = new System.Drawing.Point(170, 496);
     this.chkQM.Name = "chkQM";
     this.chkQM.Size = new System.Drawing.Size(25, 23);
     this.chkQM.TabIndex = 24;
     this.chkQM.CheckedChanged += new System.EventHandler(this.chkQM_CheckedChanged);
     //
     // chkEM
     //
     this.chkEM.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkEM.Location = new System.Drawing.Point(170, 454);
     this.chkEM.Name = "chkEM";
     this.chkEM.Size = new System.Drawing.Size(25, 23);
     this.chkEM.TabIndex = 20;
     this.chkEM.CheckedChanged += new System.EventHandler(this.chkEM_CheckedChanged);
     //
     // chkEF
     //
     this.chkEF.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkEF.Location = new System.Drawing.Point(170, 475);
     this.chkEF.Name = "chkEF";
     this.chkEF.Size = new System.Drawing.Size(25, 22);
     this.chkEF.TabIndex = 22;
     this.chkEF.CheckedChanged += new System.EventHandler(this.chkEF_CheckedChanged);
     //
     // rbtnEnd
     //
     this.rbtnEnd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.rbtnEnd.Location = new System.Drawing.Point(427, 429);
     this.rbtnEnd.Name = "rbtnEnd";
     this.rbtnEnd.Size = new System.Drawing.Size(62, 23);
     this.rbtnEnd.TabIndex = 19;
     this.rbtnEnd.Text = "End";
     //
     // rbtnMonthly
     //
     this.rbtnMonthly.Checked = true;
     this.rbtnMonthly.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.rbtnMonthly.Location = new System.Drawing.Point(336, 429);
     this.rbtnMonthly.Name = "rbtnMonthly";
     this.rbtnMonthly.Size = new System.Drawing.Size(102, 23);
     this.rbtnMonthly.TabIndex = 18;
     this.rbtnMonthly.TabStop = true;
     this.rbtnMonthly.Text = "Monthly";
     //
     // rbtnWeekly
     //
     this.rbtnWeekly.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.rbtnWeekly.Location = new System.Drawing.Point(244, 429);
     this.rbtnWeekly.Name = "rbtnWeekly";
     this.rbtnWeekly.Size = new System.Drawing.Size(103, 23);
     this.rbtnWeekly.TabIndex = 17;
     this.rbtnWeekly.Text = "Weekly";
     //
     // rbtnNone
     //
     this.rbtnNone.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.rbtnNone.Location = new System.Drawing.Point(170, 429);
     this.rbtnNone.Name = "rbtnNone";
     this.rbtnNone.Size = new System.Drawing.Size(85, 23);
     this.rbtnNone.TabIndex = 16;
     this.rbtnNone.Text = "None";
     //
     // txtNickName
     //
     this.txtNickName.Location = new System.Drawing.Point(170, 84);
     this.txtNickName.MaxLength = 255;
     this.txtNickName.Name = "txtNickName";
     this.txtNickName.Size = new System.Drawing.Size(308, 27);
     this.txtNickName.TabIndex = 3;
     //
     // lblNickName
     //
     this.lblNickName.AutoSize = true;
     this.lblNickName.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblNickName.Location = new System.Drawing.Point(19, 87);
     this.lblNickName.Name = "lblNickName";
     this.lblNickName.Size = new System.Drawing.Size(147, 21);
     this.lblNickName.TabIndex = 340;
     this.lblNickName.Text = "Abbreviated Name";
     //
     // lblContact2
     //
     this.lblContact2.AutoSize = true;
     this.lblContact2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblContact2.Location = new System.Drawing.Point(19, 171);
     this.lblContact2.Name = "lblContact2";
     this.lblContact2.Size = new System.Drawing.Size(81, 21);
     this.lblContact2.TabIndex = 93;
     this.lblContact2.Text = "Contact 2";
     //
     // lblContact1
     //
     this.lblContact1.AutoSize = true;
     this.lblContact1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblContact1.Location = new System.Drawing.Point(19, 150);
     this.lblContact1.Name = "lblContact1";
     this.lblContact1.Size = new System.Drawing.Size(81, 21);
     this.lblContact1.TabIndex = 92;
     this.lblContact1.Text = "Contact 1";
     //
     // cmbContact2
     //
     this.cmbContact2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbContact2.Location = new System.Drawing.Point(170, 168);
     this.cmbContact2.Name = "cmbContact2";
     this.cmbContact2.Size = new System.Drawing.Size(308, 29);
     this.cmbContact2.TabIndex = 7;
     this.cmbContact2.SelectedIndexChanged += new System.EventHandler(this.cmbContact2_SelectedIndexChanged);
     //
     // cmbContact1
     //
     this.cmbContact1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbContact1.Location = new System.Drawing.Point(170, 147);
     this.cmbContact1.Name = "cmbContact1";
     this.cmbContact1.Size = new System.Drawing.Size(308, 29);
     this.cmbContact1.TabIndex = 6;
     this.cmbContact1.SelectedIndexChanged += new System.EventHandler(this.cmbContact1_SelectedIndexChanged);
     //
     // llblClient
     //
     this.llblClient.AutoSize = true;
     this.llblClient.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.llblClient.Location = new System.Drawing.Point(15, 108);
     this.llblClient.Name = "llblClient";
     this.llblClient.Size = new System.Drawing.Size(52, 21);
     this.llblClient.TabIndex = 888;
     this.llblClient.TabStop = true;
     this.llblClient.Text = "Client";
     this.llblClient.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblClient_LinkClicked);
     //
     // cmbClient
     //
     this.cmbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbClient.Location = new System.Drawing.Point(170, 105);
     this.cmbClient.Name = "cmbClient";
     this.cmbClient.Size = new System.Drawing.Size(308, 29);
     this.cmbClient.TabIndex = 4;
     this.cmbClient.SelectedIndexChanged += new System.EventHandler(this.cmbClient_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label7.Location = new System.Drawing.Point(19, 362);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(83, 21);
     this.label7.TabIndex = 86;
     this.label7.Text = "Test Final";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Location = new System.Drawing.Point(19, 312);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(115, 21);
     this.label6.TabIndex = 85;
     this.label6.Text = "Test Mid-term";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label14.Location = new System.Drawing.Point(19, 261);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(90, 21);
     this.label14.TabIndex = 84;
     this.label14.Text = "Test Initial";
     //
     // llblInitialEvt
     //
     this.llblInitialEvt.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.llblInitialEvt.Location = new System.Drawing.Point(166, 259);
     this.llblInitialEvt.Name = "llblInitialEvt";
     this.llblInitialEvt.Size = new System.Drawing.Size(312, 30);
     this.llblInitialEvt.TabIndex = 10;
     this.llblInitialEvt.TabStop = true;
     this.llblInitialEvt.Text = "None";
     this.llblInitialEvt.TextChanged += new System.EventHandler(this.llblInitialEvt_TextChanged);
     this.llblInitialEvt.MouseLeave += new System.EventHandler(this.llblInitialEvt_MouseLeave);
     this.llblInitialEvt.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblInitialEvt_LinkClicked);
     this.llblInitialEvt.MouseEnter += new System.EventHandler(this.llblInitialEvt_MouseEnter);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label5.Location = new System.Drawing.Point(3, 241);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(163, 21);
     this.label5.TabIndex = 77;
     this.label5.Text = "Test Event Details";
     //
     // groupBox2
     //
     this.groupBox2.Location = new System.Drawing.Point(29, 246);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(460, 4);
     this.groupBox2.TabIndex = 76;
     this.groupBox2.TabStop = false;
     //
     // llbDepartment
     //
     this.llbDepartment.AutoSize = true;
     this.llbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.llbDepartment.Location = new System.Drawing.Point(15, 129);
     this.llbDepartment.Name = "llbDepartment";
     this.llbDepartment.Size = new System.Drawing.Size(99, 21);
     this.llbDepartment.TabIndex = 999;
     this.llbDepartment.TabStop = true;
     this.llbDepartment.Text = "Department";
     this.llbDepartment.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llbDepartment_LinkClicked);
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(29, 9);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(460, 4);
     this.groupBox1.TabIndex = 68;
     this.groupBox1.TabStop = false;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label12.Location = new System.Drawing.Point(3, 410);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(110, 21);
     this.label12.TabIndex = 67;
     this.label12.Text = "Test Details";
     //
     // grpTest
     //
     this.grpTest.Location = new System.Drawing.Point(29, 414);
     this.grpTest.Name = "grpTest";
     this.grpTest.Size = new System.Drawing.Size(460, 4);
     this.grpTest.TabIndex = 66;
     this.grpTest.TabStop = false;
     //
     // txtQuestionaireFinalForm
     //
     this.txtQuestionaireFinalForm.Enabled = false;
     this.txtQuestionaireFinalForm.Location = new System.Drawing.Point(201, 517);
     this.txtQuestionaireFinalForm.MaxLength = 50;
     this.txtQuestionaireFinalForm.Name = "txtQuestionaireFinalForm";
     this.txtQuestionaireFinalForm.Size = new System.Drawing.Size(277, 27);
     this.txtQuestionaireFinalForm.TabIndex = 27;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label11.Location = new System.Drawing.Point(19, 519);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(196, 21);
     this.label11.TabIndex = 63;
     this.label11.Text = "Questionnaire Final Form";
     //
     // txtQuestionaireMidtermForm
     //
     this.txtQuestionaireMidtermForm.Enabled = false;
     this.txtQuestionaireMidtermForm.Location = new System.Drawing.Point(201, 496);
     this.txtQuestionaireMidtermForm.MaxLength = 50;
     this.txtQuestionaireMidtermForm.Name = "txtQuestionaireMidtermForm";
     this.txtQuestionaireMidtermForm.Size = new System.Drawing.Size(277, 27);
     this.txtQuestionaireMidtermForm.TabIndex = 25;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location = new System.Drawing.Point(19, 499);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(228, 21);
     this.label2.TabIndex = 61;
     this.label2.Text = "Questionnaire Mid-term Form";
     //
     // txtEvaluationFinalForm
     //
     this.txtEvaluationFinalForm.Enabled = false;
     this.txtEvaluationFinalForm.Location = new System.Drawing.Point(201, 475);
     this.txtEvaluationFinalForm.MaxLength = 50;
     this.txtEvaluationFinalForm.Name = "txtEvaluationFinalForm";
     this.txtEvaluationFinalForm.Size = new System.Drawing.Size(277, 27);
     this.txtEvaluationFinalForm.TabIndex = 23;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location = new System.Drawing.Point(19, 478);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(170, 21);
     this.label3.TabIndex = 59;
     this.label3.Text = "Evaluation Final Form";
     //
     // txtEvaluationMidtermForm
     //
     this.txtEvaluationMidtermForm.Enabled = false;
     this.txtEvaluationMidtermForm.Location = new System.Drawing.Point(201, 454);
     this.txtEvaluationMidtermForm.MaxLength = 50;
     this.txtEvaluationMidtermForm.Name = "txtEvaluationMidtermForm";
     this.txtEvaluationMidtermForm.Size = new System.Drawing.Size(277, 27);
     this.txtEvaluationMidtermForm.TabIndex = 21;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location = new System.Drawing.Point(19, 457);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(202, 21);
     this.label4.TabIndex = 57;
     this.label4.Text = "Evaluation Mid-term Form";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label8.Location = new System.Drawing.Point(19, 382);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(126, 21);
     this.label8.TabIndex = 55;
     this.label8.Text = "Test Final Form";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label9.Location = new System.Drawing.Point(19, 333);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(158, 21);
     this.label9.TabIndex = 53;
     this.label9.Text = "Test Mid-term Form";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label10.Location = new System.Drawing.Point(19, 281);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(133, 21);
     this.label10.TabIndex = 51;
     this.label10.Text = "Test Initial Form";
     //
     // txtFinalEvent
     //
     this.txtFinalEvent.Location = new System.Drawing.Point(408, 205);
     this.txtFinalEvent.MaxLength = 15;
     this.txtFinalEvent.Name = "txtFinalEvent";
     this.txtFinalEvent.ReadOnly = true;
     this.txtFinalEvent.Size = new System.Drawing.Size(65, 27);
     this.txtFinalEvent.TabIndex = 8;
     this.txtFinalEvent.Tag = "N";
     this.txtFinalEvent.Text = "0";
     this.txtFinalEvent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtFinalEvent.Visible = false;
     this.txtFinalEvent.Leave += new System.EventHandler(this.txtReportAttendence_Leave);
     this.txtFinalEvent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReportAttendence_KeyPress);
     //
     // txtMidtermEvent
     //
     this.txtMidtermEvent.Location = new System.Drawing.Point(348, 205);
     this.txtMidtermEvent.MaxLength = 15;
     this.txtMidtermEvent.Name = "txtMidtermEvent";
     this.txtMidtermEvent.ReadOnly = true;
     this.txtMidtermEvent.Size = new System.Drawing.Size(74, 27);
     this.txtMidtermEvent.TabIndex = 6;
     this.txtMidtermEvent.Tag = "N";
     this.txtMidtermEvent.Text = "0";
     this.txtMidtermEvent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtMidtermEvent.Visible = false;
     this.txtMidtermEvent.Leave += new System.EventHandler(this.txtReportAttendence_Leave);
     this.txtMidtermEvent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReportAttendence_KeyPress);
     //
     // txtInitialEvent
     //
     this.txtInitialEvent.Location = new System.Drawing.Point(295, 205);
     this.txtInitialEvent.MaxLength = 15;
     this.txtInitialEvent.Name = "txtInitialEvent";
     this.txtInitialEvent.ReadOnly = true;
     this.txtInitialEvent.Size = new System.Drawing.Size(73, 27);
     this.txtInitialEvent.TabIndex = 7;
     this.txtInitialEvent.Tag = "N";
     this.txtInitialEvent.Text = "0";
     this.txtInitialEvent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtInitialEvent.Visible = false;
     this.txtInitialEvent.Leave += new System.EventHandler(this.txtReportAttendence_Leave);
     this.txtInitialEvent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReportAttendence_KeyPress);
     //
     // txtNameRomaji
     //
     this.txtNameRomaji.Location = new System.Drawing.Point(170, 63);
     this.txtNameRomaji.MaxLength = 255;
     this.txtNameRomaji.Name = "txtNameRomaji";
     this.txtNameRomaji.Size = new System.Drawing.Size(308, 27);
     this.txtNameRomaji.TabIndex = 2;
     //
     // txtNamePhonetic
     //
     this.txtNamePhonetic.Location = new System.Drawing.Point(170, 42);
     this.txtNamePhonetic.MaxLength = 255;
     this.txtNamePhonetic.Name = "txtNamePhonetic";
     this.txtNamePhonetic.Size = new System.Drawing.Size(308, 27);
     this.txtNamePhonetic.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location = new System.Drawing.Point(19, 66);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(110, 21);
     this.label1.TabIndex = 36;
     this.label1.Text = "Name Romaji";
     //
     // cmbDept
     //
     this.cmbDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDept.Location = new System.Drawing.Point(170, 126);
     this.cmbDept.Name = "cmbDept";
     this.cmbDept.Size = new System.Drawing.Size(308, 29);
     this.cmbDept.TabIndex = 5;
     this.cmbDept.SelectedIndexChanged += new System.EventHandler(this.cmbDept_SelectedIndexChanged);
     //
     // lblPassword
     //
     this.lblPassword.AutoSize = true;
     this.lblPassword.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblPassword.Location = new System.Drawing.Point(19, 45);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(121, 21);
     this.lblPassword.TabIndex = 32;
     this.lblPassword.Text = "Name Phonetic";
     //
     // txtProgramName
     //
     this.txtProgramName.Location = new System.Drawing.Point(170, 21);
     this.txtProgramName.MaxLength = 255;
     this.txtProgramName.Name = "txtProgramName";
     this.txtProgramName.Size = new System.Drawing.Size(308, 27);
     this.txtProgramName.TabIndex = 0;
     //
     // lblStatus
     //
     this.lblStatus.AutoSize = true;
     this.lblStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStatus.Location = new System.Drawing.Point(19, 213);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(57, 21);
     this.lblStatus.TabIndex = 34;
     this.lblStatus.Text = "Status";
     //
     // lblUser
     //
     this.lblUser.AutoSize = true;
     this.lblUser.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblUser.Location = new System.Drawing.Point(19, 24);
     this.lblUser.Name = "lblUser";
     this.lblUser.Size = new System.Drawing.Size(53, 21);
     this.lblUser.TabIndex = 30;
     this.lblUser.Text = "Name";
     //
     // cmbStatus
     //
     this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStatus.Items.AddRange(new object[] {
     "Active",
     "Inactive"});
     this.cmbStatus.Location = new System.Drawing.Point(170, 210);
     this.cmbStatus.Name = "cmbStatus";
     this.cmbStatus.Size = new System.Drawing.Size(113, 29);
     this.cmbStatus.TabIndex = 8;
     this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged);
     //
     // labelBilling
     //
     this.labelBilling.AutoSize = true;
     this.labelBilling.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelBilling.Location = new System.Drawing.Point(19, 192);
     this.labelBilling.Name = "labelBilling";
     this.labelBilling.Size = new System.Drawing.Size(54, 21);
     this.labelBilling.TabIndex = 35;
     this.labelBilling.Text = "Billing";
     //
     // tbpDescription
     //
     this.tbpDescription.Controls.Add(this.txtDescription);
     this.tbpDescription.Location = new System.Drawing.Point(4, 30);
     this.tbpDescription.Name = "tbpDescription";
     this.tbpDescription.Size = new System.Drawing.Size(497, 529);
     this.tbpDescription.TabIndex = 1;
     this.tbpDescription.Text = "Description";
     this.tbpDescription.UseVisualStyleBackColor = true;
     this.tbpDescription.Visible = false;
     //
     // txtDescription
     //
     this.txtDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtDescription.Location = new System.Drawing.Point(0, 0);
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(497, 529);
     this.txtDescription.TabIndex = 0;
     //
     // tbpSpecialRemarks
     //
     this.tbpSpecialRemarks.Controls.Add(this.txtRemarks);
     this.tbpSpecialRemarks.Location = new System.Drawing.Point(4, 30);
     this.tbpSpecialRemarks.Name = "tbpSpecialRemarks";
     this.tbpSpecialRemarks.Size = new System.Drawing.Size(497, 529);
     this.tbpSpecialRemarks.TabIndex = 2;
     this.tbpSpecialRemarks.Text = "Special Remarks";
     this.tbpSpecialRemarks.UseVisualStyleBackColor = true;
     this.tbpSpecialRemarks.Visible = false;
     //
     // txtRemarks
     //
     this.txtRemarks.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtRemarks.Location = new System.Drawing.Point(0, 0);
     this.txtRemarks.Multiline = true;
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.Size = new System.Drawing.Size(497, 529);
     this.txtRemarks.TabIndex = 1;
     //
     // tbpTestEvents
     //
     this.tbpTestEvents.Controls.Add(this.pnlButtons);
     this.tbpTestEvents.Controls.Add(this.grdEvents);
     this.tbpTestEvents.Location = new System.Drawing.Point(4, 30);
     this.tbpTestEvents.Name = "tbpTestEvents";
     this.tbpTestEvents.Size = new System.Drawing.Size(497, 529);
     this.tbpTestEvents.TabIndex = 6;
     this.tbpTestEvents.Text = "Test Events";
     this.tbpTestEvents.UseVisualStyleBackColor = true;
     //
     // pnlButtons
     //
     this.pnlButtons.Controls.Add(this.btnAdd);
     this.pnlButtons.Controls.Add(this.btnEdit);
     this.pnlButtons.Controls.Add(this.btnDel);
     this.pnlButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlButtons.Location = new System.Drawing.Point(0, 477);
     this.pnlButtons.Name = "pnlButtons";
     this.pnlButtons.Size = new System.Drawing.Size(497, 52);
     this.pnlButtons.TabIndex = 34;
     //
     // btnAdd
     //
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnAdd.Location = new System.Drawing.Point(9, 14);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(82, 25);
     this.btnAdd.TabIndex = 28;
     this.btnAdd.Text = "Add";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnEdit
     //
     this.btnEdit.Enabled = false;
     this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnEdit.Location = new System.Drawing.Point(97, 14);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(82, 25);
     this.btnEdit.TabIndex = 29;
     this.btnEdit.Text = "Edit";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnDel
     //
     this.btnDel.Enabled = false;
     this.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDel.Location = new System.Drawing.Point(185, 14);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(82, 25);
     this.btnDel.TabIndex = 30;
     this.btnDel.Text = "Delete";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // grdEvents
     //
     this.grdEvents.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdEvents.Location = new System.Drawing.Point(0, 0);
     this.grdEvents.MainView = this.gvwEvents;
     this.grdEvents.Name = "grdEvents";
     this.grdEvents.Size = new System.Drawing.Size(497, 529);
     this.grdEvents.TabIndex = 33;
     this.grdEvents.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwEvents});
     this.grdEvents.DoubleClick += new System.EventHandler(this.grdEvents_DoubleClick);
     //
     // gvwEvents
     //
     this.gvwEvents.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwEvents.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcolCaldendarEventID,
     this.gcolEventID,
     this.gcolEventType,
     this.gcolStartDateTime,
     this.gcolEndDateTime});
     this.gvwEvents.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwEvents.GridControl = this.grdEvents;
     this.gvwEvents.Name = "gvwEvents";
     this.gvwEvents.OptionsBehavior.Editable = false;
     this.gvwEvents.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwEvents.OptionsCustomization.AllowFilter = false;
     this.gvwEvents.OptionsDetail.EnableDetailToolTip = true;
     this.gvwEvents.OptionsNavigation.AutoMoveRowFocus = false;
     this.gvwEvents.OptionsPrint.UsePrintStyles = true;
     this.gvwEvents.OptionsView.ShowDetailButtons = false;
     this.gvwEvents.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvwEvents.OptionsView.ShowGroupPanel = false;
     this.gvwEvents.OptionsView.ShowHorzLines = false;
     this.gvwEvents.OptionsView.ShowIndicator = false;
     //
     // gcolCaldendarEventID
     //
     this.gcolCaldendarEventID.Caption = "Calendar Event ID";
     this.gcolCaldendarEventID.FieldName = "CalendarEventId";
     this.gcolCaldendarEventID.Name = "gcolCaldendarEventID";
     this.gcolCaldendarEventID.Width = 79;
     //
     // gcolEventID
     //
     this.gcolEventID.Caption = "EventID";
     this.gcolEventID.FieldName = "EventId";
     this.gcolEventID.Name = "gcolEventID";
     //
     // gcolEventType
     //
     this.gcolEventType.Caption = "Event Type";
     this.gcolEventType.FieldName = "EventType";
     this.gcolEventType.Name = "gcolEventType";
     this.gcolEventType.Visible = true;
     this.gcolEventType.VisibleIndex = 0;
     this.gcolEventType.Width = 157;
     //
     // gcolStartDateTime
     //
     this.gcolStartDateTime.Caption = "Start Date";
     this.gcolStartDateTime.DisplayFormat.FormatString = "d";
     this.gcolStartDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gcolStartDateTime.FieldName = "StartDateTime";
     this.gcolStartDateTime.Name = "gcolStartDateTime";
     this.gcolStartDateTime.Visible = true;
     this.gcolStartDateTime.VisibleIndex = 1;
     //
     // gcolEndDateTime
     //
     this.gcolEndDateTime.Caption = "End Date";
     this.gcolEndDateTime.DisplayFormat.FormatString = "d";
     this.gcolEndDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gcolEndDateTime.FieldName = "EndDateTime";
     this.gcolEndDateTime.Name = "gcolEndDateTime";
     this.gcolEndDateTime.Visible = true;
     this.gcolEndDateTime.VisibleIndex = 2;
     //
     // btnDelete
     //
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDelete.Location = new System.Drawing.Point(411, 596);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(82, 25);
     this.btnDelete.TabIndex = 32;
     this.btnDelete.Text = "Delete";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnPageSetup
     //
     this.btnPageSetup.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPageSetup.Location = new System.Drawing.Point(100, 596);
     this.btnPageSetup.Name = "btnPageSetup";
     this.btnPageSetup.Size = new System.Drawing.Size(82, 25);
     this.btnPageSetup.TabIndex = 29;
     this.btnPageSetup.Text = "Page Setup";
     this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
     //
     // btnPrint
     //
     this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPrint.Location = new System.Drawing.Point(12, 596);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(82, 25);
     this.btnPrint.TabIndex = 28;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Document = this.printDocument1;
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // buttonClear
     //
     this.buttonClear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonClear.Location = new System.Drawing.Point(507, 13);
     this.buttonClear.Name = "buttonClear";
     this.buttonClear.Size = new System.Drawing.Size(75, 23);
     this.buttonClear.TabIndex = 25;
     this.buttonClear.Text = "Delete Event";
     this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
     //
     // frmProgramDlg
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize = new System.Drawing.Size(505, 632);
     this.Controls.Add(this.btnPageSetup);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.tbcCourse);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmProgramDlg";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Adding Program...";
     this.Load += new System.EventHandler(this.frmProgramDlg_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmProgramDlg_KeyDown);
     this.tbcCourse.ResumeLayout(false);
     this.tbpCourse.ResumeLayout(false);
     this.tbpCourse.PerformLayout();
     this.tbpDescription.ResumeLayout(false);
     this.tbpDescription.PerformLayout();
     this.tbpSpecialRemarks.ResumeLayout(false);
     this.tbpSpecialRemarks.PerformLayout();
     this.tbpTestEvents.ResumeLayout(false);
     this.pnlButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdEvents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwEvents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     this.ResumeLayout(false);
 }