Example #1
0
 void DisplayInfo_Class()
 {
     try
     {
         dsBar_Dm_Class            = objMasterService.Get_All_Bar_Dm_Class().ToDataSet();
         dgBar_Dm_Class.DataSource = dsBar_Dm_Class.Tables[0];
         if (cvBar_Dm_Class.RowCount > 0)
         {
             cvBar_Dm_Class.FocusedRowHandle = 0;
             Current_Id_Class = cvBar_Dm_Class.GetFocusedRowCellValue("Id_Class");
         }
         //dgBar_Dm_Class
         if (dsBar_Dm_Class.Tables[0].Rows.Count > 0)
         {
             int i = Convert.ToInt32("0" + dsBar_Dm_Class.Tables[0].Rows[0]["Id_Class"]);
             foreach (DataRow drClass in dsBar_Dm_Class.Tables[0].Rows)
             {
                 DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition = new DevExpress.XtraGrid.StyleFormatCondition();
                 styleFormatCondition.Appearance.BackColor            = GoobizFrame.Windows.MdiUtils.ThemeSettings.GetColor(Convert.ToInt32(drClass["Id_Class"]));
                 styleFormatCondition.Appearance.Options.UseBackColor = true;
                 styleFormatCondition.ApplyToRow = true;
                 styleFormatCondition.Column     = this.cvBar_Dm_Class.Columns.ColumnByFieldName("Id_Class");
                 styleFormatCondition.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
                 styleFormatCondition.Value1     = Convert.ToInt32(drClass["Id_Class"]);
                 this.cvBar_Dm_Class.FormatConditions.Add(styleFormatCondition);
             }
         }
     }
     catch (Exception ex)
     {
         GoobizFrame.Windows.TrayMessage.TrayMessage.Status = new GoobizFrame.Windows.TrayMessage.TrayMessageInfo(MessageBoxIcon.Asterisk, ex.Message, ex.ToString());
     }
 }
Example #2
0
 private void cvBar_Dm_Class_MouseDown(object sender, MouseEventArgs e)
 {
     dgDm_Table_Facility.DataSource = null;
     DevExpress.XtraGrid.Views.Card.ViewInfo.CardHitInfo cardHit = cvBar_Dm_Class.CalcHitInfo(e.X, e.Y);
     if (cardHit.InCard)
     {
         cvBar_Dm_Class.FocusedRowHandle = cardHit.RowHandle;
         Current_Id_Class = cvBar_Dm_Class.GetRowCellValue(cardHit.RowHandle, "Id_Class");
         DisplayInfo_Table();
         DisplayInfo_Rentcost();
         //GoobizFrame.Windows.MdiUtils.ThemeSettings.MakeConditionForSelectedCard(cvBar_Dm_Class, "Id_Class", Current_Id_Class);
         //dgBar_Dm_Class
         cvbar_Dm_Table.FormatConditions.Clear();
         if ("" + Current_Id_Class != "")
         {
             DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition = new DevExpress.XtraGrid.StyleFormatCondition();
             styleFormatCondition.Appearance.BackColor            = GoobizFrame.Windows.MdiUtils.ThemeSettings.GetColor(Convert.ToInt32(Current_Id_Class));
             styleFormatCondition.Appearance.Options.UseBackColor = true;
             styleFormatCondition.ApplyToRow = true;
             styleFormatCondition.Column     = this.cvbar_Dm_Table.Columns.ColumnByFieldName("Id_Class");
             styleFormatCondition.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
             styleFormatCondition.Value1     = Convert.ToInt32(Current_Id_Class);
             this.cvbar_Dm_Table.FormatConditions.Add(styleFormatCondition);
         }
     }
 }
Example #3
0
        void MakeConditionForSelectedRowKhuvuc()
        {
            //cvBar_Dm_Khuvuc
            this.cvBar_Dm_Khuvuc.FormatConditions.Clear();
            styleFormatCondition_Kv1 = new DevExpress.XtraGrid.StyleFormatCondition();
            styleFormatCondition_Kv1.Appearance.BackColor            = System.Drawing.Color.MidnightBlue;
            styleFormatCondition_Kv1.Appearance.ForeColor            = System.Drawing.Color.White;
            styleFormatCondition_Kv1.Appearance.Options.UseBackColor = true;
            styleFormatCondition_Kv1.Appearance.Options.UseForeColor = true;
            styleFormatCondition_Kv1.ApplyToRow = true;
            styleFormatCondition_Kv1.Column     = this.cvBar_Dm_Khuvuc.Columns["Id_Khuvuc"];
            styleFormatCondition_Kv1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition_Kv1.Value1     = long.MaxValue;
            this.cvBar_Dm_Khuvuc.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
                styleFormatCondition_Kv1
            });

            //cvBar_Dm_Khuvuc_2
            this.cvBar_Dm_Khuvuc_2.FormatConditions.Clear();
            styleFormatCondition_Kv2 = new DevExpress.XtraGrid.StyleFormatCondition();
            styleFormatCondition_Kv2.Appearance.BackColor            = System.Drawing.Color.MidnightBlue;
            styleFormatCondition_Kv2.Appearance.ForeColor            = System.Drawing.Color.White;
            styleFormatCondition_Kv2.Appearance.Options.UseBackColor = true;
            styleFormatCondition_Kv2.Appearance.Options.UseForeColor = true;
            styleFormatCondition_Kv2.ApplyToRow = true;
            styleFormatCondition_Kv2.Column     = this.cvBar_Dm_Khuvuc_2.Columns["Id_Khuvuc"];
            styleFormatCondition_Kv2.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition_Kv2.Value1     = long.MaxValue;
            this.cvBar_Dm_Khuvuc_2.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
                styleFormatCondition_Kv2
            });
        }
Example #4
0
 public override void DisplayInfo()
 {
     LoadMasterData();
     dgware_Dm_Loai_Hanghoa_Ban.DataSource = dsWare_Dm_Loai_Hanghoa_Ban.Tables[0];
     if (cardView2.FormatConditions.Count == 0)
     {
         if (dsWare_Dm_Loai_Hanghoa_Ban.Tables[0].Rows.Count > 0)
         {
             int i = Convert.ToInt32(dsWare_Dm_Loai_Hanghoa_Ban.Tables[0].Rows[0]["Id_Nhom_Hanghoa_Ban"]);
             foreach (DataRow dr in dsWare_Dm_Loai_Hanghoa_Ban.Tables[0].Rows)
             {
                 DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition = new DevExpress.XtraGrid.StyleFormatCondition();
                 styleFormatCondition.Appearance.BackColor            = GoobizFrame.Windows.MdiUtils.ThemeSettings.GetColor(Convert.ToInt32(dr["Id_Nhom_Hanghoa_Ban"]) % i);
                 styleFormatCondition.Appearance.Options.UseBackColor = true;
                 styleFormatCondition.ApplyToRow = true;
                 styleFormatCondition.Column     = cardView2.Columns["Id_Nhom_Hanghoa_Ban"];
                 styleFormatCondition.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
                 styleFormatCondition.Value1     = Convert.ToInt32(dr["Id_Nhom_Hanghoa_Ban"]);
                 cardView2.FormatConditions.Add(styleFormatCondition);
             }
             cardView2.Columns["Id_Nhom_Hanghoa_Ban"].SortOrder = DevExpress.Data.ColumnSortOrder.Ascending;
         }
     }
     xtraTabControl1.TabPages.Remove(xtraTabPage2);
     // DisplayInfo2();
     base.DisplayInfo();
 }
Example #5
0
        protected override void OnLoad(EventArgs e)
        {
            DevExpress.XtraGrid.StyleFormatCondition fCond = (DevExpress.XtraGrid.StyleFormatCondition)gridViewEntities.FormatConditions[0];
            fCond.Value1 = DateTime.Today;
            fCond        = (DevExpress.XtraGrid.StyleFormatCondition)gridViewEntities.FormatConditions[1];
            fCond.Value1 = DateTime.Today;

            InitToolBar();
            base.OnLoad(e);
        }
Example #6
0
 public DevExpress.XtraGrid.StyleFormatCondition setConditionFormat(DevExpress.XtraGrid.Columns.GridColumn column, Color color)
 {
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition = new DevExpress.XtraGrid.StyleFormatCondition();
     styleFormatCondition.Appearance.BackColor            = color;
     styleFormatCondition.Appearance.Options.UseBackColor = true;
     styleFormatCondition.ApplyToRow = true;
     styleFormatCondition.Column     = column;
     styleFormatCondition.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Greater;
     styleFormatCondition.Value1     = 0;
     return(styleFormatCondition);
 }
 public Frmbar_Table_Monitor_Pos()
 {
     InitializeComponent();
     DevExpress.XtraGrid.StyleFormatCondition conditionOld = new DevExpress.XtraGrid.StyleFormatCondition();
     conditionOld.Appearance.BackColor            = Color.CornflowerBlue;
     conditionOld.Appearance.Options.UseBackColor = true;
     conditionOld.ApplyToRow = true;
     conditionOld.Column     = this.cvware_Dm_Nhom_Hanghoa_Ban.Columns["Id_Nhom_Hanghoa_Ban"];
     conditionOld.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Greater;
     conditionOld.Value1     = 0;
     this.cvware_Dm_Nhom_Hanghoa_Ban.FormatConditions.Add(conditionOld);
     LoadMasterData();
     // this.DisplayInfo();
     this.BarSystem.Visible = false;
     xtraTabControl_Monitor.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
     ShowTabPage(xtraTabPage_Nhom_Hanghoa_Ban);
     showButton(false);
 }
        private void SetCollumns()
        {
            if (VisbleColumns.Count == 0)
            {
                ViewResult.FormatGrid(Query.Fields, ColumnsParameters);
            }
            else
            {
                var columns = Query.Fields.Where(p => VisbleColumns.Any(v => v == p.Name));
                var col     = new TableAdapterFieldCollection();
                col.AddRange(columns);
                ViewResult.FormatGrid(col);
            }

            ViewResult.FocusedColumn = SearchColumns.IsEmpty()
                ? ViewResult.Columns[0]
                : ViewResult.Columns[SearchColumns.First().Name];

            ViewResult.SetColors();
            ViewResult.FormatConditions.Clear();

            foreach (var item in Conditions)
            {
                var col = ViewResult.Columns[item.ColumnName];

                if (col == null)
                {
                    continue;
                }

                var scon = new DevExpress.XtraGrid.StyleFormatCondition(
                    item.FormatConditionEnum,
                    col,
                    null,
                    item.val1,
                    item.val2,
                    item.applyToRow);

                scon.Appearance.BackColor = item.BackColor;
                scon.Appearance.ForeColor = item.ForeColor;
                ViewResult.FormatConditions.Add(scon);
            }
        }
Example #9
0
        void Format_Cardview()
        {
            //dgBar_Dm_Class
            if (dsBar_Dm_Class.Tables[0].Rows.Count > 0)
            {
                int i = Convert.ToInt32("0" + dsBar_Dm_Class.Tables[0].Rows[0]["Id_Class"]);
                foreach (DataRow drClass in dsBar_Dm_Class.Tables[0].Rows)
                {
                    DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition = new DevExpress.XtraGrid.StyleFormatCondition();
                    styleFormatCondition.Appearance.BackColor            = GoobizFrame.Windows.MdiUtils.ThemeSettings.GetColor(Convert.ToInt32(drClass["Id_Class"]));
                    styleFormatCondition.Appearance.Options.UseBackColor = true;
                    styleFormatCondition.ApplyToRow = true;
                    styleFormatCondition.Column     = this.cvBar_Dm_Class.Columns.ColumnByFieldName("Id_Class");
                    styleFormatCondition.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
                    styleFormatCondition.Value1     = Convert.ToInt32(drClass["Id_Class"]);

                    this.cvBar_Dm_Table.FormatConditions.Add(styleFormatCondition);
                    this.cvBar_Dm_Class.FormatConditions.Add(styleFormatCondition);
                }
            }
        }
Example #10
0
        private void Initialize()
        {
            fileList = new List<SelectedFile>();
            gridSeletedFiles.DataBindings.Clear();
            gridSeletedFiles.DataSource = fileList;
            wwpStepOne.AllowNext = false;
            btnBrowseFile.Properties.Buttons[1].Enabled = false;
            dsMainData = new DataSet();

            DevExpress.XtraGrid.StyleFormatCondition styleInsertFormat = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleUpdateFormat = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleNormalFormat = new DevExpress.XtraGrid.StyleFormatCondition();
            #region [Inserted Style Format]
            styleInsertFormat.Appearance.BackColor = System.Drawing.Color.Green;
            styleInsertFormat.Appearance.BorderColor = Color.Black;
            styleInsertFormat.Appearance.ForeColor = Color.White;
            styleInsertFormat.Appearance.Options.UseBackColor = true;
            styleInsertFormat.Appearance.Options.UseBorderColor = true;
            styleInsertFormat.Appearance.Options.UseForeColor = true;
            styleInsertFormat.Column = grvMainData.Columns["Return Message"];
            styleInsertFormat.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleInsertFormat.Value1 = "Inserted";
            styleInsertFormat.Value2 = "Đã thêm mới";
            styleInsertFormat.ApplyToRow = true;
            #endregion
            #region [Updated Style Format]
            styleUpdateFormat.Appearance.BackColor = Color.Yellow;
            styleUpdateFormat.Appearance.BorderColor = Color.Black;
            styleUpdateFormat.Appearance.ForeColor = Color.Black;
            styleUpdateFormat.Appearance.Options.UseBackColor = true;
            styleUpdateFormat.Appearance.Options.UseBorderColor = true;
            styleUpdateFormat.Appearance.Options.UseForeColor = true;
            styleUpdateFormat.Column = grvMainData.Columns["Return Message"];
            styleUpdateFormat.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleUpdateFormat.Value1 = ConfigEngine.Language.Equals("vi") ? "Đã cập nhật" : "Updated";
            styleUpdateFormat.ApplyToRow = true;
            #endregion
            grvMainData.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] { styleInsertFormat, styleUpdateFormat });
        }
Example #11
0
        private void Initialize()
        {
            fileList = new List <SelectedFile>();
            gridSeletedFiles.DataBindings.Clear();
            gridSeletedFiles.DataSource = fileList;
            wwpStepOne.AllowNext        = false;
            btnBrowseFile.Properties.Buttons[1].Enabled = false;
            dsMainData = new DataSet();

            DevExpress.XtraGrid.StyleFormatCondition styleInsertFormat = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleUpdateFormat = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleNormalFormat = new DevExpress.XtraGrid.StyleFormatCondition();
            #region [Inserted Style Format]
            styleInsertFormat.Appearance.BackColor              = System.Drawing.Color.Green;
            styleInsertFormat.Appearance.BorderColor            = Color.Black;
            styleInsertFormat.Appearance.ForeColor              = Color.White;
            styleInsertFormat.Appearance.Options.UseBackColor   = true;
            styleInsertFormat.Appearance.Options.UseBorderColor = true;
            styleInsertFormat.Appearance.Options.UseForeColor   = true;
            styleInsertFormat.Column     = grvMainData.Columns["Return Message"];
            styleInsertFormat.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleInsertFormat.Value1     = "Inserted";
            styleInsertFormat.Value2     = "Đã thêm mới";
            styleInsertFormat.ApplyToRow = true;
            #endregion
            #region [Updated Style Format]
            styleUpdateFormat.Appearance.BackColor              = Color.Yellow;
            styleUpdateFormat.Appearance.BorderColor            = Color.Black;
            styleUpdateFormat.Appearance.ForeColor              = Color.Black;
            styleUpdateFormat.Appearance.Options.UseBackColor   = true;
            styleUpdateFormat.Appearance.Options.UseBorderColor = true;
            styleUpdateFormat.Appearance.Options.UseForeColor   = true;
            styleUpdateFormat.Column     = grvMainData.Columns["Return Message"];
            styleUpdateFormat.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleUpdateFormat.Value1     = ConfigEngine.Language.Equals("vi") ? "Đã cập nhật" : "Updated";
            styleUpdateFormat.ApplyToRow = true;
            #endregion
            grvMainData.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] { styleInsertFormat, styleUpdateFormat });
        }
        /// <summary>
        /// 设置单元格报警颜色
        /// </summary>
        public void SetgridAlarmColor(List <JC_AlarmNotificationPersonnelConfigInfo> modelInfo)
        {
            if (modelInfo != null && modelInfo.Count > 0)
            {
                DevExpress.XtraGrid.StyleFormatCondition[] dataStyle = new DevExpress.XtraGrid.StyleFormatCondition[modelInfo.Count];

                for (int i = 0; i < modelInfo.Count; i++)
                {
                    DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition = new DevExpress.XtraGrid.StyleFormatCondition();
                    styleFormatCondition.Appearance.BackColor            = Color.FromArgb(int.Parse(modelInfo[i].AlarmColor));
                    styleFormatCondition.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
                    styleFormatCondition.Appearance.ForeColor            = Color.FromArgb(int.Parse(modelInfo[i].AlarmColor));
                    styleFormatCondition.Appearance.Options.UseBackColor = true;
                    styleFormatCondition.Appearance.Options.UseFont      = true;
                    styleFormatCondition.Appearance.Options.UseForeColor = true;
                    styleFormatCondition.Column    = this.gridAlarmColor;
                    styleFormatCondition.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
                    styleFormatCondition.Value1    = modelInfo[i].AlarmColor;
                    dataStyle[i] = styleFormatCondition;
                }
                this.gridView.FormatConditions.AddRange(dataStyle);
            }
        }
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TxtFileRead));
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.pHYINVDATABindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ledgers1 = new VIRETAILENTITIES.Ledgers();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.iTEMMASTBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.panel1 = new System.Windows.Forms.Panel();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar3 = new DevExpress.XtraBars.Bar();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
            this.txttime = 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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.txtclosingperiod = new DevExpress.XtraEditors.TextEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.txtinventory = new DevExpress.XtraEditors.TextEdit();
            this.txtmachineno = new DevExpress.XtraEditors.TextEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.txtfile = new DevExpress.XtraEditors.TextEdit();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.gridControl2 = new DevExpress.XtraGrid.GridControl();
            this.pHYINVDATABindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            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.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.label1 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pHYINVDATABindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ledgers1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.iTEMMASTBindingSource)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtclosingperiod.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtinventory.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtmachineno.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtfile.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pHYINVDATABindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
            this.SuspendLayout();
            // 
            // gridColumn5
            // 
            this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn5.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn5.Caption = "gridColumn5";
            this.gridColumn5.FieldName = "HasError";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.OptionsColumn.AllowEdit = false;
            this.gridColumn5.OptionsColumn.ReadOnly = true;
            // 
            // gridColumn11
            // 
            this.gridColumn11.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn11.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn11.Caption = "gridColumn5";
            this.gridColumn11.FieldName = "HasError";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.OptionsColumn.AllowEdit = false;
            this.gridColumn11.OptionsColumn.ReadOnly = true;
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // gridControl1
            // 
            this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridControl1.DataSource = this.pHYINVDATABindingSource;
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemLookUpEdit2});
            this.gridControl1.Size = new System.Drawing.Size(327, 276);
            this.gridControl1.TabIndex = 11;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // pHYINVDATABindingSource
            // 
            this.pHYINVDATABindingSource.DataMember = "PHYINVDATA";
            this.pHYINVDATABindingSource.DataSource = this.ledgers1;
            // 
            // ledgers1
            // 
            this.ledgers1.DataSetName = "Ledgers";
            this.ledgers1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn4,
            this.gridColumn3,
            this.gridColumn5,
            this.gridColumn6});
            styleFormatCondition1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Red;
            styleFormatCondition1.Appearance.Options.UseFont = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.gridColumn5;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = true;
            this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn1
            // 
            this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn1.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn1.Caption = "ITEM NO";
            this.gridColumn1.FieldName = "ITEMNO";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowEdit = false;
            this.gridColumn1.OptionsColumn.ReadOnly = true;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 1;
            this.gridColumn1.Width = 86;
            // 
            // gridColumn2
            // 
            this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn2.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn2.Caption = "QTY";
            this.gridColumn2.FieldName = "QTY";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.OptionsColumn.AllowEdit = false;
            this.gridColumn2.OptionsColumn.ReadOnly = true;
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 2;
            this.gridColumn2.Width = 48;
            // 
            // gridColumn4
            // 
            this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn4.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn4.Caption = "Error";
            this.gridColumn4.FieldName = "ErrorMsg";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.AllowEdit = false;
            this.gridColumn4.OptionsColumn.ReadOnly = true;
            this.gridColumn4.Width = 79;
            // 
            // gridColumn3
            // 
            this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn3.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn3.Caption = "ITEM NAME";
            this.gridColumn3.ColumnEdit = this.repositoryItemLookUpEdit2;
            this.gridColumn3.FieldName = "ITEMNO";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowEdit = false;
            this.gridColumn3.OptionsColumn.ReadOnly = true;
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 3;
            this.gridColumn3.Width = 120;
            // 
            // repositoryItemLookUpEdit2
            // 
            this.repositoryItemLookUpEdit2.AutoHeight = false;
            this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemLookUpEdit2.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ITEMNO", "ITEMNO", 62, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("BARCODE", "BARCODE", 58, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ITEMNAME", "ITEMNAME", 62, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
            this.repositoryItemLookUpEdit2.DataSource = this.iTEMMASTBindingSource;
            this.repositoryItemLookUpEdit2.DisplayMember = "ITEMNAME";
            this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
            this.repositoryItemLookUpEdit2.NullText = "** Not Found***";
            this.repositoryItemLookUpEdit2.ValueMember = "ITEMNO";
            // 
            // iTEMMASTBindingSource
            // 
            this.iTEMMASTBindingSource.DataMember = "ITEMMAST";
            this.iTEMMASTBindingSource.DataSource = typeof(VIRETAILENTITIES.DsMaster);
            // 
            // gridColumn6
            // 
            this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn6.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn6.Caption = "S No";
            this.gridColumn6.FieldName = "SNO";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.OptionsColumn.ReadOnly = true;
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 0;
            this.gridColumn6.Width = 39;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.txtclosingperiod);
            this.panel1.Controls.Add(this.labelControl4);
            this.panel1.Controls.Add(this.txtinventory);
            this.panel1.Controls.Add(this.txtmachineno);
            this.panel1.Controls.Add(this.labelControl3);
            this.panel1.Controls.Add(this.labelControl2);
            this.panel1.Controls.Add(this.simpleButton1);
            this.panel1.Controls.Add(this.labelControl1);
            this.panel1.Controls.Add(this.txtfile);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(803, 89);
            this.panel1.TabIndex = 13;
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar3});
            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.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barEditItem1,
            this.txttime});
            this.barManager1.MaxItemId = 6;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemProgressBar1});
            this.barManager1.StatusBar = this.bar3;
            // 
            // 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(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.txttime)});
            this.bar3.OptionsBar.AllowQuickCustomization = false;
            this.bar3.OptionsBar.DrawDragBorder = false;
            this.bar3.OptionsBar.UseWholeRow = true;
            this.bar3.Text = "Status bar";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "OK";
            this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
            this.barButtonItem3.Id = 2;
            this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "CLOSE";
            this.barButtonItem4.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
            this.barButtonItem4.Id = 3;
            this.barButtonItem4.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.LargeGlyph")));
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "barEditItem1";
            this.barEditItem1.Edit = this.repositoryItemProgressBar1;
            this.barEditItem1.Id = 4;
            this.barEditItem1.Name = "barEditItem1";
            this.barEditItem1.Width = 386;
            // 
            // repositoryItemProgressBar1
            // 
            this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
            this.repositoryItemProgressBar1.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid;
            this.repositoryItemProgressBar1.ShowTitle = true;
            // 
            // txttime
            // 
            this.txttime.Id = 5;
            this.txttime.Name = "txttime";
            this.txttime.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(803, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 365);
            this.barDockControlBottom.Size = new System.Drawing.Size(803, 27);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 365);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(803, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 365);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "OK";
            this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "CLOSE";
            this.barButtonItem2.Id = 1;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // txtclosingperiod
            // 
            this.txtclosingperiod.Location = new System.Drawing.Point(396, 36);
            this.txtclosingperiod.Name = "txtclosingperiod";
            this.txtclosingperiod.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtclosingperiod.Properties.Appearance.Options.UseFont = true;
            this.txtclosingperiod.Properties.AppearanceReadOnly.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.txtclosingperiod.Properties.AppearanceReadOnly.Options.UseBackColor = true;
            this.txtclosingperiod.Properties.MaxLength = 4;
            this.txtclosingperiod.Properties.ReadOnly = true;
            this.txtclosingperiod.Size = new System.Drawing.Size(92, 20);
            this.txtclosingperiod.TabIndex = 17;
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl4.Location = new System.Drawing.Point(295, 38);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(95, 14);
            this.labelControl4.TabIndex = 16;
            this.labelControl4.Text = "Closing Period :";
            // 
            // txtinventory
            // 
            this.txtinventory.Location = new System.Drawing.Point(113, 62);
            this.txtinventory.Name = "txtinventory";
            this.txtinventory.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtinventory.Properties.Appearance.Options.UseFont = true;
            this.txtinventory.Properties.AppearanceReadOnly.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.txtinventory.Properties.AppearanceReadOnly.Options.UseBackColor = true;
            this.txtinventory.Properties.MaxLength = 100;
            this.txtinventory.Size = new System.Drawing.Size(264, 20);
            this.txtinventory.TabIndex = 13;
            // 
            // txtmachineno
            // 
            this.txtmachineno.Enabled = false;
            this.txtmachineno.Location = new System.Drawing.Point(113, 36);
            this.txtmachineno.Name = "txtmachineno";
            this.txtmachineno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtmachineno.Properties.Appearance.Options.UseFont = true;
            this.txtmachineno.Properties.AppearanceReadOnly.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.txtmachineno.Properties.AppearanceReadOnly.Options.UseBackColor = true;
            this.txtmachineno.Properties.MaxLength = 20;
            this.txtmachineno.Size = new System.Drawing.Size(118, 20);
            this.txtmachineno.TabIndex = 11;
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl3.Location = new System.Drawing.Point(12, 64);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(88, 14);
            this.labelControl3.TabIndex = 15;
            this.labelControl3.Text = "Inventory by :";
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl2.Location = new System.Drawing.Point(12, 39);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(51, 14);
            this.labelControl2.TabIndex = 14;
            this.labelControl2.Text = "File No. :";
            // 
            // simpleButton1
            // 
            this.simpleButton1.Image = global::Store.Properties.Resources.folder;
            this.simpleButton1.Location = new System.Drawing.Point(494, 10);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(26, 18);
            this.simpleButton1.TabIndex = 9;
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl1.Location = new System.Drawing.Point(12, 13);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(84, 14);
            this.labelControl1.TabIndex = 12;
            this.labelControl1.Text = "File Location :";
            // 
            // txtfile
            // 
            this.txtfile.Enabled = false;
            this.txtfile.Location = new System.Drawing.Point(113, 10);
            this.txtfile.Name = "txtfile";
            this.txtfile.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtfile.Properties.Appearance.Options.UseFont = true;
            this.txtfile.Properties.AppearanceReadOnly.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.txtfile.Properties.AppearanceReadOnly.Options.UseBackColor = true;
            this.txtfile.Properties.ReadOnly = true;
            this.txtfile.Size = new System.Drawing.Size(375, 20);
            this.txtfile.TabIndex = 10;
            this.txtfile.TabStop = false;
            this.txtfile.EditValueChanged += new System.EventHandler(this.txtfile_EditValueChanged);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 89);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.gridControl1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.gridControl2);
            this.splitContainer1.Panel2.Controls.Add(this.label1);
            this.splitContainer1.Size = new System.Drawing.Size(803, 276);
            this.splitContainer1.SplitterDistance = 327;
            this.splitContainer1.TabIndex = 14;
            // 
            // gridControl2
            // 
            this.gridControl2.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridControl2.DataSource = this.pHYINVDATABindingSource1;
            this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl2.Location = new System.Drawing.Point(0, 21);
            this.gridControl2.MainView = this.gridView2;
            this.gridControl2.Name = "gridControl2";
            this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemLookUpEdit1});
            this.gridControl2.Size = new System.Drawing.Size(472, 255);
            this.gridControl2.TabIndex = 12;
            this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // pHYINVDATABindingSource1
            // 
            this.pHYINVDATABindingSource1.DataMember = "PHYINVDATA";
            this.pHYINVDATABindingSource1.DataSource = typeof(VIRETAILENTITIES.Ledgers);
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn10,
            this.gridColumn11,
            this.gridColumn12});
            styleFormatCondition2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            styleFormatCondition2.Appearance.ForeColor = System.Drawing.Color.Red;
            styleFormatCondition2.Appearance.Options.UseFont = true;
            styleFormatCondition2.Appearance.Options.UseForeColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Column = this.gridColumn11;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Value1 = true;
            this.gridView2.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition2});
            this.gridView2.GridControl = this.gridControl2;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsCustomization.AllowFilter = false;
            this.gridView2.OptionsCustomization.AllowGroup = false;
            this.gridView2.OptionsFilter.AllowMRUFilterList = false;
            this.gridView2.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            this.gridView2.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView2_CellValueChanged);
            // 
            // gridColumn7
            // 
            this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn7.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn7.Caption = "ITEM NO";
            this.gridColumn7.FieldName = "ITEMNO";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 1;
            this.gridColumn7.Width = 141;
            // 
            // gridColumn8
            // 
            this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn8.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn8.Caption = "QTY";
            this.gridColumn8.FieldName = "QTY";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 2;
            this.gridColumn8.Width = 54;
            // 
            // gridColumn9
            // 
            this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn9.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn9.Caption = "Error";
            this.gridColumn9.FieldName = "ErrorMsg";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.OptionsColumn.AllowEdit = false;
            this.gridColumn9.OptionsColumn.ReadOnly = true;
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 3;
            this.gridColumn9.Width = 79;
            // 
            // gridColumn10
            // 
            this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn10.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn10.Caption = "ITEM NAME";
            this.gridColumn10.ColumnEdit = this.repositoryItemLookUpEdit1;
            this.gridColumn10.FieldName = "ITEMNO";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.OptionsColumn.AllowEdit = false;
            this.gridColumn10.OptionsColumn.ReadOnly = true;
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 4;
            this.gridColumn10.Width = 219;
            // 
            // 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("ITEMNO", "ITEMNO", 62, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("BARCODE", "BARCODE", 58, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ITEMNAME", "ITEMNAME", 62, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
            this.repositoryItemLookUpEdit1.DataSource = this.iTEMMASTBindingSource;
            this.repositoryItemLookUpEdit1.DisplayMember = "ITEMNAME";
            this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
            this.repositoryItemLookUpEdit1.NullText = "** Not Found***";
            this.repositoryItemLookUpEdit1.ValueMember = "ITEMNO";
            // 
            // gridColumn12
            // 
            this.gridColumn12.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn12.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridColumn12.Caption = "S No";
            this.gridColumn12.FieldName = "SNO";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.OptionsColumn.ReadOnly = true;
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 0;
            this.gridColumn12.Width = 44;
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Image = global::Store.Properties.Resources.error;
            this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(472, 21);
            this.label1.TabIndex = 0;
            this.label1.Text = "ERROR LIST";
            this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // TxtFileRead
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(803, 392);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel1);
            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 = "TxtFileRead";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Reading File";
            this.Load += new System.EventHandler(this.TxtFileRead_Load);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pHYINVDATABindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ledgers1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.iTEMMASTBindingSource)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtclosingperiod.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtinventory.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtmachineno.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtfile.Properties)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pHYINVDATABindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).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.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.c_nguoi_tao = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.m_thoi_gian_can_hoan_thanh = new DevExpress.XtraGrid.Columns.GridColumn();
            this.m_cap_nhat_lan_cuoi = new DevExpress.XtraGrid.Columns.GridColumn();
            this.m_trang_thai = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.c_nguoi_xu_ly = new DevExpress.XtraGrid.Columns.GridColumn();
            this.THOI_DIEM_CAN_HOAN_THANH = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.MA_DON_HANG = new DevExpress.XtraGrid.Columns.GridColumn();
            this.m_grv_ds_don_hang_dang_xu_ly = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.c_user_dat_hang = new DevExpress.XtraGrid.Columns.GridColumn();
            this.m_grc_ds_don_hang_dang_xu_ly = new DevExpress.XtraGrid.GridControl();
            this.panel5 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.m_grv_ds_don_hang_dang_xu_ly)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_grc_ds_don_hang_dang_xu_ly)).BeginInit();
            this.panel5.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 10000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // c_nguoi_tao
            // 
            this.c_nguoi_tao.Caption = "NV nhận đặt hàng";
            this.c_nguoi_tao.FieldName = "NGUOI_TAO";
            this.c_nguoi_tao.Name = "c_nguoi_tao";
            this.c_nguoi_tao.Visible = true;
            this.c_nguoi_tao.VisibleIndex = 12;
            this.c_nguoi_tao.Width = 133;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "Phương thức đặt hàng";
            this.gridColumn1.FieldName = "PHUONG_THUC_DAT_HANG";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 13;
            this.gridColumn1.Width = 164;
            // 
            // m_thoi_gian_can_hoan_thanh
            // 
            this.m_thoi_gian_can_hoan_thanh.Caption = "Thời gian cần hoàn thành";
            this.m_thoi_gian_can_hoan_thanh.FieldName = "LOAI_THOI_GIAN_CAN_HOAN_THANH";
            this.m_thoi_gian_can_hoan_thanh.Name = "m_thoi_gian_can_hoan_thanh";
            this.m_thoi_gian_can_hoan_thanh.Visible = true;
            this.m_thoi_gian_can_hoan_thanh.VisibleIndex = 11;
            this.m_thoi_gian_can_hoan_thanh.Width = 165;
            // 
            // m_cap_nhat_lan_cuoi
            // 
            this.m_cap_nhat_lan_cuoi.Caption = "Cập nhật lần cuối";
            this.m_cap_nhat_lan_cuoi.FieldName = "CAP_NHAT_CUOI";
            this.m_cap_nhat_lan_cuoi.Name = "m_cap_nhat_lan_cuoi";
            this.m_cap_nhat_lan_cuoi.Visible = true;
            this.m_cap_nhat_lan_cuoi.VisibleIndex = 10;
            this.m_cap_nhat_lan_cuoi.Width = 129;
            // 
            // m_trang_thai
            // 
            this.m_trang_thai.Caption = "Trạng thái đơn hàng";
            this.m_trang_thai.FieldName = "TRANG_THAI_DON_HANG";
            this.m_trang_thai.Name = "m_trang_thai";
            this.m_trang_thai.Visible = true;
            this.m_trang_thai.VisibleIndex = 9;
            this.m_trang_thai.Width = 127;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "Thời gian tạo";
            this.gridColumn9.DisplayFormat.FormatString = "g";
            this.gridColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn9.FieldName = "THOI_GIAN_TAO";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 6;
            this.gridColumn9.Width = 129;
            // 
            // c_nguoi_xu_ly
            // 
            this.c_nguoi_xu_ly.Caption = "người xử lý";
            this.c_nguoi_xu_ly.FieldName = "NGUOI_XU_LY";
            this.c_nguoi_xu_ly.Name = "c_nguoi_xu_ly";
            this.c_nguoi_xu_ly.Visible = true;
            this.c_nguoi_xu_ly.VisibleIndex = 8;
            this.c_nguoi_xu_ly.Width = 110;
            // 
            // THOI_DIEM_CAN_HOAN_THANH
            // 
            this.THOI_DIEM_CAN_HOAN_THANH.Caption = "thời điểm cần hoàn thành";
            this.THOI_DIEM_CAN_HOAN_THANH.DisplayFormat.FormatString = "g";
            this.THOI_DIEM_CAN_HOAN_THANH.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.THOI_DIEM_CAN_HOAN_THANH.FieldName = "THOI_DIEM_CAN_HOAN_THANH";
            this.THOI_DIEM_CAN_HOAN_THANH.Name = "THOI_DIEM_CAN_HOAN_THANH";
            this.THOI_DIEM_CAN_HOAN_THANH.Visible = true;
            this.THOI_DIEM_CAN_HOAN_THANH.VisibleIndex = 7;
            this.THOI_DIEM_CAN_HOAN_THANH.Width = 139;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "Đơn vị";
            this.gridColumn7.FieldName = "MA_DON_VI";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 3;
            this.gridColumn7.Width = 84;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "Nội dung đặt hàng";
            this.gridColumn6.FieldName = "NOI_DUNG_DAT_HANG";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 5;
            this.gridColumn6.Width = 161;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "Dịch vụ yêu cầu";
            this.gridColumn5.FieldName = "TEN_YEU_CAU";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 4;
            this.gridColumn5.Width = 121;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "Chi nhánh";
            this.gridColumn11.FieldName = "TEN_CHI_NHANH";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 14;
            this.gridColumn11.Width = 86;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "Điện thoại";
            this.gridColumn3.FieldName = "DIEN_THOAI";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 2;
            this.gridColumn3.Width = 106;
            // 
            // MA_DON_HANG
            // 
            this.MA_DON_HANG.Caption = "Mã đơn hàng";
            this.MA_DON_HANG.FieldName = "MA_DON_HANG";
            this.MA_DON_HANG.Name = "MA_DON_HANG";
            this.MA_DON_HANG.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
            this.MA_DON_HANG.Visible = true;
            this.MA_DON_HANG.VisibleIndex = 0;
            this.MA_DON_HANG.Width = 110;
            // 
            // m_grv_ds_don_hang_dang_xu_ly
            // 
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Empty.BackColor2 = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Empty.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(133)))), ((int)(((byte)(195)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FixedLine.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedCell.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedCell.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(139)))), ((int)(((byte)(206)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupButton.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupButton.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(170)))), ((int)(((byte)(225)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HorzLine.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Preview.Font = new System.Drawing.Font("Verdana", 7.5F);
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Preview.Options.UseFont = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Preview.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Row.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Row.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.RowSeparator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.RowSeparator.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.SelectedRow.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.SelectedRow.Options.UseForeColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.TopNewRow.BackColor = System.Drawing.Color.White;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.TopNewRow.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_ds_don_hang_dang_xu_ly.Appearance.VertLine.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.Options.UseBackColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.Options.UseBorderColor = true;
            this.m_grv_ds_don_hang_dang_xu_ly.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.MA_DON_HANG,
            this.c_user_dat_hang,
            this.gridColumn3,
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn7,
            this.THOI_DIEM_CAN_HOAN_THANH,
            this.c_nguoi_xu_ly,
            this.gridColumn9,
            this.m_trang_thai,
            this.m_cap_nhat_lan_cuoi,
            this.m_thoi_gian_can_hoan_thanh,
            this.gridColumn1,
            this.c_nguoi_tao,
            this.gridColumn11});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
            styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
            styleFormatCondition1.Appearance.BorderColor = System.Drawing.Color.Gray;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Black;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Appearance.Options.UseBorderColor = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[THOI_DIEM_CAN_HOAN_THANH] <= now()";
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
            styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
            styleFormatCondition2.Appearance.BorderColor = System.Drawing.Color.Gray;
            styleFormatCondition2.Appearance.ForeColor = System.Drawing.Color.Black;
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.Appearance.Options.UseBorderColor = true;
            styleFormatCondition2.Appearance.Options.UseForeColor = true;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = "[THOI_DIEM_CAN_HOAN_THANH] >=GetDate(AddDays(Today(),-1 ))";
            this.m_grv_ds_don_hang_dang_xu_ly.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.m_grv_ds_don_hang_dang_xu_ly.GridControl = this.m_grc_ds_don_hang_dang_xu_ly;
            this.m_grv_ds_don_hang_dang_xu_ly.IndicatorWidth = 50;
            this.m_grv_ds_don_hang_dang_xu_ly.Name = "m_grv_ds_don_hang_dang_xu_ly";
            this.m_grv_ds_don_hang_dang_xu_ly.OptionsBehavior.Editable = false;
            this.m_grv_ds_don_hang_dang_xu_ly.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseUp;
            this.m_grv_ds_don_hang_dang_xu_ly.OptionsBehavior.ReadOnly = true;
            this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.ColumnAutoWidth = false;
            this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.EnableAppearanceEvenRow = true;
            this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.EnableAppearanceOddRow = true;
            this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.ShowAutoFilterRow = true;
            this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.ShowFooter = true;
            this.m_grv_ds_don_hang_dang_xu_ly.PaintStyleName = "Flat";
            this.m_grv_ds_don_hang_dang_xu_ly.DoubleClick += new System.EventHandler(this.m_grv_ds_don_hang_dang_xu_ly_DoubleClick);
            // 
            // c_user_dat_hang
            // 
            this.c_user_dat_hang.Caption = "User đặt hàng";
            this.c_user_dat_hang.FieldName = "USER_NAME";
            this.c_user_dat_hang.Name = "c_user_dat_hang";
            this.c_user_dat_hang.Visible = true;
            this.c_user_dat_hang.VisibleIndex = 1;
            this.c_user_dat_hang.Width = 139;
            // 
            // m_grc_ds_don_hang_dang_xu_ly
            // 
            this.m_grc_ds_don_hang_dang_xu_ly.Cursor = System.Windows.Forms.Cursors.Default;
            this.m_grc_ds_don_hang_dang_xu_ly.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.RelationName = "Level1";
            this.m_grc_ds_don_hang_dang_xu_ly.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.m_grc_ds_don_hang_dang_xu_ly.Location = new System.Drawing.Point(0, 0);
            this.m_grc_ds_don_hang_dang_xu_ly.MainView = this.m_grv_ds_don_hang_dang_xu_ly;
            this.m_grc_ds_don_hang_dang_xu_ly.Name = "m_grc_ds_don_hang_dang_xu_ly";
            this.m_grc_ds_don_hang_dang_xu_ly.Size = new System.Drawing.Size(774, 270);
            this.m_grc_ds_don_hang_dang_xu_ly.TabIndex = 0;
            this.m_grc_ds_don_hang_dang_xu_ly.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.m_grv_ds_don_hang_dang_xu_ly});
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.m_grc_ds_don_hang_dang_xu_ly);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel5.Location = new System.Drawing.Point(0, 53);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(774, 270);
            this.panel5.TabIndex = 2;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.panel5);
            this.panel4.Controls.Add(this.panel1);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(774, 323);
            this.panel4.TabIndex = 3;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(774, 53);
            this.panel1.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.label1.Location = new System.Drawing.Point(3, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(330, 19);
            this.label1.TabIndex = 1;
            this.label1.Text = "Danh sách tất cả các đơn hàng đang xử lý";
            // 
            // f122_ds_don_hang_dang_xu_ly
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(774, 323);
            this.Controls.Add(this.panel4);
            this.Name = "f122_ds_don_hang_dang_xu_ly";
            this.Text = "f122_Tất cả đơn hàng đang xử lý";
            this.Load += new System.EventHandler(this.f122_ds_don_hang_dang_xu_ly_Load);
            ((System.ComponentModel.ISupportInitialize)(this.m_grv_ds_don_hang_dang_xu_ly)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_grc_ds_don_hang_dang_xu_ly)).EndInit();
            this.panel5.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(UC_THTonKho));
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.barManager1                       = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                              = new DevExpress.XtraBars.Bar();
     this.barButtonItem1                    = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1                       = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem4                    = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5                    = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6                    = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2                    = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3                    = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop                 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom              = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft                = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight               = new DevExpress.XtraBars.BarDockControl();
     this.layoutControl1                    = new DevExpress.XtraLayout.LayoutControl();
     this.lookUpKhoNhap                     = new DevExpress.XtraEditors.LookUpEdit();
     this.dateNgayTao                       = new DevExpress.XtraEditors.DateEdit();
     this.txtPhieuDK                        = new DevExpress.XtraEditors.TextEdit();
     this.GhiChu                            = new DevExpress.XtraEditors.MemoEdit();
     this.txtNguoiNhan                      = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1               = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1                = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2                = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3                = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4                = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5                = new DevExpress.XtraLayout.LayoutControlItem();
     this.gridControl1                      = new DevExpress.XtraGrid.GridControl();
     this.gridView1                         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEdit1     = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn8                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10                      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11                      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1         = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gridColumn5                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCalcEdit1           = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.gridColumn6                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7                       = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpKhoNhap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNgayTao.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNgayTao.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhieuDK.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GhiChu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNguoiNhan.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     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.barButtonItem1,
         this.barButtonItem2,
         this.barButtonItem3,
         this.barSubItem1,
         this.barButtonItem4,
         this.barButtonItem5,
         this.barButtonItem6
     });
     this.barManager1.MaxItemId = 8;
     //
     // bar1
     //
     this.bar1.BarName   = "Tools";
     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.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem6, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.UseWholeRow             = true;
     this.bar1.Text = "Tools";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption      = "Tạo Mới";
     this.barButtonItem1.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id           = 0;
     this.barButtonItem1.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
     this.barButtonItem1.Name         = "barButtonItem1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Lưu && Thêm";
     this.barSubItem1.Glyph   = ((System.Drawing.Image)(resources.GetObject("barSubItem1.Glyph")));
     this.barSubItem1.Id      = 4;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5)
     });
     this.barSubItem1.Name = "barSubItem1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption    = "Lưu && Thêm";
     this.barButtonItem4.Glyph      = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
     this.barButtonItem4.Id         = 5;
     this.barButtonItem4.Name       = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "Lưu && Đóng";
     this.barButtonItem5.Glyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
     this.barButtonItem5.Id      = 6;
     this.barButtonItem5.Name    = "barButtonItem5";
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption      = "Nhập";
     this.barButtonItem6.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.Glyph")));
     this.barButtonItem6.Hint         = "F7";
     this.barButtonItem6.Id           = 7;
     this.barButtonItem6.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F7);
     this.barButtonItem6.Name         = "barButtonItem6";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption      = "Nạp Lại";
     this.barButtonItem2.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Hint         = "F4";
     this.barButtonItem2.Id           = 2;
     this.barButtonItem2.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F4);
     this.barButtonItem2.Name         = "barButtonItem2";
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption      = "Đóng";
     this.barButtonItem3.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Hint         = "F8";
     this.barButtonItem3.Id           = 3;
     this.barButtonItem3.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F8);
     this.barButtonItem3.Name         = "barButtonItem3";
     this.barButtonItem3.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // layoutControl1
     //
     this.layoutControl1.Appearance.DisabledLayoutGroupCaption.ForeColor            = System.Drawing.SystemColors.GrayText;
     this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Options.UseForeColor = true;
     this.layoutControl1.Appearance.DisabledLayoutItem.ForeColor            = System.Drawing.SystemColors.GrayText;
     this.layoutControl1.Appearance.DisabledLayoutItem.Options.UseForeColor = true;
     this.layoutControl1.Controls.Add(this.lookUpKhoNhap);
     this.layoutControl1.Controls.Add(this.dateNgayTao);
     this.layoutControl1.Controls.Add(this.txtPhieuDK);
     this.layoutControl1.Controls.Add(this.GhiChu);
     this.layoutControl1.Controls.Add(this.txtNguoiNhan);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.layoutControl1.Location = new System.Drawing.Point(0, 26);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(948, 102);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // lookUpKhoNhap
     //
     this.lookUpKhoNhap.Location    = new System.Drawing.Point(825, 69);
     this.lookUpKhoNhap.MenuManager = this.barManager1;
     this.lookUpKhoNhap.Name        = "lookUpKhoNhap";
     this.lookUpKhoNhap.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpKhoNhap.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Stock_ID", "Mã Kho"),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Stock_Name", "Tên Kho")
     });
     this.lookUpKhoNhap.Properties.NullText = "Chọn";
     this.lookUpKhoNhap.Size              = new System.Drawing.Size(117, 20);
     this.lookUpKhoNhap.StyleController   = this.layoutControl1;
     this.lookUpKhoNhap.TabIndex          = 20;
     this.lookUpKhoNhap.EditValueChanged += new System.EventHandler(this.lookUpKhoNhap_EditValueChanged);
     //
     // dateNgayTao
     //
     this.dateNgayTao.EditValue   = null;
     this.dateNgayTao.Location    = new System.Drawing.Point(825, 38);
     this.dateNgayTao.MenuManager = this.barManager1;
     this.dateNgayTao.Name        = "dateNgayTao";
     this.dateNgayTao.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateNgayTao.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateNgayTao.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dateNgayTao.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateNgayTao.Size            = new System.Drawing.Size(117, 20);
     this.dateNgayTao.StyleController = this.layoutControl1;
     this.dateNgayTao.TabIndex        = 7;
     //
     // txtPhieuDK
     //
     this.txtPhieuDK.Location        = new System.Drawing.Point(825, 7);
     this.txtPhieuDK.MenuManager     = this.barManager1;
     this.txtPhieuDK.Name            = "txtPhieuDK";
     this.txtPhieuDK.Size            = new System.Drawing.Size(117, 20);
     this.txtPhieuDK.StyleController = this.layoutControl1;
     this.txtPhieuDK.TabIndex        = 6;
     //
     // GhiChu
     //
     this.GhiChu.Location        = new System.Drawing.Point(68, 38);
     this.GhiChu.MenuManager     = this.barManager1;
     this.GhiChu.Name            = "GhiChu";
     this.GhiChu.Size            = new System.Drawing.Size(685, 58);
     this.GhiChu.StyleController = this.layoutControl1;
     this.GhiChu.TabIndex        = 5;
     //
     // txtNguoiNhan
     //
     this.txtNguoiNhan.Location          = new System.Drawing.Point(68, 7);
     this.txtNguoiNhan.MenuManager       = this.barManager1;
     this.txtNguoiNhan.Name              = "txtNguoiNhan";
     this.txtNguoiNhan.Size              = new System.Drawing.Size(685, 20);
     this.txtNguoiNhan.StyleController   = this.layoutControl1;
     this.txtNguoiNhan.TabIndex          = 4;
     this.txtNguoiNhan.EditValueChanged += new System.EventHandler(this.txtNguoiNhan_EditValueChanged);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem5
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(948, 102);
     this.layoutControlGroup1.Spacing     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Text        = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.txtNguoiNhan;
     this.layoutControlItem1.CustomizationFormText = "Người Nhận";
     this.layoutControlItem1.Location     = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name         = "layoutControlItem1";
     this.layoutControlItem1.Size         = new System.Drawing.Size(757, 31);
     this.layoutControlItem1.Text         = "Người Nhận";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlItem1.TextSize     = new System.Drawing.Size(56, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.GhiChu;
     this.layoutControlItem2.CustomizationFormText = "Ghi Chú";
     this.layoutControlItem2.Location     = new System.Drawing.Point(0, 31);
     this.layoutControlItem2.Name         = "layoutControlItem2";
     this.layoutControlItem2.Size         = new System.Drawing.Size(757, 69);
     this.layoutControlItem2.Text         = "Ghi Chú";
     this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlItem2.TextSize     = new System.Drawing.Size(56, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.txtPhieuDK;
     this.layoutControlItem3.CustomizationFormText = "Phiếu";
     this.layoutControlItem3.Location     = new System.Drawing.Point(757, 0);
     this.layoutControlItem3.Name         = "layoutControlItem3";
     this.layoutControlItem3.Size         = new System.Drawing.Size(189, 31);
     this.layoutControlItem3.Text         = "Phiếu";
     this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlItem3.TextSize     = new System.Drawing.Size(56, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.dateNgayTao;
     this.layoutControlItem4.CustomizationFormText = "Ngày";
     this.layoutControlItem4.Location     = new System.Drawing.Point(757, 31);
     this.layoutControlItem4.Name         = "layoutControlItem4";
     this.layoutControlItem4.Size         = new System.Drawing.Size(189, 31);
     this.layoutControlItem4.Text         = "Ngày";
     this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlItem4.TextSize     = new System.Drawing.Size(56, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.lookUpKhoNhap;
     this.layoutControlItem5.CustomizationFormText = "Kho Hàng";
     this.layoutControlItem5.Location     = new System.Drawing.Point(757, 62);
     this.layoutControlItem5.Name         = "layoutControlItem5";
     this.layoutControlItem5.Size         = new System.Drawing.Size(189, 38);
     this.layoutControlItem5.Text         = "Kho Hàng";
     this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlItem5.TextSize     = new System.Drawing.Size(56, 13);
     //
     // gridControl1
     //
     this.gridControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location    = new System.Drawing.Point(0, 128);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemGridLookUpEdit1,
         this.repositoryItemCalcEdit1,
         this.repositoryItemLookUpEdit1
     });
     this.gridControl1.Size     = new System.Drawing.Size(948, 364);
     this.gridControl1.TabIndex = 5;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // gridView1
     //
     this.gridView1.Appearance.Row.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridView1.Appearance.Row.Options.UseFont = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsNavigation.AutoFocusNewRow = true;
     this.gridView1.OptionsSelection.MultiSelect      = true;
     this.gridView1.OptionsView.NewItemRowPosition    = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridView1.OptionsView.ShowFooter            = true;
     this.gridView1.OptionsView.ShowGroupPanel        = false;
     this.gridView1.CustomDrawRowIndicator           += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn1.AppearanceCell.Options.UseFont = true;
     this.gridColumn1.Caption      = "Mã Hàng";
     this.gridColumn1.ColumnEdit   = this.repositoryItemGridLookUpEdit1;
     this.gridColumn1.FieldName    = "Product_ID";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // repositoryItemGridLookUpEdit1
     //
     this.repositoryItemGridLookUpEdit1.AutoHeight = false;
     this.repositoryItemGridLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemGridLookUpEdit1.Name     = "repositoryItemGridLookUpEdit1";
     this.repositoryItemGridLookUpEdit1.NullText = "(Chọn)";
     this.repositoryItemGridLookUpEdit1.View     = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn11
     });
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition1.Appearance.BackColor            = System.Drawing.Color.White;
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Gray;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Less;
     styleFormatCondition1.Value1     = "0";
     this.repositoryItemGridLookUpEdit1View.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowAutoFilterRow = true;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel    = false;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "Mã Hàng";
     this.gridColumn8.FieldName    = "Product_ID";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 0;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "Hàng Hóa";
     this.gridColumn9.FieldName    = "Product_Name";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 1;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "Số Lượng";
     this.gridColumn10.DisplayFormat.FormatString = "n0";
     this.gridColumn10.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn10.FieldName    = "Quantity";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 2;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "Kho Hàng";
     this.gridColumn11.FieldName    = "Stock_Name";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 3;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Tên Hàng";
     this.gridColumn2.FieldName    = "ProductName";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "Kho Hàng";
     this.gridColumn3.FieldName    = "Stock_Name";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Đơn Vị";
     this.gridColumn4.ColumnEdit   = this.repositoryItemLookUpEdit1;
     this.gridColumn4.FieldName    = "Unit_Name";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // 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("Unit_ID", "Mã Đơn Vị"),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Unit_Name", "Tên")
     });
     this.repositoryItemLookUpEdit1.DisplayMember = "Unit_Name";
     this.repositoryItemLookUpEdit1.Name          = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText      = "";
     this.repositoryItemLookUpEdit1.ValueMember   = "Unit_Name";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption    = "Số Lượng";
     this.gridColumn5.ColumnEdit = this.repositoryItemCalcEdit1;
     this.gridColumn5.DisplayFormat.FormatString = "n1";
     this.gridColumn5.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn5.FieldName = "Quantity";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 4;
     //
     // repositoryItemCalcEdit1
     //
     this.repositoryItemCalcEdit1.AutoHeight = false;
     this.repositoryItemCalcEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemCalcEdit1.Name = "repositoryItemCalcEdit1";
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Đơn Giá";
     this.gridColumn6.DisplayFormat.FormatString = "n0";
     this.gridColumn6.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn6.FieldName    = "UnitPrice";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 5;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Thành Tiền";
     this.gridColumn7.DisplayFormat.FormatString = "n0";
     this.gridColumn7.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn7.FieldName = "Amount";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.SummaryItem.DisplayFormat = "{0:n0}";
     this.gridColumn7.SummaryItem.SummaryType   = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 6;
     //
     // UC_THTonKho
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "UC_THTonKho";
     this.Size = new System.Drawing.Size(948, 492);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lookUpKhoNhap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNgayTao.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNgayTao.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhieuDK.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GhiChu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNguoiNhan.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).EndInit();
     this.ResumeLayout(false);
 }
Example #16
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(UCIn_MotivoInvCmb));
     this.colSEstado                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cmbMotivoInv               = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView4                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colIdMotivo_Inv            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDesc_mov_inv            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.MenuAcciones               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.nuevoToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.consultarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1                 = new System.Windows.Forms.ImageList(this.components);
     this.cmb_Acciones               = new DevExpress.XtraEditors.DropDownButton();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMotivoInv.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     this.MenuAcciones.SuspendLayout();
     this.SuspendLayout();
     //
     // colSEstado
     //
     this.colSEstado.Caption      = "Estado";
     this.colSEstado.FieldName    = "SEstado";
     this.colSEstado.Name         = "colSEstado";
     this.colSEstado.Visible      = true;
     this.colSEstado.VisibleIndex = 2;
     this.colSEstado.Width        = 204;
     //
     // cmbMotivoInv
     //
     this.cmbMotivoInv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.cmbMotivoInv.Location = new System.Drawing.Point(3, 2);
     this.cmbMotivoInv.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.cmbMotivoInv.Name     = "cmbMotivoInv";
     this.cmbMotivoInv.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbMotivoInv.Properties.DisplayMember = "Desc_mov_inv";
     this.cmbMotivoInv.Properties.ValueMember   = "IdMotivo_Inv";
     this.cmbMotivoInv.Properties.View          = this.gridView4;
     this.cmbMotivoInv.Size              = new System.Drawing.Size(329, 22);
     this.cmbMotivoInv.TabIndex          = 20;
     this.cmbMotivoInv.EditValueChanged += new System.EventHandler(this.cmbMotivoInv_EditValueChanged);
     this.cmbMotivoInv.Validating       += new System.ComponentModel.CancelEventHandler(this.cmbMotivoInv_Validating);
     this.cmbMotivoInv.Validated        += new System.EventHandler(this.cmbMotivoInv_Validated);
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colIdMotivo_Inv,
         this.colDesc_mov_inv,
         this.colSEstado
     });
     this.gridView4.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.colSEstado;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = "*ANULADO*";
     this.gridView4.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView4.OptionsView.ShowGroupPanel = false;
     //
     // colIdMotivo_Inv
     //
     this.colIdMotivo_Inv.Caption      = "Código";
     this.colIdMotivo_Inv.FieldName    = "IdMotivo_Inv";
     this.colIdMotivo_Inv.Name         = "colIdMotivo_Inv";
     this.colIdMotivo_Inv.Visible      = true;
     this.colIdMotivo_Inv.VisibleIndex = 0;
     this.colIdMotivo_Inv.Width        = 157;
     //
     // colDesc_mov_inv
     //
     this.colDesc_mov_inv.Caption      = "Nombre";
     this.colDesc_mov_inv.FieldName    = "Desc_mov_inv";
     this.colDesc_mov_inv.Name         = "colDesc_mov_inv";
     this.colDesc_mov_inv.Visible      = true;
     this.colDesc_mov_inv.VisibleIndex = 1;
     this.colDesc_mov_inv.Width        = 797;
     //
     // MenuAcciones
     //
     this.MenuAcciones.AllowDrop = true;
     this.MenuAcciones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.nuevoToolStripMenuItem,
         this.modificarToolStripMenuItem,
         this.consultarToolStripMenuItem
     });
     this.MenuAcciones.Name       = "MenuAcciones";
     this.MenuAcciones.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.MenuAcciones.Size       = new System.Drawing.Size(143, 76);
     this.MenuAcciones.Text       = "Acciones";
     //
     // nuevoToolStripMenuItem
     //
     this.nuevoToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     this.nuevoToolStripMenuItem.Name   = "nuevoToolStripMenuItem";
     this.nuevoToolStripMenuItem.Size   = new System.Drawing.Size(142, 24);
     this.nuevoToolStripMenuItem.Text   = "Nuevo";
     this.nuevoToolStripMenuItem.Click += new System.EventHandler(this.nuevoToolStripMenuItem_Click);
     //
     // modificarToolStripMenuItem
     //
     this.modificarToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("modificarToolStripMenuItem.Image")));
     this.modificarToolStripMenuItem.Name   = "modificarToolStripMenuItem";
     this.modificarToolStripMenuItem.Size   = new System.Drawing.Size(142, 24);
     this.modificarToolStripMenuItem.Text   = "Modificar";
     this.modificarToolStripMenuItem.Click += new System.EventHandler(this.modificarToolStripMenuItem_Click);
     //
     // consultarToolStripMenuItem
     //
     this.consultarToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("consultarToolStripMenuItem.Image")));
     this.consultarToolStripMenuItem.Name   = "consultarToolStripMenuItem";
     this.consultarToolStripMenuItem.Size   = new System.Drawing.Size(142, 24);
     this.consultarToolStripMenuItem.Text   = "Consultar";
     this.consultarToolStripMenuItem.Click += new System.EventHandler(this.consultarToolStripMenuItem_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "empleado.ico");
     this.imageList1.Images.SetKeyName(1, "nuevo_32x32.png");
     this.imageList1.Images.SetKeyName(2, "admin_32x32.png");
     this.imageList1.Images.SetKeyName(3, "downloads1.ico");
     this.imageList1.Images.SetKeyName(4, "ico_insert1.png");
     //
     // cmb_Acciones
     //
     this.cmb_Acciones.ContextMenuStrip = this.MenuAcciones;
     this.cmb_Acciones.ImageIndex       = 1;
     this.cmb_Acciones.ImageList        = this.imageList1;
     this.cmb_Acciones.Location         = new System.Drawing.Point(337, 0);
     this.cmb_Acciones.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.cmb_Acciones.Name             = "cmb_Acciones";
     this.cmb_Acciones.ShowArrowButton  = false;
     this.cmb_Acciones.Size             = new System.Drawing.Size(48, 32);
     this.cmb_Acciones.TabIndex         = 111;
     this.cmb_Acciones.Click           += new System.EventHandler(this.cmb_Acciones_Click);
     //
     // UCIn_MotivoInvCmb
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cmb_Acciones);
     this.Controls.Add(this.cmbMotivoInv);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "UCIn_MotivoInvCmb";
     this.Size   = new System.Drawing.Size(397, 32);
     this.Load  += new System.EventHandler(this.UCIn_MotivoInvCmb_Load);
     ((System.ComponentModel.ISupportInitialize)(this.cmbMotivoInv.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     this.MenuAcciones.ResumeLayout(false);
     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.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f0000_gd_dat_hang_gd_log_dat_hang));
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.m_grc_gd_dat_hang_gd_log_dat_hang = new DevExpress.XtraGrid.GridControl();
            this.m_grv_gd_dat_hang_gd_log_dat_hang = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.MA_DON_HANG = new DevExpress.XtraGrid.Columns.GridColumn();
            this.HO_TEN_USER_DAT_HANG = new DevExpress.XtraGrid.Columns.GridColumn();
            this.DON_VI = new DevExpress.XtraGrid.Columns.GridColumn();
            this.DIEN_THOAI = new DevExpress.XtraGrid.Columns.GridColumn();
            this.TEN_NHOM_DICH_VU = new DevExpress.XtraGrid.Columns.GridColumn();
            this.NOI_DUNG_DAT_HANG = new DevExpress.XtraGrid.Columns.GridColumn();
            this.THOI_GIAN_TAO = new DevExpress.XtraGrid.Columns.GridColumn();
            this.THOI_DIEM_CAN_HOAN_THANH = new DevExpress.XtraGrid.Columns.GridColumn();
            this.THOI_GIAN_CAN_HOAN_THANH = new DevExpress.XtraGrid.Columns.GridColumn();
            this.NGUOI_TAO_THAO_TAC_LOG = new DevExpress.XtraGrid.Columns.GridColumn();
            this.GHI_CHU = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.PHUONG_THUC_DAT_HANG = new DevExpress.XtraGrid.Columns.GridColumn();
            this.CHI_NHANH = new DevExpress.XtraGrid.Columns.GridColumn();
            this.GHI_CHU_DH = new DevExpress.XtraGrid.Columns.GridColumn();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel9 = new System.Windows.Forms.Panel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel8 = new System.Windows.Forms.Panel();
            this.m_lab_tieu_de = new System.Windows.Forms.Label();
            this.m_panel_TM = new System.Windows.Forms.Panel();
            this.panel13 = new System.Windows.Forms.Panel();
            this.m_cmd_TM_huy_hon_hang = new DevExpress.XtraEditors.SimpleButton();
            this.panel7 = new System.Windows.Forms.Panel();
            this.m_cmd_TM_cap_nhat_xu_ly = new DevExpress.XtraEditors.SimpleButton();
            this.m_cmd_TM_danh_gia = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_TD = new System.Windows.Forms.Panel();
            this.panel12 = new System.Windows.Forms.Panel();
            this.m_cmd_TD_cap_nhat_xu_ly = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_cap_nhat_don_hang_TD = new System.Windows.Forms.Panel();
            this.m_cmd_cap_nhat_TD = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_TD_tu_choi = new System.Windows.Forms.Panel();
            this.m_cmd_TD_huy_hon_hang = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_TD_hoan_thanh = new System.Windows.Forms.Panel();
            this.m_cmd_TD_hoan_thanh = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_TD_tiep_nhan = new System.Windows.Forms.Panel();
            this.m_cmd_TD_tiep_nhan_xu_ly = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_PM = new System.Windows.Forms.Panel();
            this.panel10 = new System.Windows.Forms.Panel();
            this.m_cmd_PM_cap_nhat_xu_ly = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_cap_nhat_don_hang_PM = new System.Windows.Forms.Panel();
            this.m_cmd_cap_nhat_PM = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_PM_dieu_phoi_lai = new System.Windows.Forms.Panel();
            this.m_cmd_PM_dieu_phoi = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_PM_hoan_thanh = new System.Windows.Forms.Panel();
            this.m_cmd_PM_bao_Cao_hoan_thanh = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_PM_gui_TD = new System.Windows.Forms.Panel();
            this.m_cmd_PM_gui_cho_TD = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_PM_tiep_nhan = new System.Windows.Forms.Panel();
            this.m_cmd_PM_tiep_nhan = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_BO = new System.Windows.Forms.Panel();
            this.m_panel_bo_chuyen_len_pm = new System.Windows.Forms.Panel();
            this.m_cmd_bo_chuyen_pm = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_bo_cap_nhat_xu_ly = new System.Windows.Forms.Panel();
            this.m_cmd_BO_cap_nhat_xu_ly = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_cap_nhat_don_hang_BO = new System.Windows.Forms.Panel();
            this.m_cmd_cap_nhat_BO = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_BO_hoan_thanh = new System.Windows.Forms.Panel();
            this.m_cmd_bao_cao_hoan_thanh = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_BO_tu_choi = new System.Windows.Forms.Panel();
            this.m_cmd_BO_tu_choi = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_BO_tiep_nhan = new System.Windows.Forms.Panel();
            this.m_cmd_FO_tiep_nhan = new DevExpress.XtraEditors.SimpleButton();
            this.m_panel_FO = new System.Windows.Forms.Panel();
            this.panel14 = new System.Windows.Forms.Panel();
            this.m_cmd_FO_huy_hon_hang = new DevExpress.XtraEditors.SimpleButton();
            this.panel6 = new System.Windows.Forms.Panel();
            this.m_cmd_dieu_phoi_cho_PM = new DevExpress.XtraEditors.SimpleButton();
            this.panel5 = new System.Windows.Forms.Panel();
            this.m_cmd_dieu_phoi_lai = new DevExpress.XtraEditors.SimpleButton();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_grc_gd_dat_hang_gd_log_dat_hang)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_grv_gd_dat_hang_gd_log_dat_hang)).BeginInit();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel9.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel8.SuspendLayout();
            this.m_panel_TM.SuspendLayout();
            this.panel13.SuspendLayout();
            this.panel7.SuspendLayout();
            this.m_panel_TD.SuspendLayout();
            this.panel12.SuspendLayout();
            this.m_panel_cap_nhat_don_hang_TD.SuspendLayout();
            this.m_panel_TD_tu_choi.SuspendLayout();
            this.m_panel_TD_hoan_thanh.SuspendLayout();
            this.m_panel_TD_tiep_nhan.SuspendLayout();
            this.m_panel_PM.SuspendLayout();
            this.panel10.SuspendLayout();
            this.m_panel_cap_nhat_don_hang_PM.SuspendLayout();
            this.m_panel_PM_dieu_phoi_lai.SuspendLayout();
            this.m_panel_PM_hoan_thanh.SuspendLayout();
            this.m_panel_PM_gui_TD.SuspendLayout();
            this.m_panel_PM_tiep_nhan.SuspendLayout();
            this.m_panel_BO.SuspendLayout();
            this.m_panel_bo_chuyen_len_pm.SuspendLayout();
            this.m_panel_bo_cap_nhat_xu_ly.SuspendLayout();
            this.m_panel_cap_nhat_don_hang_BO.SuspendLayout();
            this.m_panel_BO_hoan_thanh.SuspendLayout();
            this.m_panel_BO_tu_choi.SuspendLayout();
            this.m_panel_BO_tiep_nhan.SuspendLayout();
            this.m_panel_FO.SuspendLayout();
            this.panel14.SuspendLayout();
            this.panel6.SuspendLayout();
            this.panel5.SuspendLayout();
            this.SuspendLayout();
            // 
            // gridView1
            // 
            this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.Maroon;
            this.gridView1.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.Maroon;
            this.gridView1.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.Maroon;
            this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1});
            this.gridView1.GridControl = this.m_grc_gd_dat_hang_gd_log_dat_hang;
            this.gridView1.Name = "gridView1";
            // 
            // gridColumn1
            // 
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            // 
            // m_grc_gd_dat_hang_gd_log_dat_hang
            // 
            this.m_grc_gd_dat_hang_gd_log_dat_hang.Cursor = System.Windows.Forms.Cursors.Default;
            this.m_grc_gd_dat_hang_gd_log_dat_hang.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_grc_gd_dat_hang_gd_log_dat_hang.Location = new System.Drawing.Point(0, 0);
            this.m_grc_gd_dat_hang_gd_log_dat_hang.MainView = this.m_grv_gd_dat_hang_gd_log_dat_hang;
            this.m_grc_gd_dat_hang_gd_log_dat_hang.Name = "m_grc_gd_dat_hang_gd_log_dat_hang";
            this.m_grc_gd_dat_hang_gd_log_dat_hang.Size = new System.Drawing.Size(1242, 413);
            this.m_grc_gd_dat_hang_gd_log_dat_hang.TabIndex = 20;
            this.m_grc_gd_dat_hang_gd_log_dat_hang.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.m_grv_gd_dat_hang_gd_log_dat_hang,
            this.gridView1});
            // 
            // m_grv_gd_dat_hang_gd_log_dat_hang
            // 
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Empty.BackColor2 = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Empty.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.EvenRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.EvenRow.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.EvenRow.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.EvenRow.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterPanel.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterPanel.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FilterPanel.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(133)))), ((int)(((byte)(195)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FixedLine.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedCell.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedCell.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(139)))), ((int)(((byte)(206)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedRow.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedRow.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FocusedRow.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FooterPanel.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.FooterPanel.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupButton.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupButton.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupFooter.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupFooter.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupPanel.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupPanel.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupRow.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupRow.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.GroupRow.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(170)))), ((int)(((byte)(225)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HideSelectionRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HideSelectionRow.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.HorzLine.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.OddRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.OddRow.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.OddRow.Options.UseBorderColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.OddRow.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Preview.Font = new System.Drawing.Font("Verdana", 7.5F);
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Preview.Options.UseFont = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Preview.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Row.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.Row.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.RowSeparator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.RowSeparator.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.SelectedRow.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.SelectedRow.Options.UseForeColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.TopNewRow.BackColor = System.Drawing.Color.White;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.TopNewRow.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Appearance.VertLine.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.AppearancePrint.HeaderPanel.BackColor = System.Drawing.Color.Red;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.AppearancePrint.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.m_grv_gd_dat_hang_gd_log_dat_hang.AppearancePrint.HeaderPanel.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.AppearancePrint.HeaderPanel.Options.UseFont = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.AppearancePrint.Lines.BackColor = System.Drawing.Color.Aquamarine;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.AppearancePrint.Lines.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.m_grv_gd_dat_hang_gd_log_dat_hang.AppearancePrint.Lines.Options.UseBackColor = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.ColumnPanelRowHeight = 20;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.MA_DON_HANG,
            this.HO_TEN_USER_DAT_HANG,
            this.DON_VI,
            this.DIEN_THOAI,
            this.TEN_NHOM_DICH_VU,
            this.NOI_DUNG_DAT_HANG,
            this.THOI_GIAN_TAO,
            this.THOI_DIEM_CAN_HOAN_THANH,
            this.THOI_GIAN_CAN_HOAN_THANH,
            this.NGUOI_TAO_THAO_TAC_LOG,
            this.GHI_CHU,
            this.gridColumn2,
            this.PHUONG_THUC_DAT_HANG,
            this.CHI_NHANH,
            this.GHI_CHU_DH});
            this.m_grv_gd_dat_hang_gd_log_dat_hang.CustomizationFormBounds = new System.Drawing.Rectangle(745, 437, 216, 178);
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
            styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
            styleFormatCondition1.Appearance.BorderColor = System.Drawing.Color.Gray;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Black;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Appearance.Options.UseBorderColor = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[THOI_DIEM_CAN_HOAN_THANH] <= Now()";
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
            styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
            styleFormatCondition2.Appearance.BorderColor = System.Drawing.Color.Gray;
            styleFormatCondition2.Appearance.ForeColor = System.Drawing.Color.Black;
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.Appearance.Options.UseBorderColor = true;
            styleFormatCondition2.Appearance.Options.UseForeColor = true;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = " [THOI_DIEM_CAN_HOAN_THANH] >= GetDate(AddDay(Today(),-1))";
            this.m_grv_gd_dat_hang_gd_log_dat_hang.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.m_grv_gd_dat_hang_gd_log_dat_hang.GridControl = this.m_grc_gd_dat_hang_gd_log_dat_hang;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.IndicatorWidth = 50;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.Name = "m_grv_gd_dat_hang_gd_log_dat_hang";
            this.m_grv_gd_dat_hang_gd_log_dat_hang.OptionsBehavior.Editable = false;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.OptionsNavigation.AutoFocusNewRow = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.OptionsView.ColumnAutoWidth = false;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.OptionsView.EnableAppearanceEvenRow = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.OptionsView.EnableAppearanceOddRow = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.OptionsView.ShowAutoFilterRow = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.OptionsView.ShowFooter = true;
            this.m_grv_gd_dat_hang_gd_log_dat_hang.PaintStyleName = "MixedXP";
            this.m_grv_gd_dat_hang_gd_log_dat_hang.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.m_grv_gd_dat_hang_gd_log_dat_hang_CustomDrawRowIndicator);
            this.m_grv_gd_dat_hang_gd_log_dat_hang.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.m_grv_gd_dat_hang_gd_log_dat_hang_PopupMenuShowing);
            this.m_grv_gd_dat_hang_gd_log_dat_hang.DoubleClick += new System.EventHandler(this.m_grv_gd_dat_hang_gd_log_dat_hang_DoubleClick);
            // 
            // MA_DON_HANG
            // 
            this.MA_DON_HANG.Caption = "MÃ ĐƠN HÀNG";
            this.MA_DON_HANG.FieldName = "MA_DON_HANG";
            this.MA_DON_HANG.Name = "MA_DON_HANG";
            this.MA_DON_HANG.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
            this.MA_DON_HANG.Visible = true;
            this.MA_DON_HANG.VisibleIndex = 0;
            this.MA_DON_HANG.Width = 120;
            // 
            // HO_TEN_USER_DAT_HANG
            // 
            this.HO_TEN_USER_DAT_HANG.Caption = "NGƯỜI ĐẶT HÀNG";
            this.HO_TEN_USER_DAT_HANG.FieldName = "USER_NAME";
            this.HO_TEN_USER_DAT_HANG.Name = "HO_TEN_USER_DAT_HANG";
            this.HO_TEN_USER_DAT_HANG.Visible = true;
            this.HO_TEN_USER_DAT_HANG.VisibleIndex = 1;
            this.HO_TEN_USER_DAT_HANG.Width = 135;
            // 
            // DON_VI
            // 
            this.DON_VI.Caption = "ĐƠN VỊ";
            this.DON_VI.FieldName = "MA_DON_VI";
            this.DON_VI.Name = "DON_VI";
            this.DON_VI.Visible = true;
            this.DON_VI.VisibleIndex = 3;
            this.DON_VI.Width = 68;
            // 
            // DIEN_THOAI
            // 
            this.DIEN_THOAI.Caption = "ĐIỆN THOẠI";
            this.DIEN_THOAI.FieldName = "DIEN_THOAI";
            this.DIEN_THOAI.Name = "DIEN_THOAI";
            this.DIEN_THOAI.Visible = true;
            this.DIEN_THOAI.VisibleIndex = 2;
            this.DIEN_THOAI.Width = 97;
            // 
            // TEN_NHOM_DICH_VU
            // 
            this.TEN_NHOM_DICH_VU.Caption = "DỊCH VỤ SỬ DỤNG";
            this.TEN_NHOM_DICH_VU.FieldName = "TEN_NHOM_DICH_VU_YEU_CAU";
            this.TEN_NHOM_DICH_VU.Name = "TEN_NHOM_DICH_VU";
            this.TEN_NHOM_DICH_VU.Visible = true;
            this.TEN_NHOM_DICH_VU.VisibleIndex = 4;
            this.TEN_NHOM_DICH_VU.Width = 133;
            // 
            // NOI_DUNG_DAT_HANG
            // 
            this.NOI_DUNG_DAT_HANG.Caption = "YÊU CẦU CỤ THỂ";
            this.NOI_DUNG_DAT_HANG.FieldName = "NOI_DUNG_DAT_HANG";
            this.NOI_DUNG_DAT_HANG.Name = "NOI_DUNG_DAT_HANG";
            this.NOI_DUNG_DAT_HANG.Visible = true;
            this.NOI_DUNG_DAT_HANG.VisibleIndex = 5;
            this.NOI_DUNG_DAT_HANG.Width = 148;
            // 
            // THOI_GIAN_TAO
            // 
            this.THOI_GIAN_TAO.Caption = "THỜI ĐIỂM NHẬN ĐẶT HÀNG";
            this.THOI_GIAN_TAO.DisplayFormat.FormatString = "g";
            this.THOI_GIAN_TAO.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.THOI_GIAN_TAO.FieldName = "THOI_GIAN_TAO";
            this.THOI_GIAN_TAO.Name = "THOI_GIAN_TAO";
            this.THOI_GIAN_TAO.Visible = true;
            this.THOI_GIAN_TAO.VisibleIndex = 6;
            this.THOI_GIAN_TAO.Width = 136;
            // 
            // THOI_DIEM_CAN_HOAN_THANH
            // 
            this.THOI_DIEM_CAN_HOAN_THANH.Caption = "THỜI ĐIỂM CẦN HOÀN THÀNH";
            this.THOI_DIEM_CAN_HOAN_THANH.DisplayFormat.FormatString = "g";
            this.THOI_DIEM_CAN_HOAN_THANH.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.THOI_DIEM_CAN_HOAN_THANH.FieldName = "THOI_DIEM_CAN_HOAN_THANH";
            this.THOI_DIEM_CAN_HOAN_THANH.Name = "THOI_DIEM_CAN_HOAN_THANH";
            this.THOI_DIEM_CAN_HOAN_THANH.Visible = true;
            this.THOI_DIEM_CAN_HOAN_THANH.VisibleIndex = 7;
            this.THOI_DIEM_CAN_HOAN_THANH.Width = 163;
            // 
            // THOI_GIAN_CAN_HOAN_THANH
            // 
            this.THOI_GIAN_CAN_HOAN_THANH.Caption = "THỜI GIAN CẦN HOÀN THÀNH";
            this.THOI_GIAN_CAN_HOAN_THANH.FieldName = "LOAI_THOI_GIAN_CAN_HOAN_THANH";
            this.THOI_GIAN_CAN_HOAN_THANH.Name = "THOI_GIAN_CAN_HOAN_THANH";
            this.THOI_GIAN_CAN_HOAN_THANH.Visible = true;
            this.THOI_GIAN_CAN_HOAN_THANH.VisibleIndex = 8;
            this.THOI_GIAN_CAN_HOAN_THANH.Width = 178;
            // 
            // NGUOI_TAO_THAO_TAC_LOG
            // 
            this.NGUOI_TAO_THAO_TAC_LOG.Caption = "NHÂN VIÊN TỪ CHỐI";
            this.NGUOI_TAO_THAO_TAC_LOG.FieldName = "TEN_NGUOI_TAO_THAO_TAC_LOG";
            this.NGUOI_TAO_THAO_TAC_LOG.Name = "NGUOI_TAO_THAO_TAC_LOG";
            this.NGUOI_TAO_THAO_TAC_LOG.Visible = true;
            this.NGUOI_TAO_THAO_TAC_LOG.VisibleIndex = 9;
            this.NGUOI_TAO_THAO_TAC_LOG.Width = 165;
            // 
            // GHI_CHU
            // 
            this.GHI_CHU.Caption = "LÝ DO TỪ CHỐI";
            this.GHI_CHU.FieldName = "GHI_CHU";
            this.GHI_CHU.Name = "GHI_CHU";
            this.GHI_CHU.Visible = true;
            this.GHI_CHU.VisibleIndex = 10;
            this.GHI_CHU.Width = 93;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "THỜI ĐIỂM TỪ CHỐI";
            this.gridColumn2.FieldName = "NGAY_LAP_THAO_TAC";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 11;
            // 
            // PHUONG_THUC_DAT_HANG
            // 
            this.PHUONG_THUC_DAT_HANG.Caption = "PHƯƠNG THỨC ĐẶT HÀNG";
            this.PHUONG_THUC_DAT_HANG.FieldName = "TEN_PHUONG_THUC_DAT_HANG";
            this.PHUONG_THUC_DAT_HANG.Name = "PHUONG_THUC_DAT_HANG";
            this.PHUONG_THUC_DAT_HANG.Visible = true;
            this.PHUONG_THUC_DAT_HANG.VisibleIndex = 13;
            this.PHUONG_THUC_DAT_HANG.Width = 156;
            // 
            // CHI_NHANH
            // 
            this.CHI_NHANH.Caption = "CHI NHÁNH";
            this.CHI_NHANH.FieldName = "TEN_CHI_NHANH";
            this.CHI_NHANH.Name = "CHI_NHANH";
            this.CHI_NHANH.Visible = true;
            this.CHI_NHANH.VisibleIndex = 12;
            this.CHI_NHANH.Width = 86;
            // 
            // GHI_CHU_DH
            // 
            this.GHI_CHU_DH.Caption = "GHI CHÚ";
            this.GHI_CHU_DH.CustomizationCaption = " ";
            this.GHI_CHU_DH.FieldName = "GHI_CHU";
            this.GHI_CHU_DH.Name = "GHI_CHU_DH";
            this.GHI_CHU_DH.Visible = true;
            this.GHI_CHU_DH.VisibleIndex = 14;
            this.GHI_CHU_DH.Width = 170;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.panel3);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1242, 660);
            this.panel2.TabIndex = 0;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.panel9);
            this.panel3.Controls.Add(this.m_panel_TM);
            this.panel3.Controls.Add(this.m_panel_TD);
            this.panel3.Controls.Add(this.m_panel_PM);
            this.panel3.Controls.Add(this.m_panel_BO);
            this.panel3.Controls.Add(this.m_panel_FO);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(1242, 660);
            this.panel3.TabIndex = 3;
            // 
            // panel9
            // 
            this.panel9.Controls.Add(this.panel1);
            this.panel9.Controls.Add(this.panel8);
            this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel9.Location = new System.Drawing.Point(0, 0);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(1242, 472);
            this.panel9.TabIndex = 21;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.m_grc_gd_dat_hang_gd_log_dat_hang);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 59);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1242, 413);
            this.panel1.TabIndex = 21;
            // 
            // panel8
            // 
            this.panel8.Controls.Add(this.m_lab_tieu_de);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel8.Location = new System.Drawing.Point(0, 0);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(1242, 59);
            this.panel8.TabIndex = 20;
            // 
            // m_lab_tieu_de
            // 
            this.m_lab_tieu_de.AutoSize = true;
            this.m_lab_tieu_de.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lab_tieu_de.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.m_lab_tieu_de.Location = new System.Drawing.Point(10, 21);
            this.m_lab_tieu_de.Name = "m_lab_tieu_de";
            this.m_lab_tieu_de.Size = new System.Drawing.Size(165, 19);
            this.m_lab_tieu_de.TabIndex = 0;
            this.m_lab_tieu_de.Text = "Danh sách giao dịch";
            // 
            // m_panel_TM
            // 
            this.m_panel_TM.Controls.Add(this.panel13);
            this.m_panel_TM.Controls.Add(this.panel7);
            this.m_panel_TM.Controls.Add(this.m_cmd_TM_danh_gia);
            this.m_panel_TM.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_panel_TM.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_panel_TM.Location = new System.Drawing.Point(0, 472);
            this.m_panel_TM.Name = "m_panel_TM";
            this.m_panel_TM.Size = new System.Drawing.Size(1242, 37);
            this.m_panel_TM.TabIndex = 23;
            this.m_panel_TM.Visible = false;
            // 
            // panel13
            // 
            this.panel13.Controls.Add(this.m_cmd_TM_huy_hon_hang);
            this.panel13.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel13.Location = new System.Drawing.Point(741, 0);
            this.panel13.Name = "panel13";
            this.panel13.Size = new System.Drawing.Size(165, 37);
            this.panel13.TabIndex = 3;
            // 
            // m_cmd_TM_huy_hon_hang
            // 
            this.m_cmd_TM_huy_hon_hang.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_TM_huy_hon_hang.Appearance.Options.UseFont = true;
            this.m_cmd_TM_huy_hon_hang.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_TM_huy_hon_hang.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_TM_huy_hon_hang.Image")));
            this.m_cmd_TM_huy_hon_hang.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_TM_huy_hon_hang.Name = "m_cmd_TM_huy_hon_hang";
            this.m_cmd_TM_huy_hon_hang.Size = new System.Drawing.Size(165, 37);
            this.m_cmd_TM_huy_hon_hang.TabIndex = 3;
            this.m_cmd_TM_huy_hon_hang.Text = "Hủy đơn hàng";
            this.m_cmd_TM_huy_hon_hang.Click += new System.EventHandler(this.m_cmd_TM_huy_hon_hang_Click);
            // 
            // panel7
            // 
            this.panel7.Controls.Add(this.m_cmd_TM_cap_nhat_xu_ly);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel7.Location = new System.Drawing.Point(906, 0);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(164, 37);
            this.panel7.TabIndex = 2;
            // 
            // m_cmd_TM_cap_nhat_xu_ly
            // 
            this.m_cmd_TM_cap_nhat_xu_ly.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_TM_cap_nhat_xu_ly.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_TM_cap_nhat_xu_ly.Image")));
            this.m_cmd_TM_cap_nhat_xu_ly.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_TM_cap_nhat_xu_ly.Name = "m_cmd_TM_cap_nhat_xu_ly";
            this.m_cmd_TM_cap_nhat_xu_ly.Size = new System.Drawing.Size(164, 37);
            this.m_cmd_TM_cap_nhat_xu_ly.TabIndex = 2;
            this.m_cmd_TM_cap_nhat_xu_ly.Text = "Cập nhật xử lý ";
            this.m_cmd_TM_cap_nhat_xu_ly.Click += new System.EventHandler(this.m_cmd_TM_cap_nhat_xu_ly_Click);
            // 
            // m_cmd_TM_danh_gia
            // 
            this.m_cmd_TM_danh_gia.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_TM_danh_gia.Appearance.Options.UseFont = true;
            this.m_cmd_TM_danh_gia.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_TM_danh_gia.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_TM_danh_gia.Image")));
            this.m_cmd_TM_danh_gia.Location = new System.Drawing.Point(1070, 0);
            this.m_cmd_TM_danh_gia.Name = "m_cmd_TM_danh_gia";
            this.m_cmd_TM_danh_gia.Size = new System.Drawing.Size(172, 37);
            this.m_cmd_TM_danh_gia.TabIndex = 1;
            this.m_cmd_TM_danh_gia.Text = "Nghiệm thu";
            this.m_cmd_TM_danh_gia.Visible = false;
            this.m_cmd_TM_danh_gia.Click += new System.EventHandler(this.m_cmd_TM_danh_gia_Click);
            // 
            // m_panel_TD
            // 
            this.m_panel_TD.Controls.Add(this.panel12);
            this.m_panel_TD.Controls.Add(this.m_panel_cap_nhat_don_hang_TD);
            this.m_panel_TD.Controls.Add(this.m_panel_TD_tu_choi);
            this.m_panel_TD.Controls.Add(this.m_panel_TD_hoan_thanh);
            this.m_panel_TD.Controls.Add(this.m_panel_TD_tiep_nhan);
            this.m_panel_TD.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_panel_TD.Location = new System.Drawing.Point(0, 509);
            this.m_panel_TD.Name = "m_panel_TD";
            this.m_panel_TD.Size = new System.Drawing.Size(1242, 39);
            this.m_panel_TD.TabIndex = 22;
            this.m_panel_TD.Visible = false;
            // 
            // panel12
            // 
            this.panel12.Controls.Add(this.m_cmd_TD_cap_nhat_xu_ly);
            this.panel12.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel12.Location = new System.Drawing.Point(396, 0);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(173, 39);
            this.panel12.TabIndex = 3;
            // 
            // m_cmd_TD_cap_nhat_xu_ly
            // 
            this.m_cmd_TD_cap_nhat_xu_ly.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_TD_cap_nhat_xu_ly.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_TD_cap_nhat_xu_ly.Image")));
            this.m_cmd_TD_cap_nhat_xu_ly.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_TD_cap_nhat_xu_ly.Name = "m_cmd_TD_cap_nhat_xu_ly";
            this.m_cmd_TD_cap_nhat_xu_ly.Size = new System.Drawing.Size(173, 39);
            this.m_cmd_TD_cap_nhat_xu_ly.TabIndex = 1;
            this.m_cmd_TD_cap_nhat_xu_ly.Text = "Cập nhật xử lý ";
            this.m_cmd_TD_cap_nhat_xu_ly.Click += new System.EventHandler(this.m_cmd_TD_cap_nhat_xu_ly_Click);
            // 
            // m_panel_cap_nhat_don_hang_TD
            // 
            this.m_panel_cap_nhat_don_hang_TD.Controls.Add(this.m_cmd_cap_nhat_TD);
            this.m_panel_cap_nhat_don_hang_TD.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_cap_nhat_don_hang_TD.Location = new System.Drawing.Point(569, 0);
            this.m_panel_cap_nhat_don_hang_TD.Name = "m_panel_cap_nhat_don_hang_TD";
            this.m_panel_cap_nhat_don_hang_TD.Size = new System.Drawing.Size(172, 39);
            this.m_panel_cap_nhat_don_hang_TD.TabIndex = 3;
            // 
            // m_cmd_cap_nhat_TD
            // 
            this.m_cmd_cap_nhat_TD.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_cap_nhat_TD.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_cap_nhat_TD.Image")));
            this.m_cmd_cap_nhat_TD.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_cap_nhat_TD.Name = "m_cmd_cap_nhat_TD";
            this.m_cmd_cap_nhat_TD.Size = new System.Drawing.Size(172, 39);
            this.m_cmd_cap_nhat_TD.TabIndex = 0;
            this.m_cmd_cap_nhat_TD.Text = "Cập nhật";
            this.m_cmd_cap_nhat_TD.Click += new System.EventHandler(this.m_cmd_cap_nhat_TD_Click);
            // 
            // m_panel_TD_tu_choi
            // 
            this.m_panel_TD_tu_choi.Controls.Add(this.m_cmd_TD_huy_hon_hang);
            this.m_panel_TD_tu_choi.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_TD_tu_choi.Location = new System.Drawing.Point(741, 0);
            this.m_panel_TD_tu_choi.Name = "m_panel_TD_tu_choi";
            this.m_panel_TD_tu_choi.Size = new System.Drawing.Size(165, 39);
            this.m_panel_TD_tu_choi.TabIndex = 0;
            // 
            // m_cmd_TD_huy_hon_hang
            // 
            this.m_cmd_TD_huy_hon_hang.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_TD_huy_hon_hang.Appearance.Options.UseFont = true;
            this.m_cmd_TD_huy_hon_hang.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_TD_huy_hon_hang.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_TD_huy_hon_hang.Image")));
            this.m_cmd_TD_huy_hon_hang.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_TD_huy_hon_hang.Name = "m_cmd_TD_huy_hon_hang";
            this.m_cmd_TD_huy_hon_hang.Size = new System.Drawing.Size(165, 39);
            this.m_cmd_TD_huy_hon_hang.TabIndex = 1;
            this.m_cmd_TD_huy_hon_hang.Text = "Hủy đơn hàng";
            this.m_cmd_TD_huy_hon_hang.Visible = false;
            this.m_cmd_TD_huy_hon_hang.Click += new System.EventHandler(this.m_cmd_admin_huy_hon_hang_Click);
            // 
            // m_panel_TD_hoan_thanh
            // 
            this.m_panel_TD_hoan_thanh.Controls.Add(this.m_cmd_TD_hoan_thanh);
            this.m_panel_TD_hoan_thanh.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_TD_hoan_thanh.Location = new System.Drawing.Point(906, 0);
            this.m_panel_TD_hoan_thanh.Name = "m_panel_TD_hoan_thanh";
            this.m_panel_TD_hoan_thanh.Size = new System.Drawing.Size(164, 39);
            this.m_panel_TD_hoan_thanh.TabIndex = 0;
            // 
            // m_cmd_TD_hoan_thanh
            // 
            this.m_cmd_TD_hoan_thanh.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_TD_hoan_thanh.Appearance.Options.UseFont = true;
            this.m_cmd_TD_hoan_thanh.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_TD_hoan_thanh.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_TD_hoan_thanh.Image")));
            this.m_cmd_TD_hoan_thanh.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_TD_hoan_thanh.Name = "m_cmd_TD_hoan_thanh";
            this.m_cmd_TD_hoan_thanh.Size = new System.Drawing.Size(164, 39);
            this.m_cmd_TD_hoan_thanh.TabIndex = 2;
            this.m_cmd_TD_hoan_thanh.Text = "Báo đã xử lý";
            this.m_cmd_TD_hoan_thanh.Visible = false;
            this.m_cmd_TD_hoan_thanh.Click += new System.EventHandler(this.m_cmd_admin_hoan_thanh_Click);
            // 
            // m_panel_TD_tiep_nhan
            // 
            this.m_panel_TD_tiep_nhan.Controls.Add(this.m_cmd_TD_tiep_nhan_xu_ly);
            this.m_panel_TD_tiep_nhan.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_TD_tiep_nhan.Location = new System.Drawing.Point(1070, 0);
            this.m_panel_TD_tiep_nhan.Name = "m_panel_TD_tiep_nhan";
            this.m_panel_TD_tiep_nhan.Size = new System.Drawing.Size(172, 39);
            this.m_panel_TD_tiep_nhan.TabIndex = 0;
            // 
            // m_cmd_TD_tiep_nhan_xu_ly
            // 
            this.m_cmd_TD_tiep_nhan_xu_ly.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_TD_tiep_nhan_xu_ly.Appearance.Options.UseFont = true;
            this.m_cmd_TD_tiep_nhan_xu_ly.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_TD_tiep_nhan_xu_ly.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_TD_tiep_nhan_xu_ly.Image")));
            this.m_cmd_TD_tiep_nhan_xu_ly.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_TD_tiep_nhan_xu_ly.Name = "m_cmd_TD_tiep_nhan_xu_ly";
            this.m_cmd_TD_tiep_nhan_xu_ly.Size = new System.Drawing.Size(172, 39);
            this.m_cmd_TD_tiep_nhan_xu_ly.TabIndex = 1;
            this.m_cmd_TD_tiep_nhan_xu_ly.Text = "Tiếp nhận xử lý";
            this.m_cmd_TD_tiep_nhan_xu_ly.Visible = false;
            this.m_cmd_TD_tiep_nhan_xu_ly.Click += new System.EventHandler(this.m_cmd_admin_tiep_nhan_xu_ly_Click);
            // 
            // m_panel_PM
            // 
            this.m_panel_PM.Controls.Add(this.panel10);
            this.m_panel_PM.Controls.Add(this.m_panel_cap_nhat_don_hang_PM);
            this.m_panel_PM.Controls.Add(this.m_panel_PM_dieu_phoi_lai);
            this.m_panel_PM.Controls.Add(this.m_panel_PM_hoan_thanh);
            this.m_panel_PM.Controls.Add(this.m_panel_PM_gui_TD);
            this.m_panel_PM.Controls.Add(this.m_panel_PM_tiep_nhan);
            this.m_panel_PM.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_panel_PM.Location = new System.Drawing.Point(0, 548);
            this.m_panel_PM.Name = "m_panel_PM";
            this.m_panel_PM.Size = new System.Drawing.Size(1242, 34);
            this.m_panel_PM.TabIndex = 21;
            this.m_panel_PM.Visible = false;
            // 
            // panel10
            // 
            this.panel10.Controls.Add(this.m_cmd_PM_cap_nhat_xu_ly);
            this.panel10.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel10.Location = new System.Drawing.Point(228, 0);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(168, 34);
            this.panel10.TabIndex = 3;
            // 
            // m_cmd_PM_cap_nhat_xu_ly
            // 
            this.m_cmd_PM_cap_nhat_xu_ly.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_PM_cap_nhat_xu_ly.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_PM_cap_nhat_xu_ly.Image")));
            this.m_cmd_PM_cap_nhat_xu_ly.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_PM_cap_nhat_xu_ly.Name = "m_cmd_PM_cap_nhat_xu_ly";
            this.m_cmd_PM_cap_nhat_xu_ly.Size = new System.Drawing.Size(168, 34);
            this.m_cmd_PM_cap_nhat_xu_ly.TabIndex = 1;
            this.m_cmd_PM_cap_nhat_xu_ly.Text = "Cập nhật xử lý ";
            this.m_cmd_PM_cap_nhat_xu_ly.Click += new System.EventHandler(this.m_cmd_PM_cap_nhat_xu_ly_Click);
            // 
            // m_panel_cap_nhat_don_hang_PM
            // 
            this.m_panel_cap_nhat_don_hang_PM.Controls.Add(this.m_cmd_cap_nhat_PM);
            this.m_panel_cap_nhat_don_hang_PM.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_cap_nhat_don_hang_PM.Location = new System.Drawing.Point(396, 0);
            this.m_panel_cap_nhat_don_hang_PM.Name = "m_panel_cap_nhat_don_hang_PM";
            this.m_panel_cap_nhat_don_hang_PM.Size = new System.Drawing.Size(173, 34);
            this.m_panel_cap_nhat_don_hang_PM.TabIndex = 2;
            // 
            // m_cmd_cap_nhat_PM
            // 
            this.m_cmd_cap_nhat_PM.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_cap_nhat_PM.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_cap_nhat_PM.Image")));
            this.m_cmd_cap_nhat_PM.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_cap_nhat_PM.Name = "m_cmd_cap_nhat_PM";
            this.m_cmd_cap_nhat_PM.Size = new System.Drawing.Size(173, 34);
            this.m_cmd_cap_nhat_PM.TabIndex = 0;
            this.m_cmd_cap_nhat_PM.Text = "Cập nhật";
            this.m_cmd_cap_nhat_PM.Click += new System.EventHandler(this.m_cmd_cap_nhat_PM_Click);
            // 
            // m_panel_PM_dieu_phoi_lai
            // 
            this.m_panel_PM_dieu_phoi_lai.Controls.Add(this.m_cmd_PM_dieu_phoi);
            this.m_panel_PM_dieu_phoi_lai.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_PM_dieu_phoi_lai.Location = new System.Drawing.Point(569, 0);
            this.m_panel_PM_dieu_phoi_lai.Name = "m_panel_PM_dieu_phoi_lai";
            this.m_panel_PM_dieu_phoi_lai.Size = new System.Drawing.Size(172, 34);
            this.m_panel_PM_dieu_phoi_lai.TabIndex = 1;
            // 
            // m_cmd_PM_dieu_phoi
            // 
            this.m_cmd_PM_dieu_phoi.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_PM_dieu_phoi.Appearance.Options.UseFont = true;
            this.m_cmd_PM_dieu_phoi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_PM_dieu_phoi.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_PM_dieu_phoi.Image")));
            this.m_cmd_PM_dieu_phoi.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_PM_dieu_phoi.Name = "m_cmd_PM_dieu_phoi";
            this.m_cmd_PM_dieu_phoi.Size = new System.Drawing.Size(172, 34);
            this.m_cmd_PM_dieu_phoi.TabIndex = 0;
            this.m_cmd_PM_dieu_phoi.Text = "Điều phối lại";
            this.m_cmd_PM_dieu_phoi.Visible = false;
            this.m_cmd_PM_dieu_phoi.Click += new System.EventHandler(this.m_cmd_PM_dieu_phoi_Click);
            // 
            // m_panel_PM_hoan_thanh
            // 
            this.m_panel_PM_hoan_thanh.Controls.Add(this.m_cmd_PM_bao_Cao_hoan_thanh);
            this.m_panel_PM_hoan_thanh.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_PM_hoan_thanh.Location = new System.Drawing.Point(741, 0);
            this.m_panel_PM_hoan_thanh.Name = "m_panel_PM_hoan_thanh";
            this.m_panel_PM_hoan_thanh.Size = new System.Drawing.Size(165, 34);
            this.m_panel_PM_hoan_thanh.TabIndex = 0;
            // 
            // m_cmd_PM_bao_Cao_hoan_thanh
            // 
            this.m_cmd_PM_bao_Cao_hoan_thanh.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_PM_bao_Cao_hoan_thanh.Appearance.ForeColor = System.Drawing.Color.Black;
            this.m_cmd_PM_bao_Cao_hoan_thanh.Appearance.Options.UseFont = true;
            this.m_cmd_PM_bao_Cao_hoan_thanh.Appearance.Options.UseForeColor = true;
            this.m_cmd_PM_bao_Cao_hoan_thanh.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_PM_bao_Cao_hoan_thanh.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_PM_bao_Cao_hoan_thanh.Image")));
            this.m_cmd_PM_bao_Cao_hoan_thanh.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_PM_bao_Cao_hoan_thanh.Name = "m_cmd_PM_bao_Cao_hoan_thanh";
            this.m_cmd_PM_bao_Cao_hoan_thanh.Size = new System.Drawing.Size(165, 34);
            this.m_cmd_PM_bao_Cao_hoan_thanh.TabIndex = 1;
            this.m_cmd_PM_bao_Cao_hoan_thanh.Text = "Báo đã xử lý";
            this.m_cmd_PM_bao_Cao_hoan_thanh.Visible = false;
            this.m_cmd_PM_bao_Cao_hoan_thanh.Click += new System.EventHandler(this.m_cmd_PM_bao_Cao_hoan_thanh_Click);
            // 
            // m_panel_PM_gui_TD
            // 
            this.m_panel_PM_gui_TD.Controls.Add(this.m_cmd_PM_gui_cho_TD);
            this.m_panel_PM_gui_TD.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_PM_gui_TD.Location = new System.Drawing.Point(906, 0);
            this.m_panel_PM_gui_TD.Name = "m_panel_PM_gui_TD";
            this.m_panel_PM_gui_TD.Size = new System.Drawing.Size(164, 34);
            this.m_panel_PM_gui_TD.TabIndex = 0;
            // 
            // m_cmd_PM_gui_cho_TD
            // 
            this.m_cmd_PM_gui_cho_TD.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_PM_gui_cho_TD.Appearance.ForeColor = System.Drawing.Color.Black;
            this.m_cmd_PM_gui_cho_TD.Appearance.Options.UseFont = true;
            this.m_cmd_PM_gui_cho_TD.Appearance.Options.UseForeColor = true;
            this.m_cmd_PM_gui_cho_TD.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_PM_gui_cho_TD.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_PM_gui_cho_TD.Image")));
            this.m_cmd_PM_gui_cho_TD.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_PM_gui_cho_TD.Name = "m_cmd_PM_gui_cho_TD";
            this.m_cmd_PM_gui_cho_TD.Size = new System.Drawing.Size(164, 34);
            this.m_cmd_PM_gui_cho_TD.TabIndex = 1;
            this.m_cmd_PM_gui_cho_TD.Text = "Chuyển lên TD";
            this.m_cmd_PM_gui_cho_TD.Visible = false;
            this.m_cmd_PM_gui_cho_TD.Click += new System.EventHandler(this.m_cmd_PM_gui_cho_admin_Click);
            // 
            // m_panel_PM_tiep_nhan
            // 
            this.m_panel_PM_tiep_nhan.Controls.Add(this.m_cmd_PM_tiep_nhan);
            this.m_panel_PM_tiep_nhan.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_PM_tiep_nhan.Location = new System.Drawing.Point(1070, 0);
            this.m_panel_PM_tiep_nhan.Name = "m_panel_PM_tiep_nhan";
            this.m_panel_PM_tiep_nhan.Size = new System.Drawing.Size(172, 34);
            this.m_panel_PM_tiep_nhan.TabIndex = 0;
            // 
            // m_cmd_PM_tiep_nhan
            // 
            this.m_cmd_PM_tiep_nhan.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_PM_tiep_nhan.Appearance.Options.UseFont = true;
            this.m_cmd_PM_tiep_nhan.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_PM_tiep_nhan.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_PM_tiep_nhan.Image")));
            this.m_cmd_PM_tiep_nhan.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_PM_tiep_nhan.Name = "m_cmd_PM_tiep_nhan";
            this.m_cmd_PM_tiep_nhan.Size = new System.Drawing.Size(172, 34);
            this.m_cmd_PM_tiep_nhan.TabIndex = 1;
            this.m_cmd_PM_tiep_nhan.Text = "Tiếp nhận xử lý";
            this.m_cmd_PM_tiep_nhan.Visible = false;
            this.m_cmd_PM_tiep_nhan.Click += new System.EventHandler(this.m_cmd_PM_tiep_nhan_Click);
            // 
            // m_panel_BO
            // 
            this.m_panel_BO.Controls.Add(this.m_panel_bo_chuyen_len_pm);
            this.m_panel_BO.Controls.Add(this.m_panel_bo_cap_nhat_xu_ly);
            this.m_panel_BO.Controls.Add(this.m_panel_cap_nhat_don_hang_BO);
            this.m_panel_BO.Controls.Add(this.m_panel_BO_hoan_thanh);
            this.m_panel_BO.Controls.Add(this.m_panel_BO_tu_choi);
            this.m_panel_BO.Controls.Add(this.m_panel_BO_tiep_nhan);
            this.m_panel_BO.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_panel_BO.Location = new System.Drawing.Point(0, 582);
            this.m_panel_BO.Name = "m_panel_BO";
            this.m_panel_BO.Size = new System.Drawing.Size(1242, 39);
            this.m_panel_BO.TabIndex = 20;
            this.m_panel_BO.Visible = false;
            // 
            // m_panel_bo_chuyen_len_pm
            // 
            this.m_panel_bo_chuyen_len_pm.Controls.Add(this.m_cmd_bo_chuyen_pm);
            this.m_panel_bo_chuyen_len_pm.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_bo_chuyen_len_pm.Location = new System.Drawing.Point(228, 0);
            this.m_panel_bo_chuyen_len_pm.Name = "m_panel_bo_chuyen_len_pm";
            this.m_panel_bo_chuyen_len_pm.Size = new System.Drawing.Size(168, 39);
            this.m_panel_bo_chuyen_len_pm.TabIndex = 3;
            // 
            // m_cmd_bo_chuyen_pm
            // 
            this.m_cmd_bo_chuyen_pm.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_bo_chuyen_pm.Appearance.Options.UseFont = true;
            this.m_cmd_bo_chuyen_pm.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_bo_chuyen_pm.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_bo_chuyen_pm.Image")));
            this.m_cmd_bo_chuyen_pm.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_bo_chuyen_pm.Name = "m_cmd_bo_chuyen_pm";
            this.m_cmd_bo_chuyen_pm.Size = new System.Drawing.Size(168, 39);
            this.m_cmd_bo_chuyen_pm.TabIndex = 2;
            this.m_cmd_bo_chuyen_pm.Text = "Chuyển lên PM";
            this.m_cmd_bo_chuyen_pm.Click += new System.EventHandler(this.m_cmd_bo_chuyen_pm_Click);
            // 
            // m_panel_bo_cap_nhat_xu_ly
            // 
            this.m_panel_bo_cap_nhat_xu_ly.Controls.Add(this.m_cmd_BO_cap_nhat_xu_ly);
            this.m_panel_bo_cap_nhat_xu_ly.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_bo_cap_nhat_xu_ly.Location = new System.Drawing.Point(396, 0);
            this.m_panel_bo_cap_nhat_xu_ly.Name = "m_panel_bo_cap_nhat_xu_ly";
            this.m_panel_bo_cap_nhat_xu_ly.Size = new System.Drawing.Size(173, 39);
            this.m_panel_bo_cap_nhat_xu_ly.TabIndex = 2;
            // 
            // m_cmd_BO_cap_nhat_xu_ly
            // 
            this.m_cmd_BO_cap_nhat_xu_ly.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_BO_cap_nhat_xu_ly.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_BO_cap_nhat_xu_ly.Image")));
            this.m_cmd_BO_cap_nhat_xu_ly.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_BO_cap_nhat_xu_ly.Name = "m_cmd_BO_cap_nhat_xu_ly";
            this.m_cmd_BO_cap_nhat_xu_ly.Size = new System.Drawing.Size(173, 39);
            this.m_cmd_BO_cap_nhat_xu_ly.TabIndex = 0;
            this.m_cmd_BO_cap_nhat_xu_ly.Text = "Cập nhật xử lý ";
            this.m_cmd_BO_cap_nhat_xu_ly.Click += new System.EventHandler(this.m_cmd_cap_nhat_xu_ly_Click);
            // 
            // m_panel_cap_nhat_don_hang_BO
            // 
            this.m_panel_cap_nhat_don_hang_BO.Controls.Add(this.m_cmd_cap_nhat_BO);
            this.m_panel_cap_nhat_don_hang_BO.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_cap_nhat_don_hang_BO.Location = new System.Drawing.Point(569, 0);
            this.m_panel_cap_nhat_don_hang_BO.Name = "m_panel_cap_nhat_don_hang_BO";
            this.m_panel_cap_nhat_don_hang_BO.Size = new System.Drawing.Size(172, 39);
            this.m_panel_cap_nhat_don_hang_BO.TabIndex = 1;
            this.m_panel_cap_nhat_don_hang_BO.Visible = false;
            // 
            // m_cmd_cap_nhat_BO
            // 
            this.m_cmd_cap_nhat_BO.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_cap_nhat_BO.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_cap_nhat_BO.Image")));
            this.m_cmd_cap_nhat_BO.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_cap_nhat_BO.Name = "m_cmd_cap_nhat_BO";
            this.m_cmd_cap_nhat_BO.Size = new System.Drawing.Size(172, 39);
            this.m_cmd_cap_nhat_BO.TabIndex = 0;
            this.m_cmd_cap_nhat_BO.Text = "Cập nhật đơn hàng";
            this.m_cmd_cap_nhat_BO.Click += new System.EventHandler(this.m_cmd_cap_nhat_BO_Click);
            // 
            // m_panel_BO_hoan_thanh
            // 
            this.m_panel_BO_hoan_thanh.Controls.Add(this.m_cmd_bao_cao_hoan_thanh);
            this.m_panel_BO_hoan_thanh.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_BO_hoan_thanh.Location = new System.Drawing.Point(741, 0);
            this.m_panel_BO_hoan_thanh.Name = "m_panel_BO_hoan_thanh";
            this.m_panel_BO_hoan_thanh.Size = new System.Drawing.Size(165, 39);
            this.m_panel_BO_hoan_thanh.TabIndex = 0;
            // 
            // m_cmd_bao_cao_hoan_thanh
            // 
            this.m_cmd_bao_cao_hoan_thanh.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_bao_cao_hoan_thanh.Appearance.ForeColor = System.Drawing.Color.Black;
            this.m_cmd_bao_cao_hoan_thanh.Appearance.Options.UseFont = true;
            this.m_cmd_bao_cao_hoan_thanh.Appearance.Options.UseForeColor = true;
            this.m_cmd_bao_cao_hoan_thanh.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_bao_cao_hoan_thanh.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_bao_cao_hoan_thanh.Image")));
            this.m_cmd_bao_cao_hoan_thanh.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_bao_cao_hoan_thanh.Name = "m_cmd_bao_cao_hoan_thanh";
            this.m_cmd_bao_cao_hoan_thanh.Size = new System.Drawing.Size(165, 39);
            this.m_cmd_bao_cao_hoan_thanh.TabIndex = 1;
            this.m_cmd_bao_cao_hoan_thanh.Text = "Báo đã xử lý";
            this.m_cmd_bao_cao_hoan_thanh.Visible = false;
            this.m_cmd_bao_cao_hoan_thanh.Click += new System.EventHandler(this.m_cmd_bao_cao_hoan_thanh_Click);
            // 
            // m_panel_BO_tu_choi
            // 
            this.m_panel_BO_tu_choi.Controls.Add(this.m_cmd_BO_tu_choi);
            this.m_panel_BO_tu_choi.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_BO_tu_choi.Location = new System.Drawing.Point(906, 0);
            this.m_panel_BO_tu_choi.Name = "m_panel_BO_tu_choi";
            this.m_panel_BO_tu_choi.Size = new System.Drawing.Size(164, 39);
            this.m_panel_BO_tu_choi.TabIndex = 0;
            // 
            // m_cmd_BO_tu_choi
            // 
            this.m_cmd_BO_tu_choi.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_BO_tu_choi.Appearance.Options.UseFont = true;
            this.m_cmd_BO_tu_choi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_BO_tu_choi.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_BO_tu_choi.Image")));
            this.m_cmd_BO_tu_choi.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_BO_tu_choi.Name = "m_cmd_BO_tu_choi";
            this.m_cmd_BO_tu_choi.Size = new System.Drawing.Size(164, 39);
            this.m_cmd_BO_tu_choi.TabIndex = 1;
            this.m_cmd_BO_tu_choi.Text = "Từ chối xử lý";
            this.m_cmd_BO_tu_choi.Visible = false;
            this.m_cmd_BO_tu_choi.Click += new System.EventHandler(this.m_cmd_BO_tu_choi_Click);
            // 
            // m_panel_BO_tiep_nhan
            // 
            this.m_panel_BO_tiep_nhan.Controls.Add(this.m_cmd_FO_tiep_nhan);
            this.m_panel_BO_tiep_nhan.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_panel_BO_tiep_nhan.Location = new System.Drawing.Point(1070, 0);
            this.m_panel_BO_tiep_nhan.Name = "m_panel_BO_tiep_nhan";
            this.m_panel_BO_tiep_nhan.Size = new System.Drawing.Size(172, 39);
            this.m_panel_BO_tiep_nhan.TabIndex = 0;
            // 
            // m_cmd_FO_tiep_nhan
            // 
            this.m_cmd_FO_tiep_nhan.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_FO_tiep_nhan.Appearance.Options.UseFont = true;
            this.m_cmd_FO_tiep_nhan.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_FO_tiep_nhan.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_FO_tiep_nhan.Image")));
            this.m_cmd_FO_tiep_nhan.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_FO_tiep_nhan.Name = "m_cmd_FO_tiep_nhan";
            this.m_cmd_FO_tiep_nhan.Size = new System.Drawing.Size(172, 39);
            this.m_cmd_FO_tiep_nhan.TabIndex = 1;
            this.m_cmd_FO_tiep_nhan.Text = "Tiếp nhận xử lý";
            this.m_cmd_FO_tiep_nhan.Visible = false;
            this.m_cmd_FO_tiep_nhan.Click += new System.EventHandler(this.m_cmd_BO_tiep_nhan_Click);
            // 
            // m_panel_FO
            // 
            this.m_panel_FO.Controls.Add(this.panel14);
            this.m_panel_FO.Controls.Add(this.panel6);
            this.m_panel_FO.Controls.Add(this.panel5);
            this.m_panel_FO.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_panel_FO.Location = new System.Drawing.Point(0, 621);
            this.m_panel_FO.Name = "m_panel_FO";
            this.m_panel_FO.Size = new System.Drawing.Size(1242, 39);
            this.m_panel_FO.TabIndex = 19;
            this.m_panel_FO.Visible = false;
            // 
            // panel14
            // 
            this.panel14.Controls.Add(this.m_cmd_FO_huy_hon_hang);
            this.panel14.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel14.Location = new System.Drawing.Point(741, 0);
            this.panel14.Name = "panel14";
            this.panel14.Size = new System.Drawing.Size(164, 39);
            this.panel14.TabIndex = 3;
            // 
            // m_cmd_FO_huy_hon_hang
            // 
            this.m_cmd_FO_huy_hon_hang.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_FO_huy_hon_hang.Appearance.Options.UseFont = true;
            this.m_cmd_FO_huy_hon_hang.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_FO_huy_hon_hang.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_FO_huy_hon_hang.Image")));
            this.m_cmd_FO_huy_hon_hang.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_FO_huy_hon_hang.Name = "m_cmd_FO_huy_hon_hang";
            this.m_cmd_FO_huy_hon_hang.Size = new System.Drawing.Size(164, 39);
            this.m_cmd_FO_huy_hon_hang.TabIndex = 4;
            this.m_cmd_FO_huy_hon_hang.Text = "Hủy đơn hàng";
            this.m_cmd_FO_huy_hon_hang.Click += new System.EventHandler(this.m_cmd_FO_huy_hon_hang_Click);
            // 
            // panel6
            // 
            this.panel6.Controls.Add(this.m_cmd_dieu_phoi_cho_PM);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel6.Location = new System.Drawing.Point(905, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(165, 39);
            this.panel6.TabIndex = 1;
            // 
            // m_cmd_dieu_phoi_cho_PM
            // 
            this.m_cmd_dieu_phoi_cho_PM.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_dieu_phoi_cho_PM.Appearance.Options.UseFont = true;
            this.m_cmd_dieu_phoi_cho_PM.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_dieu_phoi_cho_PM.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_dieu_phoi_cho_PM.Image")));
            this.m_cmd_dieu_phoi_cho_PM.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_dieu_phoi_cho_PM.Name = "m_cmd_dieu_phoi_cho_PM";
            this.m_cmd_dieu_phoi_cho_PM.Size = new System.Drawing.Size(165, 39);
            this.m_cmd_dieu_phoi_cho_PM.TabIndex = 1;
            this.m_cmd_dieu_phoi_cho_PM.Text = "Điều phối lại cho PM";
            this.m_cmd_dieu_phoi_cho_PM.Visible = false;
            this.m_cmd_dieu_phoi_cho_PM.Click += new System.EventHandler(this.m_cmd_dieu_phoi_cho_PM_Click);
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.m_cmd_dieu_phoi_lai);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel5.Location = new System.Drawing.Point(1070, 0);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(172, 39);
            this.panel5.TabIndex = 0;
            // 
            // m_cmd_dieu_phoi_lai
            // 
            this.m_cmd_dieu_phoi_lai.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_cmd_dieu_phoi_lai.Appearance.ForeColor = System.Drawing.Color.Black;
            this.m_cmd_dieu_phoi_lai.Appearance.Options.UseFont = true;
            this.m_cmd_dieu_phoi_lai.Appearance.Options.UseForeColor = true;
            this.m_cmd_dieu_phoi_lai.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_cmd_dieu_phoi_lai.Image = ((System.Drawing.Image)(resources.GetObject("m_cmd_dieu_phoi_lai.Image")));
            this.m_cmd_dieu_phoi_lai.Location = new System.Drawing.Point(0, 0);
            this.m_cmd_dieu_phoi_lai.Name = "m_cmd_dieu_phoi_lai";
            this.m_cmd_dieu_phoi_lai.Size = new System.Drawing.Size(172, 39);
            this.m_cmd_dieu_phoi_lai.TabIndex = 1;
            this.m_cmd_dieu_phoi_lai.Text = "Điều phối lại";
            this.m_cmd_dieu_phoi_lai.Visible = false;
            this.m_cmd_dieu_phoi_lai.Click += new System.EventHandler(this.m_cmd_dieu_phoi_lai_Click);
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 60000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // f0000_gd_dat_hang_gd_log_dat_hang
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1242, 660);
            this.Controls.Add(this.panel2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "f0000_gd_dat_hang_gd_log_dat_hang";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "f0000_Giao dịch";
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_grc_gd_dat_hang_gd_log_dat_hang)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_grv_gd_dat_hang_gd_log_dat_hang)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel9.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.panel8.PerformLayout();
            this.m_panel_TM.ResumeLayout(false);
            this.panel13.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.m_panel_TD.ResumeLayout(false);
            this.panel12.ResumeLayout(false);
            this.m_panel_cap_nhat_don_hang_TD.ResumeLayout(false);
            this.m_panel_TD_tu_choi.ResumeLayout(false);
            this.m_panel_TD_hoan_thanh.ResumeLayout(false);
            this.m_panel_TD_tiep_nhan.ResumeLayout(false);
            this.m_panel_PM.ResumeLayout(false);
            this.panel10.ResumeLayout(false);
            this.m_panel_cap_nhat_don_hang_PM.ResumeLayout(false);
            this.m_panel_PM_dieu_phoi_lai.ResumeLayout(false);
            this.m_panel_PM_hoan_thanh.ResumeLayout(false);
            this.m_panel_PM_gui_TD.ResumeLayout(false);
            this.m_panel_PM_tiep_nhan.ResumeLayout(false);
            this.m_panel_BO.ResumeLayout(false);
            this.m_panel_bo_chuyen_len_pm.ResumeLayout(false);
            this.m_panel_bo_cap_nhat_xu_ly.ResumeLayout(false);
            this.m_panel_cap_nhat_don_hang_BO.ResumeLayout(false);
            this.m_panel_BO_hoan_thanh.ResumeLayout(false);
            this.m_panel_BO_tu_choi.ResumeLayout(false);
            this.m_panel_BO_tiep_nhan.ResumeLayout(false);
            this.m_panel_FO.ResumeLayout(false);
            this.panel14.ResumeLayout(false);
            this.panel6.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.GridLevelNode              gridLevelNode1        = new DevExpress.XtraGrid.GridLevelNode();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(f122_ds_don_hang_dang_xu_ly));
     this.c_nguoi_tao = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.m_thoi_gian_can_hoan_thanh = new DevExpress.XtraGrid.Columns.GridColumn();
     this.m_cap_nhat_lan_cuoi        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.m_trang_thai                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.c_nguoi_xu_ly                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.THOI_DIEM_CAN_HOAN_THANH     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.MA_DON_HANG                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.m_grv_ds_don_hang_dang_xu_ly = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.c_user_dat_hang              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.m_grc_ds_don_hang_dang_xu_ly = new DevExpress.XtraGrid.GridControl();
     this.panel5     = new System.Windows.Forms.Panel();
     this.panel4     = new System.Windows.Forms.Panel();
     this.panel1     = new System.Windows.Forms.Panel();
     this.label1     = new System.Windows.Forms.Label();
     this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_ds_don_hang_dang_xu_ly)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_grc_ds_don_hang_dang_xu_ly)).BeginInit();
     this.panel5.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // c_nguoi_tao
     //
     this.c_nguoi_tao.Caption      = "NV nhận đặt hàng";
     this.c_nguoi_tao.FieldName    = "NGUOI_TAO";
     this.c_nguoi_tao.Name         = "c_nguoi_tao";
     this.c_nguoi_tao.Visible      = true;
     this.c_nguoi_tao.VisibleIndex = 12;
     this.c_nguoi_tao.Width        = 133;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Phương thức đặt hàng";
     this.gridColumn1.FieldName    = "PHUONG_THUC_DAT_HANG";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 13;
     this.gridColumn1.Width        = 164;
     //
     // m_thoi_gian_can_hoan_thanh
     //
     this.m_thoi_gian_can_hoan_thanh.Caption      = "Thời gian cần hoàn thành";
     this.m_thoi_gian_can_hoan_thanh.FieldName    = "LOAI_THOI_GIAN_CAN_HOAN_THANH";
     this.m_thoi_gian_can_hoan_thanh.Name         = "m_thoi_gian_can_hoan_thanh";
     this.m_thoi_gian_can_hoan_thanh.Visible      = true;
     this.m_thoi_gian_can_hoan_thanh.VisibleIndex = 11;
     this.m_thoi_gian_can_hoan_thanh.Width        = 165;
     //
     // m_cap_nhat_lan_cuoi
     //
     this.m_cap_nhat_lan_cuoi.Caption      = "Cập nhật lần cuối";
     this.m_cap_nhat_lan_cuoi.FieldName    = "CAP_NHAT_CUOI";
     this.m_cap_nhat_lan_cuoi.Name         = "m_cap_nhat_lan_cuoi";
     this.m_cap_nhat_lan_cuoi.Visible      = true;
     this.m_cap_nhat_lan_cuoi.VisibleIndex = 10;
     this.m_cap_nhat_lan_cuoi.Width        = 129;
     //
     // m_trang_thai
     //
     this.m_trang_thai.Caption      = "Trạng thái đơn hàng";
     this.m_trang_thai.FieldName    = "TRANG_THAI_DON_HANG";
     this.m_trang_thai.Name         = "m_trang_thai";
     this.m_trang_thai.Visible      = true;
     this.m_trang_thai.VisibleIndex = 9;
     this.m_trang_thai.Width        = 127;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Thời gian tạo";
     this.gridColumn9.DisplayFormat.FormatString = "g";
     this.gridColumn9.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn9.FieldName    = "THOI_GIAN_TAO";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 6;
     this.gridColumn9.Width        = 129;
     //
     // c_nguoi_xu_ly
     //
     this.c_nguoi_xu_ly.Caption      = "người xử lý";
     this.c_nguoi_xu_ly.FieldName    = "NGUOI_XU_LY";
     this.c_nguoi_xu_ly.Name         = "c_nguoi_xu_ly";
     this.c_nguoi_xu_ly.Visible      = true;
     this.c_nguoi_xu_ly.VisibleIndex = 8;
     this.c_nguoi_xu_ly.Width        = 110;
     //
     // THOI_DIEM_CAN_HOAN_THANH
     //
     this.THOI_DIEM_CAN_HOAN_THANH.Caption = "thời điểm cần hoàn thành";
     this.THOI_DIEM_CAN_HOAN_THANH.DisplayFormat.FormatString = "g";
     this.THOI_DIEM_CAN_HOAN_THANH.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.THOI_DIEM_CAN_HOAN_THANH.FieldName    = "THOI_DIEM_CAN_HOAN_THANH";
     this.THOI_DIEM_CAN_HOAN_THANH.Name         = "THOI_DIEM_CAN_HOAN_THANH";
     this.THOI_DIEM_CAN_HOAN_THANH.Visible      = true;
     this.THOI_DIEM_CAN_HOAN_THANH.VisibleIndex = 7;
     this.THOI_DIEM_CAN_HOAN_THANH.Width        = 139;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "Đơn vị";
     this.gridColumn7.FieldName    = "MA_DON_VI";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 3;
     this.gridColumn7.Width        = 84;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "Nội dung đặt hàng";
     this.gridColumn6.FieldName    = "NOI_DUNG_DAT_HANG";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width        = 161;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Dịch vụ yêu cầu";
     this.gridColumn5.FieldName    = "TEN_YEU_CAU";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 4;
     this.gridColumn5.Width        = 121;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "Chi nhánh";
     this.gridColumn11.FieldName    = "TEN_CHI_NHANH";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 14;
     this.gridColumn11.Width        = 86;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "Điện thoại";
     this.gridColumn3.FieldName    = "DIEN_THOAI";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 106;
     //
     // MA_DON_HANG
     //
     this.MA_DON_HANG.Caption   = "Mã đơn hàng";
     this.MA_DON_HANG.FieldName = "MA_DON_HANG";
     this.MA_DON_HANG.Name      = "MA_DON_HANG";
     this.MA_DON_HANG.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)
     });
     this.MA_DON_HANG.Visible      = true;
     this.MA_DON_HANG.VisibleIndex = 0;
     this.MA_DON_HANG.Width        = 110;
     //
     // m_grv_ds_don_hang_dang_xu_ly
     //
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.ForeColor                    = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.Options.UseBackColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.Options.UseBorderColor       = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButton.Options.UseForeColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.ForeColor              = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.Options.UseBackColor   = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.ColumnFilterButtonActive.Options.UseForeColor   = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Empty.BackColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Empty.BackColor2                         = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Empty.Options.UseBackColor               = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.BorderColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.ForeColor                        = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.Options.UseBackColor             = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.Options.UseBorderColor           = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.EvenRow.Options.UseForeColor             = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.ForeColor              = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.Options.UseBackColor   = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterCloseButton.Options.UseForeColor   = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.BackColor2                   = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.ForeColor                    = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.Options.UseBackColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FilterPanel.Options.UseForeColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FixedLine.BackColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(133)))), ((int)(((byte)(195)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FixedLine.Options.UseBackColor           = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedCell.BackColor                    = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedCell.ForeColor                    = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedCell.Options.UseBackColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedCell.Options.UseForeColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.BorderColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(139)))), ((int)(((byte)(206)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.ForeColor                     = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.Options.UseBackColor          = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.Options.UseBorderColor        = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FocusedRow.Options.UseForeColor          = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.ForeColor                    = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.Options.UseBackColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.Options.UseBorderColor       = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.FooterPanel.Options.UseForeColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupButton.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupButton.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupButton.Options.UseBackColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupButton.Options.UseBorderColor       = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.ForeColor                    = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.Options.UseBackColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.Options.UseBorderColor       = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupFooter.Options.UseForeColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.BackColor2                    = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.ForeColor                     = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.Options.UseBackColor          = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupPanel.Options.UseForeColor          = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.BackColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.BorderColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.ForeColor                       = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.Options.UseBackColor            = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.Options.UseBorderColor          = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.GroupRow.Options.UseForeColor            = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.ForeColor                    = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.Options.UseBackColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.Options.UseBorderColor       = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HeaderPanel.Options.UseForeColor         = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(170)))), ((int)(((byte)(225)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.Options.UseBackColor    = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.Options.UseBorderColor  = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HideSelectionRow.Options.UseForeColor    = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HorzLine.BackColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.HorzLine.Options.UseBackColor            = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.BackColor                         = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.BorderColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.ForeColor                         = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.Options.UseBackColor              = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.Options.UseBorderColor            = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.OddRow.Options.UseForeColor              = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Preview.Font                            = new System.Drawing.Font("Verdana", 7.5F);
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Preview.ForeColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Preview.Options.UseFont                 = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Preview.Options.UseForeColor            = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Row.BackColor                           = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Row.ForeColor                           = System.Drawing.Color.Black;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Row.Options.UseBackColor                = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.Row.Options.UseForeColor                = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.RowSeparator.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.RowSeparator.BackColor2                 = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.RowSeparator.Options.UseBackColor       = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.SelectedRow.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.SelectedRow.ForeColor                   = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.SelectedRow.Options.UseBackColor        = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.SelectedRow.Options.UseForeColor        = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.TopNewRow.BackColor                     = System.Drawing.Color.White;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.TopNewRow.Options.UseBackColor          = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.VertLine.BackColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.m_grv_ds_don_hang_dang_xu_ly.Appearance.VertLine.Options.UseBackColor           = true;
     this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.Options.UseBackColor   = true;
     this.m_grv_ds_don_hang_dang_xu_ly.AppearancePrint.HeaderPanel.Options.UseBorderColor = true;
     this.m_grv_ds_don_hang_dang_xu_ly.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.MA_DON_HANG,
         this.c_user_dat_hang,
         this.gridColumn3,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.THOI_DIEM_CAN_HOAN_THANH,
         this.c_nguoi_xu_ly,
         this.gridColumn9,
         this.m_trang_thai,
         this.m_cap_nhat_lan_cuoi,
         this.m_thoi_gian_can_hoan_thanh,
         this.gridColumn1,
         this.c_nguoi_tao,
         this.gridColumn11
     });
     styleFormatCondition1.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
     styleFormatCondition1.Appearance.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
     styleFormatCondition1.Appearance.BorderColor            = System.Drawing.Color.Gray;
     styleFormatCondition1.Appearance.ForeColor              = System.Drawing.Color.Black;
     styleFormatCondition1.Appearance.Options.UseBackColor   = true;
     styleFormatCondition1.Appearance.Options.UseBorderColor = true;
     styleFormatCondition1.Appearance.Options.UseForeColor   = true;
     styleFormatCondition1.Condition                         = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression                        = "[THOI_DIEM_CAN_HOAN_THANH] <= now()";
     styleFormatCondition2.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
     styleFormatCondition2.Appearance.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(78)))));
     styleFormatCondition2.Appearance.BorderColor            = System.Drawing.Color.Gray;
     styleFormatCondition2.Appearance.ForeColor              = System.Drawing.Color.Black;
     styleFormatCondition2.Appearance.Options.UseBackColor   = true;
     styleFormatCondition2.Appearance.Options.UseBorderColor = true;
     styleFormatCondition2.Appearance.Options.UseForeColor   = true;
     styleFormatCondition2.Condition                         = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression                        = "[THOI_DIEM_CAN_HOAN_THANH] <=GetDate(AddDays(Today(),1 ))";
     this.m_grv_ds_don_hang_dang_xu_ly.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2
     });
     this.m_grv_ds_don_hang_dang_xu_ly.GridControl                         = this.m_grc_ds_don_hang_dang_xu_ly;
     this.m_grv_ds_don_hang_dang_xu_ly.IndicatorWidth                      = 50;
     this.m_grv_ds_don_hang_dang_xu_ly.Name                                = "m_grv_ds_don_hang_dang_xu_ly";
     this.m_grv_ds_don_hang_dang_xu_ly.OptionsBehavior.Editable            = false;
     this.m_grv_ds_don_hang_dang_xu_ly.OptionsBehavior.EditorShowMode      = DevExpress.Utils.EditorShowMode.MouseUp;
     this.m_grv_ds_don_hang_dang_xu_ly.OptionsBehavior.ReadOnly            = true;
     this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.ColumnAutoWidth         = false;
     this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.EnableAppearanceEvenRow = true;
     this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.EnableAppearanceOddRow  = true;
     this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.ShowAutoFilterRow       = true;
     this.m_grv_ds_don_hang_dang_xu_ly.OptionsView.ShowFooter              = true;
     this.m_grv_ds_don_hang_dang_xu_ly.PaintStyleName                      = "Flat";
     this.m_grv_ds_don_hang_dang_xu_ly.CustomDrawRowIndicator             += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.m_grv_ds_don_hang_dang_xu_ly_CustomDrawRowIndicator);
     this.m_grv_ds_don_hang_dang_xu_ly.PopupMenuShowing                   += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.m_grv_ds_don_hang_dang_xu_ly_PopupMenuShowing);
     this.m_grv_ds_don_hang_dang_xu_ly.KeyDown                            += new System.Windows.Forms.KeyEventHandler(this.m_grv_ds_don_hang_dang_xu_ly_KeyDown);
     this.m_grv_ds_don_hang_dang_xu_ly.DoubleClick                        += new System.EventHandler(this.m_grv_ds_don_hang_dang_xu_ly_DoubleClick);
     //
     // c_user_dat_hang
     //
     this.c_user_dat_hang.Caption      = "User đặt hàng";
     this.c_user_dat_hang.FieldName    = "USER_NAME";
     this.c_user_dat_hang.Name         = "c_user_dat_hang";
     this.c_user_dat_hang.Visible      = true;
     this.c_user_dat_hang.VisibleIndex = 1;
     this.c_user_dat_hang.Width        = 139;
     //
     // m_grc_ds_don_hang_dang_xu_ly
     //
     this.m_grc_ds_don_hang_dang_xu_ly.Cursor = System.Windows.Forms.Cursors.Default;
     this.m_grc_ds_don_hang_dang_xu_ly.Dock   = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.RelationName = "Level1";
     this.m_grc_ds_don_hang_dang_xu_ly.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1
     });
     this.m_grc_ds_don_hang_dang_xu_ly.Location = new System.Drawing.Point(0, 0);
     this.m_grc_ds_don_hang_dang_xu_ly.MainView = this.m_grv_ds_don_hang_dang_xu_ly;
     this.m_grc_ds_don_hang_dang_xu_ly.Name     = "m_grc_ds_don_hang_dang_xu_ly";
     this.m_grc_ds_don_hang_dang_xu_ly.Size     = new System.Drawing.Size(1048, 437);
     this.m_grc_ds_don_hang_dang_xu_ly.TabIndex = 0;
     this.m_grc_ds_don_hang_dang_xu_ly.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.m_grv_ds_don_hang_dang_xu_ly
     });
     //
     // panel5
     //
     this.panel5.Controls.Add(this.m_grc_ds_don_hang_dang_xu_ly);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 57);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(1048, 437);
     this.panel5.TabIndex = 2;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.panel5);
     this.panel4.Controls.Add(this.panel1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(1048, 494);
     this.panel4.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnRefresh);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1048, 57);
     this.panel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(3, 26);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(330, 19);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Danh sách tất cả các đơn hàng đang xử lý";
     //
     // btnRefresh
     //
     this.btnRefresh.Image    = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.Location = new System.Drawing.Point(995, 12);
     this.btnRefresh.Name     = "btnRefresh";
     this.btnRefresh.Size     = new System.Drawing.Size(41, 33);
     this.btnRefresh.TabIndex = 2;
     this.btnRefresh.Click   += new System.EventHandler(this.btnRefresh_Click);
     //
     // f122_ds_don_hang_dang_xu_ly
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1048, 494);
     this.Controls.Add(this.panel4);
     this.Name  = "f122_ds_don_hang_dang_xu_ly";
     this.Text  = "f122_Tất cả đơn hàng đang xử lý";
     this.Load += new System.EventHandler(this.f122_ds_don_hang_dang_xu_ly_Load);
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_ds_don_hang_dang_xu_ly)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_grc_ds_don_hang_dang_xu_ly)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #19
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();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.toolRefresh          = new DevExpress.XtraBars.BarButtonItem();
     this.toolAdd              = new DevExpress.XtraBars.BarButtonItem();
     this.toolEdit             = new DevExpress.XtraBars.BarButtonItem();
     this.toolDel              = new DevExpress.XtraBars.BarButtonItem();
     this.toolSave             = new DevExpress.XtraBars.BarButtonItem();
     this.toolSearch           = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.barButtonItem1       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2       = new DevExpress.XtraBars.BarButtonItem();
     this.gdHeader             = new DevExpress.XtraGrid.GridControl();
     this.bindingSource1       = new System.Windows.Forms.BindingSource(this.components);
     this.gvHeader             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn7          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitterControl1     = new DevExpress.XtraEditors.SplitterControl();
     this.gdDetails            = new DevExpress.XtraGrid.GridControl();
     this.gvDetails            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn11         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13         = 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.gridColumn9          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10         = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdHeader)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvHeader)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetails)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     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.toolRefresh,
         this.toolAdd,
         this.toolEdit,
         this.toolDel,
         this.toolSearch,
         this.barButtonItem1,
         this.barButtonItem2,
         this.toolSave
     });
     this.barManager1.MaxItemId = 11;
     //
     // bar1
     //
     this.bar1.BarName   = "工具";
     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(this.toolRefresh),
         new DevExpress.XtraBars.LinkPersistInfo(this.toolAdd, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.toolEdit),
         new DevExpress.XtraBars.LinkPersistInfo(this.toolDel),
         new DevExpress.XtraBars.LinkPersistInfo(this.toolSave),
         new DevExpress.XtraBars.LinkPersistInfo(this.toolSearch, true)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DisableCustomization    = true;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.UseWholeRow             = true;
     this.bar1.Text = "工具";
     //
     // toolRefresh
     //
     this.toolRefresh.Caption    = "刷新";
     this.toolRefresh.Id         = 0;
     this.toolRefresh.Name       = "toolRefresh";
     this.toolRefresh.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.toolRefresh.Tag        = "刷新";
     this.toolRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnItemClick);
     //
     // toolAdd
     //
     this.toolAdd.Caption    = "新增";
     this.toolAdd.Id         = 1;
     this.toolAdd.Name       = "toolAdd";
     this.toolAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.toolAdd.Tag        = "新增";
     this.toolAdd.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // toolEdit
     //
     this.toolEdit.Caption    = "修改";
     this.toolEdit.Id         = 2;
     this.toolEdit.Name       = "toolEdit";
     this.toolEdit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.toolEdit.Tag        = "修改";
     this.toolEdit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // toolDel
     //
     this.toolDel.Caption    = "删除";
     this.toolDel.Id         = 3;
     this.toolDel.Name       = "toolDel";
     this.toolDel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.toolDel.Tag        = "删除";
     this.toolDel.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // toolSave
     //
     this.toolSave.Caption    = "确认入库";
     this.toolSave.Id         = 10;
     this.toolSave.Name       = "toolSave";
     this.toolSave.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.toolSave.Tag        = "确认入库";
     this.toolSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnItemClick);
     //
     // toolSearch
     //
     this.toolSearch.Caption    = "快速查找";
     this.toolSearch.Id         = 4;
     this.toolSearch.Name       = "toolSearch";
     this.toolSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.toolSearch.Tag        = "快速查找";
     //
     // 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(774, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 419);
     this.barDockControlBottom.Size             = new System.Drawing.Size(774, 0);
     //
     // 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, 388);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(774, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 388);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Id   = 9;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "修改";
     this.barButtonItem2.Id      = 8;
     this.barButtonItem2.Name    = "barButtonItem2";
     //
     // gdHeader
     //
     this.gdHeader.DataSource = this.bindingSource1;
     this.gdHeader.Dock       = System.Windows.Forms.DockStyle.Top;
     this.gdHeader.Location   = new System.Drawing.Point(0, 31);
     this.gdHeader.MainView   = this.gvHeader;
     this.gdHeader.Name       = "gdHeader";
     this.gdHeader.Size       = new System.Drawing.Size(774, 167);
     this.gdHeader.TabIndex   = 23;
     this.gdHeader.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvHeader
     });
     //
     // gvHeader
     //
     this.gvHeader.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn7,
         this.gridColumn4,
         this.gridColumn2,
         this.gridColumn6,
         this.gridColumn3,
         this.gridColumn5,
         this.gridColumn21,
         this.gridColumn20,
         this.gridColumn19,
         this.gridColumn1,
         this.gridColumn10
     });
     this.gvHeader.GridControl = this.gdHeader;
     this.gvHeader.ID          = "88edaa30-89be-4a84-93d6-9782cf3c9d9d";
     this.gvHeader.Name        = "gvHeader";
     this.gvHeader.OptionsDetail.EnableMasterViewMode = false;
     this.gvHeader.OptionsSelection.MultiSelect       = true;
     this.gvHeader.OptionsView.ColumnAutoWidth        = false;
     this.gvHeader.OptionsView.EnableAppearanceOddRow = true;
     this.gvHeader.OptionsView.ShowAutoFilterRow      = true;
     this.gvHeader.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.OnHeadFocusedRowChanged);
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "入库单号";
     this.gridColumn7.FieldName    = "BillNO";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 0;
     this.gridColumn7.Width        = 99;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "供应商";
     this.gridColumn4.FieldName    = "SupplierName";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 1;
     this.gridColumn4.Width        = 152;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "单据状态";
     this.gridColumn2.FieldName    = "BillStateDesc";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 2;
     this.gridColumn2.Width        = 80;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "业务类型";
     this.gridColumn6.FieldName    = "BillTypeDesc";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 3;
     this.gridColumn6.Width        = 78;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "业务员";
     this.gridColumn3.FieldName    = "Sales";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 5;
     this.gridColumn3.Width        = 61;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "原始单号";
     this.gridColumn5.FieldName    = "OriginalBillNO";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 6;
     this.gridColumn5.Width        = 110;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption   = "打印";
     this.gridColumn21.FieldName = "HasPrinted";
     this.gridColumn21.Name      = "gridColumn21";
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "建单日期";
     this.gridColumn20.DisplayFormat.FormatString = "g";
     this.gridColumn20.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn20.FieldName    = "CreateDate";
     this.gridColumn20.Name         = "gridColumn20";
     this.gridColumn20.Visible      = true;
     this.gridColumn20.VisibleIndex = 7;
     this.gridColumn20.Width        = 110;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption      = "建单人";
     this.gridColumn19.FieldName    = "Creator";
     this.gridColumn19.Name         = "gridColumn19";
     this.gridColumn19.Visible      = true;
     this.gridColumn19.VisibleIndex = 8;
     this.gridColumn19.Width        = 73;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "WMS备注";
     this.gridColumn1.FieldName    = "WmsRemark";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 9;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 198);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(774, 5);
     this.splitterControl1.TabIndex = 24;
     this.splitterControl1.TabStop  = false;
     //
     // gdDetails
     //
     this.gdDetails.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gdDetails.Location = new System.Drawing.Point(0, 203);
     this.gdDetails.MainView = this.gvDetails;
     this.gdDetails.Name     = "gdDetails";
     this.gdDetails.Size     = new System.Drawing.Size(774, 216);
     this.gdDetails.TabIndex = 26;
     this.gdDetails.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvDetails
     });
     //
     // gvDetails
     //
     this.gvDetails.Appearance.ViewCaption.Options.UseTextOptions = true;
     this.gvDetails.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gvDetails.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn8,
         this.gridColumn13,
         this.gridColumn15,
         this.gridColumn16,
         this.gridColumn17,
         this.gridColumn18,
         this.gridColumn9
     });
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression = "[PlanQty] != [RealQty]";
     this.gvDetails.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gvDetails.GridControl = this.gdDetails;
     this.gvDetails.ID          = "257afbb5-a91c-441c-a42c-144281263266";
     this.gvDetails.Name        = "gvDetails";
     this.gvDetails.OptionsBehavior.Editable           = true;
     this.gvDetails.OptionsSelection.MultiSelect       = true;
     this.gvDetails.OptionsView.ColumnAutoWidth        = false;
     this.gvDetails.OptionsView.EnableAppearanceOddRow = true;
     this.gvDetails.OptionsView.ShowFooter             = true;
     this.gvDetails.OptionsView.ShowViewCaption        = true;
     this.gvDetails.ViewCaption = "未选择单据";
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "物料编码";
     this.gridColumn11.FieldName    = "MaterialCode";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 0;
     this.gridColumn11.Width        = 72;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption      = "物料名称";
     this.gridColumn12.FieldName    = "MaterialName";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 1;
     this.gridColumn12.Width        = 209;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "商品条码";
     this.gridColumn8.FieldName    = "Barcode1";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 2;
     this.gridColumn8.Width        = 120;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "规格型号";
     this.gridColumn13.FieldName = "Spec";
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.Width     = 93;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption   = "销售单位";
     this.gridColumn15.FieldName = "UnitName";
     this.gridColumn15.Name      = "gridColumn15";
     this.gridColumn15.Width     = 84;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption   = "计划量";
     this.gridColumn16.FieldName = "PlanQty";
     this.gridColumn16.Name      = "gridColumn16";
     this.gridColumn16.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)
     });
     this.gridColumn16.Visible      = true;
     this.gridColumn16.VisibleIndex = 3;
     this.gridColumn16.Width        = 85;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "单价";
     this.gridColumn17.DisplayFormat.FormatString = "0.00";
     this.gridColumn17.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.gridColumn17.FieldName    = "Price";
     this.gridColumn17.Name         = "gridColumn17";
     this.gridColumn17.Visible      = true;
     this.gridColumn17.VisibleIndex = 4;
     this.gridColumn17.Width        = 70;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "金额合计";
     this.gridColumn18.DisplayFormat.FormatString = "0.00";
     this.gridColumn18.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.gridColumn18.FieldName = "PlanAmount";
     this.gridColumn18.Name      = "gridColumn18";
     this.gridColumn18.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PlanAmount", "{0:N2}")
     });
     this.gridColumn18.Width = 85;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption   = "越库数量";
     this.gridColumn9.FieldName = "PutQty";
     this.gridColumn9.Name      = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = true;
     this.gridColumn9.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)
     });
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 5;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "入库方式";
     this.gridColumn10.FieldName    = "InstoreTypeDesc";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 4;
     //
     // FrmCrossInstoreConfirm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(774, 419);
     this.Controls.Add(this.gdDetails);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.gdHeader);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "FrmCrossInstoreConfirm";
     this.Text  = "越库收货确认";
     this.Load += new System.EventHandler(this.OnFrmLoad);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdHeader)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvHeader)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetails)).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.Utils.SuperToolTip superToolTip14 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip15 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip17 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem17 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip16 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip18 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem18 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip19 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem19 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip21 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem21 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip26 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem26 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip20 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem20 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip22 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem22 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip23 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem23 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip24 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem24 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip25 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem25 = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_promociones));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.articid = new System.Windows.Forms.TextBox();
     this.articname = new System.Windows.Forms.TextBox();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.btn_nuevo = new DevExpress.XtraBars.BarButtonItem();
     this.btn_editar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_cancelar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_grabar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_eliminar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_imprimir = new DevExpress.XtraBars.BarButtonItem();
     this.btn_log = new DevExpress.XtraBars.BarButtonItem();
     this.btn_clave = new DevExpress.XtraBars.BarButtonItem();
     this.btn_salir = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.btnLoad = new DevExpress.XtraBars.BarButtonItem();
     this.btnInicio = new DevExpress.XtraBars.BarButtonItem();
     this.btnAnterior = new DevExpress.XtraBars.BarButtonItem();
     this.btnSiguiente = new DevExpress.XtraBars.BarButtonItem();
     this.btnUltimo = new DevExpress.XtraBars.BarButtonItem();
     this.pnl_01 = new DevExpress.XtraEditors.PanelControl();
     this.rdb_estado = new DevExpress.XtraEditors.RadioGroup();
     this.pnl_dias = new DevExpress.XtraEditors.PanelControl();
     this.chk_sab = new DevExpress.XtraEditors.CheckEdit();
     this.chk_lun = new DevExpress.XtraEditors.CheckEdit();
     this.chk_mar = new DevExpress.XtraEditors.CheckEdit();
     this.chk_dom = new DevExpress.XtraEditors.CheckEdit();
     this.chk_mie = new DevExpress.XtraEditors.CheckEdit();
     this.chk_jue = new DevExpress.XtraEditors.CheckEdit();
     this.chk_vie = new DevExpress.XtraEditors.CheckEdit();
     this.exclusivo = new System.Windows.Forms.TextBox();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.chk_solodias = new DevExpress.XtraEditors.CheckEdit();
     this.impopack = new System.Windows.Forms.TextBox();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.npack = new System.Windows.Forms.TextBox();
     this.aplicfin = new System.Windows.Forms.TextBox();
     this.aplicini = new System.Windows.Forms.TextBox();
     this.impodoc = new System.Windows.Forms.TextBox();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_grupopromocion = new System.Windows.Forms.ComboBox();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.perdsctocab = new System.Windows.Forms.TextBox();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.chk_aldocum = new DevExpress.XtraEditors.CheckEdit();
     this.prioridad = new System.Windows.Forms.TextBox();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_tarjgrupoid = new System.Windows.Forms.ComboBox();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_tiendalist = new System.Windows.Forms.ComboBox();
     this.fechafin = new System.Windows.Forms.DateTimePicker();
     this.fechaini = new System.Windows.Forms.DateTimePicker();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.promoname = new System.Windows.Forms.TextBox();
     this.promoid = new System.Windows.Forms.TextBox();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.pnlcontroldet = new DevExpress.XtraEditors.PanelControl();
     this.btn_update = new DevExpress.XtraEditors.SimpleButton();
     this.btn_search = new DevExpress.XtraEditors.SimpleButton();
     this.rollo_search = new System.Windows.Forms.TextBox();
     this.btn_exportar = new DevExpress.XtraEditors.SimpleButton();
     this.btn_importar = new DevExpress.XtraEditors.SimpleButton();
     this.chk_aldoc2 = new DevExpress.XtraEditors.CheckEdit();
     this.btn_del = new DevExpress.XtraEditors.SimpleButton();
     this.btn_add = new DevExpress.XtraEditors.SimpleButton();
     this.btn_save = new DevExpress.XtraEditors.SimpleButton();
     this.precunit = new System.Windows.Forms.TextBox();
     this.percdscto = new System.Windows.Forms.TextBox();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.dgb_promodet = new System.Windows.Forms.DataGridView();
     this.@__promoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._articid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._articidold = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._articname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._es_dscto = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.@__percdscto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.@__status = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.@__feact = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._usuarip = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.Group_chks = new DevExpress.XtraEditors.RadioGroup();
     this.cmb_perianio = new System.Windows.Forms.ComboBox();
     this.cmb_grupopromocion2 = new System.Windows.Forms.ComboBox();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.Mdi_dgv_promociones = new DevExpress.XtraGrid.GridControl();
     this.dgv_promociones = new DevExpress.XtraGrid.Views.Grid.GridView();
     this._promoid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._prioridad = new DevExpress.XtraGrid.Columns.GridColumn();
     this._status = new DevExpress.XtraGrid.Columns.GridColumn();
     this._exclusivo = new DevExpress.XtraGrid.Columns.GridColumn();
     this._promoname = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tiendalist = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tarjgrupoid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tarjetaid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._percdscto = new DevExpress.XtraGrid.Columns.GridColumn();
     this._al_docum = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechaini = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechafin = new DevExpress.XtraGrid.Columns.GridColumn();
     this._promotipoid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._grupopromoid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._campaniaid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._usuar = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fecre = new DevExpress.XtraGrid.Columns.GridColumn();
     this._feact = new DevExpress.XtraGrid.Columns.GridColumn();
     this._usuarap = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechap = new DevExpress.XtraGrid.Columns.GridColumn();
     this._solodias = new DevExpress.XtraGrid.Columns.GridColumn();
     this._dom = new DevExpress.XtraGrid.Columns.GridColumn();
     this._lun = new DevExpress.XtraGrid.Columns.GridColumn();
     this._mar = new DevExpress.XtraGrid.Columns.GridColumn();
     this._mie = new DevExpress.XtraGrid.Columns.GridColumn();
     this._jue = new DevExpress.XtraGrid.Columns.GridColumn();
     this._vie = new DevExpress.XtraGrid.Columns.GridColumn();
     this._sab = new DevExpress.XtraGrid.Columns.GridColumn();
     this._npack = new DevExpress.XtraGrid.Columns.GridColumn();
     this._impopack = new DevExpress.XtraGrid.Columns.GridColumn();
     this._aplicini = new DevExpress.XtraGrid.Columns.GridColumn();
     this._aplicfin = new DevExpress.XtraGrid.Columns.GridColumn();
     this._impodoc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).BeginInit();
     this.pnl_01.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rdb_estado.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_dias)).BeginInit();
     this.pnl_dias.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_sab.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_lun.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_mar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_dom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_mie.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_jue.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_vie.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_solodias.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_aldocum.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlcontroldet)).BeginInit();
     this.pnlcontroldet.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_aldoc2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_promodet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Group_chks.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_promociones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_promociones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     this.SuspendLayout();
     //
     // articid
     //
     this.articid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.articid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.articid.Location = new System.Drawing.Point(76, 4);
     this.articid.MaxLength = 10;
     this.articid.Name = "articid";
     this.articid.Size = new System.Drawing.Size(66, 20);
     this.articid.TabIndex = 11;
     this.articid.Text = "00000000";
     this.articid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.articid_KeyDown);
     //
     // articname
     //
     this.articname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.articname.Location = new System.Drawing.Point(143, 4);
     this.articname.Name = "articname";
     this.articname.Size = new System.Drawing.Size(326, 21);
     this.articname.TabIndex = 12;
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.btn_nuevo,
     this.btn_editar,
     this.btn_grabar,
     this.btn_cancelar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnLoad,
     this.btn_log,
     this.btnInicio,
     this.btnAnterior,
     this.btnSiguiente,
     this.btnUltimo,
     this.btn_salir,
     this.btn_clave});
     this.barManager1.MainMenu = this.bar1;
     this.barManager1.MaxItemId = 16;
     //
     // bar1
     //
     this.bar1.BarName = "Main menu";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_nuevo, DevExpress.XtraBars.BarItemPaintStyle.Standard),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_editar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_cancelar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_grabar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_eliminar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_imprimir),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_log),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_clave),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_salir)});
     this.bar1.OptionsBar.MultiLine = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Main menu";
     //
     // btn_nuevo
     //
     this.btn_nuevo.Caption = "btnNew";
     this.btn_nuevo.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Glyph")));
     this.btn_nuevo.Id = 2;
     this.btn_nuevo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.LargeGlyph")));
     this.btn_nuevo.Name = "btn_nuevo";
     toolTipTitleItem14.Text = "Nuevo";
     superToolTip14.Items.Add(toolTipTitleItem14);
     this.btn_nuevo.SuperTip = superToolTip14;
     this.btn_nuevo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_nuevo_ItemClick);
     //
     // btn_editar
     //
     this.btn_editar.Caption = "btnEdit";
     this.btn_editar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.Glyph")));
     this.btn_editar.Id = 3;
     this.btn_editar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.LargeGlyph")));
     this.btn_editar.Name = "btn_editar";
     toolTipTitleItem15.Text = "Editar";
     superToolTip15.Items.Add(toolTipTitleItem15);
     this.btn_editar.SuperTip = superToolTip15;
     this.btn_editar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_editar_ItemClick);
     //
     // btn_cancelar
     //
     this.btn_cancelar.Caption = "btnCancel";
     this.btn_cancelar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.Glyph")));
     this.btn_cancelar.Id = 5;
     this.btn_cancelar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.LargeGlyph")));
     this.btn_cancelar.Name = "btn_cancelar";
     toolTipTitleItem17.Text = "Cancelar";
     superToolTip17.Items.Add(toolTipTitleItem17);
     this.btn_cancelar.SuperTip = superToolTip17;
     this.btn_cancelar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_cancelar_ItemClick);
     //
     // btn_grabar
     //
     this.btn_grabar.Caption = "btnSave";
     this.btn_grabar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Glyph")));
     this.btn_grabar.Id = 4;
     this.btn_grabar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.LargeGlyph")));
     this.btn_grabar.Name = "btn_grabar";
     toolTipTitleItem16.Text = "Guardar";
     superToolTip16.Items.Add(toolTipTitleItem16);
     this.btn_grabar.SuperTip = superToolTip16;
     this.btn_grabar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_grabar_ItemClick);
     //
     // btn_eliminar
     //
     this.btn_eliminar.Caption = "btnDelete";
     this.btn_eliminar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Glyph")));
     this.btn_eliminar.Id = 6;
     this.btn_eliminar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.LargeGlyph")));
     this.btn_eliminar.Name = "btn_eliminar";
     toolTipTitleItem18.Text = "Elimar Registro";
     superToolTip18.Items.Add(toolTipTitleItem18);
     this.btn_eliminar.SuperTip = superToolTip18;
     this.btn_eliminar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_eliminar_ItemClick);
     //
     // btn_imprimir
     //
     this.btn_imprimir.Caption = "btnPrint";
     this.btn_imprimir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Glyph")));
     this.btn_imprimir.Id = 7;
     this.btn_imprimir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.LargeGlyph")));
     this.btn_imprimir.Name = "btn_imprimir";
     toolTipTitleItem19.Text = "Imprimir";
     superToolTip19.Items.Add(toolTipTitleItem19);
     this.btn_imprimir.SuperTip = superToolTip19;
     //
     // btn_log
     //
     this.btn_log.Caption = "btnLog";
     this.btn_log.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_log.Glyph")));
     this.btn_log.Id = 9;
     this.btn_log.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_log.LargeGlyph")));
     this.btn_log.Name = "btn_log";
     toolTipTitleItem21.Text = "Log";
     superToolTip21.Items.Add(toolTipTitleItem21);
     this.btn_log.SuperTip = superToolTip21;
     //
     // btn_clave
     //
     this.btn_clave.Caption = "btnLock";
     this.btn_clave.Glyph = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.Id = 15;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_clave_ItemClick);
     //
     // btn_salir
     //
     this.btn_salir.Caption = "btnExit";
     this.btn_salir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.Glyph")));
     this.btn_salir.Id = 14;
     this.btn_salir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.LargeGlyph")));
     this.btn_salir.Name = "btn_salir";
     toolTipTitleItem26.Text = "Salir";
     superToolTip26.Items.Add(toolTipTitleItem26);
     this.btn_salir.SuperTip = superToolTip26;
     this.btn_salir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_salir_ItemClick);
     //
     // 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(1038, 28);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 595);
     this.barDockControlBottom.Size = new System.Drawing.Size(1038, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 28);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 567);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1038, 28);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 567);
     //
     // btnLoad
     //
     this.btnLoad.Caption = "btnLoad";
     this.btnLoad.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.Glyph")));
     this.btnLoad.Id = 8;
     this.btnLoad.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.LargeGlyph")));
     this.btnLoad.Name = "btnLoad";
     toolTipTitleItem20.Text = "Actualizar";
     superToolTip20.Items.Add(toolTipTitleItem20);
     this.btnLoad.SuperTip = superToolTip20;
     //
     // btnInicio
     //
     this.btnInicio.Caption = "btnInicio";
     this.btnInicio.Glyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.Glyph")));
     this.btnInicio.Id = 10;
     this.btnInicio.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.LargeGlyph")));
     this.btnInicio.Name = "btnInicio";
     toolTipTitleItem22.Text = "Primer Registro";
     superToolTip22.Items.Add(toolTipTitleItem22);
     this.btnInicio.SuperTip = superToolTip22;
     //
     // btnAnterior
     //
     this.btnAnterior.Caption = "btnAnterior";
     this.btnAnterior.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.Glyph")));
     this.btnAnterior.Id = 11;
     this.btnAnterior.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.LargeGlyph")));
     this.btnAnterior.Name = "btnAnterior";
     toolTipTitleItem23.Text = "Anterior Registro";
     superToolTip23.Items.Add(toolTipTitleItem23);
     this.btnAnterior.SuperTip = superToolTip23;
     //
     // btnSiguiente
     //
     this.btnSiguiente.Caption = "btnSiguiente";
     this.btnSiguiente.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.Glyph")));
     this.btnSiguiente.Id = 12;
     this.btnSiguiente.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.LargeGlyph")));
     this.btnSiguiente.Name = "btnSiguiente";
     toolTipTitleItem24.Text = "Siguiente Registro";
     superToolTip24.Items.Add(toolTipTitleItem24);
     this.btnSiguiente.SuperTip = superToolTip24;
     //
     // btnUltimo
     //
     this.btnUltimo.Caption = "btnUltimo";
     this.btnUltimo.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.Glyph")));
     this.btnUltimo.Id = 13;
     this.btnUltimo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.LargeGlyph")));
     this.btnUltimo.Name = "btnUltimo";
     toolTipTitleItem25.Text = "Ultimo Registro";
     superToolTip25.Items.Add(toolTipTitleItem25);
     this.btnUltimo.SuperTip = superToolTip25;
     //
     // pnl_01
     //
     this.pnl_01.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnl_01.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnl_01.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.pnl_01.Appearance.ForeColor = System.Drawing.Color.White;
     this.pnl_01.Appearance.Options.UseBackColor = true;
     this.pnl_01.Appearance.Options.UseFont = true;
     this.pnl_01.Appearance.Options.UseForeColor = true;
     this.pnl_01.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnl_01.Controls.Add(this.rdb_estado);
     this.pnl_01.Controls.Add(this.pnl_dias);
     this.pnl_01.Controls.Add(this.exclusivo);
     this.pnl_01.Controls.Add(this.labelControl1);
     this.pnl_01.Controls.Add(this.chk_solodias);
     this.pnl_01.Controls.Add(this.impopack);
     this.pnl_01.Controls.Add(this.labelControl19);
     this.pnl_01.Controls.Add(this.npack);
     this.pnl_01.Controls.Add(this.aplicfin);
     this.pnl_01.Controls.Add(this.aplicini);
     this.pnl_01.Controls.Add(this.impodoc);
     this.pnl_01.Controls.Add(this.labelControl18);
     this.pnl_01.Controls.Add(this.labelControl17);
     this.pnl_01.Controls.Add(this.labelControl16);
     this.pnl_01.Controls.Add(this.labelControl7);
     this.pnl_01.Controls.Add(this.cmb_grupopromocion);
     this.pnl_01.Controls.Add(this.labelControl15);
     this.pnl_01.Controls.Add(this.perdsctocab);
     this.pnl_01.Controls.Add(this.labelControl14);
     this.pnl_01.Controls.Add(this.chk_aldocum);
     this.pnl_01.Controls.Add(this.prioridad);
     this.pnl_01.Controls.Add(this.labelControl13);
     this.pnl_01.Controls.Add(this.cmb_tarjgrupoid);
     this.pnl_01.Controls.Add(this.labelControl12);
     this.pnl_01.Controls.Add(this.cmb_tiendalist);
     this.pnl_01.Controls.Add(this.fechafin);
     this.pnl_01.Controls.Add(this.fechaini);
     this.pnl_01.Controls.Add(this.labelControl6);
     this.pnl_01.Controls.Add(this.labelControl5);
     this.pnl_01.Controls.Add(this.labelControl4);
     this.pnl_01.Controls.Add(this.promoname);
     this.pnl_01.Controls.Add(this.promoid);
     this.pnl_01.Controls.Add(this.labelControl3);
     this.pnl_01.Location = new System.Drawing.Point(474, 31);
     this.pnl_01.Name = "pnl_01";
     this.pnl_01.Size = new System.Drawing.Size(873, 272);
     this.pnl_01.TabIndex = 120;
     //
     // rdb_estado
     //
     this.rdb_estado.Cursor = System.Windows.Forms.Cursors.Hand;
     this.rdb_estado.Location = new System.Drawing.Point(402, 29);
     this.rdb_estado.MenuManager = this.barManager1;
     this.rdb_estado.Name = "rdb_estado";
     this.rdb_estado.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.rdb_estado.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.rdb_estado.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.rdb_estado.Properties.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.rdb_estado.Properties.Appearance.Options.UseBackColor = true;
     this.rdb_estado.Properties.Appearance.Options.UseFont = true;
     this.rdb_estado.Properties.Appearance.Options.UseForeColor = true;
     this.rdb_estado.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.rdb_estado.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "Activo"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(9, "Inactivo")});
     this.rdb_estado.Size = new System.Drawing.Size(81, 38);
     this.rdb_estado.TabIndex = 183;
     //
     // pnl_dias
     //
     this.pnl_dias.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnl_dias.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnl_dias.Appearance.Options.UseBackColor = true;
     this.pnl_dias.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnl_dias.Controls.Add(this.chk_sab);
     this.pnl_dias.Controls.Add(this.chk_lun);
     this.pnl_dias.Controls.Add(this.chk_mar);
     this.pnl_dias.Controls.Add(this.chk_dom);
     this.pnl_dias.Controls.Add(this.chk_mie);
     this.pnl_dias.Controls.Add(this.chk_jue);
     this.pnl_dias.Controls.Add(this.chk_vie);
     this.pnl_dias.Location = new System.Drawing.Point(120, 140);
     this.pnl_dias.Name = "pnl_dias";
     this.pnl_dias.Size = new System.Drawing.Size(139, 60);
     this.pnl_dias.TabIndex = 182;
     //
     // chk_sab
     //
     this.chk_sab.Location = new System.Drawing.Point(51, 40);
     this.chk_sab.MenuManager = this.barManager1;
     this.chk_sab.Name = "chk_sab";
     this.chk_sab.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_sab.Properties.Appearance.Options.UseForeColor = true;
     this.chk_sab.Properties.Caption = "SA";
     this.chk_sab.Size = new System.Drawing.Size(39, 19);
     this.chk_sab.TabIndex = 178;
     //
     // chk_lun
     //
     this.chk_lun.Location = new System.Drawing.Point(6, 0);
     this.chk_lun.MenuManager = this.barManager1;
     this.chk_lun.Name = "chk_lun";
     this.chk_lun.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_lun.Properties.Appearance.Options.UseForeColor = true;
     this.chk_lun.Properties.Caption = "LU";
     this.chk_lun.Size = new System.Drawing.Size(39, 19);
     this.chk_lun.TabIndex = 173;
     //
     // chk_mar
     //
     this.chk_mar.Location = new System.Drawing.Point(6, 20);
     this.chk_mar.MenuManager = this.barManager1;
     this.chk_mar.Name = "chk_mar";
     this.chk_mar.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_mar.Properties.Appearance.Options.UseForeColor = true;
     this.chk_mar.Properties.Caption = "MA";
     this.chk_mar.Size = new System.Drawing.Size(39, 19);
     this.chk_mar.TabIndex = 174;
     //
     // chk_dom
     //
     this.chk_dom.Location = new System.Drawing.Point(96, 0);
     this.chk_dom.MenuManager = this.barManager1;
     this.chk_dom.Name = "chk_dom";
     this.chk_dom.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_dom.Properties.Appearance.Options.UseForeColor = true;
     this.chk_dom.Properties.Caption = "DO";
     this.chk_dom.Size = new System.Drawing.Size(39, 19);
     this.chk_dom.TabIndex = 179;
     //
     // chk_mie
     //
     this.chk_mie.Location = new System.Drawing.Point(6, 40);
     this.chk_mie.MenuManager = this.barManager1;
     this.chk_mie.Name = "chk_mie";
     this.chk_mie.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_mie.Properties.Appearance.Options.UseForeColor = true;
     this.chk_mie.Properties.Caption = "MI";
     this.chk_mie.Size = new System.Drawing.Size(39, 19);
     this.chk_mie.TabIndex = 175;
     //
     // chk_jue
     //
     this.chk_jue.Location = new System.Drawing.Point(51, 0);
     this.chk_jue.MenuManager = this.barManager1;
     this.chk_jue.Name = "chk_jue";
     this.chk_jue.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_jue.Properties.Appearance.Options.UseForeColor = true;
     this.chk_jue.Properties.Caption = "JU";
     this.chk_jue.Size = new System.Drawing.Size(39, 19);
     this.chk_jue.TabIndex = 176;
     //
     // chk_vie
     //
     this.chk_vie.Location = new System.Drawing.Point(51, 20);
     this.chk_vie.MenuManager = this.barManager1;
     this.chk_vie.Name = "chk_vie";
     this.chk_vie.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_vie.Properties.Appearance.Options.UseForeColor = true;
     this.chk_vie.Properties.Caption = "VI";
     this.chk_vie.Size = new System.Drawing.Size(39, 19);
     this.chk_vie.TabIndex = 177;
     //
     // exclusivo
     //
     this.exclusivo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.exclusivo.Location = new System.Drawing.Point(352, 160);
     this.exclusivo.Name = "exclusivo";
     this.exclusivo.Size = new System.Drawing.Size(22, 21);
     this.exclusivo.TabIndex = 181;
     this.exclusivo.Text = "1";
     this.exclusivo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl1.Location = new System.Drawing.Point(280, 165);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(66, 13);
     this.labelControl1.TabIndex = 180;
     this.labelControl1.Text = "» Exclusivo:";
     //
     // chk_solodias
     //
     this.chk_solodias.Location = new System.Drawing.Point(45, 140);
     this.chk_solodias.MenuManager = this.barManager1;
     this.chk_solodias.Name = "chk_solodias";
     this.chk_solodias.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_solodias.Properties.Appearance.Options.UseForeColor = true;
     this.chk_solodias.Properties.Caption = "Solo Dias ?";
     this.chk_solodias.Size = new System.Drawing.Size(85, 19);
     this.chk_solodias.TabIndex = 172;
     this.chk_solodias.CheckedChanged += new System.EventHandler(this.chk_solodias_CheckedChanged);
     //
     // impopack
     //
     this.impopack.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.impopack.Location = new System.Drawing.Point(275, 206);
     this.impopack.Name = "impopack";
     this.impopack.Size = new System.Drawing.Size(72, 21);
     this.impopack.TabIndex = 171;
     this.impopack.Text = "0.00";
     this.impopack.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.impopack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.impopack_KeyDown);
     //
     // labelControl19
     //
     this.labelControl19.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl19.Location = new System.Drawing.Point(159, 211);
     this.labelControl19.Name = "labelControl19";
     this.labelControl19.Size = new System.Drawing.Size(108, 13);
     this.labelControl19.TabIndex = 170;
     this.labelControl19.Text = "» Importe de Pack:";
     //
     // npack
     //
     this.npack.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.npack.Location = new System.Drawing.Point(121, 206);
     this.npack.Name = "npack";
     this.npack.Size = new System.Drawing.Size(22, 21);
     this.npack.TabIndex = 169;
     this.npack.Text = "1";
     this.npack.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.npack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.npack_KeyDown);
     //
     // aplicfin
     //
     this.aplicfin.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.aplicfin.Location = new System.Drawing.Point(194, 229);
     this.aplicfin.Name = "aplicfin";
     this.aplicfin.Size = new System.Drawing.Size(25, 21);
     this.aplicfin.TabIndex = 168;
     this.aplicfin.Text = "999";
     this.aplicfin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.aplicfin.KeyDown += new System.Windows.Forms.KeyEventHandler(this.aplicfin_KeyDown);
     //
     // aplicini
     //
     this.aplicini.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.aplicini.Location = new System.Drawing.Point(121, 229);
     this.aplicini.Name = "aplicini";
     this.aplicini.Size = new System.Drawing.Size(22, 21);
     this.aplicini.TabIndex = 167;
     this.aplicini.Text = "1";
     this.aplicini.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.aplicini.KeyDown += new System.Windows.Forms.KeyEventHandler(this.aplicini_KeyDown);
     //
     // impodoc
     //
     this.impodoc.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.impodoc.Location = new System.Drawing.Point(305, 247);
     this.impodoc.Name = "impodoc";
     this.impodoc.Size = new System.Drawing.Size(69, 21);
     this.impodoc.TabIndex = 166;
     this.impodoc.Text = "0.00";
     this.impodoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl18
     //
     this.labelControl18.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl18.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl18.Location = new System.Drawing.Point(11, 253);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(288, 13);
     this.labelControl18.TabIndex = 165;
     this.labelControl18.Text = "»» Siempre que el Importe del Documento sea >= ";
     //
     // labelControl17
     //
     this.labelControl17.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl17.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl17.Location = new System.Drawing.Point(159, 234);
     this.labelControl17.Name = "labelControl17";
     this.labelControl17.Size = new System.Drawing.Size(28, 13);
     this.labelControl17.TabIndex = 164;
     this.labelControl17.Text = "» AL:";
     //
     // labelControl16
     //
     this.labelControl16.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl16.Location = new System.Drawing.Point(12, 235);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(73, 13);
     this.labelControl16.TabIndex = 163;
     this.labelControl16.Text = "» Aplicar del:";
     //
     // labelControl7
     //
     this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl7.Location = new System.Drawing.Point(11, 211);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(58, 13);
     this.labelControl7.TabIndex = 162;
     this.labelControl7.Text = "» Pack de:";
     //
     // cmb_grupopromocion
     //
     this.cmb_grupopromocion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_grupopromocion.FormattingEnabled = true;
     this.cmb_grupopromocion.Location = new System.Drawing.Point(120, 116);
     this.cmb_grupopromocion.Name = "cmb_grupopromocion";
     this.cmb_grupopromocion.Size = new System.Drawing.Size(201, 21);
     this.cmb_grupopromocion.TabIndex = 160;
     //
     // labelControl15
     //
     this.labelControl15.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl15.Location = new System.Drawing.Point(10, 119);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(81, 13);
     this.labelControl15.TabIndex = 159;
     this.labelControl15.Text = "» Grupo Prom:";
     //
     // perdsctocab
     //
     this.perdsctocab.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.perdsctocab.Location = new System.Drawing.Point(321, 70);
     this.perdsctocab.Name = "perdsctocab";
     this.perdsctocab.Size = new System.Drawing.Size(69, 21);
     this.perdsctocab.TabIndex = 158;
     this.perdsctocab.Text = "0.00";
     this.perdsctocab.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl14
     //
     this.labelControl14.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl14.Location = new System.Drawing.Point(256, 74);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(59, 13);
     this.labelControl14.TabIndex = 157;
     this.labelControl14.Text = "» %Dscto:";
     //
     // chk_aldocum
     //
     this.chk_aldocum.Location = new System.Drawing.Point(155, 71);
     this.chk_aldocum.MenuManager = this.barManager1;
     this.chk_aldocum.Name = "chk_aldocum";
     this.chk_aldocum.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_aldocum.Properties.Appearance.Options.UseForeColor = true;
     this.chk_aldocum.Properties.Caption = "Al Documento ?";
     this.chk_aldocum.Size = new System.Drawing.Size(97, 19);
     this.chk_aldocum.TabIndex = 156;
     //
     // prioridad
     //
     this.prioridad.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.prioridad.Location = new System.Drawing.Point(120, 70);
     this.prioridad.Name = "prioridad";
     this.prioridad.Size = new System.Drawing.Size(22, 21);
     this.prioridad.TabIndex = 155;
     this.prioridad.Text = "2";
     this.prioridad.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl13
     //
     this.labelControl13.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl13.Location = new System.Drawing.Point(11, 74);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(65, 13);
     this.labelControl13.TabIndex = 154;
     this.labelControl13.Text = "» Prioridad:";
     //
     // cmb_tarjgrupoid
     //
     this.cmb_tarjgrupoid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_tarjgrupoid.FormattingEnabled = true;
     this.cmb_tarjgrupoid.Location = new System.Drawing.Point(120, 47);
     this.cmb_tarjgrupoid.Name = "cmb_tarjgrupoid";
     this.cmb_tarjgrupoid.Size = new System.Drawing.Size(201, 21);
     this.cmb_tarjgrupoid.TabIndex = 153;
     //
     // labelControl12
     //
     this.labelControl12.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl12.Location = new System.Drawing.Point(11, 52);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(99, 13);
     this.labelControl12.TabIndex = 152;
     this.labelControl12.Text = "» Grupo Tarjetas:";
     //
     // cmb_tiendalist
     //
     this.cmb_tiendalist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_tiendalist.FormattingEnabled = true;
     this.cmb_tiendalist.Location = new System.Drawing.Point(120, 25);
     this.cmb_tiendalist.Name = "cmb_tiendalist";
     this.cmb_tiendalist.Size = new System.Drawing.Size(201, 21);
     this.cmb_tiendalist.TabIndex = 151;
     //
     // fechafin
     //
     this.fechafin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechafin.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechafin.Location = new System.Drawing.Point(321, 93);
     this.fechafin.Name = "fechafin";
     this.fechafin.Size = new System.Drawing.Size(80, 20);
     this.fechafin.TabIndex = 125;
     //
     // fechaini
     //
     this.fechaini.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechaini.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechaini.Location = new System.Drawing.Point(120, 93);
     this.fechaini.Name = "fechaini";
     this.fechaini.Size = new System.Drawing.Size(80, 20);
     this.fechaini.TabIndex = 124;
     //
     // labelControl6
     //
     this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl6.Location = new System.Drawing.Point(250, 96);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(66, 13);
     this.labelControl6.TabIndex = 135;
     this.labelControl6.Text = "» Fecha Fin:";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl5.Location = new System.Drawing.Point(11, 96);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(81, 13);
     this.labelControl5.TabIndex = 134;
     this.labelControl5.Text = "» Fecha Inicio:";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl4.Location = new System.Drawing.Point(11, 29);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(105, 13);
     this.labelControl4.TabIndex = 131;
     this.labelControl4.Text = "» Lista de Tiendas:";
     //
     // promoname
     //
     this.promoname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.promoname.Location = new System.Drawing.Point(158, 3);
     this.promoname.Name = "promoname";
     this.promoname.Size = new System.Drawing.Size(325, 21);
     this.promoname.TabIndex = 130;
     //
     // promoid
     //
     this.promoid.AccessibleDescription = "";
     this.promoid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.promoid.Location = new System.Drawing.Point(121, 3);
     this.promoid.MaxLength = 4;
     this.promoid.Name = "promoid";
     this.promoid.Size = new System.Drawing.Size(35, 20);
     this.promoid.TabIndex = 128;
     this.promoid.Text = "0";
     this.promoid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl3.Location = new System.Drawing.Point(11, 6);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(94, 13);
     this.labelControl3.TabIndex = 123;
     this.labelControl3.Text = "» Denominación:";
     //
     // pnlcontroldet
     //
     this.pnlcontroldet.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnlcontroldet.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnlcontroldet.Appearance.ForeColor = System.Drawing.Color.White;
     this.pnlcontroldet.Appearance.Options.UseBackColor = true;
     this.pnlcontroldet.Appearance.Options.UseForeColor = true;
     this.pnlcontroldet.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlcontroldet.Controls.Add(this.btn_update);
     this.pnlcontroldet.Controls.Add(this.btn_search);
     this.pnlcontroldet.Controls.Add(this.rollo_search);
     this.pnlcontroldet.Controls.Add(this.btn_exportar);
     this.pnlcontroldet.Controls.Add(this.btn_importar);
     this.pnlcontroldet.Controls.Add(this.chk_aldoc2);
     this.pnlcontroldet.Controls.Add(this.btn_del);
     this.pnlcontroldet.Controls.Add(this.btn_add);
     this.pnlcontroldet.Controls.Add(this.btn_save);
     this.pnlcontroldet.Controls.Add(this.precunit);
     this.pnlcontroldet.Controls.Add(this.percdscto);
     this.pnlcontroldet.Controls.Add(this.labelControl9);
     this.pnlcontroldet.Controls.Add(this.labelControl8);
     this.pnlcontroldet.Controls.Add(this.dgb_promodet);
     this.pnlcontroldet.Controls.Add(this.labelControl2);
     this.pnlcontroldet.Controls.Add(this.articid);
     this.pnlcontroldet.Controls.Add(this.articname);
     this.pnlcontroldet.Location = new System.Drawing.Point(474, 304);
     this.pnlcontroldet.Name = "pnlcontroldet";
     this.pnlcontroldet.Size = new System.Drawing.Size(872, 296);
     this.pnlcontroldet.TabIndex = 121;
     //
     // btn_update
     //
     this.btn_update.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_update.Image = ((System.Drawing.Image)(resources.GetObject("btn_update.Image")));
     this.btn_update.Location = new System.Drawing.Point(494, 34);
     this.btn_update.Name = "btn_update";
     this.btn_update.Size = new System.Drawing.Size(70, 23);
     this.btn_update.TabIndex = 162;
     this.btn_update.Text = "&Modificar";
     this.btn_update.ToolTip = "Modificar";
     this.btn_update.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_update.Click += new System.EventHandler(this.btn_update_Click);
     //
     // btn_search
     //
     this.btn_search.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_search.Image = ((System.Drawing.Image)(resources.GetObject("btn_search.Image")));
     this.btn_search.Location = new System.Drawing.Point(208, 64);
     this.btn_search.Name = "btn_search";
     this.btn_search.Size = new System.Drawing.Size(25, 23);
     this.btn_search.TabIndex = 161;
     this.btn_search.ToolTip = "Buscar Codigo";
     this.btn_search.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     //
     // rollo_search
     //
     this.rollo_search.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.rollo_search.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.rollo_search.ForeColor = System.Drawing.Color.Firebrick;
     this.rollo_search.Location = new System.Drawing.Point(233, 64);
     this.rollo_search.Name = "rollo_search";
     this.rollo_search.Size = new System.Drawing.Size(76, 21);
     this.rollo_search.TabIndex = 160;
     this.rollo_search.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rollo_search_KeyDown);
     //
     // btn_exportar
     //
     this.btn_exportar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_exportar.Image = ((System.Drawing.Image)(resources.GetObject("btn_exportar.Image")));
     this.btn_exportar.Location = new System.Drawing.Point(22, 62);
     this.btn_exportar.Name = "btn_exportar";
     this.btn_exportar.Size = new System.Drawing.Size(70, 23);
     this.btn_exportar.TabIndex = 159;
     this.btn_exportar.Text = "&Exportar";
     this.btn_exportar.ToolTip = "Exportar";
     this.btn_exportar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_exportar.Click += new System.EventHandler(this.btn_exportar_Click);
     //
     // btn_importar
     //
     this.btn_importar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_importar.Image = ((System.Drawing.Image)(resources.GetObject("btn_importar.Image")));
     this.btn_importar.Location = new System.Drawing.Point(98, 62);
     this.btn_importar.Name = "btn_importar";
     this.btn_importar.Size = new System.Drawing.Size(70, 23);
     this.btn_importar.TabIndex = 158;
     this.btn_importar.Text = "&Importar";
     this.btn_importar.ToolTip = "Importar";
     this.btn_importar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_importar.Click += new System.EventHandler(this.btn_importar_Click);
     //
     // chk_aldoc2
     //
     this.chk_aldoc2.Location = new System.Drawing.Point(10, 37);
     this.chk_aldoc2.MenuManager = this.barManager1;
     this.chk_aldoc2.Name = "chk_aldoc2";
     this.chk_aldoc2.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_aldoc2.Properties.Appearance.Options.UseForeColor = true;
     this.chk_aldoc2.Properties.Caption = "Al Documento ?";
     this.chk_aldoc2.Size = new System.Drawing.Size(97, 19);
     this.chk_aldoc2.TabIndex = 157;
     this.chk_aldoc2.CheckedChanged += new System.EventHandler(this.chk_aldoc2_CheckedChanged);
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.Image = ((System.Drawing.Image)(resources.GetObject("btn_del.Image")));
     this.btn_del.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_del.Location = new System.Drawing.Point(494, 61);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(70, 23);
     this.btn_del.TabIndex = 144;
     this.btn_del.Text = "Eliminar";
     this.btn_del.ToolTip = "Eliminar";
     this.btn_del.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
     this.btn_add.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_add.Location = new System.Drawing.Point(417, 61);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(71, 23);
     this.btn_add.TabIndex = 143;
     this.btn_add.Text = "Adicionar";
     this.btn_add.ToolTip = "Adicionar";
     this.btn_add.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // btn_save
     //
     this.btn_save.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_save.Image = ((System.Drawing.Image)(resources.GetObject("btn_save.Image")));
     this.btn_save.Location = new System.Drawing.Point(341, 61);
     this.btn_save.Name = "btn_save";
     this.btn_save.Size = new System.Drawing.Size(70, 23);
     this.btn_save.TabIndex = 154;
     this.btn_save.Text = "&Aceptar";
     this.btn_save.ToolTip = "Grabar";
     this.btn_save.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
     //
     // precunit
     //
     this.precunit.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.precunit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.precunit.Location = new System.Drawing.Point(366, 34);
     this.precunit.Name = "precunit";
     this.precunit.Size = new System.Drawing.Size(80, 21);
     this.precunit.TabIndex = 153;
     this.precunit.Text = "0.00";
     this.precunit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // percdscto
     //
     this.percdscto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.percdscto.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.percdscto.Location = new System.Drawing.Point(173, 34);
     this.percdscto.Name = "percdscto";
     this.percdscto.Size = new System.Drawing.Size(80, 21);
     this.percdscto.TabIndex = 152;
     this.percdscto.Text = "0.00";
     this.percdscto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.percdscto.KeyDown += new System.Windows.Forms.KeyEventHandler(this.precunit1_KeyDown);
     //
     // labelControl9
     //
     this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl9.Location = new System.Drawing.Point(304, 39);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(52, 13);
     this.labelControl9.TabIndex = 151;
     this.labelControl9.Text = "» Precio :";
     //
     // labelControl8
     //
     this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl8.Location = new System.Drawing.Point(111, 39);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(56, 13);
     this.labelControl8.TabIndex = 150;
     this.labelControl8.Text = "» % Dcto:";
     //
     // dgb_promodet
     //
     this.dgb_promodet.AllowUserToAddRows = false;
     this.dgb_promodet.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgb_promodet.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.@__promoid,
     this._articid,
     this._articidold,
     this._articname,
     this._es_dscto,
     this.@__percdscto,
     this._precunit,
     this.@__status,
     this.@__feact,
     this._usuarip,
     this._cantidad});
     this.dgb_promodet.EnableHeadersVisualStyles = false;
     this.dgb_promodet.Location = new System.Drawing.Point(2, 90);
     this.dgb_promodet.Name = "dgb_promodet";
     this.dgb_promodet.ReadOnly = true;
     this.dgb_promodet.RowHeadersVisible = false;
     dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black;
     this.dgb_promodet.RowsDefaultCellStyle = dataGridViewCellStyle8;
     this.dgb_promodet.Size = new System.Drawing.Size(562, 202);
     this.dgb_promodet.TabIndex = 149;
     this.dgb_promodet.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_listaPrecios_CellClick);
     this.dgb_promodet.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_listaPrecios_CellEnter);
     this.dgb_promodet.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_listaPrecios_KeyUp);
     //
     // __promoid
     //
     this.@__promoid.DataPropertyName = "promoid";
     this.@__promoid.HeaderText = "promoid";
     this.@__promoid.Name = "__promoid";
     this.@__promoid.ReadOnly = true;
     this.@__promoid.Visible = false;
     //
     // _articid
     //
     this._articid.DataPropertyName = "articid";
     this._articid.HeaderText = "articid";
     this._articid.Name = "_articid";
     this._articid.ReadOnly = true;
     this._articid.Visible = false;
     //
     // _articidold
     //
     this._articidold.DataPropertyName = "articidold";
     this._articidold.HeaderText = "Codigo";
     this._articidold.Name = "_articidold";
     this._articidold.ReadOnly = true;
     this._articidold.Width = 70;
     //
     // _articname
     //
     this._articname.DataPropertyName = "articname";
     this._articname.HeaderText = "Denominación";
     this._articname.Name = "_articname";
     this._articname.ReadOnly = true;
     this._articname.Width = 250;
     //
     // _es_dscto
     //
     this._es_dscto.DataPropertyName = "es_dscto";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this._es_dscto.DefaultCellStyle = dataGridViewCellStyle5;
     this._es_dscto.HeaderText = "Desc ?";
     this._es_dscto.Name = "_es_dscto";
     this._es_dscto.ReadOnly = true;
     this._es_dscto.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this._es_dscto.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this._es_dscto.Width = 65;
     //
     // __percdscto
     //
     this.@__percdscto.DataPropertyName = "percdscto";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format = "N2";
     dataGridViewCellStyle6.NullValue = null;
     this.@__percdscto.DefaultCellStyle = dataGridViewCellStyle6;
     this.@__percdscto.HeaderText = "%";
     this.@__percdscto.Name = "__percdscto";
     this.@__percdscto.ReadOnly = true;
     this.@__percdscto.Width = 60;
     //
     // _precunit
     //
     this._precunit.DataPropertyName = "precunit";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle7.Format = "N2";
     dataGridViewCellStyle7.NullValue = null;
     this._precunit.DefaultCellStyle = dataGridViewCellStyle7;
     this._precunit.HeaderText = "Precio";
     this._precunit.Name = "_precunit";
     this._precunit.ReadOnly = true;
     this._precunit.Width = 80;
     //
     // __status
     //
     this.@__status.DataPropertyName = "status";
     this.@__status.HeaderText = "status";
     this.@__status.Name = "__status";
     this.@__status.ReadOnly = true;
     this.@__status.Visible = false;
     //
     // __feact
     //
     this.@__feact.DataPropertyName = "feact";
     this.@__feact.HeaderText = "feact";
     this.@__feact.Name = "__feact";
     this.@__feact.ReadOnly = true;
     this.@__feact.Visible = false;
     //
     // _usuarip
     //
     this._usuarip.DataPropertyName = "usuarip";
     this._usuarip.HeaderText = "usuarip";
     this._usuarip.Name = "_usuarip";
     this._usuarip.ReadOnly = true;
     this._usuarip.Visible = false;
     //
     // _cantidad
     //
     this._cantidad.DataPropertyName = "cantidad";
     this._cantidad.HeaderText = "cantidad";
     this._cantidad.Name = "_cantidad";
     this._cantidad.ReadOnly = true;
     this._cantidad.Visible = false;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl2.Location = new System.Drawing.Point(12, 7);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(58, 13);
     this.labelControl2.TabIndex = 123;
     this.labelControl2.Text = "» Articulo:";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.Group_chks);
     this.groupControl1.Controls.Add(this.cmb_perianio);
     this.groupControl1.Controls.Add(this.cmb_grupopromocion2);
     this.groupControl1.Controls.Add(this.labelControl11);
     this.groupControl1.Controls.Add(this.labelControl10);
     this.groupControl1.Controls.Add(this.Mdi_dgv_promociones);
     this.groupControl1.Location = new System.Drawing.Point(0, 29);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(471, 571);
     this.groupControl1.TabIndex = 142;
     this.groupControl1.Text = "Promociónes";
     //
     // Group_chks
     //
     this.Group_chks.Location = new System.Drawing.Point(31, 47);
     this.Group_chks.MenuManager = this.barManager1;
     this.Group_chks.Name = "Group_chks";
     this.Group_chks.Properties.Appearance.BackColor = System.Drawing.Color.Teal;
     this.Group_chks.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Group_chks.Properties.Appearance.ForeColor = System.Drawing.Color.White;
     this.Group_chks.Properties.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("Group_chks.Properties.Appearance.Image")));
     this.Group_chks.Properties.Appearance.Options.UseBackColor = true;
     this.Group_chks.Properties.Appearance.Options.UseFont = true;
     this.Group_chks.Properties.Appearance.Options.UseForeColor = true;
     this.Group_chks.Properties.Appearance.Options.UseImage = true;
     this.Group_chks.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.Group_chks.Properties.Columns = 3;
     this.Group_chks.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "Vigentes"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "Culminados"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "Todos")});
     this.Group_chks.Size = new System.Drawing.Size(399, 21);
     this.Group_chks.TabIndex = 151;
     this.Group_chks.SelectedIndexChanged += new System.EventHandler(this.Group_chks_SelectedIndexChanged);
     //
     // cmb_perianio
     //
     this.cmb_perianio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_perianio.FormattingEnabled = true;
     this.cmb_perianio.Location = new System.Drawing.Point(52, 23);
     this.cmb_perianio.Name = "cmb_perianio";
     this.cmb_perianio.Size = new System.Drawing.Size(52, 21);
     this.cmb_perianio.TabIndex = 147;
     //
     // cmb_grupopromocion2
     //
     this.cmb_grupopromocion2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_grupopromocion2.FormattingEnabled = true;
     this.cmb_grupopromocion2.Location = new System.Drawing.Point(220, 23);
     this.cmb_grupopromocion2.Name = "cmb_grupopromocion2";
     this.cmb_grupopromocion2.Size = new System.Drawing.Size(201, 21);
     this.cmb_grupopromocion2.TabIndex = 146;
     //
     // labelControl11
     //
     this.labelControl11.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl11.Location = new System.Drawing.Point(133, 26);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(81, 13);
     this.labelControl11.TabIndex = 145;
     this.labelControl11.Text = "» Grupo Prom:";
     //
     // labelControl10
     //
     this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl10.Location = new System.Drawing.Point(13, 26);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(36, 13);
     this.labelControl10.TabIndex = 144;
     this.labelControl10.Text = "» Año:";
     //
     // Mdi_dgv_promociones
     //
     this.Mdi_dgv_promociones.Location = new System.Drawing.Point(5, 71);
     this.Mdi_dgv_promociones.MainView = this.dgv_promociones;
     this.Mdi_dgv_promociones.Name = "Mdi_dgv_promociones";
     this.Mdi_dgv_promociones.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1,
     this.repositoryItemCheckEdit2,
     this.repositoryItemTextEdit2,
     this.repositoryItemCheckEdit3});
     this.Mdi_dgv_promociones.Size = new System.Drawing.Size(461, 495);
     this.Mdi_dgv_promociones.TabIndex = 143;
     this.Mdi_dgv_promociones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.dgv_promociones});
     this.Mdi_dgv_promociones.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Mdi_dgv_tiendalist_KeyUp);
     //
     // dgv_promociones
     //
     this.dgv_promociones.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray;
     this.dgv_promociones.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217)))));
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue;
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.Empty.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_promociones.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131)))));
     this.dgv_promociones.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_promociones.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_promociones.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41)))));
     this.dgv_promociones.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_promociones.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_promociones.Appearance.FilterPanel.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FilterPanel.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66)))));
     this.dgv_promociones.Appearance.FixedLine.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_promociones.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.FocusedCell.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FocusedCell.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy;
     this.dgv_promociones.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(178)))));
     this.dgv_promociones.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.FocusedRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FocusedRow.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.FooterPanel.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.FooterPanel.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.GroupButton.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.GroupButton.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.GroupButton.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_promociones.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_promociones.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.GroupFooter.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.GroupFooter.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71)))));
     this.dgv_promociones.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_promociones.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.GroupPanel.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.GroupPanel.Options.UseFont = true;
     this.dgv_promociones.Appearance.GroupPanel.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136)))));
     this.dgv_promociones.Appearance.GroupRow.ForeColor = System.Drawing.Color.Silver;
     this.dgv_promociones.Appearance.GroupRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.GroupRow.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_promociones.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.HeaderPanel.Options.UseFont = true;
     this.dgv_promociones.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray;
     this.dgv_promociones.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_promociones.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.HorzLine.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244)))));
     this.dgv_promociones.Appearance.Preview.BackColor2 = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.Preview.ForeColor = System.Drawing.Color.Navy;
     this.dgv_promociones.Appearance.Preview.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.Preview.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_promociones.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.Row.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.Row.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.RowSeparator.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(138)))));
     this.dgv_promociones.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.SelectedRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.SelectedRow.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226)))));
     this.dgv_promociones.Appearance.TopNewRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.VertLine.Options.UseBackColor = true;
     this.dgv_promociones.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this._promoid,
     this._prioridad,
     this._status,
     this._exclusivo,
     this._promoname,
     this._tiendalist,
     this._tarjgrupoid,
     this._tarjetaid,
     this._percdscto,
     this._al_docum,
     this._fechaini,
     this._fechafin,
     this._promotipoid,
     this._grupopromoid,
     this._campaniaid,
     this._usuar,
     this._fecre,
     this._feact,
     this._usuarap,
     this._fechap,
     this._solodias,
     this._dom,
     this._lun,
     this._mar,
     this._mie,
     this._jue,
     this._vie,
     this._sab,
     this._npack,
     this._impopack,
     this._aplicini,
     this._aplicfin,
     this._impodoc});
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Teal;
     styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression = "Len(Trim([conceptoid])) == 2";
     this.dgv_promociones.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition2});
     this.dgv_promociones.GridControl = this.Mdi_dgv_promociones;
     this.dgv_promociones.Name = "dgv_promociones";
     this.dgv_promociones.OptionsSelection.MultiSelect = true;
     this.dgv_promociones.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.dgv_promociones.OptionsView.ShowGroupPanel = false;
     this.dgv_promociones.PaintStyleName = "Web";
     this.dgv_promociones.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.dgv_tiendalist_RowCellClick);
     //
     // _promoid
     //
     this._promoid.Caption = "ID";
     this._promoid.FieldName = "promoid";
     this._promoid.Name = "_promoid";
     this._promoid.OptionsColumn.AllowEdit = false;
     this._promoid.Visible = true;
     this._promoid.VisibleIndex = 0;
     this._promoid.Width = 34;
     //
     // _prioridad
     //
     this._prioridad.Caption = "prioridad";
     this._prioridad.FieldName = "prioridad";
     this._prioridad.Name = "_prioridad";
     this._prioridad.OptionsColumn.AllowEdit = false;
     this._prioridad.Width = 281;
     //
     // _status
     //
     this._status.Caption = "status";
     this._status.FieldName = "status";
     this._status.Name = "_status";
     //
     // _exclusivo
     //
     this._exclusivo.Caption = "exclusivo";
     this._exclusivo.FieldName = "exclusivo";
     this._exclusivo.Name = "_exclusivo";
     //
     // _promoname
     //
     this._promoname.Caption = "Denominación";
     this._promoname.FieldName = "promoname";
     this._promoname.Name = "_promoname";
     this._promoname.OptionsColumn.AllowEdit = false;
     this._promoname.Visible = true;
     this._promoname.VisibleIndex = 1;
     this._promoname.Width = 252;
     //
     // _tiendalist
     //
     this._tiendalist.Caption = "tiendalist";
     this._tiendalist.FieldName = "tiendalist";
     this._tiendalist.Name = "_tiendalist";
     //
     // _tarjgrupoid
     //
     this._tarjgrupoid.Caption = "tarjgrupoid";
     this._tarjgrupoid.FieldName = "tarjgrupoid";
     this._tarjgrupoid.Name = "_tarjgrupoid";
     //
     // _tarjetaid
     //
     this._tarjetaid.Caption = "tarjetaid";
     this._tarjetaid.FieldName = "tarjetaid";
     this._tarjetaid.Name = "_tarjetaid";
     //
     // _percdscto
     //
     this._percdscto.Caption = "percdscto";
     this._percdscto.FieldName = "percdscto";
     this._percdscto.Name = "_percdscto";
     //
     // _al_docum
     //
     this._al_docum.Caption = "al_docum";
     this._al_docum.FieldName = "al_docum";
     this._al_docum.Name = "_al_docum";
     //
     // _fechaini
     //
     this._fechaini.Caption = "F.Ini";
     this._fechaini.FieldName = "fechaini";
     this._fechaini.Name = "_fechaini";
     this._fechaini.OptionsColumn.AllowEdit = false;
     this._fechaini.Visible = true;
     this._fechaini.VisibleIndex = 2;
     //
     // _fechafin
     //
     this._fechafin.Caption = "F.Fin";
     this._fechafin.FieldName = "fechafin";
     this._fechafin.Name = "_fechafin";
     this._fechafin.OptionsColumn.AllowEdit = false;
     this._fechafin.Visible = true;
     this._fechafin.VisibleIndex = 3;
     this._fechafin.Width = 85;
     //
     // _promotipoid
     //
     this._promotipoid.Caption = "promotipoid";
     this._promotipoid.FieldName = "promotipoid";
     this._promotipoid.Name = "_promotipoid";
     //
     // _grupopromoid
     //
     this._grupopromoid.Caption = "grupopromoid";
     this._grupopromoid.FieldName = "grupopromoid";
     this._grupopromoid.Name = "_grupopromoid";
     //
     // _campaniaid
     //
     this._campaniaid.Caption = "campaniaid";
     this._campaniaid.FieldName = "campaniaid";
     this._campaniaid.Name = "_campaniaid";
     //
     // _usuar
     //
     this._usuar.Caption = "usuar";
     this._usuar.FieldName = "usuar";
     this._usuar.Name = "_usuar";
     //
     // _fecre
     //
     this._fecre.Caption = "fecre";
     this._fecre.FieldName = "fecre";
     this._fecre.Name = "_fecre";
     //
     // _feact
     //
     this._feact.Caption = "feact";
     this._feact.FieldName = "feact";
     this._feact.Name = "_feact";
     //
     // _usuarap
     //
     this._usuarap.Caption = "gridColumn8";
     this._usuarap.Name = "_usuarap";
     //
     // _fechap
     //
     this._fechap.Caption = "fechap";
     this._fechap.FieldName = "fechap";
     this._fechap.Name = "_fechap";
     //
     // _solodias
     //
     this._solodias.Caption = "solodias";
     this._solodias.FieldName = "solodias";
     this._solodias.Name = "_solodias";
     //
     // _dom
     //
     this._dom.Caption = "dom";
     this._dom.FieldName = "dom";
     this._dom.Name = "_dom";
     //
     // _lun
     //
     this._lun.Caption = "lun";
     this._lun.FieldName = "lun";
     this._lun.Name = "_lun";
     //
     // _mar
     //
     this._mar.Caption = "mar";
     this._mar.FieldName = "mar";
     this._mar.Name = "_mar";
     //
     // _mie
     //
     this._mie.Caption = "mie";
     this._mie.FieldName = "mie";
     this._mie.Name = "_mie";
     //
     // _jue
     //
     this._jue.Caption = "jue";
     this._jue.FieldName = "jue";
     this._jue.Name = "_jue";
     //
     // _vie
     //
     this._vie.Caption = "vie";
     this._vie.FieldName = "vie";
     this._vie.Name = "_vie";
     //
     // _sab
     //
     this._sab.Caption = "sab";
     this._sab.FieldName = "sab";
     this._sab.Name = "_sab";
     //
     // _npack
     //
     this._npack.Caption = "npack";
     this._npack.FieldName = "npack";
     this._npack.Name = "_npack";
     //
     // _impopack
     //
     this._impopack.Caption = "impopack";
     this._impopack.FieldName = "impopack";
     this._impopack.Name = "_impopack";
     //
     // _aplicini
     //
     this._aplicini.Caption = "aplicini";
     this._aplicini.FieldName = "aplicini";
     this._aplicini.Name = "_aplicini";
     //
     // _aplicfin
     //
     this._aplicfin.Caption = "aplicfin";
     this._aplicfin.FieldName = "aplicfin";
     this._aplicfin.Name = "_aplicfin";
     //
     // _impodoc
     //
     this._impodoc.Caption = "impodoc";
     this._impodoc.FieldName = "impodoc";
     this._impodoc.Name = "_impodoc";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.DisplayFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.EditFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.Mask.EditMask = "###,##0.0000";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Caption = "Check";
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     this.repositoryItemTextEdit2.ReadOnly = true;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Caption = "Check";
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     //
     // Frm_promociones
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(1038, 595);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.pnlcontroldet);
     this.Controls.Add(this.pnl_01);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.DoubleBuffered = true;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_promociones";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "» Lista de Promociónes";
     this.Load += new System.EventHandler(this.Frm_articulo_tiendalist_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_articulo_tiendalist_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).EndInit();
     this.pnl_01.ResumeLayout(false);
     this.pnl_01.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rdb_estado.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_dias)).EndInit();
     this.pnl_dias.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chk_sab.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_lun.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_mar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_dom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_mie.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_jue.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_vie.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_solodias.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_aldocum.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlcontroldet)).EndInit();
     this.pnlcontroldet.ResumeLayout(false);
     this.pnlcontroldet.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_aldoc2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_promodet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Group_chks.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_promociones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_promociones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     this.ResumeLayout(false);
 }
Example #21
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.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreOrderForm));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
            this.gridView1 = 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.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.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.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.grid = new DevExpress.XtraGrid.GridControl();
            this.goodsBalanceObjBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colReqQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.colid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colGroup = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colQuantityInPack = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colOrdered = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMeasure = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSupplier = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
            this.colBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colReserved = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFreeBalance = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMinOrder = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colRreqAssort = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colForOrder = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAvgSell = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colShopBalance = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colQuota = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colIsQuoted = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSelfImport = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFactQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.ilState = new System.Windows.Forms.ImageList(this.components);
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.actionContainerBarItem4 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem3 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem10 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem5 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.mainMenuItem2 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.actionContainerBarItem8 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem6 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem11 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem7 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem1 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.actionContainerBarItem2 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.mainMenuItem1 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.mainMenuItem3 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.actionContainerMenuBarItem7 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.actionContainerBarItem13 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerMenuBarItem3 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.actionContainerBarItem12 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem17 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem9 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem18 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem14 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem16 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem15 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerMenuBarItem1 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.actionContainerMenuBarItem4 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.actionContainerMenuBarItem5 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.mainMenuItem5 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.actionContainerMenuBarItem6 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.actionContainerMenuBarItem2 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.mainMenuItem6 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.xafBarLinkContainerItem1 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.XafBarLinkContainerItem();
            this.barMdiChildrenListItem1 = new DevExpress.XtraBars.BarMdiChildrenListItem();
            this.actionContainerBarItem20 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem19 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.mainMenuItem4 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.bеForOrder = new DevExpress.XtraBars.BarSubItem();
            this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeList = new DevExpress.XtraTreeList.TreeList();
            this.cdDateFilterItem = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.cdDateFilter = new DevExpress.XtraBars.BarEditItem();
            this.btNewOrder = new DevExpress.XtraBars.BarButtonItem();
            this.xafBar3 = new DevExpress.ExpressApp.Win.Templates.Controls.XafBar();
            this.btCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barCheckNts = new DevExpress.XtraBars.BarCheckItem();
            this.barCheck = new DevExpress.XtraBars.BarCheckItem();
            this.barCheckCold = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.btRefresh = new DevExpress.XtraBars.BarButtonItem();
            this.xafBar2 = new DevExpress.ExpressApp.Win.Templates.Controls.XafBar();
            this.BarManager = new DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager(this.components);
            this.vGoodsBalanceOrderBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.goodsBalanceObjBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BarManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vGoodsBalanceOrderBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // gridView1
            // 
            this.gridView1.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
            this.gridView1.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridView1.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridView1.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(215)))));
            this.gridView1.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.White;
            this.gridView1.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridView1.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.Empty.Options.UseBackColor = true;
            this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridView1.Appearance.EvenRow.Options.UseForeColor = true;
            this.gridView1.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
            this.gridView1.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridView1.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridView1.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(131)))), ((int)(((byte)(161)))));
            this.gridView1.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gridView1.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridView1.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(148)))));
            this.gridView1.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(180)))), ((int)(((byte)(191)))));
            this.gridView1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridView1.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridView1.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
            this.gridView1.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupButton.Options.UseForeColor = true;
            this.gridView1.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gridView1.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(131)))), ((int)(((byte)(161)))));
            this.gridView1.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridView1.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupRow.Options.UseFont = true;
            this.gridView1.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
            this.gridView1.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridView1.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(219)))), ((int)(((byte)(226)))));
            this.gridView1.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(131)))), ((int)(((byte)(161)))));
            this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridView1.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridView1.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(164)))), ((int)(((byte)(188)))));
            this.gridView1.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
            this.gridView1.Appearance.OddRow.Options.UseForeColor = true;
            this.gridView1.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(253)))));
            this.gridView1.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(165)))), ((int)(((byte)(177)))));
            this.gridView1.Appearance.Preview.Options.UseBackColor = true;
            this.gridView1.Appearance.Preview.Options.UseForeColor = true;
            this.gridView1.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.Row.Options.UseBackColor = true;
            this.gridView1.Appearance.Row.Options.UseForeColor = 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)(195)))), ((int)(((byte)(197)))), ((int)(((byte)(205)))));
            this.gridView1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridView1.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridView1.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(164)))), ((int)(((byte)(188)))));
            this.gridView1.Appearance.VertLine.Options.UseBackColor = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn21,
            this.gridColumn22,
            this.gridColumn23,
            this.gridColumn24,
            this.gridColumn25,
            this.gridColumn26,
            this.gridColumn27,
            this.gridColumn29,
            this.gridColumn30,
            this.gridColumn31,
            this.gridColumn32,
            this.gridColumn35,
            this.gridColumn36});
            this.gridView1.GridControl = this.grid;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AutoPopulateColumns = false;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
            this.gridView1.OptionsView.EnableAppearanceOddRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn21
            // 
            this.gridColumn21.FieldName = "id";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.OptionsColumn.AllowEdit = false;
            this.gridColumn21.OptionsColumn.AllowFocus = false;
            this.gridColumn21.OptionsColumn.ReadOnly = true;
            this.gridColumn21.Width = 27;
            // 
            // gridColumn22
            // 
            this.gridColumn22.Caption = "Группа товара";
            this.gridColumn22.FieldName = "Group";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.OptionsColumn.AllowEdit = false;
            this.gridColumn22.OptionsColumn.AllowFocus = false;
            this.gridColumn22.OptionsColumn.ReadOnly = true;
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 3;
            this.gridColumn22.Width = 72;
            // 
            // gridColumn23
            // 
            this.gridColumn23.Caption = "Название";
            this.gridColumn23.FieldName = "Name";
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.OptionsColumn.AllowEdit = false;
            this.gridColumn23.OptionsColumn.AllowFocus = false;
            this.gridColumn23.OptionsColumn.ReadOnly = true;
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 2;
            this.gridColumn23.Width = 87;
            // 
            // gridColumn24
            // 
            this.gridColumn24.Caption = "Цена";
            this.gridColumn24.FieldName = "Price";
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.OptionsColumn.AllowEdit = false;
            this.gridColumn24.OptionsColumn.AllowFocus = false;
            this.gridColumn24.OptionsColumn.ReadOnly = true;
            this.gridColumn24.Visible = true;
            this.gridColumn24.VisibleIndex = 4;
            this.gridColumn24.Width = 35;
            // 
            // gridColumn25
            // 
            this.gridColumn25.Caption = "Кол. в упаковке";
            this.gridColumn25.FieldName = "QuantityInPack";
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.OptionsColumn.AllowEdit = false;
            this.gridColumn25.OptionsColumn.AllowFocus = false;
            this.gridColumn25.OptionsColumn.ReadOnly = true;
            this.gridColumn25.Width = 89;
            // 
            // gridColumn26
            // 
            this.gridColumn26.AppearanceCell.BackColor = System.Drawing.Color.PaleGoldenrod;
            this.gridColumn26.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn26.Caption = "Фактический заказ";
            this.gridColumn26.DisplayFormat.FormatString = "{0:0.00}";
            this.gridColumn26.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn26.FieldName = "Quantity";
            this.gridColumn26.MaxWidth = 100;
            this.gridColumn26.MinWidth = 50;
            this.gridColumn26.Name = "gridColumn26";
            this.gridColumn26.OptionsColumn.AllowEdit = false;
            this.gridColumn26.OptionsColumn.AllowFocus = false;
            this.gridColumn26.OptionsColumn.ReadOnly = true;
            this.gridColumn26.SummaryItem.FieldName = "Ordered";
            this.gridColumn26.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
            this.gridColumn26.Visible = true;
            this.gridColumn26.VisibleIndex = 0;
            this.gridColumn26.Width = 50;
            // 
            // gridColumn27
            // 
            this.gridColumn27.Caption = "Ед. изм. (шт/упак.)";
            this.gridColumn27.FieldName = "Measure";
            this.gridColumn27.Name = "gridColumn27";
            this.gridColumn27.OptionsColumn.AllowEdit = false;
            this.gridColumn27.OptionsColumn.AllowFocus = false;
            this.gridColumn27.OptionsColumn.ReadOnly = true;
            this.gridColumn27.Visible = true;
            this.gridColumn27.VisibleIndex = 5;
            this.gridColumn27.Width = 77;
            // 
            // gridColumn29
            // 
            this.gridColumn29.Caption = "Поставщик";
            this.gridColumn29.FieldName = "Supplier";
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.OptionsColumn.AllowEdit = false;
            this.gridColumn29.OptionsColumn.AllowFocus = false;
            this.gridColumn29.OptionsColumn.ReadOnly = true;
            this.gridColumn29.Visible = true;
            this.gridColumn29.VisibleIndex = 6;
            this.gridColumn29.Width = 48;
            // 
            // gridColumn30
            // 
            this.gridColumn30.Caption = "Код товара";
            this.gridColumn30.FieldName = "Code";
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.OptionsColumn.AllowEdit = false;
            this.gridColumn30.OptionsColumn.AllowFocus = false;
            this.gridColumn30.OptionsColumn.ReadOnly = true;
            this.gridColumn30.Width = 68;
            // 
            // gridColumn31
            // 
            this.gridColumn31.Caption = "Время создания";
            this.gridColumn31.FieldName = "Date";
            this.gridColumn31.Name = "gridColumn31";
            this.gridColumn31.OptionsColumn.AllowEdit = false;
            this.gridColumn31.OptionsColumn.AllowFocus = false;
            this.gridColumn31.OptionsColumn.ReadOnly = true;
            this.gridColumn31.Width = 60;
            // 
            // gridColumn32
            // 
            this.gridColumn32.Caption = "Штрихкод";
            this.gridColumn32.FieldName = "Barcode";
            this.gridColumn32.Name = "gridColumn32";
            this.gridColumn32.OptionsColumn.AllowEdit = false;
            this.gridColumn32.OptionsColumn.AllowFocus = false;
            this.gridColumn32.OptionsColumn.ReadOnly = true;
            this.gridColumn32.Visible = true;
            this.gridColumn32.VisibleIndex = 7;
            this.gridColumn32.Width = 42;
            // 
            // gridColumn35
            // 
            this.gridColumn35.AppearanceCell.BackColor = System.Drawing.Color.CornflowerBlue;
            this.gridColumn35.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn35.Caption = "Минимальный заказ";
            this.gridColumn35.FieldName = "MinOrder";
            this.gridColumn35.MaxWidth = 100;
            this.gridColumn35.MinWidth = 50;
            this.gridColumn35.Name = "gridColumn35";
            this.gridColumn35.OptionsColumn.AllowEdit = false;
            this.gridColumn35.OptionsColumn.AllowFocus = false;
            this.gridColumn35.OptionsColumn.ReadOnly = true;
            this.gridColumn35.Visible = true;
            this.gridColumn35.VisibleIndex = 1;
            this.gridColumn35.Width = 58;
            // 
            // gridColumn36
            // 
            this.gridColumn36.Caption = "Собственный импорт";
            this.gridColumn36.FieldName = "SelfImport";
            this.gridColumn36.Name = "gridColumn36";
            this.gridColumn36.OptionsColumn.AllowEdit = false;
            this.gridColumn36.OptionsColumn.AllowFocus = false;
            this.gridColumn36.OptionsColumn.ReadOnly = true;
            this.gridColumn36.Visible = true;
            this.gridColumn36.VisibleIndex = 8;
            // 
            // grid
            // 
            this.grid.DataSource = this.goodsBalanceObjBindingSource;
            this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.LevelTemplate = this.gridView1;
            gridLevelNode1.RelationName = "CommitList";
            this.grid.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.grid.Location = new System.Drawing.Point(0, 0);
            this.grid.MainView = this.gridView;
            this.grid.Name = "grid";
            this.grid.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemSpinEdit1,
            this.repositoryItemTextEdit1,
            this.repositoryItemTimeEdit2,
            this.repositoryItemImageComboBox1});
            this.grid.Size = new System.Drawing.Size(790, 428);
            this.grid.TabIndex = 0;
            this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView,
            this.gridView1});
            // 
            // gridView
            // 
            this.gridView.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.gridView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colReqQuantity,
            this.colid,
            this.colGroup,
            this.colName,
            this.colPrice,
            this.colQuantityInPack,
            this.colOrdered,
            this.colMeasure,
            this.colQuantity,
            this.colSupplier,
            this.colCode,
            this.colDate,
            this.colBarcode,
            this.colReserved,
            this.colFreeBalance,
            this.colMinOrder,
            this.colRreqAssort,
            this.colForOrder,
            this.colAvgSell,
            this.colShopBalance,
            this.colQuota,
            this.colIsQuoted,
            this.colSelfImport,
            this.colFactQuantity,
            this.gridColumn1});
            styleFormatCondition1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            styleFormatCondition1.Appearance.Options.UseFont = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.colRreqAssort;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = true;
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.Column = this.colQuota;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = "[IsQuoted] == True";
            styleFormatCondition3.Appearance.ForeColor = System.Drawing.Color.Silver;
            styleFormatCondition3.Appearance.Options.UseForeColor = true;
            styleFormatCondition3.Column = this.colQuota;
            styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition3.Expression = "[IsQuoted] == False";
            styleFormatCondition4.Appearance.ForeColor = System.Drawing.Color.Blue;
            styleFormatCondition4.Appearance.Options.UseForeColor = true;
            styleFormatCondition4.ApplyToRow = true;
            styleFormatCondition4.Column = this.colSelfImport;
            styleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition4.Expression = "[SelfImport]==True";
            this.gridView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2,
            styleFormatCondition3,
            styleFormatCondition4});
            this.gridView.GridControl = this.grid;
            this.gridView.Name = "gridView";
            this.gridView.OptionsDetail.AllowZoomDetail = false;
            this.gridView.OptionsDetail.ShowDetailTabs = false;
            this.gridView.OptionsView.ShowAutoFilterRow = true;
            this.gridView.OptionsView.ShowFooter = true;
            this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colRreqAssort, DevExpress.Data.ColumnSortOrder.Descending)});
            // 
            // colReqQuantity
            // 
            this.colReqQuantity.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.colReqQuantity.AppearanceCell.Options.UseBackColor = true;
            this.colReqQuantity.Caption = "Заказ";
            this.colReqQuantity.ColumnEdit = this.repositoryItemSpinEdit1;
            this.colReqQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colReqQuantity.FieldName = "ReqQuantity";
            this.colReqQuantity.MaxWidth = 100;
            this.colReqQuantity.MinWidth = 50;
            this.colReqQuantity.Name = "colReqQuantity";
            this.colReqQuantity.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
            this.colReqQuantity.Visible = true;
            this.colReqQuantity.VisibleIndex = 1;
            this.colReqQuantity.Width = 52;
            // 
            // repositoryItemSpinEdit1
            // 
            this.repositoryItemSpinEdit1.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            this.repositoryItemSpinEdit1.AutoHeight = false;
            this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
            this.repositoryItemSpinEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemSpinEdit1.HideSelection = false;
            this.repositoryItemSpinEdit1.IsFloatValue = false;
            this.repositoryItemSpinEdit1.Mask.EditMask = "n";
            this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
            // 
            // colid
            // 
            this.colid.FieldName = "id";
            this.colid.Name = "colid";
            this.colid.OptionsColumn.AllowEdit = false;
            this.colid.OptionsColumn.AllowFocus = false;
            this.colid.OptionsColumn.ReadOnly = true;
            this.colid.Width = 27;
            // 
            // colGroup
            // 
            this.colGroup.Caption = "Группа товара";
            this.colGroup.FieldName = "Group";
            this.colGroup.Name = "colGroup";
            this.colGroup.OptionsColumn.AllowEdit = false;
            this.colGroup.OptionsColumn.AllowFocus = false;
            this.colGroup.OptionsColumn.ReadOnly = true;
            this.colGroup.Visible = true;
            this.colGroup.VisibleIndex = 9;
            this.colGroup.Width = 48;
            // 
            // colName
            // 
            this.colName.Caption = "Название";
            this.colName.FieldName = "Name";
            this.colName.Name = "colName";
            this.colName.OptionsColumn.AllowEdit = false;
            this.colName.OptionsColumn.AllowFocus = false;
            this.colName.OptionsColumn.ReadOnly = true;
            this.colName.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Count;
            this.colName.Visible = true;
            this.colName.VisibleIndex = 8;
            this.colName.Width = 46;
            // 
            // colPrice
            // 
            this.colPrice.Caption = "Цена";
            this.colPrice.FieldName = "Price";
            this.colPrice.Name = "colPrice";
            this.colPrice.OptionsColumn.AllowEdit = false;
            this.colPrice.OptionsColumn.AllowFocus = false;
            this.colPrice.OptionsColumn.ReadOnly = true;
            this.colPrice.Visible = true;
            this.colPrice.VisibleIndex = 10;
            this.colPrice.Width = 22;
            // 
            // colQuantityInPack
            // 
            this.colQuantityInPack.Caption = "Кол. в упаковке";
            this.colQuantityInPack.FieldName = "QuantityInPack";
            this.colQuantityInPack.Name = "colQuantityInPack";
            this.colQuantityInPack.OptionsColumn.AllowEdit = false;
            this.colQuantityInPack.OptionsColumn.AllowFocus = false;
            this.colQuantityInPack.OptionsColumn.ReadOnly = true;
            this.colQuantityInPack.Width = 27;
            // 
            // colOrdered
            // 
            this.colOrdered.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.colOrdered.AppearanceCell.Options.UseBackColor = true;
            this.colOrdered.Caption = "Резерв";
            this.colOrdered.FieldName = "Ordered";
            this.colOrdered.MaxWidth = 100;
            this.colOrdered.MinWidth = 50;
            this.colOrdered.Name = "colOrdered";
            this.colOrdered.OptionsColumn.AllowEdit = false;
            this.colOrdered.OptionsColumn.AllowFocus = false;
            this.colOrdered.OptionsColumn.ReadOnly = true;
            this.colOrdered.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
            this.colOrdered.Visible = true;
            this.colOrdered.VisibleIndex = 2;
            this.colOrdered.Width = 52;
            // 
            // colMeasure
            // 
            this.colMeasure.Caption = "Ед. изм. (шт/упак.)";
            this.colMeasure.FieldName = "Measure";
            this.colMeasure.Name = "colMeasure";
            this.colMeasure.OptionsColumn.AllowEdit = false;
            this.colMeasure.OptionsColumn.AllowFocus = false;
            this.colMeasure.OptionsColumn.ReadOnly = true;
            this.colMeasure.Visible = true;
            this.colMeasure.VisibleIndex = 11;
            this.colMeasure.Width = 22;
            // 
            // colQuantity
            // 
            this.colQuantity.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.colQuantity.AppearanceCell.Options.UseBackColor = true;
            this.colQuantity.Caption = "Остаток";
            this.colQuantity.FieldName = "Quantity";
            this.colQuantity.MaxWidth = 100;
            this.colQuantity.MinWidth = 50;
            this.colQuantity.Name = "colQuantity";
            this.colQuantity.OptionsColumn.AllowEdit = false;
            this.colQuantity.OptionsColumn.AllowFocus = false;
            this.colQuantity.OptionsColumn.ReadOnly = true;
            this.colQuantity.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
            this.colQuantity.Width = 50;
            // 
            // colSupplier
            // 
            this.colSupplier.Caption = "Поставщик";
            this.colSupplier.FieldName = "Supplier";
            this.colSupplier.Name = "colSupplier";
            this.colSupplier.OptionsColumn.AllowEdit = false;
            this.colSupplier.OptionsColumn.AllowFocus = false;
            this.colSupplier.OptionsColumn.ReadOnly = true;
            this.colSupplier.Visible = true;
            this.colSupplier.VisibleIndex = 12;
            this.colSupplier.Width = 22;
            // 
            // colCode
            // 
            this.colCode.Caption = "Код товара";
            this.colCode.FieldName = "Code";
            this.colCode.Name = "colCode";
            this.colCode.OptionsColumn.AllowEdit = false;
            this.colCode.OptionsColumn.AllowFocus = false;
            this.colCode.OptionsColumn.ReadOnly = true;
            this.colCode.Width = 27;
            // 
            // colDate
            // 
            this.colDate.Caption = "Время";
            this.colDate.ColumnEdit = this.repositoryItemTimeEdit2;
            this.colDate.FieldName = "Date";
            this.colDate.Name = "colDate";
            this.colDate.OptionsColumn.AllowEdit = false;
            this.colDate.OptionsColumn.AllowFocus = false;
            this.colDate.OptionsColumn.ReadOnly = true;
            this.colDate.Visible = true;
            this.colDate.VisibleIndex = 13;
            this.colDate.Width = 22;
            // 
            // repositoryItemTimeEdit2
            // 
            this.repositoryItemTimeEdit2.AutoHeight = false;
            this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
            // 
            // colBarcode
            // 
            this.colBarcode.Caption = "Штрихкод";
            this.colBarcode.FieldName = "Barcode";
            this.colBarcode.Name = "colBarcode";
            this.colBarcode.OptionsColumn.AllowEdit = false;
            this.colBarcode.OptionsColumn.AllowFocus = false;
            this.colBarcode.OptionsColumn.ReadOnly = true;
            this.colBarcode.Visible = true;
            this.colBarcode.VisibleIndex = 14;
            this.colBarcode.Width = 78;
            // 
            // colReserved
            // 
            this.colReserved.FieldName = "Reserved";
            this.colReserved.Name = "colReserved";
            this.colReserved.OptionsColumn.AllowEdit = false;
            this.colReserved.OptionsColumn.AllowFocus = false;
            this.colReserved.OptionsColumn.ReadOnly = true;
            this.colReserved.Width = 27;
            // 
            // colFreeBalance
            // 
            this.colFreeBalance.FieldName = "FreeBalance";
            this.colFreeBalance.Name = "colFreeBalance";
            this.colFreeBalance.OptionsColumn.AllowEdit = false;
            this.colFreeBalance.OptionsColumn.AllowFocus = false;
            this.colFreeBalance.OptionsColumn.ReadOnly = true;
            this.colFreeBalance.Width = 33;
            // 
            // colMinOrder
            // 
            this.colMinOrder.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(160)))), ((int)(((byte)(240)))));
            this.colMinOrder.AppearanceCell.Options.UseBackColor = true;
            this.colMinOrder.Caption = "Минимальный заказ";
            this.colMinOrder.FieldName = "MinOrder";
            this.colMinOrder.MaxWidth = 100;
            this.colMinOrder.MinWidth = 50;
            this.colMinOrder.Name = "colMinOrder";
            this.colMinOrder.OptionsColumn.AllowEdit = false;
            this.colMinOrder.OptionsColumn.AllowFocus = false;
            this.colMinOrder.OptionsColumn.ReadOnly = true;
            this.colMinOrder.Visible = true;
            this.colMinOrder.VisibleIndex = 5;
            this.colMinOrder.Width = 52;
            // 
            // colRreqAssort
            // 
            this.colRreqAssort.Caption = "Обязательный ассортимент";
            this.colRreqAssort.FieldName = "RreqAssort";
            this.colRreqAssort.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
            this.colRreqAssort.MaxWidth = 60;
            this.colRreqAssort.Name = "colRreqAssort";
            this.colRreqAssort.OptionsColumn.AllowEdit = false;
            this.colRreqAssort.OptionsColumn.AllowFocus = false;
            this.colRreqAssort.OptionsColumn.ReadOnly = true;
            this.colRreqAssort.Visible = true;
            this.colRreqAssort.VisibleIndex = 15;
            this.colRreqAssort.Width = 20;
            // 
            // colForOrder
            // 
            this.colForOrder.Caption = "Рекомендовано";
            this.colForOrder.DisplayFormat.FormatString = "N00";
            this.colForOrder.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colForOrder.FieldName = "ForOrder";
            this.colForOrder.MaxWidth = 100;
            this.colForOrder.MinWidth = 50;
            this.colForOrder.Name = "colForOrder";
            this.colForOrder.OptionsColumn.AllowEdit = false;
            this.colForOrder.OptionsColumn.AllowFocus = false;
            this.colForOrder.OptionsColumn.ReadOnly = true;
            this.colForOrder.Visible = true;
            this.colForOrder.VisibleIndex = 4;
            this.colForOrder.Width = 52;
            // 
            // colAvgSell
            // 
            this.colAvgSell.Caption = "Средние продажи";
            this.colAvgSell.DisplayFormat.FormatString = "N00";
            this.colAvgSell.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colAvgSell.FieldName = "AvgSell";
            this.colAvgSell.Name = "colAvgSell";
            this.colAvgSell.OptionsColumn.AllowEdit = false;
            this.colAvgSell.OptionsColumn.AllowFocus = false;
            this.colAvgSell.OptionsColumn.ReadOnly = true;
            this.colAvgSell.Visible = true;
            this.colAvgSell.VisibleIndex = 7;
            this.colAvgSell.Width = 28;
            // 
            // colShopBalance
            // 
            this.colShopBalance.Caption = "Остатки магазина";
            this.colShopBalance.DisplayFormat.FormatString = "N00";
            this.colShopBalance.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colShopBalance.FieldName = "ShopBalance";
            this.colShopBalance.Name = "colShopBalance";
            this.colShopBalance.OptionsColumn.AllowEdit = false;
            this.colShopBalance.OptionsColumn.AllowFocus = false;
            this.colShopBalance.OptionsColumn.ReadOnly = true;
            this.colShopBalance.Visible = true;
            this.colShopBalance.VisibleIndex = 6;
            this.colShopBalance.Width = 28;
            // 
            // colQuota
            // 
            this.colQuota.Caption = "Квота заказа";
            this.colQuota.FieldName = "Quota";
            this.colQuota.Name = "colQuota";
            this.colQuota.OptionsColumn.AllowEdit = false;
            this.colQuota.OptionsColumn.AllowFocus = false;
            this.colQuota.OptionsColumn.ReadOnly = true;
            this.colQuota.Visible = true;
            this.colQuota.VisibleIndex = 16;
            this.colQuota.Width = 36;
            // 
            // colIsQuoted
            // 
            this.colIsQuoted.Caption = "Квота активна";
            this.colIsQuoted.FieldName = "IsQuoted";
            this.colIsQuoted.Name = "colIsQuoted";
            this.colIsQuoted.OptionsColumn.AllowEdit = false;
            this.colIsQuoted.OptionsColumn.AllowFocus = false;
            this.colIsQuoted.OptionsColumn.ReadOnly = true;
            this.colIsQuoted.Visible = true;
            this.colIsQuoted.VisibleIndex = 17;
            this.colIsQuoted.Width = 20;
            // 
            // colSelfImport
            // 
            this.colSelfImport.Caption = "Собственный импорт";
            this.colSelfImport.FieldName = "SelfImport";
            this.colSelfImport.Name = "colSelfImport";
            this.colSelfImport.OptionsColumn.AllowEdit = false;
            this.colSelfImport.OptionsColumn.AllowFocus = false;
            this.colSelfImport.OptionsColumn.ReadOnly = true;
            this.colSelfImport.Visible = true;
            this.colSelfImport.VisibleIndex = 18;
            this.colSelfImport.Width = 45;
            // 
            // colFactQuantity
            // 
            this.colFactQuantity.Caption = "Фактический заказ";
            this.colFactQuantity.DisplayFormat.FormatString = "{0:0.00}";
            this.colFactQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colFactQuantity.FieldName = "FactOrder";
            this.colFactQuantity.MaxWidth = 100;
            this.colFactQuantity.MinWidth = 50;
            this.colFactQuantity.Name = "colFactQuantity";
            this.colFactQuantity.OptionsColumn.AllowEdit = false;
            this.colFactQuantity.OptionsColumn.AllowFocus = false;
            this.colFactQuantity.OptionsColumn.ReadOnly = true;
            this.colFactQuantity.Visible = true;
            this.colFactQuantity.VisibleIndex = 3;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "Статус";
            this.gridColumn1.ColumnEdit = this.repositoryItemImageComboBox1;
            this.gridColumn1.FieldName = "StateRow";
            this.gridColumn1.MaxWidth = 50;
            this.gridColumn1.MinWidth = 50;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowEdit = false;
            this.gridColumn1.OptionsColumn.AllowFocus = false;
            this.gridColumn1.OptionsColumn.ReadOnly = true;
            this.gridColumn1.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 50;
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.AutoHeight = false;
            this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 0, 0),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 2)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            this.repositoryItemImageComboBox1.SmallImages = this.ilState;
            // 
            // ilState
            // 
            this.ilState.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilState.ImageStream")));
            this.ilState.TransparentColor = System.Drawing.Color.Transparent;
            this.ilState.Images.SetKeyName(0, "check_7519.png");
            this.ilState.Images.SetKeyName(1, "add_5224.png");
            this.ilState.Images.SetKeyName(2, "delete_4774.png");
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // actionContainerBarItem4
            // 
            this.actionContainerBarItem4.ApplicationMenuIndex = 10;
            this.actionContainerBarItem4.ApplicationMenuItem = true;
            this.actionContainerBarItem4.Caption = "Export";
            this.actionContainerBarItem4.ContainerId = "Export";
            this.actionContainerBarItem4.Id = 7;
            this.actionContainerBarItem4.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem4.Name = "actionContainerBarItem4";
            this.actionContainerBarItem4.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem4.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem3
            // 
            this.actionContainerBarItem3.ApplicationMenuIndex = 11;
            this.actionContainerBarItem3.ApplicationMenuItem = true;
            this.actionContainerBarItem3.Caption = "Print";
            this.actionContainerBarItem3.ContainerId = "Print";
            this.actionContainerBarItem3.Id = 6;
            this.actionContainerBarItem3.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem3.Name = "actionContainerBarItem3";
            this.actionContainerBarItem3.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem3.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem10
            // 
            this.actionContainerBarItem10.ApplicationMenuIndex = 900;
            this.actionContainerBarItem10.ApplicationMenuItem = true;
            this.actionContainerBarItem10.Caption = "Exit";
            this.actionContainerBarItem10.ContainerId = "Exit";
            this.actionContainerBarItem10.Id = 8;
            this.actionContainerBarItem10.MergeOrder = 900;
            this.actionContainerBarItem10.Name = "actionContainerBarItem10";
            this.actionContainerBarItem10.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem10.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem5
            // 
            this.actionContainerBarItem5.ApplicationMenuIndex = 7;
            this.actionContainerBarItem5.ApplicationMenuItem = true;
            this.actionContainerBarItem5.Caption = "Save";
            this.actionContainerBarItem5.ContainerId = "Save";
            this.actionContainerBarItem5.Id = 8;
            this.actionContainerBarItem5.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem5.Name = "actionContainerBarItem5";
            this.actionContainerBarItem5.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem5.TargetPageGroupCaption = null;
            // 
            // mainMenuItem2
            // 
            this.mainMenuItem2.Caption = "Edit";
            this.mainMenuItem2.Id = 1;
            this.mainMenuItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem8, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem6, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem11, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem7, true)});
            this.mainMenuItem2.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem2.Name = "mainMenuItem2";
            this.mainMenuItem2.VisibleInRibbon = false;
            // 
            // actionContainerBarItem8
            // 
            this.actionContainerBarItem8.Caption = "UndoRedo";
            this.actionContainerBarItem8.ContainerId = "UndoRedo";
            this.actionContainerBarItem8.Id = 10;
            this.actionContainerBarItem8.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem8.Name = "actionContainerBarItem8";
            this.actionContainerBarItem8.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem8.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem6
            // 
            this.actionContainerBarItem6.Caption = "Edit";
            this.actionContainerBarItem6.ContainerId = "Edit";
            this.actionContainerBarItem6.Id = 9;
            this.actionContainerBarItem6.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem6.Name = "actionContainerBarItem6";
            this.actionContainerBarItem6.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem6.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem11
            // 
            this.actionContainerBarItem11.Caption = "Record Edit";
            this.actionContainerBarItem11.ContainerId = "RecordEdit";
            this.actionContainerBarItem11.Id = 9;
            this.actionContainerBarItem11.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem11.Name = "actionContainerBarItem11";
            this.actionContainerBarItem11.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem11.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem7
            // 
            this.actionContainerBarItem7.Caption = "Open Object";
            this.actionContainerBarItem7.ContainerId = "OpenObject";
            this.actionContainerBarItem7.Id = 9;
            this.actionContainerBarItem7.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem7.Name = "actionContainerBarItem7";
            this.actionContainerBarItem7.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem7.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem1
            // 
            this.actionContainerBarItem1.ApplicationMenuIndex = 2;
            this.actionContainerBarItem1.ApplicationMenuItem = true;
            this.actionContainerBarItem1.Caption = "File";
            this.actionContainerBarItem1.ContainerId = "File";
            this.actionContainerBarItem1.Id = 5;
            this.actionContainerBarItem1.MergeOrder = 2;
            this.actionContainerBarItem1.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem1.Name = "actionContainerBarItem1";
            this.actionContainerBarItem1.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem1.TargetPageGroupCaption = null;
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "Всему ассортименту";
            this.barButtonItem4.Enabled = false;
            this.barButtonItem4.Id = 17;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // actionContainerBarItem2
            // 
            this.actionContainerBarItem2.ApplicationMenuIndex = 1;
            this.actionContainerBarItem2.ApplicationMenuItem = true;
            this.actionContainerBarItem2.Caption = "Objects Creation";
            this.actionContainerBarItem2.ContainerId = "ObjectsCreation";
            this.actionContainerBarItem2.Id = 18;
            this.actionContainerBarItem2.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem2.Name = "actionContainerBarItem2";
            this.actionContainerBarItem2.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem2.TargetPageGroupCaption = null;
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 47);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 428);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Обязательному ассортименту";
            this.barButtonItem1.Enabled = false;
            this.barButtonItem1.Id = 16;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // mainMenuItem1
            // 
            this.mainMenuItem1.Caption = "File";
            this.mainMenuItem1.Id = 0;
            this.mainMenuItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem2, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem5, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem3, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem4, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem10, true)});
            this.mainMenuItem1.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem1.Name = "mainMenuItem1";
            this.mainMenuItem1.VisibleInRibbon = false;
            // 
            // repositoryItemTimeEdit1
            // 
            this.repositoryItemTimeEdit1.AutoHeight = false;
            this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1020, 47);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 428);
            // 
            // mainMenuItem3
            // 
            this.mainMenuItem3.Caption = "View";
            this.mainMenuItem3.Id = 2;
            this.mainMenuItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem13, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem3, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem12, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem17, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem9, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem18, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem14, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem16, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem15, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem1, true)});
            this.mainMenuItem3.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem3.Name = "mainMenuItem3";
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "Panels";
            this.barSubItem1.Id = 35;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem7, true)});
            this.barSubItem1.Name = "barSubItem1";
            // 
            // actionContainerMenuBarItem7
            // 
            this.actionContainerMenuBarItem7.Caption = "Panels";
            this.actionContainerMenuBarItem7.ContainerId = "Panels";
            this.actionContainerMenuBarItem7.Id = 16;
            this.actionContainerMenuBarItem7.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem7.Name = "actionContainerMenuBarItem7";
            this.actionContainerMenuBarItem7.TargetPageCaption = "View";
            this.actionContainerMenuBarItem7.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem7.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem13
            // 
            this.actionContainerBarItem13.Caption = "Views History Navigation";
            this.actionContainerBarItem13.ContainerId = "ViewsHistoryNavigation";
            this.actionContainerBarItem13.Id = 35;
            this.actionContainerBarItem13.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem13.Name = "actionContainerBarItem13";
            this.actionContainerBarItem13.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem13.TargetPageGroupCaption = null;
            // 
            // actionContainerMenuBarItem3
            // 
            this.actionContainerMenuBarItem3.Caption = "Navigation";
            this.actionContainerMenuBarItem3.ContainerId = "ViewsNavigation";
            this.actionContainerMenuBarItem3.Id = 14;
            this.actionContainerMenuBarItem3.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem3.Name = "actionContainerMenuBarItem3";
            this.actionContainerMenuBarItem3.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem3.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem12
            // 
            this.actionContainerBarItem12.Caption = "Records Navigation";
            this.actionContainerBarItem12.ContainerId = "RecordsNavigation";
            this.actionContainerBarItem12.Id = 10;
            this.actionContainerBarItem12.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem12.Name = "actionContainerBarItem12";
            this.actionContainerBarItem12.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem12.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem17
            // 
            this.actionContainerBarItem17.Caption = "View";
            this.actionContainerBarItem17.ContainerId = "View";
            this.actionContainerBarItem17.Id = 12;
            this.actionContainerBarItem17.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem17.Name = "actionContainerBarItem17";
            this.actionContainerBarItem17.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem17.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem9
            // 
            this.actionContainerBarItem9.ApplicationMenuIndex = 12;
            this.actionContainerBarItem9.ApplicationMenuItem = true;
            this.actionContainerBarItem9.Caption = "Reports";
            this.actionContainerBarItem9.ContainerId = "Reports";
            this.actionContainerBarItem9.Id = 11;
            this.actionContainerBarItem9.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem9.Name = "actionContainerBarItem9";
            this.actionContainerBarItem9.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem9.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem18
            // 
            this.actionContainerBarItem18.Caption = "Default";
            this.actionContainerBarItem18.ContainerId = "Default";
            this.actionContainerBarItem18.Id = 50;
            this.actionContainerBarItem18.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem18.Name = "actionContainerBarItem18";
            this.actionContainerBarItem18.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem18.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem14
            // 
            this.actionContainerBarItem14.Caption = "Search";
            this.actionContainerBarItem14.ContainerId = "Search";
            this.actionContainerBarItem14.Id = 11;
            this.actionContainerBarItem14.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem14.Name = "actionContainerBarItem14";
            this.actionContainerBarItem14.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem14.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem16
            // 
            this.actionContainerBarItem16.Caption = "Filters";
            this.actionContainerBarItem16.ContainerId = "Filters";
            this.actionContainerBarItem16.Id = 26;
            this.actionContainerBarItem16.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem16.Name = "actionContainerBarItem16";
            this.actionContainerBarItem16.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem16.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem15
            // 
            this.actionContainerBarItem15.Caption = "Full Text Search";
            this.actionContainerBarItem15.ContainerId = "FullTextSearch";
            this.actionContainerBarItem15.Id = 12;
            this.actionContainerBarItem15.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem15.Name = "actionContainerBarItem15";
            this.actionContainerBarItem15.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem15.TargetPageGroupCaption = null;
            // 
            // actionContainerMenuBarItem1
            // 
            this.actionContainerMenuBarItem1.Caption = "Appearance";
            this.actionContainerMenuBarItem1.ContainerId = "Appearance";
            this.actionContainerMenuBarItem1.Id = 9;
            this.actionContainerMenuBarItem1.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem1.Name = "actionContainerMenuBarItem1";
            this.actionContainerMenuBarItem1.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem1.TargetPageGroupCaption = null;
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 475);
            this.barDockControlBottom.Size = new System.Drawing.Size(1020, 26);
            // 
            // 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(1020, 47);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "Склад НТС";
            this.barButtonItem2.Glyph = global::ShopOrderCustom.Properties.Resources.package__3_;
            this.barButtonItem2.GroupIndex = 1;
            this.barButtonItem2.Id = 6;
            this.barButtonItem2.Name = "barButtonItem2";
            toolTipTitleItem1.Appearance.Image = global::ShopOrderCustom.Properties.Resources.filter;
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = global::ShopOrderCustom.Properties.Resources.filter;
            toolTipTitleItem1.Text = "Фильтр склад НТС";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Показыват товарные позиции НТС";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.barButtonItem2.SuperTip = superToolTip1;
            // 
            // actionContainerMenuBarItem4
            // 
            this.actionContainerMenuBarItem4.Caption = "Diagnostic";
            this.actionContainerMenuBarItem4.ContainerId = "Diagnostic";
            this.actionContainerMenuBarItem4.Id = 16;
            this.actionContainerMenuBarItem4.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem4.Name = "actionContainerMenuBarItem4";
            this.actionContainerMenuBarItem4.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem4.TargetPageGroupCaption = null;
            // 
            // actionContainerMenuBarItem5
            // 
            this.actionContainerMenuBarItem5.Caption = "Options";
            this.actionContainerMenuBarItem5.ContainerId = "Options";
            this.actionContainerMenuBarItem5.Id = 14;
            this.actionContainerMenuBarItem5.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem5.Name = "actionContainerMenuBarItem5";
            this.actionContainerMenuBarItem5.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem5.TargetPageGroupCaption = null;
            // 
            // mainMenuItem5
            // 
            this.mainMenuItem5.Caption = "Help";
            this.mainMenuItem5.Id = 4;
            this.mainMenuItem5.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem6, true)});
            this.mainMenuItem5.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem5.Name = "mainMenuItem5";
            this.mainMenuItem5.VisibleInRibbon = false;
            // 
            // actionContainerMenuBarItem6
            // 
            this.actionContainerMenuBarItem6.ApplicationMenuIndex = 15;
            this.actionContainerMenuBarItem6.ApplicationMenuItem = true;
            this.actionContainerMenuBarItem6.Caption = "About";
            this.actionContainerMenuBarItem6.ContainerId = "About";
            this.actionContainerMenuBarItem6.Id = 15;
            this.actionContainerMenuBarItem6.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem6.Name = "actionContainerMenuBarItem6";
            this.actionContainerMenuBarItem6.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem6.TargetPageGroupCaption = null;
            // 
            // actionContainerMenuBarItem2
            // 
            this.actionContainerMenuBarItem2.Caption = "Tools";
            this.actionContainerMenuBarItem2.ContainerId = "Tools";
            this.actionContainerMenuBarItem2.Id = 13;
            this.actionContainerMenuBarItem2.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem2.Name = "actionContainerMenuBarItem2";
            this.actionContainerMenuBarItem2.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem2.TargetPageGroupCaption = null;
            // 
            // mainMenuItem6
            // 
            this.mainMenuItem6.Caption = "Window";
            this.mainMenuItem6.Id = 32;
            this.mainMenuItem6.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.xafBarLinkContainerItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem20, true)});
            this.mainMenuItem6.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem6.Name = "mainMenuItem6";
            // 
            // xafBarLinkContainerItem1
            // 
            this.xafBarLinkContainerItem1.Caption = "Windows";
            this.xafBarLinkContainerItem1.Id = 16;
            this.xafBarLinkContainerItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barMdiChildrenListItem1)});
            this.xafBarLinkContainerItem1.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.xafBarLinkContainerItem1.Name = "xafBarLinkContainerItem1";
            this.xafBarLinkContainerItem1.TargetPageCaption = "View";
            this.xafBarLinkContainerItem1.TargetPageCategoryCaption = "";
            this.xafBarLinkContainerItem1.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.xafBarLinkContainerItem1.TargetPageGroupCaption = null;
            // 
            // barMdiChildrenListItem1
            // 
            this.barMdiChildrenListItem1.Caption = "Window List";
            this.barMdiChildrenListItem1.Id = 37;
            this.barMdiChildrenListItem1.Name = "barMdiChildrenListItem1";
            // 
            // actionContainerBarItem20
            // 
            this.actionContainerBarItem20.Caption = "Window";
            this.actionContainerBarItem20.ContainerId = "Windows";
            this.actionContainerBarItem20.Id = 34;
            this.actionContainerBarItem20.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem20.Name = "actionContainerBarItem20";
            this.actionContainerBarItem20.TargetPageCaption = "View";
            this.actionContainerBarItem20.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem20.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem19
            // 
            this.actionContainerBarItem19.Caption = "Menu";
            this.actionContainerBarItem19.ContainerId = "Menu";
            this.actionContainerBarItem19.Id = 7;
            this.actionContainerBarItem19.Name = "actionContainerBarItem19";
            this.actionContainerBarItem19.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem19.TargetPageGroupCaption = null;
            // 
            // mainMenuItem4
            // 
            this.mainMenuItem4.Caption = "Tools";
            this.mainMenuItem4.Id = 3;
            this.mainMenuItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem2, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem5, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem4, true)});
            this.mainMenuItem4.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem4.Name = "mainMenuItem4";
            // 
            // bеForOrder
            // 
            this.bеForOrder.Caption = "Рекомендованный заказ";
            this.bеForOrder.Enabled = false;
            this.bеForOrder.Glyph = global::ShopOrderCustom.Properties.Resources.Order;
            this.bеForOrder.Id = 15;
            this.bеForOrder.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.None, false, this.barButtonItem4, false)});
            this.bеForOrder.Name = "bеForOrder";
            // 
            // treeListColumn1
            // 
            this.treeListColumn1.Caption = "Заказы";
            this.treeListColumn1.FieldName = "Name";
            this.treeListColumn1.Name = "treeListColumn1";
            this.treeListColumn1.Visible = true;
            this.treeListColumn1.VisibleIndex = 0;
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 47);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.treeList);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.grid);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1020, 428);
            this.splitContainerControl1.SplitterPosition = 225;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // treeList
            // 
            this.treeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeListColumn1});
            this.treeList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeList.Location = new System.Drawing.Point(0, 0);
            this.treeList.Name = "treeList";
            this.treeList.OptionsBehavior.Editable = false;
            this.treeList.OptionsSelection.UseIndicatorForSelection = true;
            this.treeList.OptionsView.ShowHorzLines = false;
            this.treeList.OptionsView.ShowVertLines = false;
            this.treeList.Size = new System.Drawing.Size(225, 428);
            this.treeList.TabIndex = 0;
            this.treeList.AfterFocusNode += new DevExpress.XtraTreeList.NodeEventHandler(this.TreeListAfterFocusNode);
            this.treeList.CustomDrawNodeCell += new DevExpress.XtraTreeList.CustomDrawNodeCellEventHandler(this.TreeListCustomDrawNodeCell);
            // 
            // cdDateFilterItem
            // 
            this.cdDateFilterItem.AutoHeight = false;
            this.cdDateFilterItem.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cdDateFilterItem.Name = "cdDateFilterItem";
            this.cdDateFilterItem.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            // 
            // cdDateFilter
            // 
            this.cdDateFilter.Caption = "Дата";
            this.cdDateFilter.Edit = this.cdDateFilterItem;
            this.cdDateFilter.EditValue = new System.DateTime(2011, 8, 17, 0, 0, 0, 0);
            this.cdDateFilter.Id = 14;
            this.cdDateFilter.Name = "cdDateFilter";
            this.cdDateFilter.Width = 89;
            this.cdDateFilter.EditValueChanged += new System.EventHandler(this.DateFilterChange);
            // 
            // btNewOrder
            // 
            this.btNewOrder.Caption = "Новый заказ";
            this.btNewOrder.CategoryGuid = new System.Guid("f4698afc-915d-46b6-b4ad-e497d23d7378");
            this.btNewOrder.Glyph = global::ShopOrderCustom.Properties.Resources.basket_put;
            this.btNewOrder.Id = 0;
            this.btNewOrder.Name = "btNewOrder";
            toolTipTitleItem2.Text = "Создание нового заказа";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Создание нового заказа автоматически закроет все предыдущие заказы и их нельзя бу" +
                "дет редактировать";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.btNewOrder.SuperTip = superToolTip2;
            this.btNewOrder.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.NewOrderClick);
            // 
            // xafBar3
            // 
            this.xafBar3.BarName = "Main Toolbar";
            this.xafBar3.DockCol = 0;
            this.xafBar3.DockRow = 0;
            this.xafBar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.xafBar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.cdDateFilter, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btNewOrder, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btCommit, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barCheckNts, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barCheck, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.barCheckCold),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btRefresh, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.xafBar3.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.xafBar3.Text = "Main Toolbar";
            // 
            // btCommit
            // 
            this.btCommit.Caption = "Подтвердить";
            this.btCommit.Enabled = false;
            this.btCommit.Glyph = global::ShopOrderCustom.Properties.Resources.check;
            this.btCommit.Id = 8;
            this.btCommit.Name = "btCommit";
            toolTipTitleItem3.Text = "Подтвердить заказ";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Подтверждение заказа закроет доступ для рдактирования заказа";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            this.btCommit.SuperTip = superToolTip3;
            this.btCommit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.CommitOrderClick);
            // 
            // barCheckNts
            // 
            this.barCheckNts.Caption = "Склад НТС";
            this.barCheckNts.Glyph = global::ShopOrderCustom.Properties.Resources.package__3_;
            this.barCheckNts.GroupIndex = 1;
            this.barCheckNts.Id = 9;
            this.barCheckNts.Name = "barCheckNts";
            toolTipTitleItem4.Appearance.Image = global::ShopOrderCustom.Properties.Resources.package__3_;
            toolTipTitleItem4.Appearance.Options.UseImage = true;
            toolTipTitleItem4.Image = global::ShopOrderCustom.Properties.Resources.package__3_;
            toolTipTitleItem4.Text = "Фильтр склад НТС";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Показывает товарные позиции НТС";
            superToolTip4.Items.Add(toolTipTitleItem4);
            superToolTip4.Items.Add(toolTipItem4);
            this.barCheckNts.SuperTip = superToolTip4;
            this.barCheckNts.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barCheckNts.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCheckNtsCheckedChanged);
            // 
            // barCheck
            // 
            this.barCheck.Caption = "Склад аренды";
            this.barCheck.Glyph = global::ShopOrderCustom.Properties.Resources.drink_empty;
            this.barCheck.GroupIndex = 1;
            this.barCheck.Id = 10;
            this.barCheck.Name = "barCheck";
            toolTipTitleItem5.Appearance.Image = global::ShopOrderCustom.Properties.Resources.drink_empty;
            toolTipTitleItem5.Appearance.Options.UseImage = true;
            toolTipTitleItem5.Image = global::ShopOrderCustom.Properties.Resources.drink_empty;
            toolTipTitleItem5.Text = "Фильтр склад аренды";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Показывает товарные позиции других поставщиков";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            this.barCheck.SuperTip = superToolTip5;
            this.barCheck.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barCheck.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCheckCheckedChanged);
            // 
            // barCheckCold
            // 
            this.barCheckCold.Caption = "Холодный склад";
            this.barCheckCold.Checked = true;
            this.barCheckCold.Glyph = global::ShopOrderCustom.Properties.Resources.snow;
            this.barCheckCold.GroupIndex = 1;
            this.barCheckCold.Id = 19;
            this.barCheckCold.Name = "barCheckCold";
            this.barCheckCold.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            toolTipTitleItem6.Text = "Фильтр холодный склад НТС";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Показывает товарные позиции холодного склада НТС";
            superToolTip6.Items.Add(toolTipTitleItem6);
            superToolTip6.Items.Add(toolTipItem6);
            this.barCheckCold.SuperTip = superToolTip6;
            this.barCheckCold.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCheckColdCheckedChanged);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "Экспорт";
            this.barButtonItem3.Glyph = global::ShopOrderCustom.Properties.Resources.Excel_icon;
            this.barButtonItem3.Id = 12;
            this.barButtonItem3.Name = "barButtonItem3";
            toolTipTitleItem7.Appearance.Image = global::ShopOrderCustom.Properties.Resources.Excel_icon;
            toolTipTitleItem7.Appearance.Options.UseImage = true;
            toolTipTitleItem7.Image = global::ShopOrderCustom.Properties.Resources.Excel_icon;
            toolTipTitleItem7.Text = "Экспорт в Excel";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "Экспортировать текущий набор позиций в Excel";
            superToolTip7.Items.Add(toolTipTitleItem7);
            superToolTip7.Items.Add(toolTipItem7);
            this.barButtonItem3.SuperTip = superToolTip7;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ExportExcelClick);
            // 
            // btRefresh
            // 
            this.btRefresh.Caption = "Обновить";
            this.btRefresh.Glyph = global::ShopOrderCustom.Properties.Resources.reload_all_tabs;
            this.btRefresh.Id = 11;
            this.btRefresh.Name = "btRefresh";
            this.btRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtRefreshItemClick);
            // 
            // xafBar2
            // 
            this.xafBar2.BarName = "StatusBar";
            this.xafBar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
            this.xafBar2.DockCol = 0;
            this.xafBar2.DockRow = 0;
            this.xafBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
            this.xafBar2.OptionsBar.AllowQuickCustomization = false;
            this.xafBar2.OptionsBar.DrawDragBorder = false;
            this.xafBar2.OptionsBar.UseWholeRow = true;
            this.xafBar2.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.xafBar2.Text = "StatusBar";
            // 
            // BarManager
            // 
            this.BarManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.xafBar2,
            this.xafBar3});
            this.BarManager.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
            new DevExpress.XtraBars.BarManagerCategory("Заказы", new System.Guid("f4698afc-915d-46b6-b4ad-e497d23d7378"))});
            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.btNewOrder,
            this.barButtonItem2,
            this.btCommit,
            this.barCheckNts,
            this.barCheck,
            this.btRefresh,
            this.barButtonItem3,
            this.cdDateFilter,
            this.bеForOrder,
            this.barButtonItem1,
            this.barButtonItem4,
            this.barCheckCold});
            this.BarManager.MaxItemId = 20;
            this.BarManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTimeEdit1,
            this.cdDateFilterItem});
            this.BarManager.StatusBar = this.xafBar2;
            // 
            // PreOrderForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1020, 501);
            this.Controls.Add(this.splitContainerControl1);
            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 = "PreOrderForm";
            this.Text = "Создание кроссдокингового заказов";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CrossDocOrderFormClosed);
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.goodsBalanceObjBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BarManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vGoodsBalanceOrderBindingSource)).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()
        {
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPacks = new DevExpress.XtraGrid.Columns.GridColumn();
            this.spinEditPack = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.lblPrintedBy = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.lblPrintedDate = new DevExpress.XtraEditors.LabelControl();
            this.lblInstitutionType = new DevExpress.XtraEditors.LabelControl();
            this.lblActivity = new DevExpress.XtraEditors.LabelControl();
            this.lblWoreda = new DevExpress.XtraEditors.LabelControl();
            this.lblZone = new DevExpress.XtraEditors.LabelControl();
            this.lblRegion = new DevExpress.XtraEditors.LabelControl();
            this.lblOrderStatus = new DevExpress.XtraEditors.LabelControl();
            this.lblSubAccount = new DevExpress.XtraEditors.LabelControl();
            this.lblOrderType = new DevExpress.XtraEditors.LabelControl();
            this.lblAccount = new DevExpress.XtraEditors.LabelControl();
            this.lblOrderNo = new DevExpress.XtraEditors.LabelControl();
            this.lblMode = new DevExpress.XtraEditors.LabelControl();
            this.btnPrintSTV = new DevExpress.XtraEditors.SimpleButton();
            this.lkStore = 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.txtRemark = new DevExpress.XtraEditors.MemoEdit();
            this.txtReceivedBy = new DevExpress.XtraEditors.TextEdit();
            this.txtFacilityName = new DevExpress.XtraEditors.TextEdit();
            this.gridSTVDetails = new DevExpress.XtraGrid.GridControl();
            this.gridSTVDetailView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = 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.gridDeliveryNotes = new DevExpress.XtraGrid.GridControl();
            this.gridDeliveryNoteView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup14 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.HeaderGroup = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem34 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem36 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem38 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem33 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem35 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lblOwnership = new DevExpress.XtraEditors.LabelControl();
            this.layoutControlItem37 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem39 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lblPaymentType = new DevExpress.XtraEditors.LabelControl();
            this.layoutControlItem40 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem41 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lblRequestedDate = new DevExpress.XtraEditors.LabelControl();
            this.layoutControlItem42 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem43 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lblRequestedBy = new DevExpress.XtraEditors.LabelControl();
            this.layoutControlItem44 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem45 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.spinEditPack)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit();
            this.layoutControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lkStore.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtReceivedBy.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFacilityName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSTVDetails)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSTVDetailView)).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();
            ((System.ComponentModel.ISupportInitialize)(this.gridDeliveryNotes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridDeliveryNoteView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.HeaderGroup)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem35)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).BeginInit();
            this.SuspendLayout();
            // 
            // gridColumn15
            // 
            this.gridColumn15.Caption = "Status";
            this.gridColumn15.FieldName = "Status";
            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.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.ShowInCustomizationForm = false;
            this.gridColumn15.OptionsColumn.ShowInExpressionEditor = false;
            this.gridColumn15.OptionsColumn.TabStop = 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.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn15.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn15.Visible = true;
            this.gridColumn15.VisibleIndex = 4;
            this.gridColumn15.Width = 100;
            // 
            // colPacks
            // 
            this.colPacks.Caption = "Packs";
            this.colPacks.ColumnEdit = this.spinEditPack;
            this.colPacks.FieldName = "Packs";
            this.colPacks.Name = "colPacks";
            this.colPacks.OptionsColumn.AllowEdit = false;
            this.colPacks.OptionsColumn.AllowFocus = false;
            this.colPacks.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colPacks.OptionsColumn.AllowIncrementalSearch = false;
            this.colPacks.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colPacks.OptionsColumn.AllowMove = false;
            this.colPacks.OptionsColumn.AllowShowHide = false;
            this.colPacks.OptionsColumn.AllowSize = false;
            this.colPacks.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colPacks.OptionsColumn.ShowInCustomizationForm = false;
            this.colPacks.OptionsColumn.ShowInExpressionEditor = false;
            this.colPacks.OptionsColumn.TabStop = false;
            this.colPacks.OptionsFilter.AllowAutoFilter = false;
            this.colPacks.OptionsFilter.AllowFilter = false;
            this.colPacks.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colPacks.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colPacks.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colPacks.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colPacks.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colPacks.Visible = true;
            this.colPacks.VisibleIndex = 2;
            this.colPacks.Width = 94;
            // 
            // 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.Mask.EditMask = "N00";
            this.spinEditPack.MaxValue = new decimal(new int[] {
            100000000,
            0,
            0,
            0});
            this.spinEditPack.Name = "spinEditPack";
            // 
            // layoutControl4
            // 
            this.layoutControl4.AllowCustomizationMenu = false;
            this.layoutControl4.Controls.Add(this.lblRequestedBy);
            this.layoutControl4.Controls.Add(this.lblRequestedDate);
            this.layoutControl4.Controls.Add(this.lblPaymentType);
            this.layoutControl4.Controls.Add(this.lblOwnership);
            this.layoutControl4.Controls.Add(this.labelControl3);
            this.layoutControl4.Controls.Add(this.lblPrintedBy);
            this.layoutControl4.Controls.Add(this.labelControl1);
            this.layoutControl4.Controls.Add(this.lblPrintedDate);
            this.layoutControl4.Controls.Add(this.lblInstitutionType);
            this.layoutControl4.Controls.Add(this.lblActivity);
            this.layoutControl4.Controls.Add(this.lblWoreda);
            this.layoutControl4.Controls.Add(this.lblZone);
            this.layoutControl4.Controls.Add(this.lblRegion);
            this.layoutControl4.Controls.Add(this.lblOrderStatus);
            this.layoutControl4.Controls.Add(this.lblSubAccount);
            this.layoutControl4.Controls.Add(this.lblOrderType);
            this.layoutControl4.Controls.Add(this.lblAccount);
            this.layoutControl4.Controls.Add(this.lblOrderNo);
            this.layoutControl4.Controls.Add(this.lblMode);
            this.layoutControl4.Controls.Add(this.btnPrintSTV);
            this.layoutControl4.Controls.Add(this.lkStore);
            this.layoutControl4.Controls.Add(this.txtRemark);
            this.layoutControl4.Controls.Add(this.txtReceivedBy);
            this.layoutControl4.Controls.Add(this.txtFacilityName);
            this.layoutControl4.Controls.Add(this.gridSTVDetails);
            this.layoutControl4.Controls.Add(this.gridDeliveryNotes);
            this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl4.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem24,
            this.layoutControlItem25,
            this.layoutControlItem32,
            this.layoutControlItem36});
            this.layoutControl4.Location = new System.Drawing.Point(0, 0);
            this.layoutControl4.Name = "layoutControl4";
            this.layoutControl4.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(249, 272, 250, 350);
            this.layoutControl4.OptionsView.ShareLookAndFeelWithChildren = false;
            this.layoutControl4.Root = this.layoutControlGroup14;
            this.layoutControl4.Size = new System.Drawing.Size(1106, 513);
            this.layoutControl4.TabIndex = 33;
            this.layoutControl4.Text = "layoutControl4";
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(622, 97);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(71, 36);
            this.labelControl3.TabIndex = 84;
            // 
            // lblPrintedBy
            // 
            this.lblPrintedBy.Location = new System.Drawing.Point(412, 124);
            this.lblPrintedBy.Name = "lblPrintedBy";
            this.lblPrintedBy.Size = new System.Drawing.Size(92, 16);
            this.lblPrintedBy.TabIndex = 83;
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(622, 97);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(71, 16);
            this.labelControl1.TabIndex = 82;
            // 
            // lblPrintedDate
            // 
            this.lblPrintedDate.Location = new System.Drawing.Point(412, 104);
            this.lblPrintedDate.Name = "lblPrintedDate";
            this.lblPrintedDate.Size = new System.Drawing.Size(92, 16);
            this.lblPrintedDate.TabIndex = 81;
            // 
            // lblInstitutionType
            // 
            this.lblInstitutionType.Location = new System.Drawing.Point(590, 50);
            this.lblInstitutionType.Name = "lblInstitutionType";
            this.lblInstitutionType.Size = new System.Drawing.Size(123, 16);
            this.lblInstitutionType.TabIndex = 80;
            // 
            // lblActivity
            // 
            this.lblActivity.Location = new System.Drawing.Point(998, 30);
            this.lblActivity.Name = "lblActivity";
            this.lblActivity.Size = new System.Drawing.Size(97, 16);
            this.lblActivity.TabIndex = 79;
            // 
            // lblWoreda
            // 
            this.lblWoreda.Location = new System.Drawing.Point(796, 70);
            this.lblWoreda.Name = "lblWoreda";
            this.lblWoreda.Size = new System.Drawing.Size(299, 16);
            this.lblWoreda.TabIndex = 78;
            // 
            // lblZone
            // 
            this.lblZone.Location = new System.Drawing.Point(590, 70);
            this.lblZone.Name = "lblZone";
            this.lblZone.Size = new System.Drawing.Size(123, 16);
            this.lblZone.TabIndex = 77;
            this.lblZone.Click += new System.EventHandler(this.lblZone_Click);
            // 
            // lblRegion
            // 
            this.lblRegion.Location = new System.Drawing.Point(390, 70);
            this.lblRegion.Name = "lblRegion";
            this.lblRegion.Size = new System.Drawing.Size(131, 16);
            this.lblRegion.TabIndex = 76;
            // 
            // lblOrderStatus
            // 
            this.lblOrderStatus.Location = new System.Drawing.Point(761, 104);
            this.lblOrderStatus.Name = "lblOrderStatus";
            this.lblOrderStatus.Size = new System.Drawing.Size(126, 16);
            this.lblOrderStatus.TabIndex = 75;
            // 
            // lblSubAccount
            // 
            this.lblSubAccount.Location = new System.Drawing.Point(796, 30);
            this.lblSubAccount.Name = "lblSubAccount";
            this.lblSubAccount.Size = new System.Drawing.Size(108, 16);
            this.lblSubAccount.TabIndex = 74;
            // 
            // lblOrderType
            // 
            this.lblOrderType.Location = new System.Drawing.Point(761, 124);
            this.lblOrderType.Name = "lblOrderType";
            this.lblOrderType.Size = new System.Drawing.Size(126, 16);
            this.lblOrderType.TabIndex = 73;
            // 
            // lblAccount
            // 
            this.lblAccount.Location = new System.Drawing.Point(590, 30);
            this.lblAccount.Name = "lblAccount";
            this.lblAccount.Size = new System.Drawing.Size(123, 16);
            this.lblAccount.TabIndex = 72;
            // 
            // lblOrderNo
            // 
            this.lblOrderNo.Location = new System.Drawing.Point(390, 50);
            this.lblOrderNo.Name = "lblOrderNo";
            this.lblOrderNo.Size = new System.Drawing.Size(131, 16);
            this.lblOrderNo.TabIndex = 71;
            // 
            // lblMode
            // 
            this.lblMode.Location = new System.Drawing.Point(390, 30);
            this.lblMode.Name = "lblMode";
            this.lblMode.Size = new System.Drawing.Size(131, 16);
            this.lblMode.TabIndex = 70;
            // 
            // btnPrintSTV
            // 
            this.btnPrintSTV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnPrintSTV.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPrintSTV.Appearance.Options.UseFont = true;
            this.btnPrintSTV.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnPrintSTV.Image = global::HCMIS.Desktop.Properties.Resources.printer;
            this.btnPrintSTV.Location = new System.Drawing.Point(960, 487);
            this.btnPrintSTV.Name = "btnPrintSTV";
            this.btnPrintSTV.Size = new System.Drawing.Size(142, 22);
            this.btnPrintSTV.TabIndex = 69;
            this.btnPrintSTV.Text = "Print STV";
            this.btnPrintSTV.Click += new System.EventHandler(this.btnPrintSTV_Click);
            // 
            // lkStore
            // 
            this.lkStore.EditValue = "";
            this.lkStore.Location = new System.Drawing.Point(64, 30);
            this.lkStore.Name = "lkStore";
            this.lkStore.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkStore.Properties.DisplayMember = "Name";
            this.lkStore.Properties.NullText = "Select Account";
            this.lkStore.Properties.ShowFooter = false;
            this.lkStore.Properties.ValueMember = "ID";
            this.lkStore.Properties.View = this.gridLookUpEdit1View;
            this.lkStore.Size = new System.Drawing.Size(243, 20);
            this.lkStore.TabIndex = 68;
            this.lkStore.EditValueChanged += new System.EventHandler(this.lkStore_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;
            // 
            // 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;
            // 
            // txtFacilityName
            // 
            this.txtFacilityName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtFacilityName.Location = new System.Drawing.Point(64, 60);
            this.txtFacilityName.Name = "txtFacilityName";
            this.txtFacilityName.Size = new System.Drawing.Size(243, 20);
            this.txtFacilityName.TabIndex = 15;
            this.txtFacilityName.EditValueChanged += new System.EventHandler(this.txtFacilityName_EditValueChanged);
            // 
            // gridSTVDetails
            // 
            this.gridSTVDetails.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.gridSTVDetails.Location = new System.Drawing.Point(326, 151);
            this.gridSTVDetails.MainView = this.gridSTVDetailView;
            this.gridSTVDetails.Name = "gridSTVDetails";
            this.gridSTVDetails.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.ExpireDateEditor,
            this.repositoryItemButtonEdit2,
            this.spinEditPack,
            this.spinEditQtyPerPack});
            this.gridSTVDetails.Size = new System.Drawing.Size(776, 332);
            this.gridSTVDetails.TabIndex = 11;
            this.gridSTVDetails.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridSTVDetailView,
            this.gridRecieveView1});
            // 
            // gridSTVDetailView
            // 
            this.gridSTVDetailView.Appearance.FocusedCell.BackColor = System.Drawing.Color.SkyBlue;
            this.gridSTVDetailView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridSTVDetailView.Appearance.FocusedRow.BackColor = System.Drawing.Color.CornflowerBlue;
            this.gridSTVDetailView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridSTVDetailView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.gridSTVDetailView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridSTVDetailView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn16,
            this.gridColumn11,
            this.gridColumn13,
            this.colPacks,
            this.gridColumn17,
            this.gridColumn15});
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.IndianRed;
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.Column = this.gridColumn15;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = "[Status] = \'Not Priced\'";
            this.gridSTVDetailView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition2});
            this.gridSTVDetailView.GridControl = this.gridSTVDetails;
            this.gridSTVDetailView.IndicatorWidth = 40;
            this.gridSTVDetailView.Name = "gridSTVDetailView";
            this.gridSTVDetailView.OptionsCustomization.AllowColumnMoving = false;
            this.gridSTVDetailView.OptionsCustomization.AllowColumnResizing = false;
            this.gridSTVDetailView.OptionsCustomization.AllowFilter = false;
            this.gridSTVDetailView.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridSTVDetailView.OptionsCustomization.AllowSort = false;
            this.gridSTVDetailView.OptionsMenu.EnableColumnMenu = false;
            this.gridSTVDetailView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridSTVDetailView.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn16
            // 
            this.gridColumn16.Caption = "Price";
            this.gridColumn16.FieldName = "SellingPrice";
            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.ShowInCustomizationForm = false;
            this.gridColumn16.OptionsColumn.ShowInExpressionEditor = false;
            this.gridColumn16.OptionsColumn.TabStop = 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.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn16.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 3;
            // 
            // 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.AllowIncrementalSearch = false;
            this.gridColumn11.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.OptionsColumn.AllowMove = false;
            this.gridColumn11.OptionsColumn.AllowShowHide = false;
            this.gridColumn11.OptionsColumn.AllowSize = false;
            this.gridColumn11.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn11.OptionsColumn.ShowInExpressionEditor = false;
            this.gridColumn11.OptionsColumn.TabStop = false;
            this.gridColumn11.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn11.OptionsFilter.AllowFilter = false;
            this.gridColumn11.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.gridColumn11.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.Width = 64;
            // 
            // gridColumn13
            // 
            this.gridColumn13.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridColumn13.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn13.Caption = "Item";
            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.False;
            this.gridColumn13.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn13.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsColumn.AllowMove = false;
            this.gridColumn13.OptionsColumn.AllowShowHide = false;
            this.gridColumn13.OptionsColumn.AllowSize = false;
            this.gridColumn13.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn13.OptionsColumn.ShowInExpressionEditor = false;
            this.gridColumn13.OptionsColumn.TabStop = false;
            this.gridColumn13.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn13.OptionsFilter.AllowFilter = false;
            this.gridColumn13.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.gridColumn13.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 0;
            this.gridColumn13.Width = 299;
            // 
            // 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.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn17.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn17.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn17.OptionsColumn.AllowMove = false;
            this.gridColumn17.OptionsColumn.AllowShowHide = false;
            this.gridColumn17.OptionsColumn.AllowSize = false;
            this.gridColumn17.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn17.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn17.OptionsColumn.ShowInExpressionEditor = false;
            this.gridColumn17.OptionsColumn.TabStop = false;
            this.gridColumn17.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn17.OptionsFilter.AllowFilter = false;
            this.gridColumn17.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn17.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn17.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.gridColumn17.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn17.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 1;
            this.gridColumn17.Width = 94;
            // 
            // 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.gridSTVDetails;
            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;
            // 
            // gridDeliveryNotes
            // 
            this.gridDeliveryNotes.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.gridDeliveryNotes.Location = new System.Drawing.Point(4, 94);
            this.gridDeliveryNotes.MainView = this.gridDeliveryNoteView;
            this.gridDeliveryNotes.Name = "gridDeliveryNotes";
            this.gridDeliveryNotes.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1});
            this.gridDeliveryNotes.Size = new System.Drawing.Size(310, 389);
            this.gridDeliveryNotes.TabIndex = 11;
            this.gridDeliveryNotes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridDeliveryNoteView});
            this.gridDeliveryNotes.Click += new System.EventHandler(this.gridDeliveryNotes_Click);
            // 
            // gridDeliveryNoteView
            // 
            this.gridDeliveryNoteView.Appearance.FocusedRow.BackColor = System.Drawing.Color.Gray;
            this.gridDeliveryNoteView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridDeliveryNoteView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colItemName,
            this.gridColumn14,
            this.gridColumn29});
            this.gridDeliveryNoteView.GridControl = this.gridDeliveryNotes;
            this.gridDeliveryNoteView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.None, "", null, "")});
            this.gridDeliveryNoteView.Name = "gridDeliveryNoteView";
            this.gridDeliveryNoteView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridDeliveryNoteView.OptionsCustomization.AllowColumnMoving = false;
            this.gridDeliveryNoteView.OptionsCustomization.AllowColumnResizing = false;
            this.gridDeliveryNoteView.OptionsCustomization.AllowFilter = false;
            this.gridDeliveryNoteView.OptionsCustomization.AllowGroup = false;
            this.gridDeliveryNoteView.OptionsDetail.AllowExpandEmptyDetails = true;
            this.gridDeliveryNoteView.OptionsDetail.EnableDetailToolTip = true;
            this.gridDeliveryNoteView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gridDeliveryNoteView.OptionsDetail.SmartDetailHeight = true;
            this.gridDeliveryNoteView.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridDeliveryNoteView.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridDeliveryNoteView.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridDeliveryNoteView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridDeliveryNoteView.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridDeliveryNoteView.OptionsSelection.MultiSelect = true;
            this.gridDeliveryNoteView.OptionsView.EnableAppearanceEvenRow = true;
            this.gridDeliveryNoteView.OptionsView.EnableAppearanceOddRow = true;
            this.gridDeliveryNoteView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridDeliveryNoteView.OptionsView.ShowGroupPanel = false;
            this.gridDeliveryNoteView.OptionsView.ShowIndicator = false;
            this.gridDeliveryNoteView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridDeliveryNoteView_FocusedRowChanged);
            // 
            // colItemName
            // 
            this.colItemName.Caption = "Facility Name";
            this.colItemName.FieldName = "FacilityName";
            this.colItemName.Name = "colItemName";
            this.colItemName.OptionsColumn.AllowEdit = 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.ShowInCustomizationForm = false;
            this.colItemName.OptionsColumn.ShowInExpressionEditor = false;
            this.colItemName.OptionsColumn.TabStop = false;
            this.colItemName.OptionsFilter.AllowAutoFilter = false;
            this.colItemName.OptionsFilter.AllowFilter = false;
            this.colItemName.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colItemName.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colItemName.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colItemName.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colItemName.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colItemName.Visible = true;
            this.colItemName.VisibleIndex = 1;
            this.colItemName.Width = 250;
            // 
            // gridColumn14
            // 
            this.gridColumn14.Caption = "Status";
            this.gridColumn14.FieldName = "Status";
            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.ShowInCustomizationForm = false;
            this.gridColumn14.OptionsColumn.ShowInExpressionEditor = false;
            this.gridColumn14.OptionsColumn.TabStop = false;
            this.gridColumn14.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn14.OptionsFilter.AllowFilter = false;
            this.gridColumn14.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn14.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn14.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.gridColumn14.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn14.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn14.Width = 117;
            // 
            // gridColumn29
            // 
            this.gridColumn29.Caption = "Delivery Note No";
            this.gridColumn29.FieldName = "PrintedID";
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.OptionsColumn.AllowEdit = 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.ShowInCustomizationForm = false;
            this.gridColumn29.OptionsColumn.ShowInExpressionEditor = false;
            this.gridColumn29.OptionsColumn.TabStop = false;
            this.gridColumn29.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn29.OptionsFilter.AllowFilter = false;
            this.gridColumn29.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn29.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn29.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.gridColumn29.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn29.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn29.Visible = true;
            this.gridColumn29.VisibleIndex = 0;
            this.gridColumn29.Width = 105;
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
            this.repositoryItemCheckEdit1.ValueGrayed = false;
            // 
            // 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;
            // 
            // 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.layoutControlItem18,
            this.layoutControlItem2,
            this.layoutControlGroup1,
            this.emptySpaceItem4,
            this.HeaderGroup,
            this.emptySpaceItem3,
            this.emptySpaceItem7,
            this.layoutControlGroup3,
            this.layoutControlGroup2,
            this.layoutControlGroup4,
            this.layoutControlGroup6});
            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(1106, 513);
            this.layoutControlGroup14.Text = "Root";
            this.layoutControlGroup14.TextVisible = false;
            // 
            // layoutControlItem29
            // 
            this.layoutControlItem29.Control = this.gridDeliveryNotes;
            this.layoutControlItem29.CustomizationFormText = "layoutControlItem29";
            this.layoutControlItem29.Location = new System.Drawing.Point(0, 90);
            this.layoutControlItem29.Name = "layoutControlItem29";
            this.layoutControlItem29.Size = new System.Drawing.Size(314, 393);
            this.layoutControlItem29.Text = "layoutControlItem29";
            this.layoutControlItem29.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem29.TextToControlDistance = 0;
            this.layoutControlItem29.TextVisible = false;
            // 
            // layoutControlItem18
            // 
            this.layoutControlItem18.Control = this.gridSTVDetails;
            this.layoutControlItem18.CustomizationFormText = "layoutControlItem18";
            this.layoutControlItem18.Location = new System.Drawing.Point(322, 147);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.Size = new System.Drawing.Size(780, 336);
            this.layoutControlItem18.Text = "layoutControlItem18";
            this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem18.TextToControlDistance = 0;
            this.layoutControlItem18.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.btnPrintSTV;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(956, 483);
            this.layoutControlItem2.MaxSize = new System.Drawing.Size(146, 26);
            this.layoutControlItem2.MinSize = new System.Drawing.Size(146, 26);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(146, 26);
            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            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 = "Filter";
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem13});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup1.Size = new System.Drawing.Size(314, 90);
            this.layoutControlGroup1.Text = "Filter";
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.lkStore;
            this.layoutControlItem1.CustomizationFormText = "Accounts";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.MaxSize = new System.Drawing.Size(300, 0);
            this.layoutControlItem1.MinSize = new System.Drawing.Size(300, 24);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(300, 30);
            this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem1.Text = "Accounts:";
            this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 13);
            this.layoutControlItem1.TextToControlDistance = 5;
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.txtFacilityName;
            this.layoutControlItem13.CustomizationFormText = "Order Number";
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 30);
            this.layoutControlItem13.MaxSize = new System.Drawing.Size(300, 0);
            this.layoutControlItem13.MinSize = new System.Drawing.Size(300, 24);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Size = new System.Drawing.Size(300, 27);
            this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem13.Text = "Filter:";
            this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem13.TextSize = new System.Drawing.Size(28, 13);
            this.layoutControlItem13.TextToControlDistance = 25;
            // 
            // emptySpaceItem4
            // 
            this.emptySpaceItem4.AllowHotTrack = false;
            this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
            this.emptySpaceItem4.Location = new System.Drawing.Point(314, 483);
            this.emptySpaceItem4.Name = "emptySpaceItem4";
            this.emptySpaceItem4.Size = new System.Drawing.Size(642, 26);
            this.emptySpaceItem4.Text = "emptySpaceItem4";
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
            // 
            // HeaderGroup
            // 
            this.HeaderGroup.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.HeaderGroup.AppearanceGroup.Options.UseFont = true;
            this.HeaderGroup.CustomizationFormText = "layoutControlGroup5";
            this.HeaderGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem3,
            this.layoutControlItem5,
            this.layoutControlItem16,
            this.layoutControlItem7,
            this.layoutControlItem19,
            this.layoutControlItem11,
            this.layoutControlItem21,
            this.layoutControlItem23,
            this.layoutControlItem27,
            this.layoutControlItem39,
            this.layoutControlItem41});
            this.HeaderGroup.Location = new System.Drawing.Point(322, 0);
            this.HeaderGroup.Name = "HeaderGroup";
            this.HeaderGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.HeaderGroup.Size = new System.Drawing.Size(780, 93);
            this.HeaderGroup.Text = "Facility Name";
            // 
            // 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.lblMode;
            this.layoutControlItem3.CustomizationFormText = "Mode:";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(39, 20);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(192, 20);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "Mode:";
            this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(34, 13);
            this.layoutControlItem3.TextToControlDistance = 23;
            // 
            // 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.lblOrderNo;
            this.layoutControlItem5.CustomizationFormText = "Order No:";
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 20);
            this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem5.MinSize = new System.Drawing.Size(57, 20);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(192, 20);
            this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem5.Text = "Order No:";
            this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem5.TextSize = new System.Drawing.Size(52, 13);
            this.layoutControlItem5.TextToControlDistance = 5;
            // 
            // 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.lblRegion;
            this.layoutControlItem16.CustomizationFormText = "Region:";
            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(46, 20);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.Size = new System.Drawing.Size(192, 20);
            this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem16.Text = "Region:";
            this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem16.TextSize = new System.Drawing.Size(42, 13);
            this.layoutControlItem16.TextToControlDistance = 15;
            // 
            // 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.lblAccount;
            this.layoutControlItem7.CustomizationFormText = "Account:";
            this.layoutControlItem7.Location = new System.Drawing.Point(192, 0);
            this.layoutControlItem7.MinSize = new System.Drawing.Size(52, 17);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(192, 20);
            this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem7.Text = "Account:";
            this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem7.TextSize = new System.Drawing.Size(49, 13);
            this.layoutControlItem7.TextToControlDistance = 16;
            // 
            // 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.lblOrderType;
            this.layoutControlItem9.CustomizationFormText = "Order Type:";
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 20);
            this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem9.MinSize = new System.Drawing.Size(68, 20);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(175, 20);
            this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem9.Text = "Type:";
            this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem9.TextSize = new System.Drawing.Size(31, 13);
            this.layoutControlItem9.TextToControlDistance = 14;
            // 
            // 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.lblZone;
            this.layoutControlItem19.CustomizationFormText = "Zone:";
            this.layoutControlItem19.Location = new System.Drawing.Point(192, 40);
            this.layoutControlItem19.MinSize = new System.Drawing.Size(37, 17);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.Size = new System.Drawing.Size(192, 20);
            this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem19.Text = "Zone:";
            this.layoutControlItem19.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem19.TextSize = new System.Drawing.Size(31, 13);
            this.layoutControlItem19.TextToControlDistance = 34;
            // 
            // 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.lblSubAccount;
            this.layoutControlItem11.CustomizationFormText = "Sub Account:";
            this.layoutControlItem11.Location = new System.Drawing.Point(384, 0);
            this.layoutControlItem11.MinSize = new System.Drawing.Size(73, 17);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(191, 20);
            this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem11.Text = "Sub Account:";
            this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem11.TextSize = new System.Drawing.Size(73, 13);
            this.layoutControlItem11.TextToControlDistance = 6;
            // 
            // 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.lblOrderStatus;
            this.layoutControlItem14.CustomizationFormText = "Order Status:";
            this.layoutControlItem14.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem14.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem14.MinSize = new System.Drawing.Size(75, 20);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.Size = new System.Drawing.Size(175, 20);
            this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem14.Text = "Status:";
            this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem14.TextSize = new System.Drawing.Size(40, 13);
            this.layoutControlItem14.TextToControlDistance = 5;
            // 
            // 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.lblWoreda;
            this.layoutControlItem21.CustomizationFormText = "Woreda:";
            this.layoutControlItem21.Location = new System.Drawing.Point(384, 40);
            this.layoutControlItem21.MinSize = new System.Drawing.Size(51, 17);
            this.layoutControlItem21.Name = "layoutControlItem21";
            this.layoutControlItem21.Size = new System.Drawing.Size(382, 20);
            this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem21.Text = "Woreda:";
            this.layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem21.TextSize = new System.Drawing.Size(47, 13);
            this.layoutControlItem21.TextToControlDistance = 32;
            // 
            // 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.lblActivity;
            this.layoutControlItem23.CustomizationFormText = "Activity:";
            this.layoutControlItem23.Location = new System.Drawing.Point(575, 0);
            this.layoutControlItem23.MinSize = new System.Drawing.Size(49, 17);
            this.layoutControlItem23.Name = "layoutControlItem23";
            this.layoutControlItem23.Size = new System.Drawing.Size(191, 20);
            this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem23.Text = "Activity:";
            this.layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem23.TextSize = new System.Drawing.Size(47, 13);
            this.layoutControlItem23.TextToControlDistance = 43;
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem30,
            this.layoutControlItem34});
            this.layoutControlGroup3.Location = new System.Drawing.Point(322, 93);
            this.layoutControlGroup3.Name = "layoutControlGroup3";
            this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup3.Size = new System.Drawing.Size(189, 54);
            this.layoutControlGroup3.Text = "layoutControlGroup3";
            this.layoutControlGroup3.TextVisible = false;
            // 
            // 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.lblPrintedDate;
            this.layoutControlItem30.CustomizationFormText = "Printed Date:";
            this.layoutControlItem30.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem30.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem30.MinSize = new System.Drawing.Size(73, 20);
            this.layoutControlItem30.Name = "layoutControlItem30";
            this.layoutControlItem30.Size = new System.Drawing.Size(175, 20);
            this.layoutControlItem30.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem30.Text = "Printed Date:";
            this.layoutControlItem30.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem30.TextSize = new System.Drawing.Size(74, 13);
            this.layoutControlItem30.TextToControlDistance = 5;
            // 
            // layoutControlItem34
            // 
            this.layoutControlItem34.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.layoutControlItem34.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.layoutControlItem34.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem34.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem34.Control = this.lblPrintedBy;
            this.layoutControlItem34.CustomizationFormText = "Printed By:";
            this.layoutControlItem34.Location = new System.Drawing.Point(0, 20);
            this.layoutControlItem34.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem34.MinSize = new System.Drawing.Size(62, 20);
            this.layoutControlItem34.Name = "layoutControlItem34";
            this.layoutControlItem34.Size = new System.Drawing.Size(175, 20);
            this.layoutControlItem34.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem34.Text = "Printed By:";
            this.layoutControlItem34.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem34.TextSize = new System.Drawing.Size(61, 13);
            this.layoutControlItem34.TextToControlDistance = 18;
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem43,
            this.layoutControlItem45});
            this.layoutControlGroup2.Location = new System.Drawing.Point(511, 93);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup2.Size = new System.Drawing.Size(194, 54);
            this.layoutControlGroup2.Text = "layoutControlGroup2";
            this.layoutControlGroup2.TextVisible = false;
            // 
            // 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.labelControl1;
            this.layoutControlItem32.CustomizationFormText = "Converted Date:";
            this.layoutControlItem32.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem32.MinSize = new System.Drawing.Size(90, 17);
            this.layoutControlItem32.Name = "layoutControlItem32";
            this.layoutControlItem32.Size = new System.Drawing.Size(172, 20);
            this.layoutControlItem32.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem32.Text = "Converted Date:";
            this.layoutControlItem32.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem32.TextSize = new System.Drawing.Size(92, 13);
            this.layoutControlItem32.TextToControlDistance = 5;
            // 
            // layoutControlItem36
            // 
            this.layoutControlItem36.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.layoutControlItem36.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.layoutControlItem36.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem36.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem36.Control = this.labelControl3;
            this.layoutControlItem36.CustomizationFormText = "Converted By:";
            this.layoutControlItem36.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem36.MinSize = new System.Drawing.Size(79, 17);
            this.layoutControlItem36.Name = "layoutControlItem36";
            this.layoutControlItem36.Size = new System.Drawing.Size(172, 40);
            this.layoutControlItem36.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem36.Text = "Converted By:";
            this.layoutControlItem36.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem36.TextSize = new System.Drawing.Size(79, 13);
            this.layoutControlItem36.TextToControlDistance = 18;
            // 
            // layoutControlGroup4
            // 
            this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4";
            this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem9,
            this.layoutControlItem14});
            this.layoutControlGroup4.Location = new System.Drawing.Point(705, 93);
            this.layoutControlGroup4.Name = "layoutControlGroup4";
            this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup4.Size = new System.Drawing.Size(189, 54);
            this.layoutControlGroup4.Text = "layoutControlGroup4";
            this.layoutControlGroup4.TextVisible = false;
            // 
            // layoutControlGroup6
            // 
            this.layoutControlGroup6.CustomizationFormText = "layoutControlGroup6";
            this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.emptySpaceItem1,
            this.emptySpaceItem6});
            this.layoutControlGroup6.Location = new System.Drawing.Point(894, 93);
            this.layoutControlGroup6.Name = "layoutControlGroup6";
            this.layoutControlGroup6.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup6.Size = new System.Drawing.Size(208, 54);
            this.layoutControlGroup6.Text = "layoutControlGroup6";
            this.layoutControlGroup6.TextVisible = false;
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(194, 21);
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem6
            // 
            this.emptySpaceItem6.AllowHotTrack = false;
            this.emptySpaceItem6.CustomizationFormText = "emptySpaceItem6";
            this.emptySpaceItem6.Location = new System.Drawing.Point(0, 21);
            this.emptySpaceItem6.Name = "emptySpaceItem6";
            this.emptySpaceItem6.Size = new System.Drawing.Size(194, 19);
            this.emptySpaceItem6.Text = "emptySpaceItem6";
            this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
            // 
            // 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.lblInstitutionType;
            this.layoutControlItem27.CustomizationFormText = "Inst. Type:";
            this.layoutControlItem27.Location = new System.Drawing.Point(192, 20);
            this.layoutControlItem27.MinSize = new System.Drawing.Size(63, 17);
            this.layoutControlItem27.Name = "layoutControlItem27";
            this.layoutControlItem27.Size = new System.Drawing.Size(192, 20);
            this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem27.Text = "Inst. Type:";
            this.layoutControlItem27.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem27.TextSize = new System.Drawing.Size(60, 13);
            this.layoutControlItem27.TextToControlDistance = 5;
            // 
            // emptySpaceItem3
            // 
            this.emptySpaceItem3.AllowHotTrack = false;
            this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
            this.emptySpaceItem3.Location = new System.Drawing.Point(314, 0);
            this.emptySpaceItem3.MaxSize = new System.Drawing.Size(8, 0);
            this.emptySpaceItem3.MinSize = new System.Drawing.Size(8, 24);
            this.emptySpaceItem3.Name = "emptySpaceItem3";
            this.emptySpaceItem3.Size = new System.Drawing.Size(8, 483);
            this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.emptySpaceItem3.Text = "emptySpaceItem3";
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem7
            // 
            this.emptySpaceItem7.AllowHotTrack = false;
            this.emptySpaceItem7.CustomizationFormText = "emptySpaceItem7";
            this.emptySpaceItem7.Location = new System.Drawing.Point(0, 483);
            this.emptySpaceItem7.Name = "emptySpaceItem7";
            this.emptySpaceItem7.Size = new System.Drawing.Size(314, 26);
            this.emptySpaceItem7.Text = "emptySpaceItem7";
            this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem38
            // 
            this.layoutControlItem38.Control = this.lblMode;
            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(55, 13);
            this.layoutControlItem38.TextToControlDistance = 8;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.lblOrderNo;
            this.layoutControlItem4.CustomizationFormText = "Order Number: ";
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.Name = "layoutControlItem38";
            this.layoutControlItem4.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem4.Text = "Order No.: ";
            this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem4.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem4.TextToControlDistance = 8;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.lblAccount;
            this.layoutControlItem6.CustomizationFormText = "Order Number: ";
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem6.Name = "layoutControlItem38";
            this.layoutControlItem6.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem6.Text = "Order No.: ";
            this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem6.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem6.TextToControlDistance = 8;
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.lblOrderType;
            this.layoutControlItem8.CustomizationFormText = "Order Number: ";
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem8.Name = "layoutControlItem38";
            this.layoutControlItem8.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem8.Text = "Order No.: ";
            this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem8.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem8.TextToControlDistance = 8;
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.lblSubAccount;
            this.layoutControlItem10.CustomizationFormText = "Order Number: ";
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem10.Name = "layoutControlItem38";
            this.layoutControlItem10.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem10.Text = "Order No.: ";
            this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem10.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem10.TextToControlDistance = 8;
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.lblOrderStatus;
            this.layoutControlItem12.CustomizationFormText = "Order Number: ";
            this.layoutControlItem12.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem12.Name = "layoutControlItem38";
            this.layoutControlItem12.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem12.Text = "Order No.: ";
            this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem12.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem12.TextToControlDistance = 8;
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.Control = this.lblRegion;
            this.layoutControlItem15.CustomizationFormText = "Order Number: ";
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem15.Name = "layoutControlItem38";
            this.layoutControlItem15.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem15.Text = "Order No.: ";
            this.layoutControlItem15.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem15.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem15.TextToControlDistance = 8;
            // 
            // layoutControlItem17
            // 
            this.layoutControlItem17.Control = this.lblZone;
            this.layoutControlItem17.CustomizationFormText = "Order Number: ";
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem17.Name = "layoutControlItem38";
            this.layoutControlItem17.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem17.Text = "Order No.: ";
            this.layoutControlItem17.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem17.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem17.TextToControlDistance = 8;
            // 
            // layoutControlItem20
            // 
            this.layoutControlItem20.Control = this.lblWoreda;
            this.layoutControlItem20.CustomizationFormText = "Order Number: ";
            this.layoutControlItem20.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem20.Name = "layoutControlItem38";
            this.layoutControlItem20.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem20.Text = "Order No.: ";
            this.layoutControlItem20.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem20.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem20.TextToControlDistance = 8;
            // 
            // layoutControlItem22
            // 
            this.layoutControlItem22.Control = this.lblActivity;
            this.layoutControlItem22.CustomizationFormText = "Order Number: ";
            this.layoutControlItem22.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem22.Name = "layoutControlItem38";
            this.layoutControlItem22.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem22.Text = "Order No.: ";
            this.layoutControlItem22.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem22.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem22.TextToControlDistance = 8;
            // 
            // layoutControlItem26
            // 
            this.layoutControlItem26.Control = this.lblInstitutionType;
            this.layoutControlItem26.CustomizationFormText = "Order Number: ";
            this.layoutControlItem26.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem26.Name = "layoutControlItem38";
            this.layoutControlItem26.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem26.Text = "Order No.: ";
            this.layoutControlItem26.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem26.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem26.TextToControlDistance = 8;
            // 
            // layoutControlItem28
            // 
            this.layoutControlItem28.Control = this.lblPrintedDate;
            this.layoutControlItem28.CustomizationFormText = "Order Number: ";
            this.layoutControlItem28.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem28.Name = "layoutControlItem38";
            this.layoutControlItem28.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem28.Text = "Order No.: ";
            this.layoutControlItem28.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem28.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem28.TextToControlDistance = 8;
            // 
            // layoutControlItem31
            // 
            this.layoutControlItem31.Control = this.labelControl1;
            this.layoutControlItem31.CustomizationFormText = "Order Number: ";
            this.layoutControlItem31.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem31.Name = "layoutControlItem38";
            this.layoutControlItem31.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem31.Text = "Order No.: ";
            this.layoutControlItem31.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem31.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem31.TextToControlDistance = 8;
            // 
            // layoutControlItem33
            // 
            this.layoutControlItem33.Control = this.lblPrintedBy;
            this.layoutControlItem33.CustomizationFormText = "Order Number: ";
            this.layoutControlItem33.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem33.Name = "layoutControlItem38";
            this.layoutControlItem33.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem33.Text = "Order No.: ";
            this.layoutControlItem33.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem33.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem33.TextToControlDistance = 8;
            // 
            // layoutControlItem35
            // 
            this.layoutControlItem35.Control = this.labelControl3;
            this.layoutControlItem35.CustomizationFormText = "Order Number: ";
            this.layoutControlItem35.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem35.Name = "layoutControlItem38";
            this.layoutControlItem35.Size = new System.Drawing.Size(252, 22);
            this.layoutControlItem35.Text = "Order No.: ";
            this.layoutControlItem35.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem35.TextSize = new System.Drawing.Size(55, 13);
            this.layoutControlItem35.TextToControlDistance = 8;
            // 
            // lblOwnership
            // 
            this.lblOwnership.Location = new System.Drawing.Point(796, 50);
            this.lblOwnership.Name = "lblOwnership";
            this.lblOwnership.Size = new System.Drawing.Size(108, 16);
            this.lblOwnership.TabIndex = 85;
            // 
            // 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.lblOwnership;
            this.layoutControlItem37.CustomizationFormText = "Printed Date:";
            this.layoutControlItem37.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem37.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem37.MinSize = new System.Drawing.Size(73, 20);
            this.layoutControlItem37.Name = "layoutControlItem30";
            this.layoutControlItem37.Size = new System.Drawing.Size(176, 20);
            this.layoutControlItem37.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem37.Text = "Printed Date:";
            this.layoutControlItem37.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem37.TextSize = new System.Drawing.Size(74, 13);
            this.layoutControlItem37.TextToControlDistance = 5;
            // 
            // layoutControlItem39
            // 
            this.layoutControlItem39.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.layoutControlItem39.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.layoutControlItem39.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem39.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem39.Control = this.lblOwnership;
            this.layoutControlItem39.CustomizationFormText = "Ownership:";
            this.layoutControlItem39.Location = new System.Drawing.Point(384, 20);
            this.layoutControlItem39.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem39.MinSize = new System.Drawing.Size(71, 20);
            this.layoutControlItem39.Name = "layoutControlItem39";
            this.layoutControlItem39.Size = new System.Drawing.Size(191, 20);
            this.layoutControlItem39.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem39.Text = "Ownership:";
            this.layoutControlItem39.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem39.TextSize = new System.Drawing.Size(62, 13);
            this.layoutControlItem39.TextToControlDistance = 17;
            // 
            // lblPaymentType
            // 
            this.lblPaymentType.Location = new System.Drawing.Point(998, 50);
            this.lblPaymentType.Name = "lblPaymentType";
            this.lblPaymentType.Size = new System.Drawing.Size(97, 16);
            this.lblPaymentType.TabIndex = 86;
            // 
            // 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.lblPaymentType;
            this.layoutControlItem40.CustomizationFormText = "Printed Date:";
            this.layoutControlItem40.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem40.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem40.MinSize = new System.Drawing.Size(73, 20);
            this.layoutControlItem40.Name = "layoutControlItem30";
            this.layoutControlItem40.Size = new System.Drawing.Size(176, 20);
            this.layoutControlItem40.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem40.Text = "Printed Date:";
            this.layoutControlItem40.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem40.TextSize = new System.Drawing.Size(74, 13);
            this.layoutControlItem40.TextToControlDistance = 5;
            // 
            // layoutControlItem41
            // 
            this.layoutControlItem41.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.layoutControlItem41.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.layoutControlItem41.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem41.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem41.Control = this.lblPaymentType;
            this.layoutControlItem41.CustomizationFormText = "Payment Type:";
            this.layoutControlItem41.Location = new System.Drawing.Point(575, 20);
            this.layoutControlItem41.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem41.MinSize = new System.Drawing.Size(94, 20);
            this.layoutControlItem41.Name = "layoutControlItem41";
            this.layoutControlItem41.Size = new System.Drawing.Size(191, 20);
            this.layoutControlItem41.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem41.Text = "Payment Type:";
            this.layoutControlItem41.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem41.TextSize = new System.Drawing.Size(85, 13);
            this.layoutControlItem41.TextToControlDistance = 5;
            // 
            // lblRequestedDate
            // 
            this.lblRequestedDate.Location = new System.Drawing.Point(621, 104);
            this.lblRequestedDate.Name = "lblRequestedDate";
            this.lblRequestedDate.Size = new System.Drawing.Size(77, 16);
            this.lblRequestedDate.TabIndex = 87;
            // 
            // layoutControlItem42
            // 
            this.layoutControlItem42.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.layoutControlItem42.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.layoutControlItem42.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem42.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem42.Control = this.lblRequestedDate;
            this.layoutControlItem42.CustomizationFormText = "Printed Date:";
            this.layoutControlItem42.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem42.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem42.MinSize = new System.Drawing.Size(73, 20);
            this.layoutControlItem42.Name = "layoutControlItem30";
            this.layoutControlItem42.Size = new System.Drawing.Size(176, 20);
            this.layoutControlItem42.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem42.Text = "Printed Date:";
            this.layoutControlItem42.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem42.TextSize = new System.Drawing.Size(74, 13);
            this.layoutControlItem42.TextToControlDistance = 5;
            // 
            // 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.lblRequestedDate;
            this.layoutControlItem43.CustomizationFormText = "Requested Date:";
            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(103, 20);
            this.layoutControlItem43.Name = "layoutControlItem43";
            this.layoutControlItem43.Size = new System.Drawing.Size(180, 20);
            this.layoutControlItem43.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem43.Text = "Requested Date:";
            this.layoutControlItem43.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem43.TextSize = new System.Drawing.Size(94, 13);
            this.layoutControlItem43.TextToControlDistance = 5;
            // 
            // lblRequestedBy
            // 
            this.lblRequestedBy.Location = new System.Drawing.Point(621, 124);
            this.lblRequestedBy.Name = "lblRequestedBy";
            this.lblRequestedBy.Size = new System.Drawing.Size(77, 16);
            this.lblRequestedBy.TabIndex = 88;
            // 
            // layoutControlItem44
            // 
            this.layoutControlItem44.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.layoutControlItem44.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.layoutControlItem44.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem44.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem44.Control = this.lblRequestedBy;
            this.layoutControlItem44.CustomizationFormText = "Printed Date:";
            this.layoutControlItem44.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem44.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem44.MinSize = new System.Drawing.Size(73, 20);
            this.layoutControlItem44.Name = "layoutControlItem30";
            this.layoutControlItem44.Size = new System.Drawing.Size(176, 20);
            this.layoutControlItem44.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem44.Text = "Printed Date:";
            this.layoutControlItem44.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem44.TextSize = new System.Drawing.Size(74, 13);
            this.layoutControlItem44.TextToControlDistance = 5;
            // 
            // 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.lblRequestedBy;
            this.layoutControlItem45.CustomizationFormText = "Requested By:";
            this.layoutControlItem45.ImageToTextDistance = 18;
            this.layoutControlItem45.Location = new System.Drawing.Point(0, 20);
            this.layoutControlItem45.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem45.MinSize = new System.Drawing.Size(90, 20);
            this.layoutControlItem45.Name = "layoutControlItem45";
            this.layoutControlItem45.Size = new System.Drawing.Size(180, 20);
            this.layoutControlItem45.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem45.Text = "Requested By:";
            this.layoutControlItem45.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem45.TextSize = new System.Drawing.Size(81, 13);
            this.layoutControlItem45.TextToControlDistance = 18;
            // 
            // DeliveryNoteToSTV
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1106, 513);
            this.Controls.Add(this.layoutControl4);
            this.Name = "DeliveryNoteToSTV";
            this.Text = "Delivery Note To STV Conversion";
            this.Load += new System.EventHandler(this.DeliveryNoteToSTV_Load);
            ((System.ComponentModel.ISupportInitialize)(this.spinEditPack)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit();
            this.layoutControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lkStore.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtReceivedBy.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFacilityName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSTVDetails)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSTVDetailView)).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();
            ((System.ComponentModel.ISupportInitialize)(this.gridDeliveryNotes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridDeliveryNoteView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.HeaderGroup)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem35)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).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.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition5 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition6 = new DevExpress.XtraGrid.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(uc_AllShiftGrid));
            this.gridControl2 = new DevExpress.XtraGrid.GridControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.m_enEsperaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.m_atenderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.m_SetCanceled = new System.Windows.Forms.ToolStripMenuItem();
            this.m_cerrarTurnoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.appointmentListBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colAppointmentStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.colTime = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNombrePatient = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colStart = new DevExpress.XtraGrid.Columns.GridColumn();
            this.imageList2 = new System.Windows.Forms.ImageList(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.appointmentListBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // lblTitle
            // 
            this.lblTitle.Appearance.BackColor = System.Drawing.Color.White;
            this.lblTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            this.lblTitle.Size = new System.Drawing.Size(827, 41);
            this.lblTitle.Text = "Listado de turnos otorgados";
            // 
            // gridControl2
            // 
            this.gridControl2.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.gridControl2.ContextMenuStrip = this.contextMenuStrip1;
            this.gridControl2.DataSource = this.appointmentListBindingSource;
            this.gridControl2.Location = new System.Drawing.Point(0, 41);
            this.gridControl2.MainView = this.gridView2;
            this.gridControl2.Name = "gridControl2";
            this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageComboBox1});
            this.gridControl2.Size = new System.Drawing.Size(827, 672);
            this.gridControl2.TabIndex = 13;
            this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_enEsperaToolStripMenuItem,
            this.m_atenderToolStripMenuItem,
            this.toolStripSeparator1,
            this.m_SetCanceled,
            this.m_cerrarTurnoToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(158, 128);
            // 
            // m_enEsperaToolStripMenuItem
            // 
            this.m_enEsperaToolStripMenuItem.Image = global::Health.Front.Base.Properties.Resource.ic_menu_recent_history__2_;
            this.m_enEsperaToolStripMenuItem.Name = "m_enEsperaToolStripMenuItem";
            this.m_enEsperaToolStripMenuItem.Size = new System.Drawing.Size(157, 24);
            this.m_enEsperaToolStripMenuItem.Text = "En espera";
            this.m_enEsperaToolStripMenuItem.Click += new System.EventHandler(this.enEsperaToolStripMenuItem_Click);
            // 
            // m_atenderToolStripMenuItem
            // 
            this.m_atenderToolStripMenuItem.Enabled = false;
            this.m_atenderToolStripMenuItem.Image = global::Health.Front.Base.Properties.Resource.clock_add_48;
            this.m_atenderToolStripMenuItem.Name = "m_atenderToolStripMenuItem";
            this.m_atenderToolStripMenuItem.Size = new System.Drawing.Size(157, 24);
            this.m_atenderToolStripMenuItem.Text = "Atender";
            this.m_atenderToolStripMenuItem.Click += new System.EventHandler(this.atenderToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(154, 6);
            // 
            // m_SetCanceled
            // 
            this.m_SetCanceled.Enabled = false;
            this.m_SetCanceled.Image = global::Health.Front.Base.Properties.Resource.clock_remove_48;
            this.m_SetCanceled.Name = "m_SetCanceled";
            this.m_SetCanceled.Size = new System.Drawing.Size(157, 24);
            this.m_SetCanceled.Text = "Cancelar";
            this.m_SetCanceled.Click += new System.EventHandler(this.m_SetCanceled_Click);
            // 
            // m_cerrarTurnoToolStripMenuItem
            // 
            this.m_cerrarTurnoToolStripMenuItem.Enabled = false;
            this.m_cerrarTurnoToolStripMenuItem.Image = global::Health.Front.Base.Properties.Resource.close_16;
            this.m_cerrarTurnoToolStripMenuItem.Name = "m_cerrarTurnoToolStripMenuItem";
            this.m_cerrarTurnoToolStripMenuItem.Size = new System.Drawing.Size(157, 24);
            this.m_cerrarTurnoToolStripMenuItem.Text = "Cerrar turno";
            this.m_cerrarTurnoToolStripMenuItem.Click += new System.EventHandler(this.m_cerrarTurnoToolStripMenuItem_Click);
            // 
            // appointmentListBindingSource
            // 
            this.appointmentListBindingSource.DataSource = typeof(Health.BE.AppointmentList);
            // 
            // gridView2
            // 
            this.gridView2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colAppointmentStatus,
            this.colTime,
            this.colDescription,
            this.colNombrePatient,
            this.colStart});
            this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.SteelBlue;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[Status] == 630";
            styleFormatCondition2.Appearance.ForeColor = System.Drawing.Color.Goldenrod;
            styleFormatCondition2.Appearance.Options.UseForeColor = true;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = "[Status] == 635";
            styleFormatCondition3.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            styleFormatCondition3.Appearance.Options.UseForeColor = true;
            styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition3.Expression = "[Status] == 631";
            styleFormatCondition4.Appearance.ForeColor = System.Drawing.Color.Black;
            styleFormatCondition4.Appearance.Options.UseForeColor = true;
            styleFormatCondition4.ApplyToRow = true;
            styleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition4.Expression = "[Status] == 636";
            styleFormatCondition5.Appearance.ForeColor = System.Drawing.Color.DimGray;
            styleFormatCondition5.Appearance.Options.UseForeColor = true;
            styleFormatCondition5.ApplyToRow = true;
            styleFormatCondition5.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition5.Expression = "[Status] == 637";
            styleFormatCondition6.Appearance.BackColor = System.Drawing.Color.Khaki;
            styleFormatCondition6.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            styleFormatCondition6.Appearance.Options.UseBackColor = true;
            styleFormatCondition6.Appearance.Options.UseFont = true;
            styleFormatCondition6.ApplyToRow = true;
            styleFormatCondition6.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition6.Expression = "[Status] == 638 OR [Status] == 639";
            this.gridView2.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2,
            styleFormatCondition3,
            styleFormatCondition4,
            styleFormatCondition5,
            styleFormatCondition6});
            this.gridView2.GridControl = this.gridControl2;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView2.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView2.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.False;
            this.gridView2.OptionsBehavior.Editable = false;
            this.gridView2.OptionsBehavior.ReadOnly = true;
            this.gridView2.OptionsCustomization.AllowColumnMoving = false;
            this.gridView2.OptionsCustomization.AllowColumnResizing = false;
            this.gridView2.OptionsCustomization.AllowFilter = false;
            this.gridView2.OptionsCustomization.AllowSort = false;
            this.gridView2.OptionsFilter.AllowColumnMRUFilterList = false;
            this.gridView2.OptionsFilter.AllowFilterEditor = false;
            this.gridView2.OptionsFind.AlwaysVisible = true;
            this.gridView2.OptionsFind.FindFilterColumns = "colFecha";
            this.gridView2.OptionsFind.FindMode = DevExpress.XtraEditors.FindMode.Always;
            this.gridView2.OptionsFind.ShowCloseButton = false;
            this.gridView2.OptionsMenu.EnableColumnMenu = false;
            this.gridView2.OptionsMenu.EnableFooterMenu = false;
            this.gridView2.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridView2.OptionsMenu.ShowAddNewSummaryItem = DevExpress.Utils.DefaultBoolean.False;
            this.gridView2.OptionsMenu.ShowAutoFilterRowItem = false;
            this.gridView2.OptionsMenu.ShowDateTimeGroupIntervalItems = false;
            this.gridView2.OptionsMenu.ShowGroupSortSummaryItems = false;
            this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView2.OptionsView.ColumnAutoWidth = false;
            this.gridView2.OptionsView.EnableAppearanceEvenRow = true;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            this.gridView2.OptionsView.ShowVertLines = false;
            this.gridView2.RowHeight = 27;
            this.gridView2.RowSeparatorHeight = 3;
            this.gridView2.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.LiveVertScroll;
            this.gridView2.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colStart, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridView2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView2_MouseDown);
            this.gridView2.DoubleClick += new System.EventHandler(this.gridView2_DoubleClick);
            // 
            // colAppointmentStatus
            // 
            this.colAppointmentStatus.Caption = "Estado";
            this.colAppointmentStatus.ColumnEdit = this.repositoryItemImageComboBox1;
            this.colAppointmentStatus.FieldName = "Status";
            this.colAppointmentStatus.Name = "colAppointmentStatus";
            this.colAppointmentStatus.OptionsColumn.AllowEdit = false;
            this.colAppointmentStatus.OptionsColumn.AllowFocus = false;
            this.colAppointmentStatus.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colAppointmentStatus.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colAppointmentStatus.OptionsColumn.AllowMove = false;
            this.colAppointmentStatus.OptionsColumn.AllowShowHide = false;
            this.colAppointmentStatus.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colAppointmentStatus.OptionsColumn.ReadOnly = true;
            this.colAppointmentStatus.Visible = true;
            this.colAppointmentStatus.VisibleIndex = 0;
            this.colAppointmentStatus.Width = 170;
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.AutoHeight = false;
            this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Reservado", 630, 0),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("En espera", 635, 1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("En atención", 631, 2),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Cerrado", 632, 3),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Cancelado", 633, 4),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Libre", 636, 5),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Expirado ", 634, 6),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Entreturno", 638, 7),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Sobreturno", 639, 7),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 637, 6)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            this.repositoryItemImageComboBox1.ReadOnly = true;
            // 
            // colTime
            // 
            this.colTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.colTime.AppearanceCell.Options.UseFont = true;
            this.colTime.AppearanceCell.Options.UseTextOptions = true;
            this.colTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colTime.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.colTime.AppearanceHeader.Options.UseFont = true;
            this.colTime.AppearanceHeader.Options.UseTextOptions = true;
            this.colTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colTime.Caption = "Hora";
            this.colTime.FieldName = "TimeStart";
            this.colTime.Name = "colTime";
            this.colTime.OptionsColumn.AllowEdit = false;
            this.colTime.OptionsColumn.AllowFocus = false;
            this.colTime.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colTime.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colTime.OptionsColumn.AllowMove = false;
            this.colTime.OptionsColumn.AllowShowHide = false;
            this.colTime.OptionsColumn.ReadOnly = true;
            this.colTime.OptionsFilter.AllowAutoFilter = false;
            this.colTime.OptionsFilter.AllowFilter = false;
            this.colTime.Visible = true;
            this.colTime.VisibleIndex = 2;
            this.colTime.Width = 148;
            // 
            // colDescription
            // 
            this.colDescription.Caption = "Asunto";
            this.colDescription.FieldName = "Subject";
            this.colDescription.Name = "colDescription";
            this.colDescription.OptionsColumn.AllowEdit = false;
            this.colDescription.OptionsColumn.AllowFocus = false;
            this.colDescription.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colDescription.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colDescription.OptionsColumn.AllowMove = false;
            this.colDescription.OptionsColumn.AllowShowHide = false;
            this.colDescription.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colDescription.OptionsColumn.ReadOnly = true;
            this.colDescription.OptionsFilter.AllowAutoFilter = false;
            this.colDescription.OptionsFilter.AllowFilter = false;
            this.colDescription.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowForFocusedRow;
            this.colDescription.Visible = true;
            this.colDescription.VisibleIndex = 3;
            this.colDescription.Width = 300;
            // 
            // colNombrePatient
            // 
            this.colNombrePatient.Caption = "Paciente";
            this.colNombrePatient.FieldName = "ProfesionalAppointment.PatientName";
            this.colNombrePatient.Name = "colNombrePatient";
            this.colNombrePatient.Visible = true;
            this.colNombrePatient.VisibleIndex = 4;
            this.colNombrePatient.Width = 200;
            // 
            // colStart
            // 
            this.colStart.Caption = "Fecha";
            this.colStart.FieldName = "Start";
            this.colStart.Name = "colStart";
            this.colStart.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.colStart.Visible = true;
            this.colStart.VisibleIndex = 1;
            this.colStart.Width = 100;
            // 
            // imageList2
            // 
            this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
            this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList2.Images.SetKeyName(0, "AppoimentStatus_Reserved.png");
            this.imageList2.Images.SetKeyName(1, "AppoimentStatusWaiting.png");
            this.imageList2.Images.SetKeyName(2, "AppoimentStatusInAttention.png");
            this.imageList2.Images.SetKeyName(3, "AppoimentStatusClosed.png");
            this.imageList2.Images.SetKeyName(4, "AppoimentStatusCanceled.png");
            this.imageList2.Images.SetKeyName(5, "AppoimentStatus_FreeToUse.ICO");
            this.imageList2.Images.SetKeyName(6, "AppoimentStatus_Expiro.png");
            this.imageList2.Images.SetKeyName(7, "AppoimentStatus_Sobreturno.png");
            this.imageList2.Images.SetKeyName(8, "Desktop (Alt 2).png");
            this.imageList2.Images.SetKeyName(9, "Desktop.png");
            this.imageList2.Images.SetKeyName(10, "Document.png");
            this.imageList2.Images.SetKeyName(11, "Globe.png");
            // 
            // uc_AllShiftGrid
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.gridControl2);
            this.Name = "uc_AllShiftGrid";
            this.Size = new System.Drawing.Size(827, 713);
            this.Controls.SetChildIndex(this.gridControl2, 0);
            this.Controls.SetChildIndex(this.lblTitle, 0);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.appointmentListBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).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(Frm_liquidacion_importacion));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.go_conceptoid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.label11 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.fechdoc = new System.Windows.Forms.DateTimePicker();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.numdococ1 = new System.Windows.Forms.TextBox();
            this.numdococ = new System.Windows.Forms.TextBox();
            this.tipfac = new System.Windows.Forms.TextBox();
            this.tipref = new System.Windows.Forms.TextBox();
            this.tipguia = new System.Windows.Forms.TextBox();
            this.numguia = new System.Windows.Forms.TextBox();
            this.serguia = new System.Windows.Forms.TextBox();
            this.numfac = new System.Windows.Forms.TextBox();
            this.serfac = new System.Windows.Forms.TextBox();
            this.paisname = new System.Windows.Forms.TextBox();
            this.paisid = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.ctactename = new System.Windows.Forms.TextBox();
            this.ctacte = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.localdes = new System.Windows.Forms.ComboBox();
            this.moduloiddes = new System.Windows.Forms.ComboBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.Botonera = new System.Windows.Forms.ToolStrip();
            this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
            this.btn_editar = new System.Windows.Forms.ToolStripButton();
            this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
            this.btn_grabar = new System.Windows.Forms.ToolStripButton();
            this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
            this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_primero = new System.Windows.Forms.ToolStripButton();
            this.btn_anterior = new System.Windows.Forms.ToolStripButton();
            this.btn_siguiente = new System.Windows.Forms.ToolStripButton();
            this.btn_ultimo = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_clave = new System.Windows.Forms.ToolStripButton();
            this.btn_log = new System.Windows.Forms.ToolStripButton();
            this.btn_salir = new System.Windows.Forms.ToolStripButton();
            this.numdoc = new System.Windows.Forms.TextBox();
            this.serdoc = new System.Windows.Forms.TextBox();
            this.dgb_importacion = new System.Windows.Forms.DataGridView();
            this.conceptoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.conceptoname = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tipbou = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.serbou = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.numbou = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fechbou = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bimp_sunad2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bimp_sunat2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tipcamb = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bimp_sunat1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.exon = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.migv = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pven = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.factorincre = new System.Windows.Forms.TextBox();
            this.gas_financ = new System.Windows.Forms.TextBox();
            this.gas_impo = new System.Windows.Forms.TextBox();
            this.dua = new System.Windows.Forms.TextBox();
            this.cif = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.tot_bimp = new System.Windows.Forms.TextBox();
            this.tipdoc = new System.Windows.Forms.TextBox();
            this.dgb_importacion2 = new DevExpress.XtraGrid.GridControl();
            this.CmMenuGrid = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.exportarExcelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dgb_importacion1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.go_conceptoname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_ctacte = new DevExpress.XtraGrid.Columns.GridColumn();
            this.proveedor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_tipbou = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_serbou = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_numbou = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_fechbou = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_bimp_sunad2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_bimp_sunat2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_tipcamb = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_bimp_sunat1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_exon = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_migv = new DevExpress.XtraGrid.Columns.GridColumn();
            this.go_pven = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.TextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.re_readonly = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.xtraUserControl1 = new DevExpress.XtraEditors.XtraUserControl();
            this.xtraUserControl2 = new DevExpress.XtraEditors.XtraUserControl();
            this.sfdliquidacion = new System.Windows.Forms.SaveFileDialog();
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            this.groupBox1.SuspendLayout();
            this.Botonera.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgb_importacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgb_importacion2)).BeginInit();
            this.CmMenuGrid.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgb_importacion1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.re_readonly)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // go_conceptoid
            // 
            this.go_conceptoid.Caption = "Codigo";
            this.go_conceptoid.FieldName = "conceptoid";
            this.go_conceptoid.Name = "go_conceptoid";
            this.go_conceptoid.OptionsColumn.AllowEdit = false;
            this.go_conceptoid.Visible = true;
            this.go_conceptoid.VisibleIndex = 0;
            this.go_conceptoid.Width = 45;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.BackColor = System.Drawing.Color.Transparent;
            this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.ForeColor = System.Drawing.Color.Black;
            this.label11.Location = new System.Drawing.Point(466, 34);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(263, 24);
            this.label11.TabIndex = 5;
            this.label11.Text = "Liquidacion de Importación";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(269, 95);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 13);
            this.label3.TabIndex = 17;
            this.label3.Text = "Documento:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(768, 71);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(94, 13);
            this.label1.TabIndex = 18;
            this.label1.Text = "Fecha de Emision:";
            // 
            // fechdoc
            // 
            this.fechdoc.CustomFormat = " dd\'/\'MM\'/\'yyyy hh\':\'mm tt";
            this.fechdoc.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.fechdoc.Location = new System.Drawing.Point(768, 87);
            this.fechdoc.Name = "fechdoc";
            this.fechdoc.Size = new System.Drawing.Size(132, 21);
            this.fechdoc.TabIndex = 19;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.numdococ1);
            this.groupBox1.Controls.Add(this.numdococ);
            this.groupBox1.Controls.Add(this.tipfac);
            this.groupBox1.Controls.Add(this.tipref);
            this.groupBox1.Controls.Add(this.tipguia);
            this.groupBox1.Controls.Add(this.numguia);
            this.groupBox1.Controls.Add(this.serguia);
            this.groupBox1.Controls.Add(this.numfac);
            this.groupBox1.Controls.Add(this.serfac);
            this.groupBox1.Controls.Add(this.paisname);
            this.groupBox1.Controls.Add(this.paisid);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.ctactename);
            this.groupBox1.Controls.Add(this.ctacte);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(255, 114);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(689, 85);
            this.groupBox1.TabIndex = 20;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Referencias";
            // 
            // numdococ1
            // 
            this.numdococ1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.numdococ1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.numdococ1.Location = new System.Drawing.Point(553, 22);
            this.numdococ1.MaxLength = 4;
            this.numdococ1.Name = "numdococ1";
            this.numdococ1.Size = new System.Drawing.Size(31, 13);
            this.numdococ1.TabIndex = 99;
            this.numdococ1.Text = "2014";
            this.numdococ1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // numdococ
            // 
            this.numdococ.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.numdococ.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.numdococ.Location = new System.Drawing.Point(580, 22);
            this.numdococ.MaxLength = 6;
            this.numdococ.Name = "numdococ";
            this.numdococ.Size = new System.Drawing.Size(44, 13);
            this.numdococ.TabIndex = 98;
            this.numdococ.Text = "000001";
            this.numdococ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // tipfac
            // 
            this.tipfac.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tipfac.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tipfac.Location = new System.Drawing.Point(291, 22);
            this.tipfac.MaxLength = 5;
            this.tipfac.Name = "tipfac";
            this.tipfac.Size = new System.Drawing.Size(24, 13);
            this.tipfac.TabIndex = 97;
            this.tipfac.Text = "FA";
            this.tipfac.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // tipref
            // 
            this.tipref.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tipref.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tipref.Location = new System.Drawing.Point(527, 22);
            this.tipref.MaxLength = 5;
            this.tipref.Name = "tipref";
            this.tipref.Size = new System.Drawing.Size(24, 13);
            this.tipref.TabIndex = 96;
            this.tipref.Text = "OC";
            this.tipref.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // tipguia
            // 
            this.tipguia.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tipguia.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tipguia.Location = new System.Drawing.Point(84, 22);
            this.tipguia.MaxLength = 5;
            this.tipguia.Name = "tipguia";
            this.tipguia.Size = new System.Drawing.Size(24, 13);
            this.tipguia.TabIndex = 95;
            this.tipguia.Text = "GI";
            this.tipguia.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // numguia
            // 
            this.numguia.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.numguia.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.numguia.Location = new System.Drawing.Point(143, 22);
            this.numguia.MaxLength = 10;
            this.numguia.Name = "numguia";
            this.numguia.Size = new System.Drawing.Size(72, 13);
            this.numguia.TabIndex = 94;
            this.numguia.Text = "000000001";
            this.numguia.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numguia.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numguia_KeyDown);
            // 
            // serguia
            // 
            this.serguia.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.serguia.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.serguia.Location = new System.Drawing.Point(110, 22);
            this.serguia.MaxLength = 5;
            this.serguia.Name = "serguia";
            this.serguia.Size = new System.Drawing.Size(30, 13);
            this.serguia.TabIndex = 93;
            this.serguia.Text = "0001";
            this.serguia.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // numfac
            // 
            this.numfac.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.numfac.Location = new System.Drawing.Point(351, 22);
            this.numfac.MaxLength = 10;
            this.numfac.Name = "numfac";
            this.numfac.Size = new System.Drawing.Size(70, 14);
            this.numfac.TabIndex = 92;
            this.numfac.Text = "0000000001";
            this.numfac.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // serfac
            // 
            this.serfac.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.serfac.Location = new System.Drawing.Point(318, 22);
            this.serfac.MaxLength = 4;
            this.serfac.Name = "serfac";
            this.serfac.Size = new System.Drawing.Size(30, 14);
            this.serfac.TabIndex = 91;
            this.serfac.Text = "0001";
            this.serfac.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // paisname
            // 
            this.paisname.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.paisname.Location = new System.Drawing.Point(133, 62);
            this.paisname.Multiline = true;
            this.paisname.Name = "paisname";
            this.paisname.Size = new System.Drawing.Size(182, 15);
            this.paisname.TabIndex = 27;
            this.paisname.Text = "ventas al exterior";
            // 
            // paisid
            // 
            this.paisid.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.paisid.Location = new System.Drawing.Point(83, 62);
            this.paisid.Multiline = true;
            this.paisid.Name = "paisid";
            this.paisid.Size = new System.Drawing.Size(48, 16);
            this.paisid.TabIndex = 26;
            this.paisid.Text = "ventas al exterior";
            this.paisid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.Location = new System.Drawing.Point(20, 64);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(30, 13);
            this.label7.TabIndex = 25;
            this.label7.Text = "Pais:";
            // 
            // ctactename
            // 
            this.ctactename.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.ctactename.Location = new System.Drawing.Point(133, 42);
            this.ctactename.Multiline = true;
            this.ctactename.Name = "ctactename";
            this.ctactename.Size = new System.Drawing.Size(322, 16);
            this.ctactename.TabIndex = 24;
            this.ctactename.Text = "ventas al exterior";
            // 
            // ctacte
            // 
            this.ctacte.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.ctacte.Location = new System.Drawing.Point(83, 42);
            this.ctacte.Multiline = true;
            this.ctacte.Name = "ctacte";
            this.ctacte.Size = new System.Drawing.Size(48, 16);
            this.ctacte.TabIndex = 23;
            this.ctacte.Text = "ventas al exterior";
            this.ctacte.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(20, 45);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(59, 13);
            this.label6.TabIndex = 21;
            this.label6.Text = "Proveedor:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location = new System.Drawing.Point(456, 22);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(66, 13);
            this.label5.TabIndex = 20;
            this.label5.Text = "Ord.Compra:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location = new System.Drawing.Point(243, 22);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(45, 13);
            this.label4.TabIndex = 19;
            this.label4.Text = "Invoice:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(20, 22);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(50, 13);
            this.label2.TabIndex = 18;
            this.label2.Text = "Doc.Ref:";
            // 
            // localdes
            // 
            this.localdes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.localdes.DropDownWidth = 170;
            this.localdes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.localdes.FormattingEnabled = true;
            this.localdes.Location = new System.Drawing.Point(601, 68);
            this.localdes.Name = "localdes";
            this.localdes.Size = new System.Drawing.Size(123, 21);
            this.localdes.TabIndex = 99;
            this.localdes.SelectedIndexChanged += new System.EventHandler(this.localdes_SelectedIndexChanged);
            // 
            // moduloiddes
            // 
            this.moduloiddes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.moduloiddes.DropDownWidth = 200;
            this.moduloiddes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.moduloiddes.FormattingEnabled = true;
            this.moduloiddes.Location = new System.Drawing.Point(324, 69);
            this.moduloiddes.Name = "moduloiddes";
            this.moduloiddes.Size = new System.Drawing.Size(196, 21);
            this.moduloiddes.TabIndex = 98;
            this.moduloiddes.SelectedIndexChanged += new System.EventHandler(this.moduloiddes_SelectedIndexChanged);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.BackColor = System.Drawing.Color.Transparent;
            this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label17.ForeColor = System.Drawing.Color.Black;
            this.label17.Location = new System.Drawing.Point(556, 72);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(42, 13);
            this.label17.TabIndex = 101;
            this.label17.Text = "Local »";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.BackColor = System.Drawing.Color.Transparent;
            this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label18.ForeColor = System.Drawing.Color.Black;
            this.label18.Location = new System.Drawing.Point(263, 72);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(55, 13);
            this.label18.TabIndex = 100;
            this.label18.Text = "Destino » ";
            // 
            // Botonera
            // 
            this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
            this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btn_nuevo,
            this.btn_editar,
            this.btn_cancelar,
            this.btn_grabar,
            this.btn_eliminar,
            this.btn_imprimir,
            this.toolStripSeparator1,
            this.btn_primero,
            this.btn_anterior,
            this.btn_siguiente,
            this.btn_ultimo,
            this.toolStripSeparator2,
            this.btn_clave,
            this.btn_log,
            this.btn_salir});
            this.Botonera.Location = new System.Drawing.Point(0, 0);
            this.Botonera.Name = "Botonera";
            this.Botonera.Size = new System.Drawing.Size(1180, 29);
            this.Botonera.TabIndex = 23;
            this.Botonera.Text = "ToolStrip1";
            // 
            // btn_nuevo
            // 
            this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3;
            this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace;
            this.btn_nuevo.Name = "btn_nuevo";
            this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
            this.btn_nuevo.Text = "Nuevo";
            this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
            this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
            // 
            // btn_editar
            // 
            this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
            this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_editar.Name = "btn_editar";
            this.btn_editar.Size = new System.Drawing.Size(26, 26);
            this.btn_editar.Text = "Editar";
            this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
            // 
            // btn_cancelar
            // 
            this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2;
            this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_cancelar.Name = "btn_cancelar";
            this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
            this.btn_cancelar.Text = "Cancelar";
            this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
            // 
            // btn_grabar
            // 
            this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
            this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_grabar.Name = "btn_grabar";
            this.btn_grabar.Size = new System.Drawing.Size(26, 26);
            this.btn_grabar.Text = "Grabar";
            this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
            this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
            // 
            // btn_eliminar
            // 
            this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image")));
            this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_eliminar.Name = "btn_eliminar";
            this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
            this.btn_eliminar.Text = "Eliminar";
            this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
            // 
            // btn_imprimir
            // 
            this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer;
            this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_imprimir.Name = "btn_imprimir";
            this.btn_imprimir.Size = new System.Drawing.Size(26, 26);
            this.btn_imprimir.Text = "Imprimir";
            this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
            // 
            // btn_primero
            // 
            this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first_g;
            this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_primero.Name = "btn_primero";
            this.btn_primero.Size = new System.Drawing.Size(26, 26);
            this.btn_primero.Text = "Primero";
            this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click);
            // 
            // btn_anterior
            // 
            this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous_g;
            this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_anterior.Name = "btn_anterior";
            this.btn_anterior.Size = new System.Drawing.Size(26, 26);
            this.btn_anterior.Text = "Anterior";
            this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click);
            // 
            // btn_siguiente
            // 
            this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next_g;
            this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_siguiente.Name = "btn_siguiente";
            this.btn_siguiente.Size = new System.Drawing.Size(26, 26);
            this.btn_siguiente.Text = "Siguiente";
            this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click);
            // 
            // btn_ultimo
            // 
            this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last_g;
            this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_ultimo.Name = "btn_ultimo";
            this.btn_ultimo.Size = new System.Drawing.Size(26, 26);
            this.btn_ultimo.Text = "Ultimo";
            this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29);
            // 
            // btn_clave
            // 
            this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
            this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_clave.Name = "btn_clave";
            this.btn_clave.Size = new System.Drawing.Size(26, 26);
            this.btn_clave.Text = "toolStripButton1";
            this.btn_clave.ToolTipText = "Clave Administrador";
            this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
            // 
            // btn_log
            // 
            this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
            this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_log.Name = "btn_log";
            this.btn_log.Size = new System.Drawing.Size(26, 26);
            this.btn_log.Text = "Auditoria";
            // 
            // btn_salir
            // 
            this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
            this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_salir.Name = "btn_salir";
            this.btn_salir.Size = new System.Drawing.Size(24, 26);
            this.btn_salir.Text = "Salir";
            this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
            // 
            // numdoc
            // 
            this.numdoc.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.numdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.numdoc.Location = new System.Drawing.Point(397, 96);
            this.numdoc.MaxLength = 10;
            this.numdoc.Name = "numdoc";
            this.numdoc.Size = new System.Drawing.Size(44, 13);
            this.numdoc.TabIndex = 25;
            this.numdoc.Text = "000001";
            this.numdoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numdoc_KeyDown);
            // 
            // serdoc
            // 
            this.serdoc.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.serdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.serdoc.Location = new System.Drawing.Point(365, 96);
            this.serdoc.MaxLength = 5;
            this.serdoc.Name = "serdoc";
            this.serdoc.Size = new System.Drawing.Size(31, 13);
            this.serdoc.TabIndex = 24;
            this.serdoc.Text = "2014";
            this.serdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // dgb_importacion
            // 
            this.dgb_importacion.AllowUserToAddRows = false;
            this.dgb_importacion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgb_importacion.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.conceptoid,
            this.conceptoname,
            this.tipbou,
            this.serbou,
            this.numbou,
            this.fechbou,
            this.bimp_sunad2,
            this.bimp_sunat2,
            this.tipcamb,
            this.bimp_sunat1,
            this.exon,
            this.migv,
            this.pven});
            this.dgb_importacion.Location = new System.Drawing.Point(1009, 81);
            this.dgb_importacion.Name = "dgb_importacion";
            this.dgb_importacion.RowHeadersWidth = 10;
            this.dgb_importacion.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.dgb_importacion.Size = new System.Drawing.Size(117, 91);
            this.dgb_importacion.TabIndex = 27;
            this.dgb_importacion.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgb_importacion_CellFormatting);
            // 
            // conceptoid
            // 
            this.conceptoid.DataPropertyName = "conceptoid";
            this.conceptoid.HeaderText = "Codigo";
            this.conceptoid.Name = "conceptoid";
            this.conceptoid.Width = 50;
            // 
            // conceptoname
            // 
            this.conceptoname.DataPropertyName = "conceptoname";
            this.conceptoname.HeaderText = "Concepto";
            this.conceptoname.Name = "conceptoname";
            this.conceptoname.Width = 250;
            // 
            // tipbou
            // 
            this.tipbou.DataPropertyName = "tipbou";
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.tipbou.DefaultCellStyle = dataGridViewCellStyle1;
            this.tipbou.HeaderText = "TipBou";
            this.tipbou.Name = "tipbou";
            this.tipbou.Width = 50;
            // 
            // serbou
            // 
            this.serbou.DataPropertyName = "serbou";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.serbou.DefaultCellStyle = dataGridViewCellStyle2;
            this.serbou.HeaderText = "SerBou";
            this.serbou.Name = "serbou";
            this.serbou.Width = 50;
            // 
            // numbou
            // 
            this.numbou.DataPropertyName = "numbou";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.numbou.DefaultCellStyle = dataGridViewCellStyle3;
            this.numbou.HeaderText = "NumBou";
            this.numbou.Name = "numbou";
            // 
            // fechbou
            // 
            this.fechbou.DataPropertyName = "fechbou";
            dataGridViewCellStyle4.Format = "d";
            dataGridViewCellStyle4.NullValue = null;
            this.fechbou.DefaultCellStyle = dataGridViewCellStyle4;
            this.fechbou.HeaderText = "Fecha";
            this.fechbou.Name = "fechbou";
            // 
            // bimp_sunad2
            // 
            this.bimp_sunad2.DataPropertyName = "bimp_sunad2";
            this.bimp_sunad2.HeaderText = "B.I.Sunad(ME)";
            this.bimp_sunad2.Name = "bimp_sunad2";
            // 
            // bimp_sunat2
            // 
            this.bimp_sunat2.DataPropertyName = "bimp_sunat2";
            this.bimp_sunat2.HeaderText = "B.I.Sunat(ME)";
            this.bimp_sunat2.Name = "bimp_sunat2";
            // 
            // tipcamb
            // 
            this.tipcamb.DataPropertyName = "tipcamb";
            this.tipcamb.HeaderText = "TipCamb";
            this.tipcamb.Name = "tipcamb";
            this.tipcamb.Width = 50;
            // 
            // bimp_sunat1
            // 
            this.bimp_sunat1.DataPropertyName = "bimp_sunat1";
            this.bimp_sunat1.HeaderText = "B.I.Sunat(MN)";
            this.bimp_sunat1.Name = "bimp_sunat1";
            // 
            // exon
            // 
            this.exon.DataPropertyName = "exon";
            this.exon.HeaderText = "Exonerado";
            this.exon.Name = "exon";
            // 
            // migv
            // 
            this.migv.DataPropertyName = "migv";
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.migv.DefaultCellStyle = dataGridViewCellStyle5;
            this.migv.HeaderText = "IGV";
            this.migv.Name = "migv";
            this.migv.Width = 50;
            // 
            // pven
            // 
            this.pven.DataPropertyName = "pven";
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            this.pven.DefaultCellStyle = dataGridViewCellStyle6;
            this.pven.HeaderText = "Importe";
            this.pven.Name = "pven";
            // 
            // factorincre
            // 
            this.factorincre.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.factorincre.Location = new System.Drawing.Point(913, 551);
            this.factorincre.Name = "factorincre";
            this.factorincre.Size = new System.Drawing.Size(85, 20);
            this.factorincre.TabIndex = 102;
            this.factorincre.Text = "999,999.99";
            this.factorincre.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // gas_financ
            // 
            this.gas_financ.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gas_financ.Location = new System.Drawing.Point(551, 551);
            this.gas_financ.Name = "gas_financ";
            this.gas_financ.Size = new System.Drawing.Size(85, 20);
            this.gas_financ.TabIndex = 101;
            this.gas_financ.Text = "999,999.99";
            this.gas_financ.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.gas_financ.Visible = false;
            // 
            // gas_impo
            // 
            this.gas_impo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gas_impo.Location = new System.Drawing.Point(385, 551);
            this.gas_impo.Name = "gas_impo";
            this.gas_impo.Size = new System.Drawing.Size(85, 20);
            this.gas_impo.TabIndex = 100;
            this.gas_impo.Text = "999,999.99";
            this.gas_impo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // dua
            // 
            this.dua.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dua.Location = new System.Drawing.Point(260, 551);
            this.dua.Name = "dua";
            this.dua.Size = new System.Drawing.Size(85, 20);
            this.dua.TabIndex = 99;
            this.dua.Text = "999,999.99";
            this.dua.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // cif
            // 
            this.cif.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cif.Location = new System.Drawing.Point(142, 551);
            this.cif.Name = "cif";
            this.cif.Size = new System.Drawing.Size(85, 20);
            this.cif.TabIndex = 98;
            this.cif.Text = "999,999.99";
            this.cif.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.Location = new System.Drawing.Point(913, 535);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(132, 13);
            this.label13.TabIndex = 26;
            this.label13.Text = "Factor de Incremento:";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label12.Location = new System.Drawing.Point(551, 535);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(119, 13);
            this.label12.TabIndex = 25;
            this.label12.Text = "Gastos Financieros:";
            this.label12.Visible = false;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.Location = new System.Drawing.Point(385, 535);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(138, 13);
            this.label10.TabIndex = 24;
            this.label10.Text = "Gastos de Importaciòn:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location = new System.Drawing.Point(264, 535);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(37, 13);
            this.label9.TabIndex = 23;
            this.label9.Text = "DUA:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(146, 535);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(30, 13);
            this.label8.TabIndex = 22;
            this.label8.Text = "CIF:";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label14.Location = new System.Drawing.Point(751, 535);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(97, 13);
            this.label14.TabIndex = 27;
            this.label14.Text = "Base Imponible:";
            // 
            // tot_bimp
            // 
            this.tot_bimp.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tot_bimp.Location = new System.Drawing.Point(751, 551);
            this.tot_bimp.Name = "tot_bimp";
            this.tot_bimp.Size = new System.Drawing.Size(85, 20);
            this.tot_bimp.TabIndex = 96;
            this.tot_bimp.Text = "999,999.99";
            this.tot_bimp.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // tipdoc
            // 
            this.tipdoc.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tipdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tipdoc.Location = new System.Drawing.Point(339, 96);
            this.tipdoc.MaxLength = 5;
            this.tipdoc.Name = "tipdoc";
            this.tipdoc.Size = new System.Drawing.Size(24, 13);
            this.tipdoc.TabIndex = 98;
            this.tipdoc.Text = "LI";
            this.tipdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // dgb_importacion2
            // 
            this.dgb_importacion2.ContextMenuStrip = this.CmMenuGrid;
            this.dgb_importacion2.Location = new System.Drawing.Point(9, 201);
            this.dgb_importacion2.MainView = this.dgb_importacion1;
            this.dgb_importacion2.Name = "dgb_importacion2";
            this.dgb_importacion2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemDateEdit1,
            this.TextEdit1,
            this.re_readonly});
            this.dgb_importacion2.Size = new System.Drawing.Size(1165, 330);
            this.dgb_importacion2.TabIndex = 102;
            this.dgb_importacion2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.dgb_importacion1});
            // 
            // CmMenuGrid
            // 
            this.CmMenuGrid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exportarExcelToolStripMenuItem});
            this.CmMenuGrid.Name = "CmMenuGrid";
            this.CmMenuGrid.Size = new System.Drawing.Size(147, 26);
            // 
            // exportarExcelToolStripMenuItem
            // 
            this.exportarExcelToolStripMenuItem.Name = "exportarExcelToolStripMenuItem";
            this.exportarExcelToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.exportarExcelToolStripMenuItem.Text = "Exportar Excel";
            this.exportarExcelToolStripMenuItem.Click += new System.EventHandler(this.exportarExcelToolStripMenuItem_Click);
            // 
            // dgb_importacion1
            // 
            this.dgb_importacion1.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgb_importacion1.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray;
            this.dgb_importacion1.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.dgb_importacion1.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgb_importacion1.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217)))));
            this.dgb_importacion1.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgb_importacion1.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue;
            this.dgb_importacion1.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.dgb_importacion1.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgb_importacion1.Appearance.Empty.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.dgb_importacion1.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131)))));
            this.dgb_importacion1.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.dgb_importacion1.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.dgb_importacion1.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.dgb_importacion1.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.dgb_importacion1.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41)))));
            this.dgb_importacion1.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.dgb_importacion1.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.dgb_importacion1.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.dgb_importacion1.Appearance.FilterPanel.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.FilterPanel.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66)))));
            this.dgb_importacion1.Appearance.FixedLine.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
            this.dgb_importacion1.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.dgb_importacion1.Appearance.FocusedCell.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.FocusedCell.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy;
            this.dgb_importacion1.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(178)))));
            this.dgb_importacion1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.dgb_importacion1.Appearance.FocusedRow.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.FocusedRow.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.dgb_importacion1.Appearance.FooterPanel.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.dgb_importacion1.Appearance.FooterPanel.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.dgb_importacion1.Appearance.GroupButton.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.GroupButton.Options.UseBorderColor = true;
            this.dgb_importacion1.Appearance.GroupButton.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
            this.dgb_importacion1.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
            this.dgb_importacion1.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.dgb_importacion1.Appearance.GroupFooter.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.dgb_importacion1.Appearance.GroupFooter.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71)))));
            this.dgb_importacion1.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
            this.dgb_importacion1.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.dgb_importacion1.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White;
            this.dgb_importacion1.Appearance.GroupPanel.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.GroupPanel.Options.UseFont = true;
            this.dgb_importacion1.Appearance.GroupPanel.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136)))));
            this.dgb_importacion1.Appearance.GroupRow.ForeColor = System.Drawing.Color.Silver;
            this.dgb_importacion1.Appearance.GroupRow.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.GroupRow.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.dgb_importacion1.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.dgb_importacion1.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.dgb_importacion1.Appearance.HeaderPanel.Options.UseFont = true;
            this.dgb_importacion1.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray;
            this.dgb_importacion1.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.dgb_importacion1.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.HorzLine.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244)))));
            this.dgb_importacion1.Appearance.Preview.BackColor2 = System.Drawing.Color.White;
            this.dgb_importacion1.Appearance.Preview.ForeColor = System.Drawing.Color.Navy;
            this.dgb_importacion1.Appearance.Preview.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.Preview.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
            this.dgb_importacion1.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.dgb_importacion1.Appearance.Row.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.Row.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.dgb_importacion1.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgb_importacion1.Appearance.RowSeparator.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(138)))));
            this.dgb_importacion1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.dgb_importacion1.Appearance.SelectedRow.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.SelectedRow.Options.UseForeColor = true;
            this.dgb_importacion1.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226)))));
            this.dgb_importacion1.Appearance.TopNewRow.Options.UseBackColor = true;
            this.dgb_importacion1.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgb_importacion1.Appearance.VertLine.Options.UseBackColor = true;
            this.dgb_importacion1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.go_conceptoid,
            this.go_conceptoname,
            this.go_ctacte,
            this.proveedor,
            this.go_tipbou,
            this.go_serbou,
            this.go_numbou,
            this.go_fechbou,
            this.go_bimp_sunad2,
            this.go_bimp_sunat2,
            this.go_tipcamb,
            this.go_bimp_sunat1,
            this.go_exon,
            this.go_migv,
            this.go_pven});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            styleFormatCondition1.Appearance.BorderColor = System.Drawing.Color.White;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Appearance.Options.UseBorderColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.go_conceptoid;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "Len(Trim([conceptoid])) == 1";
            this.dgb_importacion1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.dgb_importacion1.GridControl = this.dgb_importacion2;
            this.dgb_importacion1.Name = "dgb_importacion1";
            this.dgb_importacion1.OptionsSelection.MultiSelect = true;
            this.dgb_importacion1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
            this.dgb_importacion1.OptionsView.ShowFooter = true;
            this.dgb_importacion1.OptionsView.ShowGroupPanel = false;
            this.dgb_importacion1.PaintStyleName = "Flat";
            this.dgb_importacion1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.dgb_importacion1_RowStyle);
            this.dgb_importacion1.CustomRowCellEdit += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.dgb_importacion1_CustomRowCellEdit);
            this.dgb_importacion1.ShownEditor += new System.EventHandler(this.dgb_importacion1_ShownEditor);
            this.dgb_importacion1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.dgb_importacion1_CellValueChanged);
            this.dgb_importacion1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgb_importacion1_KeyDown);
            this.dgb_importacion1.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.dgb_importacion1_ValidatingEditor);
            // 
            // go_conceptoname
            // 
            this.go_conceptoname.Caption = "Concepto";
            this.go_conceptoname.FieldName = "conceptoname";
            this.go_conceptoname.Name = "go_conceptoname";
            this.go_conceptoname.OptionsColumn.AllowEdit = false;
            this.go_conceptoname.Visible = true;
            this.go_conceptoname.VisibleIndex = 1;
            this.go_conceptoname.Width = 304;
            // 
            // go_ctacte
            // 
            this.go_ctacte.Caption = "Ctacte";
            this.go_ctacte.FieldName = "ctacte";
            this.go_ctacte.Name = "go_ctacte";
            // 
            // proveedor
            // 
            this.proveedor.Caption = "Proveedor";
            this.proveedor.FieldName = "proveedor";
            this.proveedor.Name = "proveedor";
            this.proveedor.OptionsColumn.AllowEdit = false;
            this.proveedor.Visible = true;
            this.proveedor.VisibleIndex = 2;
            this.proveedor.Width = 226;
            // 
            // go_tipbou
            // 
            this.go_tipbou.AppearanceCell.Options.UseTextOptions = true;
            this.go_tipbou.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.go_tipbou.Caption = "TipBou";
            this.go_tipbou.FieldName = "tipbou";
            this.go_tipbou.Name = "go_tipbou";
            this.go_tipbou.Visible = true;
            this.go_tipbou.VisibleIndex = 3;
            this.go_tipbou.Width = 44;
            // 
            // go_serbou
            // 
            this.go_serbou.AppearanceCell.Options.UseTextOptions = true;
            this.go_serbou.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.go_serbou.Caption = "SerBou";
            this.go_serbou.FieldName = "serbou";
            this.go_serbou.Name = "go_serbou";
            this.go_serbou.Visible = true;
            this.go_serbou.VisibleIndex = 4;
            this.go_serbou.Width = 45;
            // 
            // go_numbou
            // 
            this.go_numbou.AppearanceCell.Options.UseTextOptions = true;
            this.go_numbou.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.go_numbou.Caption = "NumBou";
            this.go_numbou.FieldName = "numbou";
            this.go_numbou.Name = "go_numbou";
            this.go_numbou.Visible = true;
            this.go_numbou.VisibleIndex = 5;
            this.go_numbou.Width = 74;
            // 
            // go_fechbou
            // 
            this.go_fechbou.Caption = "Fecha";
            this.go_fechbou.DisplayFormat.FormatString = "d";
            this.go_fechbou.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.go_fechbou.FieldName = "fechbou";
            this.go_fechbou.Name = "go_fechbou";
            this.go_fechbou.UnboundType = DevExpress.Data.UnboundColumnType.DateTime;
            this.go_fechbou.Visible = true;
            this.go_fechbou.VisibleIndex = 6;
            this.go_fechbou.Width = 79;
            // 
            // go_bimp_sunad2
            // 
            this.go_bimp_sunad2.AppearanceCell.Options.UseTextOptions = true;
            this.go_bimp_sunad2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.go_bimp_sunad2.Caption = "B.I.Sunad(ME)";
            this.go_bimp_sunad2.FieldName = "bimp_sunad2";
            this.go_bimp_sunad2.Name = "go_bimp_sunad2";
            this.go_bimp_sunad2.Width = 84;
            // 
            // go_bimp_sunat2
            // 
            this.go_bimp_sunat2.AppearanceCell.Options.UseTextOptions = true;
            this.go_bimp_sunat2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.go_bimp_sunat2.Caption = "B.I.Sunat(ME)";
            this.go_bimp_sunat2.DisplayFormat.FormatString = "###,##0.0000";
            this.go_bimp_sunat2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.go_bimp_sunat2.FieldName = "bimp_sunat2";
            this.go_bimp_sunat2.Name = "go_bimp_sunat2";
            this.go_bimp_sunat2.Visible = true;
            this.go_bimp_sunat2.VisibleIndex = 7;
            this.go_bimp_sunat2.Width = 78;
            // 
            // go_tipcamb
            // 
            this.go_tipcamb.AppearanceCell.Options.UseTextOptions = true;
            this.go_tipcamb.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.go_tipcamb.Caption = "TipCamb";
            this.go_tipcamb.DisplayFormat.FormatString = "###,##0.0000";
            this.go_tipcamb.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.go_tipcamb.FieldName = "tipcamb";
            this.go_tipcamb.Name = "go_tipcamb";
            this.go_tipcamb.Visible = true;
            this.go_tipcamb.VisibleIndex = 8;
            this.go_tipcamb.Width = 51;
            // 
            // go_bimp_sunat1
            // 
            this.go_bimp_sunat1.AppearanceCell.Options.UseTextOptions = true;
            this.go_bimp_sunat1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.go_bimp_sunat1.Caption = "B.I.Sunat(MN)";
            this.go_bimp_sunat1.DisplayFormat.FormatString = "###,##0.0000";
            this.go_bimp_sunat1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.go_bimp_sunat1.FieldName = "bimp_sunat1";
            this.go_bimp_sunat1.Name = "go_bimp_sunat1";
            this.go_bimp_sunat1.Visible = true;
            this.go_bimp_sunat1.VisibleIndex = 9;
            this.go_bimp_sunat1.Width = 79;
            // 
            // go_exon
            // 
            this.go_exon.Caption = "Exonerado";
            this.go_exon.FieldName = "exon";
            this.go_exon.Name = "go_exon";
            this.go_exon.Width = 110;
            // 
            // go_migv
            // 
            this.go_migv.AppearanceCell.Options.UseTextOptions = true;
            this.go_migv.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.go_migv.Caption = "IGV";
            this.go_migv.FieldName = "migv";
            this.go_migv.Name = "go_migv";
            this.go_migv.Width = 49;
            // 
            // go_pven
            // 
            this.go_pven.AppearanceCell.Options.UseTextOptions = true;
            this.go_pven.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.go_pven.Caption = "Importe";
            this.go_pven.FieldName = "pven";
            this.go_pven.Name = "go_pven";
            this.go_pven.OptionsColumn.AllowEdit = false;
            this.go_pven.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
            this.go_pven.Visible = true;
            this.go_pven.VisibleIndex = 10;
            this.go_pven.Width = 112;
            // 
            // repositoryItemDateEdit1
            // 
            this.repositoryItemDateEdit1.Appearance.BackColor = System.Drawing.Color.BurlyWood;
            this.repositoryItemDateEdit1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.repositoryItemDateEdit1.Appearance.Options.UseBackColor = true;
            this.repositoryItemDateEdit1.AutoHeight = false;
            this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit1.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
            this.repositoryItemDateEdit1.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
            this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
            this.repositoryItemDateEdit1.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Style3D;
            // 
            // TextEdit1
            // 
            this.TextEdit1.AutoHeight = false;
            this.TextEdit1.DisplayFormat.FormatString = "###,##0.0000";
            this.TextEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.TextEdit1.Mask.EditMask = "###,##0.0000";
            this.TextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.TextEdit1.Name = "TextEdit1";
            // 
            // re_readonly
            // 
            this.re_readonly.AutoHeight = false;
            this.re_readonly.Name = "re_readonly";
            this.re_readonly.ReadOnly = true;
            // 
            // panelControl1
            // 
            this.panelControl1.ContentImage = global::BapFormulariosNet.Properties.Resources.go_importacion;
            this.panelControl1.Location = new System.Drawing.Point(7, 53);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(238, 143);
            this.panelControl1.TabIndex = 103;
            // 
            // panelControl2
            // 
            this.panelControl2.ContentImage = global::BapFormulariosNet.Properties.Resources.importacion;
            this.panelControl2.Location = new System.Drawing.Point(951, 52);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(223, 146);
            this.panelControl2.TabIndex = 104;
            // 
            // xtraUserControl1
            // 
            this.xtraUserControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.xtraUserControl1.Appearance.BackColor2 = System.Drawing.Color.Teal;
            this.xtraUserControl1.Appearance.Options.UseBackColor = true;
            this.xtraUserControl1.Location = new System.Drawing.Point(251, 30);
            this.xtraUserControl1.Name = "xtraUserControl1";
            this.xtraUserControl1.Size = new System.Drawing.Size(216, 31);
            this.xtraUserControl1.TabIndex = 105;
            // 
            // xtraUserControl2
            // 
            this.xtraUserControl2.Appearance.BackColor = System.Drawing.Color.Teal;
            this.xtraUserControl2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.xtraUserControl2.Appearance.Options.UseBackColor = true;
            this.xtraUserControl2.Location = new System.Drawing.Point(729, 30);
            this.xtraUserControl2.Name = "xtraUserControl2";
            this.xtraUserControl2.Size = new System.Drawing.Size(217, 31);
            this.xtraUserControl2.TabIndex = 106;
            // 
            // sfdliquidacion
            // 
            this.sfdliquidacion.Filter = "Archivos Excel | *.xls";
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.EditValue = global::BapFormulariosNet.Properties.Resources.anulado;
            this.pictureEdit1.Location = new System.Drawing.Point(448, 222);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
            this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pictureEdit1.Size = new System.Drawing.Size(252, 140);
            this.pictureEdit1.TabIndex = 108;
            // 
            // Frm_liquidacion_importacion
            // 
            this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1180, 573);
            this.Controls.Add(this.pictureEdit1);
            this.Controls.Add(this.cif);
            this.Controls.Add(this.dua);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.gas_impo);
            this.Controls.Add(this.gas_financ);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.factorincre);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.xtraUserControl2);
            this.Controls.Add(this.xtraUserControl1);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.panelControl2);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.dgb_importacion2);
            this.Controls.Add(this.localdes);
            this.Controls.Add(this.tipdoc);
            this.Controls.Add(this.moduloiddes);
            this.Controls.Add(this.tot_bimp);
            this.Controls.Add(this.label17);
            this.Controls.Add(this.label18);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.dgb_importacion);
            this.Controls.Add(this.numdoc);
            this.Controls.Add(this.serdoc);
            this.Controls.Add(this.Botonera);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.fechdoc);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label3);
            this.DoubleBuffered = true;
            this.Name = "Frm_liquidacion_importacion";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Frm_liquidacion_importacion";
            this.Load += new System.EventHandler(this.Frm_liquidacion_importacion_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.Botonera.ResumeLayout(false);
            this.Botonera.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgb_importacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgb_importacion2)).EndInit();
            this.CmMenuGrid.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgb_importacion1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.re_readonly)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.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.XtraGrid.StyleFormatCondition styleFormatCondition5 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition6 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.Promowork_dataDataSet = new Promowork.Promowork_dataDataSet();
            this.EmpresasActualBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.EmpresasActualTableAdapter = new Promowork.Promowork_dataDataSetTableAdapters.EmpresasActualTableAdapter();
            this.queriesTableAdapter1 = new Promowork.Promowork_dataDataSetTableAdapters.QueriesTableAdapter();
            this.button3 = new System.Windows.Forms.Button();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.gridControl2 = new DevExpress.XtraGrid.GridControl();
            this.resumenObraCompletaAdminBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAnoTrab = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMesTrab = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDesCategoria = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNomTrabajador = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFechaHoras2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCantidad = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSalario = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSS = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colIRPF = 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.colIdHoras = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDesTipo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNumObra = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColorHoras = new DevExpress.XtraGrid.Columns.GridColumn();
            this.button2 = new System.Windows.Forms.Button();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton16 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton17 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton18 = new System.Windows.Forms.ToolStripButton();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colComSal = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDesObra = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFactura = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFechaFactura = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colImpBase = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colImpIva = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDesProveedor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColorCompra = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.Observ = new DevExpress.XtraGrid.Columns.GridColumn();
            this.IdDetCompra = new DevExpress.XtraGrid.Columns.GridColumn();
            this.checkBox4 = new System.Windows.Forms.CheckBox();
            this.checkBox5 = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.resumenObraCompletaAdminTableAdapter = new Promowork.Promowork_dataDataSetTableAdapters.ResumenObraCompletaAdminTableAdapter();
            this.button5 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.Promowork_dataDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.EmpresasActualBindingSource)).BeginInit();
            this.toolStrip2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.resumenObraCompletaAdminBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // Promowork_dataDataSet
            // 
            this.Promowork_dataDataSet.DataSetName = "Promowork_dataDataSet";
            this.Promowork_dataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // EmpresasActualBindingSource
            // 
            this.EmpresasActualBindingSource.DataMember = "EmpresasActual";
            this.EmpresasActualBindingSource.DataSource = this.Promowork_dataDataSet;
            // 
            // EmpresasActualTableAdapter
            // 
            this.EmpresasActualTableAdapter.ClearBeforeFill = true;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(479, 12);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(108, 23);
            this.button3.TabIndex = 98;
            this.button3.Text = "Seleccionar Todo";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // toolStrip2
            // 
            this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton1,
            this.toolStripSeparator1,
            this.toolStripButton2,
            this.toolStripSeparator2,
            this.toolStripButton3});
            this.toolStrip2.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
            this.toolStrip2.Location = new System.Drawing.Point(407, 12);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(63, 25);
            this.toolStrip2.TabIndex = 97;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.AutoSize = false;
            this.toolStripButton1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(16, 16);
            this.toolStripButton1.Text = "Color 1";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.AutoSize = false;
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.AutoSize = false;
            this.toolStripButton2.BackColor = System.Drawing.Color.Red;
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(16, 16);
            this.toolStripButton2.Text = "Color 2";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.AutoSize = false;
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.AutoSize = false;
            this.toolStripButton3.BackColor = System.Drawing.Color.Blue;
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(16, 16);
            this.toolStripButton3.Text = "Color 3";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // gridControl2
            // 
            this.gridControl2.DataSource = this.resumenObraCompletaAdminBindingSource;
            this.gridControl2.Location = new System.Drawing.Point(0, 0);
            this.gridControl2.MainView = this.gridView2;
            this.gridControl2.Name = "gridControl2";
            this.gridControl2.Size = new System.Drawing.Size(1260, 197);
            this.gridControl2.TabIndex = 95;
            this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // resumenObraCompletaAdminBindingSource
            // 
            this.resumenObraCompletaAdminBindingSource.DataMember = "ResumenObraCompletaAdmin";
            this.resumenObraCompletaAdminBindingSource.DataSource = this.Promowork_dataDataSet;
            // 
            // gridView2
            // 
            this.gridView2.ActiveFilterString = "[ComSal] = 0";
            this.gridView2.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridView2.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridView2.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4,
            this.colAnoTrab,
            this.colMesTrab,
            this.colDesCategoria,
            this.colNomTrabajador,
            this.colFechaHoras2,
            this.colCantidad,
            this.colSalario,
            this.gridColumn5,
            this.colSS,
            this.colIRPF,
            this.gridColumn6,
            this.gridColumn7,
            this.gridColumn8,
            this.colIdHoras,
            this.colDesTipo,
            this.colNumObra,
            this.gridColumn9,
            this.ColorHoras});
            styleFormatCondition5.Appearance.ForeColor = System.Drawing.Color.Red;
            styleFormatCondition5.Appearance.Options.UseForeColor = true;
            styleFormatCondition5.ApplyToRow = true;
            styleFormatCondition5.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition5.Expression = "[ColorHoras]";
            styleFormatCondition5.Value1 = "-65536";
            styleFormatCondition6.Appearance.ForeColor = System.Drawing.Color.Blue;
            styleFormatCondition6.Appearance.Options.UseForeColor = true;
            styleFormatCondition6.ApplyToRow = true;
            styleFormatCondition6.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition6.Expression = "[ColorHoras]";
            styleFormatCondition6.Value1 = -16776961;
            this.gridView2.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition5,
            styleFormatCondition6});
            this.gridView2.GridControl = this.gridControl2;
            this.gridView2.GroupCount = 5;
            this.gridView2.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Cantidad", null, ""),
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TotalSalario", null, "")});
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridView2.OptionsSelection.MultiSelect = true;
            this.gridView2.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
            this.gridView2.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn4, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colAnoTrab, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colMesTrab, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDesCategoria, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colNomTrabajador, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colFechaHoras2, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "Tipo";
            this.gridColumn3.FieldName = "ComSal";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowEdit = false;
            this.gridColumn3.Width = 125;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "Obra";
            this.gridColumn4.FieldName = "DesObra";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.AllowEdit = false;
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 1;
            // 
            // colAnoTrab
            // 
            this.colAnoTrab.Caption = "Año";
            this.colAnoTrab.FieldName = "AnoTrab";
            this.colAnoTrab.Name = "colAnoTrab";
            this.colAnoTrab.OptionsColumn.AllowEdit = false;
            this.colAnoTrab.Visible = true;
            this.colAnoTrab.VisibleIndex = 2;
            // 
            // colMesTrab
            // 
            this.colMesTrab.Caption = "Mes";
            this.colMesTrab.FieldName = "MesTrab";
            this.colMesTrab.Name = "colMesTrab";
            this.colMesTrab.OptionsColumn.AllowEdit = false;
            this.colMesTrab.Visible = true;
            this.colMesTrab.VisibleIndex = 2;
            // 
            // colDesCategoria
            // 
            this.colDesCategoria.Caption = "Categoría";
            this.colDesCategoria.FieldName = "DesCategoria";
            this.colDesCategoria.Name = "colDesCategoria";
            this.colDesCategoria.OptionsColumn.AllowEdit = false;
            this.colDesCategoria.Visible = true;
            this.colDesCategoria.VisibleIndex = 1;
            // 
            // colNomTrabajador
            // 
            this.colNomTrabajador.Caption = "Trabajador";
            this.colNomTrabajador.FieldName = "NomTrabajador";
            this.colNomTrabajador.Name = "colNomTrabajador";
            this.colNomTrabajador.OptionsColumn.AllowEdit = false;
            this.colNomTrabajador.Visible = true;
            this.colNomTrabajador.VisibleIndex = 1;
            // 
            // colFechaHoras2
            // 
            this.colFechaHoras2.AppearanceCell.Options.UseTextOptions = true;
            this.colFechaHoras2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colFechaHoras2.AppearanceHeader.Options.UseTextOptions = true;
            this.colFechaHoras2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colFechaHoras2.Caption = "Fecha";
            this.colFechaHoras2.FieldName = "FechaHoras";
            this.colFechaHoras2.Name = "colFechaHoras2";
            this.colFechaHoras2.OptionsColumn.AllowEdit = false;
            this.colFechaHoras2.Visible = true;
            this.colFechaHoras2.VisibleIndex = 0;
            this.colFechaHoras2.Width = 216;
            // 
            // colCantidad
            // 
            this.colCantidad.AppearanceCell.Options.UseTextOptions = true;
            this.colCantidad.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colCantidad.AppearanceHeader.Options.UseTextOptions = true;
            this.colCantidad.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colCantidad.Caption = "Cantidad";
            this.colCantidad.FieldName = "Cantidad";
            this.colCantidad.Name = "colCantidad";
            this.colCantidad.OptionsColumn.AllowEdit = false;
            this.colCantidad.Visible = true;
            this.colCantidad.VisibleIndex = 1;
            this.colCantidad.Width = 89;
            // 
            // colSalario
            // 
            this.colSalario.AppearanceCell.Options.UseTextOptions = true;
            this.colSalario.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colSalario.AppearanceHeader.Options.UseTextOptions = true;
            this.colSalario.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colSalario.Caption = "Precio";
            this.colSalario.DisplayFormat.FormatString = "C2";
            this.colSalario.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colSalario.FieldName = "SalVenta";
            this.colSalario.Name = "colSalario";
            this.colSalario.OptionsColumn.AllowEdit = false;
            this.colSalario.Visible = true;
            this.colSalario.VisibleIndex = 3;
            this.colSalario.Width = 90;
            // 
            // gridColumn5
            // 
            this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn5.Caption = "Salario";
            this.gridColumn5.DisplayFormat.FormatString = "C2";
            this.gridColumn5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn5.FieldName = "TotalSalario";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.OptionsColumn.AllowEdit = false;
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 4;
            this.gridColumn5.Width = 98;
            // 
            // colSS
            // 
            this.colSS.AppearanceCell.Options.UseTextOptions = true;
            this.colSS.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colSS.AppearanceHeader.Options.UseTextOptions = true;
            this.colSS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colSS.DisplayFormat.FormatString = "C2";
            this.colSS.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colSS.FieldName = "SS";
            this.colSS.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colSS.Name = "colSS";
            this.colSS.OptionsColumn.AllowEdit = false;
            this.colSS.Width = 83;
            // 
            // colIRPF
            // 
            this.colIRPF.AppearanceCell.Options.UseTextOptions = true;
            this.colIRPF.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colIRPF.AppearanceHeader.Options.UseTextOptions = true;
            this.colIRPF.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colIRPF.DisplayFormat.FormatString = "C2";
            this.colIRPF.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colIRPF.FieldName = "IRPF";
            this.colIRPF.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colIRPF.Name = "colIRPF";
            this.colIRPF.OptionsColumn.AllowEdit = false;
            this.colIRPF.Width = 82;
            // 
            // gridColumn6
            // 
            this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn6.Caption = "Total";
            this.gridColumn6.DisplayFormat.FormatString = "C2";
            this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn6.FieldName = "Total";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.OptionsColumn.AllowEdit = false;
            this.gridColumn6.Width = 86;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "Color";
            this.gridColumn7.FieldName = "ColorH";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.OptionsColumn.AllowEdit = false;
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 6;
            this.gridColumn7.Width = 110;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "Color";
            this.gridColumn8.FieldName = "ColorH";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.OptionsColumn.AllowEdit = false;
            // 
            // colIdHoras
            // 
            this.colIdHoras.FieldName = "IdHoras";
            this.colIdHoras.Name = "colIdHoras";
            this.colIdHoras.OptionsColumn.AllowEdit = false;
            // 
            // colDesTipo
            // 
            this.colDesTipo.Caption = "Tipo Pago";
            this.colDesTipo.FieldName = "DesTipo";
            this.colDesTipo.Name = "colDesTipo";
            this.colDesTipo.OptionsColumn.AllowEdit = false;
            this.colDesTipo.Visible = true;
            this.colDesTipo.VisibleIndex = 2;
            this.colDesTipo.Width = 98;
            // 
            // colNumObra
            // 
            this.colNumObra.FieldName = "NumObra";
            this.colNumObra.Name = "colNumObra";
            this.colNumObra.OptionsColumn.AllowEdit = false;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "Observaciones";
            this.gridColumn9.FieldName = "Observ";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 5;
            this.gridColumn9.Width = 449;
            // 
            // ColorHoras
            // 
            this.ColorHoras.FieldName = "ColorHoras";
            this.ColorHoras.Name = "ColorHoras";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(479, 215);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(108, 23);
            this.button2.TabIndex = 102;
            this.button2.Text = "Seleccionar Todo";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton16,
            this.toolStripSeparator8,
            this.toolStripButton17,
            this.toolStripSeparator9,
            this.toolStripButton18});
            this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
            this.toolStrip1.Location = new System.Drawing.Point(407, 215);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(63, 25);
            this.toolStrip1.TabIndex = 101;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButton16
            // 
            this.toolStripButton16.AutoSize = false;
            this.toolStripButton16.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.toolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton16.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.toolStripButton16.Name = "toolStripButton16";
            this.toolStripButton16.Size = new System.Drawing.Size(16, 16);
            this.toolStripButton16.Text = "Color 1";
            this.toolStripButton16.Click += new System.EventHandler(this.toolStripButton16_Click_1);
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.AutoSize = false;
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton17
            // 
            this.toolStripButton17.AutoSize = false;
            this.toolStripButton17.BackColor = System.Drawing.Color.Red;
            this.toolStripButton17.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton17.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.toolStripButton17.Name = "toolStripButton17";
            this.toolStripButton17.Size = new System.Drawing.Size(16, 16);
            this.toolStripButton17.Text = "Color 2";
            this.toolStripButton17.Click += new System.EventHandler(this.toolStripButton17_Click_1);
            // 
            // toolStripSeparator9
            // 
            this.toolStripSeparator9.AutoSize = false;
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton18
            // 
            this.toolStripButton18.AutoSize = false;
            this.toolStripButton18.BackColor = System.Drawing.Color.Blue;
            this.toolStripButton18.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton18.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.toolStripButton18.Name = "toolStripButton18";
            this.toolStripButton18.Size = new System.Drawing.Size(16, 16);
            this.toolStripButton18.Text = "Color 3";
            this.toolStripButton18.Click += new System.EventHandler(this.toolStripButton18_Click_1);
            // 
            // gridControl1
            // 
            this.gridControl1.DataSource = this.resumenObraCompletaAdminBindingSource;
            this.gridControl1.Location = new System.Drawing.Point(0, 203);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(1260, 180);
            this.gridControl1.TabIndex = 99;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.ActiveFilterString = "[ComSal] = 1";
            this.gridView1.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colComSal,
            this.colDesObra,
            this.colFactura,
            this.colFechaFactura,
            this.colImpBase,
            this.colImpIva,
            this.colDesProveedor,
            this.ColorCompra,
            this.gridColumn1,
            this.gridColumn2,
            this.Observ,
            this.IdDetCompra});
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Red;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Expression = "[ColorCompra]";
            styleFormatCondition1.Value1 = "-65536";
            styleFormatCondition2.Appearance.ForeColor = System.Drawing.Color.Blue;
            styleFormatCondition2.Appearance.Options.UseForeColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Expression = "[ColorCompra]";
            styleFormatCondition2.Value1 = -16776961;
            this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.GroupCount = 2;
            this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "ImpBase", null, ""),
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "ImpTotal", null, "")});
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridView1.OptionsSelection.MultiSelect = true;
            this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDesObra, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDesProveedor, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colFechaFactura, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // colComSal
            // 
            this.colComSal.Caption = "Tipo";
            this.colComSal.FieldName = "ComSal";
            this.colComSal.Name = "colComSal";
            this.colComSal.OptionsColumn.AllowEdit = false;
            this.colComSal.Width = 62;
            // 
            // colDesObra
            // 
            this.colDesObra.Caption = "Obra";
            this.colDesObra.FieldName = "DesObra";
            this.colDesObra.Name = "colDesObra";
            this.colDesObra.OptionsColumn.AllowEdit = false;
            this.colDesObra.OptionsColumn.ReadOnly = true;
            this.colDesObra.SortMode = DevExpress.XtraGrid.ColumnSortMode.DisplayText;
            this.colDesObra.Visible = true;
            this.colDesObra.VisibleIndex = 0;
            this.colDesObra.Width = 149;
            // 
            // colFactura
            // 
            this.colFactura.AppearanceCell.Options.UseTextOptions = true;
            this.colFactura.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colFactura.AppearanceHeader.Options.UseTextOptions = true;
            this.colFactura.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colFactura.Caption = "Factura";
            this.colFactura.FieldName = "Factura";
            this.colFactura.Name = "colFactura";
            this.colFactura.OptionsColumn.AllowEdit = false;
            this.colFactura.OptionsColumn.ReadOnly = true;
            this.colFactura.Visible = true;
            this.colFactura.VisibleIndex = 0;
            this.colFactura.Width = 104;
            // 
            // colFechaFactura
            // 
            this.colFechaFactura.AppearanceCell.Options.UseTextOptions = true;
            this.colFechaFactura.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colFechaFactura.AppearanceHeader.Options.UseTextOptions = true;
            this.colFechaFactura.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colFechaFactura.FieldName = "FechaFactura";
            this.colFechaFactura.Name = "colFechaFactura";
            this.colFechaFactura.OptionsColumn.AllowEdit = false;
            this.colFechaFactura.OptionsColumn.ReadOnly = true;
            this.colFechaFactura.Visible = true;
            this.colFechaFactura.VisibleIndex = 1;
            this.colFechaFactura.Width = 108;
            // 
            // colImpBase
            // 
            this.colImpBase.AppearanceCell.Options.UseTextOptions = true;
            this.colImpBase.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colImpBase.AppearanceHeader.Options.UseTextOptions = true;
            this.colImpBase.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colImpBase.FieldName = "ImpBase";
            this.colImpBase.Name = "colImpBase";
            this.colImpBase.OptionsColumn.AllowEdit = false;
            this.colImpBase.OptionsColumn.ReadOnly = true;
            this.colImpBase.Visible = true;
            this.colImpBase.VisibleIndex = 2;
            this.colImpBase.Width = 108;
            // 
            // colImpIva
            // 
            this.colImpIva.AppearanceCell.Options.UseTextOptions = true;
            this.colImpIva.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colImpIva.AppearanceHeader.Options.UseTextOptions = true;
            this.colImpIva.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.colImpIva.FieldName = "ImpIva";
            this.colImpIva.Name = "colImpIva";
            this.colImpIva.OptionsColumn.AllowEdit = false;
            this.colImpIva.OptionsColumn.ReadOnly = true;
            this.colImpIva.Visible = true;
            this.colImpIva.VisibleIndex = 3;
            this.colImpIva.Width = 110;
            // 
            // colDesProveedor
            // 
            this.colDesProveedor.Caption = "Proveedor";
            this.colDesProveedor.FieldName = "DesProveedor";
            this.colDesProveedor.Name = "colDesProveedor";
            this.colDesProveedor.OptionsColumn.AllowEdit = false;
            this.colDesProveedor.OptionsColumn.ReadOnly = true;
            this.colDesProveedor.Visible = true;
            this.colDesProveedor.VisibleIndex = 0;
            this.colDesProveedor.Width = 319;
            // 
            // ColorCompra
            // 
            this.ColorCompra.FieldName = "ColorCompra";
            this.ColorCompra.Name = "ColorCompra";
            // 
            // gridColumn1
            // 
            this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn1.Caption = "Total";
            this.gridColumn1.FieldName = "ImpTotal";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowEdit = false;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 4;
            this.gridColumn1.Width = 107;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "Color";
            this.gridColumn2.FieldName = "ColorC";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 6;
            this.gridColumn2.Width = 89;
            // 
            // Observ
            // 
            this.Observ.Caption = "Observaciones";
            this.Observ.FieldName = "Observ";
            this.Observ.Name = "Observ";
            this.Observ.Visible = true;
            this.Observ.VisibleIndex = 5;
            this.Observ.Width = 528;
            // 
            // IdDetCompra
            // 
            this.IdDetCompra.FieldName = "IdDetCompra";
            this.IdDetCompra.Name = "IdDetCompra";
            this.IdDetCompra.OptionsColumn.AllowEdit = false;
            // 
            // checkBox4
            // 
            this.checkBox4.AutoSize = true;
            this.checkBox4.Checked = true;
            this.checkBox4.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox4.Location = new System.Drawing.Point(593, 12);
            this.checkBox4.Name = "checkBox4";
            this.checkBox4.Size = new System.Drawing.Size(92, 17);
            this.checkBox4.TabIndex = 104;
            this.checkBox4.Text = "Mostrar Horas";
            this.checkBox4.UseVisualStyleBackColor = true;
            this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
            // 
            // checkBox5
            // 
            this.checkBox5.AutoSize = true;
            this.checkBox5.Checked = true;
            this.checkBox5.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox5.Location = new System.Drawing.Point(593, 32);
            this.checkBox5.Name = "checkBox5";
            this.checkBox5.Size = new System.Drawing.Size(105, 17);
            this.checkBox5.TabIndex = 103;
            this.checkBox5.Text = "Mostrar Compras";
            this.checkBox5.UseVisualStyleBackColor = true;
            this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(1188, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(51, 17);
            this.label1.TabIndex = 105;
            this.label1.Text = "Horas";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(1168, 215);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(71, 17);
            this.label2.TabIndex = 106;
            this.label2.Text = "Compras";
            // 
            // resumenObraCompletaAdminTableAdapter
            // 
            this.resumenObraCompletaAdminTableAdapter.ClearBeforeFill = true;
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(1058, 12);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(108, 23);
            this.button5.TabIndex = 107;
            this.button5.Text = "Guardar Cambios";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(712, 14);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(206, 20);
            this.textBox1.TabIndex = 108;
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(924, 12);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(49, 23);
            this.button6.TabIndex = 109;
            this.button6.Text = "Todo";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(979, 12);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(49, 23);
            this.button7.TabIndex = 110;
            this.button7.Text = "Vacios";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(979, 215);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(49, 23);
            this.button1.TabIndex = 113;
            this.button1.Text = "Vacios";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(924, 215);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(49, 23);
            this.button4.TabIndex = 112;
            this.button4.Text = "Todo";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click_1);
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(712, 217);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(206, 20);
            this.textBox2.TabIndex = 111;
            // 
            // ObraCompletaAdminColores
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1260, 400);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.button7);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.checkBox4);
            this.Controls.Add(this.checkBox5);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.gridControl1);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.toolStrip2);
            this.Controls.Add(this.gridControl2);
            this.Name = "ObraCompletaAdminColores";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Obra Completa Admin Colores";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ObraCompletaAdminColores_FormClosing);
            this.Resize += new System.EventHandler(this.ObraCompletaColores_Resize);
            ((System.ComponentModel.ISupportInitialize)(this.Promowork_dataDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.EmpresasActualBindingSource)).EndInit();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.resumenObraCompletaAdminBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).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.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.colFechaPlaneada = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.planVacunacionFullViewListBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colGrupoVacuna = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNombreVacuna = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFechaColocación = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
            this.colNombreProfesionalQueColoco = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.planVacunacionFullViewListBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            this.SuspendLayout();
            // 
            // lblTitle
            // 
            this.lblTitle.Appearance.BackColor = System.Drawing.Color.White;
            this.lblTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            this.lblTitle.Size = new System.Drawing.Size(1204, 41);
            this.lblTitle.Text = "Plan de vacunacion";
            // 
            // colFechaPlaneada
            // 
            this.colFechaPlaneada.AppearanceCell.BackColor = System.Drawing.Color.OldLace;
            this.colFechaPlaneada.AppearanceCell.Options.UseBackColor = true;
            this.colFechaPlaneada.FieldName = "FechaPlaneada";
            this.colFechaPlaneada.Name = "colFechaPlaneada";
            this.colFechaPlaneada.OptionsColumn.AllowEdit = false;
            this.colFechaPlaneada.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colFechaPlaneada.OptionsColumn.AllowMove = false;
            this.colFechaPlaneada.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colFechaPlaneada.OptionsColumn.ReadOnly = true;
            this.colFechaPlaneada.Visible = true;
            this.colFechaPlaneada.VisibleIndex = 2;
            this.colFechaPlaneada.Width = 205;
            // 
            // gridControl1
            // 
            this.gridControl1.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.gridControl1.DataSource = this.planVacunacionFullViewListBindingSource;
            this.gridControl1.Location = new System.Drawing.Point(3, 48);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit2,
            this.repositoryItemMemoEdit1,
            this.repositoryItemDateEdit1});
            this.gridControl1.Size = new System.Drawing.Size(1182, 592);
            this.gridControl1.TabIndex = 6;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // planVacunacionFullViewListBindingSource
            // 
            this.planVacunacionFullViewListBindingSource.DataSource = typeof(Health.BE.PlanVacunacion_FullViewList);
            // 
            // gridView1
            // 
            this.gridView1.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.GroupRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.gridView1.Appearance.GroupRow.Options.UseFont = true;
            this.gridView1.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView1.Appearance.HeaderPanel.TextOptions.Trimming = DevExpress.Utils.Trimming.EllipsisWord;
            this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colGrupoVacuna,
            this.colNombreVacuna,
            this.colFechaPlaneada,
            this.colFechaColocación,
            this.gridColumn1,
            this.colNombreProfesionalQueColoco});
            this.gridView1.DetailVerticalIndent = 5;
            this.gridView1.FixedLineWidth = 1;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.Column = this.colFechaPlaneada;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[FechaPlaneada_Alterada]== 1";
            this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.GroupFormat = "[#image]{1} {2}";
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridView1.OptionsCustomization.AllowRowSizing = true;
            this.gridView1.OptionsDetail.SmartDetailHeight = true;
            this.gridView1.OptionsMenu.EnableColumnMenu = false;
            this.gridView1.OptionsMenu.EnableFooterMenu = false;
            this.gridView1.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridView1.OptionsMenu.ShowGroupSortSummaryItems = false;
            this.gridView1.OptionsView.RowAutoHeight = true;
            this.gridView1.OptionsView.ShowDetailButtons = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.OptionsView.ShowVertLines = false;
            this.gridView1.RowHeight = 50;
            this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged);
            this.gridView1.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated);
            this.gridView1.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView1_CustomUnboundColumnData);
            // 
            // colGrupoVacuna
            // 
            this.colGrupoVacuna.AppearanceCell.BackColor = System.Drawing.Color.OldLace;
            this.colGrupoVacuna.AppearanceCell.Options.UseBackColor = true;
            this.colGrupoVacuna.Caption = "Agrupación";
            this.colGrupoVacuna.FieldName = "Grupo";
            this.colGrupoVacuna.Name = "colGrupoVacuna";
            this.colGrupoVacuna.OptionsColumn.AllowEdit = false;
            this.colGrupoVacuna.OptionsColumn.AllowMove = false;
            this.colGrupoVacuna.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colGrupoVacuna.OptionsColumn.ReadOnly = true;
            this.colGrupoVacuna.Visible = true;
            this.colGrupoVacuna.VisibleIndex = 0;
            // 
            // colNombreVacuna
            // 
            this.colNombreVacuna.AppearanceCell.BackColor = System.Drawing.Color.OldLace;
            this.colNombreVacuna.AppearanceCell.Options.UseBackColor = true;
            this.colNombreVacuna.FieldName = "Nombre";
            this.colNombreVacuna.Name = "colNombreVacuna";
            this.colNombreVacuna.OptionsColumn.AllowEdit = false;
            this.colNombreVacuna.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colNombreVacuna.OptionsColumn.AllowMove = false;
            this.colNombreVacuna.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colNombreVacuna.OptionsColumn.ReadOnly = true;
            this.colNombreVacuna.Visible = true;
            this.colNombreVacuna.VisibleIndex = 1;
            this.colNombreVacuna.Width = 275;
            // 
            // colFechaColocación
            // 
            this.colFechaColocación.AppearanceCell.BackColor = System.Drawing.Color.White;
            this.colFechaColocación.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.colFechaColocación.AppearanceCell.Options.UseBackColor = true;
            this.colFechaColocación.AppearanceCell.Options.UseFont = true;
            this.colFechaColocación.ColumnEdit = this.repositoryItemDateEdit1;
            this.colFechaColocación.FieldName = "FechaColocacion";
            this.colFechaColocación.Name = "colFechaColocación";
            this.colFechaColocación.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colFechaColocación.OptionsColumn.AllowMove = false;
            this.colFechaColocación.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colFechaColocación.Visible = true;
            this.colFechaColocación.VisibleIndex = 3;
            this.colFechaColocación.Width = 205;
            // 
            // repositoryItemDateEdit1
            // 
            this.repositoryItemDateEdit1.AutoHeight = false;
            this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
            this.repositoryItemDateEdit1.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            // 
            // gridColumn1
            // 
            this.gridColumn1.AppearanceCell.BackColor = System.Drawing.Color.White;
            this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.gridColumn1.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn1.AppearanceCell.Options.UseFont = true;
            this.gridColumn1.Caption = "Nº de Lote";
            this.gridColumn1.ColumnEdit = this.repositoryItemMemoEdit1;
            this.gridColumn1.FieldName = "Lote";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn1.OptionsColumn.AllowMove = false;
            this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 4;
            this.gridColumn1.Width = 205;
            // 
            // repositoryItemMemoEdit1
            // 
            this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
            // 
            // colNombreProfesionalQueColoco
            // 
            this.colNombreProfesionalQueColoco.Caption = "Vacunador";
            this.colNombreProfesionalQueColoco.ColumnEdit = this.repositoryItemMemoEdit1;
            this.colNombreProfesionalQueColoco.FieldName = "NombreProfesionalQueColoco";
            this.colNombreProfesionalQueColoco.Name = "colNombreProfesionalQueColoco";
            this.colNombreProfesionalQueColoco.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colNombreProfesionalQueColoco.Visible = true;
            this.colNombreProfesionalQueColoco.VisibleIndex = 5;
            this.colNombreProfesionalQueColoco.Width = 212;
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // simpleButton1
            // 
            this.simpleButton1.Location = new System.Drawing.Point(246, 63);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 23);
            this.simpleButton1.TabIndex = 8;
            this.simpleButton1.Text = "simpleButton1";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // uc_Vacunas
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.gridControl1);
            this.Controls.Add(this.simpleButton1);
            this.Name = "uc_Vacunas";
            this.Size = new System.Drawing.Size(1204, 643);
            this.Controls.SetChildIndex(this.simpleButton1, 0);
            this.Controls.SetChildIndex(this.gridControl1, 0);
            this.Controls.SetChildIndex(this.lblTitle, 0);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.planVacunacionFullViewListBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            this.ResumeLayout(false);

        }
Example #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.colDELETED               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.chk                      = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.lueLoaiHang              = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.txtMaHang                = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.calEdit                  = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.lueDonViTinh             = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.DtNgay                   = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.SpinEditDonGiaBan        = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemImageEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     this.repositoryItemSpinEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.btnControl               = new ControlsLib.ButtonsArray();
     this.panelControl1            = new DevExpress.XtraEditors.PanelControl();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     this.chkDeleted               = new DevExpress.XtraEditors.CheckEdit();
     this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     this.gcGrid                   = new DevExpress.XtraGrid.GridControl();
     this.gvGrid                   = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colGOITHAU_ID            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTEN                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDOT_MA                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCHON_HANGSX           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBIEUMAU               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDIEMKT                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.seDiemKT                 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.colSTT                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTEN_VIET_TAT          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDIEN_GIAI             = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.chk)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lueLoaiHang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaHang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.calEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lueDonViTinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DtNgay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DtNgay.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SpinEditDonGiaBan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkDeleted.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.seDiemKT)).BeginInit();
     this.SuspendLayout();
     //
     // colDELETED
     //
     this.colDELETED.Caption      = "Xóa";
     this.colDELETED.ColumnEdit   = this.chk;
     this.colDELETED.FieldName    = "DELETED";
     this.colDELETED.Name         = "colDELETED";
     this.colDELETED.Visible      = true;
     this.colDELETED.VisibleIndex = 4;
     //
     // chk
     //
     this.chk.AutoHeight         = false;
     this.chk.Name               = "chk";
     this.chk.CheckedChanged    += new System.EventHandler(this.chk_CheckedChanged);
     this.chk.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.chk_EditValueChanging);
     //
     // lueLoaiHang
     //
     this.lueLoaiHang.AutoHeight = false;
     this.lueLoaiHang.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)
     });
     this.lueLoaiHang.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IDLoaiHang", "ID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TenLoai", "Loại hàng")
     });
     this.lueLoaiHang.DisplayMember = "TenLoai";
     this.lueLoaiHang.Name          = "lueLoaiHang";
     this.lueLoaiHang.NullText      = "";
     this.lueLoaiHang.ValueMember   = "IDLoaiHang";
     //
     // txtMaHang
     //
     this.txtMaHang.AutoHeight = false;
     this.txtMaHang.Name       = "txtMaHang";
     this.txtMaHang.ReadOnly   = true;
     //
     // calEdit
     //
     this.calEdit.AutoHeight = false;
     this.calEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.calEdit.DisplayFormat.FormatString = "###,###.###";
     this.calEdit.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.calEdit.EditFormat.FormatString    = "###,###.###";
     this.calEdit.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.calEdit.Name = "calEdit";
     //
     // lueDonViTinh
     //
     this.lueDonViTinh.AutoHeight = false;
     this.lueDonViTinh.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)
     });
     this.lueDonViTinh.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IDDVT", "ID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TENDVT", "Đơn vị tính")
     });
     this.lueDonViTinh.DisplayMember = "TENDVT";
     this.lueDonViTinh.Name          = "lueDonViTinh";
     this.lueDonViTinh.NullText      = "";
     this.lueDonViTinh.ValueMember   = "IDDVT";
     //
     // DtNgay
     //
     this.DtNgay.AutoHeight = false;
     this.DtNgay.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.DtNgay.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.DtNgay.Name = "DtNgay";
     //
     // SpinEditDonGiaBan
     //
     this.SpinEditDonGiaBan.AutoHeight = false;
     this.SpinEditDonGiaBan.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.SpinEditDonGiaBan.DisplayFormat.FormatString = "###,###.###";
     this.SpinEditDonGiaBan.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.SpinEditDonGiaBan.EditFormat.FormatString    = "###,###.###";
     this.SpinEditDonGiaBan.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.SpinEditDonGiaBan.Name     = "SpinEditDonGiaBan";
     this.SpinEditDonGiaBan.ReadOnly = true;
     //
     // repositoryItemImageEdit2
     //
     this.repositoryItemImageEdit2.AutoHeight = false;
     this.repositoryItemImageEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageEdit2.Name = "repositoryItemImageEdit2";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // btnControl
     //
     this.btnControl.btnAddIndex           = 0;
     this.btnControl.btnBackColor          = System.Drawing.Color.Transparent;
     this.btnControl.btnCloseIndex         = 9;
     this.btnControl.btnDeleteIndex        = 2;
     this.btnControl.btnExcelIndex         = 8;
     this.btnControl.btnModifyIndex        = 1;
     this.btnControl.btnPrintIndex         = 6;
     this.btnControl.btnReportIndex        = 4;
     this.btnControl.btnSelectIndex        = 3;
     this.btnControl.btnSize               = new System.Drawing.Size(75, 36);
     this.btnControl.btnStyleGroup         = ControlsLib.ButtonsArray.StyleGroupEnum.None;
     this.btnControl.btnViewIndex          = 5;
     this.btnControl.btnWordIndex          = 7;
     this.btnControl.ButtonAddEnabled      = true;
     this.btnControl.ButtonAddVisible      = true;
     this.btnControl.ButtonBackgroundImage = null;
     this.btnControl.ButtonCancelEnabled   = true;
     this.btnControl.ButtonCloseEnabled    = true;
     this.btnControl.ButtonCloseVisible    = false;
     this.btnControl.ButtonDeleteEnabled   = true;
     this.btnControl.ButtonDeleteVisible   = true;
     this.btnControl.ButtonExcelEnabled    = true;
     this.btnControl.ButtonExcelVisible    = false;
     this.btnControl.ButtonForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.btnControl.ButtonModifyEnabled   = true;
     this.btnControl.ButtonModifyText      = ControlsLib.ButtonsArray.UpdateEnum.Modify;
     this.btnControl.ButtonModifyVisible   = true;
     this.btnControl.ButtonPrintEnabled    = true;
     this.btnControl.ButtonPrintVisible    = false;
     this.btnControl.ButtonReportEnabled   = true;
     this.btnControl.ButtonReportVisible   = false;
     this.btnControl.ButtonSaveEnabled     = true;
     this.btnControl.ButtonSelectEnabled   = true;
     this.btnControl.ButtonSelectVisible   = false;
     this.btnControl.ButtonSpacing         = 3;
     this.btnControl.ButtonStyle           = ControlsLib.ButtonsArray.StyleEnum.Row;
     this.btnControl.ButtonViewEnabled     = true;
     this.btnControl.ButtonViewVisible     = false;
     this.btnControl.ButtonWordEnabled     = true;
     this.btnControl.ButtonWordVisible     = false;
     this.btnControl.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.btnControl.FlatStyle             = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.btnControl.GroupBoxShow          = false;
     this.btnControl.Location              = new System.Drawing.Point(563, 0);
     this.btnControl.Name                  = "btnControl";
     this.btnControl.Size                  = new System.Drawing.Size(255, 60);
     this.btnControl.Status                = ControlsLib.ButtonsArray.StateEnum.View;
     this.btnControl.TabIndex              = 0;
     this.btnControl.btnEventAdd_Click    += new System.EventHandler(this.btnControl_btnEventAdd_Click);
     this.btnControl.btnEventModify_Click += new System.EventHandler(this.btnControl_btnEventModify_Click);
     this.btnControl.btnEventDelete_Click += new System.EventHandler(this.btnControl_btnEventDelete_Click);
     this.btnControl.btnEventSave_Click   += new System.EventHandler(this.btnControl_btnEventSave_Click);
     this.btnControl.btnEventCancel_Click += new System.EventHandler(this.btnControl_btnEventCancel_Click);
     this.btnControl.btnEventClose_Click  += new System.EventHandler(this.btnControl_btnEventClose_Click);
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Controls.Add(this.chkDeleted);
     this.panelControl1.Controls.Add(this.btnControl);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 504);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(818, 60);
     this.panelControl1.TabIndex = 23;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.labelControl1.Location        = new System.Drawing.Point(18, 33);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(336, 14);
     this.labelControl1.TabIndex        = 2;
     this.labelControl1.Text            = "Nhấn phím Delete nếu muốn xóa luôn dòng đang chọn";
     //
     // chkDeleted
     //
     this.chkDeleted.Location           = new System.Drawing.Point(16, 7);
     this.chkDeleted.Name               = "chkDeleted";
     this.chkDeleted.Properties.Caption = "Hiển thị các dòng đã xóa";
     this.chkDeleted.Size               = new System.Drawing.Size(146, 20);
     this.chkDeleted.TabIndex           = 1;
     this.chkDeleted.CheckedChanged    += new System.EventHandler(this.chkDeleted_CheckedChanged);
     //
     // repositoryItemImageEdit1
     //
     this.repositoryItemImageEdit1.AutoHeight = false;
     this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
     //
     // gcGrid
     //
     this.gcGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcGrid.EmbeddedNavigator.Buttons.Append.Visible     = false;
     this.gcGrid.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gcGrid.EmbeddedNavigator.Buttons.Edit.Visible       = false;
     this.gcGrid.EmbeddedNavigator.Buttons.EndEdit.Visible    = false;
     this.gcGrid.EmbeddedNavigator.Buttons.Remove.Visible     = false;
     this.gcGrid.EmbeddedNavigator.TextStringFormat           = "Dòng {0} / {1}";
     this.gcGrid.Location = new System.Drawing.Point(0, 0);
     this.gcGrid.MainView = this.gvGrid;
     this.gcGrid.Name     = "gcGrid";
     this.gcGrid.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.chk,
         this.seDiemKT
     });
     this.gcGrid.Size                 = new System.Drawing.Size(818, 504);
     this.gcGrid.TabIndex             = 24;
     this.gcGrid.UseEmbeddedNavigator = true;
     this.gcGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvGrid
     });
     this.gcGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gcGrid_KeyDown);
     //
     // gvGrid
     //
     this.gvGrid.Appearance.HeaderPanel.Font                   = new System.Drawing.Font("Tahoma", 9F);
     this.gvGrid.Appearance.HeaderPanel.Options.UseFont        = true;
     this.gvGrid.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gvGrid.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvGrid.Appearance.Row.Font            = new System.Drawing.Font("Tahoma", 9F);
     this.gvGrid.Appearance.Row.Options.UseFont = true;
     this.gvGrid.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colGOITHAU_ID,
         this.colTEN,
         this.colDELETED,
         this.colDOT_MA,
         this.colCHON_HANGSX,
         this.colBIEUMAU,
         this.colDIEMKT,
         this.colSTT,
         this.colTEN_VIET_TAT,
         this.colDIEN_GIAI
     });
     styleFormatCondition1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Strikeout))));
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     styleFormatCondition1.Appearance.Options.UseFont      = true;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.colDELETED;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = true;
     this.gvGrid.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gvGrid.GridControl    = this.gcGrid;
     this.gvGrid.Name           = "gvGrid";
     this.gvGrid.NewItemRowText = "Nhấp vào đây để thêm dòng dữ liệu mới";
     this.gvGrid.OptionsView.EnableAppearanceEvenRow = true;
     this.gvGrid.OptionsView.ShowGroupPanel          = false;
     this.gvGrid.InitNewRow          += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gvGrid_InitNewRow);
     this.gvGrid.InvalidRowException += new DevExpress.XtraGrid.Views.Base.InvalidRowExceptionEventHandler(this.gvGrid_InvalidRowException);
     this.gvGrid.ValidateRow         += new DevExpress.XtraGrid.Views.Base.ValidateRowEventHandler(this.gvGrid_ValidateRow);
     this.gvGrid.ValidatingEditor    += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.gvGrid_ValidatingEditor);
     //
     // colGOITHAU_ID
     //
     this.colGOITHAU_ID.Caption   = "gridColumn1";
     this.colGOITHAU_ID.FieldName = "GOITHAU_ID";
     this.colGOITHAU_ID.Name      = "colGOITHAU_ID";
     //
     // colTEN
     //
     this.colTEN.Caption      = "Gói thầu";
     this.colTEN.FieldName    = "TEN";
     this.colTEN.Name         = "colTEN";
     this.colTEN.Visible      = true;
     this.colTEN.VisibleIndex = 1;
     //
     // colDOT_MA
     //
     this.colDOT_MA.Caption   = "Đợt mã";
     this.colDOT_MA.FieldName = "DOT_MA";
     this.colDOT_MA.Name      = "colDOT_MA";
     //
     // colCHON_HANGSX
     //
     this.colCHON_HANGSX.Caption    = "Cho phép chọn hãng sản xuất";
     this.colCHON_HANGSX.ColumnEdit = this.chk;
     this.colCHON_HANGSX.FieldName  = "CHON_HANGSX";
     this.colCHON_HANGSX.Name       = "colCHON_HANGSX";
     //
     // colBIEUMAU
     //
     this.colBIEUMAU.Caption      = "Biểu mẫu";
     this.colBIEUMAU.FieldName    = "BIEUMAU";
     this.colBIEUMAU.Name         = "colBIEUMAU";
     this.colBIEUMAU.Visible      = true;
     this.colBIEUMAU.VisibleIndex = 3;
     //
     // colDIEMKT
     //
     this.colDIEMKT.Caption      = "Điểm kỹ thuật";
     this.colDIEMKT.ColumnEdit   = this.seDiemKT;
     this.colDIEMKT.FieldName    = "DIEMKT";
     this.colDIEMKT.Name         = "colDIEMKT";
     this.colDIEMKT.Visible      = true;
     this.colDIEMKT.VisibleIndex = 2;
     //
     // seDiemKT
     //
     this.seDiemKT.AutoHeight = false;
     this.seDiemKT.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.seDiemKT.Name = "seDiemKT";
     //
     // colSTT
     //
     this.colSTT.Caption      = "Sắp xếp";
     this.colSTT.FieldName    = "STT";
     this.colSTT.Name         = "colSTT";
     this.colSTT.Visible      = true;
     this.colSTT.VisibleIndex = 0;
     //
     // colTEN_VIET_TAT
     //
     this.colTEN_VIET_TAT.Caption      = "Từ viết tắt";
     this.colTEN_VIET_TAT.FieldName    = "TEN_VIET_TAT";
     this.colTEN_VIET_TAT.Name         = "colTEN_VIET_TAT";
     this.colTEN_VIET_TAT.Visible      = true;
     this.colTEN_VIET_TAT.VisibleIndex = 5;
     //
     // colDIEN_GIAI
     //
     this.colDIEN_GIAI.Caption      = "Diễn giải";
     this.colDIEN_GIAI.FieldName    = "DIEN_GIAI";
     this.colDIEN_GIAI.Name         = "colDIEN_GIAI";
     this.colDIEN_GIAI.Visible      = true;
     this.colDIEN_GIAI.VisibleIndex = 6;
     //
     // ucGoiThau
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gcGrid);
     this.Controls.Add(this.panelControl1);
     this.Name  = "ucGoiThau";
     this.Size  = new System.Drawing.Size(818, 564);
     this.Load += new System.EventHandler(this.ucGoiThau_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chk)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lueLoaiHang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaHang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.calEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lueDonViTinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DtNgay.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DtNgay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SpinEditDonGiaBan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkDeleted.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.seDiemKT)).EndInit();
     this.ResumeLayout(false);
 }
Example #28
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.Windows.Forms.Label classNameLabel;
            System.Windows.Forms.Label domainLabel;
            System.Windows.Forms.Label fileNameLabel;
            System.Windows.Forms.Label levelLabel;
            System.Windows.Forms.Label lineNumberLabel;
            System.Windows.Forms.Label loggerNameLabel;
            System.Windows.Forms.Label machineNameLabel;
            System.Windows.Forms.Label messageLabel;
            System.Windows.Forms.Label methodLabel;
            System.Windows.Forms.Label threadLabel;
            System.Windows.Forms.Label userNameLabel;
            System.Windows.Forms.Label asLocalTimeLabel;
            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(frmLog));
            this.classNameTextBox = new System.Windows.Forms.TextBox();
            this.logItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.domainTextBox = new System.Windows.Forms.TextBox();
            this.fileNameTextBox = new System.Windows.Forms.TextBox();
            this.levelTextBox = new System.Windows.Forms.TextBox();
            this.lineNumberTextBox = new System.Windows.Forms.TextBox();
            this.loggerNameTextBox = new System.Windows.Forms.TextBox();
            this.machineNameTextBox = new System.Windows.Forms.TextBox();
            this.methodTextBox = new System.Windows.Forms.TextBox();
            this.threadTextBox = new System.Windows.Forms.TextBox();
            this.userNameTextBox = new System.Windows.Forms.TextBox();
            this.asLocalTimeDateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.messageMemoEdit = new DevExpress.XtraEditors.MemoEdit();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabPageCommon = new System.Windows.Forms.TabPage();
            this.tabPageProperties = new System.Windows.Forms.TabPage();
            this.gridControl_Properties = new DevExpress.XtraGrid.GridControl();
            this.gridView_Properties = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tabPageException = new System.Windows.Forms.TabPage();
            this.treeList_Exception = new DevExpress.XtraTreeList.TreeList();
            this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            classNameLabel = new System.Windows.Forms.Label();
            domainLabel = new System.Windows.Forms.Label();
            fileNameLabel = new System.Windows.Forms.Label();
            levelLabel = new System.Windows.Forms.Label();
            lineNumberLabel = new System.Windows.Forms.Label();
            loggerNameLabel = new System.Windows.Forms.Label();
            machineNameLabel = new System.Windows.Forms.Label();
            messageLabel = new System.Windows.Forms.Label();
            methodLabel = new System.Windows.Forms.Label();
            threadLabel = new System.Windows.Forms.Label();
            userNameLabel = new System.Windows.Forms.Label();
            asLocalTimeLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.logItemBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.messageMemoEdit.Properties)).BeginInit();
            this.tabControl.SuspendLayout();
            this.tabPageCommon.SuspendLayout();
            this.tabPageProperties.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Properties)).BeginInit();
            this.tabPageException.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList_Exception)).BeginInit();
            this.SuspendLayout();
            // 
            // classNameLabel
            // 
            classNameLabel.AutoSize = true;
            classNameLabel.Location = new System.Drawing.Point(309, 248);
            classNameLabel.Name = "classNameLabel";
            classNameLabel.Size = new System.Drawing.Size(36, 13);
            classNameLabel.TabIndex = 1;
            classNameLabel.Text = "Class:";
            // 
            // domainLabel
            // 
            domainLabel.AutoSize = true;
            domainLabel.Location = new System.Drawing.Point(29, 245);
            domainLabel.Name = "domainLabel";
            domainLabel.Size = new System.Drawing.Size(30, 13);
            domainLabel.TabIndex = 3;
            domainLabel.Text = "App:";
            // 
            // fileNameLabel
            // 
            fileNameLabel.AutoSize = true;
            fileNameLabel.Location = new System.Drawing.Point(318, 326);
            fileNameLabel.Name = "fileNameLabel";
            fileNameLabel.Size = new System.Drawing.Size(27, 13);
            fileNameLabel.TabIndex = 5;
            fileNameLabel.Text = "File:";
            // 
            // levelLabel
            // 
            levelLabel.AutoSize = true;
            levelLabel.Location = new System.Drawing.Point(23, 272);
            levelLabel.Name = "levelLabel";
            levelLabel.Size = new System.Drawing.Size(36, 13);
            levelLabel.TabIndex = 7;
            levelLabel.Text = "Level:";
            // 
            // lineNumberLabel
            // 
            lineNumberLabel.AutoSize = true;
            lineNumberLabel.Location = new System.Drawing.Point(315, 299);
            lineNumberLabel.Name = "lineNumberLabel";
            lineNumberLabel.Size = new System.Drawing.Size(30, 13);
            lineNumberLabel.TabIndex = 9;
            lineNumberLabel.Text = "Line:";
            // 
            // loggerNameLabel
            // 
            loggerNameLabel.AutoSize = true;
            loggerNameLabel.Location = new System.Drawing.Point(301, 221);
            loggerNameLabel.Name = "loggerNameLabel";
            loggerNameLabel.Size = new System.Drawing.Size(44, 13);
            loggerNameLabel.TabIndex = 11;
            loggerNameLabel.Text = "Logger:";
            // 
            // machineNameLabel
            // 
            machineNameLabel.AutoSize = true;
            machineNameLabel.Location = new System.Drawing.Point(9, 353);
            machineNameLabel.Name = "machineNameLabel";
            machineNameLabel.Size = new System.Drawing.Size(50, 13);
            machineNameLabel.TabIndex = 13;
            machineNameLabel.Text = "Machine:";
            // 
            // messageLabel
            // 
            messageLabel.AutoSize = true;
            messageLabel.Location = new System.Drawing.Point(6, 3);
            messageLabel.Name = "messageLabel";
            messageLabel.Size = new System.Drawing.Size(53, 13);
            messageLabel.TabIndex = 15;
            messageLabel.Text = "Message:";
            // 
            // methodLabel
            // 
            methodLabel.AutoSize = true;
            methodLabel.Location = new System.Drawing.Point(298, 272);
            methodLabel.Name = "methodLabel";
            methodLabel.Size = new System.Drawing.Size(47, 13);
            methodLabel.TabIndex = 17;
            methodLabel.Text = "Method:";
            // 
            // threadLabel
            // 
            threadLabel.AutoSize = true;
            threadLabel.Location = new System.Drawing.Point(14, 299);
            threadLabel.Name = "threadLabel";
            threadLabel.Size = new System.Drawing.Size(45, 13);
            threadLabel.TabIndex = 19;
            threadLabel.Text = "Thread:";
            // 
            // userNameLabel
            // 
            userNameLabel.AutoSize = true;
            userNameLabel.Location = new System.Drawing.Point(23, 326);
            userNameLabel.Name = "userNameLabel";
            userNameLabel.Size = new System.Drawing.Size(33, 13);
            userNameLabel.TabIndex = 21;
            userNameLabel.Text = "User:"******"asLocalTimeLabel";
            asLocalTimeLabel.Size = new System.Drawing.Size(56, 13);
            asLocalTimeLabel.TabIndex = 25;
            asLocalTimeLabel.Text = "DateTime:";
            // 
            // classNameTextBox
            // 
            this.classNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "className", true));
            this.classNameTextBox.Location = new System.Drawing.Point(393, 242);
            this.classNameTextBox.Name = "classNameTextBox";
            this.classNameTextBox.ReadOnly = true;
            this.classNameTextBox.Size = new System.Drawing.Size(269, 21);
            this.classNameTextBox.TabIndex = 8;
            this.classNameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // logItemBindingSource
            // 
            this.logItemBindingSource.DataSource = typeof(BJ.MongoDB.Logger.LogItem);
            // 
            // domainTextBox
            // 
            this.domainTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "domain", true));
            this.domainTextBox.Location = new System.Drawing.Point(106, 242);
            this.domainTextBox.Name = "domainTextBox";
            this.domainTextBox.ReadOnly = true;
            this.domainTextBox.Size = new System.Drawing.Size(172, 21);
            this.domainTextBox.TabIndex = 2;
            this.domainTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // fileNameTextBox
            // 
            this.fileNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "fileName", true));
            this.fileNameTextBox.Location = new System.Drawing.Point(393, 323);
            this.fileNameTextBox.Name = "fileNameTextBox";
            this.fileNameTextBox.ReadOnly = true;
            this.fileNameTextBox.Size = new System.Drawing.Size(269, 21);
            this.fileNameTextBox.TabIndex = 11;
            this.fileNameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // levelTextBox
            // 
            this.levelTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "level", true));
            this.levelTextBox.Location = new System.Drawing.Point(106, 269);
            this.levelTextBox.Name = "levelTextBox";
            this.levelTextBox.ReadOnly = true;
            this.levelTextBox.Size = new System.Drawing.Size(172, 21);
            this.levelTextBox.TabIndex = 3;
            this.levelTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // lineNumberTextBox
            // 
            this.lineNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "lineNumber", true));
            this.lineNumberTextBox.Location = new System.Drawing.Point(393, 296);
            this.lineNumberTextBox.Name = "lineNumberTextBox";
            this.lineNumberTextBox.ReadOnly = true;
            this.lineNumberTextBox.Size = new System.Drawing.Size(269, 21);
            this.lineNumberTextBox.TabIndex = 10;
            this.lineNumberTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // loggerNameTextBox
            // 
            this.loggerNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "loggerName", true));
            this.loggerNameTextBox.Location = new System.Drawing.Point(393, 215);
            this.loggerNameTextBox.Name = "loggerNameTextBox";
            this.loggerNameTextBox.ReadOnly = true;
            this.loggerNameTextBox.Size = new System.Drawing.Size(269, 21);
            this.loggerNameTextBox.TabIndex = 7;
            this.loggerNameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // machineNameTextBox
            // 
            this.machineNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "machineName", true));
            this.machineNameTextBox.Location = new System.Drawing.Point(106, 350);
            this.machineNameTextBox.Name = "machineNameTextBox";
            this.machineNameTextBox.ReadOnly = true;
            this.machineNameTextBox.Size = new System.Drawing.Size(172, 21);
            this.machineNameTextBox.TabIndex = 6;
            this.machineNameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // methodTextBox
            // 
            this.methodTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "method", true));
            this.methodTextBox.Location = new System.Drawing.Point(393, 269);
            this.methodTextBox.Name = "methodTextBox";
            this.methodTextBox.ReadOnly = true;
            this.methodTextBox.Size = new System.Drawing.Size(269, 21);
            this.methodTextBox.TabIndex = 9;
            this.methodTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // threadTextBox
            // 
            this.threadTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "thread", true));
            this.threadTextBox.Location = new System.Drawing.Point(106, 296);
            this.threadTextBox.Name = "threadTextBox";
            this.threadTextBox.ReadOnly = true;
            this.threadTextBox.Size = new System.Drawing.Size(172, 21);
            this.threadTextBox.TabIndex = 4;
            this.threadTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // userNameTextBox
            // 
            this.userNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.logItemBindingSource, "userName", true));
            this.userNameTextBox.Location = new System.Drawing.Point(106, 323);
            this.userNameTextBox.Name = "userNameTextBox";
            this.userNameTextBox.ReadOnly = true;
            this.userNameTextBox.Size = new System.Drawing.Size(172, 21);
            this.userNameTextBox.TabIndex = 5;
            this.userNameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // asLocalTimeDateTimePicker
            // 
            this.asLocalTimeDateTimePicker.CustomFormat = "dd.MM.yyyy H:mm:ss";
            this.asLocalTimeDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.logItemBindingSource, "timestamp.AsLocalTime", true));
            this.asLocalTimeDateTimePicker.Enabled = false;
            this.asLocalTimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.asLocalTimeDateTimePicker.Location = new System.Drawing.Point(106, 215);
            this.asLocalTimeDateTimePicker.Name = "asLocalTimeDateTimePicker";
            this.asLocalTimeDateTimePicker.Size = new System.Drawing.Size(172, 21);
            this.asLocalTimeDateTimePicker.TabIndex = 1;
            this.asLocalTimeDateTimePicker.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // messageMemoEdit
            // 
            this.messageMemoEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.logItemBindingSource, "message", true));
            this.messageMemoEdit.Enabled = false;
            this.messageMemoEdit.Location = new System.Drawing.Point(9, 19);
            this.messageMemoEdit.Name = "messageMemoEdit";
            this.messageMemoEdit.Size = new System.Drawing.Size(653, 180);
            this.messageMemoEdit.TabIndex = 12;
            this.messageMemoEdit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(this.tabPageCommon);
            this.tabControl.Controls.Add(this.tabPageProperties);
            this.tabControl.Controls.Add(this.tabPageException);
            this.tabControl.Location = new System.Drawing.Point(12, 12);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(683, 413);
            this.tabControl.TabIndex = 26;
            this.tabControl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tabControl_KeyDown);
            // 
            // tabPageCommon
            // 
            this.tabPageCommon.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.tabPageCommon.Controls.Add(messageLabel);
            this.tabPageCommon.Controls.Add(this.messageMemoEdit);
            this.tabPageCommon.Controls.Add(this.classNameTextBox);
            this.tabPageCommon.Controls.Add(asLocalTimeLabel);
            this.tabPageCommon.Controls.Add(classNameLabel);
            this.tabPageCommon.Controls.Add(this.asLocalTimeDateTimePicker);
            this.tabPageCommon.Controls.Add(this.domainTextBox);
            this.tabPageCommon.Controls.Add(userNameLabel);
            this.tabPageCommon.Controls.Add(domainLabel);
            this.tabPageCommon.Controls.Add(this.userNameTextBox);
            this.tabPageCommon.Controls.Add(this.fileNameTextBox);
            this.tabPageCommon.Controls.Add(threadLabel);
            this.tabPageCommon.Controls.Add(fileNameLabel);
            this.tabPageCommon.Controls.Add(this.threadTextBox);
            this.tabPageCommon.Controls.Add(this.levelTextBox);
            this.tabPageCommon.Controls.Add(methodLabel);
            this.tabPageCommon.Controls.Add(levelLabel);
            this.tabPageCommon.Controls.Add(this.methodTextBox);
            this.tabPageCommon.Controls.Add(this.lineNumberTextBox);
            this.tabPageCommon.Controls.Add(lineNumberLabel);
            this.tabPageCommon.Controls.Add(machineNameLabel);
            this.tabPageCommon.Controls.Add(this.loggerNameTextBox);
            this.tabPageCommon.Controls.Add(this.machineNameTextBox);
            this.tabPageCommon.Controls.Add(loggerNameLabel);
            this.tabPageCommon.Location = new System.Drawing.Point(4, 22);
            this.tabPageCommon.Name = "tabPageCommon";
            this.tabPageCommon.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCommon.Size = new System.Drawing.Size(675, 387);
            this.tabPageCommon.TabIndex = 0;
            this.tabPageCommon.Text = "Common";
            // 
            // tabPageProperties
            // 
            this.tabPageProperties.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.tabPageProperties.Controls.Add(this.gridControl_Properties);
            this.tabPageProperties.Location = new System.Drawing.Point(4, 22);
            this.tabPageProperties.Name = "tabPageProperties";
            this.tabPageProperties.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageProperties.Size = new System.Drawing.Size(675, 387);
            this.tabPageProperties.TabIndex = 1;
            this.tabPageProperties.Text = "Properties";
            // 
            // gridControl_Properties
            // 
            this.gridControl_Properties.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_Properties.Location = new System.Drawing.Point(3, 3);
            this.gridControl_Properties.MainView = this.gridView_Properties;
            this.gridControl_Properties.Name = "gridControl_Properties";
            this.gridControl_Properties.Size = new System.Drawing.Size(669, 381);
            this.gridControl_Properties.TabIndex = 6;
            this.gridControl_Properties.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView_Properties});
            // 
            // gridView_Properties
            // 
            this.gridView_Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.gridView_Properties.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2});
            this.gridView_Properties.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.MistyRose;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.ApplyToRow = true;
            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.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_Properties.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2,
            styleFormatCondition3});
            this.gridView_Properties.GridControl = this.gridControl_Properties;
            this.gridView_Properties.Name = "gridView_Properties";
            this.gridView_Properties.OptionsBehavior.Editable = false;
            this.gridView_Properties.OptionsBehavior.ReadOnly = true;
            this.gridView_Properties.OptionsView.EnableAppearanceOddRow = true;
            this.gridView_Properties.OptionsView.ShowGroupPanel = false;
            this.gridView_Properties.OptionsView.ShowIndicator = false;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "Name";
            this.gridColumn1.FieldName = "Name";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 178;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "Value";
            this.gridColumn2.FieldName = "Value";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn2.Width = 489;
            // 
            // tabPageException
            // 
            this.tabPageException.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.tabPageException.Controls.Add(this.treeList_Exception);
            this.tabPageException.Location = new System.Drawing.Point(4, 22);
            this.tabPageException.Name = "tabPageException";
            this.tabPageException.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageException.Size = new System.Drawing.Size(675, 387);
            this.tabPageException.TabIndex = 2;
            this.tabPageException.Text = "Exception";
            // 
            // treeList_Exception
            // 
            this.treeList_Exception.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeListColumn1,
            this.treeListColumn2});
            this.treeList_Exception.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeList_Exception.Location = new System.Drawing.Point(3, 3);
            this.treeList_Exception.Name = "treeList_Exception";
            this.treeList_Exception.OptionsBehavior.Editable = false;
            this.treeList_Exception.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.treeList_Exception.OptionsView.ShowHorzLines = false;
            this.treeList_Exception.OptionsView.ShowIndicator = false;
            this.treeList_Exception.OptionsView.ShowPreview = true;
            this.treeList_Exception.OptionsView.ShowVertLines = false;
            this.treeList_Exception.ShowButtonMode = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowForFocusedRow;
            this.treeList_Exception.Size = new System.Drawing.Size(669, 381);
            this.treeList_Exception.TabIndex = 1;
            // 
            // treeListColumn1
            // 
            this.treeListColumn1.Caption = "Name";
            this.treeListColumn1.FieldName = "Name";
            this.treeListColumn1.MinWidth = 32;
            this.treeListColumn1.Name = "treeListColumn1";
            this.treeListColumn1.Visible = true;
            this.treeListColumn1.VisibleIndex = 0;
            this.treeListColumn1.Width = 170;
            // 
            // treeListColumn2
            // 
            this.treeListColumn2.Caption = "Value";
            this.treeListColumn2.FieldName = "Value";
            this.treeListColumn2.Name = "treeListColumn2";
            this.treeListColumn2.Visible = true;
            this.treeListColumn2.VisibleIndex = 1;
            this.treeListColumn2.Width = 481;
            // 
            // frmLog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(706, 438);
            this.Controls.Add(this.tabControl);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmLog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Log Item";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLog_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.logItemBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.messageMemoEdit.Properties)).EndInit();
            this.tabControl.ResumeLayout(false);
            this.tabPageCommon.ResumeLayout(false);
            this.tabPageCommon.PerformLayout();
            this.tabPageProperties.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Properties)).EndInit();
            this.tabPageException.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList_Exception)).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()
        {
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.Mdi_dgv_ordenproduccion = new DevExpress.XtraGrid.GridControl();
            this.dgv_ordenproduccion = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.marcaname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ordenprod = new DevExpress.XtraGrid.Columns.GridColumn();
            this.fechemi = new DevExpress.XtraGrid.Columns.GridColumn();
            this.articid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.articname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lineaname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.generoname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.temporadaname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.coleccionname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.estadoname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemTextEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemCheckEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemTextEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemCheckEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_ordenproduccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenproduccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            this.SuspendLayout();
            // 
            // Mdi_dgv_ordenproduccion
            // 
            this.Mdi_dgv_ordenproduccion.Location = new System.Drawing.Point(5, 5);
            this.Mdi_dgv_ordenproduccion.MainView = this.dgv_ordenproduccion;
            this.Mdi_dgv_ordenproduccion.Name = "Mdi_dgv_ordenproduccion";
            this.Mdi_dgv_ordenproduccion.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit5,
            this.repositoryItemCheckEdit5,
            this.repositoryItemTextEdit6,
            this.repositoryItemCheckEdit6});
            this.Mdi_dgv_ordenproduccion.Size = new System.Drawing.Size(1250, 383);
            this.Mdi_dgv_ordenproduccion.TabIndex = 400;
            this.Mdi_dgv_ordenproduccion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.dgv_ordenproduccion});
            // 
            // dgv_ordenproduccion
            // 
            this.dgv_ordenproduccion.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgv_ordenproduccion.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray;
            this.dgv_ordenproduccion.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.dgv_ordenproduccion.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217)))));
            this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue;
            this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgv_ordenproduccion.Appearance.Empty.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.dgv_ordenproduccion.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131)))));
            this.dgv_ordenproduccion.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.dgv_ordenproduccion.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.dgv_ordenproduccion.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.dgv_ordenproduccion.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.dgv_ordenproduccion.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41)))));
            this.dgv_ordenproduccion.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.dgv_ordenproduccion.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.dgv_ordenproduccion.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.dgv_ordenproduccion.Appearance.FilterPanel.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.FilterPanel.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66)))));
            this.dgv_ordenproduccion.Appearance.FixedLine.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
            this.dgv_ordenproduccion.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.dgv_ordenproduccion.Appearance.FocusedCell.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.FocusedCell.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy;
            this.dgv_ordenproduccion.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(178)))));
            this.dgv_ordenproduccion.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.dgv_ordenproduccion.Appearance.FocusedRow.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.FocusedRow.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.dgv_ordenproduccion.Appearance.FooterPanel.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.dgv_ordenproduccion.Appearance.FooterPanel.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.dgv_ordenproduccion.Appearance.GroupButton.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.GroupButton.Options.UseBorderColor = true;
            this.dgv_ordenproduccion.Appearance.GroupButton.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
            this.dgv_ordenproduccion.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
            this.dgv_ordenproduccion.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.dgv_ordenproduccion.Appearance.GroupFooter.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.dgv_ordenproduccion.Appearance.GroupFooter.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71)))));
            this.dgv_ordenproduccion.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
            this.dgv_ordenproduccion.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.dgv_ordenproduccion.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White;
            this.dgv_ordenproduccion.Appearance.GroupPanel.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.GroupPanel.Options.UseFont = true;
            this.dgv_ordenproduccion.Appearance.GroupPanel.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136)))));
            this.dgv_ordenproduccion.Appearance.GroupRow.ForeColor = System.Drawing.Color.Silver;
            this.dgv_ordenproduccion.Appearance.GroupRow.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.GroupRow.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.dgv_ordenproduccion.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseFont = true;
            this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray;
            this.dgv_ordenproduccion.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.dgv_ordenproduccion.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.HorzLine.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244)))));
            this.dgv_ordenproduccion.Appearance.Preview.BackColor2 = System.Drawing.Color.White;
            this.dgv_ordenproduccion.Appearance.Preview.ForeColor = System.Drawing.Color.Navy;
            this.dgv_ordenproduccion.Appearance.Preview.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.Preview.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
            this.dgv_ordenproduccion.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.dgv_ordenproduccion.Appearance.Row.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.Row.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.dgv_ordenproduccion.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
            this.dgv_ordenproduccion.Appearance.RowSeparator.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(138)))));
            this.dgv_ordenproduccion.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.dgv_ordenproduccion.Appearance.SelectedRow.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.SelectedRow.Options.UseForeColor = true;
            this.dgv_ordenproduccion.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226)))));
            this.dgv_ordenproduccion.Appearance.TopNewRow.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
            this.dgv_ordenproduccion.Appearance.VertLine.Options.UseBackColor = true;
            this.dgv_ordenproduccion.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.marcaname,
            this.ordenprod,
            this.fechemi,
            this.articid,
            this.articname,
            this.lineaname,
            this.generoname,
            this.temporadaname,
            this.coleccionname,
            this.estadoname});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Teal;
            styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "Len(Trim([conceptoid])) == 2";
            this.dgv_ordenproduccion.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.dgv_ordenproduccion.GridControl = this.Mdi_dgv_ordenproduccion;
            this.dgv_ordenproduccion.Name = "dgv_ordenproduccion";
            this.dgv_ordenproduccion.OptionsSelection.MultiSelect = true;
            this.dgv_ordenproduccion.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
            this.dgv_ordenproduccion.OptionsView.ShowGroupPanel = false;
            this.dgv_ordenproduccion.PaintStyleName = "Web";
            // 
            // marcaname
            // 
            this.marcaname.Caption = "Marca";
            this.marcaname.FieldName = "marcaname";
            this.marcaname.Name = "marcaname";
            this.marcaname.OptionsColumn.AllowEdit = false;
            this.marcaname.Visible = true;
            this.marcaname.VisibleIndex = 0;
            this.marcaname.Width = 64;
            // 
            // ordenprod
            // 
            this.ordenprod.Caption = "OrdProd";
            this.ordenprod.FieldName = "ordenprod";
            this.ordenprod.Name = "ordenprod";
            this.ordenprod.OptionsColumn.AllowEdit = false;
            this.ordenprod.Visible = true;
            this.ordenprod.VisibleIndex = 1;
            this.ordenprod.Width = 67;
            // 
            // fechemi
            // 
            this.fechemi.Caption = "Fecha";
            this.fechemi.FieldName = "fechemi";
            this.fechemi.Name = "fechemi";
            this.fechemi.OptionsColumn.AllowEdit = false;
            this.fechemi.Visible = true;
            this.fechemi.VisibleIndex = 2;
            this.fechemi.Width = 72;
            // 
            // articid
            // 
            this.articid.Caption = "ArticID";
            this.articid.FieldName = "articidold";
            this.articid.Name = "articid";
            this.articid.OptionsColumn.AllowEdit = false;
            this.articid.Visible = true;
            this.articid.VisibleIndex = 3;
            this.articid.Width = 57;
            // 
            // articname
            // 
            this.articname.Caption = "Articulo";
            this.articname.FieldName = "articname";
            this.articname.Name = "articname";
            this.articname.OptionsColumn.AllowEdit = false;
            this.articname.Visible = true;
            this.articname.VisibleIndex = 4;
            this.articname.Width = 198;
            // 
            // lineaname
            // 
            this.lineaname.Caption = "Linea";
            this.lineaname.FieldName = "lineaname";
            this.lineaname.Name = "lineaname";
            this.lineaname.OptionsColumn.AllowEdit = false;
            this.lineaname.Visible = true;
            this.lineaname.VisibleIndex = 5;
            this.lineaname.Width = 87;
            // 
            // generoname
            // 
            this.generoname.Caption = "Genero";
            this.generoname.FieldName = "generoname";
            this.generoname.Name = "generoname";
            this.generoname.OptionsColumn.AllowEdit = false;
            this.generoname.Visible = true;
            this.generoname.VisibleIndex = 6;
            this.generoname.Width = 80;
            // 
            // temporadaname
            // 
            this.temporadaname.Caption = "Temporada";
            this.temporadaname.FieldName = "temporadaname";
            this.temporadaname.Name = "temporadaname";
            this.temporadaname.OptionsColumn.AllowEdit = false;
            this.temporadaname.Visible = true;
            this.temporadaname.VisibleIndex = 7;
            this.temporadaname.Width = 85;
            // 
            // coleccionname
            // 
            this.coleccionname.Caption = "Colección";
            this.coleccionname.FieldName = "coleccionname";
            this.coleccionname.Name = "coleccionname";
            this.coleccionname.OptionsColumn.AllowEdit = false;
            this.coleccionname.Visible = true;
            this.coleccionname.VisibleIndex = 8;
            this.coleccionname.Width = 70;
            // 
            // estadoname
            // 
            this.estadoname.Caption = "Estatus";
            this.estadoname.FieldName = "estadoname";
            this.estadoname.Name = "estadoname";
            this.estadoname.OptionsColumn.AllowEdit = false;
            this.estadoname.Visible = true;
            this.estadoname.VisibleIndex = 9;
            this.estadoname.Width = 74;
            // 
            // repositoryItemTextEdit5
            // 
            this.repositoryItemTextEdit5.AutoHeight = false;
            this.repositoryItemTextEdit5.DisplayFormat.FormatString = "###,##0.0000";
            this.repositoryItemTextEdit5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemTextEdit5.EditFormat.FormatString = "###,##0.0000";
            this.repositoryItemTextEdit5.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemTextEdit5.Mask.EditMask = "###,##0.0000";
            this.repositoryItemTextEdit5.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit5.Name = "repositoryItemTextEdit5";
            // 
            // repositoryItemCheckEdit5
            // 
            this.repositoryItemCheckEdit5.AutoHeight = false;
            this.repositoryItemCheckEdit5.Caption = "Check";
            this.repositoryItemCheckEdit5.Name = "repositoryItemCheckEdit5";
            // 
            // repositoryItemTextEdit6
            // 
            this.repositoryItemTextEdit6.AutoHeight = false;
            this.repositoryItemTextEdit6.Name = "repositoryItemTextEdit6";
            this.repositoryItemTextEdit6.ReadOnly = true;
            // 
            // repositoryItemCheckEdit6
            // 
            this.repositoryItemCheckEdit6.AutoHeight = false;
            this.repositoryItemCheckEdit6.Caption = "Check";
            this.repositoryItemCheckEdit6.Name = "repositoryItemCheckEdit6";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.labelControl4);
            this.panelControl1.Location = new System.Drawing.Point(2, 2);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(1260, 33);
            this.panelControl1.TabIndex = 401;
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.Font = new System.Drawing.Font("Papyrus", 16F, System.Drawing.FontStyle.Bold);
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Teal;
            this.labelControl4.LineColor = System.Drawing.SystemColors.ActiveBorder;
            this.labelControl4.Location = new System.Drawing.Point(522, 0);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(226, 33);
            this.labelControl4.TabIndex = 439;
            this.labelControl4.Text = "Estado de Produccion";
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.Mdi_dgv_ordenproduccion);
            this.panelControl2.Location = new System.Drawing.Point(2, 41);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(1260, 388);
            this.panelControl2.TabIndex = 402;
            // 
            // Frm_status_produccion
            // 
            this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1264, 431);
            this.Controls.Add(this.panelControl2);
            this.Controls.Add(this.panelControl1);
            this.DoubleBuffered = true;
            this.Name = "Frm_status_produccion";
            this.Text = "»» Frm_status_produccion";
            ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_ordenproduccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenproduccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            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.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            this.PatientBEBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.grdPersonas = new DevExpress.XtraGrid.GridControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.verDatosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colApellido = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNombre = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNroDocumento = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFechaNacimiento = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colcolNroDocumento = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.PatientBEBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdPersonas)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // lblTitle
            // 
            this.lblTitle.Appearance.BackColor = System.Drawing.Color.White;
            this.lblTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            this.lblTitle.Size = new System.Drawing.Size(975, 41);
            this.lblTitle.Text = "Listado de pacientes";
            // 
            // PatientBEBindingSource
            // 
            this.PatientBEBindingSource.DataSource = typeof(Health.BE.PatientBE);
            // 
            // grdPersonas
            // 
            this.grdPersonas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.grdPersonas.ContextMenuStrip = this.contextMenuStrip1;
            this.grdPersonas.DataSource = this.PatientBEBindingSource;
            this.grdPersonas.Location = new System.Drawing.Point(0, 38);
            this.grdPersonas.LookAndFeel.UseDefaultLookAndFeel = false;
            this.grdPersonas.MainView = this.gridView1;
            this.grdPersonas.Name = "grdPersonas";
            this.grdPersonas.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageComboBox1});
            this.grdPersonas.Size = new System.Drawing.Size(975, 570);
            this.grdPersonas.TabIndex = 68;
            this.grdPersonas.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.verDatosToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(142, 28);
            // 
            // verDatosToolStripMenuItem
            // 
            this.verDatosToolStripMenuItem.Image = global::Health.Front.Properties.Resources.summary_zoom_48;
            this.verDatosToolStripMenuItem.Name = "verDatosToolStripMenuItem";
            this.verDatosToolStripMenuItem.Size = new System.Drawing.Size(141, 24);
            this.verDatosToolStripMenuItem.Text = "Ver datos";
            this.verDatosToolStripMenuItem.Click += new System.EventHandler(this.verDatosToolStripMenuItem_Click);
            // 
            // gridView1
            // 
            this.gridView1.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.DarkGray;
            this.gridView1.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.DarkGray;
            this.gridView1.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.DimGray;
            this.gridView1.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridView1.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridView1.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.DarkGray;
            this.gridView1.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.DarkGray;
            this.gridView1.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Gainsboro;
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridView1.Appearance.Empty.BackColor = System.Drawing.Color.DimGray;
            this.gridView1.Appearance.Empty.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal;
            this.gridView1.Appearance.Empty.Options.UseBackColor = true;
            this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridView1.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.Gray;
            this.gridView1.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.Gray;
            this.gridView1.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridView1.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridView1.Appearance.FilterPanel.BackColor = System.Drawing.Color.Gray;
            this.gridView1.Appearance.FilterPanel.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridView1.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridView1.Appearance.FooterPanel.BackColor = System.Drawing.Color.DarkGray;
            this.gridView1.Appearance.FooterPanel.BorderColor = System.Drawing.Color.DarkGray;
            this.gridView1.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupButton.BackColor = System.Drawing.Color.Silver;
            this.gridView1.Appearance.GroupButton.BorderColor = System.Drawing.Color.Silver;
            this.gridView1.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupFooter.BackColor = System.Drawing.Color.Silver;
            this.gridView1.Appearance.GroupFooter.BorderColor = System.Drawing.Color.Silver;
            this.gridView1.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupPanel.BackColor = System.Drawing.Color.DimGray;
            this.gridView1.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White;
            this.gridView1.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridView1.Appearance.GroupRow.BackColor = System.Drawing.Color.Silver;
            this.gridView1.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupRow.Options.UseFont = true;
            this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.DarkGray;
            this.gridView1.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.DarkGray;
            this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridView1.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.LightSlateGray;
            this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridView1.Appearance.HorzLine.BackColor = System.Drawing.Color.LightGray;
            this.gridView1.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.WhiteSmoke;
            this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
            this.gridView1.Appearance.Preview.BackColor = System.Drawing.Color.Gainsboro;
            this.gridView1.Appearance.Preview.ForeColor = System.Drawing.Color.DimGray;
            this.gridView1.Appearance.Preview.Options.UseBackColor = true;
            this.gridView1.Appearance.Preview.Options.UseForeColor = true;
            this.gridView1.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.Row.Options.UseBackColor = true;
            this.gridView1.Appearance.RowSeparator.BackColor = System.Drawing.Color.DimGray;
            this.gridView1.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.DimGray;
            this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridView1.Appearance.VertLine.BackColor = System.Drawing.Color.LightGray;
            this.gridView1.Appearance.VertLine.Options.UseBackColor = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colApellido,
            this.colNombre,
            this.colNroDocumento,
            this.colFechaNacimiento,
            this.colcolNroDocumento});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.NavajoWhite;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[IsAuthorized] == False";
            this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridView1.GridControl = this.grdPersonas;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridView1.OptionsBehavior.AutoSelectAllInEditor = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsCustomization.AllowFilter = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsFilter.AllowFilterEditor = false;
            this.gridView1.OptionsFilter.FilterEditorUseMenuForOperandsAndOperators = false;
            this.gridView1.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
            this.gridView1.OptionsFind.AlwaysVisible = true;
            this.gridView1.OptionsFind.ClearFindOnClose = false;
            this.gridView1.OptionsFind.ShowCloseButton = false;
            this.gridView1.OptionsLayout.Columns.AddNewColumns = false;
            this.gridView1.OptionsLayout.Columns.RemoveOldColumns = false;
            this.gridView1.OptionsMenu.EnableColumnMenu = false;
            this.gridView1.OptionsMenu.EnableFooterMenu = false;
            this.gridView1.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridView1.OptionsMenu.ShowAutoFilterRowItem = false;
            this.gridView1.OptionsMenu.ShowDateTimeGroupIntervalItems = false;
            this.gridView1.OptionsMenu.ShowGroupSortSummaryItems = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
            this.gridView1.OptionsView.EnableAppearanceOddRow = true;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
            this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.OptionsView.ShowIndicator = false;
            this.gridView1.OptionsView.ShowPreviewLines = false;
            this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
            this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
            // 
            // colApellido
            // 
            this.colApellido.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.colApellido.AppearanceHeader.Options.UseFont = true;
            this.colApellido.Caption = "Apellido";
            this.colApellido.FieldName = "Persona.Apellido";
            this.colApellido.Name = "colApellido";
            this.colApellido.OptionsColumn.AllowEdit = false;
            this.colApellido.OptionsColumn.ReadOnly = true;
            this.colApellido.Visible = true;
            this.colApellido.VisibleIndex = 0;
            // 
            // colNombre
            // 
            this.colNombre.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.colNombre.AppearanceHeader.Options.UseFont = true;
            this.colNombre.Caption = "Nombre";
            this.colNombre.FieldName = "Persona.Nombre";
            this.colNombre.Name = "colNombre";
            this.colNombre.OptionsColumn.AllowEdit = false;
            this.colNombre.OptionsColumn.ReadOnly = true;
            this.colNombre.Visible = true;
            this.colNombre.VisibleIndex = 1;
            // 
            // colNroDocumento
            // 
            this.colNroDocumento.Caption = "Nº Documento";
            this.colNroDocumento.FieldName = "Persona.NroDocumento";
            this.colNroDocumento.Name = "colNroDocumento";
            this.colNroDocumento.OptionsColumn.AllowEdit = false;
            this.colNroDocumento.OptionsColumn.ReadOnly = true;
            // 
            // colFechaNacimiento
            // 
            this.colFechaNacimiento.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.colFechaNacimiento.AppearanceHeader.Options.UseFont = true;
            this.colFechaNacimiento.Caption = "Fecha Nacimiento";
            this.colFechaNacimiento.FieldName = "Persona.FechaNacimiento";
            this.colFechaNacimiento.Name = "colFechaNacimiento";
            this.colFechaNacimiento.OptionsColumn.AllowEdit = false;
            this.colFechaNacimiento.OptionsColumn.ReadOnly = true;
            this.colFechaNacimiento.Visible = true;
            this.colFechaNacimiento.VisibleIndex = 3;
            // 
            // colcolNroDocumento
            // 
            this.colcolNroDocumento.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.colcolNroDocumento.AppearanceHeader.Options.UseFont = true;
            this.colcolNroDocumento.Caption = "Nro documento";
            this.colcolNroDocumento.FieldName = "Persona.NroDocumento";
            this.colcolNroDocumento.Name = "colcolNroDocumento";
            this.colcolNroDocumento.OptionsColumn.AllowEdit = false;
            this.colcolNroDocumento.OptionsColumn.ReadOnly = true;
            this.colcolNroDocumento.Visible = true;
            this.colcolNroDocumento.VisibleIndex = 2;
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.AutoHeight = false;
            serializableAppearanceObject1.Options.UseImage = true;
            this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "Estado", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
            this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("No activo", false, 0),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Activo", true, 1)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            // 
            // uc_PatientsGrid
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.grdPersonas);
            this.Name = "uc_PatientsGrid";
            this.Size = new System.Drawing.Size(975, 608);
            this.Controls.SetChildIndex(this.grdPersonas, 0);
            this.Controls.SetChildIndex(this.lblTitle, 0);
            ((System.ComponentModel.ISupportInitialize)(this.PatientBEBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdPersonas)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).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.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition5 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition6 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition7 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition8 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition9 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition10 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition11 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition12 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition13 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition14 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition15 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition16 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition17 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition18 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition19 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition20 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition21 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition22 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition23 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition24 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition25 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition26 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition27 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition28 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition29 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition30 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition31 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition32 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition33 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition34 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition35 = new DevExpress.XtraGrid.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemReport));
            this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn64 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn83 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn100 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.btnPrintForAllActivites = new DevExpress.XtraEditors.SimpleButton();
            this.lkWarehouse = new DevExpress.XtraEditors.GridLookUpEdit();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colCluster = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colWarehouse = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lkStore = 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.chkOnlyVital = new DevExpress.XtraEditors.CheckEdit();
            this.lkCategories = new DevExpress.XtraEditors.LookUpEdit();
            this.radioViewSelector = new DevExpress.XtraEditors.RadioGroup();
            this.cboMonth = new DevExpress.XtraEditors.LookUpEdit();
            this.cboYear = new DevExpress.XtraEditors.LookUpEdit();
            this.lkPrograms = new DevExpress.XtraEditors.LookUpEdit();
            this.cboStatus = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtName = new DevExpress.XtraEditors.TextEdit();
            this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
            this.pbLoad = new DevExpress.XtraEditors.ProgressBarControl();
            this.gridDetailReport = new DevExpress.XtraGrid.GridControl();
            this.gridReadinessView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn82 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colExpired = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNearExpiry = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSuspended = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colReserved = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAmount = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDispatchable = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colReorder = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn67 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn66 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ProgramID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn94 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colUnconfirmed = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn95 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colApprovedForIssue = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colApprovable = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colUnpriced = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.gridExpView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn109 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn65 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn63 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn62 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn68 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn69 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn70 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn71 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn72 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn73 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn81 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridExpiryView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn79 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn108 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn55 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn52 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn53 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn54 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridConsumptionView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn107 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = 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.gridColumn21 = 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.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridSupplierView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn28 = 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.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridPriceView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn78 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn75 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn76 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn80 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn77 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn84 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn85 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn86 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn87 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn88 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn89 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn90 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn74 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridBatchView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn91 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn110 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn93 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn92 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn99 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn101 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn102 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn103 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn104 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn105 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn106 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.treeCategory = new DevExpress.XtraTreeList.TreeList();
            this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.label27 = new System.Windows.Forms.Label();
            this.label30 = new System.Windows.Forms.Label();
            this.label29 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.btnExport = new DevExpress.XtraEditors.SimpleButton();
            this.label28 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.ckExclude = new System.Windows.Forms.CheckBox();
            this.ckExcNeverIssued = new System.Windows.Forms.CheckBox();
            this.label22 = new System.Windows.Forms.Label();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutProgressBar = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.dtDate = new CalendarLib.DateTimePickerEx();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.bw = new System.ComponentModel.BackgroundWorker();
            this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
            this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lkWarehouse.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkStore.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkOnlyVital.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkCategories.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioViewSelector.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboMonth.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkPrograms.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboStatus.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbLoad.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridDetailReport)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridReadinessView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridExpView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridExpiryView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridConsumptionView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSupplierView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridPriceView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridBatchView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeCategory)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutProgressBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
            this.SuspendLayout();
            // 
            // colStatus
            // 
            this.colStatus.Caption = "Status";
            this.colStatus.DisplayFormat.FormatString = "#,##0";
            this.colStatus.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colStatus.FieldName = "Status";
            this.colStatus.Name = "colStatus";
            this.colStatus.OptionsColumn.AllowEdit = false;
            this.colStatus.OptionsFilter.AllowFilter = false;
            this.colStatus.Visible = true;
            this.colStatus.VisibleIndex = 14;
            this.colStatus.Width = 83;
            // 
            // gridColumn64
            // 
            this.gridColumn64.Caption = "Status";
            this.gridColumn64.DisplayFormat.FormatString = "#,##0";
            this.gridColumn64.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn64.FieldName = "Status";
            this.gridColumn64.Name = "gridColumn64";
            this.gridColumn64.OptionsColumn.AllowEdit = false;
            this.gridColumn64.OptionsFilter.AllowFilter = false;
            this.gridColumn64.Width = 83;
            // 
            // gridColumn19
            // 
            this.gridColumn19.Caption = "Status";
            this.gridColumn19.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn19.FieldName = "Status";
            this.gridColumn19.Name = "gridColumn19";
            this.gridColumn19.OptionsColumn.AllowEdit = false;
            this.gridColumn19.OptionsFilter.AllowFilter = false;
            this.gridColumn19.Visible = true;
            this.gridColumn19.VisibleIndex = 10;
            this.gridColumn19.Width = 83;
            // 
            // gridColumn30
            // 
            this.gridColumn30.Caption = "Status";
            this.gridColumn30.DisplayFormat.FormatString = "#,##0";
            this.gridColumn30.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn30.FieldName = "Status";
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.OptionsColumn.AllowEdit = false;
            this.gridColumn30.OptionsFilter.AllowFilter = false;
            this.gridColumn30.Visible = true;
            this.gridColumn30.VisibleIndex = 8;
            this.gridColumn30.Width = 83;
            // 
            // gridColumn83
            // 
            this.gridColumn83.Caption = "Status";
            this.gridColumn83.DisplayFormat.FormatString = "#,##0";
            this.gridColumn83.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn83.FieldName = "Status";
            this.gridColumn83.Name = "gridColumn83";
            this.gridColumn83.OptionsColumn.AllowEdit = false;
            this.gridColumn83.OptionsFilter.AllowFilter = false;
            this.gridColumn83.Width = 83;
            // 
            // gridColumn100
            // 
            this.gridColumn100.Caption = "Batch No";
            this.gridColumn100.FieldName = "BatchNo";
            this.gridColumn100.Name = "gridColumn100";
            this.gridColumn100.OptionsColumn.AllowEdit = false;
            this.gridColumn100.OptionsFilter.AllowFilter = false;
            this.gridColumn100.Visible = true;
            this.gridColumn100.VisibleIndex = 2;
            this.gridColumn100.Width = 83;
            // 
            // gridColumn29
            // 
            this.gridColumn29.Caption = "SOH";
            this.gridColumn29.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn29.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn29.FieldName = "SOH";
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.OptionsColumn.AllowEdit = false;
            this.gridColumn29.OptionsFilter.AllowFilter = false;
            this.gridColumn29.Visible = true;
            this.gridColumn29.VisibleIndex = 2;
            this.gridColumn29.Width = 74;
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.btnPrintForAllActivites);
            this.layoutControl1.Controls.Add(this.lkWarehouse);
            this.layoutControl1.Controls.Add(this.lkStore);
            this.layoutControl1.Controls.Add(this.chkOnlyVital);
            this.layoutControl1.Controls.Add(this.lkCategories);
            this.layoutControl1.Controls.Add(this.radioViewSelector);
            this.layoutControl1.Controls.Add(this.cboMonth);
            this.layoutControl1.Controls.Add(this.cboYear);
            this.layoutControl1.Controls.Add(this.lkPrograms);
            this.layoutControl1.Controls.Add(this.cboStatus);
            this.layoutControl1.Controls.Add(this.txtName);
            this.layoutControl1.Controls.Add(this.btnPrint);
            this.layoutControl1.Controls.Add(this.pbLoad);
            this.layoutControl1.Controls.Add(this.gridDetailReport);
            this.layoutControl1.Controls.Add(this.treeCategory);
            this.layoutControl1.Controls.Add(this.label27);
            this.layoutControl1.Controls.Add(this.label30);
            this.layoutControl1.Controls.Add(this.label29);
            this.layoutControl1.Controls.Add(this.label23);
            this.layoutControl1.Controls.Add(this.label24);
            this.layoutControl1.Controls.Add(this.btnExport);
            this.layoutControl1.Controls.Add(this.label28);
            this.layoutControl1.Controls.Add(this.label21);
            this.layoutControl1.Controls.Add(this.ckExclude);
            this.layoutControl1.Controls.Add(this.ckExcNeverIssued);
            this.layoutControl1.Controls.Add(this.label22);
            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(72, 166, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1123, 575);
            this.layoutControl1.TabIndex = 36;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // btnPrintForAllActivites
            // 
            this.btnPrintForAllActivites.Location = new System.Drawing.Point(882, 82);
            this.btnPrintForAllActivites.Name = "btnPrintForAllActivites";
            this.btnPrintForAllActivites.Size = new System.Drawing.Size(113, 22);
            this.btnPrintForAllActivites.StyleController = this.layoutControl1;
            this.btnPrintForAllActivites.TabIndex = 42;
            this.btnPrintForAllActivites.Text = "Print For All Activities";
            this.btnPrintForAllActivites.Click += new System.EventHandler(this.btnPrintForAllActivites_Click);
            // 
            // lkWarehouse
            // 
            this.lkWarehouse.Location = new System.Drawing.Point(129, 8);
            this.lkWarehouse.Name = "lkWarehouse";
            this.lkWarehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkWarehouse.Properties.DisplayMember = "Warehouse";
            this.lkWarehouse.Properties.NullText = "Select Warehouse";
            this.lkWarehouse.Properties.ValueMember = "ID";
            this.lkWarehouse.Properties.View = this.gridView1;
            this.lkWarehouse.Size = new System.Drawing.Size(140, 20);
            this.lkWarehouse.StyleController = this.layoutControl1;
            this.lkWarehouse.TabIndex = 59;
            this.lkWarehouse.EditValueChanged += new System.EventHandler(this.lkStore_EditValueChanged);
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colCluster,
            this.colWarehouse});
            this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridView1.GroupCount = 1;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colCluster, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // colCluster
            // 
            this.colCluster.Caption = "Cluster";
            this.colCluster.FieldName = "Cluster";
            this.colCluster.Name = "colCluster";
            this.colCluster.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
            this.colCluster.Visible = true;
            this.colCluster.VisibleIndex = 0;
            // 
            // colWarehouse
            // 
            this.colWarehouse.Caption = "Warehouse";
            this.colWarehouse.FieldName = "Warehouse";
            this.colWarehouse.Name = "colWarehouse";
            this.colWarehouse.Visible = true;
            this.colWarehouse.VisibleIndex = 0;
            // 
            // lkStore
            // 
            this.lkStore.Location = new System.Drawing.Point(129, 32);
            this.lkStore.Name = "lkStore";
            this.lkStore.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkStore.Properties.DisplayMember = "Name";
            this.lkStore.Properties.NullText = "Select Account";
            this.lkStore.Properties.ValueMember = "ID";
            this.lkStore.Properties.View = this.gridLookUpEdit1View;
            this.lkStore.Size = new System.Drawing.Size(140, 20);
            this.lkStore.StyleController = this.layoutControl1;
            this.lkStore.TabIndex = 67;
            this.lkStore.EditValueChanged += new System.EventHandler(this.lkStore_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;
            // 
            // chkOnlyVital
            // 
            this.chkOnlyVital.Location = new System.Drawing.Point(216, 80);
            this.chkOnlyVital.Name = "chkOnlyVital";
            this.chkOnlyVital.Properties.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F);
            this.chkOnlyVital.Properties.Appearance.Options.UseFont = true;
            this.chkOnlyVital.Properties.Caption = "Show Only Vital Items";
            this.chkOnlyVital.Size = new System.Drawing.Size(151, 19);
            this.chkOnlyVital.StyleController = this.layoutControl1;
            this.chkOnlyVital.TabIndex = 51;
            this.chkOnlyVital.CheckedChanged += new System.EventHandler(this.chkOnlyVital_CheckedChanged);
            // 
            // lkCategories
            // 
            this.lkCategories.Location = new System.Drawing.Point(370, 8);
            this.lkCategories.Name = "lkCategories";
            this.lkCategories.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkCategories.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
            this.lkCategories.Properties.DisplayMember = "Name";
            this.lkCategories.Properties.ValueMember = "ID";
            this.lkCategories.Size = new System.Drawing.Size(148, 20);
            this.lkCategories.StyleController = this.layoutControl1;
            this.lkCategories.TabIndex = 50;
            this.lkCategories.EditValueChanged += new System.EventHandler(this.lkCategories_EditValueChanged);
            // 
            // radioViewSelector
            // 
            this.radioViewSelector.EditValue = "Readiness View";
            this.radioViewSelector.Location = new System.Drawing.Point(32, 104);
            this.radioViewSelector.Name = "radioViewSelector";
            this.radioViewSelector.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.radioViewSelector.Properties.Appearance.Options.UseBackColor = true;
            this.radioViewSelector.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.radioViewSelector.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Readiness View", "Readiness View"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Consumption View", "Consumption View"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Expiry View", "Expiry View"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Price View", "Price View"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Batch View", "Batch View"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Supplier View", "Supplier View", false)});
            this.radioViewSelector.Size = new System.Drawing.Size(723, 23);
            this.radioViewSelector.StyleController = this.layoutControl1;
            this.radioViewSelector.TabIndex = 49;
            this.radioViewSelector.SelectedIndexChanged += new System.EventHandler(this.RadioViewSelectorSelectedIndexChanged);
            // 
            // cboMonth
            // 
            this.cboMonth.Location = new System.Drawing.Point(622, 32);
            this.cboMonth.Name = "cboMonth";
            this.cboMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboMonth.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Month", "Month")});
            this.cboMonth.Properties.DisplayMember = "Month";
            this.cboMonth.Properties.ValueMember = "Value";
            this.cboMonth.Size = new System.Drawing.Size(133, 20);
            this.cboMonth.StyleController = this.layoutControl1;
            this.cboMonth.TabIndex = 48;
            this.cboMonth.EditValueChanged += new System.EventHandler(this.CboMonthEditValueChanged);
            // 
            // cboYear
            // 
            this.cboYear.Location = new System.Drawing.Point(622, 8);
            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.ValueMember = "Year";
            this.cboYear.Size = new System.Drawing.Size(133, 20);
            this.cboYear.StyleController = this.layoutControl1;
            this.cboYear.TabIndex = 47;
            this.cboYear.EditValueChanged += new System.EventHandler(this.cboYear_EditValueChanged);
            // 
            // lkPrograms
            // 
            this.lkPrograms.Location = new System.Drawing.Point(844, 32);
            this.lkPrograms.Name = "lkPrograms";
            this.lkPrograms.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkPrograms.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
            this.lkPrograms.Properties.DisplayMember = "Name";
            this.lkPrograms.Properties.ValueMember = "ID";
            this.lkPrograms.Size = new System.Drawing.Size(151, 20);
            this.lkPrograms.StyleController = this.layoutControl1;
            this.lkPrograms.TabIndex = 44;
            this.lkPrograms.EditValueChanged += new System.EventHandler(this.lkPrograms_EditValueChanged);
            // 
            // cboStatus
            // 
            this.cboStatus.EditValue = "All";
            this.cboStatus.Location = new System.Drawing.Point(844, 8);
            this.cboStatus.Name = "cboStatus";
            this.cboStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboStatus.Properties.Items.AddRange(new object[] {
            "All",
            "Stock Out",
            "Below EOP",
            "Near EOP",
            "Normal",
            "Over Stocked"});
            this.cboStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cboStatus.Size = new System.Drawing.Size(151, 20);
            this.cboStatus.StyleController = this.layoutControl1;
            this.cboStatus.TabIndex = 43;
            this.cboStatus.SelectedIndexChanged += new System.EventHandler(this.RefreshFilterCriteria);
            this.cboStatus.EditValueChanged += new System.EventHandler(this.RefreshFilterCriteria);
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(129, 56);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(389, 20);
            this.txtName.StyleController = this.layoutControl1;
            this.txtName.TabIndex = 42;
            this.txtName.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.txtName_EditValueChanging);
            // 
            // btnPrint
            // 
            this.btnPrint.Location = new System.Drawing.Point(882, 56);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(113, 22);
            this.btnPrint.StyleController = this.layoutControl1;
            this.btnPrint.TabIndex = 41;
            this.btnPrint.Text = "Print";
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            // 
            // pbLoad
            // 
            this.pbLoad.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pbLoad.Location = new System.Drawing.Point(32, 549);
            this.pbLoad.Name = "pbLoad";
            this.pbLoad.Size = new System.Drawing.Size(1083, 18);
            this.pbLoad.StyleController = this.layoutControl1;
            this.pbLoad.TabIndex = 35;
            this.pbLoad.Visible = false;
            // 
            // gridDetailReport
            // 
            this.gridDetailReport.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.gridDetailReport.Location = new System.Drawing.Point(32, 131);
            this.gridDetailReport.MainView = this.gridReadinessView;
            this.gridDetailReport.Name = "gridDetailReport";
            this.gridDetailReport.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1});
            this.gridDetailReport.Size = new System.Drawing.Size(1083, 414);
            this.gridDetailReport.TabIndex = 32;
            this.gridDetailReport.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridReadinessView,
            this.gridExpView,
            this.gridExpiryView,
            this.gridConsumptionView,
            this.gridSupplierView,
            this.gridPriceView,
            this.gridBatchView});
            this.gridDetailReport.DoubleClick += new System.EventHandler(this.gridItemsChoice_DoubleClick);
            this.gridDetailReport.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridDetailReport_KeyDown);
            // 
            // gridReadinessView
            // 
            this.gridReadinessView.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridReadinessView.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridReadinessView.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridReadinessView.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridReadinessView.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
            this.gridReadinessView.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridReadinessView.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridReadinessView.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridReadinessView.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gridReadinessView.Appearance.Empty.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.EvenRow.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridReadinessView.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridReadinessView.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridReadinessView.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridReadinessView.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gridReadinessView.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.gridReadinessView.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.gridReadinessView.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
            this.gridReadinessView.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gridReadinessView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridReadinessView.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridReadinessView.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridReadinessView.Appearance.FooterPanel.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridReadinessView.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridReadinessView.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridReadinessView.Appearance.GroupButton.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridReadinessView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridReadinessView.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridReadinessView.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridReadinessView.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridReadinessView.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridReadinessView.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridReadinessView.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gridReadinessView.Appearance.GroupRow.Options.UseFont = true;
            this.gridReadinessView.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridReadinessView.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridReadinessView.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridReadinessView.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridReadinessView.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridReadinessView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridReadinessView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
            this.gridReadinessView.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.gridReadinessView.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridReadinessView.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridReadinessView.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.OddRow.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.OddRow.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.gridReadinessView.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.gridReadinessView.Appearance.Preview.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.Preview.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridReadinessView.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridReadinessView.Appearance.Row.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.Row.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gridReadinessView.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
            this.gridReadinessView.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gridReadinessView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridReadinessView.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridReadinessView.Appearance.VertLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridReadinessView.Appearance.VertLine.Options.UseBackColor = true;
            this.gridReadinessView.ColumnPanelRowHeight = 40;
            this.gridReadinessView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.colItemName,
            this.gridColumn82,
            this.gridColumn29,
            this.colExpired,
            this.colNearExpiry,
            this.colSuspended,
            this.colReserved,
            this.colAmount,
            this.colDispatchable,
            this.colStatus,
            this.colReorder,
            this.gridColumn67,
            this.gridColumn66,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn2,
            this.ProgramID,
            this.gridColumn94,
            this.colUnconfirmed,
            this.gridColumn95,
            this.colApprovedForIssue,
            this.colApprovable,
            this.colUnpriced});
            this.gridReadinessView.FixedLineWidth = 1;
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.colStatus;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = "Stock Out";
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(209)))), ((int)(((byte)(255)))));
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Column = this.colStatus;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Value1 = "Over Stocked";
            styleFormatCondition3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(153)))));
            styleFormatCondition3.Appearance.Options.UseBackColor = true;
            styleFormatCondition3.ApplyToRow = true;
            styleFormatCondition3.Column = this.colStatus;
            styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition3.Value1 = "Near EOP";
            styleFormatCondition4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            styleFormatCondition4.Appearance.Options.UseBackColor = true;
            styleFormatCondition4.ApplyToRow = true;
            styleFormatCondition4.Column = this.colStatus;
            styleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition4.Value1 = "Below EOP";
            styleFormatCondition5.Appearance.BackColor = System.Drawing.Color.White;
            styleFormatCondition5.Appearance.Options.UseBackColor = true;
            styleFormatCondition5.ApplyToRow = true;
            styleFormatCondition5.Column = this.colStatus;
            styleFormatCondition5.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition5.Value1 = "Normal";
            this.gridReadinessView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2,
            styleFormatCondition3,
            styleFormatCondition4,
            styleFormatCondition5});
            this.gridReadinessView.GridControl = this.gridDetailReport;
            this.gridReadinessView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Count", this.gridColumn1, "")});
            this.gridReadinessView.IndicatorWidth = 40;
            this.gridReadinessView.Name = "gridReadinessView";
            this.gridReadinessView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridReadinessView.OptionsDetail.AllowExpandEmptyDetails = true;
            this.gridReadinessView.OptionsDetail.EnableDetailToolTip = true;
            this.gridReadinessView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gridReadinessView.OptionsDetail.SmartDetailHeight = true;
            this.gridReadinessView.OptionsFilter.DefaultFilterEditorView = DevExpress.XtraEditors.FilterEditorViewMode.VisualAndText;
            this.gridReadinessView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
            this.gridReadinessView.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridReadinessView.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridReadinessView.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridReadinessView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridReadinessView.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridReadinessView.OptionsSelection.MultiSelect = true;
            this.gridReadinessView.OptionsView.EnableAppearanceEvenRow = true;
            this.gridReadinessView.OptionsView.EnableAppearanceOddRow = true;
            this.gridReadinessView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridReadinessView.OptionsView.ShowGroupPanel = false;
            this.gridReadinessView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "No.";
            this.gridColumn1.FieldName = "No";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowEdit = 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.ReadOnly = true;
            this.gridColumn1.OptionsFilter.AllowFilter = false;
            // 
            // colItemName
            // 
            this.colItemName.AppearanceCell.Options.UseTextOptions = true;
            this.colItemName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.colItemName.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
            this.colItemName.Caption = "Item Name";
            this.colItemName.FieldName = "FullItemName";
            this.colItemName.Name = "colItemName";
            this.colItemName.OptionsColumn.AllowEdit = false;
            this.colItemName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
            this.colItemName.OptionsFilter.AllowFilter = false;
            this.colItemName.Visible = true;
            this.colItemName.VisibleIndex = 0;
            this.colItemName.Width = 321;
            // 
            // gridColumn82
            // 
            this.gridColumn82.Caption = "Unit";
            this.gridColumn82.FieldName = "Unit";
            this.gridColumn82.Name = "gridColumn82";
            this.gridColumn82.OptionsColumn.AllowEdit = false;
            this.gridColumn82.OptionsColumn.AllowFocus = false;
            this.gridColumn82.Visible = true;
            this.gridColumn82.VisibleIndex = 1;
            // 
            // colExpired
            // 
            this.colExpired.Caption = "Expired";
            this.colExpired.DisplayFormat.FormatString = "#,##0.##";
            this.colExpired.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colExpired.FieldName = "Expired";
            this.colExpired.Name = "colExpired";
            this.colExpired.OptionsColumn.AllowEdit = false;
            this.colExpired.Visible = true;
            this.colExpired.VisibleIndex = 3;
            // 
            // colNearExpiry
            // 
            this.colNearExpiry.Caption = "Near Expiry";
            this.colNearExpiry.DisplayFormat.FormatString = "#,##0.##";
            this.colNearExpiry.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colNearExpiry.FieldName = "NearExpiry";
            this.colNearExpiry.Name = "colNearExpiry";
            this.colNearExpiry.OptionsColumn.AllowEdit = false;
            this.colNearExpiry.Visible = true;
            this.colNearExpiry.VisibleIndex = 4;
            // 
            // colSuspended
            // 
            this.colSuspended.Caption = "Suspended";
            this.colSuspended.DisplayFormat.FormatString = "#,##0.##";
            this.colSuspended.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colSuspended.FieldName = "Suspended";
            this.colSuspended.Name = "colSuspended";
            this.colSuspended.OptionsColumn.AllowEdit = false;
            this.colSuspended.OptionsColumn.FixedWidth = true;
            this.colSuspended.Visible = true;
            this.colSuspended.VisibleIndex = 5;
            // 
            // colReserved
            // 
            this.colReserved.Caption = "Reserved";
            this.colReserved.DisplayFormat.FormatString = "#,##0.##";
            this.colReserved.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colReserved.FieldName = "Reserved";
            this.colReserved.Name = "colReserved";
            this.colReserved.OptionsColumn.AllowEdit = false;
            this.colReserved.Visible = true;
            this.colReserved.VisibleIndex = 6;
            // 
            // colAmount
            // 
            this.colAmount.Caption = "Amount";
            this.colAmount.DisplayFormat.FormatString = "#,##0.#0";
            this.colAmount.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colAmount.FieldName = "Price";
            this.colAmount.Name = "colAmount";
            this.colAmount.OptionsColumn.AllowEdit = false;
            this.colAmount.Visible = true;
            this.colAmount.VisibleIndex = 11;
            // 
            // colDispatchable
            // 
            this.colDispatchable.Caption = "Usable Stock";
            this.colDispatchable.DisplayFormat.FormatString = "#,##0.##";
            this.colDispatchable.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colDispatchable.FieldName = "Dispatchable";
            this.colDispatchable.Name = "colDispatchable";
            this.colDispatchable.OptionsColumn.AllowEdit = false;
            this.colDispatchable.Visible = true;
            this.colDispatchable.VisibleIndex = 9;
            // 
            // colReorder
            // 
            this.colReorder.Caption = "Reorder Amount";
            this.colReorder.FieldName = "Reorder Amount";
            this.colReorder.Name = "colReorder";
            this.colReorder.OptionsColumn.AllowEdit = false;
            this.colReorder.OptionsFilter.AllowFilter = false;
            this.colReorder.Width = 92;
            // 
            // gridColumn67
            // 
            this.gridColumn67.Caption = "CategoryId";
            this.gridColumn67.FieldName = "CategoryId";
            this.gridColumn67.Name = "gridColumn67";
            this.gridColumn67.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn67.OptionsFilter.AllowFilter = false;
            this.gridColumn67.Width = 77;
            // 
            // gridColumn66
            // 
            this.gridColumn66.Caption = "SubCategoryID";
            this.gridColumn66.FieldName = "SubCategoryID";
            this.gridColumn66.Name = "gridColumn66";
            this.gridColumn66.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn66.OptionsFilter.AllowFilter = false;
            this.gridColumn66.Width = 77;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "Received";
            this.gridColumn8.FieldName = "Received";
            this.gridColumn8.Name = "gridColumn8";
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "ID";
            this.gridColumn9.FieldName = "ID";
            this.gridColumn9.Name = "gridColumn9";
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "Type";
            this.gridColumn2.FieldName = "TypeID";
            this.gridColumn2.Name = "gridColumn2";
            // 
            // ProgramID
            // 
            this.ProgramID.Caption = "ProgramID";
            this.ProgramID.FieldName = "ProgramID";
            this.ProgramID.Name = "ProgramID";
            // 
            // gridColumn94
            // 
            this.gridColumn94.Caption = "VENID";
            this.gridColumn94.FieldName = "VENID";
            this.gridColumn94.Name = "gridColumn94";
            // 
            // colUnconfirmed
            // 
            this.colUnconfirmed.Caption = "Unconfirmed";
            this.colUnconfirmed.DisplayFormat.FormatString = "#,##0.##";
            this.colUnconfirmed.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colUnconfirmed.FieldName = "Unconfirmed";
            this.colUnconfirmed.Name = "colUnconfirmed";
            this.colUnconfirmed.OptionsColumn.AllowEdit = false;
            this.colUnconfirmed.OptionsColumn.FixedWidth = true;
            this.colUnconfirmed.Visible = true;
            this.colUnconfirmed.VisibleIndex = 8;
            // 
            // gridColumn95
            // 
            this.gridColumn95.Caption = "Delivery Note";
            this.gridColumn95.DisplayFormat.FormatString = "#,###.##";
            this.gridColumn95.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn95.FieldName = "DeliveryNote";
            this.gridColumn95.Name = "gridColumn95";
            this.gridColumn95.OptionsColumn.AllowEdit = false;
            this.gridColumn95.Visible = true;
            this.gridColumn95.VisibleIndex = 7;
            // 
            // colApprovedForIssue
            // 
            this.colApprovedForIssue.Caption = "Approved";
            this.colApprovedForIssue.DisplayFormat.FormatString = "#,##0.##";
            this.colApprovedForIssue.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colApprovedForIssue.FieldName = "ApprovedForIssue";
            this.colApprovedForIssue.Name = "colApprovedForIssue";
            this.colApprovedForIssue.OptionsColumn.AllowEdit = false;
            this.colApprovedForIssue.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colApprovedForIssue.Visible = true;
            this.colApprovedForIssue.VisibleIndex = 10;
            // 
            // colApprovable
            // 
            this.colApprovable.Caption = "Approvable";
            this.colApprovable.DisplayFormat.FormatString = "#,##0.##";
            this.colApprovable.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colApprovable.FieldName = "Approvable";
            this.colApprovable.Name = "colApprovable";
            this.colApprovable.OptionsColumn.AllowEdit = false;
            this.colApprovable.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colApprovable.OptionsColumn.FixedWidth = true;
            this.colApprovable.Visible = true;
            this.colApprovable.VisibleIndex = 13;
            // 
            // colUnpriced
            // 
            this.colUnpriced.Caption = "Unpriced";
            this.colUnpriced.DisplayFormat.FormatString = "#,##0.##";
            this.colUnpriced.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colUnpriced.FieldName = "Unpriced";
            this.colUnpriced.Name = "colUnpriced";
            this.colUnpriced.OptionsColumn.AllowEdit = false;
            this.colUnpriced.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colUnpriced.OptionsColumn.FixedWidth = true;
            this.colUnpriced.Visible = true;
            this.colUnpriced.VisibleIndex = 12;
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // gridExpView
            // 
            this.gridExpView.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridExpView.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpView.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridExpView.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridExpView.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridExpView.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridExpView.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
            this.gridExpView.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridExpView.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpView.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridExpView.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridExpView.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridExpView.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gridExpView.Appearance.Empty.Options.UseBackColor = true;
            this.gridExpView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridExpView.Appearance.EvenRow.Options.UseForeColor = true;
            this.gridExpView.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridExpView.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpView.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridExpView.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridExpView.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.gridExpView.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridExpView.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gridExpView.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridExpView.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridExpView.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.gridExpView.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridExpView.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.gridExpView.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridExpView.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gridExpView.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
            this.gridExpView.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gridExpView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridExpView.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridExpView.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridExpView.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpView.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridExpView.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridExpView.Appearance.FooterPanel.Options.UseForeColor = true;
            this.gridExpView.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpView.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpView.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridExpView.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridExpView.Appearance.GroupButton.Options.UseForeColor = true;
            this.gridExpView.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpView.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridExpView.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridExpView.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gridExpView.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridExpView.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridExpView.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridExpView.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpView.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpView.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridExpView.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridExpView.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gridExpView.Appearance.GroupRow.Options.UseFont = true;
            this.gridExpView.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridExpView.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridExpView.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpView.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpView.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridExpView.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridExpView.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridExpView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
            this.gridExpView.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.gridExpView.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridExpView.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridExpView.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridExpView.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridExpView.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridExpView.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.OddRow.Options.UseBackColor = true;
            this.gridExpView.Appearance.OddRow.Options.UseForeColor = true;
            this.gridExpView.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.gridExpView.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.gridExpView.Appearance.Preview.Options.UseBackColor = true;
            this.gridExpView.Appearance.Preview.Options.UseForeColor = true;
            this.gridExpView.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridExpView.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridExpView.Appearance.Row.Options.UseBackColor = true;
            this.gridExpView.Appearance.Row.Options.UseForeColor = true;
            this.gridExpView.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gridExpView.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gridExpView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
            this.gridExpView.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gridExpView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridExpView.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridExpView.Appearance.VertLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridExpView.Appearance.VertLine.Options.UseBackColor = true;
            this.gridExpView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn48,
            this.gridColumn56,
            this.gridColumn109,
            this.gridColumn57,
            this.gridColumn65,
            this.gridColumn58,
            this.gridColumn59,
            this.gridColumn60,
            this.gridColumn61,
            this.gridColumn63,
            this.gridColumn62,
            this.gridColumn64,
            this.gridColumn68,
            this.gridColumn69,
            this.gridColumn70,
            this.gridColumn71,
            this.gridColumn72,
            this.gridColumn73,
            this.gridColumn81});
            this.gridExpView.FixedLineWidth = 1;
            styleFormatCondition6.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
            styleFormatCondition6.Appearance.Options.UseBackColor = true;
            styleFormatCondition6.ApplyToRow = true;
            styleFormatCondition6.Column = this.gridColumn64;
            styleFormatCondition6.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition6.Value1 = "Stock Out";
            styleFormatCondition7.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(209)))), ((int)(((byte)(255)))));
            styleFormatCondition7.Appearance.Options.UseBackColor = true;
            styleFormatCondition7.ApplyToRow = true;
            styleFormatCondition7.Column = this.gridColumn64;
            styleFormatCondition7.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition7.Value1 = "Over Stocked";
            styleFormatCondition8.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(153)))));
            styleFormatCondition8.Appearance.Options.UseBackColor = true;
            styleFormatCondition8.ApplyToRow = true;
            styleFormatCondition8.Column = this.gridColumn64;
            styleFormatCondition8.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition8.Value1 = "Near EOP";
            styleFormatCondition9.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            styleFormatCondition9.Appearance.Options.UseBackColor = true;
            styleFormatCondition9.ApplyToRow = true;
            styleFormatCondition9.Column = this.gridColumn64;
            styleFormatCondition9.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition9.Value1 = "Below EOP";
            styleFormatCondition10.Appearance.BackColor = System.Drawing.Color.White;
            styleFormatCondition10.Appearance.Options.UseBackColor = true;
            styleFormatCondition10.ApplyToRow = true;
            styleFormatCondition10.Column = this.gridColumn64;
            styleFormatCondition10.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition10.Value1 = "Normal";
            this.gridExpView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition6,
            styleFormatCondition7,
            styleFormatCondition8,
            styleFormatCondition9,
            styleFormatCondition10});
            this.gridExpView.GridControl = this.gridDetailReport;
            this.gridExpView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Count", this.gridColumn48, "")});
            this.gridExpView.IndicatorWidth = 40;
            this.gridExpView.Name = "gridExpView";
            this.gridExpView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridExpView.OptionsDetail.AllowExpandEmptyDetails = true;
            this.gridExpView.OptionsDetail.EnableDetailToolTip = true;
            this.gridExpView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gridExpView.OptionsDetail.SmartDetailHeight = true;
            this.gridExpView.OptionsFilter.DefaultFilterEditorView = DevExpress.XtraEditors.FilterEditorViewMode.VisualAndText;
            this.gridExpView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
            this.gridExpView.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridExpView.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridExpView.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridExpView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridExpView.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridExpView.OptionsSelection.MultiSelect = true;
            this.gridExpView.OptionsView.AllowCellMerge = true;
            this.gridExpView.OptionsView.EnableAppearanceEvenRow = true;
            this.gridExpView.OptionsView.EnableAppearanceOddRow = true;
            this.gridExpView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridExpView.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn48
            // 
            this.gridColumn48.Caption = "No.";
            this.gridColumn48.FieldName = "No";
            this.gridColumn48.Name = "gridColumn48";
            this.gridColumn48.OptionsColumn.AllowEdit = 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.ReadOnly = true;
            this.gridColumn48.OptionsFilter.AllowFilter = false;
            // 
            // gridColumn56
            // 
            this.gridColumn56.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn56.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColumn56.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
            this.gridColumn56.Caption = "Item Name";
            this.gridColumn56.FieldName = "FullItemName";
            this.gridColumn56.Name = "gridColumn56";
            this.gridColumn56.OptionsColumn.AllowEdit = false;
            this.gridColumn56.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn56.OptionsFilter.AllowFilter = false;
            this.gridColumn56.Visible = true;
            this.gridColumn56.VisibleIndex = 0;
            this.gridColumn56.Width = 321;
            // 
            // gridColumn109
            // 
            this.gridColumn109.Caption = "Unit";
            this.gridColumn109.FieldName = "Unit";
            this.gridColumn109.Name = "gridColumn109";
            this.gridColumn109.Visible = true;
            this.gridColumn109.VisibleIndex = 1;
            // 
            // gridColumn57
            // 
            this.gridColumn57.Caption = "SOH";
            this.gridColumn57.DisplayFormat.FormatString = "#,##0";
            this.gridColumn57.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn57.FieldName = "SOH";
            this.gridColumn57.Name = "gridColumn57";
            this.gridColumn57.OptionsColumn.AllowEdit = false;
            this.gridColumn57.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn57.OptionsFilter.AllowFilter = false;
            this.gridColumn57.Visible = true;
            this.gridColumn57.VisibleIndex = 2;
            this.gridColumn57.Width = 74;
            // 
            // gridColumn65
            // 
            this.gridColumn65.Caption = "Expiry Date";
            this.gridColumn65.DisplayFormat.FormatString = "MMM/yyyy";
            this.gridColumn65.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn65.FieldName = "ExpDate";
            this.gridColumn65.Name = "gridColumn65";
            this.gridColumn65.OptionsColumn.AllowEdit = false;
            this.gridColumn65.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn65.OptionsFilter.AllowFilter = false;
            this.gridColumn65.Visible = true;
            this.gridColumn65.VisibleIndex = 3;
            this.gridColumn65.Width = 92;
            // 
            // gridColumn58
            // 
            this.gridColumn58.Caption = "Expired";
            this.gridColumn58.DisplayFormat.FormatString = "#,##0";
            this.gridColumn58.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn58.FieldName = "Expired";
            this.gridColumn58.Name = "gridColumn58";
            this.gridColumn58.OptionsColumn.AllowEdit = false;
            this.gridColumn58.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn58.Visible = true;
            this.gridColumn58.VisibleIndex = 4;
            // 
            // gridColumn59
            // 
            this.gridColumn59.Caption = "Near Expiry";
            this.gridColumn59.DisplayFormat.FormatString = "#,##0";
            this.gridColumn59.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn59.FieldName = "NearExpiry";
            this.gridColumn59.Name = "gridColumn59";
            this.gridColumn59.OptionsColumn.AllowEdit = false;
            this.gridColumn59.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn59.Visible = true;
            this.gridColumn59.VisibleIndex = 5;
            // 
            // gridColumn60
            // 
            this.gridColumn60.Caption = "Suspended";
            this.gridColumn60.DisplayFormat.FormatString = "#,##0";
            this.gridColumn60.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn60.FieldName = "Suspended";
            this.gridColumn60.Name = "gridColumn60";
            this.gridColumn60.OptionsColumn.AllowEdit = false;
            this.gridColumn60.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn60.Visible = true;
            this.gridColumn60.VisibleIndex = 6;
            // 
            // gridColumn61
            // 
            this.gridColumn61.Caption = "Reserved";
            this.gridColumn61.DisplayFormat.FormatString = "#,##0";
            this.gridColumn61.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn61.FieldName = "Reserved";
            this.gridColumn61.Name = "gridColumn61";
            this.gridColumn61.OptionsColumn.AllowEdit = false;
            this.gridColumn61.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn61.Visible = true;
            this.gridColumn61.VisibleIndex = 7;
            // 
            // gridColumn63
            // 
            this.gridColumn63.Caption = "Usable Stock";
            this.gridColumn63.DisplayFormat.FormatString = "#,##0";
            this.gridColumn63.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn63.FieldName = "Dispatchable";
            this.gridColumn63.Name = "gridColumn63";
            this.gridColumn63.OptionsColumn.AllowEdit = false;
            this.gridColumn63.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn63.Visible = true;
            this.gridColumn63.VisibleIndex = 8;
            // 
            // gridColumn62
            // 
            this.gridColumn62.Caption = "Amount";
            this.gridColumn62.DisplayFormat.FormatString = "#,##0.#0";
            this.gridColumn62.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn62.FieldName = "Price";
            this.gridColumn62.Name = "gridColumn62";
            this.gridColumn62.OptionsColumn.AllowEdit = false;
            this.gridColumn62.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn62.Visible = true;
            this.gridColumn62.VisibleIndex = 9;
            // 
            // gridColumn68
            // 
            this.gridColumn68.Caption = "CategoryId";
            this.gridColumn68.FieldName = "CategoryId";
            this.gridColumn68.Name = "gridColumn68";
            this.gridColumn68.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn68.OptionsFilter.AllowFilter = false;
            this.gridColumn68.Width = 77;
            // 
            // gridColumn69
            // 
            this.gridColumn69.Caption = "SubCategoryID";
            this.gridColumn69.FieldName = "SubCategoryID";
            this.gridColumn69.Name = "gridColumn69";
            this.gridColumn69.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn69.OptionsFilter.AllowFilter = false;
            this.gridColumn69.Width = 77;
            // 
            // gridColumn70
            // 
            this.gridColumn70.Caption = "Received";
            this.gridColumn70.FieldName = "Received";
            this.gridColumn70.Name = "gridColumn70";
            // 
            // gridColumn71
            // 
            this.gridColumn71.Caption = "ID";
            this.gridColumn71.FieldName = "ID";
            this.gridColumn71.Name = "gridColumn71";
            // 
            // gridColumn72
            // 
            this.gridColumn72.Caption = "TypeID";
            this.gridColumn72.FieldName = "TypeID";
            this.gridColumn72.Name = "gridColumn72";
            // 
            // gridColumn73
            // 
            this.gridColumn73.Caption = "ProgramID";
            this.gridColumn73.FieldName = "ProgramID";
            this.gridColumn73.Name = "gridColumn73";
            // 
            // gridColumn81
            // 
            this.gridColumn81.Caption = "Batch No";
            this.gridColumn81.FieldName = "BatchNo";
            this.gridColumn81.Name = "gridColumn81";
            // 
            // gridExpiryView
            // 
            this.gridExpiryView.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridExpiryView.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpiryView.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridExpiryView.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridExpiryView.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
            this.gridExpiryView.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridExpiryView.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpiryView.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridExpiryView.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gridExpiryView.Appearance.Empty.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.EvenRow.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridExpiryView.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpiryView.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridExpiryView.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridExpiryView.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gridExpiryView.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.gridExpiryView.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.gridExpiryView.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
            this.gridExpiryView.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gridExpiryView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridExpiryView.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpiryView.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridExpiryView.Appearance.FooterPanel.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpiryView.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpiryView.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridExpiryView.Appearance.GroupButton.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpiryView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpiryView.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridExpiryView.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridExpiryView.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpiryView.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridExpiryView.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridExpiryView.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gridExpiryView.Appearance.GroupRow.Options.UseFont = true;
            this.gridExpiryView.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridExpiryView.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridExpiryView.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridExpiryView.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridExpiryView.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
            this.gridExpiryView.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.gridExpiryView.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridExpiryView.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridExpiryView.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.OddRow.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.OddRow.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.gridExpiryView.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.gridExpiryView.Appearance.Preview.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.Preview.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridExpiryView.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridExpiryView.Appearance.Row.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.Row.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gridExpiryView.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
            this.gridExpiryView.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gridExpiryView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridExpiryView.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridExpiryView.Appearance.VertLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridExpiryView.Appearance.VertLine.Options.UseBackColor = true;
            this.gridExpiryView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn79,
            this.gridColumn38,
            this.gridColumn39,
            this.gridColumn108,
            this.gridColumn40,
            this.gridColumn55,
            this.gridColumn41,
            this.gridColumn42,
            this.gridColumn43,
            this.gridColumn44,
            this.gridColumn45,
            this.gridColumn46,
            this.gridColumn49,
            this.gridColumn50,
            this.gridColumn51,
            this.gridColumn52,
            this.gridColumn53,
            this.gridColumn54,
            this.gridColumn47});
            this.gridExpiryView.FixedLineWidth = 1;
            styleFormatCondition11.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
            styleFormatCondition11.Appearance.Options.UseBackColor = true;
            styleFormatCondition11.ApplyToRow = true;
            styleFormatCondition11.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition11.Value1 = "Stock Out";
            styleFormatCondition12.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(209)))), ((int)(((byte)(255)))));
            styleFormatCondition12.Appearance.Options.UseBackColor = true;
            styleFormatCondition12.ApplyToRow = true;
            styleFormatCondition12.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition12.Value1 = "Over Stocked";
            styleFormatCondition13.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(153)))));
            styleFormatCondition13.Appearance.Options.UseBackColor = true;
            styleFormatCondition13.ApplyToRow = true;
            styleFormatCondition13.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition13.Value1 = "Near EOP";
            styleFormatCondition14.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            styleFormatCondition14.Appearance.Options.UseBackColor = true;
            styleFormatCondition14.ApplyToRow = true;
            styleFormatCondition14.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition14.Value1 = "Below EOP";
            styleFormatCondition15.Appearance.BackColor = System.Drawing.Color.White;
            styleFormatCondition15.Appearance.Options.UseBackColor = true;
            styleFormatCondition15.ApplyToRow = true;
            styleFormatCondition15.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition15.Value1 = "Normal";
            this.gridExpiryView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition11,
            styleFormatCondition12,
            styleFormatCondition13,
            styleFormatCondition14,
            styleFormatCondition15});
            this.gridExpiryView.GridControl = this.gridDetailReport;
            this.gridExpiryView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Count", this.gridColumn38, "")});
            this.gridExpiryView.IndicatorWidth = 40;
            this.gridExpiryView.Name = "gridExpiryView";
            this.gridExpiryView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridExpiryView.OptionsDetail.AllowExpandEmptyDetails = true;
            this.gridExpiryView.OptionsDetail.EnableDetailToolTip = true;
            this.gridExpiryView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gridExpiryView.OptionsDetail.SmartDetailHeight = true;
            this.gridExpiryView.OptionsFilter.DefaultFilterEditorView = DevExpress.XtraEditors.FilterEditorViewMode.VisualAndText;
            this.gridExpiryView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
            this.gridExpiryView.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridExpiryView.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridExpiryView.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridExpiryView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridExpiryView.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridExpiryView.OptionsSelection.MultiSelect = true;
            this.gridExpiryView.OptionsView.AllowCellMerge = true;
            this.gridExpiryView.OptionsView.EnableAppearanceEvenRow = true;
            this.gridExpiryView.OptionsView.EnableAppearanceOddRow = true;
            this.gridExpiryView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridExpiryView.OptionsView.ShowGroupPanel = false;
            this.gridExpiryView.OptionsView.WaitAnimationOptions = DevExpress.XtraEditors.WaitAnimationOptions.Indicator;
            // 
            // gridColumn79
            // 
            this.gridColumn79.Caption = "Batch No";
            this.gridColumn79.FieldName = "BatchNo";
            this.gridColumn79.Name = "gridColumn79";
            this.gridColumn79.Visible = true;
            this.gridColumn79.VisibleIndex = 3;
            // 
            // gridColumn38
            // 
            this.gridColumn38.Caption = "No.";
            this.gridColumn38.FieldName = "No";
            this.gridColumn38.Name = "gridColumn38";
            this.gridColumn38.OptionsColumn.AllowEdit = 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.ReadOnly = true;
            this.gridColumn38.OptionsFilter.AllowFilter = false;
            // 
            // gridColumn39
            // 
            this.gridColumn39.Caption = "Item Name";
            this.gridColumn39.FieldName = "FullItemName";
            this.gridColumn39.Name = "gridColumn39";
            this.gridColumn39.OptionsColumn.AllowEdit = false;
            this.gridColumn39.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn39.OptionsFilter.AllowFilter = false;
            this.gridColumn39.Visible = true;
            this.gridColumn39.VisibleIndex = 0;
            this.gridColumn39.Width = 321;
            // 
            // gridColumn108
            // 
            this.gridColumn108.Caption = "Unit";
            this.gridColumn108.FieldName = "Unit";
            this.gridColumn108.Name = "gridColumn108";
            this.gridColumn108.OptionsColumn.AllowEdit = false;
            this.gridColumn108.Visible = true;
            this.gridColumn108.VisibleIndex = 1;
            // 
            // gridColumn40
            // 
            this.gridColumn40.Caption = "SOH";
            this.gridColumn40.DisplayFormat.FormatString = "#,##0";
            this.gridColumn40.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn40.FieldName = "SOH";
            this.gridColumn40.Name = "gridColumn40";
            this.gridColumn40.OptionsColumn.AllowEdit = false;
            this.gridColumn40.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn40.OptionsFilter.AllowFilter = false;
            this.gridColumn40.Visible = true;
            this.gridColumn40.VisibleIndex = 2;
            this.gridColumn40.Width = 74;
            // 
            // gridColumn55
            // 
            this.gridColumn55.Caption = "Expiry Date";
            this.gridColumn55.DisplayFormat.FormatString = "MM/yyyy";
            this.gridColumn55.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn55.FieldName = "ExpDate";
            this.gridColumn55.Name = "gridColumn55";
            this.gridColumn55.OptionsColumn.AllowEdit = false;
            this.gridColumn55.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn55.Visible = true;
            this.gridColumn55.VisibleIndex = 4;
            // 
            // gridColumn41
            // 
            this.gridColumn41.Caption = "Expired";
            this.gridColumn41.DisplayFormat.FormatString = "#,##0";
            this.gridColumn41.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn41.FieldName = "Expired";
            this.gridColumn41.Name = "gridColumn41";
            this.gridColumn41.OptionsColumn.AllowEdit = false;
            this.gridColumn41.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn41.Visible = true;
            this.gridColumn41.VisibleIndex = 5;
            // 
            // gridColumn42
            // 
            this.gridColumn42.Caption = "Near Expiry";
            this.gridColumn42.DisplayFormat.FormatString = "#,##0";
            this.gridColumn42.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn42.FieldName = "NearExpiry";
            this.gridColumn42.Name = "gridColumn42";
            this.gridColumn42.OptionsColumn.AllowEdit = false;
            this.gridColumn42.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn42.Visible = true;
            this.gridColumn42.VisibleIndex = 6;
            // 
            // gridColumn43
            // 
            this.gridColumn43.Caption = "Suspended";
            this.gridColumn43.DisplayFormat.FormatString = "#,##0";
            this.gridColumn43.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn43.FieldName = "Suspended";
            this.gridColumn43.Name = "gridColumn43";
            this.gridColumn43.OptionsColumn.AllowEdit = false;
            this.gridColumn43.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn43.Visible = true;
            this.gridColumn43.VisibleIndex = 7;
            // 
            // gridColumn44
            // 
            this.gridColumn44.Caption = "Reserved";
            this.gridColumn44.DisplayFormat.FormatString = "#,##0";
            this.gridColumn44.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn44.FieldName = "Reserved";
            this.gridColumn44.Name = "gridColumn44";
            this.gridColumn44.OptionsColumn.AllowEdit = false;
            this.gridColumn44.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn44.Visible = true;
            this.gridColumn44.VisibleIndex = 8;
            // 
            // gridColumn45
            // 
            this.gridColumn45.Caption = "Amount";
            this.gridColumn45.DisplayFormat.FormatString = "#,##0.#0";
            this.gridColumn45.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn45.FieldName = "Price";
            this.gridColumn45.Name = "gridColumn45";
            this.gridColumn45.OptionsColumn.AllowEdit = false;
            this.gridColumn45.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn45.Visible = true;
            this.gridColumn45.VisibleIndex = 10;
            // 
            // gridColumn46
            // 
            this.gridColumn46.Caption = "Usable Stock";
            this.gridColumn46.DisplayFormat.FormatString = "#,##0";
            this.gridColumn46.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn46.FieldName = "Dispatchable";
            this.gridColumn46.Name = "gridColumn46";
            this.gridColumn46.OptionsColumn.AllowEdit = false;
            this.gridColumn46.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn46.Visible = true;
            this.gridColumn46.VisibleIndex = 9;
            // 
            // gridColumn49
            // 
            this.gridColumn49.Caption = "CategoryId";
            this.gridColumn49.FieldName = "CategoryId";
            this.gridColumn49.Name = "gridColumn49";
            this.gridColumn49.OptionsColumn.AllowEdit = false;
            this.gridColumn49.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn49.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn49.OptionsFilter.AllowFilter = false;
            this.gridColumn49.Width = 77;
            // 
            // gridColumn50
            // 
            this.gridColumn50.Caption = "SubCategoryID";
            this.gridColumn50.FieldName = "SubCategoryID";
            this.gridColumn50.Name = "gridColumn50";
            this.gridColumn50.OptionsColumn.AllowEdit = false;
            this.gridColumn50.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn50.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn50.OptionsFilter.AllowFilter = false;
            this.gridColumn50.Width = 77;
            // 
            // gridColumn51
            // 
            this.gridColumn51.Caption = "Received";
            this.gridColumn51.FieldName = "Received";
            this.gridColumn51.Name = "gridColumn51";
            this.gridColumn51.OptionsColumn.AllowEdit = false;
            this.gridColumn51.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            // 
            // gridColumn52
            // 
            this.gridColumn52.Caption = "ID";
            this.gridColumn52.FieldName = "ID";
            this.gridColumn52.Name = "gridColumn52";
            this.gridColumn52.OptionsColumn.AllowEdit = false;
            this.gridColumn52.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            // 
            // gridColumn53
            // 
            this.gridColumn53.Caption = "TypeID";
            this.gridColumn53.FieldName = "TypeID";
            this.gridColumn53.Name = "gridColumn53";
            // 
            // gridColumn54
            // 
            this.gridColumn54.Caption = "ProgramID";
            this.gridColumn54.FieldName = "ProgramID";
            this.gridColumn54.Name = "gridColumn54";
            // 
            // gridColumn47
            // 
            this.gridColumn47.Caption = "Status";
            this.gridColumn47.FieldName = "Status";
            this.gridColumn47.Name = "gridColumn47";
            this.gridColumn47.OptionsColumn.AllowEdit = false;
            this.gridColumn47.OptionsColumn.AllowFocus = false;
            this.gridColumn47.Visible = true;
            this.gridColumn47.VisibleIndex = 11;
            // 
            // gridConsumptionView
            // 
            this.gridConsumptionView.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridConsumptionView.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridConsumptionView.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridConsumptionView.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridConsumptionView.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
            this.gridConsumptionView.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridConsumptionView.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridConsumptionView.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridConsumptionView.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gridConsumptionView.Appearance.Empty.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.EvenRow.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridConsumptionView.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridConsumptionView.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridConsumptionView.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridConsumptionView.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gridConsumptionView.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.gridConsumptionView.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.gridConsumptionView.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
            this.gridConsumptionView.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gridConsumptionView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridConsumptionView.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridConsumptionView.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridConsumptionView.Appearance.FooterPanel.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridConsumptionView.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridConsumptionView.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridConsumptionView.Appearance.GroupButton.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridConsumptionView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridConsumptionView.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridConsumptionView.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridConsumptionView.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridConsumptionView.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridConsumptionView.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridConsumptionView.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gridConsumptionView.Appearance.GroupRow.Options.UseFont = true;
            this.gridConsumptionView.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridConsumptionView.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridConsumptionView.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridConsumptionView.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridConsumptionView.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
            this.gridConsumptionView.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.gridConsumptionView.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridConsumptionView.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridConsumptionView.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.OddRow.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.OddRow.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.gridConsumptionView.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.gridConsumptionView.Appearance.Preview.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.Preview.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridConsumptionView.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridConsumptionView.Appearance.Row.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.Row.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gridConsumptionView.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
            this.gridConsumptionView.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gridConsumptionView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridConsumptionView.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridConsumptionView.Appearance.VertLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridConsumptionView.Appearance.VertLine.Options.UseBackColor = true;
            this.gridConsumptionView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn4,
            this.gridColumn107,
            this.gridColumn5,
            this.gridColumn11,
            this.gridColumn14,
            this.gridColumn15,
            this.gridColumn16,
            this.gridColumn17,
            this.gridColumn18,
            this.gridColumn19,
            this.gridColumn21,
            this.gridColumn22,
            this.gridColumn23,
            this.gridColumn24,
            this.gridColumn25,
            this.gridColumn26});
            this.gridConsumptionView.FixedLineWidth = 1;
            styleFormatCondition16.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
            styleFormatCondition16.Appearance.Options.UseBackColor = true;
            styleFormatCondition16.ApplyToRow = true;
            styleFormatCondition16.Column = this.gridColumn19;
            styleFormatCondition16.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition16.Value1 = "Stock Out";
            styleFormatCondition17.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(209)))), ((int)(((byte)(255)))));
            styleFormatCondition17.Appearance.Options.UseBackColor = true;
            styleFormatCondition17.ApplyToRow = true;
            styleFormatCondition17.Column = this.gridColumn19;
            styleFormatCondition17.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition17.Value1 = "Over Stocked";
            styleFormatCondition18.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(153)))));
            styleFormatCondition18.Appearance.Options.UseBackColor = true;
            styleFormatCondition18.ApplyToRow = true;
            styleFormatCondition18.Column = this.gridColumn19;
            styleFormatCondition18.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition18.Value1 = "Near EOP";
            styleFormatCondition19.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            styleFormatCondition19.Appearance.Options.UseBackColor = true;
            styleFormatCondition19.ApplyToRow = true;
            styleFormatCondition19.Column = this.gridColumn19;
            styleFormatCondition19.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition19.Value1 = "Below EOP";
            styleFormatCondition20.Appearance.BackColor = System.Drawing.Color.White;
            styleFormatCondition20.Appearance.Options.UseBackColor = true;
            styleFormatCondition20.ApplyToRow = true;
            styleFormatCondition20.Column = this.gridColumn19;
            styleFormatCondition20.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition20.Value1 = "Normal";
            this.gridConsumptionView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition16,
            styleFormatCondition17,
            styleFormatCondition18,
            styleFormatCondition19,
            styleFormatCondition20});
            this.gridConsumptionView.GridControl = this.gridDetailReport;
            this.gridConsumptionView.IndicatorWidth = 40;
            this.gridConsumptionView.Name = "gridConsumptionView";
            this.gridConsumptionView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridConsumptionView.OptionsDetail.AllowExpandEmptyDetails = true;
            this.gridConsumptionView.OptionsDetail.EnableDetailToolTip = true;
            this.gridConsumptionView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gridConsumptionView.OptionsDetail.SmartDetailHeight = true;
            this.gridConsumptionView.OptionsFilter.DefaultFilterEditorView = DevExpress.XtraEditors.FilterEditorViewMode.VisualAndText;
            this.gridConsumptionView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
            this.gridConsumptionView.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridConsumptionView.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridConsumptionView.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridConsumptionView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridConsumptionView.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridConsumptionView.OptionsSelection.MultiSelect = true;
            this.gridConsumptionView.OptionsView.EnableAppearanceEvenRow = true;
            this.gridConsumptionView.OptionsView.EnableAppearanceOddRow = true;
            this.gridConsumptionView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridConsumptionView.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "Item Name";
            this.gridColumn4.FieldName = "FullItemName";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.AllowEdit = false;
            this.gridColumn4.OptionsFilter.AllowFilter = false;
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 0;
            this.gridColumn4.Width = 321;
            // 
            // gridColumn107
            // 
            this.gridColumn107.Caption = "Unit";
            this.gridColumn107.FieldName = "Unit";
            this.gridColumn107.Name = "gridColumn107";
            this.gridColumn107.OptionsColumn.AllowEdit = false;
            this.gridColumn107.Visible = true;
            this.gridColumn107.VisibleIndex = 1;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "SOH";
            this.gridColumn5.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn5.FieldName = "SOH";
            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 = 74;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "Amount";
            this.gridColumn11.DisplayFormat.FormatString = "#,##0.#0";
            this.gridColumn11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn11.FieldName = "Price";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 9;
            // 
            // gridColumn14
            // 
            this.gridColumn14.Caption = "AMC";
            this.gridColumn14.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn14.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn14.FieldName = "AMC";
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.OptionsColumn.AllowEdit = false;
            this.gridColumn14.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn14.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn14.OptionsColumn.AllowMove = false;
            this.gridColumn14.OptionsFilter.AllowFilter = false;
            this.gridColumn14.Visible = true;
            this.gridColumn14.VisibleIndex = 4;
            this.gridColumn14.Width = 70;
            // 
            // gridColumn15
            // 
            this.gridColumn15.Caption = "MOS";
            this.gridColumn15.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn15.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn15.FieldName = "MOS";
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.OptionsColumn.AllowEdit = false;
            this.gridColumn15.OptionsFilter.AllowFilter = false;
            this.gridColumn15.Visible = true;
            this.gridColumn15.VisibleIndex = 5;
            this.gridColumn15.Width = 61;
            // 
            // gridColumn16
            // 
            this.gridColumn16.Caption = "Min";
            this.gridColumn16.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn16.FieldName = "Min";
            this.gridColumn16.Name = "gridColumn16";
            this.gridColumn16.OptionsColumn.AllowEdit = false;
            this.gridColumn16.OptionsFilter.AllowFilter = false;
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 6;
            this.gridColumn16.Width = 52;
            // 
            // gridColumn17
            // 
            this.gridColumn17.Caption = "Max";
            this.gridColumn17.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn17.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn17.FieldName = "Max";
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.OptionsColumn.AllowEdit = false;
            this.gridColumn17.OptionsFilter.AllowFilter = false;
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 7;
            this.gridColumn17.Width = 59;
            // 
            // gridColumn18
            // 
            this.gridColumn18.Caption = "Issued";
            this.gridColumn18.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn18.FieldName = "Issued";
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.OptionsColumn.AllowEdit = false;
            this.gridColumn18.OptionsFilter.AllowFilter = false;
            this.gridColumn18.Visible = true;
            this.gridColumn18.VisibleIndex = 3;
            this.gridColumn18.Width = 72;
            // 
            // gridColumn21
            // 
            this.gridColumn21.Caption = "CategoryId";
            this.gridColumn21.FieldName = "CategoryId";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn21.OptionsFilter.AllowFilter = false;
            this.gridColumn21.Width = 77;
            // 
            // gridColumn22
            // 
            this.gridColumn22.Caption = "SubCategoryID";
            this.gridColumn22.FieldName = "SubCategoryID";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn22.OptionsFilter.AllowFilter = false;
            this.gridColumn22.Width = 77;
            // 
            // gridColumn23
            // 
            this.gridColumn23.Caption = "Received";
            this.gridColumn23.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn23.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn23.FieldName = "Received";
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 2;
            // 
            // gridColumn24
            // 
            this.gridColumn24.Caption = "ID";
            this.gridColumn24.FieldName = "ID";
            this.gridColumn24.Name = "gridColumn24";
            // 
            // gridColumn25
            // 
            this.gridColumn25.Caption = "TypeID";
            this.gridColumn25.FieldName = "TypeID";
            this.gridColumn25.Name = "gridColumn25";
            // 
            // gridColumn26
            // 
            this.gridColumn26.Caption = "ProgramID";
            this.gridColumn26.FieldName = "ProgramID";
            this.gridColumn26.Name = "gridColumn26";
            // 
            // gridSupplierView
            // 
            this.gridSupplierView.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridSupplierView.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridSupplierView.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridSupplierView.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridSupplierView.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
            this.gridSupplierView.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridSupplierView.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridSupplierView.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridSupplierView.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gridSupplierView.Appearance.Empty.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.EvenRow.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridSupplierView.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridSupplierView.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridSupplierView.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridSupplierView.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gridSupplierView.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.gridSupplierView.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.gridSupplierView.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
            this.gridSupplierView.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gridSupplierView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridSupplierView.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridSupplierView.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridSupplierView.Appearance.FooterPanel.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridSupplierView.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridSupplierView.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridSupplierView.Appearance.GroupButton.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridSupplierView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridSupplierView.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridSupplierView.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridSupplierView.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridSupplierView.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridSupplierView.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridSupplierView.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gridSupplierView.Appearance.GroupRow.Options.UseFont = true;
            this.gridSupplierView.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridSupplierView.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridSupplierView.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridSupplierView.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridSupplierView.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
            this.gridSupplierView.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.gridSupplierView.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridSupplierView.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridSupplierView.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.OddRow.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.OddRow.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.gridSupplierView.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.gridSupplierView.Appearance.Preview.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.Preview.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridSupplierView.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridSupplierView.Appearance.Row.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.Row.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gridSupplierView.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
            this.gridSupplierView.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gridSupplierView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridSupplierView.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridSupplierView.Appearance.VertLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridSupplierView.Appearance.VertLine.Options.UseBackColor = true;
            this.gridSupplierView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn6,
            this.gridColumn7,
            this.gridColumn10,
            this.gridColumn12,
            this.gridColumn13,
            this.gridColumn20,
            this.gridColumn27,
            this.gridColumn28,
            this.gridColumn30,
            this.gridColumn31,
            this.gridColumn32,
            this.gridColumn33,
            this.gridColumn34,
            this.gridColumn35,
            this.gridColumn36,
            this.gridColumn37});
            this.gridSupplierView.FixedLineWidth = 1;
            styleFormatCondition21.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
            styleFormatCondition21.Appearance.Options.UseBackColor = true;
            styleFormatCondition21.ApplyToRow = true;
            styleFormatCondition21.Column = this.gridColumn30;
            styleFormatCondition21.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition21.Value1 = "Stock Out";
            styleFormatCondition22.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(209)))), ((int)(((byte)(255)))));
            styleFormatCondition22.Appearance.Options.UseBackColor = true;
            styleFormatCondition22.ApplyToRow = true;
            styleFormatCondition22.Column = this.gridColumn30;
            styleFormatCondition22.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition22.Value1 = "Over Stocked";
            styleFormatCondition23.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(153)))));
            styleFormatCondition23.Appearance.Options.UseBackColor = true;
            styleFormatCondition23.ApplyToRow = true;
            styleFormatCondition23.Column = this.gridColumn30;
            styleFormatCondition23.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition23.Value1 = "Near EOP";
            styleFormatCondition24.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            styleFormatCondition24.Appearance.Options.UseBackColor = true;
            styleFormatCondition24.ApplyToRow = true;
            styleFormatCondition24.Column = this.gridColumn30;
            styleFormatCondition24.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition24.Value1 = "Below EOP";
            styleFormatCondition25.Appearance.BackColor = System.Drawing.Color.White;
            styleFormatCondition25.Appearance.Options.UseBackColor = true;
            styleFormatCondition25.ApplyToRow = true;
            styleFormatCondition25.Column = this.gridColumn30;
            styleFormatCondition25.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition25.Value1 = "Normal";
            this.gridSupplierView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition21,
            styleFormatCondition22,
            styleFormatCondition23,
            styleFormatCondition24,
            styleFormatCondition25});
            this.gridSupplierView.GridControl = this.gridDetailReport;
            this.gridSupplierView.GroupCount = 1;
            this.gridSupplierView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Count", this.gridColumn3, "")});
            this.gridSupplierView.IndicatorWidth = 40;
            this.gridSupplierView.Name = "gridSupplierView";
            this.gridSupplierView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridSupplierView.OptionsDetail.AllowExpandEmptyDetails = true;
            this.gridSupplierView.OptionsDetail.EnableDetailToolTip = true;
            this.gridSupplierView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gridSupplierView.OptionsDetail.SmartDetailHeight = true;
            this.gridSupplierView.OptionsFilter.DefaultFilterEditorView = DevExpress.XtraEditors.FilterEditorViewMode.VisualAndText;
            this.gridSupplierView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
            this.gridSupplierView.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridSupplierView.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridSupplierView.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridSupplierView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridSupplierView.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridSupplierView.OptionsSelection.MultiSelect = true;
            this.gridSupplierView.OptionsView.EnableAppearanceEvenRow = true;
            this.gridSupplierView.OptionsView.EnableAppearanceOddRow = true;
            this.gridSupplierView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridSupplierView.OptionsView.ShowGroupedColumns = true;
            this.gridSupplierView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn31, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "No.";
            this.gridColumn3.FieldName = "No";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowEdit = 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.ReadOnly = true;
            this.gridColumn3.OptionsFilter.AllowFilter = false;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "Item Name";
            this.gridColumn6.FieldName = "FullItemName";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.OptionsColumn.AllowEdit = false;
            this.gridColumn6.OptionsFilter.AllowFilter = false;
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 0;
            this.gridColumn6.Width = 321;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "SOH";
            this.gridColumn7.DisplayFormat.FormatString = "#,##0";
            this.gridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn7.FieldName = "SOH";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.OptionsColumn.AllowEdit = false;
            this.gridColumn7.OptionsFilter.AllowFilter = false;
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 1;
            this.gridColumn7.Width = 74;
            // 
            // gridColumn10
            // 
            this.gridColumn10.Caption = "Expired";
            this.gridColumn10.DisplayFormat.FormatString = "#,##0";
            this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn10.FieldName = "Expired";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 2;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "Near Expiry";
            this.gridColumn12.DisplayFormat.FormatString = "#,##0";
            this.gridColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn12.FieldName = "NearExpiry";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 3;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "Suspended";
            this.gridColumn13.DisplayFormat.FormatString = "#,##0";
            this.gridColumn13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn13.FieldName = "Suspended";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 4;
            // 
            // gridColumn20
            // 
            this.gridColumn20.Caption = "Reserved";
            this.gridColumn20.DisplayFormat.FormatString = "#,##0";
            this.gridColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn20.FieldName = "Reserved";
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.Visible = true;
            this.gridColumn20.VisibleIndex = 5;
            // 
            // gridColumn27
            // 
            this.gridColumn27.Caption = "Amount";
            this.gridColumn27.DisplayFormat.FormatString = "#,##0.#0";
            this.gridColumn27.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn27.FieldName = "Price";
            this.gridColumn27.Name = "gridColumn27";
            this.gridColumn27.Visible = true;
            this.gridColumn27.VisibleIndex = 6;
            // 
            // gridColumn28
            // 
            this.gridColumn28.Caption = "Usable Stock";
            this.gridColumn28.DisplayFormat.FormatString = "#,##0";
            this.gridColumn28.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn28.FieldName = "Dispatchable";
            this.gridColumn28.Name = "gridColumn28";
            this.gridColumn28.Visible = true;
            this.gridColumn28.VisibleIndex = 7;
            // 
            // gridColumn31
            // 
            this.gridColumn31.Caption = "Supplier";
            this.gridColumn31.FieldName = "SupplierName";
            this.gridColumn31.Name = "gridColumn31";
            this.gridColumn31.Visible = true;
            this.gridColumn31.VisibleIndex = 9;
            // 
            // gridColumn32
            // 
            this.gridColumn32.Caption = "CategoryId";
            this.gridColumn32.FieldName = "CategoryId";
            this.gridColumn32.Name = "gridColumn32";
            this.gridColumn32.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn32.OptionsFilter.AllowFilter = false;
            this.gridColumn32.Width = 77;
            // 
            // gridColumn33
            // 
            this.gridColumn33.Caption = "SubCategoryID";
            this.gridColumn33.FieldName = "SubCategoryID";
            this.gridColumn33.Name = "gridColumn33";
            this.gridColumn33.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn33.OptionsFilter.AllowFilter = false;
            this.gridColumn33.Width = 77;
            // 
            // gridColumn34
            // 
            this.gridColumn34.Caption = "Received";
            this.gridColumn34.FieldName = "Received";
            this.gridColumn34.Name = "gridColumn34";
            // 
            // gridColumn35
            // 
            this.gridColumn35.Caption = "ID";
            this.gridColumn35.FieldName = "ID";
            this.gridColumn35.Name = "gridColumn35";
            // 
            // gridColumn36
            // 
            this.gridColumn36.Caption = "TypeID";
            this.gridColumn36.FieldName = "TypeID";
            this.gridColumn36.Name = "gridColumn36";
            // 
            // gridColumn37
            // 
            this.gridColumn37.Caption = "ProgramID";
            this.gridColumn37.FieldName = "ProgramID";
            this.gridColumn37.Name = "gridColumn37";
            // 
            // gridPriceView
            // 
            this.gridPriceView.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridPriceView.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridPriceView.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridPriceView.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridPriceView.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridPriceView.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridPriceView.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
            this.gridPriceView.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridPriceView.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridPriceView.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridPriceView.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridPriceView.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridPriceView.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gridPriceView.Appearance.Empty.Options.UseBackColor = true;
            this.gridPriceView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridPriceView.Appearance.EvenRow.Options.UseForeColor = true;
            this.gridPriceView.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridPriceView.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridPriceView.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridPriceView.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridPriceView.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.gridPriceView.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridPriceView.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gridPriceView.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridPriceView.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridPriceView.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.gridPriceView.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridPriceView.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.gridPriceView.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridPriceView.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gridPriceView.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
            this.gridPriceView.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gridPriceView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridPriceView.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridPriceView.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridPriceView.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridPriceView.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridPriceView.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridPriceView.Appearance.FooterPanel.Options.UseForeColor = true;
            this.gridPriceView.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridPriceView.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridPriceView.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridPriceView.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridPriceView.Appearance.GroupButton.Options.UseForeColor = true;
            this.gridPriceView.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridPriceView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridPriceView.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridPriceView.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridPriceView.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gridPriceView.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridPriceView.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridPriceView.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridPriceView.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridPriceView.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridPriceView.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridPriceView.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridPriceView.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gridPriceView.Appearance.GroupRow.Options.UseFont = true;
            this.gridPriceView.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridPriceView.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridPriceView.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridPriceView.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridPriceView.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridPriceView.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridPriceView.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridPriceView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
            this.gridPriceView.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.gridPriceView.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridPriceView.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridPriceView.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridPriceView.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridPriceView.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridPriceView.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.OddRow.Options.UseBackColor = true;
            this.gridPriceView.Appearance.OddRow.Options.UseForeColor = true;
            this.gridPriceView.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.gridPriceView.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.gridPriceView.Appearance.Preview.Options.UseBackColor = true;
            this.gridPriceView.Appearance.Preview.Options.UseForeColor = true;
            this.gridPriceView.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridPriceView.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridPriceView.Appearance.Row.Options.UseBackColor = true;
            this.gridPriceView.Appearance.Row.Options.UseForeColor = true;
            this.gridPriceView.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gridPriceView.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gridPriceView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
            this.gridPriceView.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gridPriceView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridPriceView.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridPriceView.Appearance.VertLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridPriceView.Appearance.VertLine.Options.UseBackColor = true;
            this.gridPriceView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn78,
            this.gridColumn75,
            this.gridColumn76,
            this.gridColumn80,
            this.gridColumn77,
            this.gridColumn83,
            this.gridColumn84,
            this.gridColumn85,
            this.gridColumn86,
            this.gridColumn87,
            this.gridColumn88,
            this.gridColumn89,
            this.gridColumn90,
            this.gridColumn74});
            this.gridPriceView.FixedLineWidth = 1;
            styleFormatCondition26.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
            styleFormatCondition26.Appearance.Options.UseBackColor = true;
            styleFormatCondition26.ApplyToRow = true;
            styleFormatCondition26.Column = this.gridColumn83;
            styleFormatCondition26.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition26.Value1 = "Stock Out";
            styleFormatCondition27.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(209)))), ((int)(((byte)(255)))));
            styleFormatCondition27.Appearance.Options.UseBackColor = true;
            styleFormatCondition27.ApplyToRow = true;
            styleFormatCondition27.Column = this.gridColumn83;
            styleFormatCondition27.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition27.Value1 = "Over Stocked";
            styleFormatCondition28.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(153)))));
            styleFormatCondition28.Appearance.Options.UseBackColor = true;
            styleFormatCondition28.ApplyToRow = true;
            styleFormatCondition28.Column = this.gridColumn83;
            styleFormatCondition28.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition28.Value1 = "Near EOP";
            styleFormatCondition29.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            styleFormatCondition29.Appearance.Options.UseBackColor = true;
            styleFormatCondition29.ApplyToRow = true;
            styleFormatCondition29.Column = this.gridColumn83;
            styleFormatCondition29.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition29.Value1 = "Below EOP";
            styleFormatCondition30.Appearance.BackColor = System.Drawing.Color.White;
            styleFormatCondition30.Appearance.Options.UseBackColor = true;
            styleFormatCondition30.ApplyToRow = true;
            styleFormatCondition30.Column = this.gridColumn83;
            styleFormatCondition30.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition30.Value1 = "Normal";
            this.gridPriceView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition26,
            styleFormatCondition27,
            styleFormatCondition28,
            styleFormatCondition29,
            styleFormatCondition30});
            this.gridPriceView.GridControl = this.gridDetailReport;
            this.gridPriceView.GroupCount = 1;
            this.gridPriceView.IndicatorWidth = 40;
            this.gridPriceView.Name = "gridPriceView";
            this.gridPriceView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridPriceView.OptionsDetail.AllowExpandEmptyDetails = true;
            this.gridPriceView.OptionsDetail.EnableDetailToolTip = true;
            this.gridPriceView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gridPriceView.OptionsDetail.SmartDetailHeight = true;
            this.gridPriceView.OptionsFilter.DefaultFilterEditorView = DevExpress.XtraEditors.FilterEditorViewMode.VisualAndText;
            this.gridPriceView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
            this.gridPriceView.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridPriceView.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridPriceView.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridPriceView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridPriceView.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridPriceView.OptionsSelection.MultiSelect = true;
            this.gridPriceView.OptionsView.AllowCellMerge = true;
            this.gridPriceView.OptionsView.EnableAppearanceEvenRow = true;
            this.gridPriceView.OptionsView.EnableAppearanceOddRow = true;
            this.gridPriceView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridPriceView.OptionsView.ShowGroupPanel = false;
            this.gridPriceView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn77, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn78
            // 
            this.gridColumn78.Caption = "BatchNo";
            this.gridColumn78.FieldName = "BatchNo";
            this.gridColumn78.Name = "gridColumn78";
            this.gridColumn78.Visible = true;
            this.gridColumn78.VisibleIndex = 0;
            // 
            // gridColumn75
            // 
            this.gridColumn75.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn75.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColumn75.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
            this.gridColumn75.Caption = "Item Name";
            this.gridColumn75.FieldName = "FullItemName";
            this.gridColumn75.Name = "gridColumn75";
            this.gridColumn75.OptionsColumn.AllowEdit = false;
            this.gridColumn75.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn75.OptionsFilter.AllowFilter = false;
            this.gridColumn75.Visible = true;
            this.gridColumn75.VisibleIndex = 1;
            this.gridColumn75.Width = 321;
            // 
            // gridColumn76
            // 
            this.gridColumn76.Caption = "SOH";
            this.gridColumn76.DisplayFormat.FormatString = "#,##0";
            this.gridColumn76.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn76.FieldName = "SOH";
            this.gridColumn76.Name = "gridColumn76";
            this.gridColumn76.OptionsColumn.AllowEdit = false;
            this.gridColumn76.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn76.OptionsFilter.AllowFilter = false;
            this.gridColumn76.Visible = true;
            this.gridColumn76.VisibleIndex = 2;
            this.gridColumn76.Width = 74;
            // 
            // gridColumn80
            // 
            this.gridColumn80.Caption = "Unit Cost";
            this.gridColumn80.DisplayFormat.FormatString = "#,##0.#0";
            this.gridColumn80.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn80.FieldName = "Cost";
            this.gridColumn80.Name = "gridColumn80";
            this.gridColumn80.OptionsColumn.AllowEdit = false;
            this.gridColumn80.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn80.Visible = true;
            this.gridColumn80.VisibleIndex = 3;
            // 
            // gridColumn77
            // 
            this.gridColumn77.Caption = "Supplier";
            this.gridColumn77.FieldName = "SupplierName";
            this.gridColumn77.Name = "gridColumn77";
            // 
            // gridColumn84
            // 
            this.gridColumn84.Caption = "Reorder Amount";
            this.gridColumn84.FieldName = "Reorder Amount";
            this.gridColumn84.Name = "gridColumn84";
            this.gridColumn84.OptionsColumn.AllowEdit = false;
            this.gridColumn84.OptionsFilter.AllowFilter = false;
            this.gridColumn84.Width = 92;
            // 
            // gridColumn85
            // 
            this.gridColumn85.Caption = "CategoryId";
            this.gridColumn85.FieldName = "CategoryId";
            this.gridColumn85.Name = "gridColumn85";
            this.gridColumn85.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn85.OptionsFilter.AllowFilter = false;
            this.gridColumn85.Width = 77;
            // 
            // gridColumn86
            // 
            this.gridColumn86.Caption = "SubCategoryID";
            this.gridColumn86.FieldName = "SubCategoryID";
            this.gridColumn86.Name = "gridColumn86";
            this.gridColumn86.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn86.OptionsFilter.AllowFilter = false;
            this.gridColumn86.Width = 77;
            // 
            // gridColumn87
            // 
            this.gridColumn87.Caption = "Received";
            this.gridColumn87.FieldName = "Received";
            this.gridColumn87.Name = "gridColumn87";
            // 
            // gridColumn88
            // 
            this.gridColumn88.Caption = "ID";
            this.gridColumn88.FieldName = "ID";
            this.gridColumn88.Name = "gridColumn88";
            // 
            // gridColumn89
            // 
            this.gridColumn89.Caption = "TypeID";
            this.gridColumn89.FieldName = "TypeID";
            this.gridColumn89.Name = "gridColumn89";
            // 
            // gridColumn90
            // 
            this.gridColumn90.Caption = "ProgramID";
            this.gridColumn90.FieldName = "ProgramID";
            this.gridColumn90.Name = "gridColumn90";
            // 
            // gridColumn74
            // 
            this.gridColumn74.Caption = "Selling Price";
            this.gridColumn74.DisplayFormat.FormatString = "#,##0.#0";
            this.gridColumn74.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn74.FieldName = "SellingPrice";
            this.gridColumn74.Name = "gridColumn74";
            this.gridColumn74.OptionsColumn.AllowEdit = false;
            this.gridColumn74.OptionsColumn.AllowFocus = false;
            this.gridColumn74.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn74.Visible = true;
            this.gridColumn74.VisibleIndex = 4;
            // 
            // gridBatchView
            // 
            this.gridBatchView.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridBatchView.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridBatchView.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridBatchView.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridBatchView.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridBatchView.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridBatchView.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
            this.gridBatchView.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gridBatchView.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridBatchView.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridBatchView.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridBatchView.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridBatchView.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gridBatchView.Appearance.Empty.Options.UseBackColor = true;
            this.gridBatchView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridBatchView.Appearance.EvenRow.Options.UseForeColor = true;
            this.gridBatchView.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridBatchView.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridBatchView.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridBatchView.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridBatchView.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.gridBatchView.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridBatchView.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gridBatchView.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridBatchView.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridBatchView.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.gridBatchView.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridBatchView.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.gridBatchView.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridBatchView.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gridBatchView.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
            this.gridBatchView.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gridBatchView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridBatchView.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridBatchView.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridBatchView.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridBatchView.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridBatchView.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridBatchView.Appearance.FooterPanel.Options.UseForeColor = true;
            this.gridBatchView.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridBatchView.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridBatchView.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridBatchView.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridBatchView.Appearance.GroupButton.Options.UseForeColor = true;
            this.gridBatchView.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridBatchView.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridBatchView.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridBatchView.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridBatchView.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gridBatchView.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gridBatchView.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridBatchView.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridBatchView.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridBatchView.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gridBatchView.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridBatchView.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridBatchView.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gridBatchView.Appearance.GroupRow.Options.UseFont = true;
            this.gridBatchView.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridBatchView.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gridBatchView.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gridBatchView.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridBatchView.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridBatchView.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridBatchView.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridBatchView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
            this.gridBatchView.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.gridBatchView.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridBatchView.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridBatchView.Appearance.HorzLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridBatchView.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridBatchView.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridBatchView.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.OddRow.Options.UseBackColor = true;
            this.gridBatchView.Appearance.OddRow.Options.UseForeColor = true;
            this.gridBatchView.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.gridBatchView.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.gridBatchView.Appearance.Preview.Options.UseBackColor = true;
            this.gridBatchView.Appearance.Preview.Options.UseForeColor = true;
            this.gridBatchView.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridBatchView.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridBatchView.Appearance.Row.Options.UseBackColor = true;
            this.gridBatchView.Appearance.Row.Options.UseForeColor = true;
            this.gridBatchView.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gridBatchView.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gridBatchView.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
            this.gridBatchView.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gridBatchView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridBatchView.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridBatchView.Appearance.VertLine.BackColor = System.Drawing.Color.AliceBlue;
            this.gridBatchView.Appearance.VertLine.Options.UseBackColor = true;
            this.gridBatchView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn91,
            this.gridColumn110,
            this.gridColumn100,
            this.gridColumn93,
            this.gridColumn92,
            this.gridColumn99,
            this.gridColumn101,
            this.gridColumn102,
            this.gridColumn103,
            this.gridColumn104,
            this.gridColumn105,
            this.gridColumn106});
            this.gridBatchView.FixedLineWidth = 1;
            styleFormatCondition31.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
            styleFormatCondition31.Appearance.Options.UseBackColor = true;
            styleFormatCondition31.ApplyToRow = true;
            styleFormatCondition31.Column = this.gridColumn100;
            styleFormatCondition31.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition31.Value1 = "Stock Out";
            styleFormatCondition32.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(209)))), ((int)(((byte)(255)))));
            styleFormatCondition32.Appearance.Options.UseBackColor = true;
            styleFormatCondition32.ApplyToRow = true;
            styleFormatCondition32.Column = this.gridColumn100;
            styleFormatCondition32.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition32.Value1 = "Over Stocked";
            styleFormatCondition33.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(153)))));
            styleFormatCondition33.Appearance.Options.UseBackColor = true;
            styleFormatCondition33.ApplyToRow = true;
            styleFormatCondition33.Column = this.gridColumn100;
            styleFormatCondition33.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition33.Value1 = "Near EOP";
            styleFormatCondition34.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            styleFormatCondition34.Appearance.Options.UseBackColor = true;
            styleFormatCondition34.ApplyToRow = true;
            styleFormatCondition34.Column = this.gridColumn100;
            styleFormatCondition34.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition34.Value1 = "Below EOP";
            styleFormatCondition35.Appearance.BackColor = System.Drawing.Color.White;
            styleFormatCondition35.Appearance.Options.UseBackColor = true;
            styleFormatCondition35.ApplyToRow = true;
            styleFormatCondition35.Column = this.gridColumn100;
            styleFormatCondition35.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition35.Value1 = "Normal";
            this.gridBatchView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition31,
            styleFormatCondition32,
            styleFormatCondition33,
            styleFormatCondition34,
            styleFormatCondition35});
            this.gridBatchView.GridControl = this.gridDetailReport;
            this.gridBatchView.IndicatorWidth = 40;
            this.gridBatchView.Name = "gridBatchView";
            this.gridBatchView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridBatchView.OptionsDetail.AllowExpandEmptyDetails = true;
            this.gridBatchView.OptionsDetail.EnableDetailToolTip = true;
            this.gridBatchView.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gridBatchView.OptionsDetail.SmartDetailHeight = true;
            this.gridBatchView.OptionsFilter.DefaultFilterEditorView = DevExpress.XtraEditors.FilterEditorViewMode.VisualAndText;
            this.gridBatchView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
            this.gridBatchView.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridBatchView.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridBatchView.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridBatchView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridBatchView.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridBatchView.OptionsSelection.MultiSelect = true;
            this.gridBatchView.OptionsView.AllowCellMerge = true;
            this.gridBatchView.OptionsView.EnableAppearanceEvenRow = true;
            this.gridBatchView.OptionsView.EnableAppearanceOddRow = true;
            this.gridBatchView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridBatchView.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn91
            // 
            this.gridColumn91.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn91.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gridColumn91.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
            this.gridColumn91.Caption = "Item Name";
            this.gridColumn91.FieldName = "FullItemName";
            this.gridColumn91.Name = "gridColumn91";
            this.gridColumn91.OptionsColumn.AllowEdit = false;
            this.gridColumn91.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn91.OptionsFilter.AllowFilter = false;
            this.gridColumn91.Visible = true;
            this.gridColumn91.VisibleIndex = 0;
            this.gridColumn91.Width = 321;
            // 
            // gridColumn110
            // 
            this.gridColumn110.Caption = "Unit";
            this.gridColumn110.FieldName = "Unit";
            this.gridColumn110.Name = "gridColumn110";
            this.gridColumn110.Visible = true;
            this.gridColumn110.VisibleIndex = 1;
            // 
            // gridColumn93
            // 
            this.gridColumn93.Caption = "Expiry Date";
            this.gridColumn93.DisplayFormat.FormatString = "MMM/yyyy";
            this.gridColumn93.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn93.FieldName = "ExpDate";
            this.gridColumn93.Name = "gridColumn93";
            this.gridColumn93.OptionsColumn.AllowEdit = false;
            this.gridColumn93.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn93.OptionsFilter.AllowFilter = false;
            this.gridColumn93.Visible = true;
            this.gridColumn93.VisibleIndex = 3;
            this.gridColumn93.Width = 92;
            // 
            // gridColumn92
            // 
            this.gridColumn92.Caption = "SOH";
            this.gridColumn92.DisplayFormat.FormatString = "#,##0.##";
            this.gridColumn92.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn92.FieldName = "SOH";
            this.gridColumn92.Name = "gridColumn92";
            this.gridColumn92.OptionsColumn.AllowEdit = false;
            this.gridColumn92.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn92.OptionsFilter.AllowFilter = false;
            this.gridColumn92.Visible = true;
            this.gridColumn92.VisibleIndex = 4;
            this.gridColumn92.Width = 74;
            // 
            // gridColumn99
            // 
            this.gridColumn99.Caption = "Amount";
            this.gridColumn99.DisplayFormat.FormatString = "#,##0.#0";
            this.gridColumn99.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn99.FieldName = "Price";
            this.gridColumn99.Name = "gridColumn99";
            this.gridColumn99.OptionsColumn.AllowEdit = false;
            this.gridColumn99.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn99.Visible = true;
            this.gridColumn99.VisibleIndex = 5;
            // 
            // gridColumn101
            // 
            this.gridColumn101.Caption = "CategoryId";
            this.gridColumn101.FieldName = "CategoryId";
            this.gridColumn101.Name = "gridColumn101";
            this.gridColumn101.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn101.OptionsFilter.AllowFilter = false;
            this.gridColumn101.Width = 77;
            // 
            // gridColumn102
            // 
            this.gridColumn102.Caption = "SubCategoryID";
            this.gridColumn102.FieldName = "SubCategoryID";
            this.gridColumn102.Name = "gridColumn102";
            this.gridColumn102.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn102.OptionsFilter.AllowFilter = false;
            this.gridColumn102.Width = 77;
            // 
            // gridColumn103
            // 
            this.gridColumn103.Caption = "Received";
            this.gridColumn103.FieldName = "Received";
            this.gridColumn103.Name = "gridColumn103";
            // 
            // gridColumn104
            // 
            this.gridColumn104.Caption = "ID";
            this.gridColumn104.FieldName = "ID";
            this.gridColumn104.Name = "gridColumn104";
            // 
            // gridColumn105
            // 
            this.gridColumn105.Caption = "TypeID";
            this.gridColumn105.FieldName = "TypeID";
            this.gridColumn105.Name = "gridColumn105";
            // 
            // gridColumn106
            // 
            this.gridColumn106.Caption = "ProgramID";
            this.gridColumn106.FieldName = "ProgramID";
            this.gridColumn106.Name = "gridColumn106";
            // 
            // treeCategory
            // 
            this.treeCategory.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.treeCategory.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.treeCategory.Appearance.FocusedCell.Options.UseBackColor = true;
            this.treeCategory.Appearance.FocusedCell.Options.UseForeColor = true;
            this.treeCategory.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.treeCategory.Appearance.SelectedRow.Options.UseBackColor = true;
            this.treeCategory.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeListColumn1});
            this.treeCategory.Location = new System.Drawing.Point(8, 8);
            this.treeCategory.Name = "treeCategory";
            this.treeCategory.OptionsView.ShowIndicator = false;
            this.treeCategory.ParentFieldName = "Parent";
            this.treeCategory.Size = new System.Drawing.Size(231, 547);
            this.treeCategory.TabIndex = 33;
            // 
            // treeListColumn1
            // 
            this.treeListColumn1.AllNodesSummary = true;
            this.treeListColumn1.Caption = "Category";
            this.treeListColumn1.FieldName = "Name";
            this.treeListColumn1.Name = "treeListColumn1";
            this.treeListColumn1.OptionsColumn.AllowEdit = false;
            this.treeListColumn1.OptionsColumn.AllowSort = false;
            this.treeListColumn1.Visible = true;
            this.treeListColumn1.VisibleIndex = 0;
            // 
            // label27
            // 
            this.label27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
            this.label27.Location = new System.Drawing.Point(1009, 80);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(20, 20);
            this.label27.TabIndex = 0;
            this.label27.Text = "       ";
            this.toolTip1.SetToolTip(this.label27, "Stock out means stock is zero.");
            // 
            // label30
            // 
            this.label30.Location = new System.Drawing.Point(1130, 56);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(0, 20);
            this.label30.TabIndex = 4;
            this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip1.SetToolTip(this.label30, "Below Emergency Order Point is between EOP and Stock out.");
            // 
            // label29
            // 
            this.label29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            this.label29.Location = new System.Drawing.Point(1009, 56);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(20, 20);
            this.label29.TabIndex = 2;
            this.label29.Text = "       ";
            this.toolTip1.SetToolTip(this.label29, "Below Emergency Order Point is between EOP and Stock out.");
            // 
            // label23
            // 
            this.label23.Location = new System.Drawing.Point(1130, 32);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(0, 20);
            this.label23.TabIndex = 0;
            this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip1.SetToolTip(this.label23, "Near Emergency Order Level is between EOP and a week before EOP.");
            // 
            // label24
            // 
            this.label24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(153)))));
            this.label24.Location = new System.Drawing.Point(1009, 32);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(20, 20);
            this.label24.TabIndex = 0;
            this.label24.Text = "       ";
            this.toolTip1.SetToolTip(this.label24, "Near Emergency Order Level is between EOP and a week before EOP.");
            // 
            // btnExport
            // 
            this.btnExport.Location = new System.Drawing.Point(769, 56);
            this.btnExport.Name = "btnExport";
            this.btnExport.Size = new System.Drawing.Size(109, 22);
            this.btnExport.StyleController = this.layoutControl1;
            this.btnExport.TabIndex = 40;
            this.btnExport.Text = "Export";
            this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
            // 
            // label28
            // 
            this.label28.Location = new System.Drawing.Point(1130, 80);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(0, 20);
            this.label28.TabIndex = 0;
            this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip1.SetToolTip(this.label28, "Stock out means stock is zero.");
            // 
            // label21
            // 
            this.label21.Location = new System.Drawing.Point(1095, 8);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(20, 20);
            this.label21.TabIndex = 0;
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip1.SetToolTip(this.label21, "Excess Stock is above maximum stock level");
            // 
            // ckExclude
            // 
            this.ckExclude.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ckExclude.Checked = true;
            this.ckExclude.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckExclude.Location = new System.Drawing.Point(32, 80);
            this.ckExclude.Name = "ckExclude";
            this.ckExclude.Size = new System.Drawing.Size(180, 20);
            this.ckExclude.TabIndex = 27;
            this.ckExclude.Text = "Exclude Never Received Items";
            this.ckExclude.UseVisualStyleBackColor = true;
            this.ckExclude.CheckedChanged += new System.EventHandler(this.RefreshFilterCriteria);
            // 
            // ckExcNeverIssued
            // 
            this.ckExcNeverIssued.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ckExcNeverIssued.Location = new System.Drawing.Point(371, 80);
            this.ckExcNeverIssued.Name = "ckExcNeverIssued";
            this.ckExcNeverIssued.Size = new System.Drawing.Size(384, 20);
            this.ckExcNeverIssued.TabIndex = 27;
            this.ckExcNeverIssued.Text = "Exclude Never Issued Items";
            this.ckExcNeverIssued.UseVisualStyleBackColor = true;
            this.ckExcNeverIssued.CheckedChanged += new System.EventHandler(this.RefreshFilterCriteria);
            // 
            // label22
            // 
            this.label22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(209)))), ((int)(((byte)(255)))));
            this.label22.Location = new System.Drawing.Point(1009, 8);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(20, 20);
            this.label22.TabIndex = 0;
            this.label22.Text = "       ";
            this.toolTip1.SetToolTip(this.label22, "Excess Stock is above maximum stock level");
            // 
            // 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.layoutControlItem20,
            this.layoutControlGroup2,
            this.layoutProgressBar,
            this.layoutControlGroup3});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
            this.layoutControlGroup1.Size = new System.Drawing.Size(1123, 575);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem20
            // 
            this.layoutControlItem20.Control = this.gridDetailReport;
            this.layoutControlItem20.CustomizationFormText = "layoutControlItem20";
            this.layoutControlItem20.Location = new System.Drawing.Point(24, 123);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.Size = new System.Drawing.Size(1087, 418);
            this.layoutControlItem20.Text = "layoutControlItem20";
            this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem20.TextToControlDistance = 0;
            this.layoutControlItem20.TextVisible = false;
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "Categories";
            this.layoutControlGroup2.ExpandButtonVisible = true;
            this.layoutControlGroup2.Expanded = false;
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem22,
            this.emptySpaceItem2});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup2.Size = new System.Drawing.Size(24, 563);
            this.layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup2.Text = "Categories";
            this.layoutControlGroup2.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlGroup2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // layoutControlItem22
            // 
            this.layoutControlItem22.Control = this.treeCategory;
            this.layoutControlItem22.CustomizationFormText = "layoutControlItem22";
            this.layoutControlItem22.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem22.Name = "layoutControlItem22";
            this.layoutControlItem22.Size = new System.Drawing.Size(235, 551);
            this.layoutControlItem22.Text = "layoutControlItem22";
            this.layoutControlItem22.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem22.TextToControlDistance = 0;
            this.layoutControlItem22.TextVisible = false;
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 551);
            this.emptySpaceItem2.MaxSize = new System.Drawing.Size(235, 0);
            this.emptySpaceItem2.MinSize = new System.Drawing.Size(235, 10);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(235, 10);
            this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.emptySpaceItem2.Text = "emptySpaceItem2";
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutProgressBar
            // 
            this.layoutProgressBar.CustomizationFormText = "layoutProgressBar";
            this.layoutProgressBar.GroupBordersVisible = false;
            this.layoutProgressBar.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem21});
            this.layoutProgressBar.Location = new System.Drawing.Point(24, 541);
            this.layoutProgressBar.Name = "layoutProgressBar";
            this.layoutProgressBar.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutProgressBar.Size = new System.Drawing.Size(1087, 22);
            this.layoutProgressBar.Text = "layoutProgressBar";
            // 
            // layoutControlItem21
            // 
            this.layoutControlItem21.Control = this.pbLoad;
            this.layoutControlItem21.CustomizationFormText = "layoutControlItem21";
            this.layoutControlItem21.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem21.Name = "layoutControlItem21";
            this.layoutControlItem21.Size = new System.Drawing.Size(1087, 22);
            this.layoutControlItem21.Text = "layoutControlItem21";
            this.layoutControlItem21.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem21.TextToControlDistance = 0;
            this.layoutControlItem21.TextVisible = false;
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.AppearanceGroup.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
            this.layoutControlGroup3.GroupBordersVisible = false;
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem19,
            this.layoutControlItem15,
            this.layoutControlItem18,
            this.layoutControlItem14,
            this.layoutControlItem13,
            this.layoutControlItem3,
            this.layoutControlItem12,
            this.emptySpaceItem5,
            this.emptySpaceItem1,
            this.layoutControlItem25,
            this.layoutControlItem2,
            this.layoutControlItem6,
            this.layoutControlItem23,
            this.layoutControlItem24,
            this.layoutControlItem16,
            this.layoutControlItem17,
            this.layoutControlItem9,
            this.layoutControlItem1,
            this.layoutControlItem5,
            this.layoutControlItem10,
            this.layoutControlItem4,
            this.layoutControlItem7,
            this.layoutControlItem8,
            this.emptySpaceItem3,
            this.layoutControlItem11,
            this.layoutControlItem26,
            this.emptySpaceItem4,
            this.emptySpaceItem6});
            this.layoutControlGroup3.Location = new System.Drawing.Point(24, 0);
            this.layoutControlGroup3.Name = "layoutControlGroup3";
            this.layoutControlGroup3.Size = new System.Drawing.Size(1087, 123);
            this.layoutControlGroup3.Text = "layoutControlGroup3";
            // 
            // layoutControlItem19
            // 
            this.layoutControlItem19.Control = this.label28;
            this.layoutControlItem19.CustomizationFormText = "layoutControlItem19";
            this.layoutControlItem19.Location = new System.Drawing.Point(1001, 72);
            this.layoutControlItem19.MaxSize = new System.Drawing.Size(0, 24);
            this.layoutControlItem19.MinSize = new System.Drawing.Size(24, 24);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.Size = new System.Drawing.Size(86, 24);
            this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem19.Text = "Stock Out";
            this.layoutControlItem19.TextSize = new System.Drawing.Size(94, 13);
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.Control = this.label27;
            this.layoutControlItem15.CustomizationFormText = "layoutControlItem15";
            this.layoutControlItem15.Location = new System.Drawing.Point(977, 72);
            this.layoutControlItem15.MaxSize = new System.Drawing.Size(0, 24);
            this.layoutControlItem15.MinSize = new System.Drawing.Size(24, 24);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.Size = new System.Drawing.Size(24, 24);
            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;
            // 
            // layoutControlItem18
            // 
            this.layoutControlItem18.Control = this.label30;
            this.layoutControlItem18.CustomizationFormText = "layoutControlItem18";
            this.layoutControlItem18.Location = new System.Drawing.Point(1001, 48);
            this.layoutControlItem18.MaxSize = new System.Drawing.Size(0, 24);
            this.layoutControlItem18.MinSize = new System.Drawing.Size(24, 24);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.Size = new System.Drawing.Size(86, 24);
            this.layoutControlItem18.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem18.Text = "Below EOP";
            this.layoutControlItem18.TextSize = new System.Drawing.Size(94, 13);
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.Control = this.label29;
            this.layoutControlItem14.CustomizationFormText = "layoutControlItem14";
            this.layoutControlItem14.Location = new System.Drawing.Point(977, 48);
            this.layoutControlItem14.MinSize = new System.Drawing.Size(20, 20);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.Size = new System.Drawing.Size(24, 24);
            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;
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.label24;
            this.layoutControlItem13.ControlAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
            this.layoutControlItem13.Location = new System.Drawing.Point(977, 24);
            this.layoutControlItem13.MinSize = new System.Drawing.Size(20, 20);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Size = new System.Drawing.Size(24, 24);
            this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem13.Text = "Near EOP";
            this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem13.TextToControlDistance = 0;
            this.layoutControlItem13.TrimClientAreaToControl = false;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.ckExclude;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 72);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(184, 24);
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.label22;
            this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
            this.layoutControlItem12.Location = new System.Drawing.Point(977, 0);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.Size = new System.Drawing.Size(24, 24);
            this.layoutControlItem12.Text = "Excess Stock";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem12.TextToControlDistance = 0;
            this.layoutControlItem12.TextVisible = false;
            // 
            // emptySpaceItem5
            // 
            this.emptySpaceItem5.AllowHotTrack = false;
            this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
            this.emptySpaceItem5.Location = new System.Drawing.Point(967, 0);
            this.emptySpaceItem5.Name = "emptySpaceItem5";
            this.emptySpaceItem5.Size = new System.Drawing.Size(10, 96);
            this.emptySpaceItem5.Text = "emptySpaceItem5";
            this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(727, 0);
            this.emptySpaceItem1.MaxSize = new System.Drawing.Size(0, 100);
            this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 80);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(10, 106);
            this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem25
            // 
            this.layoutControlItem25.Control = this.txtName;
            this.layoutControlItem25.CustomizationFormText = "Filter By Item Name";
            this.layoutControlItem25.Location = new System.Drawing.Point(0, 48);
            this.layoutControlItem25.Name = "layoutControlItem25";
            this.layoutControlItem25.Size = new System.Drawing.Size(490, 24);
            this.layoutControlItem25.Text = "Filter By Item Name";
            this.layoutControlItem25.TextSize = new System.Drawing.Size(94, 13);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.cboStatus;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(737, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(230, 24);
            this.layoutControlItem2.Text = "Status";
            this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(70, 13);
            this.layoutControlItem2.TextToControlDistance = 5;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.lkPrograms;
            this.layoutControlItem6.CustomizationFormText = "Program";
            this.layoutControlItem6.Location = new System.Drawing.Point(737, 24);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(230, 24);
            this.layoutControlItem6.Text = "Program";
            this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem6.TextSize = new System.Drawing.Size(70, 20);
            this.layoutControlItem6.TextToControlDistance = 5;
            // 
            // layoutControlItem23
            // 
            this.layoutControlItem23.Control = this.btnExport;
            this.layoutControlItem23.CustomizationFormText = "layoutControlItem23";
            this.layoutControlItem23.Location = new System.Drawing.Point(737, 48);
            this.layoutControlItem23.Name = "layoutControlItem23";
            this.layoutControlItem23.Size = new System.Drawing.Size(113, 58);
            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.btnPrint;
            this.layoutControlItem24.CustomizationFormText = "layoutControlItem24";
            this.layoutControlItem24.Location = new System.Drawing.Point(850, 48);
            this.layoutControlItem24.Name = "layoutControlItem24";
            this.layoutControlItem24.Size = new System.Drawing.Size(117, 26);
            this.layoutControlItem24.Text = "layoutControlItem24";
            this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem24.TextToControlDistance = 0;
            this.layoutControlItem24.TextVisible = false;
            // 
            // layoutControlItem16
            // 
            this.layoutControlItem16.Control = this.label21;
            this.layoutControlItem16.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.layoutControlItem16.CustomizationFormText = "layoutControlItem16";
            this.layoutControlItem16.FillControlToClientArea = false;
            this.layoutControlItem16.Location = new System.Drawing.Point(1001, 0);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.Size = new System.Drawing.Size(86, 24);
            this.layoutControlItem16.Text = "Excess Stock";
            this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem16.TextSize = new System.Drawing.Size(62, 13);
            this.layoutControlItem16.TextToControlDistance = 0;
            this.layoutControlItem16.TrimClientAreaToControl = false;
            // 
            // layoutControlItem17
            // 
            this.layoutControlItem17.Control = this.label23;
            this.layoutControlItem17.CustomizationFormText = "layoutControlItem17";
            this.layoutControlItem17.Location = new System.Drawing.Point(1001, 24);
            this.layoutControlItem17.MinSize = new System.Drawing.Size(24, 24);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.Size = new System.Drawing.Size(86, 24);
            this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem17.Text = "Near EOP";
            this.layoutControlItem17.TextSize = new System.Drawing.Size(94, 13);
            this.layoutControlItem17.TrimClientAreaToControl = false;
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.radioViewSelector;
            this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 96);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(727, 27);
            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.lkCategories;
            this.layoutControlItem1.CustomizationFormText = "Categories";
            this.layoutControlItem1.Location = new System.Drawing.Point(241, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(249, 48);
            this.layoutControlItem1.Text = "Categories";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(94, 13);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.chkOnlyVital;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
            this.layoutControlItem5.Location = new System.Drawing.Point(184, 72);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(155, 24);
            this.layoutControlItem5.Text = "layoutControlItem5";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextToControlDistance = 0;
            this.layoutControlItem5.TextVisible = false;
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.lkStore;
            this.layoutControlItem10.CustomizationFormText = "Account";
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Size = new System.Drawing.Size(241, 24);
            this.layoutControlItem10.Text = "Account";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(94, 13);
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.ckExcNeverIssued;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(339, 72);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(388, 24);
            this.layoutControlItem4.Text = "layoutControlItem4";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextToControlDistance = 0;
            this.layoutControlItem4.TextVisible = false;
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.cboMonth;
            this.layoutControlItem7.CustomizationFormText = "Month";
            this.layoutControlItem7.Location = new System.Drawing.Point(535, 24);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(192, 48);
            this.layoutControlItem7.Text = "Month";
            this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem7.TextSize = new System.Drawing.Size(50, 20);
            this.layoutControlItem7.TextToControlDistance = 5;
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.cboYear;
            this.layoutControlItem8.CustomizationFormText = "Year";
            this.layoutControlItem8.Location = new System.Drawing.Point(535, 0);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(192, 24);
            this.layoutControlItem8.Text = "Year";
            this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem8.TextSize = new System.Drawing.Size(50, 20);
            this.layoutControlItem8.TextToControlDistance = 5;
            // 
            // emptySpaceItem3
            // 
            this.emptySpaceItem3.AllowHotTrack = false;
            this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
            this.emptySpaceItem3.Location = new System.Drawing.Point(490, 0);
            this.emptySpaceItem3.Name = "emptySpaceItem3";
            this.emptySpaceItem3.Size = new System.Drawing.Size(45, 72);
            this.emptySpaceItem3.Text = "emptySpaceItem3";
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.lkWarehouse;
            this.layoutControlItem11.CustomizationFormText = "Warehouse";
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(241, 24);
            this.layoutControlItem11.Text = "Warehouse";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(94, 13);
            // 
            // layoutControlItem26
            // 
            this.layoutControlItem26.Control = this.btnPrintForAllActivites;
            this.layoutControlItem26.CustomizationFormText = "layoutControlItem26";
            this.layoutControlItem26.Location = new System.Drawing.Point(850, 74);
            this.layoutControlItem26.Name = "layoutControlItem26";
            this.layoutControlItem26.Size = new System.Drawing.Size(117, 32);
            this.layoutControlItem26.Text = "layoutControlItem26";
            this.layoutControlItem26.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem26.TextToControlDistance = 0;
            this.layoutControlItem26.TextVisible = false;
            // 
            // emptySpaceItem4
            // 
            this.emptySpaceItem4.AllowHotTrack = false;
            this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
            this.emptySpaceItem4.Location = new System.Drawing.Point(727, 106);
            this.emptySpaceItem4.Name = "emptySpaceItem4";
            this.emptySpaceItem4.Size = new System.Drawing.Size(360, 17);
            this.emptySpaceItem4.Text = "emptySpaceItem4";
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem6
            // 
            this.emptySpaceItem6.AllowHotTrack = false;
            this.emptySpaceItem6.CustomizationFormText = "emptySpaceItem6";
            this.emptySpaceItem6.Location = new System.Drawing.Point(967, 96);
            this.emptySpaceItem6.Name = "emptySpaceItem6";
            this.emptySpaceItem6.Size = new System.Drawing.Size(120, 10);
            this.emptySpaceItem6.Text = "emptySpaceItem6";
            this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
            // 
            // 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("Microsoft Sans Serif", 9.75F);
            this.dtDate.CalendarForeColor = System.Drawing.Color.Black;
            this.dtDate.CustomFormat = "dd/MM/ yy";
            this.dtDate.DayOfWeekCharacters = 2;
            this.dtDate.ForeColor = System.Drawing.Color.Black;
            this.dtDate.Location = new System.Drawing.Point(80, 369);
            this.dtDate.Name = "dtDate";
            this.dtDate.Size = new System.Drawing.Size(114, 20);
            this.dtDate.TabIndex = 24;
            this.dtDate.Value = new System.DateTime(2008, 10, 3, 0, 0, 0, 0);
            this.dtDate.Visible = false;
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(765, -16);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(78, 13);
            this.linkLabel1.TabIndex = 28;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "custom Print";
            this.linkLabel1.Visible = false;
            // 
            // bw
            // 
            this.bw.WorkerReportsProgress = true;
            this.bw.WorkerSupportsCancellation = true;
            this.bw.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bw_DoWork);
            this.bw.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bw_ProgressChanged);
            this.bw.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bw_RunWorkerCompleted);
            // 
            // printingSystem1
            // 
            this.printingSystem1.Links.AddRange(new object[] {
            this.printableComponentLink1});
            // 
            // printableComponentLink1
            // 
            this.printableComponentLink1.Component = this.gridDetailReport;
            // 
            // 
            // 
            this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
            this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
                "[Date Printed]",
                "[Time Printed]",
                "HCMIS \r\n[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.PrintingSystem = this.printingSystem1;
            this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
            this.printableComponentLink1.RtfReportHeader = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil\\fcharset0 Arial;}{\\f1" +
    "\\fnil\\fcharset0 Times New Roman;}}\r\n\\viewkind4\\uc1\\pard\\qc\\fs32 Stock Status Rep" +
    "ort\\par\r\n\\fs20\\par\r\n[HUB]\\f1\\par\r\n}\r\n";
            // 
            // ItemReport
            // 
            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(1123, 575);
            this.Controls.Add(this.linkLabel1);
            this.Controls.Add(this.dtDate);
            this.Controls.Add(this.layoutControl1);
            this.Name = "ItemReport";
            this.Text = "Stock Report";
            this.Load += new System.EventHandler(this.StockReportLoad);
            this.Layout += new System.Windows.Forms.LayoutEventHandler(this.BeforeLayout);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lkWarehouse.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkStore.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkOnlyVital.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkCategories.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioViewSelector.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboMonth.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkPrograms.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboStatus.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbLoad.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridDetailReport)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridReadinessView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridExpView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridExpiryView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridConsumptionView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSupplierView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridPriceView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridBatchView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeCategory)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutProgressBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_lista_precios));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip13 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.articid = new System.Windows.Forms.TextBox();
     this.articname = new System.Windows.Forms.TextBox();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.label11 = new System.Windows.Forms.Label();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.btn_nuevo = new DevExpress.XtraBars.BarButtonItem();
     this.btn_editar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_cancelar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_grabar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_eliminar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_imprimir = new DevExpress.XtraBars.BarButtonItem();
     this.btn_log = new DevExpress.XtraBars.BarButtonItem();
     this.btn_clave = new DevExpress.XtraBars.BarButtonItem();
     this.btn_salir = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.btnLoad = new DevExpress.XtraBars.BarButtonItem();
     this.btnInicio = new DevExpress.XtraBars.BarButtonItem();
     this.btnAnterior = new DevExpress.XtraBars.BarButtonItem();
     this.btnSiguiente = new DevExpress.XtraBars.BarButtonItem();
     this.btnUltimo = new DevExpress.XtraBars.BarButtonItem();
     this.pnl_01 = new DevExpress.XtraEditors.PanelControl();
     this.fechdocfin = new System.Windows.Forms.DateTimePicker();
     this.visible = new DevExpress.XtraEditors.CheckEdit();
     this.fechdocini = new System.Windows.Forms.DateTimePicker();
     this.tcamb = new System.Windows.Forms.TextBox();
     this.incigv = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.ctactelistname = new System.Windows.Forms.TextBox();
     this.ctactelist = new System.Windows.Forms.TextBox();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.tiendalistname = new System.Windows.Forms.TextBox();
     this.tiendalist = new System.Windows.Forms.TextBox();
     this.listaprecid = new System.Windows.Forms.TextBox();
     this.listaprecname = new System.Windows.Forms.TextBox();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.pnlcontroldet = new DevExpress.XtraEditors.PanelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.ExportCatalog = new DevExpress.XtraEditors.SimpleButton();
     this.btn_importar = new System.Windows.Forms.Button();
     this.btn_exportar = new System.Windows.Forms.Button();
     this.btn_del = new DevExpress.XtraEditors.SimpleButton();
     this.btn_add = new DevExpress.XtraEditors.SimpleButton();
     this.btn_save = new DevExpress.XtraEditors.SimpleButton();
     this.precunit2 = new System.Windows.Forms.TextBox();
     this.precunit1 = new System.Windows.Forms.TextBox();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.dgb_listaPrecios = new System.Windows.Forms.DataGridView();
     this.@__listaprecid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.codigo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.denominacion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._precunit1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._precunit2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.usuar = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.feact = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.Mdi_dgv_precioslist = new DevExpress.XtraGrid.GridControl();
     this.dgv_precioslist = new DevExpress.XtraGrid.Views.Grid.GridView();
     this._listaprecid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._listaprecname = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechaini = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechafin = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tiendalist = new DevExpress.XtraGrid.Columns.GridColumn();
     this._ctactelist = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tcamb = new DevExpress.XtraGrid.Columns.GridColumn();
     this._incigv = new DevExpress.XtraGrid.Columns.GridColumn();
     this._visible = new DevExpress.XtraGrid.Columns.GridColumn();
     this._usuar = new DevExpress.XtraGrid.Columns.GridColumn();
     this._feact = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).BeginInit();
     this.pnl_01.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.visible.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.incigv.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlcontroldet)).BeginInit();
     this.pnlcontroldet.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_listaPrecios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_precioslist)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_precioslist)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     this.SuspendLayout();
     //
     // articid
     //
     this.articid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.articid.Location = new System.Drawing.Point(76, 4);
     this.articid.MaxLength = 10;
     this.articid.Name = "articid";
     this.articid.Size = new System.Drawing.Size(100, 20);
     this.articid.TabIndex = 11;
     this.articid.Text = "0000000000000";
     this.articid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.articid_KeyDown);
     //
     // articname
     //
     this.articname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.articname.Location = new System.Drawing.Point(177, 4);
     this.articname.Name = "articname";
     this.articname.Size = new System.Drawing.Size(300, 21);
     this.articname.TabIndex = 12;
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.Teal;
     this.panelControl2.Appearance.ForeColor = System.Drawing.Color.White;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.Appearance.Options.UseForeColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.label11);
     this.panelControl2.Location = new System.Drawing.Point(-12, 26);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(990, 26);
     this.panelControl2.TabIndex = 113;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(408, 2);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(158, 24);
     this.label11.TabIndex = 5;
     this.label11.Text = "Lista de Precios";
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.btn_nuevo,
     this.btn_editar,
     this.btn_grabar,
     this.btn_cancelar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnLoad,
     this.btn_log,
     this.btnInicio,
     this.btnAnterior,
     this.btnSiguiente,
     this.btnUltimo,
     this.btn_salir,
     this.btn_clave});
     this.barManager1.MainMenu = this.bar1;
     this.barManager1.MaxItemId = 16;
     //
     // bar1
     //
     this.bar1.BarName = "Main menu";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_nuevo, DevExpress.XtraBars.BarItemPaintStyle.Standard),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_editar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_cancelar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_grabar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_eliminar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_imprimir),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_log),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_clave),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_salir)});
     this.bar1.OptionsBar.MultiLine = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Main menu";
     //
     // btn_nuevo
     //
     this.btn_nuevo.Caption = "btnNew";
     this.btn_nuevo.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Glyph")));
     this.btn_nuevo.Id = 2;
     this.btn_nuevo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.LargeGlyph")));
     this.btn_nuevo.Name = "btn_nuevo";
     toolTipTitleItem1.Text = "Nuevo";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btn_nuevo.SuperTip = superToolTip1;
     this.btn_nuevo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_nuevo_ItemClick);
     //
     // btn_editar
     //
     this.btn_editar.Caption = "btnEdit";
     this.btn_editar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.Glyph")));
     this.btn_editar.Id = 3;
     this.btn_editar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.LargeGlyph")));
     this.btn_editar.Name = "btn_editar";
     toolTipTitleItem2.Text = "Editar";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btn_editar.SuperTip = superToolTip2;
     this.btn_editar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_editar_ItemClick);
     //
     // btn_cancelar
     //
     this.btn_cancelar.Caption = "btnCancel";
     this.btn_cancelar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.Glyph")));
     this.btn_cancelar.Id = 5;
     this.btn_cancelar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.LargeGlyph")));
     this.btn_cancelar.Name = "btn_cancelar";
     toolTipTitleItem3.Text = "Cancelar";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btn_cancelar.SuperTip = superToolTip3;
     this.btn_cancelar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_cancelar_ItemClick);
     //
     // btn_grabar
     //
     this.btn_grabar.Caption = "btnSave";
     this.btn_grabar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Glyph")));
     this.btn_grabar.Id = 4;
     this.btn_grabar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.LargeGlyph")));
     this.btn_grabar.Name = "btn_grabar";
     toolTipTitleItem4.Text = "Guardar";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.btn_grabar.SuperTip = superToolTip4;
     this.btn_grabar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_grabar_ItemClick);
     //
     // btn_eliminar
     //
     this.btn_eliminar.Caption = "btnDelete";
     this.btn_eliminar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Glyph")));
     this.btn_eliminar.Id = 6;
     this.btn_eliminar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.LargeGlyph")));
     this.btn_eliminar.Name = "btn_eliminar";
     toolTipTitleItem5.Text = "Elimar Registro";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.btn_eliminar.SuperTip = superToolTip5;
     this.btn_eliminar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_eliminar_ItemClick);
     //
     // btn_imprimir
     //
     this.btn_imprimir.Caption = "btnPrint";
     this.btn_imprimir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Glyph")));
     this.btn_imprimir.Id = 7;
     this.btn_imprimir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.LargeGlyph")));
     this.btn_imprimir.Name = "btn_imprimir";
     toolTipTitleItem6.Text = "Imprimir";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.btn_imprimir.SuperTip = superToolTip6;
     //
     // btn_log
     //
     this.btn_log.Caption = "btnLog";
     this.btn_log.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_log.Glyph")));
     this.btn_log.Id = 9;
     this.btn_log.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_log.LargeGlyph")));
     this.btn_log.Name = "btn_log";
     toolTipTitleItem7.Text = "Log";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.btn_log.SuperTip = superToolTip7;
     //
     // btn_clave
     //
     this.btn_clave.Caption = "btnLock";
     this.btn_clave.Glyph = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.Id = 15;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_clave_ItemClick);
     //
     // btn_salir
     //
     this.btn_salir.Caption = "btnExit";
     this.btn_salir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.Glyph")));
     this.btn_salir.Id = 14;
     this.btn_salir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.LargeGlyph")));
     this.btn_salir.Name = "btn_salir";
     toolTipTitleItem8.Text = "Salir";
     superToolTip8.Items.Add(toolTipTitleItem8);
     this.btn_salir.SuperTip = superToolTip8;
     this.btn_salir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_salir_ItemClick);
     //
     // 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(978, 28);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 440);
     this.barDockControlBottom.Size = new System.Drawing.Size(978, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 28);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 412);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(978, 28);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 412);
     //
     // btnLoad
     //
     this.btnLoad.Caption = "btnLoad";
     this.btnLoad.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.Glyph")));
     this.btnLoad.Id = 8;
     this.btnLoad.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.LargeGlyph")));
     this.btnLoad.Name = "btnLoad";
     toolTipTitleItem9.Text = "Actualizar";
     superToolTip9.Items.Add(toolTipTitleItem9);
     this.btnLoad.SuperTip = superToolTip9;
     //
     // btnInicio
     //
     this.btnInicio.Caption = "btnInicio";
     this.btnInicio.Glyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.Glyph")));
     this.btnInicio.Id = 10;
     this.btnInicio.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.LargeGlyph")));
     this.btnInicio.Name = "btnInicio";
     toolTipTitleItem10.Text = "Primer Registro";
     superToolTip10.Items.Add(toolTipTitleItem10);
     this.btnInicio.SuperTip = superToolTip10;
     //
     // btnAnterior
     //
     this.btnAnterior.Caption = "btnAnterior";
     this.btnAnterior.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.Glyph")));
     this.btnAnterior.Id = 11;
     this.btnAnterior.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.LargeGlyph")));
     this.btnAnterior.Name = "btnAnterior";
     toolTipTitleItem11.Text = "Anterior Registro";
     superToolTip11.Items.Add(toolTipTitleItem11);
     this.btnAnterior.SuperTip = superToolTip11;
     //
     // btnSiguiente
     //
     this.btnSiguiente.Caption = "btnSiguiente";
     this.btnSiguiente.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.Glyph")));
     this.btnSiguiente.Id = 12;
     this.btnSiguiente.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.LargeGlyph")));
     this.btnSiguiente.Name = "btnSiguiente";
     toolTipTitleItem12.Text = "Siguiente Registro";
     superToolTip12.Items.Add(toolTipTitleItem12);
     this.btnSiguiente.SuperTip = superToolTip12;
     //
     // btnUltimo
     //
     this.btnUltimo.Caption = "btnUltimo";
     this.btnUltimo.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.Glyph")));
     this.btnUltimo.Id = 13;
     this.btnUltimo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.LargeGlyph")));
     this.btnUltimo.Name = "btnUltimo";
     toolTipTitleItem13.Text = "Ultimo Registro";
     superToolTip13.Items.Add(toolTipTitleItem13);
     this.btnUltimo.SuperTip = superToolTip13;
     //
     // pnl_01
     //
     this.pnl_01.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnl_01.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnl_01.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.pnl_01.Appearance.ForeColor = System.Drawing.Color.White;
     this.pnl_01.Appearance.Options.UseBackColor = true;
     this.pnl_01.Appearance.Options.UseFont = true;
     this.pnl_01.Appearance.Options.UseForeColor = true;
     this.pnl_01.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnl_01.Controls.Add(this.fechdocfin);
     this.pnl_01.Controls.Add(this.visible);
     this.pnl_01.Controls.Add(this.fechdocini);
     this.pnl_01.Controls.Add(this.tcamb);
     this.pnl_01.Controls.Add(this.incigv);
     this.pnl_01.Controls.Add(this.labelControl7);
     this.pnl_01.Controls.Add(this.labelControl6);
     this.pnl_01.Controls.Add(this.labelControl5);
     this.pnl_01.Controls.Add(this.ctactelistname);
     this.pnl_01.Controls.Add(this.ctactelist);
     this.pnl_01.Controls.Add(this.labelControl4);
     this.pnl_01.Controls.Add(this.tiendalistname);
     this.pnl_01.Controls.Add(this.tiendalist);
     this.pnl_01.Controls.Add(this.listaprecid);
     this.pnl_01.Controls.Add(this.listaprecname);
     this.pnl_01.Controls.Add(this.labelControl3);
     this.pnl_01.Controls.Add(this.labelControl1);
     this.pnl_01.Location = new System.Drawing.Point(350, 58);
     this.pnl_01.Name = "pnl_01";
     this.pnl_01.Size = new System.Drawing.Size(626, 131);
     this.pnl_01.TabIndex = 120;
     //
     // fechdocfin
     //
     this.fechdocfin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdocfin.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdocfin.Location = new System.Drawing.Point(306, 79);
     this.fechdocfin.Name = "fechdocfin";
     this.fechdocfin.Size = new System.Drawing.Size(80, 20);
     this.fechdocfin.TabIndex = 125;
     //
     // visible
     //
     this.visible.Location = new System.Drawing.Point(300, 102);
     this.visible.Name = "visible";
     this.visible.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.visible.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.visible.Properties.Appearance.Options.UseFont = true;
     this.visible.Properties.Appearance.Options.UseForeColor = true;
     this.visible.Properties.Caption = "Visible ?";
     this.visible.Size = new System.Drawing.Size(71, 19);
     this.visible.TabIndex = 139;
     //
     // fechdocini
     //
     this.fechdocini.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdocini.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdocini.Location = new System.Drawing.Point(109, 79);
     this.fechdocini.Name = "fechdocini";
     this.fechdocini.Size = new System.Drawing.Size(80, 20);
     this.fechdocini.TabIndex = 124;
     //
     // tcamb
     //
     this.tcamb.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.tcamb.Location = new System.Drawing.Point(109, 102);
     this.tcamb.Name = "tcamb";
     this.tcamb.Size = new System.Drawing.Size(80, 21);
     this.tcamb.TabIndex = 138;
     this.tcamb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // incigv
     //
     this.incigv.Location = new System.Drawing.Point(198, 102);
     this.incigv.Name = "incigv";
     this.incigv.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.incigv.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.incigv.Properties.Appearance.Options.UseFont = true;
     this.incigv.Properties.Appearance.Options.UseForeColor = true;
     this.incigv.Properties.Caption = "Inlcuye Igv";
     this.incigv.Size = new System.Drawing.Size(94, 19);
     this.incigv.TabIndex = 137;
     //
     // labelControl7
     //
     this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl7.Location = new System.Drawing.Point(13, 105);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(83, 13);
     this.labelControl7.TabIndex = 136;
     this.labelControl7.Text = "» Tipo Cambio:";
     //
     // labelControl6
     //
     this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl6.Location = new System.Drawing.Point(234, 82);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(66, 13);
     this.labelControl6.TabIndex = 135;
     this.labelControl6.Text = "» Fecha Fin:";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl5.Location = new System.Drawing.Point(13, 82);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(81, 13);
     this.labelControl5.TabIndex = 134;
     this.labelControl5.Text = "» Fecha Inicio:";
     //
     // ctactelistname
     //
     this.ctactelistname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.ctactelistname.Location = new System.Drawing.Point(132, 53);
     this.ctactelistname.Name = "ctactelistname";
     this.ctactelistname.Size = new System.Drawing.Size(303, 21);
     this.ctactelistname.TabIndex = 133;
     //
     // ctactelist
     //
     this.ctactelist.AccessibleDescription = "";
     this.ctactelist.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ctactelist.Location = new System.Drawing.Point(110, 53);
     this.ctactelist.MaxLength = 4;
     this.ctactelist.Name = "ctactelist";
     this.ctactelist.Size = new System.Drawing.Size(21, 20);
     this.ctactelist.TabIndex = 132;
     this.ctactelist.Text = "0";
     this.ctactelist.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.ctactelist.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctactelist_KeyDown);
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl4.Location = new System.Drawing.Point(11, 57);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(91, 13);
     this.labelControl4.TabIndex = 131;
     this.labelControl4.Text = "» Lista-Clientes:";
     //
     // tiendalistname
     //
     this.tiendalistname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.tiendalistname.Location = new System.Drawing.Point(132, 30);
     this.tiendalistname.Name = "tiendalistname";
     this.tiendalistname.Size = new System.Drawing.Size(287, 21);
     this.tiendalistname.TabIndex = 130;
     //
     // tiendalist
     //
     this.tiendalist.AccessibleDescription = "";
     this.tiendalist.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tiendalist.Location = new System.Drawing.Point(110, 30);
     this.tiendalist.MaxLength = 4;
     this.tiendalist.Name = "tiendalist";
     this.tiendalist.Size = new System.Drawing.Size(21, 20);
     this.tiendalist.TabIndex = 129;
     this.tiendalist.Text = "0";
     this.tiendalist.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.tiendalist.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tiendalist_KeyDown);
     //
     // listaprecid
     //
     this.listaprecid.AccessibleDescription = "";
     this.listaprecid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listaprecid.Location = new System.Drawing.Point(110, 6);
     this.listaprecid.MaxLength = 4;
     this.listaprecid.Name = "listaprecid";
     this.listaprecid.Size = new System.Drawing.Size(21, 20);
     this.listaprecid.TabIndex = 128;
     this.listaprecid.Text = "0";
     this.listaprecid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // listaprecname
     //
     this.listaprecname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.listaprecname.Location = new System.Drawing.Point(132, 6);
     this.listaprecname.Name = "listaprecname";
     this.listaprecname.Size = new System.Drawing.Size(303, 21);
     this.listaprecname.TabIndex = 124;
     this.listaprecname.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listaprecname_KeyDown);
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl3.Location = new System.Drawing.Point(11, 32);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(90, 13);
     this.labelControl3.TabIndex = 123;
     this.labelControl3.Text = "» Lista-Tiendas:";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl1.Location = new System.Drawing.Point(11, 9);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(52, 13);
     this.labelControl1.TabIndex = 122;
     this.labelControl1.Text = "» Codigo:";
     //
     // pnlcontroldet
     //
     this.pnlcontroldet.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnlcontroldet.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnlcontroldet.Appearance.ForeColor = System.Drawing.Color.White;
     this.pnlcontroldet.Appearance.Options.UseBackColor = true;
     this.pnlcontroldet.Appearance.Options.UseForeColor = true;
     this.pnlcontroldet.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlcontroldet.Controls.Add(this.labelControl10);
     this.pnlcontroldet.Controls.Add(this.ExportCatalog);
     this.pnlcontroldet.Controls.Add(this.btn_importar);
     this.pnlcontroldet.Controls.Add(this.btn_exportar);
     this.pnlcontroldet.Controls.Add(this.btn_del);
     this.pnlcontroldet.Controls.Add(this.btn_add);
     this.pnlcontroldet.Controls.Add(this.btn_save);
     this.pnlcontroldet.Controls.Add(this.precunit2);
     this.pnlcontroldet.Controls.Add(this.precunit1);
     this.pnlcontroldet.Controls.Add(this.labelControl9);
     this.pnlcontroldet.Controls.Add(this.labelControl8);
     this.pnlcontroldet.Controls.Add(this.dgb_listaPrecios);
     this.pnlcontroldet.Controls.Add(this.labelControl2);
     this.pnlcontroldet.Controls.Add(this.articid);
     this.pnlcontroldet.Controls.Add(this.articname);
     this.pnlcontroldet.Location = new System.Drawing.Point(349, 193);
     this.pnlcontroldet.Name = "pnlcontroldet";
     this.pnlcontroldet.Size = new System.Drawing.Size(627, 245);
     this.pnlcontroldet.TabIndex = 121;
     //
     // labelControl10
     //
     this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl10.Location = new System.Drawing.Point(547, 103);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(70, 13);
     this.labelControl10.TabIndex = 158;
     this.labelControl10.Text = "__________";
     //
     // ExportCatalog
     //
     this.ExportCatalog.Cursor = System.Windows.Forms.Cursors.Hand;
     this.ExportCatalog.Image = ((System.Drawing.Image)(resources.GetObject("ExportCatalog.Image")));
     this.ExportCatalog.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ExportCatalog.Location = new System.Drawing.Point(543, 78);
     this.ExportCatalog.Name = "ExportCatalog";
     this.ExportCatalog.Size = new System.Drawing.Size(74, 23);
     this.ExportCatalog.TabIndex = 157;
     this.ExportCatalog.Text = "Productos";
     this.ExportCatalog.ToolTip = "Exportar Productos";
     this.ExportCatalog.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.ExportCatalog.Click += new System.EventHandler(this.ExportCatalog_Click);
     //
     // btn_importar
     //
     this.btn_importar.BackColor = System.Drawing.Color.Transparent;
     this.btn_importar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_importar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.btn_importar.ForeColor = System.Drawing.Color.Black;
     this.btn_importar.Image = global::BapFormulariosNet.Properties.Resources.go_import2;
     this.btn_importar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_importar.Location = new System.Drawing.Point(543, 187);
     this.btn_importar.Name = "btn_importar";
     this.btn_importar.Size = new System.Drawing.Size(81, 35);
     this.btn_importar.TabIndex = 155;
     this.btn_importar.Text = "&Importar";
     this.btn_importar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btn_importar.UseVisualStyleBackColor = false;
     this.btn_importar.Click += new System.EventHandler(this.btn_importar_Click);
     //
     // btn_exportar
     //
     this.btn_exportar.BackColor = System.Drawing.Color.Transparent;
     this.btn_exportar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_exportar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.btn_exportar.ForeColor = System.Drawing.Color.Black;
     this.btn_exportar.Image = global::BapFormulariosNet.Properties.Resources.go_export;
     this.btn_exportar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_exportar.Location = new System.Drawing.Point(541, 146);
     this.btn_exportar.Name = "btn_exportar";
     this.btn_exportar.Size = new System.Drawing.Size(83, 35);
     this.btn_exportar.TabIndex = 156;
     this.btn_exportar.Text = "&Exportar";
     this.btn_exportar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btn_exportar.UseVisualStyleBackColor = false;
     this.btn_exportar.Click += new System.EventHandler(this.btn_exportar_Click);
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.Image = ((System.Drawing.Image)(resources.GetObject("btn_del.Image")));
     this.btn_del.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_del.Location = new System.Drawing.Point(407, 52);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(65, 23);
     this.btn_del.TabIndex = 144;
     this.btn_del.Text = "Eliminar";
     this.btn_del.ToolTip = "Eliminar";
     this.btn_del.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
     this.btn_add.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_add.Location = new System.Drawing.Point(330, 52);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(71, 23);
     this.btn_add.TabIndex = 143;
     this.btn_add.Text = "Adicionar";
     this.btn_add.ToolTip = "Adicionar";
     this.btn_add.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // btn_save
     //
     this.btn_save.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_save.Image = ((System.Drawing.Image)(resources.GetObject("btn_save.Image")));
     this.btn_save.Location = new System.Drawing.Point(256, 52);
     this.btn_save.Name = "btn_save";
     this.btn_save.Size = new System.Drawing.Size(68, 23);
     this.btn_save.TabIndex = 154;
     this.btn_save.Text = "&Aceptar";
     this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
     //
     // precunit2
     //
     this.precunit2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.precunit2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.precunit2.Location = new System.Drawing.Point(166, 51);
     this.precunit2.Name = "precunit2";
     this.precunit2.Size = new System.Drawing.Size(80, 21);
     this.precunit2.TabIndex = 153;
     this.precunit2.Text = "00.000.00";
     this.precunit2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // precunit1
     //
     this.precunit1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.precunit1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.precunit1.Location = new System.Drawing.Point(166, 28);
     this.precunit1.Name = "precunit1";
     this.precunit1.Size = new System.Drawing.Size(80, 21);
     this.precunit1.TabIndex = 152;
     this.precunit1.Text = "00.000.00";
     this.precunit1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.precunit1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.precunit1_KeyDown);
     //
     // labelControl9
     //
     this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl9.Location = new System.Drawing.Point(14, 56);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(122, 13);
     this.labelControl9.TabIndex = 151;
     this.labelControl9.Text = "» Precio Moneda US$:";
     //
     // labelControl8
     //
     this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl8.Location = new System.Drawing.Point(14, 32);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(129, 13);
     this.labelControl8.TabIndex = 150;
     this.labelControl8.Text = "» Precio Moneda Local:";
     //
     // dgb_listaPrecios
     //
     this.dgb_listaPrecios.AllowUserToAddRows = false;
     this.dgb_listaPrecios.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgb_listaPrecios.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.@__listaprecid,
     this.codigo,
     this.denominacion,
     this._precunit1,
     this._precunit2,
     this.usuar,
     this.feact});
     this.dgb_listaPrecios.EnableHeadersVisualStyles = false;
     this.dgb_listaPrecios.Location = new System.Drawing.Point(4, 78);
     this.dgb_listaPrecios.Name = "dgb_listaPrecios";
     this.dgb_listaPrecios.ReadOnly = true;
     this.dgb_listaPrecios.RowHeadersVisible = false;
     dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
     this.dgb_listaPrecios.RowsDefaultCellStyle = dataGridViewCellStyle3;
     this.dgb_listaPrecios.Size = new System.Drawing.Size(536, 164);
     this.dgb_listaPrecios.TabIndex = 149;
     this.dgb_listaPrecios.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_listaPrecios_CellClick);
     this.dgb_listaPrecios.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_listaPrecios_CellEnter);
     this.dgb_listaPrecios.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_listaPrecios_KeyUp);
     //
     // __listaprecid
     //
     this.@__listaprecid.DataPropertyName = "listaprecid";
     this.@__listaprecid.HeaderText = "listaprecid";
     this.@__listaprecid.Name = "__listaprecid";
     this.@__listaprecid.ReadOnly = true;
     this.@__listaprecid.Visible = false;
     //
     // codigo
     //
     this.codigo.DataPropertyName = "codigo";
     this.codigo.HeaderText = "Codigo";
     this.codigo.Name = "codigo";
     this.codigo.ReadOnly = true;
     this.codigo.Width = 80;
     //
     // denominacion
     //
     this.denominacion.DataPropertyName = "denominacion";
     this.denominacion.HeaderText = "Denominación";
     this.denominacion.Name = "denominacion";
     this.denominacion.ReadOnly = true;
     this.denominacion.Width = 300;
     //
     // _precunit1
     //
     this._precunit1.DataPropertyName = "precunit1";
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle1.Format = "N2";
     dataGridViewCellStyle1.NullValue = null;
     this._precunit1.DefaultCellStyle = dataGridViewCellStyle1;
     this._precunit1.HeaderText = "S/.";
     this._precunit1.Name = "_precunit1";
     this._precunit1.ReadOnly = true;
     this._precunit1.Width = 70;
     //
     // _precunit2
     //
     this._precunit2.DataPropertyName = "precunit2";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle2.Format = "N2";
     dataGridViewCellStyle2.NullValue = null;
     this._precunit2.DefaultCellStyle = dataGridViewCellStyle2;
     this._precunit2.HeaderText = "US$";
     this._precunit2.Name = "_precunit2";
     this._precunit2.ReadOnly = true;
     this._precunit2.Width = 70;
     //
     // usuar
     //
     this.usuar.DataPropertyName = "usuar";
     this.usuar.HeaderText = "usuar";
     this.usuar.Name = "usuar";
     this.usuar.ReadOnly = true;
     this.usuar.Visible = false;
     //
     // feact
     //
     this.feact.DataPropertyName = "feact";
     this.feact.HeaderText = "feact";
     this.feact.Name = "feact";
     this.feact.ReadOnly = true;
     this.feact.Visible = false;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl2.Location = new System.Drawing.Point(13, 7);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(58, 13);
     this.labelControl2.TabIndex = 123;
     this.labelControl2.Text = "» Articulo:";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.Mdi_dgv_precioslist);
     this.groupControl1.Location = new System.Drawing.Point(2, 56);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(342, 382);
     this.groupControl1.TabIndex = 142;
     this.groupControl1.Text = "Lista de Precios";
     //
     // Mdi_dgv_precioslist
     //
     this.Mdi_dgv_precioslist.Location = new System.Drawing.Point(6, 24);
     this.Mdi_dgv_precioslist.MainView = this.dgv_precioslist;
     this.Mdi_dgv_precioslist.Name = "Mdi_dgv_precioslist";
     this.Mdi_dgv_precioslist.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1,
     this.repositoryItemCheckEdit2,
     this.repositoryItemTextEdit2,
     this.repositoryItemCheckEdit3});
     this.Mdi_dgv_precioslist.Size = new System.Drawing.Size(329, 353);
     this.Mdi_dgv_precioslist.TabIndex = 143;
     this.Mdi_dgv_precioslist.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.dgv_precioslist});
     this.Mdi_dgv_precioslist.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Mdi_dgv_tiendalist_KeyUp);
     //
     // dgv_precioslist
     //
     this.dgv_precioslist.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray;
     this.dgv_precioslist.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217)))));
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue;
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.Empty.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_precioslist.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131)))));
     this.dgv_precioslist.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_precioslist.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_precioslist.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41)))));
     this.dgv_precioslist.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_precioslist.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_precioslist.Appearance.FilterPanel.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FilterPanel.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66)))));
     this.dgv_precioslist.Appearance.FixedLine.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_precioslist.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.FocusedCell.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FocusedCell.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy;
     this.dgv_precioslist.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(178)))));
     this.dgv_precioslist.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.FocusedRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FocusedRow.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.FooterPanel.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.FooterPanel.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.GroupButton.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.GroupButton.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.GroupButton.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_precioslist.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_precioslist.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.GroupFooter.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.GroupFooter.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71)))));
     this.dgv_precioslist.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_precioslist.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.GroupPanel.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.GroupPanel.Options.UseFont = true;
     this.dgv_precioslist.Appearance.GroupPanel.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136)))));
     this.dgv_precioslist.Appearance.GroupRow.ForeColor = System.Drawing.Color.Silver;
     this.dgv_precioslist.Appearance.GroupRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.GroupRow.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_precioslist.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.HeaderPanel.Options.UseFont = true;
     this.dgv_precioslist.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray;
     this.dgv_precioslist.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_precioslist.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.HorzLine.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244)))));
     this.dgv_precioslist.Appearance.Preview.BackColor2 = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.Preview.ForeColor = System.Drawing.Color.Navy;
     this.dgv_precioslist.Appearance.Preview.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.Preview.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_precioslist.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.Row.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.Row.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.RowSeparator.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(138)))));
     this.dgv_precioslist.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.SelectedRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.SelectedRow.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226)))));
     this.dgv_precioslist.Appearance.TopNewRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.VertLine.Options.UseBackColor = true;
     this.dgv_precioslist.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this._listaprecid,
     this._listaprecname,
     this._fechaini,
     this._fechafin,
     this._tiendalist,
     this._ctactelist,
     this._tcamb,
     this._incigv,
     this._visible,
     this._usuar,
     this._feact});
     styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Teal;
     styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression = "Len(Trim([conceptoid])) == 2";
     this.dgv_precioslist.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1});
     this.dgv_precioslist.GridControl = this.Mdi_dgv_precioslist;
     this.dgv_precioslist.Name = "dgv_precioslist";
     this.dgv_precioslist.OptionsSelection.MultiSelect = true;
     this.dgv_precioslist.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.dgv_precioslist.OptionsView.ShowGroupPanel = false;
     this.dgv_precioslist.PaintStyleName = "Web";
     this.dgv_precioslist.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.dgv_tiendalist_RowCellClick);
     //
     // _listaprecid
     //
     this._listaprecid.Caption = "ID";
     this._listaprecid.FieldName = "listaprecid";
     this._listaprecid.Name = "_listaprecid";
     this._listaprecid.OptionsColumn.AllowEdit = false;
     this._listaprecid.Visible = true;
     this._listaprecid.VisibleIndex = 0;
     this._listaprecid.Width = 39;
     //
     // _listaprecname
     //
     this._listaprecname.Caption = "Denominación";
     this._listaprecname.FieldName = "listaprecname";
     this._listaprecname.Name = "_listaprecname";
     this._listaprecname.OptionsColumn.AllowEdit = false;
     this._listaprecname.Visible = true;
     this._listaprecname.VisibleIndex = 1;
     this._listaprecname.Width = 152;
     //
     // _fechaini
     //
     this._fechaini.Caption = "fechaini";
     this._fechaini.FieldName = "fechaini";
     this._fechaini.Name = "_fechaini";
     //
     // _fechafin
     //
     this._fechafin.Caption = "fechafin";
     this._fechafin.FieldName = "fechafin";
     this._fechafin.Name = "_fechafin";
     //
     // _tiendalist
     //
     this._tiendalist.Caption = "tiendalist";
     this._tiendalist.FieldName = "tiendalist";
     this._tiendalist.Name = "_tiendalist";
     //
     // _ctactelist
     //
     this._ctactelist.Caption = "ctactelist";
     this._ctactelist.FieldName = "ctactelist";
     this._ctactelist.Name = "_ctactelist";
     //
     // _tcamb
     //
     this._tcamb.Caption = "tcamb";
     this._tcamb.FieldName = "tcamb";
     this._tcamb.Name = "_tcamb";
     //
     // _incigv
     //
     this._incigv.Caption = "incigv";
     this._incigv.FieldName = "incigv";
     this._incigv.Name = "_incigv";
     //
     // _visible
     //
     this._visible.Caption = "visible";
     this._visible.FieldName = "visible";
     this._visible.Name = "_visible";
     //
     // _usuar
     //
     this._usuar.Caption = "usuar";
     this._usuar.FieldName = "usuar";
     this._usuar.Name = "_usuar";
     //
     // _feact
     //
     this._feact.Caption = "feact";
     this._feact.FieldName = "feact";
     this._feact.Name = "_feact";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.DisplayFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.EditFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.Mask.EditMask = "###,##0.0000";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Caption = "Check";
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     this.repositoryItemTextEdit2.ReadOnly = true;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Caption = "Check";
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     //
     // Frm_lista_precios
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(978, 440);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.pnlcontroldet);
     this.Controls.Add(this.pnl_01);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_lista_precios";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "» Lista de Precios";
     this.Load += new System.EventHandler(this.Frm_articulo_tiendalist_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_articulo_tiendalist_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).EndInit();
     this.pnl_01.ResumeLayout(false);
     this.pnl_01.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.visible.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.incigv.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlcontroldet)).EndInit();
     this.pnlcontroldet.ResumeLayout(false);
     this.pnlcontroldet.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_listaPrecios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_precioslist)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_precioslist)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).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(ucMessageInfo));
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.gcIcon = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.icEditors           = new DevExpress.Utils.ImageCollection(this.components);
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.lcName              = new DevExpress.XtraEditors.LabelControl();
     this.gridControl1        = new DevExpress.XtraGrid.GridControl();
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcSubject           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDate              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pictureEdit1        = new DevExpress.XtraEditors.PictureEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
     this.lcgMail             = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcgContact          = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.icEditors)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgMail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgContact)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.SuspendLayout();
     //
     // gcIcon
     //
     resources.ApplyResources(this.gcIcon, "gcIcon");
     this.gcIcon.ColumnEdit = this.repositoryItemImageComboBox1;
     this.gcIcon.FieldName  = "Read";
     this.gcIcon.Name       = "gcIcon";
     this.gcIcon.OptionsColumn.AllowEdit   = false;
     this.gcIcon.OptionsColumn.AllowFocus  = false;
     this.gcIcon.OptionsColumn.AllowSize   = false;
     this.gcIcon.OptionsColumn.FixedWidth  = true;
     this.gcIcon.OptionsColumn.ShowCaption = false;
     //
     // repositoryItemImageComboBox1
     //
     resources.ApplyResources(this.repositoryItemImageComboBox1, "repositoryItemImageComboBox1");
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemImageComboBox1.Buttons"))))
     });
     this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox1.Items"), ((object)(resources.GetObject("repositoryItemImageComboBox1.Items1"))), ((int)(resources.GetObject("repositoryItemImageComboBox1.Items2")))),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox1.Items3"), ((object)(resources.GetObject("repositoryItemImageComboBox1.Items4"))), ((int)(resources.GetObject("repositoryItemImageComboBox1.Items5"))))
     });
     this.repositoryItemImageComboBox1.Name        = "repositoryItemImageComboBox1";
     this.repositoryItemImageComboBox1.SmallImages = this.icEditors;
     //
     // icEditors
     //
     resources.ApplyResources(this.icEditors, "icEditors");
     this.icEditors.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("icEditors.ImageStream")));
     this.icEditors.Images.SetKeyName(0, "ReadMessage_13x13.png");
     this.icEditors.Images.SetKeyName(1, "UnreadMessage_13x13.png");
     //
     // layoutControl1
     //
     this.layoutControl1.AllowCustomizationMenu = false;
     this.layoutControl1.Controls.Add(this.lcName);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.pictureEdit1);
     resources.ApplyResources(this.layoutControl1, "layoutControl1");
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.Root = this.layoutControlGroup1;
     //
     // lcName
     //
     this.lcName.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lcName.Appearance.Font")));
     resources.ApplyResources(this.lcName, "lcName");
     this.lcName.Name            = "lcName";
     this.lcName.StyleController = this.layoutControl1;
     //
     // gridControl1
     //
     resources.ApplyResources(this.gridControl1, "gridControl1");
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageComboBox1
     });
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gcIcon,
         this.gcSubject,
         this.gcDate
     });
     this.gridView1.FocusRectStyle                    = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition1.Appearance.Font            = ((System.Drawing.Font)(resources.GetObject("resource.Font")));
     styleFormatCondition1.Appearance.Options.UseFont = true;
     styleFormatCondition1.ApplyToRow                 = true;
     styleFormatCondition1.Column    = this.gcIcon;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1    = 0;
     this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gridView1.GridControl = this.gridControl1;
     resources.ApplyResources(this.gridView1, "gridView1");
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(((DevExpress.Data.SummaryItemType)(resources.GetObject("gridView1.GroupSummary"))), resources.GetString("gridView1.GroupSummary1"), ((DevExpress.XtraGrid.Columns.GridColumn)(resources.GetObject("gridView1.GroupSummary2"))), resources.GetString("gridView1.GroupSummary3"))
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowFixedGroups    = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
     this.gridView1.OptionsFind.AllowFindPanel          = false;
     this.gridView1.OptionsPrint.PrintHorzLines         = false;
     this.gridView1.OptionsPrint.PrintVertLines         = false;
     this.gridView1.OptionsSelection.MultiSelect        = true;
     this.gridView1.OptionsView.GroupDrawMode           = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office2003;
     this.gridView1.OptionsView.ShowGroupedColumns      = true;
     this.gridView1.OptionsView.ShowGroupPanel          = false;
     this.gridView1.OptionsView.ShowIndicator           = false;
     this.gridView1.OptionsView.ShowVerticalLines       = DevExpress.Utils.DefaultBoolean.False;
     //
     // gcSubject
     //
     resources.ApplyResources(this.gcSubject, "gcSubject");
     this.gcSubject.FieldName = "Subject";
     this.gcSubject.Name      = "gcSubject";
     this.gcSubject.OptionsColumn.AllowFocus = false;
     //
     // gcDate
     //
     resources.ApplyResources(this.gcDate, "gcDate");
     this.gcDate.FieldName                     = "Date";
     this.gcDate.GroupInterval                 = DevExpress.XtraGrid.ColumnGroupInterval.DateRange;
     this.gcDate.Name                          = "gcDate";
     this.gcDate.OptionsColumn.AllowFocus      = false;
     this.gcDate.OptionsFilter.FilterPopupMode = DevExpress.XtraGrid.Columns.FilterPopupMode.DateAlt;
     //
     // pictureEdit1
     //
     resources.ApplyResources(this.pictureEdit1, "pictureEdit1");
     this.pictureEdit1.Name = "pictureEdit1";
     this.pictureEdit1.Properties.AllowFocused = false;
     this.pictureEdit1.Properties.ShowMenu     = false;
     this.pictureEdit1.Properties.SizeMode     = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     this.pictureEdit1.StyleController         = this.layoutControl1;
     //
     // layoutControlGroup1
     //
     resources.ApplyResources(this.layoutControlGroup1, "layoutControlGroup1");
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.tabbedControlGroup1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(725, 215);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.pictureEdit1;
     resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
     this.layoutControlItem1.Location              = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.MaxSize               = new System.Drawing.Size(151, 0);
     this.layoutControlItem1.MinSize               = new System.Drawing.Size(151, 24);
     this.layoutControlItem1.Name                  = "layoutControlItem1";
     this.layoutControlItem1.Size                  = new System.Drawing.Size(151, 203);
     this.layoutControlItem1.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // tabbedControlGroup1
     //
     resources.ApplyResources(this.tabbedControlGroup1, "tabbedControlGroup1");
     this.tabbedControlGroup1.Location             = new System.Drawing.Point(151, 0);
     this.tabbedControlGroup1.Name                 = "tabbedControlGroup1";
     this.tabbedControlGroup1.SelectedTabPage      = this.lcgMail;
     this.tabbedControlGroup1.SelectedTabPageIndex = 0;
     this.tabbedControlGroup1.Size                 = new System.Drawing.Size(562, 203);
     this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.lcgMail,
         this.lcgContact
     });
     this.tabbedControlGroup1.TextLocation = DevExpress.Utils.Locations.Left;
     //
     // lcgMail
     //
     this.lcgMail.CaptionImage = global::DevExpress.MailClient.Win.Properties.Resources.Mail_16x16;
     resources.ApplyResources(this.lcgMail, "lcgMail");
     this.lcgMail.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2
     });
     this.lcgMail.Location = new System.Drawing.Point(0, 0);
     this.lcgMail.Name     = "lcgMail";
     this.lcgMail.Size     = new System.Drawing.Size(467, 179);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.gridControl1;
     resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(467, 179);
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // lcgContact
     //
     this.lcgContact.CaptionImage = global::DevExpress.MailClient.Win.Properties.Resources.Mr;
     resources.ApplyResources(this.lcgContact, "lcgContact");
     this.lcgContact.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3
     });
     this.lcgContact.Location = new System.Drawing.Point(0, 0);
     this.lcgContact.Name     = "lcgContact";
     this.lcgContact.Size     = new System.Drawing.Size(467, 179);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.lcName;
     resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3");
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(467, 179);
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // ucMessageInfo
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Name = "ucMessageInfo";
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.icEditors)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgMail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgContact)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     this.ResumeLayout(false);
 }
Example #34
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()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.gridControl1      = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.showDifferenceMapToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToExcelToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.saveLayoutToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.exportAsTuningPackageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     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.gridColumn9            = 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.gridColumn14           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMissingInOriFile     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcMissingInCompareFile = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.ContextMenuStrip     = this.contextMenuStrip1;
     this.gridControl1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location             = new System.Drawing.Point(0, 0);
     this.gridControl1.LookAndFeel.SkinName = "Black";
     this.gridControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(728, 487);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showDifferenceMapToolStripMenuItem,
         this.exportToExcelToolStripMenuItem,
         this.saveLayoutToolStripMenuItem,
         this.exportAsTuningPackageToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(208, 92);
     //
     // showDifferenceMapToolStripMenuItem
     //
     this.showDifferenceMapToolStripMenuItem.Name   = "showDifferenceMapToolStripMenuItem";
     this.showDifferenceMapToolStripMenuItem.Size   = new System.Drawing.Size(207, 22);
     this.showDifferenceMapToolStripMenuItem.Text   = "Show differences map";
     this.showDifferenceMapToolStripMenuItem.Click += new System.EventHandler(this.showDifferenceMapToolStripMenuItem_Click);
     //
     // exportToExcelToolStripMenuItem
     //
     this.exportToExcelToolStripMenuItem.Name   = "exportToExcelToolStripMenuItem";
     this.exportToExcelToolStripMenuItem.Size   = new System.Drawing.Size(207, 22);
     this.exportToExcelToolStripMenuItem.Text   = "Export to Excel";
     this.exportToExcelToolStripMenuItem.Click += new System.EventHandler(this.exportToExcelToolStripMenuItem_Click);
     //
     // saveLayoutToolStripMenuItem
     //
     this.saveLayoutToolStripMenuItem.Name   = "saveLayoutToolStripMenuItem";
     this.saveLayoutToolStripMenuItem.Size   = new System.Drawing.Size(207, 22);
     this.saveLayoutToolStripMenuItem.Text   = "Save layout";
     this.saveLayoutToolStripMenuItem.Click += new System.EventHandler(this.saveLayoutToolStripMenuItem_Click);
     //
     // exportAsTuningPackageToolStripMenuItem
     //
     this.exportAsTuningPackageToolStripMenuItem.Name   = "exportAsTuningPackageToolStripMenuItem";
     this.exportAsTuningPackageToolStripMenuItem.Size   = new System.Drawing.Size(207, 22);
     this.exportAsTuningPackageToolStripMenuItem.Text   = "Export as tuning package";
     this.exportAsTuningPackageToolStripMenuItem.Click += new System.EventHandler(this.exportAsTuningPackageToolStripMenuItem_Click);
     //
     // 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.gridColumn9,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13,
         this.gridColumn14,
         this.gcMissingInOriFile,
         this.gcMissingInCompareFile
     });
     styleFormatCondition1.Appearance.BackColor            = System.Drawing.Color.Salmon;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Column                          = this.gcMissingInOriFile;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1                          = "True";
     styleFormatCondition2.Appearance.BackColor            = System.Drawing.Color.CornflowerBlue;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow                      = true;
     styleFormatCondition2.Column                          = this.gcMissingInCompareFile;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1                          = "True";
     this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.GroupCount  = 1;
     this.gridView1.GroupFormat = "{0}: {1} {2}";
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Category", null, "({0})")
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowIncrementalSearch = true;
     this.gridView1.OptionsBehavior.Editable      = false;
     this.gridView1.OptionsView.GroupDrawMode     = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Standard;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.OptionsView.ShowIndicator     = false;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn10, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gridView1.DoubleClick    += new System.EventHandler(this.gridView1_DoubleClick);
     this.gridView1.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyDown);
     this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Symbol ";
     this.gridColumn1.FieldName    = "SYMBOLNAME";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width        = 67;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "SRAM address";
     this.gridColumn2.FieldName = "SRAMADDRESS";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.Width     = 89;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "Flash address";
     this.gridColumn3.FieldName = "FLASHADDRESS";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.Width     = 89;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Length (bytes)";
     this.gridColumn4.FieldName    = "LENGTHBYTES";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width        = 66;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "Length (values)";
     this.gridColumn5.FieldName = "LENGTHVALUES";
     this.gridColumn5.Name      = "gridColumn5";
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "Description";
     this.gridColumn6.FieldName    = "DESCRIPTION";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width        = 384;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Percentage of values different";
     this.gridColumn7.DisplayFormat.FormatString = "{0:F1}";
     this.gridColumn7.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.gridColumn7.FieldName    = "DIFFPERCENTAGE";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 3;
     this.gridColumn7.Width        = 66;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "Number of values different";
     this.gridColumn8.FieldName    = "DIFFABSOLUTE";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 4;
     this.gridColumn8.Width        = 66;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Average difference";
     this.gridColumn9.DisplayFormat.FormatString = "{0:F1}";
     this.gridColumn9.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.gridColumn9.FieldName    = "DIFFAVERAGE";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 5;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "Category";
     this.gridColumn10.FieldName = "CATEGORYNAME";
     this.gridColumn10.Name      = "gridColumn10";
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "Subcategory";
     this.gridColumn11.FieldName = "SUBCATEGORYNAME";
     this.gridColumn11.Name      = "gridColumn11";
     //
     // gridColumn12
     //
     this.gridColumn12.Caption      = "Symbolnumber #1";
     this.gridColumn12.FieldName    = "SymbolNumber1";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 6;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption      = "Symbolnumber #2";
     this.gridColumn13.FieldName    = "SymbolNumber2";
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 7;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "User description";
     this.gridColumn14.FieldName    = "Userdescription";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 8;
     //
     // gcMissingInOriFile
     //
     this.gcMissingInOriFile.Caption      = "Missing in original file";
     this.gcMissingInOriFile.FieldName    = "MissingInOriFile";
     this.gcMissingInOriFile.Name         = "gcMissingInOriFile";
     this.gcMissingInOriFile.Visible      = true;
     this.gcMissingInOriFile.VisibleIndex = 9;
     //
     // gcMissingInCompareFile
     //
     this.gcMissingInCompareFile.Caption      = "Missing in compare file";
     this.gcMissingInCompareFile.FieldName    = "MissingInCompareFile";
     this.gcMissingInCompareFile.Name         = "gcMissingInCompareFile";
     this.gcMissingInCompareFile.Visible      = true;
     this.gcMissingInCompareFile.VisibleIndex = 10;
     //
     // CompareResults
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridControl1);
     this.LookAndFeel.SkinName = "Black";
     this.Name = "CompareResults";
     this.Size = new System.Drawing.Size(728, 487);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).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.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.medicalEventViewListBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.colMedicalEventId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colYear = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMonth = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCreatedDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDiagnosis = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
            this.colProfesional = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMotivoOEspesialidad = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.uc_docprontviewer_11 = new Health.Front.Events.uc_docprontviewer_1();
            ((System.ComponentModel.ISupportInitialize)(this.medicalEventViewListBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            this.SuspendLayout();
            // 
            // lblTitle
            // 
            this.lblTitle.Appearance.BackColor = System.Drawing.Color.White;
            this.lblTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            this.lblTitle.Size = new System.Drawing.Size(1289, 41);
            this.lblTitle.Text = "Listado de atenciones del paciente";
            // 
            // medicalEventViewListBindingSource
            // 
            this.medicalEventViewListBindingSource.DataSource = typeof(Health.BE.MedicalEvent_ViewList);
            // 
            // colMedicalEventId
            // 
            this.colMedicalEventId.FieldName = "MedicalEventId";
            this.colMedicalEventId.Name = "colMedicalEventId";
            this.colMedicalEventId.Visible = true;
            this.colMedicalEventId.VisibleIndex = 5;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 41);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.gridControl1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.uc_docprontviewer_11);
            this.splitContainer1.Size = new System.Drawing.Size(1289, 581);
            this.splitContainer1.SplitterDistance = 582;
            this.splitContainer1.TabIndex = 8;
            // 
            // gridControl1
            // 
            this.gridControl1.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.gridControl1.DataSource = this.medicalEventViewListBindingSource;
            this.gridControl1.Location = new System.Drawing.Point(4, 3);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit1,
            this.repositoryItemMemoEdit1});
            this.gridControl1.Size = new System.Drawing.Size(575, 575);
            this.gridControl1.TabIndex = 7;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.GroupRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.gridView1.Appearance.GroupRow.Options.UseFont = true;
            this.gridView1.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView1.Appearance.HeaderPanel.TextOptions.Trimming = DevExpress.Utils.Trimming.EllipsisWord;
            this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colYear,
            this.colMonth,
            this.colCreatedDate,
            this.colDiagnosis,
            this.colProfesional,
            this.colMotivoOEspesialidad});
            this.gridView1.DetailVerticalIndent = 5;
            this.gridView1.FixedLineWidth = 1;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[FechaPlaneada_Alterada]== 1";
            this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.GroupCount = 2;
            this.gridView1.GroupFormat = "[#image]{1} {2}";
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsCustomization.AllowRowSizing = true;
            this.gridView1.OptionsDetail.SmartDetailHeight = true;
            this.gridView1.OptionsFilter.AllowColumnMRUFilterList = false;
            this.gridView1.OptionsFilter.AllowFilterEditor = false;
            this.gridView1.OptionsFilter.AllowFilterIncrementalSearch = false;
            this.gridView1.OptionsFilter.AllowMRUFilterList = false;
            this.gridView1.OptionsFilter.AllowMultiSelectInCheckedFilterPopup = false;
            this.gridView1.OptionsFind.AlwaysVisible = true;
            this.gridView1.OptionsMenu.EnableColumnMenu = false;
            this.gridView1.OptionsMenu.EnableFooterMenu = false;
            this.gridView1.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridView1.OptionsMenu.ShowGroupSortSummaryItems = false;
            this.gridView1.OptionsView.ShowDetailButtons = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.OptionsView.ShowIndicator = false;
            this.gridView1.OptionsView.ShowVertLines = false;
            this.gridView1.RowHeight = 40;
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colYear, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colMonth, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colCreatedDate, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridView1.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView1_CustomUnboundColumnData);
            this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
            this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
            // 
            // colYear
            // 
            this.colYear.Caption = "Año";
            this.colYear.FieldName = "Year";
            this.colYear.Name = "colYear";
            // 
            // colMonth
            // 
            this.colMonth.Caption = "Mes";
            this.colMonth.FieldName = "Month";
            this.colMonth.Name = "colMonth";
            // 
            // colCreatedDate
            // 
            this.colCreatedDate.Caption = "Fecha atención";
            this.colCreatedDate.FieldName = "CreatedDate";
            this.colCreatedDate.MaxWidth = 150;
            this.colCreatedDate.Name = "colCreatedDate";
            this.colCreatedDate.OptionsColumn.AllowEdit = false;
            this.colCreatedDate.OptionsColumn.AllowMove = false;
            this.colCreatedDate.OptionsColumn.AllowSize = false;
            this.colCreatedDate.OptionsColumn.ReadOnly = true;
            this.colCreatedDate.Visible = true;
            this.colCreatedDate.VisibleIndex = 0;
            this.colCreatedDate.Width = 150;
            // 
            // colDiagnosis
            // 
            this.colDiagnosis.AppearanceCell.Options.UseTextOptions = true;
            this.colDiagnosis.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.colDiagnosis.Caption = "Diagnóstico";
            this.colDiagnosis.ColumnEdit = this.repositoryItemMemoEdit1;
            this.colDiagnosis.FieldName = "Diagnosis";
            this.colDiagnosis.Name = "colDiagnosis";
            this.colDiagnosis.OptionsColumn.AllowEdit = false;
            this.colDiagnosis.OptionsColumn.AllowMove = false;
            this.colDiagnosis.OptionsColumn.ReadOnly = true;
            this.colDiagnosis.Visible = true;
            this.colDiagnosis.VisibleIndex = 2;
            this.colDiagnosis.Width = 113;
            // 
            // repositoryItemMemoEdit1
            // 
            this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
            // 
            // colProfesional
            // 
            this.colProfesional.FieldName = "Profesional";
            this.colProfesional.MaxWidth = 200;
            this.colProfesional.Name = "colProfesional";
            this.colProfesional.OptionsColumn.AllowEdit = false;
            this.colProfesional.OptionsColumn.AllowMove = false;
            this.colProfesional.OptionsColumn.AllowSize = false;
            this.colProfesional.OptionsColumn.ReadOnly = true;
            this.colProfesional.Visible = true;
            this.colProfesional.VisibleIndex = 3;
            this.colProfesional.Width = 42;
            // 
            // colMotivoOEspesialidad
            // 
            this.colMotivoOEspesialidad.Caption = "Espesialidad";
            this.colMotivoOEspesialidad.FieldName = "colMotivoOEspesialidad";
            this.colMotivoOEspesialidad.Name = "colMotivoOEspesialidad";
            this.colMotivoOEspesialidad.OptionsColumn.AllowEdit = false;
            this.colMotivoOEspesialidad.OptionsColumn.AllowMove = false;
            this.colMotivoOEspesialidad.OptionsColumn.AllowSize = false;
            this.colMotivoOEspesialidad.OptionsColumn.ReadOnly = true;
            this.colMotivoOEspesialidad.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.colMotivoOEspesialidad.Visible = true;
            this.colMotivoOEspesialidad.VisibleIndex = 1;
            this.colMotivoOEspesialidad.Width = 100;
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // uc_docprontviewer_11
            // 
            this.uc_docprontviewer_11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uc_docprontviewer_11.Location = new System.Drawing.Point(0, 0);
            this.uc_docprontviewer_11.Name = "uc_docprontviewer_11";
            this.uc_docprontviewer_11.Size = new System.Drawing.Size(703, 581);
            this.uc_docprontviewer_11.TabIndex = 0;
            // 
            // uc_Events_Grid
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Name = "uc_Events_Grid";
            this.Size = new System.Drawing.Size(1289, 622);
            this.Controls.SetChildIndex(this.lblTitle, 0);
            this.Controls.SetChildIndex(this.splitContainer1, 0);
            ((System.ComponentModel.ISupportInitialize)(this.medicalEventViewListBindingSource)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            this.ResumeLayout(false);

        }
Example #37
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();
     this.colST_REGISTRO     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cpc_Componentes    = new Componentes.CPanelControl(this.components);
     this.gc_Usuario         = new DevExpress.XtraGrid.GridControl();
     this.gv_Usuario         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colLOGIN           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colID_CARGO        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colID_CLIFOR       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colID_DEPARTAMENTO = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNM_USUARIO      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNR_CELULAR      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNR_TELEFONE     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEMAIL           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSKYPE           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDS_CARGO        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNM_CLIFOR       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDS_DEPARTAMENTO = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.cpc_Componentes)).BeginInit();
     this.cpc_Componentes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gc_Usuario)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gv_Usuario)).BeginInit();
     this.SuspendLayout();
     //
     // csb_Adicionar
     //
     this.csb_Adicionar.Appearance.Options.UseTextOptions = true;
     this.csb_Adicionar.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     //
     // csb_Deletar
     //
     this.csb_Deletar.Appearance.Options.UseTextOptions = true;
     this.csb_Deletar.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     //
     // csb_Alterar
     //
     this.csb_Alterar.Appearance.Options.UseTextOptions = true;
     this.csb_Alterar.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     //
     // csb_Relatorio
     //
     this.csb_Relatorio.Appearance.Options.UseTextOptions = true;
     this.csb_Relatorio.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     //
     // colST_REGISTRO
     //
     this.colST_REGISTRO.Caption   = "Status";
     this.colST_REGISTRO.FieldName = "ST_REGISTRO";
     this.colST_REGISTRO.Name      = "colST_REGISTRO";
     this.colST_REGISTRO.OptionsColumn.AllowEdit  = false;
     this.colST_REGISTRO.OptionsColumn.AllowFocus = false;
     //
     // cpc_Componentes
     //
     this.cpc_Componentes.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cpc_Componentes.Controls.Add(this.gc_Usuario);
     this.cpc_Componentes.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.cpc_Componentes.Location = new System.Drawing.Point(0, 50);
     this.cpc_Componentes.Name     = "cpc_Componentes";
     this.cpc_Componentes.Size     = new System.Drawing.Size(734, 361);
     this.cpc_Componentes.TabIndex = 1;
     //
     // gc_Usuario
     //
     this.gc_Usuario.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gc_Usuario.Location = new System.Drawing.Point(0, 0);
     this.gc_Usuario.MainView = this.gv_Usuario;
     this.gc_Usuario.Name     = "gc_Usuario";
     this.gc_Usuario.Size     = new System.Drawing.Size(734, 361);
     this.gc_Usuario.TabIndex = 2;
     this.gc_Usuario.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gv_Usuario
     });
     //
     // gv_Usuario
     //
     this.gv_Usuario.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colLOGIN,
         this.colID_CARGO,
         this.colID_CLIFOR,
         this.colID_DEPARTAMENTO,
         this.colNM_USUARIO,
         this.colNR_CELULAR,
         this.colNR_TELEFONE,
         this.colEMAIL,
         this.colSKYPE,
         this.colST_REGISTRO,
         this.colDS_CARGO,
         this.colNM_CLIFOR,
         this.colDS_DEPARTAMENTO
     });
     styleFormatCondition1.Appearance.BackColor            = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.Column    = this.colST_REGISTRO;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1    = "C";
     this.gv_Usuario.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gv_Usuario.GridControl = this.gc_Usuario;
     this.gv_Usuario.Name        = "gv_Usuario";
     this.gv_Usuario.OptionsDetail.EnableMasterViewMode  = false;
     this.gv_Usuario.OptionsFind.AlwaysVisible           = true;
     this.gv_Usuario.OptionsView.ColumnAutoWidth         = false;
     this.gv_Usuario.OptionsView.EnableAppearanceEvenRow = true;
     this.gv_Usuario.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colLOGIN, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colLOGIN
     //
     this.colLOGIN.Caption   = "Login";
     this.colLOGIN.FieldName = "LOGIN";
     this.colLOGIN.Name      = "colLOGIN";
     this.colLOGIN.OptionsColumn.AllowEdit  = false;
     this.colLOGIN.OptionsColumn.AllowFocus = false;
     this.colLOGIN.Visible      = true;
     this.colLOGIN.VisibleIndex = 0;
     //
     // colID_CARGO
     //
     this.colID_CARGO.Caption   = "Id. Cargo";
     this.colID_CARGO.FieldName = "CARGO.ID_CARGO";
     this.colID_CARGO.Name      = "colID_CARGO";
     this.colID_CARGO.OptionsColumn.AllowEdit  = false;
     this.colID_CARGO.OptionsColumn.AllowFocus = false;
     this.colID_CARGO.Visible      = true;
     this.colID_CARGO.VisibleIndex = 8;
     //
     // colID_CLIFOR
     //
     this.colID_CLIFOR.Caption   = "Id. Cliente / Fornecedor";
     this.colID_CLIFOR.FieldName = "CLIFOR.ID_CLIFOR";
     this.colID_CLIFOR.Name      = "colID_CLIFOR";
     this.colID_CLIFOR.OptionsColumn.AllowEdit  = false;
     this.colID_CLIFOR.OptionsColumn.AllowFocus = false;
     this.colID_CLIFOR.Visible      = true;
     this.colID_CLIFOR.VisibleIndex = 6;
     this.colID_CLIFOR.Width        = 127;
     //
     // colID_DEPARTAMENTO
     //
     this.colID_DEPARTAMENTO.Caption   = "Id. Departamento";
     this.colID_DEPARTAMENTO.FieldName = "DEPARTAMENTO.ID_DEPARTAMENTO";
     this.colID_DEPARTAMENTO.Name      = "colID_DEPARTAMENTO";
     this.colID_DEPARTAMENTO.OptionsColumn.AllowEdit  = false;
     this.colID_DEPARTAMENTO.OptionsColumn.AllowFocus = false;
     this.colID_DEPARTAMENTO.Visible      = true;
     this.colID_DEPARTAMENTO.VisibleIndex = 10;
     this.colID_DEPARTAMENTO.Width        = 98;
     //
     // colNM_USUARIO
     //
     this.colNM_USUARIO.Caption   = "Nome";
     this.colNM_USUARIO.FieldName = "NM_USUARIO";
     this.colNM_USUARIO.Name      = "colNM_USUARIO";
     this.colNM_USUARIO.OptionsColumn.AllowEdit  = false;
     this.colNM_USUARIO.OptionsColumn.AllowFocus = false;
     this.colNM_USUARIO.Visible      = true;
     this.colNM_USUARIO.VisibleIndex = 1;
     //
     // colNR_CELULAR
     //
     this.colNR_CELULAR.Caption   = "Celular";
     this.colNR_CELULAR.FieldName = "NR_CELULAR";
     this.colNR_CELULAR.Name      = "colNR_CELULAR";
     this.colNR_CELULAR.OptionsColumn.AllowEdit  = false;
     this.colNR_CELULAR.OptionsColumn.AllowFocus = false;
     this.colNR_CELULAR.Visible      = true;
     this.colNR_CELULAR.VisibleIndex = 3;
     //
     // colNR_TELEFONE
     //
     this.colNR_TELEFONE.Caption   = "Telefone";
     this.colNR_TELEFONE.FieldName = "NR_TELEFONE";
     this.colNR_TELEFONE.Name      = "colNR_TELEFONE";
     this.colNR_TELEFONE.OptionsColumn.AllowEdit  = false;
     this.colNR_TELEFONE.OptionsColumn.AllowFocus = false;
     this.colNR_TELEFONE.Visible      = true;
     this.colNR_TELEFONE.VisibleIndex = 2;
     //
     // colEMAIL
     //
     this.colEMAIL.Caption   = "E-mail";
     this.colEMAIL.FieldName = "EMAIL";
     this.colEMAIL.Name      = "colEMAIL";
     this.colEMAIL.OptionsColumn.AllowEdit  = false;
     this.colEMAIL.OptionsColumn.AllowFocus = false;
     this.colEMAIL.Visible      = true;
     this.colEMAIL.VisibleIndex = 4;
     //
     // colSKYPE
     //
     this.colSKYPE.Caption   = "Skype";
     this.colSKYPE.FieldName = "SKYPE";
     this.colSKYPE.Name      = "colSKYPE";
     this.colSKYPE.OptionsColumn.AllowEdit  = false;
     this.colSKYPE.OptionsColumn.AllowFocus = false;
     this.colSKYPE.Visible      = true;
     this.colSKYPE.VisibleIndex = 5;
     //
     // colDS_CARGO
     //
     this.colDS_CARGO.Caption   = "Ds. Cargo";
     this.colDS_CARGO.FieldName = "CARGO.DS_CARGO";
     this.colDS_CARGO.Name      = "colDS_CARGO";
     this.colDS_CARGO.OptionsColumn.AllowEdit  = false;
     this.colDS_CARGO.OptionsColumn.AllowFocus = false;
     this.colDS_CARGO.Visible      = true;
     this.colDS_CARGO.VisibleIndex = 9;
     //
     // colNM_CLIFOR
     //
     this.colNM_CLIFOR.Caption   = "Nm. Cliente / Fornecedor";
     this.colNM_CLIFOR.FieldName = "CLIFOR.NM_CLIFOR";
     this.colNM_CLIFOR.Name      = "colNM_CLIFOR";
     this.colNM_CLIFOR.OptionsColumn.AllowEdit  = false;
     this.colNM_CLIFOR.OptionsColumn.AllowFocus = false;
     this.colNM_CLIFOR.Visible      = true;
     this.colNM_CLIFOR.VisibleIndex = 7;
     this.colNM_CLIFOR.Width        = 132;
     //
     // colDS_DEPARTAMENTO
     //
     this.colDS_DEPARTAMENTO.Caption   = "Ds. Departamento";
     this.colDS_DEPARTAMENTO.FieldName = "DEPARTAMENTO.DS_DEPARTAMENTO";
     this.colDS_DEPARTAMENTO.Name      = "colDS_DEPARTAMENTO";
     this.colDS_DEPARTAMENTO.OptionsColumn.AllowEdit  = false;
     this.colDS_DEPARTAMENTO.OptionsColumn.AllowFocus = false;
     this.colDS_DEPARTAMENTO.Visible      = true;
     this.colDS_DEPARTAMENTO.VisibleIndex = 11;
     this.colDS_DEPARTAMENTO.Width        = 100;
     //
     // FUsuario_Busca
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize = new System.Drawing.Size(734, 411);
     this.Controls.Add(this.cpc_Componentes);
     this.Name = "FUsuario_Busca";
     this.Text = "Cadastro - Usuário";
     this.Controls.SetChildIndex(this.cpc_Componentes, 0);
     ((System.ComponentModel.ISupportInitialize)(this.cpc_Componentes)).EndInit();
     this.cpc_Componentes.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gc_Usuario)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gv_Usuario)).EndInit();
     this.ResumeLayout(false);
 }
Example #38
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.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem1 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem2 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem3 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem4 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.Skins.SkinPaddingEdges skinPaddingEdges1 = new DevExpress.Skins.SkinPaddingEdges();
            DevExpress.Skins.SkinPaddingEdges skinPaddingEdges2 = new DevExpress.Skins.SkinPaddingEdges();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.colAvailable = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.biNewProduct = new DevExpress.XtraBars.BarButtonItem();
            this.biNewGroup = new DevExpress.XtraBars.BarButtonItem();
            this.biDelete = new DevExpress.XtraBars.BarButtonItem();
            this.biShowList = new DevExpress.XtraBars.BarCheckItem();
            this.biShowCard = new DevExpress.XtraBars.BarCheckItem();
            this.biMap = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.bmiNewProduct = new DevExpress.XtraBars.BarButtonItem();
            this.bmiNewGroup = new DevExpress.XtraBars.BarButtonItem();
            this.biEdit = new DevExpress.XtraBars.BarButtonItem();
            this.biPrintSubItem = new DevExpress.XtraBars.BarSubItem();
            this.bmiPrintOrderDetail = new DevExpress.XtraBars.BarButtonItem();
            this.bmiPrintSalesSummary = new DevExpress.XtraBars.BarButtonItem();
            this.bmiPrintSpecificationSummary = new DevExpress.XtraBars.BarButtonItem();
            this.biSalesAnalysis = new DevExpress.XtraBars.BarButtonItem();
            this.galleryQuickReports = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.biChangeViewSubItem = new DevExpress.XtraBars.BarSubItem();
            this.bmiShowList = new DevExpress.XtraBars.BarCheckItem();
            this.bmiShowCard = new DevExpress.XtraBars.BarCheckItem();
            this.bmiShowCarousel = new DevExpress.XtraBars.BarCheckItem();
            this.biViewSettings = new DevExpress.XtraBars.BarButtonItem();
            this.biResetView = new DevExpress.XtraBars.BarButtonItem();
            this.biDataPaneSubItem = new DevExpress.XtraBars.BarSubItem();
            this.bmiHorizontalLayout = new DevExpress.XtraBars.BarCheckItem();
            this.bmiVerticalLayout = new DevExpress.XtraBars.BarCheckItem();
            this.bmiHideDetail = new DevExpress.XtraBars.BarCheckItem();
            this.biReverseSort = new DevExpress.XtraBars.BarButtonItem();
            this.biAddColumns = new DevExpress.XtraBars.BarCheckItem();
            this.biExpandCollapse = new DevExpress.XtraBars.BarButtonItem();
            this.hiItemsCount = new DevExpress.XtraBars.BarHeaderItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.biShowCarousel = new DevExpress.XtraBars.BarCheckItem();
            this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.biNewCustomFilter = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup8 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup9 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.gridControl = new DevExpress.XtraGrid.GridControl();
            this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colCategory = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCost = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSalePrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colRetailPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCurrentInventory = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colBackorder = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDescription1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
            this.colConsumerRating = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colProductImage = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
            this.layoutView = new DevExpress.XtraGrid.Views.Layout.LayoutView();
            this.colName1 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_colName1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.colImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_colImage = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.colCost1 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_colCost1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.colSalePrice1 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_colSalePrice1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.colDescription = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_colDescription = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.pnlView = new DevExpress.XtraEditors.PanelControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.detailItem = new DevExpress.XtraLayout.LayoutControlItem();
            this.splitterItem = new DevExpress.XtraLayout.SplitterItem();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colName1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colCost1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colSalePrice1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colDescription)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.detailItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem)).BeginInit();
            this.SuspendLayout();
            // 
            // colAvailable
            // 
            this.colAvailable.Caption = "AVAILABLE";
            this.colAvailable.FieldName = "Available";
            this.colAvailable.Name = "colAvailable";
            this.colAvailable.OptionsColumn.AllowFocus = false;
            this.colAvailable.Visible = true;
            this.colAvailable.VisibleIndex = 7;
            this.colAvailable.Width = 102;
            // 
            // ribbonControl
            // 
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.biNewProduct,
            this.biNewGroup,
            this.biDelete,
            this.biShowList,
            this.biShowCard,
            this.biMap,
            this.barSubItem1,
            this.bmiNewProduct,
            this.bmiNewGroup,
            this.biEdit,
            this.biPrintSubItem,
            this.bmiPrintOrderDetail,
            this.bmiPrintSalesSummary,
            this.bmiPrintSpecificationSummary,
            this.biSalesAnalysis,
            this.galleryQuickReports,
            this.biChangeViewSubItem,
            this.bmiShowList,
            this.bmiShowCard,
            this.bmiShowCarousel,
            this.biViewSettings,
            this.biResetView,
            this.biDataPaneSubItem,
            this.bmiHorizontalLayout,
            this.bmiVerticalLayout,
            this.bmiHideDetail,
            this.biReverseSort,
            this.biAddColumns,
            this.biExpandCollapse,
            this.hiItemsCount});
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 35;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1,
            this.ribbonPage2});
            this.ribbonControl.Size = new System.Drawing.Size(1376, 142);
            this.ribbonControl.StatusBar = this.ribbonStatusBar;
            // 
            // biNewProduct
            // 
            this.biNewProduct.Caption = "New Product";
            this.biNewProduct.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_products_16;
            this.biNewProduct.Id = 1;
            this.biNewProduct.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_products_32;
            this.biNewProduct.Name = "biNewProduct";
            // 
            // biNewGroup
            // 
            this.biNewGroup.Caption = "New Group";
            this.biNewGroup.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_group_16;
            this.biNewGroup.Id = 2;
            this.biNewGroup.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_group_32;
            this.biNewGroup.Name = "biNewGroup";
            // 
            // biDelete
            // 
            this.biDelete.Caption = "Delete";
            this.biDelete.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_16;
            this.biDelete.Id = 3;
            this.biDelete.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_32;
            this.biDelete.Name = "biDelete";
            // 
            // biShowList
            // 
            this.biShowList.Caption = "List";
            this.biShowList.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_list_16;
            this.biShowList.GroupIndex = 1;
            this.biShowList.Id = 4;
            this.biShowList.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_list_32;
            this.biShowList.Name = "biShowList";
            // 
            // biShowCard
            // 
            this.biShowCard.Caption = "Card";
            this.biShowCard.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_card_16;
            this.biShowCard.GroupIndex = 1;
            this.biShowCard.Id = 5;
            this.biShowCard.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_card_32;
            this.biShowCard.Name = "biShowCard";
            // 
            // biMap
            // 
            this.biMap.Caption = "Sales Map";
            this.biMap.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_mapit_16;
            this.biMap.Id = 8;
            this.biMap.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_mapit_32;
            this.biMap.Name = "biMap";
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "New Items";
            this.barSubItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_item_16;
            this.barSubItem1.Id = 10;
            this.barSubItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_item_32;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiNewProduct),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiNewGroup)});
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // bmiNewProduct
            // 
            this.bmiNewProduct.Caption = "New Product";
            this.bmiNewProduct.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_products_16;
            this.bmiNewProduct.Id = 11;
            this.bmiNewProduct.Name = "bmiNewProduct";
            // 
            // bmiNewGroup
            // 
            this.bmiNewGroup.Caption = "New Group";
            this.bmiNewGroup.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_group_16;
            this.bmiNewGroup.Id = 12;
            this.bmiNewGroup.Name = "bmiNewGroup";
            // 
            // biEdit
            // 
            this.biEdit.Caption = "Edit";
            this.biEdit.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_edit_16;
            this.biEdit.Id = 13;
            this.biEdit.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_edit_32;
            this.biEdit.Name = "biEdit";
            // 
            // biPrintSubItem
            // 
            this.biPrintSubItem.Caption = "Print";
            this.biPrintSubItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_16;
            this.biPrintSubItem.Id = 15;
            this.biPrintSubItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_32;
            this.biPrintSubItem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiPrintOrderDetail),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiPrintSalesSummary),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiPrintSpecificationSummary)});
            this.biPrintSubItem.Name = "biPrintSubItem";
            this.biPrintSubItem.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // bmiPrintOrderDetail
            // 
            this.bmiPrintOrderDetail.Caption = "Order Detail";
            this.bmiPrintOrderDetail.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_product_order_detail_16;
            this.bmiPrintOrderDetail.Id = 16;
            this.bmiPrintOrderDetail.Name = "bmiPrintOrderDetail";
            // 
            // bmiPrintSalesSummary
            // 
            this.bmiPrintSalesSummary.Caption = "Sales Summary";
            this.bmiPrintSalesSummary.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_product_sales_summary_16;
            this.bmiPrintSalesSummary.Id = 17;
            this.bmiPrintSalesSummary.Name = "bmiPrintSalesSummary";
            // 
            // bmiPrintSpecificationSummary
            // 
            this.bmiPrintSpecificationSummary.Caption = "Specification Summary";
            this.bmiPrintSpecificationSummary.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_product_specification_summary_16;
            this.bmiPrintSpecificationSummary.Id = 18;
            this.bmiPrintSpecificationSummary.Name = "bmiPrintSpecificationSummary";
            // 
            // biSalesAnalysis
            // 
            this.biSalesAnalysis.Caption = "Sales Analysis";
            this.biSalesAnalysis.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_cost_analysis_16;
            this.biSalesAnalysis.Id = 19;
            this.biSalesAnalysis.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_cost_analysis_32;
            this.biSalesAnalysis.Name = "biSalesAnalysis";
            // 
            // galleryQuickReports
            // 
            this.galleryQuickReports.Caption = "ribbonGalleryBarItem1";
            // 
            // 
            // 
            this.galleryQuickReports.Gallery.ColumnCount = 2;
            this.galleryQuickReports.Gallery.DrawImageBackground = false;
            galleryItemGroup1.Caption = "Group1";
            galleryItem1.Caption = "Sales Report";
            galleryItem1.Image = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_product_quick_sales_report_16;
            galleryItem2.Caption = "Shipments";
            galleryItem2.Image = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_product_quick_shippments_16;
            galleryItem3.Caption = "Comparisons";
            galleryItem3.Image = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_product_quick_comparisons_16;
            galleryItem4.Caption = "Top Salesperson";
            galleryItem4.Image = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_product_quick_top_salesperson_16;
            galleryItemGroup1.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            galleryItem1,
            galleryItem2,
            galleryItem3,
            galleryItem4});
            this.galleryQuickReports.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.galleryQuickReports.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            skinPaddingEdges1.Bottom = -3;
            skinPaddingEdges1.Top = -3;
            this.galleryQuickReports.Gallery.ItemImagePadding = skinPaddingEdges1;
            skinPaddingEdges2.Bottom = -1;
            skinPaddingEdges2.Top = -1;
            this.galleryQuickReports.Gallery.ItemTextPadding = skinPaddingEdges2;
            this.galleryQuickReports.Gallery.ShowItemText = true;
            this.galleryQuickReports.Id = 20;
            this.galleryQuickReports.Name = "galleryQuickReports";
            // 
            // biChangeViewSubItem
            // 
            this.biChangeViewSubItem.Caption = "Change View";
            this.biChangeViewSubItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_change_view_16;
            this.biChangeViewSubItem.Id = 21;
            this.biChangeViewSubItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_change_view_32;
            this.biChangeViewSubItem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiShowList),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiShowCard),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiShowCarousel)});
            this.biChangeViewSubItem.Name = "biChangeViewSubItem";
            this.biChangeViewSubItem.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // bmiShowList
            // 
            this.bmiShowList.Caption = "List";
            this.bmiShowList.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_list_32;
            this.bmiShowList.Id = 22;
            this.bmiShowList.Name = "bmiShowList";
            // 
            // bmiShowCard
            // 
            this.bmiShowCard.Caption = "Card";
            this.bmiShowCard.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_card_32;
            this.bmiShowCard.Id = 23;
            this.bmiShowCard.Name = "bmiShowCard";
            // 
            // bmiShowCarousel
            // 
            this.bmiShowCarousel.Caption = "Carousel";
            this.bmiShowCarousel.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_carousel_32;
            this.bmiShowCarousel.Id = 24;
            this.bmiShowCarousel.Name = "bmiShowCarousel";
            // 
            // biViewSettings
            // 
            this.biViewSettings.Caption = "View Settings";
            this.biViewSettings.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_view_setting_16;
            this.biViewSettings.Id = 25;
            this.biViewSettings.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_view_setting_32;
            this.biViewSettings.Name = "biViewSettings";
            // 
            // biResetView
            // 
            this.biResetView.Caption = "Reset View";
            this.biResetView.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_view_reset_16;
            this.biResetView.Id = 26;
            this.biResetView.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_view_reset_32;
            this.biResetView.Name = "biResetView";
            // 
            // biDataPaneSubItem
            // 
            this.biDataPaneSubItem.Caption = "Data Pane";
            this.biDataPaneSubItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_data_panel_16;
            this.biDataPaneSubItem.Id = 27;
            this.biDataPaneSubItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_data_panel_32;
            this.biDataPaneSubItem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiHorizontalLayout),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiVerticalLayout),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiHideDetail)});
            this.biDataPaneSubItem.Name = "biDataPaneSubItem";
            this.biDataPaneSubItem.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // bmiHorizontalLayout
            // 
            this.bmiHorizontalLayout.Caption = "Right";
            this.bmiHorizontalLayout.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_panel_right_16;
            this.bmiHorizontalLayout.Id = 28;
            this.bmiHorizontalLayout.Name = "bmiHorizontalLayout";
            // 
            // bmiVerticalLayout
            // 
            this.bmiVerticalLayout.Caption = "Bottom";
            this.bmiVerticalLayout.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_panel_bottom_16;
            this.bmiVerticalLayout.Id = 29;
            this.bmiVerticalLayout.Name = "bmiVerticalLayout";
            // 
            // bmiHideDetail
            // 
            this.bmiHideDetail.Caption = "Off";
            this.bmiHideDetail.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_panel_off_16;
            this.bmiHideDetail.Id = 30;
            this.bmiHideDetail.Name = "bmiHideDetail";
            // 
            // biReverseSort
            // 
            this.biReverseSort.Caption = "Reverse Sort";
            this.biReverseSort.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_revers_sort_16;
            this.biReverseSort.Id = 31;
            this.biReverseSort.Name = "biReverseSort";
            this.biReverseSort.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biReverseSort_ItemClick);
            // 
            // biAddColumns
            // 
            this.biAddColumns.Caption = "Add Columns";
            this.biAddColumns.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_add_column_16;
            this.biAddColumns.Id = 32;
            this.biAddColumns.Name = "biAddColumns";
            this.biAddColumns.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.biAddColumns_ItemCheckedChanged);
            // 
            // biExpandCollapse
            // 
            this.biExpandCollapse.Caption = "Expand/Collapse";
            this.biExpandCollapse.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_expand_collapse_16;
            this.biExpandCollapse.Id = 33;
            this.biExpandCollapse.Name = "biExpandCollapse";
            this.biExpandCollapse.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biExpandCollapse_ItemClick);
            // 
            // hiItemsCount
            // 
            this.hiItemsCount.Caption = "RECORDS: 0";
            this.hiItemsCount.Id = 34;
            this.hiItemsCount.Name = "hiItemsCount";
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup2,
            this.ribbonPageGroup3,
            this.ribbonPageGroup7,
            this.ribbonPageGroup4,
            this.ribbonPageGroup6});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "HOME";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.AllowTextClipping = false;
            this.ribbonPageGroup1.ItemLinks.Add(this.biNewProduct);
            this.ribbonPageGroup1.ItemLinks.Add(this.biNewGroup);
            this.ribbonPageGroup1.ItemLinks.Add(this.barSubItem1);
            this.ribbonPageGroup1.MergeOrder = 0;
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            this.ribbonPageGroup1.Text = "New";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.AllowTextClipping = false;
            this.ribbonPageGroup2.ItemLinks.Add(this.biDelete);
            this.ribbonPageGroup2.MergeOrder = 0;
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.ShowCaptionButton = false;
            this.ribbonPageGroup2.Text = "Delete";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.AllowTextClipping = false;
            this.ribbonPageGroup3.ItemLinks.Add(this.biEdit);
            this.ribbonPageGroup3.ItemLinks.Add(this.biPrintSubItem);
            this.ribbonPageGroup3.ItemLinks.Add(this.biSalesAnalysis);
            this.ribbonPageGroup3.MergeOrder = 0;
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "Actions";
            // 
            // ribbonPageGroup7
            // 
            this.ribbonPageGroup7.AllowTextClipping = false;
            this.ribbonPageGroup7.ItemLinks.Add(this.galleryQuickReports);
            this.ribbonPageGroup7.MergeOrder = 0;
            this.ribbonPageGroup7.Name = "ribbonPageGroup7";
            this.ribbonPageGroup7.ShowCaptionButton = false;
            this.ribbonPageGroup7.Text = "Quick Reports";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.AllowTextClipping = false;
            this.ribbonPageGroup4.ItemLinks.Add(this.biShowList);
            this.ribbonPageGroup4.ItemLinks.Add(this.biShowCard);
            this.ribbonPageGroup4.ItemLinks.Add(this.biShowCarousel);
            this.ribbonPageGroup4.ItemLinks.Add(this.biMap);
            this.ribbonPageGroup4.MergeOrder = 0;
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "View";
            // 
            // biShowCarousel
            // 
            this.biShowCarousel.Caption = "Carousel";
            this.biShowCarousel.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_carousel_16;
            this.biShowCarousel.GroupIndex = 1;
            this.biShowCarousel.Id = 5;
            this.biShowCarousel.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_carousel_32;
            this.biShowCarousel.Name = "biShowCarousel";
            // 
            // ribbonPageGroup6
            // 
            this.ribbonPageGroup6.AllowTextClipping = false;
            this.ribbonPageGroup6.ItemLinks.Add(this.biNewCustomFilter);
            this.ribbonPageGroup6.MergeOrder = 0;
            this.ribbonPageGroup6.Name = "ribbonPageGroup6";
            this.ribbonPageGroup6.ShowCaptionButton = false;
            this.ribbonPageGroup6.Text = "Find";
            // 
            // biNewCustomFilter
            // 
            this.biNewCustomFilter.Caption = "Custom Filter";
            this.biNewCustomFilter.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_filter_16;
            this.biNewCustomFilter.Id = 9;
            this.biNewCustomFilter.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_filter_32;
            this.biNewCustomFilter.Name = "biNewCustomFilter";
            // 
            // ribbonPage2
            // 
            this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup8,
            this.ribbonPageGroup5,
            this.ribbonPageGroup9});
            this.ribbonPage2.Name = "ribbonPage2";
            this.ribbonPage2.Text = "VIEW";
            // 
            // ribbonPageGroup8
            // 
            this.ribbonPageGroup8.AllowTextClipping = false;
            this.ribbonPageGroup8.ItemLinks.Add(this.biChangeViewSubItem);
            this.ribbonPageGroup8.ItemLinks.Add(this.biViewSettings);
            this.ribbonPageGroup8.ItemLinks.Add(this.biResetView);
            this.ribbonPageGroup8.MergeOrder = 1;
            this.ribbonPageGroup8.Name = "ribbonPageGroup8";
            this.ribbonPageGroup8.ShowCaptionButton = false;
            this.ribbonPageGroup8.Text = "Current View";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.AllowTextClipping = false;
            this.ribbonPageGroup5.ItemLinks.Add(this.biDataPaneSubItem);
            this.ribbonPageGroup5.MergeOrder = 0;
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.ShowCaptionButton = false;
            this.ribbonPageGroup5.Text = "Layout";
            // 
            // ribbonPageGroup9
            // 
            this.ribbonPageGroup9.AllowTextClipping = false;
            this.ribbonPageGroup9.ItemLinks.Add(this.biReverseSort);
            this.ribbonPageGroup9.ItemLinks.Add(this.biAddColumns);
            this.ribbonPageGroup9.ItemLinks.Add(this.biExpandCollapse);
            this.ribbonPageGroup9.MergeOrder = 1;
            this.ribbonPageGroup9.Name = "ribbonPageGroup9";
            this.ribbonPageGroup9.ShowCaptionButton = false;
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.hiItemsCount);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 773);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonControl;
            this.ribbonStatusBar.Size = new System.Drawing.Size(1376, 27);
            // 
            // gridControl
            // 
            this.gridControl.DataSource = this.bindingSource;
            this.gridControl.Location = new System.Drawing.Point(14, 14);
            this.gridControl.MainView = this.gridView;
            this.gridControl.Margin = new System.Windows.Forms.Padding(12);
            this.gridControl.MenuManager = this.ribbonControl;
            this.gridControl.Name = "gridControl";
            this.gridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageComboBox1,
            this.repositoryItemImageComboBox2,
            this.repositoryItemMemoEdit1,
            this.repositoryItemMemoExEdit1,
            this.repositoryItemPictureEdit1});
            this.gridControl.ShowOnlyPredefinedDetails = true;
            this.gridControl.Size = new System.Drawing.Size(806, 603);
            this.gridControl.TabIndex = 1;
            this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView,
            this.layoutView});
            // 
            // bindingSource
            // 
            this.bindingSource.DataSource = typeof(DevExpress.DevAV.Product);
            // 
            // gridView
            // 
            this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colCategory,
            this.colName,
            this.colCost,
            this.colSalePrice,
            this.colRetailPrice,
            this.colCurrentInventory,
            this.colBackorder,
            this.colDescription1,
            this.colConsumerRating,
            this.colAvailable,
            this.colProductImage});
            this.gridView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
            styleFormatCondition1.Appearance.FontStyleDelta = System.Drawing.FontStyle.Strikeout;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Gray;
            styleFormatCondition1.Appearance.Options.UseFont = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.colAvailable;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = false;
            this.gridView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridView.GridControl = this.gridControl;
            this.gridView.GroupCount = 1;
            this.gridView.GroupFormat = "[#image]{1} {2}";
            this.gridView.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Id", null, "")});
            this.gridView.Name = "gridView";
            this.gridView.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridView.OptionsBehavior.Editable = false;
            this.gridView.OptionsBehavior.ReadOnly = true;
            this.gridView.OptionsFind.AlwaysVisible = true;
            this.gridView.OptionsFind.FindNullPrompt = "Search Products (Ctrl + F)";
            this.gridView.OptionsFind.ShowClearButton = false;
            this.gridView.OptionsFind.ShowFindButton = false;
            this.gridView.OptionsSelection.MultiSelect = true;
            this.gridView.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
            this.gridView.OptionsSelection.ShowCheckBoxSelectorInGroupRow = DevExpress.Utils.DefaultBoolean.False;
            this.gridView.OptionsView.ShowFooter = true;
            this.gridView.OptionsView.ShowIndicator = false;
            this.gridView.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
            this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colCategory, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridView.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView_RowStyle);
            // 
            // colCategory
            // 
            this.colCategory.Caption = "CATEGORY";
            this.colCategory.FieldName = "Category";
            this.colCategory.Name = "colCategory";
            this.colCategory.OptionsColumn.AllowFocus = false;
            this.colCategory.Visible = true;
            this.colCategory.VisibleIndex = 7;
            // 
            // colName
            // 
            this.colName.Caption = "PRODUCT NAME";
            this.colName.FieldName = "Name";
            this.colName.Name = "colName";
            this.colName.OptionsColumn.AllowFocus = false;
            this.colName.Visible = true;
            this.colName.VisibleIndex = 1;
            this.colName.Width = 218;
            // 
            // colCost
            // 
            this.colCost.Caption = "COST";
            this.colCost.DisplayFormat.FormatString = "c";
            this.colCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colCost.FieldName = "Cost";
            this.colCost.Name = "colCost";
            this.colCost.OptionsColumn.AllowFocus = false;
            this.colCost.Visible = true;
            this.colCost.VisibleIndex = 2;
            this.colCost.Width = 141;
            // 
            // colSalePrice
            // 
            this.colSalePrice.Caption = "SALES PRICE";
            this.colSalePrice.DisplayFormat.FormatString = "c";
            this.colSalePrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colSalePrice.FieldName = "SalePrice";
            this.colSalePrice.Name = "colSalePrice";
            this.colSalePrice.OptionsColumn.AllowFocus = false;
            this.colSalePrice.Visible = true;
            this.colSalePrice.VisibleIndex = 3;
            this.colSalePrice.Width = 141;
            // 
            // colRetailPrice
            // 
            this.colRetailPrice.Caption = "RETAIL PRICE";
            this.colRetailPrice.DisplayFormat.FormatString = "c";
            this.colRetailPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colRetailPrice.FieldName = "RetailPrice";
            this.colRetailPrice.Name = "colRetailPrice";
            this.colRetailPrice.OptionsColumn.AllowFocus = false;
            this.colRetailPrice.Visible = true;
            this.colRetailPrice.VisibleIndex = 4;
            this.colRetailPrice.Width = 141;
            // 
            // colCurrentInventory
            // 
            this.colCurrentInventory.Caption = "INVENTORY";
            this.colCurrentInventory.DisplayFormat.FormatString = "n0";
            this.colCurrentInventory.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colCurrentInventory.FieldName = "CurrentInventory";
            this.colCurrentInventory.Name = "colCurrentInventory";
            this.colCurrentInventory.OptionsColumn.AllowFocus = false;
            this.colCurrentInventory.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "CurrentInventory", "SUM={0:n0}")});
            this.colCurrentInventory.Visible = true;
            this.colCurrentInventory.VisibleIndex = 5;
            this.colCurrentInventory.Width = 141;
            // 
            // colBackorder
            // 
            this.colBackorder.Caption = "BACKORDER";
            this.colBackorder.DisplayFormat.FormatString = "n0";
            this.colBackorder.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colBackorder.FieldName = "Backorder";
            this.colBackorder.Name = "colBackorder";
            this.colBackorder.OptionsColumn.AllowFocus = false;
            this.colBackorder.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Backorder", "SUM={0:n0}")});
            this.colBackorder.Visible = true;
            this.colBackorder.VisibleIndex = 6;
            this.colBackorder.Width = 152;
            // 
            // colDescription1
            // 
            this.colDescription1.Caption = "DESCRIPTION";
            this.colDescription1.ColumnEdit = this.repositoryItemMemoExEdit1;
            this.colDescription1.FieldName = "Description";
            this.colDescription1.Name = "colDescription1";
            this.colDescription1.OptionsColumn.AllowFocus = false;
            // 
            // repositoryItemMemoExEdit1
            // 
            this.repositoryItemMemoExEdit1.AutoHeight = false;
            this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
            // 
            // colConsumerRating
            // 
            this.colConsumerRating.Caption = "CONSUMER RATING";
            this.colConsumerRating.FieldName = "ConsumerRating";
            this.colConsumerRating.Name = "colConsumerRating";
            this.colConsumerRating.OptionsColumn.AllowFocus = false;
            // 
            // colProductImage
            // 
            this.colProductImage.Caption = "PRODUCT IMAGE";
            this.colProductImage.ColumnEdit = this.repositoryItemPictureEdit1;
            this.colProductImage.FieldName = "ProductImage";
            this.colProductImage.ImageAlignment = System.Drawing.StringAlignment.Center;
            this.colProductImage.Name = "colProductImage";
            this.colProductImage.OptionsColumn.AllowFocus = false;
            this.colProductImage.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colProductImage.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colProductImage.OptionsColumn.ShowCaption = false;
            this.colProductImage.OptionsFilter.AllowFilter = false;
            this.colProductImage.Visible = true;
            this.colProductImage.VisibleIndex = 0;
            this.colProductImage.Width = 54;
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            this.repositoryItemPictureEdit1.NullText = " ";
            this.repositoryItemPictureEdit1.PictureInterpolationMode = System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic;
            this.repositoryItemPictureEdit1.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.AutoHeight = false;
            this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            // 
            // repositoryItemImageComboBox2
            // 
            this.repositoryItemImageComboBox2.AutoHeight = false;
            this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2";
            // 
            // repositoryItemMemoEdit1
            // 
            this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
            // 
            // layoutView
            // 
            this.layoutView.CardCaptionFormat = "{2}";
            this.layoutView.CardMinSize = new System.Drawing.Size(293, 199);
            this.layoutView.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] {
            this.colName1,
            this.colImage,
            this.colCost1,
            this.colSalePrice1,
            this.colDescription});
            this.layoutView.GridControl = this.gridControl;
            this.layoutView.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_colName1});
            this.layoutView.Name = "layoutView";
            this.layoutView.OptionsBehavior.AllowExpandCollapse = false;
            this.layoutView.OptionsBehavior.AllowRuntimeCustomization = false;
            this.layoutView.OptionsBehavior.Editable = false;
            this.layoutView.OptionsBehavior.ReadOnly = true;
            this.layoutView.OptionsCarouselMode.BottomCardAlphaLevel = 0.35F;
            this.layoutView.OptionsCarouselMode.BottomCardScale = 0.5F;
            this.layoutView.OptionsCarouselMode.CenterOffset = new System.Drawing.Point(0, -50);
            this.layoutView.OptionsCarouselMode.PitchAngle = 1.25F;
            this.layoutView.OptionsFind.AlwaysVisible = true;
            this.layoutView.OptionsFind.FindNullPrompt = "Search Products (Ctrl + F)";
            this.layoutView.OptionsFind.ShowClearButton = false;
            this.layoutView.OptionsFind.ShowCloseButton = false;
            this.layoutView.OptionsFind.ShowFindButton = false;
            this.layoutView.OptionsMultiRecordMode.MultiRowScrollBarOrientation = DevExpress.XtraGrid.Views.Layout.ScrollBarOrientation.Vertical;
            this.layoutView.OptionsSelection.MultiSelect = true;
            this.layoutView.OptionsView.AllowHotTrackFields = false;
            this.layoutView.OptionsView.FocusRectStyle = DevExpress.XtraGrid.Views.Layout.FocusRectStyle.None;
            this.layoutView.OptionsView.ShowHeaderPanel = false;
            this.layoutView.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.Carousel;
            this.layoutView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colName1, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.layoutView.TemplateCard = this.layoutViewCard1;
            // 
            // colName1
            // 
            this.colName1.Caption = "NAME";
            this.colName1.FieldName = "Name";
            this.colName1.LayoutViewField = this.layoutViewField_colName1;
            this.colName1.Name = "colName1";
            // 
            // layoutViewField_colName1
            // 
            this.layoutViewField_colName1.EditorPreferredWidth = 20;
            this.layoutViewField_colName1.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_colName1.Name = "layoutViewField_colName1";
            this.layoutViewField_colName1.Size = new System.Drawing.Size(273, 113);
            this.layoutViewField_colName1.TextSize = new System.Drawing.Size(57, 13);
            this.layoutViewField_colName1.TextToControlDistance = 5;
            // 
            // colImage
            // 
            this.colImage.FieldName = "ProductImage";
            this.colImage.LayoutViewField = this.layoutViewField_colImage;
            this.colImage.Name = "colImage";
            // 
            // layoutViewField_colImage
            // 
            this.layoutViewField_colImage.EditorPreferredWidth = 84;
            this.layoutViewField_colImage.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_colImage.MaxSize = new System.Drawing.Size(96, 84);
            this.layoutViewField_colImage.MinSize = new System.Drawing.Size(96, 84);
            this.layoutViewField_colImage.Name = "layoutViewField_colImage";
            this.layoutViewField_colImage.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 12, 0, 0);
            this.layoutViewField_colImage.Size = new System.Drawing.Size(96, 84);
            this.layoutViewField_colImage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutViewField_colImage.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_colImage.TextToControlDistance = 0;
            this.layoutViewField_colImage.TextVisible = false;
            // 
            // colCost1
            // 
            this.colCost1.AppearanceCell.Options.UseTextOptions = true;
            this.colCost1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.colCost1.Caption = "COST";
            this.colCost1.DisplayFormat.FormatString = "c";
            this.colCost1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colCost1.FieldName = "Cost";
            this.colCost1.LayoutViewField = this.layoutViewField_colCost1;
            this.colCost1.Name = "colCost1";
            // 
            // layoutViewField_colCost1
            // 
            this.layoutViewField_colCost1.EditorPreferredWidth = 173;
            this.layoutViewField_colCost1.Location = new System.Drawing.Point(96, 0);
            this.layoutViewField_colCost1.Name = "layoutViewField_colCost1";
            this.layoutViewField_colCost1.Size = new System.Drawing.Size(177, 42);
            this.layoutViewField_colCost1.TextLocation = DevExpress.Utils.Locations.Top;
            this.layoutViewField_colCost1.TextSize = new System.Drawing.Size(67, 13);
            this.layoutViewField_colCost1.TextToControlDistance = 5;
            // 
            // colSalePrice1
            // 
            this.colSalePrice1.AppearanceCell.Options.UseTextOptions = true;
            this.colSalePrice1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.colSalePrice1.Caption = "SALES PRICE";
            this.colSalePrice1.DisplayFormat.FormatString = "c";
            this.colSalePrice1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colSalePrice1.FieldName = "SalePrice";
            this.colSalePrice1.LayoutViewField = this.layoutViewField_colSalePrice1;
            this.colSalePrice1.Name = "colSalePrice1";
            // 
            // layoutViewField_colSalePrice1
            // 
            this.layoutViewField_colSalePrice1.EditorPreferredWidth = 173;
            this.layoutViewField_colSalePrice1.Location = new System.Drawing.Point(96, 42);
            this.layoutViewField_colSalePrice1.Name = "layoutViewField_colSalePrice1";
            this.layoutViewField_colSalePrice1.Size = new System.Drawing.Size(177, 42);
            this.layoutViewField_colSalePrice1.TextLocation = DevExpress.Utils.Locations.Top;
            this.layoutViewField_colSalePrice1.TextSize = new System.Drawing.Size(67, 13);
            this.layoutViewField_colSalePrice1.TextToControlDistance = 5;
            // 
            // colDescription
            // 
            this.colDescription.AppearanceCell.Options.UseTextOptions = true;
            this.colDescription.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
            this.colDescription.ColumnEdit = this.repositoryItemMemoEdit1;
            this.colDescription.FieldName = "Description";
            this.colDescription.LayoutViewField = this.layoutViewField_colDescription;
            this.colDescription.Name = "colDescription";
            // 
            // layoutViewField_colDescription
            // 
            this.layoutViewField_colDescription.EditorPreferredWidth = 273;
            this.layoutViewField_colDescription.Location = new System.Drawing.Point(0, 84);
            this.layoutViewField_colDescription.MaxSize = new System.Drawing.Size(273, 67);
            this.layoutViewField_colDescription.MinSize = new System.Drawing.Size(273, 67);
            this.layoutViewField_colDescription.Name = "layoutViewField_colDescription";
            this.layoutViewField_colDescription.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 12, 0);
            this.layoutViewField_colDescription.Size = new System.Drawing.Size(273, 67);
            this.layoutViewField_colDescription.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutViewField_colDescription.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_colDescription.TextToControlDistance = 0;
            this.layoutViewField_colDescription.TextVisible = false;
            // 
            // layoutViewCard1
            // 
            this.layoutViewCard1.CustomizationFormText = "TemplateCard";
            this.layoutViewCard1.ExpandButtonLocation = DevExpress.Utils.GroupElementLocation.AfterText;
            this.layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_colCost1,
            this.layoutViewField_colSalePrice1,
            this.layoutViewField_colImage,
            this.layoutViewField_colDescription});
            this.layoutViewCard1.Name = "layoutViewTemplateCard";
            this.layoutViewCard1.OptionsItemText.TextToControlDistance = 5;
            this.layoutViewCard1.Text = "TemplateCard";
            // 
            // layoutControl1
            // 
            this.layoutControl1.AllowCustomizationMenu = false;
            this.layoutControl1.Controls.Add(this.pnlView);
            this.layoutControl1.Controls.Add(this.gridControl);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 142);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1376, 631);
            this.layoutControl1.TabIndex = 5;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // pnlView
            // 
            this.pnlView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pnlView.Location = new System.Drawing.Point(829, 14);
            this.pnlView.Name = "pnlView";
            this.pnlView.Size = new System.Drawing.Size(533, 603);
            this.pnlView.TabIndex = 4;
            // 
            // 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.detailItem,
            this.splitterItem});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 12, 12);
            this.layoutControlGroup1.Size = new System.Drawing.Size(1376, 631);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.gridControl;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(810, 607);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // detailItem
            // 
            this.detailItem.Control = this.pnlView;
            this.detailItem.CustomizationFormText = "detailItem";
            this.detailItem.Location = new System.Drawing.Point(815, 0);
            this.detailItem.Name = "detailItem";
            this.detailItem.Size = new System.Drawing.Size(537, 607);
            this.detailItem.Text = "detailItem";
            this.detailItem.TextSize = new System.Drawing.Size(0, 0);
            this.detailItem.TextToControlDistance = 0;
            this.detailItem.TextVisible = false;
            // 
            // splitterItem
            // 
            this.splitterItem.AllowHotTrack = true;
            this.splitterItem.CustomizationFormText = "splitterItem";
            this.splitterItem.Location = new System.Drawing.Point(810, 0);
            this.splitterItem.Name = "splitterItem";
            this.splitterItem.Size = new System.Drawing.Size(5, 607);
            // 
            // Products
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.ribbonControl);
            this.Controls.Add(this.ribbonStatusBar);
            this.Margin = new System.Windows.Forms.Padding(6);
            this.Name = "Products";
            this.Size = new System.Drawing.Size(1376, 800);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colName1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colCost1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colSalePrice1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_colDescription)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pnlView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.detailItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem)).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()
 {
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.dateEditTo    = new DevExpress.XtraEditors.DateEdit();
     this.dateEditFrom  = new DevExpress.XtraEditors.DateEdit();
     this.btnInventory  = new DevExpress.XtraEditors.SimpleButton();
     this.btnQuery      = new DevExpress.XtraEditors.SimpleButton();
     this.txtCreator    = new DevExpress.XtraEditors.TextEdit();
     this.rdStatus      = new DevExpress.XtraEditors.RadioGroup();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.gridControl1  = new DevExpress.XtraGrid.GridControl();
     this.gridView1     = new DevExpress.XtraGrid.Views.Grid.GridView();
     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.gridColumn9   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1   = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreator.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rdStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.dateEditTo);
     this.groupControl1.Controls.Add(this.dateEditFrom);
     this.groupControl1.Controls.Add(this.btnInventory);
     this.groupControl1.Controls.Add(this.btnQuery);
     this.groupControl1.Controls.Add(this.txtCreator);
     this.groupControl1.Controls.Add(this.rdStatus);
     this.groupControl1.Controls.Add(this.labelControl5);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(972, 85);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text     = "查询条件";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(375, 61);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(12, 12);
     this.labelControl2.TabIndex = 3;
     this.labelControl2.Text     = "--";
     //
     // dateEditTo
     //
     this.dateEditTo.EditValue = null;
     this.dateEditTo.Location  = new System.Drawing.Point(393, 57);
     this.dateEditTo.Name      = "dateEditTo";
     this.dateEditTo.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.dateEditTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditTo.Properties.Mask.EditMask = "";
     this.dateEditTo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
     this.dateEditTo.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateEditTo.Size     = new System.Drawing.Size(127, 20);
     this.dateEditTo.TabIndex = 13;
     //
     // dateEditFrom
     //
     this.dateEditFrom.EditValue = null;
     this.dateEditFrom.Location  = new System.Drawing.Point(393, 31);
     this.dateEditFrom.Name      = "dateEditFrom";
     this.dateEditFrom.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.dateEditFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditFrom.Properties.Mask.EditMask = "";
     this.dateEditFrom.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
     this.dateEditFrom.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateEditFrom.Size     = new System.Drawing.Size(127, 20);
     this.dateEditFrom.TabIndex = 12;
     //
     // btnInventory
     //
     this.btnInventory.Location = new System.Drawing.Point(671, 32);
     this.btnInventory.Name     = "btnInventory";
     this.btnInventory.Size     = new System.Drawing.Size(78, 24);
     this.btnInventory.TabIndex = 5;
     this.btnInventory.Text     = "解除占用";
     this.btnInventory.Click   += new System.EventHandler(this.btnInventory_Click);
     //
     // btnQuery
     //
     this.btnQuery.Location = new System.Drawing.Point(587, 31);
     this.btnQuery.Name     = "btnQuery";
     this.btnQuery.Size     = new System.Drawing.Size(78, 24);
     this.btnQuery.TabIndex = 3;
     this.btnQuery.Text     = "查询";
     this.btnQuery.Click   += new System.EventHandler(this.btnQuery_Click);
     //
     // txtCreator
     //
     this.txtCreator.Location             = new System.Drawing.Point(83, 30);
     this.txtCreator.Name                 = "txtCreator";
     this.txtCreator.Properties.MaxLength = 20;
     this.txtCreator.Size                 = new System.Drawing.Size(226, 20);
     this.txtCreator.TabIndex             = 2;
     //
     // rdStatus
     //
     this.rdStatus.EditValue = 2;
     this.rdStatus.Location  = new System.Drawing.Point(83, 56);
     this.rdStatus.Name      = "rdStatus";
     this.rdStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "锁定中"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "已释放"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "不限制")
     });
     this.rdStatus.Size     = new System.Drawing.Size(226, 24);
     this.rdStatus.TabIndex = 1;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(53, 63);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(24, 12);
     this.labelControl5.TabIndex = 0;
     this.labelControl5.Text     = "状态";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(363, 34);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(24, 12);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "日期";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(41, 33);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(36, 12);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "创建人";
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 85);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(972, 318);
     this.gridControl1.TabIndex = 2;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn7,
         this.gridColumn11,
         this.gridColumn1
     });
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Blue;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression                      = "[DueDays] < 90 And [DueDays] > 0";
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.ApplyToRow                      = true;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression                      = "!IsNullOrEmpty([DueDays]) And [DueDays] <= 0";
     this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.GroupCount  = 1;
     this.gridView1.ID          = "f45ec8ee-3646-478e-a282-202f4e6d9a97";
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsSelection.MultiSelect       = true;
     this.gridView1.OptionsView.ColumnAutoWidth        = false;
     this.gridView1.OptionsView.EnableAppearanceOddRow = true;
     this.gridView1.OptionsView.ShowAutoFilterRow      = true;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn2, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "货位";
     this.gridColumn2.FieldName = "Location";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.Width     = 107;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "物料编码";
     this.gridColumn3.FieldName    = "Material";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 0;
     this.gridColumn3.Width        = 112;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "物料名称";
     this.gridColumn4.FieldName    = "MaterialName";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 1;
     this.gridColumn4.Width        = 216;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "组分料";
     this.gridColumn5.FieldName    = "ComMaterial";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 2;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "创建人";
     this.gridColumn6.FieldName    = "Creator";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 3;
     this.gridColumn6.Width        = 85;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "效期";
     this.gridColumn9.FieldName    = "DueDate";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 4;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "批号";
     this.gridColumn10.FieldName    = "BatchNO";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 5;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "占用数量";
     this.gridColumn7.FieldName    = "OccupyQty";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 6;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "状态";
     this.gridColumn11.FieldName    = "StatusName";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 7;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "备注";
     this.gridColumn1.FieldName    = "Remark";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 8;
     //
     // FrmStockOccupyManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(972, 403);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.groupControl1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmStockOccupyManager";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "库存占用管理";
     this.Load         += new System.EventHandler(this.FrmStockOccupyManager_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreator.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rdStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).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()
        {
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.ColShipMethod = new DevExpress.XtraGrid.Columns.GridColumn();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.cboStatus = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.txtTime = new DevExpress.XtraEditors.TextEdit();
            this.btnLoadWH = new DevExpress.XtraEditors.SimpleButton();
            this.gridShipment = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.ColShipOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColItemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColCustomerItemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColItemType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColMoveQty = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColArrivedQty = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColMoveDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColSalesOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColSalesOrderIndex = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColCustomer = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColCarton = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColOrderDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColOrderStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColInvoiceNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColRefNo = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboStatus.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridShipment)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // ColShipMethod
            // 
            this.ColShipMethod.Caption = "寄货方式";
            this.ColShipMethod.FieldName = "ShipMethod";
            this.ColShipMethod.Name = "ColShipMethod";
            this.ColShipMethod.Visible = true;
            this.ColShipMethod.VisibleIndex = 9;
            this.ColShipMethod.Width = 36;
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.cboStatus);
            this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
            this.splitContainerControl1.Panel1.Controls.Add(this.txtTime);
            this.splitContainerControl1.Panel1.Controls.Add(this.btnLoadWH);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.gridShipment);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(840, 418);
            this.splitContainerControl1.SplitterPosition = 67;
            this.splitContainerControl1.TabIndex = 0;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // cboStatus
            // 
            this.cboStatus.EditValue = "未寄货";
            this.cboStatus.Location = new System.Drawing.Point(227, 37);
            this.cboStatus.Name = "cboStatus";
            this.cboStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboStatus.Properties.Items.AddRange(new object[] {
            "所有",
            "未寄货"});
            this.cboStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cboStatus.Size = new System.Drawing.Size(100, 20);
            this.cboStatus.TabIndex = 22;
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(181, 40);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(24, 14);
            this.labelControl1.TabIndex = 21;
            this.labelControl1.Text = "狀态";
            // 
            // txtTime
            // 
            this.txtTime.Location = new System.Drawing.Point(333, 37);
            this.txtTime.Name = "txtTime";
            this.txtTime.Properties.ReadOnly = true;
            this.txtTime.Size = new System.Drawing.Size(237, 20);
            this.txtTime.TabIndex = 20;
            this.txtTime.TabStop = false;
            // 
            // btnLoadWH
            // 
            this.btnLoadWH.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnLoadWH.Appearance.Options.UseFont = true;
            this.btnLoadWH.Location = new System.Drawing.Point(22, 17);
            this.btnLoadWH.Name = "btnLoadWH";
            this.btnLoadWH.Size = new System.Drawing.Size(133, 40);
            this.btnLoadWH.TabIndex = 19;
            this.btnLoadWH.Text = "重新读取资料";
            this.btnLoadWH.Click += new System.EventHandler(this.btnLoadWH_Click);
            // 
            // gridShipment
            // 
            this.gridShipment.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridShipment.Location = new System.Drawing.Point(0, 0);
            this.gridShipment.MainView = this.gridView1;
            this.gridShipment.Name = "gridShipment";
            this.gridShipment.Size = new System.Drawing.Size(840, 346);
            this.gridShipment.TabIndex = 0;
            this.gridShipment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.ColShipOrderNo,
            this.ColItemNo,
            this.ColCustomerItemNo,
            this.ColItemName,
            this.ColItemType,
            this.ColMaterial,
            this.ColMoveQty,
            this.ColArrivedQty,
            this.ColMoveDate,
            this.ColShipMethod,
            this.ColSalesOrderNo,
            this.ColSalesOrderIndex,
            this.ColPrice,
            this.ColCustomer,
            this.ColCarton,
            this.ColOrderDate,
            this.ColOrderStatus,
            this.ColInvoiceNo,
            this.ColRefNo});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Red;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.ColShipMethod;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = "Sea";
            this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridView1.GridControl = this.gridShipment;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsSelection.MultiSelect = true;
            this.gridView1.OptionsView.ShowFooter = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ColOrderDate, DevExpress.Data.ColumnSortOrder.Descending)});
            // 
            // ColShipOrderNo
            // 
            this.ColShipOrderNo.Caption = "寄货单号";
            this.ColShipOrderNo.FieldName = "OrderNo";
            this.ColShipOrderNo.Name = "ColShipOrderNo";
            this.ColShipOrderNo.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
            this.ColShipOrderNo.Visible = true;
            this.ColShipOrderNo.VisibleIndex = 0;
            this.ColShipOrderNo.Width = 74;
            // 
            // ColItemNo
            // 
            this.ColItemNo.Caption = "本厂编码";
            this.ColItemNo.FieldName = "ItemNo";
            this.ColItemNo.Name = "ColItemNo";
            this.ColItemNo.Visible = true;
            this.ColItemNo.VisibleIndex = 1;
            // 
            // ColCustomerItemNo
            // 
            this.ColCustomerItemNo.Caption = "人客编码";
            this.ColCustomerItemNo.FieldName = "CustomerItemNo";
            this.ColCustomerItemNo.Name = "ColCustomerItemNo";
            this.ColCustomerItemNo.Visible = true;
            this.ColCustomerItemNo.VisibleIndex = 2;
            this.ColCustomerItemNo.Width = 64;
            // 
            // ColItemName
            // 
            this.ColItemName.Caption = "产品名称";
            this.ColItemName.FieldName = "ItemName";
            this.ColItemName.Name = "ColItemName";
            this.ColItemName.Visible = true;
            this.ColItemName.VisibleIndex = 3;
            this.ColItemName.Width = 90;
            // 
            // ColItemType
            // 
            this.ColItemType.Caption = "产品种类";
            this.ColItemType.FieldName = "ItemType";
            this.ColItemType.Name = "ColItemType";
            this.ColItemType.Visible = true;
            this.ColItemType.VisibleIndex = 4;
            this.ColItemType.Width = 45;
            // 
            // ColMaterial
            // 
            this.ColMaterial.Caption = "材料";
            this.ColMaterial.FieldName = "Material";
            this.ColMaterial.Name = "ColMaterial";
            this.ColMaterial.Visible = true;
            this.ColMaterial.VisibleIndex = 5;
            this.ColMaterial.Width = 45;
            // 
            // ColMoveQty
            // 
            this.ColMoveQty.Caption = "寄货数";
            this.ColMoveQty.DisplayFormat.FormatString = "#,###";
            this.ColMoveQty.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.ColMoveQty.FieldName = "MoveQty";
            this.ColMoveQty.Name = "ColMoveQty";
            this.ColMoveQty.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
            this.ColMoveQty.Visible = true;
            this.ColMoveQty.VisibleIndex = 6;
            this.ColMoveQty.Width = 37;
            // 
            // ColArrivedQty
            // 
            this.ColArrivedQty.Caption = "已装箱数";
            this.ColArrivedQty.DisplayFormat.FormatString = "#,###";
            this.ColArrivedQty.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.ColArrivedQty.FieldName = "ArrivedQty";
            this.ColArrivedQty.Name = "ColArrivedQty";
            this.ColArrivedQty.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
            this.ColArrivedQty.Visible = true;
            this.ColArrivedQty.VisibleIndex = 7;
            this.ColArrivedQty.Width = 37;
            // 
            // ColMoveDate
            // 
            this.ColMoveDate.Caption = "寄货日期";
            this.ColMoveDate.DisplayFormat.FormatString = "yyyy-MM-dd";
            this.ColMoveDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.ColMoveDate.FieldName = "MoveDate";
            this.ColMoveDate.Name = "ColMoveDate";
            this.ColMoveDate.Visible = true;
            this.ColMoveDate.VisibleIndex = 8;
            this.ColMoveDate.Width = 46;
            // 
            // ColSalesOrderNo
            // 
            this.ColSalesOrderNo.Caption = "销售单号";
            this.ColSalesOrderNo.FieldName = "SalesOrderNo";
            this.ColSalesOrderNo.Name = "ColSalesOrderNo";
            this.ColSalesOrderNo.Visible = true;
            this.ColSalesOrderNo.VisibleIndex = 10;
            this.ColSalesOrderNo.Width = 25;
            // 
            // ColSalesOrderIndex
            // 
            this.ColSalesOrderIndex.Caption = "Index";
            this.ColSalesOrderIndex.FieldName = "SalesOrderIndex";
            this.ColSalesOrderIndex.MinWidth = 10;
            this.ColSalesOrderIndex.Name = "ColSalesOrderIndex";
            this.ColSalesOrderIndex.Visible = true;
            this.ColSalesOrderIndex.VisibleIndex = 11;
            this.ColSalesOrderIndex.Width = 11;
            // 
            // ColPrice
            // 
            this.ColPrice.Caption = "单价";
            this.ColPrice.DisplayFormat.FormatString = "#,##0";
            this.ColPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.ColPrice.FieldName = "OurPrice";
            this.ColPrice.Name = "ColPrice";
            // 
            // ColCustomer
            // 
            this.ColCustomer.Caption = "人客";
            this.ColCustomer.FieldName = "Customer";
            this.ColCustomer.Name = "ColCustomer";
            this.ColCustomer.Visible = true;
            this.ColCustomer.VisibleIndex = 12;
            this.ColCustomer.Width = 35;
            // 
            // ColCarton
            // 
            this.ColCarton.Caption = "箱号";
            this.ColCarton.FieldName = "Carton";
            this.ColCarton.Name = "ColCarton";
            this.ColCarton.Visible = true;
            this.ColCarton.VisibleIndex = 13;
            this.ColCarton.Width = 69;
            // 
            // ColOrderDate
            // 
            this.ColOrderDate.Caption = "建立日期";
            this.ColOrderDate.DisplayFormat.FormatString = "yyyy-MM-dd";
            this.ColOrderDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.ColOrderDate.FieldName = "OrderDate";
            this.ColOrderDate.Name = "ColOrderDate";
            this.ColOrderDate.Visible = true;
            this.ColOrderDate.VisibleIndex = 15;
            this.ColOrderDate.Width = 66;
            // 
            // ColOrderStatus
            // 
            this.ColOrderStatus.Caption = "状态";
            this.ColOrderStatus.FieldName = "OrderStatus";
            this.ColOrderStatus.Name = "ColOrderStatus";
            this.ColOrderStatus.Visible = true;
            this.ColOrderStatus.VisibleIndex = 14;
            this.ColOrderStatus.Width = 67;
            // 
            // ColInvoiceNo
            // 
            this.ColInvoiceNo.Caption = "发票号码";
            this.ColInvoiceNo.FieldName = "InvoiceNo";
            this.ColInvoiceNo.Name = "ColInvoiceNo";
            this.ColInvoiceNo.Visible = true;
            this.ColInvoiceNo.VisibleIndex = 16;
            // 
            // ColRefNo
            // 
            this.ColRefNo.Caption = "参考编码";
            this.ColRefNo.FieldName = "RefNo";
            this.ColRefNo.Name = "ColRefNo";
            // 
            // frmShipment
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(840, 418);
            this.Controls.Add(this.splitContainerControl1);
            this.Name = "frmShipment";
            this.Text = "寄货单资料";
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.cboStatus.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridShipment)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).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(ucDanhSach));
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.colCong_No_Con_Lai = new DevExpress.XtraGrid.Columns.GridColumn();
            this.rptMayTinh = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
            this.bm = new DevExpress.XtraBars.BarManager(this.components);
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.bbiSua = new DevExpress.XtraBars.BarButtonItem();
            this.bbiXoa = new DevExpress.XtraBars.BarButtonItem();
            this.bbiLapPhieuChi = new DevExpress.XtraBars.BarButtonItem();
            this.bbiLapPhieuThu = new DevExpress.XtraBars.BarButtonItem();
            this.bbiDong = new DevExpress.XtraBars.BarButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.img = new DevExpress.Utils.ImageCollection(this.components);
            this.gcList = new DevExpress.XtraGrid.GridControl();
            this.cHUNGTUTheoNgayBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dsNhapKho = new Do_An_Quan_Ly_Kho.NhapKho.DS.dsNhapKho();
            this.gbList = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colMa_Chung_Tu = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNgay = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMa_Hoa_Don = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colLoai_Chung_Tu = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMa_Khach_Hang = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colLy_Do = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colVAT_Phan_Tram = new DevExpress.XtraGrid.Columns.GridColumn();
            this.rptMayTinhPhanTram = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
            this.colVAT_Thanh_Tien = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colChiet_Khau_Phan_Tram = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colChiet_Khau_Thanh_Tien = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colThanh_Tien = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colGhi_Chu = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSo_Thu_Tu = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colTen_Khach_Hang = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colHo_Ten = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDia_Chi = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colHinh_Thuc_Cong_No = new DevExpress.XtraGrid.Columns.GridColumn();
            this.rptHinhThucCongNo = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
            this.hinhThucCongNoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dsHinhThuc = new Do_An_Quan_Ly_Kho.DataSet.dsHinhThuc();
            this.repositoryItemGridLookUpEdit2View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colHinh_Thuc_Thu_Chi = new DevExpress.XtraGrid.Columns.GridColumn();
            this.rptHinhThucThuChi = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
            this.hinhThucThuChiBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colThanh_Toan = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDa_Thu_Chi = new DevExpress.XtraGrid.Columns.GridColumn();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.txtDen = new DevExpress.XtraEditors.DateEdit();
            this.txtTu = new DevExpress.XtraEditors.DateEdit();
            this.cbTuyChon = new DevExpress.XtraEditors.ComboBoxEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.cHUNG_TU_Theo_NgayTableAdapter = new Do_An_Quan_Ly_Kho.NhapKho.DS.dsNhapKhoTableAdapters.CHUNG_TU_Theo_NgayTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bm)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.img)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUTheoNgayBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsNhapKho)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gbList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptMayTinhPhanTram)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptHinhThucCongNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.hinhThucCongNoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsHinhThuc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit2View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptHinhThucThuChi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.hinhThucThuChiBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbTuyChon.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            this.SuspendLayout();
            // 
            // colCong_No_Con_Lai
            // 
            this.colCong_No_Con_Lai.AppearanceHeader.Options.UseTextOptions = true;
            this.colCong_No_Con_Lai.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colCong_No_Con_Lai.Caption = "Công Nợ Còn Lại";
            this.colCong_No_Con_Lai.ColumnEdit = this.rptMayTinh;
            this.colCong_No_Con_Lai.FieldName = "Cong_No_Con_Lai";
            this.colCong_No_Con_Lai.Name = "colCong_No_Con_Lai";
            this.colCong_No_Con_Lai.OptionsColumn.ReadOnly = true;
            this.colCong_No_Con_Lai.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colCong_No_Con_Lai.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Cong_No_Con_Lai", "{0:##,##0.###}")});
            this.colCong_No_Con_Lai.Visible = true;
            this.colCong_No_Con_Lai.VisibleIndex = 10;
            this.colCong_No_Con_Lai.Width = 99;
            // 
            // rptMayTinh
            // 
            this.rptMayTinh.AutoHeight = false;
            this.rptMayTinh.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.rptMayTinh.DisplayFormat.FormatString = "{0:##,##0.###}";
            this.rptMayTinh.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.rptMayTinh.EditFormat.FormatString = "{0:##,##0.###}";
            this.rptMayTinh.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.rptMayTinh.Name = "rptMayTinh";
            // 
            // bm
            // 
            this.bm.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2});
            this.bm.DockControls.Add(this.barDockControlTop);
            this.bm.DockControls.Add(this.barDockControlBottom);
            this.bm.DockControls.Add(this.barDockControlLeft);
            this.bm.DockControls.Add(this.barDockControlRight);
            this.bm.Form = this;
            this.bm.Images = this.img;
            this.bm.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.bbiSua,
            this.bbiXoa,
            this.bbiDong,
            this.barButtonItem1,
            this.bbiLapPhieuThu,
            this.bbiLapPhieuChi});
            this.bm.LargeImages = this.img;
            this.bm.MainMenu = this.bar2;
            this.bm.MaxItemId = 8;
            // 
            // bar2
            // 
            this.bar2.BarName = "Main menu";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.bbiSua),
            new DevExpress.XtraBars.LinkPersistInfo(this.bbiXoa),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiLapPhieuChi, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiLapPhieuThu, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.bbiDong)});
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Xem";
            this.barButtonItem1.Id = 5;
            this.barButtonItem1.ImageIndex = 35;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXem_ItemClick);
            // 
            // bbiSua
            // 
            this.bbiSua.Caption = "Sửa";
            this.bbiSua.Id = 1;
            this.bbiSua.ImageIndex = 29;
            this.bbiSua.Name = "bbiSua";
            this.bbiSua.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.bbiSua.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSua_ItemClick);
            // 
            // bbiXoa
            // 
            this.bbiXoa.Caption = "Xóa";
            this.bbiXoa.Id = 2;
            this.bbiXoa.ImageIndex = 16;
            this.bbiXoa.Name = "bbiXoa";
            this.bbiXoa.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.bbiXoa.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXoa_ItemClick);
            // 
            // bbiLapPhieuChi
            // 
            this.bbiLapPhieuChi.Caption = "Lập Phiếu Chi";
            this.bbiLapPhieuChi.Id = 7;
            this.bbiLapPhieuChi.ImageIndex = 54;
            this.bbiLapPhieuChi.Name = "bbiLapPhieuChi";
            this.bbiLapPhieuChi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiLapPhieuChi_ItemClick);
            // 
            // bbiLapPhieuThu
            // 
            this.bbiLapPhieuThu.Caption = "Lập Phiếu Thu";
            this.bbiLapPhieuThu.Id = 6;
            this.bbiLapPhieuThu.ImageIndex = 54;
            this.bbiLapPhieuThu.Name = "bbiLapPhieuThu";
            this.bbiLapPhieuThu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiLapPhieuThu_ItemClick);
            // 
            // bbiDong
            // 
            this.bbiDong.Caption = "Đóng";
            this.bbiDong.Id = 3;
            this.bbiDong.ImageIndex = 10;
            this.bbiDong.Name = "bbiDong";
            this.bbiDong.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.bbiDong.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiDong_ItemClick);
            // 
            // 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(1133, 24);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 636);
            this.barDockControlBottom.Size = new System.Drawing.Size(1133, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 612);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1133, 24);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 612);
            // 
            // img
            // 
            this.img.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("img.ImageStream")));
            this.img.Images.SetKeyName(0, "abort.png");
            this.img.Images.SetKeyName(1, "about.png");
            this.img.Images.SetKeyName(2, "accept.png");
            this.img.Images.SetKeyName(3, "add.png");
            this.img.Images.SetKeyName(4, "application.png");
            this.img.Images.SetKeyName(5, "apply.png");
            this.img.Images.SetKeyName(6, "attention.png");
            this.img.Images.SetKeyName(7, "back.png");
            this.img.Images.SetKeyName(8, "cancel.png");
            this.img.Images.SetKeyName(9, "circulation.png");
            this.img.Images.SetKeyName(10, "close.png");
            this.img.Images.SetKeyName(11, "create.png");
            this.img.Images.SetKeyName(12, "cut.png");
            this.img.Images.SetKeyName(13, "danger.png");
            this.img.Images.SetKeyName(14, "delete.png");
            this.img.Images.SetKeyName(15, "down.png");
            this.img.Images.SetKeyName(16, "erase.png");
            this.img.Images.SetKeyName(17, "error.png");
            this.img.Images.SetKeyName(18, "forward.png");
            this.img.Images.SetKeyName(19, "help.png");
            this.img.Images.SetKeyName(20, "info.png");
            this.img.Images.SetKeyName(21, "information.png");
            this.img.Images.SetKeyName(22, "logout.png");
            this.img.Images.SetKeyName(23, "minus.png");
            this.img.Images.SetKeyName(24, "move.png");
            this.img.Images.SetKeyName(25, "next.png");
            this.img.Images.SetKeyName(26, "no entry.png");
            this.img.Images.SetKeyName(27, "no.png");
            this.img.Images.SetKeyName(28, "OK.png");
            this.img.Images.SetKeyName(29, "options.png");
            this.img.Images.SetKeyName(30, "plus.png");
            this.img.Images.SetKeyName(31, "previous.png");
            this.img.Images.SetKeyName(32, "problem.png");
            this.img.Images.SetKeyName(33, "question.png");
            this.img.Images.SetKeyName(34, "redo.png");
            this.img.Images.SetKeyName(35, "refresh.png");
            this.img.Images.SetKeyName(36, "remove.png");
            this.img.Images.SetKeyName(37, "renew.png");
            this.img.Images.SetKeyName(38, "repeat.png");
            this.img.Images.SetKeyName(39, "run.png");
            this.img.Images.SetKeyName(40, "save.png");
            this.img.Images.SetKeyName(41, "search.png");
            this.img.Images.SetKeyName(42, "settings.png");
            this.img.Images.SetKeyName(43, "stop.png");
            this.img.Images.SetKeyName(44, "switch.png");
            this.img.Images.SetKeyName(45, "sync.png");
            this.img.Images.SetKeyName(46, "system.png");
            this.img.Images.SetKeyName(47, "turn off.png");
            this.img.Images.SetKeyName(48, "undo.png");
            this.img.Images.SetKeyName(49, "up.png");
            this.img.Images.SetKeyName(50, "update.png");
            this.img.Images.SetKeyName(51, "view.png");
            this.img.Images.SetKeyName(52, "warning.png");
            this.img.Images.SetKeyName(53, "yes.png");
            this.img.Images.SetKeyName(54, "Receipt-2-icon.png");
            this.img.Images.SetKeyName(55, "Receipt-4-icon.png");
            this.img.Images.SetKeyName(56, "Receipt-icon.png");
            // 
            // gcList
            // 
            this.gcList.DataSource = this.cHUNGTUTheoNgayBindingSource;
            this.gcList.Location = new System.Drawing.Point(2, 26);
            this.gcList.MainView = this.gbList;
            this.gcList.MenuManager = this.bm;
            this.gcList.Name = "gcList";
            this.gcList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.rptMayTinh,
            this.rptMayTinhPhanTram,
            this.rptHinhThucThuChi,
            this.rptHinhThucCongNo});
            this.gcList.Size = new System.Drawing.Size(1129, 584);
            this.gcList.TabIndex = 4;
            this.gcList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gbList});
            // 
            // cHUNGTUTheoNgayBindingSource
            // 
            this.cHUNGTUTheoNgayBindingSource.DataMember = "CHUNG_TU_Theo_Ngay";
            this.cHUNGTUTheoNgayBindingSource.DataSource = this.dsNhapKho;
            // 
            // dsNhapKho
            // 
            this.dsNhapKho.DataSetName = "dsNhapKho";
            this.dsNhapKho.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // gbList
            // 
            this.gbList.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.gbList.Appearance.GroupRow.ForeColor = System.Drawing.Color.Red;
            this.gbList.Appearance.GroupRow.Options.UseFont = true;
            this.gbList.Appearance.GroupRow.Options.UseForeColor = true;
            this.gbList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colMa_Chung_Tu,
            this.colNgay,
            this.colMa_Hoa_Don,
            this.colLoai_Chung_Tu,
            this.colMa_Khach_Hang,
            this.colLy_Do,
            this.colVAT_Phan_Tram,
            this.colVAT_Thanh_Tien,
            this.colChiet_Khau_Phan_Tram,
            this.colChiet_Khau_Thanh_Tien,
            this.colThanh_Tien,
            this.colGhi_Chu,
            this.colSo_Thu_Tu,
            this.colTen_Khach_Hang,
            this.colHo_Ten,
            this.colDia_Chi,
            this.colHinh_Thuc_Cong_No,
            this.colHinh_Thuc_Thu_Chi,
            this.colThanh_Toan,
            this.colCong_No_Con_Lai,
            this.colDa_Thu_Chi});
            this.gbList.CustomizationFormBounds = new System.Drawing.Rectangle(427, 278, 216, 199);
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Column = this.colCong_No_Con_Lai;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "Iif([Cong_No_Con_Lai] < 0  And [Hinh_Thuc_Thu_Chi] == 0, True ,False )";
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.Column = this.colCong_No_Con_Lai;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = "Iif([Cong_No_Con_Lai] > 0 And [Hinh_Thuc_Thu_Chi] == 0, True ,False )";
            this.gbList.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.gbList.GridControl = this.gcList;
            this.gbList.GroupCount = 1;
            this.gbList.GroupPanelText = "Kéo cột và thả vào đây để nhóm dữ liệu";
            this.gbList.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Thanh_Tien", null, " - Thành Tiền - {0:##,##0.###}"),
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Thanh_Toan", this.colThanh_Toan, "{0:##,##0.###}"),
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Thanh_Tien", this.colThanh_Tien, "{0:##,##0.###}"),
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Cong_No_Con_Lai", this.colCong_No_Con_Lai, "{0:##,##0.###}"),
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Da_Thu_Chi", this.colDa_Thu_Chi, "{0:##,##0.###}")});
            this.gbList.IndicatorWidth = 40;
            this.gbList.Name = "gbList";
            this.gbList.OptionsBehavior.AutoExpandAllGroups = true;
            this.gbList.OptionsSelection.MultiSelect = true;
            this.gbList.OptionsView.ColumnAutoWidth = false;
            this.gbList.OptionsView.ShowAutoFilterRow = true;
            this.gbList.OptionsView.ShowFooter = true;
            this.gbList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colTen_Khach_Hang, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colMa_Chung_Tu, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gbList.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gbList_CustomDrawRowIndicator);
            // 
            // colMa_Chung_Tu
            // 
            this.colMa_Chung_Tu.AppearanceHeader.Options.UseTextOptions = true;
            this.colMa_Chung_Tu.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colMa_Chung_Tu.Caption = "Mã Chứng Từ";
            this.colMa_Chung_Tu.FieldName = "Ma_Chung_Tu";
            this.colMa_Chung_Tu.Name = "colMa_Chung_Tu";
            this.colMa_Chung_Tu.OptionsColumn.ReadOnly = true;
            this.colMa_Chung_Tu.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colMa_Chung_Tu.Visible = true;
            this.colMa_Chung_Tu.VisibleIndex = 0;
            this.colMa_Chung_Tu.Width = 117;
            // 
            // colNgay
            // 
            this.colNgay.AppearanceHeader.Options.UseTextOptions = true;
            this.colNgay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colNgay.Caption = "Ngày";
            this.colNgay.FieldName = "Ngay";
            this.colNgay.Name = "colNgay";
            this.colNgay.OptionsColumn.ReadOnly = true;
            this.colNgay.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colNgay.Visible = true;
            this.colNgay.VisibleIndex = 2;
            // 
            // colMa_Hoa_Don
            // 
            this.colMa_Hoa_Don.AppearanceHeader.Options.UseTextOptions = true;
            this.colMa_Hoa_Don.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colMa_Hoa_Don.Caption = "Mã Hóa Đơn";
            this.colMa_Hoa_Don.FieldName = "Ma_Hoa_Don";
            this.colMa_Hoa_Don.Name = "colMa_Hoa_Don";
            this.colMa_Hoa_Don.OptionsColumn.ReadOnly = true;
            this.colMa_Hoa_Don.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colMa_Hoa_Don.Visible = true;
            this.colMa_Hoa_Don.VisibleIndex = 1;
            this.colMa_Hoa_Don.Width = 119;
            // 
            // colLoai_Chung_Tu
            // 
            this.colLoai_Chung_Tu.AppearanceHeader.Options.UseTextOptions = true;
            this.colLoai_Chung_Tu.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colLoai_Chung_Tu.FieldName = "Loai_Chung_Tu";
            this.colLoai_Chung_Tu.Name = "colLoai_Chung_Tu";
            this.colLoai_Chung_Tu.OptionsColumn.ReadOnly = true;
            this.colLoai_Chung_Tu.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            // 
            // colMa_Khach_Hang
            // 
            this.colMa_Khach_Hang.AppearanceHeader.Options.UseTextOptions = true;
            this.colMa_Khach_Hang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colMa_Khach_Hang.Caption = "Mã Khách Hàng";
            this.colMa_Khach_Hang.FieldName = "Ma_Khach_Hang";
            this.colMa_Khach_Hang.Name = "colMa_Khach_Hang";
            this.colMa_Khach_Hang.OptionsColumn.ReadOnly = true;
            this.colMa_Khach_Hang.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            // 
            // colLy_Do
            // 
            this.colLy_Do.AppearanceHeader.Options.UseTextOptions = true;
            this.colLy_Do.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colLy_Do.Caption = "Lý Do";
            this.colLy_Do.FieldName = "Ly_Do";
            this.colLy_Do.Name = "colLy_Do";
            this.colLy_Do.OptionsColumn.ReadOnly = true;
            this.colLy_Do.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colLy_Do.Visible = true;
            this.colLy_Do.VisibleIndex = 14;
            this.colLy_Do.Width = 193;
            // 
            // colVAT_Phan_Tram
            // 
            this.colVAT_Phan_Tram.AppearanceHeader.Options.UseTextOptions = true;
            this.colVAT_Phan_Tram.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colVAT_Phan_Tram.Caption = "VAT(%)";
            this.colVAT_Phan_Tram.ColumnEdit = this.rptMayTinhPhanTram;
            this.colVAT_Phan_Tram.FieldName = "VAT_Phan_Tram";
            this.colVAT_Phan_Tram.Name = "colVAT_Phan_Tram";
            this.colVAT_Phan_Tram.OptionsColumn.ReadOnly = true;
            this.colVAT_Phan_Tram.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colVAT_Phan_Tram.Visible = true;
            this.colVAT_Phan_Tram.VisibleIndex = 5;
            // 
            // rptMayTinhPhanTram
            // 
            this.rptMayTinhPhanTram.AutoHeight = false;
            this.rptMayTinhPhanTram.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.rptMayTinhPhanTram.DisplayFormat.FormatString = "{0:##,##0.###} %";
            this.rptMayTinhPhanTram.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.rptMayTinhPhanTram.EditFormat.FormatString = "{0:##,##0.###} %";
            this.rptMayTinhPhanTram.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.rptMayTinhPhanTram.Name = "rptMayTinhPhanTram";
            // 
            // colVAT_Thanh_Tien
            // 
            this.colVAT_Thanh_Tien.AppearanceHeader.Options.UseTextOptions = true;
            this.colVAT_Thanh_Tien.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colVAT_Thanh_Tien.Caption = "VAT";
            this.colVAT_Thanh_Tien.ColumnEdit = this.rptMayTinh;
            this.colVAT_Thanh_Tien.FieldName = "VAT_Thanh_Tien";
            this.colVAT_Thanh_Tien.Name = "colVAT_Thanh_Tien";
            this.colVAT_Thanh_Tien.OptionsColumn.ReadOnly = true;
            this.colVAT_Thanh_Tien.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colVAT_Thanh_Tien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "VAT_Thanh_Tien", "{0:##,##0.###}")});
            this.colVAT_Thanh_Tien.Visible = true;
            this.colVAT_Thanh_Tien.VisibleIndex = 6;
            // 
            // colChiet_Khau_Phan_Tram
            // 
            this.colChiet_Khau_Phan_Tram.AppearanceHeader.Options.UseTextOptions = true;
            this.colChiet_Khau_Phan_Tram.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colChiet_Khau_Phan_Tram.Caption = "Chiết Khấu (%)";
            this.colChiet_Khau_Phan_Tram.ColumnEdit = this.rptMayTinhPhanTram;
            this.colChiet_Khau_Phan_Tram.FieldName = "Chiet_Khau_Phan_Tram";
            this.colChiet_Khau_Phan_Tram.Name = "colChiet_Khau_Phan_Tram";
            this.colChiet_Khau_Phan_Tram.OptionsColumn.ReadOnly = true;
            this.colChiet_Khau_Phan_Tram.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colChiet_Khau_Phan_Tram.Visible = true;
            this.colChiet_Khau_Phan_Tram.VisibleIndex = 3;
            this.colChiet_Khau_Phan_Tram.Width = 96;
            // 
            // colChiet_Khau_Thanh_Tien
            // 
            this.colChiet_Khau_Thanh_Tien.AppearanceHeader.Options.UseTextOptions = true;
            this.colChiet_Khau_Thanh_Tien.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colChiet_Khau_Thanh_Tien.Caption = "Chiết Khấu";
            this.colChiet_Khau_Thanh_Tien.ColumnEdit = this.rptMayTinh;
            this.colChiet_Khau_Thanh_Tien.FieldName = "Chiet_Khau_Thanh_Tien";
            this.colChiet_Khau_Thanh_Tien.Name = "colChiet_Khau_Thanh_Tien";
            this.colChiet_Khau_Thanh_Tien.OptionsColumn.ReadOnly = true;
            this.colChiet_Khau_Thanh_Tien.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colChiet_Khau_Thanh_Tien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Chiet_Khau_Thanh_Tien", "{0:##,##0.###}")});
            this.colChiet_Khau_Thanh_Tien.Visible = true;
            this.colChiet_Khau_Thanh_Tien.VisibleIndex = 4;
            this.colChiet_Khau_Thanh_Tien.Width = 95;
            // 
            // colThanh_Tien
            // 
            this.colThanh_Tien.AppearanceHeader.Options.UseTextOptions = true;
            this.colThanh_Tien.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colThanh_Tien.Caption = "Thành Tiền";
            this.colThanh_Tien.ColumnEdit = this.rptMayTinh;
            this.colThanh_Tien.FieldName = "Thanh_Tien";
            this.colThanh_Tien.Name = "colThanh_Tien";
            this.colThanh_Tien.OptionsColumn.ReadOnly = true;
            this.colThanh_Tien.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colThanh_Tien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Thanh_Tien", "{0:##,##0.###}")});
            this.colThanh_Tien.Visible = true;
            this.colThanh_Tien.VisibleIndex = 7;
            this.colThanh_Tien.Width = 133;
            // 
            // colGhi_Chu
            // 
            this.colGhi_Chu.AppearanceHeader.Options.UseTextOptions = true;
            this.colGhi_Chu.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colGhi_Chu.Caption = "Ghi Chú";
            this.colGhi_Chu.FieldName = "Ghi_Chu";
            this.colGhi_Chu.Name = "colGhi_Chu";
            this.colGhi_Chu.OptionsColumn.ReadOnly = true;
            this.colGhi_Chu.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colGhi_Chu.Visible = true;
            this.colGhi_Chu.VisibleIndex = 15;
            this.colGhi_Chu.Width = 226;
            // 
            // colSo_Thu_Tu
            // 
            this.colSo_Thu_Tu.AppearanceHeader.Options.UseTextOptions = true;
            this.colSo_Thu_Tu.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colSo_Thu_Tu.Caption = "Số Thứ Tự";
            this.colSo_Thu_Tu.FieldName = "So_Thu_Tu";
            this.colSo_Thu_Tu.Name = "colSo_Thu_Tu";
            this.colSo_Thu_Tu.OptionsColumn.ReadOnly = true;
            this.colSo_Thu_Tu.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            // 
            // colTen_Khach_Hang
            // 
            this.colTen_Khach_Hang.AppearanceHeader.Options.UseTextOptions = true;
            this.colTen_Khach_Hang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colTen_Khach_Hang.Caption = "Khách Hàng";
            this.colTen_Khach_Hang.FieldName = "Ten_Khach_Hang";
            this.colTen_Khach_Hang.Name = "colTen_Khach_Hang";
            this.colTen_Khach_Hang.OptionsColumn.ReadOnly = true;
            this.colTen_Khach_Hang.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            // 
            // colHo_Ten
            // 
            this.colHo_Ten.AppearanceHeader.Options.UseTextOptions = true;
            this.colHo_Ten.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colHo_Ten.Caption = "Nhân Viên";
            this.colHo_Ten.FieldName = "Ho_Ten";
            this.colHo_Ten.Name = "colHo_Ten";
            this.colHo_Ten.OptionsColumn.ReadOnly = true;
            this.colHo_Ten.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colHo_Ten.Visible = true;
            this.colHo_Ten.VisibleIndex = 13;
            // 
            // colDia_Chi
            // 
            this.colDia_Chi.AppearanceHeader.Options.UseTextOptions = true;
            this.colDia_Chi.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDia_Chi.Caption = "Địa Chỉ";
            this.colDia_Chi.FieldName = "Dia_Chi";
            this.colDia_Chi.Name = "colDia_Chi";
            this.colDia_Chi.OptionsColumn.ReadOnly = true;
            this.colDia_Chi.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colDia_Chi.Visible = true;
            this.colDia_Chi.VisibleIndex = 16;
            // 
            // colHinh_Thuc_Cong_No
            // 
            this.colHinh_Thuc_Cong_No.AppearanceHeader.Options.UseTextOptions = true;
            this.colHinh_Thuc_Cong_No.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colHinh_Thuc_Cong_No.Caption = "Hình Thức Công Nợ";
            this.colHinh_Thuc_Cong_No.ColumnEdit = this.rptHinhThucCongNo;
            this.colHinh_Thuc_Cong_No.FieldName = "Hinh_Thuc_Cong_No";
            this.colHinh_Thuc_Cong_No.Name = "colHinh_Thuc_Cong_No";
            this.colHinh_Thuc_Cong_No.OptionsColumn.ReadOnly = true;
            this.colHinh_Thuc_Cong_No.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colHinh_Thuc_Cong_No.Visible = true;
            this.colHinh_Thuc_Cong_No.VisibleIndex = 11;
            this.colHinh_Thuc_Cong_No.Width = 128;
            // 
            // rptHinhThucCongNo
            // 
            this.rptHinhThucCongNo.AutoHeight = false;
            this.rptHinhThucCongNo.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.rptHinhThucCongNo.DataSource = this.hinhThucCongNoBindingSource;
            this.rptHinhThucCongNo.DisplayMember = "Ten";
            this.rptHinhThucCongNo.Name = "rptHinhThucCongNo";
            this.rptHinhThucCongNo.ValueMember = "Ma";
            this.rptHinhThucCongNo.View = this.repositoryItemGridLookUpEdit2View;
            // 
            // hinhThucCongNoBindingSource
            // 
            this.hinhThucCongNoBindingSource.DataMember = "Hinh_Thuc_Cong_No";
            this.hinhThucCongNoBindingSource.DataSource = this.dsHinhThuc;
            // 
            // dsHinhThuc
            // 
            this.dsHinhThuc.DataSetName = "dsHinhThuc";
            this.dsHinhThuc.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // repositoryItemGridLookUpEdit2View
            // 
            this.repositoryItemGridLookUpEdit2View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.repositoryItemGridLookUpEdit2View.Name = "repositoryItemGridLookUpEdit2View";
            this.repositoryItemGridLookUpEdit2View.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.repositoryItemGridLookUpEdit2View.OptionsView.ShowGroupPanel = false;
            // 
            // colHinh_Thuc_Thu_Chi
            // 
            this.colHinh_Thuc_Thu_Chi.AppearanceHeader.Options.UseTextOptions = true;
            this.colHinh_Thuc_Thu_Chi.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colHinh_Thuc_Thu_Chi.Caption = "Hình Thức Thu Chi";
            this.colHinh_Thuc_Thu_Chi.ColumnEdit = this.rptHinhThucThuChi;
            this.colHinh_Thuc_Thu_Chi.FieldName = "Hinh_Thuc_Thu_Chi";
            this.colHinh_Thuc_Thu_Chi.Name = "colHinh_Thuc_Thu_Chi";
            this.colHinh_Thuc_Thu_Chi.OptionsColumn.ReadOnly = true;
            this.colHinh_Thuc_Thu_Chi.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colHinh_Thuc_Thu_Chi.Visible = true;
            this.colHinh_Thuc_Thu_Chi.VisibleIndex = 12;
            this.colHinh_Thuc_Thu_Chi.Width = 107;
            // 
            // rptHinhThucThuChi
            // 
            this.rptHinhThucThuChi.AutoHeight = false;
            this.rptHinhThucThuChi.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.rptHinhThucThuChi.DataSource = this.hinhThucThuChiBindingSource;
            this.rptHinhThucThuChi.DisplayMember = "Ten";
            this.rptHinhThucThuChi.Name = "rptHinhThucThuChi";
            this.rptHinhThucThuChi.ValueMember = "Ma";
            this.rptHinhThucThuChi.View = this.repositoryItemGridLookUpEdit1View;
            // 
            // hinhThucThuChiBindingSource
            // 
            this.hinhThucThuChiBindingSource.DataMember = "Hinh_Thuc_Thu_Chi";
            this.hinhThucThuChiBindingSource.DataSource = this.dsHinhThuc;
            // 
            // repositoryItemGridLookUpEdit1View
            // 
            this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
            this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
            // 
            // colThanh_Toan
            // 
            this.colThanh_Toan.AppearanceHeader.Options.UseTextOptions = true;
            this.colThanh_Toan.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colThanh_Toan.Caption = "Thanh Toán - Chi";
            this.colThanh_Toan.ColumnEdit = this.rptMayTinh;
            this.colThanh_Toan.FieldName = "Thanh_Toan";
            this.colThanh_Toan.Name = "colThanh_Toan";
            this.colThanh_Toan.OptionsColumn.ReadOnly = true;
            this.colThanh_Toan.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colThanh_Toan.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Thanh_Toan", "{0:##,##0.###}")});
            this.colThanh_Toan.Visible = true;
            this.colThanh_Toan.VisibleIndex = 8;
            this.colThanh_Toan.Width = 102;
            // 
            // colDa_Thu_Chi
            // 
            this.colDa_Thu_Chi.AppearanceHeader.Options.UseTextOptions = true;
            this.colDa_Thu_Chi.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDa_Thu_Chi.Caption = "Đã Thu Chi";
            this.colDa_Thu_Chi.ColumnEdit = this.rptMayTinh;
            this.colDa_Thu_Chi.FieldName = "Da_Thu_Chi";
            this.colDa_Thu_Chi.Name = "colDa_Thu_Chi";
            this.colDa_Thu_Chi.OptionsColumn.ReadOnly = true;
            this.colDa_Thu_Chi.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
            this.colDa_Thu_Chi.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Da_Thu_Chi", "{0:##,##0.###}")});
            this.colDa_Thu_Chi.Visible = true;
            this.colDa_Thu_Chi.VisibleIndex = 9;
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.layoutControl2);
            this.layoutControl1.Controls.Add(this.txtDen);
            this.layoutControl1.Controls.Add(this.txtTu);
            this.layoutControl1.Controls.Add(this.cbTuyChon);
            this.layoutControl1.Controls.Add(this.gcList);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 24);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1133, 612);
            this.layoutControl1.TabIndex = 5;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // layoutControl2
            // 
            this.layoutControl2.Location = new System.Drawing.Point(542, 2);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.Root = this.layoutControlGroup2;
            this.layoutControl2.Size = new System.Drawing.Size(589, 20);
            this.layoutControl2.TabIndex = 8;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
            this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup2.GroupBordersVisible = false;
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Size = new System.Drawing.Size(589, 20);
            this.layoutControlGroup2.Text = "layoutControlGroup2";
            this.layoutControlGroup2.TextVisible = false;
            // 
            // txtDen
            // 
            this.txtDen.EditValue = null;
            this.txtDen.Location = new System.Drawing.Point(397, 2);
            this.txtDen.MenuManager = this.bm;
            this.txtDen.Name = "txtDen";
            this.txtDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtDen.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtDen.Properties.DisplayFormat.FormatString = "{0:dd/MM/yyyy}";
            this.txtDen.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.txtDen.Properties.EditFormat.FormatString = "{0:dd/MM/yyyy}";
            this.txtDen.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.txtDen.Size = new System.Drawing.Size(141, 20);
            this.txtDen.StyleController = this.layoutControl1;
            this.txtDen.TabIndex = 7;
            // 
            // txtTu
            // 
            this.txtTu.EditValue = null;
            this.txtTu.Location = new System.Drawing.Point(217, 2);
            this.txtTu.MenuManager = this.bm;
            this.txtTu.Name = "txtTu";
            this.txtTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtTu.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtTu.Properties.DisplayFormat.FormatString = "{0:dd/MM/yyyy}";
            this.txtTu.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.txtTu.Properties.EditFormat.FormatString = "{0:dd/MM/yyyy}";
            this.txtTu.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.txtTu.Size = new System.Drawing.Size(141, 20);
            this.txtTu.StyleController = this.layoutControl1;
            this.txtTu.TabIndex = 6;
            // 
            // cbTuyChon
            // 
            this.cbTuyChon.EditValue = "Tùy chọn";
            this.cbTuyChon.Location = new System.Drawing.Point(57, 2);
            this.cbTuyChon.MenuManager = this.bm;
            this.cbTuyChon.Name = "cbTuyChon";
            this.cbTuyChon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbTuyChon.Properties.Items.AddRange(new object[] {
            "Tùy chọn",
            "Tháng 1",
            "Tháng 2",
            "Tháng 3",
            "Tháng 4",
            "Tháng 5",
            "Tháng 6",
            "Tháng 7",
            "Tháng 8",
            "Tháng 9",
            "Tháng 10",
            "Tháng 11",
            "Tháng 12"});
            this.cbTuyChon.Size = new System.Drawing.Size(121, 20);
            this.cbTuyChon.StyleController = this.layoutControl1;
            this.cbTuyChon.TabIndex = 5;
            this.cbTuyChon.SelectedIndexChanged += new System.EventHandler(this.cbTuyChon_SelectedIndexChanged);
            // 
            // 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.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.layoutControlItem4,
            this.layoutControlItem5});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Size = new System.Drawing.Size(1133, 612);
            this.layoutControlGroup1.Text = "layoutControlGroup1";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.gcList;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(1133, 588);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.cbTuyChon;
            this.layoutControlItem2.CustomizationFormText = "Tùy Chọn";
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem2.MaxSize = new System.Drawing.Size(180, 24);
            this.layoutControlItem2.MinSize = new System.Drawing.Size(109, 24);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(180, 24);
            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem2.Text = "Tùy Chọn";
            this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(50, 13);
            this.layoutControlItem2.TextToControlDistance = 5;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.txtTu;
            this.layoutControlItem3.CustomizationFormText = "Từ";
            this.layoutControlItem3.Location = new System.Drawing.Point(180, 0);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(180, 24);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(151, 24);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(180, 24);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "Từ";
            this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(30, 13);
            this.layoutControlItem3.TextToControlDistance = 5;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.txtDen;
            this.layoutControlItem4.CustomizationFormText = "Đến";
            this.layoutControlItem4.Location = new System.Drawing.Point(360, 0);
            this.layoutControlItem4.MaxSize = new System.Drawing.Size(180, 24);
            this.layoutControlItem4.MinSize = new System.Drawing.Size(151, 24);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(180, 24);
            this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem4.Text = "Đến";
            this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem4.TextSize = new System.Drawing.Size(30, 13);
            this.layoutControlItem4.TextToControlDistance = 5;
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.layoutControl2;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
            this.layoutControlItem5.Location = new System.Drawing.Point(540, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(593, 24);
            this.layoutControlItem5.Text = "layoutControlItem5";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextToControlDistance = 0;
            this.layoutControlItem5.TextVisible = false;
            // 
            // cHUNG_TU_Theo_NgayTableAdapter
            // 
            this.cHUNG_TU_Theo_NgayTableAdapter.ClearBeforeFill = true;
            // 
            // ucDanhSach
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "ucDanhSach";
            this.Size = new System.Drawing.Size(1133, 636);
            ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bm)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUTheoNgayBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsNhapKho)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gbList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptMayTinhPhanTram)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptHinhThucCongNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.hinhThucCongNoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsHinhThuc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit2View)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptHinhThucThuChi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.hinhThucThuChiBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbTuyChon.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.StyleFormatCondition      styleFormatCondition1         = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition      styleFormatCondition2         = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition      styleFormatCondition3         = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     this.colwzjb = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repItemImageComboBoxBrxb = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repItemImageComboBoxwzjb = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.imageListCustomwzjb      = new System.Windows.Forms.ImageList();
     this.gridMain                          = new DevExpress.XtraGrid.GridControl();
     this.cardViewBedMapping                = new DevExpress.XtraGrid.Views.Card.CardView();
     this.colbedid                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colname                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colpzlx                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colhljbname                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colextra                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsyxh                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colybsm                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colzcbz                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colcwlx                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colbrxb                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBaby                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repCbBaby                         = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repItemImageComboBoxwzjb3         = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repItemPopupPatInfo               = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
     this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
     this.repositoryItemPictureEdit1        = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.repositoryItemLookUpEdit1         = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.imageListPicExample               = new System.Windows.Forms.ImageList();
     this.toolTipPatInfo                    = new DevExpress.Utils.ToolTipController();
     this.panelGrid                         = new DevExpress.XtraEditors.PanelControl();
     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.barDockControl1                   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2                   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3                   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4                   = new DevExpress.XtraBars.BarDockControl();
     this.imageListBrxb                     = new System.Windows.Forms.ImageList();
     this.barEditItem4                      = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemImageEdit4          = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     this.bar1                   = new DevExpress.XtraBars.Bar();
     this.imageListcwdm          = new System.Windows.Forms.ImageList();
     this.barManagerBedMapping   = new DevExpress.XtraBars.BarManager();
     this.barPage                = new DevExpress.XtraBars.Bar();
     this.barButtonItemFirstPage = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonSecondPage    = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonThirdPage     = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1             = new DevExpress.XtraBars.PopupMenu();
     this.barButtonItem1         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem_Cp       = new DevExpress.XtraBars.BarButtonItem();
     this.barManagerMenu         = new DevExpress.XtraBars.BarManager();
     ((System.ComponentModel.ISupportInitialize)(this.repItemImageComboBoxBrxb)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repItemImageComboBoxwzjb)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cardViewBedMapping)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCbBaby)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repItemImageComboBoxwzjb3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repItemPopupPatInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelGrid)).BeginInit();
     this.panelGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerBedMapping)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMenu)).BeginInit();
     this.SuspendLayout();
     //
     // colwzjb
     //
     this.colwzjb.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colwzjb.Caption   = "危重级别";
     this.colwzjb.FieldName = "wzjb";
     this.colwzjb.MinWidth  = 15;
     this.colwzjb.Name      = "colwzjb";
     this.colwzjb.OptionsColumn.AllowEdit   = false;
     this.colwzjb.OptionsColumn.ReadOnly    = true;
     this.colwzjb.OptionsColumn.ShowCaption = false;
     this.colwzjb.Visible      = true;
     this.colwzjb.VisibleIndex = 1;
     //
     // repItemImageComboBoxBrxb
     //
     this.repItemImageComboBoxBrxb.AutoHeight = false;
     this.repItemImageComboBoxBrxb.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repItemImageComboBoxBrxb.Name = "repItemImageComboBoxBrxb";
     //
     // repItemImageComboBoxwzjb
     //
     this.repItemImageComboBoxwzjb.AutoHeight = false;
     this.repItemImageComboBoxwzjb.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repItemImageComboBoxwzjb.Name        = "repItemImageComboBoxwzjb";
     this.repItemImageComboBoxwzjb.SmallImages = this.imageListCustomwzjb;
     //
     // imageListCustomwzjb
     //
     this.imageListCustomwzjb.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageListCustomwzjb.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageListCustomwzjb.TransparentColor = System.Drawing.Color.Transparent;
     //
     // gridMain
     //
     this.gridMain.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridMain.Dock   = System.Windows.Forms.DockStyle.Fill;
     this.gridMain.EmbeddedNavigator.Buttons.Append.Enabled     = false;
     this.gridMain.EmbeddedNavigator.Buttons.Append.Visible     = false;
     this.gridMain.EmbeddedNavigator.Buttons.AutoRepeatDelay    = 100;
     this.gridMain.EmbeddedNavigator.Buttons.CancelEdit.Enabled = false;
     this.gridMain.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridMain.EmbeddedNavigator.Buttons.Edit.Enabled       = false;
     this.gridMain.EmbeddedNavigator.Buttons.Edit.Visible       = false;
     this.gridMain.EmbeddedNavigator.Buttons.EndEdit.Enabled    = false;
     this.gridMain.EmbeddedNavigator.Buttons.EndEdit.Visible    = false;
     this.gridMain.EmbeddedNavigator.Buttons.Next.Enabled       = false;
     this.gridMain.EmbeddedNavigator.Buttons.Next.Visible       = false;
     this.gridMain.EmbeddedNavigator.Buttons.Prev.Enabled       = false;
     this.gridMain.EmbeddedNavigator.Buttons.Prev.Visible       = false;
     this.gridMain.EmbeddedNavigator.Buttons.Remove.Enabled     = false;
     this.gridMain.EmbeddedNavigator.Buttons.Remove.Visible     = false;
     this.gridMain.EmbeddedNavigator.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Begin;
     this.gridMain.Location    = new System.Drawing.Point(0, 0);
     this.gridMain.MainView    = this.cardViewBedMapping;
     this.gridMain.MinimumSize = new System.Drawing.Size(0, 600);
     this.gridMain.Name        = "gridMain";
     this.gridMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repItemImageComboBoxwzjb,
         this.repItemImageComboBoxBrxb,
         this.repItemImageComboBoxwzjb3,
         this.repCbBaby,
         this.repItemPopupPatInfo
     });
     this.gridMain.Size     = new System.Drawing.Size(1025, 600);
     this.gridMain.TabIndex = 4;
     this.gridMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.cardViewBedMapping
     });
     //
     // cardViewBedMapping
     //
     this.cardViewBedMapping.Appearance.Card.ForeColor                          = System.Drawing.Color.Transparent;
     this.cardViewBedMapping.Appearance.Card.Options.UseForeColor               = true;
     this.cardViewBedMapping.Appearance.CardCaption.Font                        = new System.Drawing.Font("新宋体", 15F);
     this.cardViewBedMapping.Appearance.CardCaption.ForeColor                   = System.Drawing.Color.Black;
     this.cardViewBedMapping.Appearance.CardCaption.Options.UseFont             = true;
     this.cardViewBedMapping.Appearance.CardCaption.Options.UseForeColor        = true;
     this.cardViewBedMapping.Appearance.FieldCaption.Font                       = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cardViewBedMapping.Appearance.FieldCaption.Options.UseFont            = true;
     this.cardViewBedMapping.Appearance.FieldValue.Font                         = new System.Drawing.Font("Tahoma", 12F);
     this.cardViewBedMapping.Appearance.FieldValue.Options.UseFont              = true;
     this.cardViewBedMapping.Appearance.FocusedCardCaption.Font                 = new System.Drawing.Font("Tahoma", 14F);
     this.cardViewBedMapping.Appearance.FocusedCardCaption.ForeColor            = System.Drawing.Color.White;
     this.cardViewBedMapping.Appearance.FocusedCardCaption.Options.UseFont      = true;
     this.cardViewBedMapping.Appearance.FocusedCardCaption.Options.UseForeColor = true;
     this.cardViewBedMapping.Appearance.SelectedCardCaption.Font                = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cardViewBedMapping.Appearance.SelectedCardCaption.ForeColor           = System.Drawing.Color.Black;
     this.cardViewBedMapping.Appearance.SelectedCardCaption.Options.UseFont     = true;
     this.cardViewBedMapping.AppearancePrint.CardCaption.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.cardViewBedMapping.AppearancePrint.CardCaption.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.cardViewBedMapping.AppearancePrint.CardCaption.Options.UseBackColor   = true;
     this.cardViewBedMapping.CardCaptionFormat = "{1}";
     this.cardViewBedMapping.CardInterval      = 6;
     this.cardViewBedMapping.CardWidth         = 95;
     this.cardViewBedMapping.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colbedid,
         this.colname,
         this.colwzjb,
         this.colpzlx,
         this.colhljbname,
         this.colextra,
         this.colsyxh,
         this.colybsm,
         this.colzcbz,
         this.colcwlx,
         this.colbrxb,
         this.colBaby
     });
     this.cardViewBedMapping.DetailHeight             = 100;
     this.cardViewBedMapping.FocusedCardTopFieldIndex = 0;
     styleFormatCondition1.Column    = this.colwzjb;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1    = "2";
     styleFormatCondition2.Column    = this.colwzjb;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1    = "3";
     styleFormatCondition3.Column    = this.colwzjb;
     styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition3.Value1    = "1";
     this.cardViewBedMapping.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2,
         styleFormatCondition3
     });
     this.cardViewBedMapping.GridControl = this.gridMain;
     this.cardViewBedMapping.Name        = "cardViewBedMapping";
     this.cardViewBedMapping.OptionsBehavior.AllowExpandCollapse    = false;
     this.cardViewBedMapping.OptionsBehavior.KeepFocusedRowOnUpdate = false;
     this.cardViewBedMapping.OptionsBehavior.Sizeable             = false;
     this.cardViewBedMapping.OptionsBehavior.UseTabKey            = true;
     this.cardViewBedMapping.OptionsView.ShowCardExpandButton     = false;
     this.cardViewBedMapping.OptionsView.ShowFieldCaptions        = false;
     this.cardViewBedMapping.OptionsView.ShowFilterPanelMode      = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.cardViewBedMapping.OptionsView.ShowHorzScrollBar        = false;
     this.cardViewBedMapping.OptionsView.ShowLines                = false;
     this.cardViewBedMapping.OptionsView.ShowQuickCustomizeButton = false;
     this.cardViewBedMapping.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.cardViewBedMapping.MouseDown     += new System.Windows.Forms.MouseEventHandler(this.cardViewBedMapping_MouseDown);
     this.cardViewBedMapping.DoubleClick   += new System.EventHandler(this.cardViewBedMapping_DoubleClick);
     //
     // colbedid
     //
     this.colbedid.AppearanceCell.Font              = new System.Drawing.Font("宋体", 14F);
     this.colbedid.AppearanceCell.Options.UseFont   = true;
     this.colbedid.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 13F);
     this.colbedid.AppearanceHeader.Options.UseFont = true;
     this.colbedid.Caption   = "床位代码";
     this.colbedid.FieldName = "BedID";
     this.colbedid.Name      = "colbedid";
     this.colbedid.OptionsColumn.AllowEdit   = false;
     this.colbedid.OptionsColumn.ReadOnly    = true;
     this.colbedid.OptionsColumn.ShowCaption = false;
     //
     // colname
     //
     this.colname.AppearanceCell.Font                 = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colname.AppearanceCell.ForeColor            = System.Drawing.Color.Black;
     this.colname.AppearanceCell.Options.UseFont      = true;
     this.colname.AppearanceCell.Options.UseForeColor = true;
     this.colname.AppearanceHeader.Font               = new System.Drawing.Font("Tahoma", 11F);
     this.colname.AppearanceHeader.Options.UseFont    = true;
     this.colname.Caption   = "姓名";
     this.colname.FieldName = "PatName";
     this.colname.MinWidth  = 30;
     this.colname.Name      = "colname";
     this.colname.OptionsColumn.AllowEdit   = false;
     this.colname.OptionsColumn.ReadOnly    = true;
     this.colname.OptionsColumn.ShowCaption = false;
     this.colname.ShowButtonMode            = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowForFocusedRow;
     this.colname.Visible      = true;
     this.colname.VisibleIndex = 0;
     //
     // colpzlx
     //
     this.colpzlx.Caption   = "凭证类型";
     this.colpzlx.FieldName = "pzlx";
     this.colpzlx.Name      = "colpzlx";
     this.colpzlx.OptionsColumn.AllowEdit   = false;
     this.colpzlx.OptionsColumn.ReadOnly    = true;
     this.colpzlx.OptionsColumn.ShowCaption = false;
     //
     // colhljbname
     //
     this.colhljbname.Caption   = "护理级别";
     this.colhljbname.FieldName = "hljb";
     this.colhljbname.MinWidth  = 15;
     this.colhljbname.Name      = "colhljbname";
     this.colhljbname.OptionsColumn.AllowEdit   = false;
     this.colhljbname.OptionsColumn.ReadOnly    = true;
     this.colhljbname.OptionsColumn.ShowCaption = false;
     this.colhljbname.Visible      = true;
     this.colhljbname.VisibleIndex = 2;
     //
     // colextra
     //
     this.colextra.Caption   = "额外信息";
     this.colextra.FieldName = "CPStatus";
     this.colextra.Name      = "colextra";
     this.colextra.OptionsColumn.AllowEdit   = false;
     this.colextra.OptionsColumn.ReadOnly    = true;
     this.colextra.OptionsColumn.ShowCaption = false;
     this.colextra.Visible      = true;
     this.colextra.VisibleIndex = 3;
     //
     // colsyxh
     //
     this.colsyxh.Caption   = "首页序号";
     this.colsyxh.FieldName = "NoOfInpat";
     this.colsyxh.Name      = "colsyxh";
     this.colsyxh.OptionsColumn.AllowEdit   = false;
     this.colsyxh.OptionsColumn.ReadOnly    = true;
     this.colsyxh.OptionsColumn.ShowCaption = false;
     //
     // colybsm
     //
     this.colybsm.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colybsm.FieldName           = "ybsm";
     this.colybsm.MinWidth            = 15;
     this.colybsm.Name = "colybsm";
     this.colybsm.OptionsColumn.AllowEdit   = false;
     this.colybsm.OptionsColumn.ReadOnly    = true;
     this.colybsm.OptionsColumn.ShowCaption = false;
     //
     // colzcbz
     //
     this.colzcbz.Caption   = "占床标志";
     this.colzcbz.FieldName = "InBed";
     this.colzcbz.Name      = "colzcbz";
     this.colzcbz.OptionsColumn.AllowEdit   = false;
     this.colzcbz.OptionsColumn.ReadOnly    = true;
     this.colzcbz.OptionsColumn.ShowCaption = false;
     //
     // colcwlx
     //
     this.colcwlx.Caption   = "床位类型";
     this.colcwlx.FieldName = "cwlx";
     this.colcwlx.Name      = "colcwlx";
     this.colcwlx.OptionsColumn.AllowEdit = false;
     this.colcwlx.OptionsColumn.ReadOnly  = true;
     //
     // colbrxb
     //
     this.colbrxb.Caption   = "病人性别";
     this.colbrxb.FieldName = "brxb";
     this.colbrxb.MinWidth  = 15;
     this.colbrxb.Name      = "colbrxb";
     this.colbrxb.OptionsColumn.AllowEdit   = false;
     this.colbrxb.OptionsColumn.ReadOnly    = true;
     this.colbrxb.OptionsColumn.ShowCaption = false;
     //
     // colBaby
     //
     this.colBaby.AppearanceCell.Options.UseTextOptions = true;
     this.colBaby.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.colBaby.ColumnEdit                = this.repCbBaby;
     this.colBaby.FieldName                 = "baby";
     this.colBaby.Name                      = "colBaby";
     this.colBaby.OptionsColumn.ReadOnly    = true;
     this.colBaby.OptionsColumn.ShowCaption = false;
     //
     // repCbBaby
     //
     this.repCbBaby.AutoHeight  = false;
     this.repCbBaby.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     serializableAppearanceObject1.BackColor              = System.Drawing.Color.Transparent;
     serializableAppearanceObject1.BackColor2             = System.Drawing.Color.Transparent;
     serializableAppearanceObject1.BorderColor            = System.Drawing.Color.Transparent;
     serializableAppearanceObject1.Options.UseBackColor   = true;
     serializableAppearanceObject1.Options.UseBorderColor = true;
     this.repCbBaby.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "B", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, false)
     });
     this.repCbBaby.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repCbBaby.Items.AddRange(new object[] {
         "",
         "b1",
         "b2",
         "b3"
     });
     this.repCbBaby.Name          = "repCbBaby";
     this.repCbBaby.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // repItemImageComboBoxwzjb3
     //
     this.repItemImageComboBoxwzjb3.AutoHeight = false;
     this.repItemImageComboBoxwzjb3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repItemImageComboBoxwzjb3.Name = "repItemImageComboBoxwzjb3";
     //
     // repItemPopupPatInfo
     //
     this.repItemPopupPatInfo.AutoHeight = false;
     this.repItemPopupPatInfo.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 12, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, false)
     });
     this.repItemPopupPatInfo.Name                 = "repItemPopupPatInfo";
     this.repItemPopupPatInfo.PopupSizeable        = false;
     this.repItemPopupPatInfo.ShowDropDown         = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
     this.repItemPopupPatInfo.ShowPopupCloseButton = false;
     //
     // repositoryItemPopupContainerEdit1
     //
     this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1";
     //
     // repositoryItemPictureEdit1
     //
     this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // imageListPicExample
     //
     this.imageListPicExample.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageListPicExample.ImageSize        = new System.Drawing.Size(76, 16);
     this.imageListPicExample.TransparentColor = System.Drawing.Color.Transparent;
     //
     // toolTipPatInfo
     //
     this.toolTipPatInfo.AutoPopDelay = 2500;
     this.toolTipPatInfo.Rounded      = true;
     //
     // panelGrid
     //
     this.panelGrid.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelGrid.Controls.Add(this.gridMain);
     this.panelGrid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelGrid.Location = new System.Drawing.Point(0, 31);
     this.panelGrid.Name     = "panelGrid";
     this.panelGrid.Size     = new System.Drawing.Size(1025, 573);
     this.panelGrid.TabIndex = 10;
     //
     // 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(1025, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 604);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1025, 0);
     //
     // 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, 573);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1025, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 573);
     //
     // barDockControl1
     //
     this.barDockControl1.CausesValidation = false;
     this.barDockControl1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControl1.Location         = new System.Drawing.Point(0, 0);
     this.barDockControl1.Size             = new System.Drawing.Size(1025, 0);
     //
     // barDockControl2
     //
     this.barDockControl2.CausesValidation = false;
     this.barDockControl2.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControl2.Location         = new System.Drawing.Point(0, 604);
     this.barDockControl2.Size             = new System.Drawing.Size(1025, 0);
     //
     // barDockControl3
     //
     this.barDockControl3.CausesValidation = false;
     this.barDockControl3.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControl3.Location         = new System.Drawing.Point(0, 0);
     this.barDockControl3.Size             = new System.Drawing.Size(0, 604);
     //
     // barDockControl4
     //
     this.barDockControl4.CausesValidation = false;
     this.barDockControl4.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControl4.Location         = new System.Drawing.Point(1025, 0);
     this.barDockControl4.Size             = new System.Drawing.Size(0, 604);
     //
     // imageListBrxb
     //
     this.imageListBrxb.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageListBrxb.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageListBrxb.TransparentColor = System.Drawing.Color.Transparent;
     //
     // barEditItem4
     //
     this.barEditItem4.Edit = null;
     this.barEditItem4.Id   = -1;
     this.barEditItem4.Name = "barEditItem4";
     //
     // repositoryItemImageEdit4
     //
     this.repositoryItemImageEdit4.AutoHeight = false;
     this.repositoryItemImageEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageEdit4.Name          = "repositoryItemImageEdit4";
     this.repositoryItemImageEdit4.PopupFormSize = new System.Drawing.Size(450, 300);
     //
     // bar1
     //
     this.bar1.DockCol = 0;
     //
     // imageListcwdm
     //
     this.imageListcwdm.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageListcwdm.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageListcwdm.TransparentColor = System.Drawing.Color.Transparent;
     //
     // barManagerBedMapping
     //
     this.barManagerBedMapping.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barPage
     });
     this.barManagerBedMapping.DockControls.Add(this.barDockControlTop);
     this.barManagerBedMapping.DockControls.Add(this.barDockControlBottom);
     this.barManagerBedMapping.DockControls.Add(this.barDockControlLeft);
     this.barManagerBedMapping.DockControls.Add(this.barDockControlRight);
     this.barManagerBedMapping.Form = this;
     this.barManagerBedMapping.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barButtonItemFirstPage,
         this.barButtonSecondPage,
         this.barButtonThirdPage
     });
     this.barManagerBedMapping.MaxItemId = 3;
     //
     // barPage
     //
     this.barPage.BarName   = "CustomPage";
     this.barPage.DockCol   = 0;
     this.barPage.DockRow   = 0;
     this.barPage.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barPage.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemFirstPage),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonSecondPage),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonThirdPage)
     });
     this.barPage.OptionsBar.AllowQuickCustomization = false;
     this.barPage.OptionsBar.DrawDragBorder          = false;
     this.barPage.Text = "CustomPage";
     //
     // barButtonItemFirstPage
     //
     this.barButtonItemFirstPage.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.barButtonItemFirstPage.Caption     = "第一页";
     this.barButtonItemFirstPage.GroupIndex  = 10;
     this.barButtonItemFirstPage.Hint        = "第一页";
     this.barButtonItemFirstPage.Id          = 0;
     this.barButtonItemFirstPage.Name        = "barButtonItemFirstPage";
     //
     // barButtonSecondPage
     //
     this.barButtonSecondPage.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.barButtonSecondPage.Caption     = "第二页";
     this.barButtonSecondPage.GroupIndex  = 10;
     this.barButtonSecondPage.Hint        = "第二页";
     this.barButtonSecondPage.Id          = 1;
     this.barButtonSecondPage.Name        = "barButtonSecondPage";
     //
     // barButtonThirdPage
     //
     this.barButtonThirdPage.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.barButtonThirdPage.Caption     = "第三页";
     this.barButtonThirdPage.GroupIndex  = 10;
     this.barButtonThirdPage.Hint        = "第三页";
     this.barButtonThirdPage.Id          = 2;
     this.barButtonThirdPage.Name        = "barButtonThirdPage";
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Cp)
     });
     this.popupMenu1.Manager = this.barManagerMenu;
     this.popupMenu1.Name    = "popupMenu1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption    = "设为我的病人";
     this.barButtonItem1.Id         = 0;
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem_Cp
     //
     this.barButtonItem_Cp.Caption    = "进入临床路径";
     this.barButtonItem_Cp.Id         = 1;
     this.barButtonItem_Cp.Name       = "barButtonItem_Cp";
     this.barButtonItem_Cp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Cp_ItemClick);
     //
     // barManagerMenu
     //
     this.barManagerMenu.DockControls.Add(this.barDockControl1);
     this.barManagerMenu.DockControls.Add(this.barDockControl2);
     this.barManagerMenu.DockControls.Add(this.barDockControl3);
     this.barManagerMenu.DockControls.Add(this.barDockControl4);
     this.barManagerMenu.Form = this;
     this.barManagerMenu.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barButtonItem1,
         this.barButtonItem_Cp
     });
     this.barManagerMenu.MaxItemId = 2;
     //
     // UserControlAllCardBedInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelGrid);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.Name  = "UserControlAllCardBedInfo";
     this.Size  = new System.Drawing.Size(1025, 604);
     this.Load += new System.EventHandler(this.UserControlAllBedInfo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repItemImageComboBoxBrxb)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repItemImageComboBoxwzjb)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cardViewBedMapping)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCbBaby)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repItemImageComboBoxwzjb3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repItemPopupPatInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelGrid)).EndInit();
     this.panelGrid.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerBedMapping)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMenu)).EndInit();
     this.ResumeLayout(false);
 }
Example #43
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(Test2));
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.gcIcon = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.icEditorsTest2               = new DevExpress.Utils.ImageCollection(this.components);
     this.layoutControl1               = new DevExpress.XtraLayout.LayoutControl();
     this.ucMailViewer1Test2           = new DevExpress.MailClient.Win.ucMailViewer();
     this.gridControl1Test2            = new DevExpress.XtraGrid.GridControl();
     this.gridView1                    = new DevExpress.MailClient.Win.MyGridView();
     this.gcPriority                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gcAttachment                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gcSubject                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcFrom = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRead = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox4 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.ilColumnsTest2      = new System.Windows.Forms.ImageList(this.components);
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.lcList        = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcMailView    = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.icEditorsTest2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1Test2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcMailView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     this.SuspendLayout();
     //
     // gcIcon
     //
     resources.ApplyResources(this.gcIcon, "gcIcon");
     this.gcIcon.ColumnEdit = this.repositoryItemImageComboBox2;
     this.gcIcon.FieldName  = "Read";
     this.gcIcon.Name       = "gcIcon";
     this.gcIcon.OptionsColumn.AllowEdit   = false;
     this.gcIcon.OptionsColumn.AllowFocus  = false;
     this.gcIcon.OptionsColumn.AllowSize   = false;
     this.gcIcon.OptionsColumn.FixedWidth  = true;
     this.gcIcon.OptionsColumn.ShowCaption = false;
     //
     // repositoryItemImageComboBox2
     //
     resources.ApplyResources(this.repositoryItemImageComboBox2, "repositoryItemImageComboBox2");
     this.repositoryItemImageComboBox2.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox2.Items"), ((object)(resources.GetObject("repositoryItemImageComboBox2.Items1"))), ((int)(resources.GetObject("repositoryItemImageComboBox2.Items2")))),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox2.Items3"), ((object)(resources.GetObject("repositoryItemImageComboBox2.Items4"))), ((int)(resources.GetObject("repositoryItemImageComboBox2.Items5"))))
     });
     this.repositoryItemImageComboBox2.Name        = "repositoryItemImageComboBox2";
     this.repositoryItemImageComboBox2.SmallImages = this.icEditorsTest2;
     //
     // icEditorsTest2
     //
     resources.ApplyResources(this.icEditorsTest2, "icEditorsTest2");
     this.icEditorsTest2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("icEditorsTest2.ImageStream")));
     this.icEditorsTest2.Images.SetKeyName(0, "Low.png");
     this.icEditorsTest2.Images.SetKeyName(1, "High.png");
     this.icEditorsTest2.Images.SetKeyName(2, "ReadMessage_13x13.png");
     this.icEditorsTest2.Images.SetKeyName(3, "UnreadMessage_13x13.png");
     this.icEditorsTest2.Images.SetKeyName(4, "Attachment.png");
     this.icEditorsTest2.Images.SetKeyName(5, "Unread.png");
     this.icEditorsTest2.Images.SetKeyName(6, "Read.png");
     //
     // layoutControl1
     //
     this.layoutControl1.AllowCustomization = false;
     this.layoutControl1.Controls.Add(this.ucMailViewer1Test2);
     this.layoutControl1.Controls.Add(this.gridControl1Test2);
     resources.ApplyResources(this.layoutControl1, "layoutControl1");
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(694, 412, 450, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     //
     // ucMailViewer1Test2
     //
     resources.ApplyResources(this.ucMailViewer1Test2, "ucMailViewer1Test2");
     this.ucMailViewer1Test2.Name       = "ucMailViewer1Test2";
     this.ucMailViewer1Test2.ZoomFactor = 1F;
     //
     // gridControl1Test2
     //
     this.gridControl1Test2.EmbeddedNavigator.Margin = ((System.Windows.Forms.Padding)(resources.GetObject("gridControl1Test.EmbeddedNavigator.Margin")));
     resources.ApplyResources(this.gridControl1Test2, "gridControl1Test2");
     this.gridControl1Test2.MainView = this.gridView1;
     this.gridControl1Test2.Name     = "gridControl1Test2";
     this.gridControl1Test2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageComboBox1,
         this.repositoryItemImageComboBox2,
         this.repositoryItemImageComboBox3,
         this.repositoryItemImageComboBox4
     });
     this.gridControl1Test2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gcPriority,
         this.gcIcon,
         this.gcAttachment,
         this.gcSubject,
         this.gcFrom,
         this.gcDate,
         this.gcRead
     });
     this.gridView1.FocusRectStyle                    = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
     styleFormatCondition1.Appearance.Font            = ((System.Drawing.Font)(resources.GetObject("resource.Font")));
     styleFormatCondition1.Appearance.Options.UseFont = true;
     styleFormatCondition1.ApplyToRow                 = true;
     styleFormatCondition1.Column    = this.gcIcon;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1    = 0;
     this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gridView1.GridControl = this.gridControl1Test2;
     this.gridView1.GroupCount  = 1;
     resources.ApplyResources(this.gridView1, "gridView1");
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(((DevExpress.Data.SummaryItemType)(resources.GetObject("gridView1.GroupSummary"))), resources.GetString("gridView1.GroupSummary1"), ((DevExpress.XtraGrid.Columns.GridColumn)(resources.GetObject("gridView1.GroupSummary2"))), resources.GetString("gridView1.GroupSummary3"))
     });
     this.gridView1.Images = this.ilColumnsTest2;
     this.gridView1.Name   = "gridView1";
     this.gridView1.OptionsBehavior.AllowFixedGroups    = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.AllowPixelScrolling = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
     this.gridView1.OptionsFind.AlwaysVisible           = true;
     this.gridView1.OptionsPrint.PrintHorzLines         = false;
     this.gridView1.OptionsPrint.PrintVertLines         = false;
     this.gridView1.OptionsSelection.MultiSelect        = true;
     this.gridView1.OptionsView.GroupDrawMode           = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office;
     this.gridView1.OptionsView.ShowGroupedColumns      = true;
     this.gridView1.OptionsView.ShowIndicator           = false;
     this.gridView1.OptionsView.ShowVerticalLines       = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.PreviewFieldName = "PlainText";
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcDate, DevExpress.Data.ColumnSortOrder.Descending)
     });
     this.gridView1.RowClick              += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
     this.gridView1.RowCellClick          += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
     this.gridView1.CustomDrawCell        += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
     this.gridView1.CustomDrawGroupRow    += new DevExpress.XtraGrid.Views.Base.RowObjectCustomDrawEventHandler(this.gridView1_CustomDrawGroupRow);
     this.gridView1.SelectionChanged      += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged);
     this.gridView1.ColumnPositionChanged += new System.EventHandler(this.gridView1_ColumnPositionChanged);
     this.gridView1.FocusedRowChanged     += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     this.gridView1.ColumnFilterChanged   += new System.EventHandler(this.gridView1_ColumnFilterChanged);
     this.gridView1.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyDown);
     this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
     this.gridView1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseMove);
     //
     // gcPriority
     //
     resources.ApplyResources(this.gcPriority, "gcPriority");
     this.gcPriority.ColumnEdit = this.repositoryItemImageComboBox1;
     this.gcPriority.FieldName  = "Priority";
     this.gcPriority.Name       = "gcPriority";
     this.gcPriority.OptionsColumn.AllowFocus  = false;
     this.gcPriority.OptionsColumn.AllowSize   = false;
     this.gcPriority.OptionsColumn.FixedWidth  = true;
     this.gcPriority.OptionsColumn.ShowCaption = false;
     //
     // repositoryItemImageComboBox1
     //
     resources.ApplyResources(this.repositoryItemImageComboBox1, "repositoryItemImageComboBox1");
     this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox1.Items"), ((object)(resources.GetObject("repositoryItemImageComboBox1.Items1"))), ((int)(resources.GetObject("repositoryItemImageComboBox1.Items2")))),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox1.Items3"), ((object)(resources.GetObject("repositoryItemImageComboBox1.Items4"))), ((int)(resources.GetObject("repositoryItemImageComboBox1.Items5")))),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox1.Items6"), ((object)(resources.GetObject("repositoryItemImageComboBox1.Items7"))), ((int)(resources.GetObject("repositoryItemImageComboBox1.Items8"))))
     });
     this.repositoryItemImageComboBox1.Name        = "repositoryItemImageComboBox1";
     this.repositoryItemImageComboBox1.SmallImages = this.icEditorsTest2;
     //
     // gcAttachment
     //
     resources.ApplyResources(this.gcAttachment, "gcAttachment");
     this.gcAttachment.ColumnEdit = this.repositoryItemImageComboBox3;
     this.gcAttachment.FieldName  = "Attachment";
     this.gcAttachment.Name       = "gcAttachment";
     this.gcAttachment.OptionsColumn.AllowEdit   = false;
     this.gcAttachment.OptionsColumn.AllowFocus  = false;
     this.gcAttachment.OptionsColumn.AllowSize   = false;
     this.gcAttachment.OptionsColumn.FixedWidth  = true;
     this.gcAttachment.OptionsColumn.ShowCaption = false;
     //
     // repositoryItemImageComboBox3
     //
     resources.ApplyResources(this.repositoryItemImageComboBox3, "repositoryItemImageComboBox3");
     this.repositoryItemImageComboBox3.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox3.Items"), ((object)(resources.GetObject("repositoryItemImageComboBox3.Items1"))), ((int)(resources.GetObject("repositoryItemImageComboBox3.Items2")))),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox3.Items3"), ((object)(resources.GetObject("repositoryItemImageComboBox3.Items4"))), ((int)(resources.GetObject("repositoryItemImageComboBox3.Items5"))))
     });
     this.repositoryItemImageComboBox3.Name        = "repositoryItemImageComboBox3";
     this.repositoryItemImageComboBox3.SmallImages = this.icEditorsTest2;
     //
     // gcSubject
     //
     resources.ApplyResources(this.gcSubject, "gcSubject");
     this.gcSubject.FieldName = "Subject";
     this.gcSubject.Name      = "gcSubject";
     this.gcSubject.OptionsColumn.AllowFocus = false;
     //
     // gcFrom
     //
     resources.ApplyResources(this.gcFrom, "gcFrom");
     this.gcFrom.FieldName = "From";
     this.gcFrom.Name      = "gcFrom";
     this.gcFrom.OptionsColumn.AllowFocus = false;
     //
     // gcDate
     //
     resources.ApplyResources(this.gcDate, "gcDate");
     this.gcDate.FieldName                     = "Date";
     this.gcDate.GroupInterval                 = DevExpress.XtraGrid.ColumnGroupInterval.DateRange;
     this.gcDate.Name                          = "gcDate";
     this.gcDate.OptionsColumn.AllowFocus      = false;
     this.gcDate.OptionsFilter.FilterPopupMode = DevExpress.XtraGrid.Columns.FilterPopupMode.DateAlt;
     //
     // gcRead
     //
     this.gcRead.ColumnEdit = this.repositoryItemImageComboBox4;
     this.gcRead.FieldName  = "Read";
     resources.ApplyResources(this.gcRead, "gcRead");
     this.gcRead.Name = "gcRead";
     this.gcRead.OptionsColumn.AllowEdit       = false;
     this.gcRead.OptionsColumn.AllowFocus      = false;
     this.gcRead.OptionsColumn.AllowGroup      = DevExpress.Utils.DefaultBoolean.False;
     this.gcRead.OptionsColumn.AllowShowHide   = false;
     this.gcRead.OptionsColumn.AllowSize       = false;
     this.gcRead.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.gcRead.OptionsColumn.FixedWidth      = true;
     this.gcRead.OptionsColumn.ShowCaption     = false;
     this.gcRead.OptionsFilter.AllowAutoFilter = false;
     this.gcRead.OptionsFilter.AllowFilter     = false;
     //
     // repositoryItemImageComboBox4
     //
     resources.ApplyResources(this.repositoryItemImageComboBox4, "repositoryItemImageComboBox4");
     this.repositoryItemImageComboBox4.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox4.Items"), ((object)(resources.GetObject("repositoryItemImageComboBox4.Items1"))), ((int)(resources.GetObject("repositoryItemImageComboBox4.Items2")))),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("repositoryItemImageComboBox4.Items3"), ((object)(resources.GetObject("repositoryItemImageComboBox4.Items4"))), ((int)(resources.GetObject("repositoryItemImageComboBox4.Items5"))))
     });
     this.repositoryItemImageComboBox4.Name        = "repositoryItemImageComboBox4";
     this.repositoryItemImageComboBox4.SmallImages = this.icEditorsTest2;
     //
     // ilColumnsTest2
     //
     this.ilColumnsTest2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilColumnsTest2.ImageStream")));
     this.ilColumnsTest2.TransparentColor = System.Drawing.Color.Transparent;
     this.ilColumnsTest2.Images.SetKeyName(0, "Importance.png");
     this.ilColumnsTest2.Images.SetKeyName(1, "Icon.png");
     this.ilColumnsTest2.Images.SetKeyName(2, "Attach.png");
     this.ilColumnsTest2.Images.SetKeyName(3, "Whatched.png");
     //
     // layoutControlGroup1
     //
     resources.ApplyResources(this.layoutControlGroup1, "layoutControlGroup1");
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.lcList,
         this.lcMailView,
         this.splitterItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(2043, 1051);
     this.layoutControlGroup1.TextVisible = false;
     //
     // lcList
     //
     this.lcList.Control = this.gridControl1Test2;
     resources.ApplyResources(this.lcList, "lcList");
     this.lcList.Location    = new System.Drawing.Point(0, 0);
     this.lcList.Name        = "lcList";
     this.lcList.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.lcList.Size        = new System.Drawing.Size(1059, 1039);
     this.lcList.TextSize    = new System.Drawing.Size(0, 0);
     this.lcList.TextVisible = false;
     //
     // lcMailView
     //
     this.lcMailView.Control = this.ucMailViewer1Test2;
     resources.ApplyResources(this.lcMailView, "lcMailView");
     this.lcMailView.Location    = new System.Drawing.Point(1064, 0);
     this.lcMailView.Name        = "lcMailView";
     this.lcMailView.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.lcMailView.Size        = new System.Drawing.Size(967, 1039);
     this.lcMailView.TextSize    = new System.Drawing.Size(0, 0);
     this.lcMailView.TextVisible = false;
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     resources.ApplyResources(this.splitterItem1, "splitterItem1");
     this.splitterItem1.Location = new System.Drawing.Point(1059, 0);
     this.splitterItem1.Name     = "splitterItem1";
     this.splitterItem1.Size     = new System.Drawing.Size(5, 1039);
     //
     // Test2
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Name  = "Test2";
     this.Load += new System.EventHandler(this.Mail_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.icEditorsTest2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1Test2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcMailView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     this.ResumeLayout(false);
 }
Example #44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.ribbon                   = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barBtnSelect             = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnCancle             = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnRefresh            = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnExport             = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnExportFloder       = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage1              = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup2         = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup3         = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar          = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.splitContainerControl1   = new DevExpress.XtraEditors.SplitContainerControl();
     this.gcDataInfo               = new DevExpress.XtraGrid.GridControl();
     this.gvDataInfo               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn0              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     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.gridColumn9              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.folderBrowserDialog      = new System.Windows.Forms.FolderBrowserDialog();
     this.saveFileDialog           = new System.Windows.Forms.SaveFileDialog();
     this.xtraScrollableControl1   = new DevExpress.XtraEditors.XtraScrollableControl();
     this.labEterprise             = new DevExpress.XtraEditors.LabelControl();
     this.labModel                 = new DevExpress.XtraEditors.LabelControl();
     this.spanNumber               = new DevExpress.XtraEditors.SpinEdit();
     this.txtPage                  = new System.Windows.Forms.TextBox();
     this.btnFirPage               = new DevExpress.XtraEditors.SimpleButton();
     this.btnPrePage               = new DevExpress.XtraEditors.SimpleButton();
     this.btnLastPage              = new DevExpress.XtraEditors.SimpleButton();
     this.btnNextPage              = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     this.labPage                  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6            = new DevExpress.XtraEditors.LabelControl();
     this.ceQueryAll               = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl5            = new DevExpress.XtraEditors.LabelControl();
     this.lblSum                   = new DevExpress.XtraEditors.LabelControl();
     this.btnClear                 = new DevExpress.XtraEditors.SimpleButton();
     this.MONTH     = new DevExpress.XtraEditors.ComboBoxEdit();
     this.YEAR      = new DevExpress.XtraEditors.ComboBoxEdit();
     this.CLZL      = new DevExpress.XtraEditors.ComboBoxEdit();
     this.CLXZ      = new DevExpress.XtraEditors.ComboBoxEdit();
     this.CLYT      = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labSPSJ   = new DevExpress.XtraEditors.LabelControl();
     this.labUseWay = new DevExpress.XtraEditors.LabelControl();
     this.labType   = new DevExpress.XtraEditors.LabelControl();
     this.CLCSQY    = new DevExpress.XtraEditors.TextEdit();
     this.CLXH      = new DevExpress.XtraEditors.TextEdit();
     this.GCCS      = new DevExpress.XtraEditors.TextEdit();
     this.CLYXDW    = new DevExpress.XtraEditors.TextEdit();
     this.labCity   = new DevExpress.XtraEditors.LabelControl();
     this.labUnion  = new DevExpress.XtraEditors.LabelControl();
     this.labField  = new DevExpress.XtraEditors.LabelControl();
     this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcDataInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDataInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spanNumber.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceQueryAll.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MONTH.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.YEAR.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLZL.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLXZ.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLYT.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLCSQY.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLXH.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GCCS.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLYXDW.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ExpandCollapseItem.Id   = 0;
     this.ribbon.ExpandCollapseItem.Name = "";
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.barBtnSelect,
         this.barBtnCancle,
         this.barBtnRefresh,
         this.barBtnExport,
         this.barBtnExportFloder
     });
     this.ribbon.Location  = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId = 14;
     this.ribbon.Name      = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbon.Size      = new System.Drawing.Size(1118, 147);
     this.ribbon.StatusBar = this.ribbonStatusBar;
     //
     // barBtnSelect
     //
     this.barBtnSelect.Caption    = "全部选中";
     this.barBtnSelect.Id         = 5;
     this.barBtnSelect.LargeGlyph = global::Catarc.Adc.NewEnergyApproveSys.Properties.Resources.barBtn_SelectAll;
     this.barBtnSelect.Name       = "barBtnSelect";
     this.barBtnSelect.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSelect_ItemClick);
     //
     // barBtnCancle
     //
     this.barBtnCancle.Caption    = "全部取消";
     this.barBtnCancle.Id         = 6;
     this.barBtnCancle.LargeGlyph = global::Catarc.Adc.NewEnergyApproveSys.Properties.Resources.barBtn_ClearAll;
     this.barBtnCancle.Name       = "barBtnCancle";
     this.barBtnCancle.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCancle_ItemClick);
     //
     // barBtnRefresh
     //
     this.barBtnRefresh.Caption    = "刷新";
     this.barBtnRefresh.Id         = 7;
     this.barBtnRefresh.LargeGlyph = global::Catarc.Adc.NewEnergyApproveSys.Properties.Resources.barBtn_Refresh;
     this.barBtnRefresh.Name       = "barBtnRefresh";
     this.barBtnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefresh_ItemClick);
     //
     // barBtnExport
     //
     this.barBtnExport.Caption    = "导出Excel";
     this.barBtnExport.Id         = 8;
     this.barBtnExport.LargeGlyph = global::Catarc.Adc.NewEnergyApproveSys.Properties.Resources.barBtn_ExportExcel;
     this.barBtnExport.Name       = "barBtnExport";
     this.barBtnExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExport_ItemClick);
     //
     // barBtnExportFloder
     //
     this.barBtnExportFloder.Caption    = "数据导出";
     this.barBtnExportFloder.Id         = 10;
     this.barBtnExportFloder.LargeGlyph = global::Catarc.Adc.NewEnergyApproveSys.Properties.Resources.bar_upload;
     this.barBtnExportFloder.Name       = "barBtnExportFloder";
     this.barBtnExportFloder.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportFloder_ItemClick);
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup2,
         this.ribbonPageGroup3
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "操作";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barBtnSelect);
     this.ribbonPageGroup2.ItemLinks.Add(this.barBtnCancle);
     this.ribbonPageGroup2.ItemLinks.Add(this.barBtnRefresh);
     this.ribbonPageGroup2.ItemLinks.Add(this.barBtnExport);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "通用";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.barBtnExportFloder);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     this.ribbonPageGroup3.Text = "导出";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 631);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbon;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(1118, 31);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal  = false;
     this.splitContainerControl1.Location    = new System.Drawing.Point(0, 147);
     this.splitContainerControl1.Name        = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gcDataInfo);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1118, 484);
     this.splitContainerControl1.SplitterPosition = 105;
     this.splitContainerControl1.TabIndex         = 2;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // gcDataInfo
     //
     this.gcDataInfo.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gcDataInfo.Location    = new System.Drawing.Point(0, 0);
     this.gcDataInfo.MainView    = this.gvDataInfo;
     this.gcDataInfo.MenuManager = this.ribbon;
     this.gcDataInfo.Name        = "gcDataInfo";
     this.gcDataInfo.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.gcDataInfo.Size     = new System.Drawing.Size(1118, 374);
     this.gcDataInfo.TabIndex = 0;
     this.gcDataInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvDataInfo
     });
     //
     // gvDataInfo
     //
     this.gvDataInfo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn0,
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10
     });
     styleFormatCondition1.Appearance.BackColor            = System.Drawing.Color.Pink;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     this.gvDataInfo.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gvDataInfo.GridControl    = this.gcDataInfo;
     this.gvDataInfo.GroupPanelText = "将列表头拖拽到此处以分组";
     this.gvDataInfo.IndicatorWidth = 50;
     this.gvDataInfo.Name           = "gvDataInfo";
     this.gvDataInfo.OptionsCustomization.AllowSort   = false;
     this.gvDataInfo.OptionsMenu.EnableColumnMenu     = false;
     this.gvDataInfo.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvDataInfo.OptionsPrint.AutoWidth           = false;
     this.gvDataInfo.OptionsView.ShowFooter           = true;
     this.gvDataInfo.OptionsView.ShowGroupedColumns   = true;
     this.gvDataInfo.OptionsView.ShowGroupPanel       = false;
     this.gvDataInfo.CustomDrawRowIndicator          += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gvDataInfo_CustomDrawRowIndicator);
     //
     // gridColumn0
     //
     this.gridColumn0.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn0.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn0.Caption      = "选择";
     this.gridColumn0.ColumnEdit   = this.repositoryItemCheckEdit1;
     this.gridColumn0.FieldName    = "check";
     this.gridColumn0.Name         = "gridColumn0";
     this.gridColumn0.Visible      = true;
     this.gridColumn0.VisibleIndex = 0;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption   = "车辆性质";
     this.gridColumn1.FieldName = "CLXZ";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.ReadOnly = true;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "购车城市";
     this.gridColumn2.FieldName    = "GCCS";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 2;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "车辆运行单位";
     this.gridColumn3.FieldName    = "CLYXDW";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 3;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "车辆生产企业";
     this.gridColumn4.FieldName    = "CLSCQY";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 4;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "车辆种类";
     this.gridColumn5.FieldName    = "CLZL";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 5;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "车辆用途";
     this.gridColumn6.FieldName    = "CLYT";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 6;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "车辆型号";
     this.gridColumn7.FieldName    = "CLXH";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 7;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption   = "车辆数量";
     this.gridColumn8.FieldName = "CLSL";
     this.gridColumn8.Name      = "gridColumn8";
     this.gridColumn8.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)
     });
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 8;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "上牌时间(年月)";
     this.gridColumn9.FieldName    = "SPSJ";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 9;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "平均累计行驶里程(万公里)";
     this.gridColumn10.FieldName    = "LJXSLC";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 10;
     //
     // saveFileDialog
     //
     this.saveFileDialog.FileName = "核算情况导出结果";
     this.saveFileDialog.Filter   = "Excel文件(*.xls)|*.xls";
     this.saveFileDialog.Title    = "导出Excel";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.labEterprise);
     this.xtraScrollableControl1.Controls.Add(this.labModel);
     this.xtraScrollableControl1.Controls.Add(this.spanNumber);
     this.xtraScrollableControl1.Controls.Add(this.txtPage);
     this.xtraScrollableControl1.Controls.Add(this.btnFirPage);
     this.xtraScrollableControl1.Controls.Add(this.btnPrePage);
     this.xtraScrollableControl1.Controls.Add(this.btnLastPage);
     this.xtraScrollableControl1.Controls.Add(this.btnNextPage);
     this.xtraScrollableControl1.Controls.Add(this.labelControl1);
     this.xtraScrollableControl1.Controls.Add(this.labPage);
     this.xtraScrollableControl1.Controls.Add(this.labelControl6);
     this.xtraScrollableControl1.Controls.Add(this.ceQueryAll);
     this.xtraScrollableControl1.Controls.Add(this.labelControl5);
     this.xtraScrollableControl1.Controls.Add(this.lblSum);
     this.xtraScrollableControl1.Controls.Add(this.btnClear);
     this.xtraScrollableControl1.Controls.Add(this.MONTH);
     this.xtraScrollableControl1.Controls.Add(this.YEAR);
     this.xtraScrollableControl1.Controls.Add(this.CLZL);
     this.xtraScrollableControl1.Controls.Add(this.CLXZ);
     this.xtraScrollableControl1.Controls.Add(this.CLYT);
     this.xtraScrollableControl1.Controls.Add(this.labSPSJ);
     this.xtraScrollableControl1.Controls.Add(this.labUseWay);
     this.xtraScrollableControl1.Controls.Add(this.labType);
     this.xtraScrollableControl1.Controls.Add(this.CLCSQY);
     this.xtraScrollableControl1.Controls.Add(this.CLXH);
     this.xtraScrollableControl1.Controls.Add(this.GCCS);
     this.xtraScrollableControl1.Controls.Add(this.CLYXDW);
     this.xtraScrollableControl1.Controls.Add(this.labCity);
     this.xtraScrollableControl1.Controls.Add(this.labUnion);
     this.xtraScrollableControl1.Controls.Add(this.labField);
     this.xtraScrollableControl1.Controls.Add(this.btnSearch);
     this.xtraScrollableControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 147);
     this.xtraScrollableControl1.Name     = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size     = new System.Drawing.Size(1118, 100);
     this.xtraScrollableControl1.TabIndex = 61;
     //
     // labEterprise
     //
     this.labEterprise.Location = new System.Drawing.Point(704, 14);
     this.labEterprise.Name     = "labEterprise";
     this.labEterprise.Size     = new System.Drawing.Size(72, 14);
     this.labEterprise.TabIndex = 13;
     this.labEterprise.Text     = "车辆生产企业";
     //
     // labModel
     //
     this.labModel.Location = new System.Drawing.Point(475, 43);
     this.labModel.Name     = "labModel";
     this.labModel.Size     = new System.Drawing.Size(48, 14);
     this.labModel.TabIndex = 11;
     this.labModel.Text     = "车辆型号";
     //
     // spanNumber
     //
     this.spanNumber.EditValue = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.spanNumber.Location = new System.Drawing.Point(155, 71);
     this.spanNumber.Name     = "spanNumber";
     this.spanNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.spanNumber.Properties.Increment = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.spanNumber.Properties.IsFloatValue  = false;
     this.spanNumber.Properties.Mask.EditMask = "n0";
     this.spanNumber.Properties.MaxValue      = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.spanNumber.Properties.MinValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.spanNumber.Size     = new System.Drawing.Size(60, 20);
     this.spanNumber.TabIndex = 19;
     //
     // txtPage
     //
     this.txtPage.BackColor = System.Drawing.SystemColors.Menu;
     this.txtPage.Enabled   = false;
     this.txtPage.Location  = new System.Drawing.Point(676, 70);
     this.txtPage.Name      = "txtPage";
     this.txtPage.Size      = new System.Drawing.Size(60, 22);
     this.txtPage.TabIndex  = 25;
     this.txtPage.Text      = "0/0";
     this.txtPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // btnFirPage
     //
     this.btnFirPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.btnFirPage.Image    = global::Catarc.Adc.NewEnergyApproveSys.Properties.Resources.arrow_left_top;
     this.btnFirPage.Location = new System.Drawing.Point(614, 72);
     this.btnFirPage.Name     = "btnFirPage";
     this.btnFirPage.Size     = new System.Drawing.Size(25, 19);
     this.btnFirPage.TabIndex = 23;
     this.btnFirPage.Click   += new System.EventHandler(this.btnFirPage_Click);
     //
     // btnPrePage
     //
     this.btnPrePage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.btnPrePage.Image    = global::Catarc.Adc.NewEnergyApproveSys.Properties.Resources.arrow_left;
     this.btnPrePage.Location = new System.Drawing.Point(645, 72);
     this.btnPrePage.Name     = "btnPrePage";
     this.btnPrePage.Size     = new System.Drawing.Size(25, 19);
     this.btnPrePage.TabIndex = 24;
     this.btnPrePage.Click   += new System.EventHandler(this.btnPrePage_Click);
     //
     // btnLastPage
     //
     this.btnLastPage.Image    = global::Catarc.Adc.NewEnergyApproveSys.Properties.Resources.arrow_right_top;
     this.btnLastPage.Location = new System.Drawing.Point(773, 72);
     this.btnLastPage.Name     = "btnLastPage";
     this.btnLastPage.Size     = new System.Drawing.Size(25, 19);
     this.btnLastPage.TabIndex = 27;
     this.btnLastPage.Click   += new System.EventHandler(this.btnLastPage_Click);
     //
     // btnNextPage
     //
     this.btnNextPage.Image    = global::Catarc.Adc.NewEnergyApproveSys.Properties.Resources.arrow_right;
     this.btnNextPage.Location = new System.Drawing.Point(742, 72);
     this.btnNextPage.Name     = "btnNextPage";
     this.btnNextPage.Size     = new System.Drawing.Size(25, 19);
     this.btnNextPage.TabIndex = 26;
     this.btnNextPage.Click   += new System.EventHandler(this.btnNextPage_Click);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(891, 46);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(4, 14);
     this.labelControl1.TabIndex = 22;
     this.labelControl1.Text     = "-";
     //
     // labPage
     //
     this.labPage.Location = new System.Drawing.Point(408, 74);
     this.labPage.Name     = "labPage";
     this.labPage.Size     = new System.Drawing.Size(86, 14);
     this.labPage.TabIndex = 22;
     this.labPage.Text     = "当前显示0至0条";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(222, 74);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(24, 14);
     this.labelControl6.TabIndex = 20;
     this.labelControl6.Text     = "条数";
     //
     // ceQueryAll
     //
     this.ceQueryAll.Location           = new System.Drawing.Point(294, 72);
     this.ceQueryAll.Name               = "ceQueryAll";
     this.ceQueryAll.Properties.Caption = "显示全部";
     this.ceQueryAll.Size               = new System.Drawing.Size(75, 19);
     this.ceQueryAll.TabIndex           = 21;
     this.ceQueryAll.CheckedChanged    += new System.EventHandler(this.ceQueryAll_CheckedChanged);
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(125, 74);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(24, 14);
     this.labelControl5.TabIndex = 18;
     this.labelControl5.Text     = "显示";
     //
     // lblSum
     //
     this.lblSum.Location = new System.Drawing.Point(21, 74);
     this.lblSum.Name     = "lblSum";
     this.lblSum.Size     = new System.Drawing.Size(31, 14);
     this.lblSum.TabIndex = 17;
     this.lblSum.Text     = "共0条";
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(963, 40);
     this.btnClear.Name     = "btnClear";
     this.btnClear.Size     = new System.Drawing.Size(130, 20);
     this.btnClear.TabIndex = 29;
     this.btnClear.Text     = "清空查询条件";
     this.btnClear.Click   += new System.EventHandler(this.btnClear_Click);
     //
     // MONTH
     //
     this.MONTH.Location = new System.Drawing.Point(900, 43);
     this.MONTH.Name     = "MONTH";
     this.MONTH.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.MONTH.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.MONTH.Size     = new System.Drawing.Size(45, 20);
     this.MONTH.TabIndex = 8;
     //
     // YEAR
     //
     this.YEAR.Location = new System.Drawing.Point(812, 43);
     this.YEAR.Name     = "YEAR";
     this.YEAR.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.YEAR.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.YEAR.Size     = new System.Drawing.Size(73, 20);
     this.YEAR.TabIndex = 8;
     //
     // CLZL
     //
     this.CLZL.Location = new System.Drawing.Point(95, 43);
     this.CLZL.Name     = "CLZL";
     this.CLZL.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.CLZL.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.CLZL.Size                  = new System.Drawing.Size(120, 20);
     this.CLZL.TabIndex              = 8;
     this.CLZL.SelectedIndexChanged += new System.EventHandler(this.CLZL_SelectedIndexChanged);
     //
     // CLXZ
     //
     this.CLXZ.Location = new System.Drawing.Point(95, 11);
     this.CLXZ.Name     = "CLXZ";
     this.CLXZ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.CLXZ.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.CLXZ.Size     = new System.Drawing.Size(120, 20);
     this.CLXZ.TabIndex = 10;
     //
     // CLYT
     //
     this.CLYT.Location = new System.Drawing.Point(326, 40);
     this.CLYT.Name     = "CLYT";
     this.CLYT.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.CLYT.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.CLYT.Size     = new System.Drawing.Size(120, 20);
     this.CLYT.TabIndex = 10;
     //
     // labSPSJ
     //
     this.labSPSJ.Location = new System.Drawing.Point(704, 46);
     this.labSPSJ.Name     = "labSPSJ";
     this.labSPSJ.Size     = new System.Drawing.Size(82, 14);
     this.labSPSJ.TabIndex = 15;
     this.labSPSJ.Text     = "上牌时间(年月)";
     //
     // labUseWay
     //
     this.labUseWay.Location = new System.Drawing.Point(254, 43);
     this.labUseWay.Name     = "labUseWay";
     this.labUseWay.Size     = new System.Drawing.Size(48, 14);
     this.labUseWay.TabIndex = 9;
     this.labUseWay.Text     = "车辆用途";
     //
     // labType
     //
     this.labType.Location = new System.Drawing.Point(21, 43);
     this.labType.Name     = "labType";
     this.labType.Size     = new System.Drawing.Size(48, 14);
     this.labType.TabIndex = 7;
     this.labType.Text     = "车辆种类";
     //
     // CLCSQY
     //
     this.CLCSQY.Location = new System.Drawing.Point(812, 11);
     this.CLCSQY.Name     = "CLCSQY";
     this.CLCSQY.Size     = new System.Drawing.Size(133, 20);
     this.CLCSQY.TabIndex = 14;
     //
     // CLXH
     //
     this.CLXH.Location = new System.Drawing.Point(565, 40);
     this.CLXH.Name     = "CLXH";
     this.CLXH.Size     = new System.Drawing.Size(120, 20);
     this.CLXH.TabIndex = 12;
     //
     // GCCS
     //
     this.GCCS.Location = new System.Drawing.Point(326, 11);
     this.GCCS.Name     = "GCCS";
     this.GCCS.Size     = new System.Drawing.Size(120, 20);
     this.GCCS.TabIndex = 4;
     //
     // CLYXDW
     //
     this.CLYXDW.Location = new System.Drawing.Point(565, 11);
     this.CLYXDW.Name     = "CLYXDW";
     this.CLYXDW.Size     = new System.Drawing.Size(120, 20);
     this.CLYXDW.TabIndex = 6;
     //
     // labCity
     //
     this.labCity.Location = new System.Drawing.Point(254, 14);
     this.labCity.Name     = "labCity";
     this.labCity.Size     = new System.Drawing.Size(48, 14);
     this.labCity.TabIndex = 3;
     this.labCity.Text     = "购车城市";
     //
     // labUnion
     //
     this.labUnion.Location = new System.Drawing.Point(475, 14);
     this.labUnion.Name     = "labUnion";
     this.labUnion.Size     = new System.Drawing.Size(72, 14);
     this.labUnion.TabIndex = 5;
     this.labUnion.Text     = "车辆运行单位";
     //
     // labField
     //
     this.labField.Location = new System.Drawing.Point(21, 14);
     this.labField.Name     = "labField";
     this.labField.Size     = new System.Drawing.Size(48, 14);
     this.labField.TabIndex = 1;
     this.labField.Text     = "车辆性质";
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(963, 11);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(130, 20);
     this.btnSearch.TabIndex = 28;
     this.btnSearch.Text     = "查    询";
     this.btnSearch.Click   += new System.EventHandler(this.btnSearch_Click);
     //
     // InspectInfoForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1118, 662);
     this.Controls.Add(this.xtraScrollableControl1);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Name      = "InspectInfoForm";
     this.Ribbon    = this.ribbon;
     this.StatusBar = this.ribbonStatusBar;
     this.Text      = "核查情况";
     this.Load     += new System.EventHandler(this.InspectInfoForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcDataInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDataInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.xtraScrollableControl1.ResumeLayout(false);
     this.xtraScrollableControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spanNumber.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceQueryAll.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MONTH.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.YEAR.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLZL.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLXZ.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLYT.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLCSQY.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLXH.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GCCS.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CLYXDW.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #45
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();
     this.VerFactura          = new System.Windows.Forms.ToolStripButton();
     this.BarraAcciones       = new System.Windows.Forms.ToolStrip();
     this.Duplicar            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.Eliminar            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.Buscar         = new System.Windows.Forms.ToolStripButton();
     this.txtFiltro      = new System.Windows.Forms.ToolStripComboBox();
     this.txtBuscar      = new System.Windows.Forms.ToolStripTextBox();
     this.gridControl1   = new DevExpress.XtraGrid.GridControl();
     this.bs             = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colFecha       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNumero      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCajero      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCedulaRif   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRazonSocial = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMontoTotal  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEfectivo    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTarjeta     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNumeroZ     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHora        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAnulado     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.BarraAcciones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // VerFactura
     //
     this.VerFactura.Image = global::HK.Properties.Resources.note_view;
     this.VerFactura.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.VerFactura.Name = "VerFactura";
     this.VerFactura.Size = new System.Drawing.Size(67, 50);
     this.VerFactura.Text = "Ver Factura";
     this.VerFactura.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // BarraAcciones
     //
     this.BarraAcciones.AutoSize         = false;
     this.BarraAcciones.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.BarraAcciones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.Duplicar,
         this.toolStripSeparator3,
         this.VerFactura,
         this.toolStripSeparator1,
         this.Eliminar,
         this.toolStripSeparator2,
         this.Buscar,
         this.txtFiltro,
         this.txtBuscar
     });
     this.BarraAcciones.Location   = new System.Drawing.Point(0, 0);
     this.BarraAcciones.Name       = "BarraAcciones";
     this.BarraAcciones.Padding    = new System.Windows.Forms.Padding(0, 0, 2, 0);
     this.BarraAcciones.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.BarraAcciones.Size       = new System.Drawing.Size(792, 53);
     this.BarraAcciones.TabIndex   = 17;
     this.BarraAcciones.Text       = "toolStrip1";
     //
     // Duplicar
     //
     this.Duplicar.Image = global::HK.Properties.Resources.printer1;
     this.Duplicar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Duplicar.Name = "Duplicar";
     this.Duplicar.Size = new System.Drawing.Size(79, 50);
     this.Duplicar.Text = "Imprimir Copia";
     this.Duplicar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 53);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 53);
     //
     // Eliminar
     //
     this.Eliminar.Image = global::HK.Properties.Resources.note_delete;
     this.Eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Eliminar.Name = "Eliminar";
     this.Eliminar.Size = new System.Drawing.Size(82, 50);
     this.Eliminar.Text = "Anular Factura";
     this.Eliminar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 53);
     //
     // Buscar
     //
     this.Buscar.Image             = global::HK.Properties.Resources.note_find;
     this.Buscar.Name              = "Buscar";
     this.Buscar.Size              = new System.Drawing.Size(43, 50);
     this.Buscar.Text              = "Buscar";
     this.Buscar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // txtFiltro
     //
     this.txtFiltro.Items.AddRange(new object[] {
         "HOY",
         "AYER",
         "ESTE MES",
         "TODAS"
     });
     this.txtFiltro.Name = "txtFiltro";
     this.txtFiltro.Size = new System.Drawing.Size(121, 53);
     this.txtFiltro.Text = "HOY";
     //
     // txtBuscar
     //
     this.txtBuscar.Name = "txtBuscar";
     this.txtBuscar.Size = new System.Drawing.Size(104, 53);
     //
     // gridControl1
     //
     this.gridControl1.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.gridControl1.DataSource = this.bs;
     this.gridControl1.EmbeddedNavigator.Buttons.Append.Visible     = false;
     this.gridControl1.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControl1.EmbeddedNavigator.Buttons.Edit.Visible       = false;
     this.gridControl1.EmbeddedNavigator.Buttons.EndEdit.Visible    = false;
     this.gridControl1.EmbeddedNavigator.Buttons.Remove.Visible     = false;
     this.gridControl1.EmbeddedNavigator.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Begin;
     this.gridControl1.Location = new System.Drawing.Point(0, 56);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.ShowOnlyPredefinedDetails = true;
     this.gridControl1.Size     = new System.Drawing.Size(792, 710);
     this.gridControl1.TabIndex = 18;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // bs
     //
     this.bs.DataSource = typeof(HK.Factura);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colFecha,
         this.colNumero,
         this.colCajero,
         this.colCedulaRif,
         this.colRazonSocial,
         this.colMontoTotal,
         this.colEfectivo,
         this.colTarjeta,
         this.colNumeroZ,
         this.colHora,
         this.colAnulado
     });
     this.gridView1.CustomizationFormBounds                = new System.Drawing.Rectangle(808, 338, 216, 199);
     styleFormatCondition1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Strikeout);
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseFont      = true;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Expression = "[Anulado]";
     styleFormatCondition1.Value1     = "True";
     this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable            = false;
     this.gridView1.OptionsSelection.MultiSelect        = true;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow  = true;
     this.gridView1.OptionsView.ShowAutoFilterRow       = true;
     this.gridView1.OptionsView.ShowFooter     = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.ShowButtonMode             = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowOnlyInEditor;
     //
     // colFecha
     //
     this.colFecha.FieldName = "Fecha";
     this.colFecha.Name      = "colFecha";
     this.colFecha.OptionsColumn.FixedWidth = true;
     this.colFecha.Visible      = true;
     this.colFecha.VisibleIndex = 0;
     this.colFecha.Width        = 65;
     //
     // colNumero
     //
     this.colNumero.FieldName = "Numero";
     this.colNumero.Name      = "colNumero";
     this.colNumero.OptionsColumn.FixedWidth = true;
     this.colNumero.Visible      = true;
     this.colNumero.VisibleIndex = 1;
     //
     // colCajero
     //
     this.colCajero.FieldName = "Cajero";
     this.colCajero.Name      = "colCajero";
     this.colCajero.OptionsColumn.FixedWidth = true;
     this.colCajero.Visible      = true;
     this.colCajero.VisibleIndex = 3;
     this.colCajero.Width        = 95;
     //
     // colCedulaRif
     //
     this.colCedulaRif.FieldName = "CedulaRif";
     this.colCedulaRif.Name      = "colCedulaRif";
     this.colCedulaRif.OptionsColumn.FixedWidth = true;
     this.colCedulaRif.Visible      = true;
     this.colCedulaRif.VisibleIndex = 4;
     this.colCedulaRif.Width        = 95;
     //
     // colRazonSocial
     //
     this.colRazonSocial.FieldName    = "RazonSocial";
     this.colRazonSocial.Name         = "colRazonSocial";
     this.colRazonSocial.Visible      = true;
     this.colRazonSocial.VisibleIndex = 5;
     this.colRazonSocial.Width        = 106;
     //
     // colMontoTotal
     //
     this.colMontoTotal.DisplayFormat.FormatString = "n2";
     this.colMontoTotal.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colMontoTotal.FieldName = "Monto";
     this.colMontoTotal.Name      = "colMontoTotal";
     this.colMontoTotal.OptionsColumn.FixedWidth  = true;
     this.colMontoTotal.SummaryItem.DisplayFormat = "{0:n2}";
     this.colMontoTotal.SummaryItem.FieldName     = "MontoTotal";
     this.colMontoTotal.SummaryItem.SummaryType   = DevExpress.Data.SummaryItemType.Sum;
     this.colMontoTotal.Visible      = true;
     this.colMontoTotal.VisibleIndex = 6;
     //
     // colEfectivo
     //
     this.colEfectivo.DisplayFormat.FormatString = "n2";
     this.colEfectivo.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colEfectivo.FieldName = "Efectivo";
     this.colEfectivo.Name      = "colEfectivo";
     this.colEfectivo.OptionsColumn.FixedWidth  = true;
     this.colEfectivo.SummaryItem.DisplayFormat = "{0:n2}";
     this.colEfectivo.SummaryItem.SummaryType   = DevExpress.Data.SummaryItemType.Sum;
     this.colEfectivo.Visible      = true;
     this.colEfectivo.VisibleIndex = 7;
     //
     // colTarjeta
     //
     this.colTarjeta.DisplayFormat.FormatString = "n2";
     this.colTarjeta.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTarjeta.FieldName = "Tarjeta";
     this.colTarjeta.Name      = "colTarjeta";
     this.colTarjeta.OptionsColumn.FixedWidth  = true;
     this.colTarjeta.SummaryItem.DisplayFormat = "{0:n2}";
     this.colTarjeta.SummaryItem.SummaryType   = DevExpress.Data.SummaryItemType.Sum;
     this.colTarjeta.Visible      = true;
     this.colTarjeta.VisibleIndex = 8;
     //
     // colNumeroZ
     //
     this.colNumeroZ.Caption   = "Nro.Z";
     this.colNumeroZ.FieldName = "NumeroZ";
     this.colNumeroZ.Name      = "colNumeroZ";
     this.colNumeroZ.OptionsColumn.FixedWidth = true;
     this.colNumeroZ.Visible      = true;
     this.colNumeroZ.VisibleIndex = 9;
     this.colNumeroZ.Width        = 55;
     //
     // colHora
     //
     this.colHora.DisplayFormat.FormatString = "t";
     this.colHora.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colHora.FieldName = "Hora";
     this.colHora.Name      = "colHora";
     this.colHora.OptionsColumn.FixedWidth = true;
     this.colHora.Visible      = true;
     this.colHora.VisibleIndex = 2;
     this.colHora.Width        = 55;
     //
     // colAnulado
     //
     this.colAnulado.Caption   = "Anulado";
     this.colAnulado.FieldName = "Anulado";
     this.colAnulado.Name      = "colAnulado";
     this.colAnulado.Width     = 45;
     //
     // FrmFacturas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(792, 766);
     this.Controls.Add(this.BarraAcciones);
     this.Controls.Add(this.gridControl1);
     this.Name = "FrmFacturas";
     this.Text = "Facturas";
     this.BarraAcciones.ResumeLayout(false);
     this.BarraAcciones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(UCCom_TerminoPagoCmb));
     this.colSEstado                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cmbTermPago                = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView3                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.Id                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.descripcion                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.imageList1                 = new System.Windows.Forms.ImageList();
     this.MenuAcciones               = new System.Windows.Forms.ContextMenuStrip();
     this.nuevoToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.consultarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cmb_Acciones               = new DevExpress.XtraEditors.DropDownButton();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTermPago.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     this.MenuAcciones.SuspendLayout();
     this.SuspendLayout();
     //
     // colSEstado
     //
     this.colSEstado.Caption      = "Estado";
     this.colSEstado.FieldName    = "Estado";
     this.colSEstado.Name         = "colSEstado";
     this.colSEstado.Visible      = true;
     this.colSEstado.VisibleIndex = 2;
     this.colSEstado.Width        = 255;
     //
     // cmbTermPago
     //
     this.cmbTermPago.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.cmbTermPago.Location = new System.Drawing.Point(4, 3);
     this.cmbTermPago.Name     = "cmbTermPago";
     this.cmbTermPago.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbTermPago.Properties.DisplayMember = "Descripcion";
     this.cmbTermPago.Properties.ValueMember   = "IdTerminoPago";
     this.cmbTermPago.Properties.View          = this.gridView3;
     this.cmbTermPago.Size              = new System.Drawing.Size(256, 20);
     this.cmbTermPago.TabIndex          = 108;
     this.cmbTermPago.EditValueChanged += new System.EventHandler(this.cmbTermPago_EditValueChanged);
     this.cmbTermPago.Validating       += new System.ComponentModel.CancelEventHandler(this.cmbTermPago_Validating);
     this.cmbTermPago.Validated        += new System.EventHandler(this.cmbTermPago_Validated);
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.Id,
         this.descripcion,
         this.colSEstado
     });
     this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Column     = this.colSEstado;
     styleFormatCondition2.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1     = "*ANULADO*";
     this.gridView3.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition2
     });
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // Id
     //
     this.Id.Caption      = "Id";
     this.Id.FieldName    = "IdTerminoPago";
     this.Id.Name         = "Id";
     this.Id.Visible      = true;
     this.Id.VisibleIndex = 0;
     this.Id.Width        = 184;
     //
     // descripcion
     //
     this.descripcion.Caption      = "Descripción";
     this.descripcion.FieldName    = "Descripcion";
     this.descripcion.Name         = "descripcion";
     this.descripcion.Visible      = true;
     this.descripcion.VisibleIndex = 1;
     this.descripcion.Width        = 719;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "empleado.ico");
     this.imageList1.Images.SetKeyName(1, "nuevo_32x32.png");
     this.imageList1.Images.SetKeyName(2, "admin_32x32.png");
     this.imageList1.Images.SetKeyName(3, "downloads1.ico");
     this.imageList1.Images.SetKeyName(4, "ico_insert1.png");
     //
     // MenuAcciones
     //
     this.MenuAcciones.AllowDrop = true;
     this.MenuAcciones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.nuevoToolStripMenuItem,
         this.modificarToolStripMenuItem,
         this.consultarToolStripMenuItem
     });
     this.MenuAcciones.Name       = "MenuAcciones";
     this.MenuAcciones.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.MenuAcciones.Size       = new System.Drawing.Size(126, 70);
     this.MenuAcciones.Text       = "Acciones";
     //
     // nuevoToolStripMenuItem
     //
     this.nuevoToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     this.nuevoToolStripMenuItem.Name   = "nuevoToolStripMenuItem";
     this.nuevoToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.nuevoToolStripMenuItem.Text   = "Nuevo";
     this.nuevoToolStripMenuItem.Click += new System.EventHandler(this.nuevoToolStripMenuItem_Click);
     //
     // modificarToolStripMenuItem
     //
     this.modificarToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("modificarToolStripMenuItem.Image")));
     this.modificarToolStripMenuItem.Name   = "modificarToolStripMenuItem";
     this.modificarToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.modificarToolStripMenuItem.Text   = "Modificar";
     this.modificarToolStripMenuItem.Click += new System.EventHandler(this.modificarToolStripMenuItem_Click);
     //
     // consultarToolStripMenuItem
     //
     this.consultarToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("consultarToolStripMenuItem.Image")));
     this.consultarToolStripMenuItem.Name   = "consultarToolStripMenuItem";
     this.consultarToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.consultarToolStripMenuItem.Text   = "Consultar";
     this.consultarToolStripMenuItem.Click += new System.EventHandler(this.consultarToolStripMenuItem_Click);
     //
     // cmb_Acciones
     //
     this.cmb_Acciones.ContextMenuStrip = this.MenuAcciones;
     this.cmb_Acciones.ImageIndex       = 1;
     this.cmb_Acciones.ImageList        = this.imageList1;
     this.cmb_Acciones.Location         = new System.Drawing.Point(262, 0);
     this.cmb_Acciones.Name             = "cmb_Acciones";
     this.cmb_Acciones.ShowArrowButton  = false;
     this.cmb_Acciones.Size             = new System.Drawing.Size(36, 25);
     this.cmb_Acciones.TabIndex         = 110;
     this.cmb_Acciones.Click           += new System.EventHandler(this.cmb_Acciones_Click);
     //
     // UCCom_TerminoPagoCmb
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cmb_Acciones);
     this.Controls.Add(this.cmbTermPago);
     this.Name  = "UCCom_TerminoPagoCmb";
     this.Size  = new System.Drawing.Size(298, 26);
     this.Load += new System.EventHandler(this.UCCom_TerminoPagoCmb_Load);
     ((System.ComponentModel.ISupportInitialize)(this.cmbTermPago.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     this.MenuAcciones.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #47
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(UC_BaoCaoMuaHangTheoNgay));
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.barButtonItem2       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4       = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.barButtonItem1       = new DevExpress.XtraBars.BarButtonItem();
     this.dateDen              = new DevExpress.XtraEditors.DateEdit();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.dateTu               = new DevExpress.XtraEditors.DateEdit();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.cbochon              = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gridControl1         = 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();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateDen.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTu.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbochon.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Chênh Lệch (A-B)";
     this.gridColumn4.DisplayFormat.FormatString = "n0";
     this.gridColumn4.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn4.FieldName = "ConLai";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.SummaryItem.DisplayFormat = "{0:n0}";
     this.gridColumn4.SummaryItem.SummaryType   = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     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.barButtonItem1,
         this.barButtonItem2,
         this.barButtonItem3,
         this.barButtonItem4
     });
     this.barManager1.MaxItemId = 6;
     //
     // bar1
     //
     this.bar1.BarName   = "Tools";
     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.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar1.Offset = 377;
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.Text = "Tools";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption      = "Xem";
     this.barButtonItem2.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Hint         = "F9";
     this.barButtonItem2.Id           = 3;
     this.barButtonItem2.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F9);
     this.barButtonItem2.Name         = "barButtonItem2";
     this.barButtonItem2.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption      = "Xuất";
     this.barButtonItem3.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Hint         = "F5";
     this.barButtonItem3.Id           = 4;
     this.barButtonItem3.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
     this.barButtonItem3.Name         = "barButtonItem3";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption      = "Đóng";
     this.barButtonItem4.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
     this.barButtonItem4.Hint         = "F8";
     this.barButtonItem4.Id           = 5;
     this.barButtonItem4.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F8);
     this.barButtonItem4.Name         = "barButtonItem4";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Xem";
     this.barButtonItem1.Glyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id      = 0;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // dateDen
     //
     this.dateDen.EditValue   = null;
     this.dateDen.Location    = new System.Drawing.Point(268, 3);
     this.dateDen.MenuManager = this.barManager1;
     this.dateDen.Name        = "dateDen";
     this.dateDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateDen.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateDen.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dateDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateDen.Size     = new System.Drawing.Size(100, 20);
     this.dateDen.TabIndex = 29;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Appearance.Options.UseFont = true;
     this.labelControl2.Location = new System.Drawing.Point(240, 6);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(22, 14);
     this.labelControl2.TabIndex = 28;
     this.labelControl2.Text     = "Đến";
     //
     // dateTu
     //
     this.dateTu.EditValue   = null;
     this.dateTu.Location    = new System.Drawing.Point(131, 4);
     this.dateTu.MenuManager = this.barManager1;
     this.dateTu.Name        = "dateTu";
     this.dateTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateTu.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateTu.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dateTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateTu.Size     = new System.Drawing.Size(100, 20);
     this.dateTu.TabIndex = 27;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Appearance.Options.UseFont = true;
     this.labelControl1.Location = new System.Drawing.Point(109, 6);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(16, 14);
     this.labelControl1.TabIndex = 26;
     this.labelControl1.Text     = "Từ";
     //
     // cbochon
     //
     this.cbochon.EditValue   = "Hôm nay";
     this.cbochon.Location    = new System.Drawing.Point(3, 3);
     this.cbochon.MenuManager = this.barManager1;
     this.cbochon.Name        = "cbochon";
     this.cbochon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbochon.Properties.Items.AddRange(new object[] {
         "Hôm nay",
         "Tuần này",
         "Tháng này",
         "Quý này",
         "Năm nay",
         "Tháng 1",
         "Tháng 2",
         "Tháng 3",
         "Tháng 4",
         "Tháng 5",
         "Tháng 6",
         "Tháng 7",
         "Tháng 8",
         "Tháng 9",
         "Tháng 10",
         "Tháng 11",
         "Tháng 12",
         "Quý 1",
         "Quý 2",
         "Quý 3",
         "Quý 4"
     });
     this.cbochon.Size                  = new System.Drawing.Size(100, 20);
     this.cbochon.TabIndex              = 25;
     this.cbochon.SelectedIndexChanged += new System.EventHandler(this.cbochon_SelectedIndexChanged);
     //
     // gridControl1
     //
     this.gridControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location    = new System.Drawing.Point(0, 26);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(948, 466);
     this.gridControl1.TabIndex    = 30;
     this.gridControl1.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
     });
     styleFormatCondition2.Appearance.BackColor            = System.Drawing.Color.White;
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.Blue;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Column     = this.gridColumn4;
     styleFormatCondition2.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Less;
     styleFormatCondition2.Value1     = 0;
     this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition2
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Mua", this.gridColumn2, ""),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Ban", this.gridColumn3, ""),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "ConLai", this.gridColumn4, "")
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.OptionsView.ShowFooter        = true;
     this.gridView1.OptionsView.ShowGroupPanel    = false;
     this.gridView1.CustomDrawRowIndicator       += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Ngày";
     this.gridColumn1.DisplayFormat.FormatString = "dd/mm/yyyy";
     this.gridColumn1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn1.FieldName    = "Ngay";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Doanh Thu Mua Hàng (A)";
     this.gridColumn2.DisplayFormat.FormatString = "n0";
     this.gridColumn2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn2.FieldName = "Mua";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.SummaryItem.DisplayFormat = "{0:n0}";
     this.gridColumn2.SummaryItem.SummaryType   = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Doanh Thu Bán Hàng (B)";
     this.gridColumn3.DisplayFormat.FormatString = "n0";
     this.gridColumn3.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn3.FieldName = "Ban";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.SummaryItem.DisplayFormat = "{0:n0}";
     this.gridColumn3.SummaryItem.SummaryType   = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // UC_BaoCaoMuaHangTheoNgay
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.dateDen);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.dateTu);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.cbochon);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "UC_BaoCaoMuaHangTheoNgay";
     this.Size = new System.Drawing.Size(948, 492);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateDen.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTu.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbochon.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #48
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();
            this.colValue4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.btnRemote = new DevExpress.XtraEditors.SimpleButton();
            this.btnPHY = new DevExpress.XtraEditors.SimpleButton();
            this.btnConnect = new DevExpress.XtraEditors.SimpleButton();
            this.btnDisconnect = new DevExpress.XtraEditors.SimpleButton();
            this.Waiting = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::HFC.frmWaiting), true, true);
            this.gridItem = new DevExpress.XtraGrid.GridControl();
            this.gridItemDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colDatetime = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMacAdress = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCustomerName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCustomerAddress = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colWard = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCustomerTelephone = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colIpPrivate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colIpPublic1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colIpPublic2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colValue1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colValue2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colValue3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCurrentUS = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCurrentDS = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colLocation = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ItemCheckStatus = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDS = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colUS = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.btnLoadAll = new DevExpress.XtraEditors.SimpleButton();
            this.checkInsertData = new DevExpress.XtraEditors.CheckEdit();
            this.btnStart = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.txtTimeRe = new DevExpress.XtraEditors.TextEdit();
            this.lblTime = new DevExpress.XtraEditors.LabelControl();
            this.timerRepeat = new System.Windows.Forms.Timer(this.components);
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.btnStartFor10P = new DevExpress.XtraEditors.SimpleButton();
            this.timer10 = new System.Windows.Forms.Timer(this.components);
            this.checkBW = new DevExpress.XtraEditors.CheckEdit();
            this.btnSNR = new DevExpress.XtraEditors.SimpleButton();
            this.btnLoadIP = new DevExpress.XtraEditors.SimpleButton();
            this.btnIPPublic = new DevExpress.XtraEditors.SimpleButton();
            this.btnTraffic = new DevExpress.XtraEditors.SimpleButton();
            this.checkTraffic = new DevExpress.XtraEditors.CheckEdit();
            this.timer30 = new System.Windows.Forms.Timer(this.components);
            this.checkMaps = new DevExpress.XtraEditors.CheckEdit();
            this.timerMaps = new System.Windows.Forms.Timer(this.components);
            this.btnMaps = new DevExpress.XtraEditors.SimpleButton();
            this.btnDeviceStatus = new DevExpress.XtraEditors.SimpleButton();
            this.btnDHCP = new DevExpress.XtraEditors.SimpleButton();
            this.btnGetSNRLow = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.gridItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemCheckStatus)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkInsertData.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTimeRe.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkBW.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkTraffic.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkMaps.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // colValue4
            // 
            this.colValue4.Caption = "US SNR";
            this.colValue4.FieldName = "Value4";
            this.colValue4.Name = "colValue4";
            this.colValue4.Visible = true;
            this.colValue4.VisibleIndex = 7;
            this.colValue4.Width = 61;
            // 
            // btnRemote
            // 
            this.btnRemote.Location = new System.Drawing.Point(78, 10);
            this.btnRemote.Name = "btnRemote";
            this.btnRemote.Size = new System.Drawing.Size(93, 35);
            this.btnRemote.TabIndex = 0;
            this.btnRemote.Text = "Thông số Remote";
            this.btnRemote.Click += new System.EventHandler(this.btnRemote_Click);
            // 
            // btnPHY
            // 
            this.btnPHY.Location = new System.Drawing.Point(171, 10);
            this.btnPHY.Name = "btnPHY";
            this.btnPHY.Size = new System.Drawing.Size(79, 35);
            this.btnPHY.TabIndex = 0;
            this.btnPHY.Text = "Thông số PHY";
            this.btnPHY.Click += new System.EventHandler(this.btnPHY_Click);
            // 
            // btnConnect
            // 
            this.btnConnect.Location = new System.Drawing.Point(3, 10);
            this.btnConnect.Name = "btnConnect";
            this.btnConnect.Size = new System.Drawing.Size(75, 35);
            this.btnConnect.TabIndex = 0;
            this.btnConnect.Text = "Kết nối CMTS";
            this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
            // 
            // btnDisconnect
            // 
            this.btnDisconnect.Location = new System.Drawing.Point(607, 10);
            this.btnDisconnect.Name = "btnDisconnect";
            this.btnDisconnect.Size = new System.Drawing.Size(99, 35);
            this.btnDisconnect.TabIndex = 0;
            this.btnDisconnect.Text = "Ngắt kết nối CMTS";
            this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
            // 
            // gridItem
            // 
            this.gridItem.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.gridItem.Font = new System.Drawing.Font("Tahoma", 9F);
            this.gridItem.Location = new System.Drawing.Point(0, 60);
            this.gridItem.MainView = this.gridItemDetail;
            this.gridItem.Name = "gridItem";
            this.gridItem.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemPictureEdit1,
            this.ItemCheckStatus});
            this.gridItem.Size = new System.Drawing.Size(1226, 497);
            this.gridItem.TabIndex = 3;
            this.gridItem.UseEmbeddedNavigator = true;
            this.gridItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridItemDetail});
            // 
            // gridItemDetail
            // 
            this.gridItemDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colDatetime,
            this.colMacAdress,
            this.colCustomerName,
            this.colCustomerAddress,
            this.colWard,
            this.colCustomerTelephone,
            this.colIpPrivate,
            this.colIpPublic1,
            this.colIpPublic2,
            this.colValue1,
            this.colValue2,
            this.colValue3,
            this.colValue4,
            this.colCurrentUS,
            this.colCurrentDS,
            this.colLocation,
            this.colStatus,
            this.gridColumn4,
            this.colDS,
            this.colUS});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.colValue4;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "ToInt([Value4])<210 And Len([Value4])  > 0";
            this.gridItemDetail.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridItemDetail.GridControl = this.gridItem;
            this.gridItemDetail.IndicatorWidth = 50;
            this.gridItemDetail.Name = "gridItemDetail";
            this.gridItemDetail.OptionsBehavior.CopyToClipboardWithColumnHeaders = false;
            this.gridItemDetail.OptionsBehavior.Editable = false;
            this.gridItemDetail.OptionsCustomization.AllowRowSizing = true;
            this.gridItemDetail.OptionsView.ColumnAutoWidth = false;
            this.gridItemDetail.OptionsView.RowAutoHeight = true;
            this.gridItemDetail.OptionsView.ShowAutoFilterRow = true;
            this.gridItemDetail.OptionsView.ShowGroupPanel = false;
            // 
            // colDatetime
            // 
            this.colDatetime.Caption = "Date";
            this.colDatetime.DisplayFormat.FormatString = "dd/MM/yyyy H:mm:ss";
            this.colDatetime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.colDatetime.FieldName = "DateTime";
            this.colDatetime.Name = "colDatetime";
            this.colDatetime.Visible = true;
            this.colDatetime.VisibleIndex = 0;
            this.colDatetime.Width = 114;
            // 
            // colMacAdress
            // 
            this.colMacAdress.Caption = "Địa chỉ MAC Adress";
            this.colMacAdress.FieldName = "MacAddress";
            this.colMacAdress.Name = "colMacAdress";
            this.colMacAdress.Visible = true;
            this.colMacAdress.VisibleIndex = 2;
            this.colMacAdress.Width = 106;
            // 
            // colCustomerName
            // 
            this.colCustomerName.Caption = "Khách hàng";
            this.colCustomerName.FieldName = "CustomerName";
            this.colCustomerName.Name = "colCustomerName";
            this.colCustomerName.Width = 137;
            // 
            // colCustomerAddress
            // 
            this.colCustomerAddress.Caption = "Địa chỉ";
            this.colCustomerAddress.FieldName = "CustomerAddress";
            this.colCustomerAddress.Name = "colCustomerAddress";
            this.colCustomerAddress.Width = 140;
            // 
            // colWard
            // 
            this.colWard.Caption = "Quận";
            this.colWard.FieldName = "Ward";
            this.colWard.Name = "colWard";
            // 
            // colCustomerTelephone
            // 
            this.colCustomerTelephone.Caption = "Điện thoại";
            this.colCustomerTelephone.FieldName = "CustomerTelephone";
            this.colCustomerTelephone.Name = "colCustomerTelephone";
            this.colCustomerTelephone.Width = 98;
            // 
            // colIpPrivate
            // 
            this.colIpPrivate.Caption = "IP Private";
            this.colIpPrivate.FieldName = "IpPrivate";
            this.colIpPrivate.Name = "colIpPrivate";
            this.colIpPrivate.Visible = true;
            this.colIpPrivate.VisibleIndex = 3;
            this.colIpPrivate.Width = 125;
            // 
            // colIpPublic1
            // 
            this.colIpPublic1.Caption = "IP Public1";
            this.colIpPublic1.FieldName = "IpPublic1";
            this.colIpPublic1.Name = "colIpPublic1";
            this.colIpPublic1.Width = 101;
            // 
            // colIpPublic2
            // 
            this.colIpPublic2.Caption = "IP Public2";
            this.colIpPublic2.FieldName = "IpPublic2";
            this.colIpPublic2.Name = "colIpPublic2";
            this.colIpPublic2.Width = 61;
            // 
            // colValue1
            // 
            this.colValue1.Caption = "DS SNR";
            this.colValue1.FieldName = "Value1";
            this.colValue1.Name = "colValue1";
            this.colValue1.Visible = true;
            this.colValue1.VisibleIndex = 4;
            this.colValue1.Width = 65;
            // 
            // colValue2
            // 
            this.colValue2.Caption = "US Tx";
            this.colValue2.FieldName = "Value2";
            this.colValue2.Name = "colValue2";
            this.colValue2.Visible = true;
            this.colValue2.VisibleIndex = 5;
            this.colValue2.Width = 59;
            // 
            // colValue3
            // 
            this.colValue3.Caption = "DS Rx";
            this.colValue3.FieldName = "Value3";
            this.colValue3.Name = "colValue3";
            this.colValue3.Visible = true;
            this.colValue3.VisibleIndex = 6;
            this.colValue3.Width = 59;
            // 
            // colCurrentUS
            // 
            this.colCurrentUS.Caption = "CurrentUS";
            this.colCurrentUS.FieldName = "CurrentUS";
            this.colCurrentUS.Name = "colCurrentUS";
            this.colCurrentUS.Visible = true;
            this.colCurrentUS.VisibleIndex = 10;
            // 
            // colCurrentDS
            // 
            this.colCurrentDS.Caption = "CurrentDS";
            this.colCurrentDS.FieldName = "CurrentDS";
            this.colCurrentDS.Name = "colCurrentDS";
            this.colCurrentDS.Visible = true;
            this.colCurrentDS.VisibleIndex = 9;
            // 
            // colLocation
            // 
            this.colLocation.Caption = "Location";
            this.colLocation.FieldName = "Location";
            this.colLocation.Name = "colLocation";
            this.colLocation.Visible = true;
            this.colLocation.VisibleIndex = 1;
            this.colLocation.Width = 116;
            // 
            // colStatus
            // 
            this.colStatus.Caption = "Trạng thái";
            this.colStatus.ColumnEdit = this.ItemCheckStatus;
            this.colStatus.FieldName = "Status";
            this.colStatus.Name = "colStatus";
            this.colStatus.Visible = true;
            this.colStatus.VisibleIndex = 8;
            this.colStatus.Width = 94;
            // 
            // ItemCheckStatus
            // 
            this.ItemCheckStatus.AutoHeight = false;
            this.ItemCheckStatus.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.UserDefined;
            this.ItemCheckStatus.Name = "ItemCheckStatus";
            this.ItemCheckStatus.PictureChecked = global::HFC.Properties.Resources._15;
            this.ItemCheckStatus.PictureGrayed = global::HFC.Properties.Resources.offline;
            this.ItemCheckStatus.PictureUnchecked = global::HFC.Properties.Resources._16;
            this.ItemCheckStatus.ValueChecked = "online";
            this.ItemCheckStatus.ValueUnchecked = "offline";
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "Ghi Chú";
            this.gridColumn4.FieldName = "Description";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Width = 147;
            // 
            // colDS
            // 
            this.colDS.Caption = "DS";
            this.colDS.FieldName = "DS";
            this.colDS.Name = "colDS";
            this.colDS.Visible = true;
            this.colDS.VisibleIndex = 11;
            // 
            // colUS
            // 
            this.colUS.Caption = "US";
            this.colUS.FieldName = "US";
            this.colUS.Name = "colUS";
            this.colUS.Visible = true;
            this.colUS.VisibleIndex = 12;
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.CustomHeight = 105;
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            this.repositoryItemPictureEdit1.NullText = "[Chưa có hình]";
            this.repositoryItemPictureEdit1.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
            // 
            // btnLoadAll
            // 
            this.btnLoadAll.Location = new System.Drawing.Point(547, 10);
            this.btnLoadAll.Name = "btnLoadAll";
            this.btnLoadAll.Size = new System.Drawing.Size(58, 35);
            this.btnLoadAll.TabIndex = 4;
            this.btnLoadAll.Text = "Tải Dữ liệu";
            this.btnLoadAll.Click += new System.EventHandler(this.btnLoadAll_Click);
            // 
            // checkInsertData
            // 
            this.checkInsertData.Location = new System.Drawing.Point(706, 11);
            this.checkInsertData.Name = "checkInsertData";
            this.checkInsertData.Properties.Caption = "Insert Data";
            this.checkInsertData.Size = new System.Drawing.Size(86, 19);
            this.checkInsertData.TabIndex = 5;
            // 
            // btnStart
            // 
            this.btnStart.Location = new System.Drawing.Point(7, 6);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(80, 32);
            this.btnStart.TabIndex = 6;
            this.btnStart.Text = "Start";
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(93, 17);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(48, 13);
            this.labelControl1.TabIndex = 7;
            this.labelControl1.Text = "Repeat(s)";
            // 
            // txtTimeRe
            // 
            this.txtTimeRe.EditValue = "30";
            this.txtTimeRe.Location = new System.Drawing.Point(147, 14);
            this.txtTimeRe.Name = "txtTimeRe";
            this.txtTimeRe.Size = new System.Drawing.Size(40, 20);
            this.txtTimeRe.TabIndex = 8;
            // 
            // lblTime
            // 
            this.lblTime.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
            this.lblTime.Appearance.ForeColor = System.Drawing.Color.Red;
            this.lblTime.Location = new System.Drawing.Point(196, 17);
            this.lblTime.Name = "lblTime";
            this.lblTime.Size = new System.Drawing.Size(34, 13);
            this.lblTime.TabIndex = 7;
            this.lblTime.Text = "Time: ";
            // 
            // timerRepeat
            // 
            this.timerRepeat.Interval = 1000;
            this.timerRepeat.Tick += new System.EventHandler(this.timerRepeat_Tick);
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.btnStart);
            this.panelControl1.Controls.Add(this.txtTimeRe);
            this.panelControl1.Controls.Add(this.labelControl1);
            this.panelControl1.Controls.Add(this.lblTime);
            this.panelControl1.Location = new System.Drawing.Point(956, 3);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(262, 44);
            this.panelControl1.TabIndex = 9;
            // 
            // btnStartFor10P
            // 
            this.btnStartFor10P.Location = new System.Drawing.Point(879, 9);
            this.btnStartFor10P.Name = "btnStartFor10P";
            this.btnStartFor10P.Size = new System.Drawing.Size(75, 31);
            this.btnStartFor10P.TabIndex = 10;
            this.btnStartFor10P.Text = "Start For 10p";
            this.btnStartFor10P.Click += new System.EventHandler(this.btnStartFor10P_Click);
            // 
            // timer10
            // 
            this.timer10.Interval = 1000;
            this.timer10.Tick += new System.EventHandler(this.timer10_Tick);
            // 
            // checkBW
            // 
            this.checkBW.Location = new System.Drawing.Point(706, 27);
            this.checkBW.Name = "checkBW";
            this.checkBW.Properties.Caption = "Insert BW";
            this.checkBW.Size = new System.Drawing.Size(75, 19);
            this.checkBW.TabIndex = 11;
            this.checkBW.CheckedChanged += new System.EventHandler(this.checkBW_CheckedChanged);
            // 
            // btnSNR
            // 
            this.btnSNR.Location = new System.Drawing.Point(309, 10);
            this.btnSNR.Name = "btnSNR";
            this.btnSNR.Size = new System.Drawing.Size(98, 35);
            this.btnSNR.TabIndex = 4;
            this.btnSNR.Text = "Thông số SNR";
            this.btnSNR.Click += new System.EventHandler(this.btnSNR_Click);
            // 
            // btnLoadIP
            // 
            this.btnLoadIP.Location = new System.Drawing.Point(250, 10);
            this.btnLoadIP.Name = "btnLoadIP";
            this.btnLoadIP.Size = new System.Drawing.Size(58, 35);
            this.btnLoadIP.TabIndex = 4;
            this.btnLoadIP.Text = "Tải IP";
            this.btnLoadIP.Click += new System.EventHandler(this.btnLoadIP_Click);
            // 
            // btnIPPublic
            // 
            this.btnIPPublic.Location = new System.Drawing.Point(408, 10);
            this.btnIPPublic.Name = "btnIPPublic";
            this.btnIPPublic.Size = new System.Drawing.Size(82, 35);
            this.btnIPPublic.TabIndex = 4;
            this.btnIPPublic.Text = "Tải IP Public";
            this.btnIPPublic.Click += new System.EventHandler(this.btnIPPublic_Click);
            // 
            // btnTraffic
            // 
            this.btnTraffic.Location = new System.Drawing.Point(490, 10);
            this.btnTraffic.Name = "btnTraffic";
            this.btnTraffic.Size = new System.Drawing.Size(56, 35);
            this.btnTraffic.TabIndex = 4;
            this.btnTraffic.Text = "Traffic";
            this.btnTraffic.Click += new System.EventHandler(this.btnTraffic_Click);
            // 
            // checkTraffic
            // 
            this.checkTraffic.Location = new System.Drawing.Point(788, 11);
            this.checkTraffic.Name = "checkTraffic";
            this.checkTraffic.Properties.Caption = "Only Traffic";
            this.checkTraffic.Size = new System.Drawing.Size(79, 19);
            this.checkTraffic.TabIndex = 11;
            this.checkTraffic.CheckedChanged += new System.EventHandler(this.checkBW_CheckedChanged);
            // 
            // timer30
            // 
            this.timer30.Interval = 1000;
            this.timer30.Tick += new System.EventHandler(this.timer30_Tick);
            // 
            // checkMaps
            // 
            this.checkMaps.Location = new System.Drawing.Point(788, 28);
            this.checkMaps.Name = "checkMaps";
            this.checkMaps.Properties.Caption = "Maps";
            this.checkMaps.Size = new System.Drawing.Size(79, 19);
            this.checkMaps.TabIndex = 11;
            this.checkMaps.CheckedChanged += new System.EventHandler(this.checkBW_CheckedChanged);
            // 
            // timerMaps
            // 
            this.timerMaps.Interval = 1000;
            this.timerMaps.Tick += new System.EventHandler(this.timerMaps_Tick);
            // 
            // btnMaps
            // 
            this.btnMaps.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnMaps.Location = new System.Drawing.Point(3, 561);
            this.btnMaps.Name = "btnMaps";
            this.btnMaps.Size = new System.Drawing.Size(80, 28);
            this.btnMaps.TabIndex = 6;
            this.btnMaps.Text = "Maps";
            this.btnMaps.Click += new System.EventHandler(this.btnMaps_Click);
            // 
            // btnDeviceStatus
            // 
            this.btnDeviceStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnDeviceStatus.Location = new System.Drawing.Point(87, 561);
            this.btnDeviceStatus.Name = "btnDeviceStatus";
            this.btnDeviceStatus.Size = new System.Drawing.Size(80, 28);
            this.btnDeviceStatus.TabIndex = 6;
            this.btnDeviceStatus.Text = "Device Status";
            this.btnDeviceStatus.Click += new System.EventHandler(this.btnDeviceStatus_Click);
            // 
            // btnDHCP
            // 
            this.btnDHCP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnDHCP.Location = new System.Drawing.Point(174, 561);
            this.btnDHCP.Name = "btnDHCP";
            this.btnDHCP.Size = new System.Drawing.Size(80, 28);
            this.btnDHCP.TabIndex = 6;
            this.btnDHCP.Text = "DHCP SV";
            this.btnDHCP.Click += new System.EventHandler(this.btnDHCP_Click);
            // 
            // btnGetSNRLow
            // 
            this.btnGetSNRLow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnGetSNRLow.Location = new System.Drawing.Point(260, 561);
            this.btnGetSNRLow.Name = "btnGetSNRLow";
            this.btnGetSNRLow.Size = new System.Drawing.Size(80, 28);
            this.btnGetSNRLow.TabIndex = 6;
            this.btnGetSNRLow.Text = "GetSNRLow";
            this.btnGetSNRLow.Click += new System.EventHandler(this.btnGetSNRLow_Click);
            // 
            // frmSignalRequest
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1228, 593);
            this.Controls.Add(this.btnDeviceStatus);
            this.Controls.Add(this.btnGetSNRLow);
            this.Controls.Add(this.btnDHCP);
            this.Controls.Add(this.btnMaps);
            this.Controls.Add(this.checkMaps);
            this.Controls.Add(this.checkTraffic);
            this.Controls.Add(this.checkBW);
            this.Controls.Add(this.btnStartFor10P);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.checkInsertData);
            this.Controls.Add(this.btnSNR);
            this.Controls.Add(this.btnTraffic);
            this.Controls.Add(this.btnIPPublic);
            this.Controls.Add(this.btnLoadIP);
            this.Controls.Add(this.btnLoadAll);
            this.Controls.Add(this.gridItem);
            this.Controls.Add(this.btnPHY);
            this.Controls.Add(this.btnDisconnect);
            this.Controls.Add(this.btnConnect);
            this.Controls.Add(this.btnRemote);
            this.Name = "frmSignalRequest";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "Request Thông Số";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmSignalRequest_FormClosed);
            this.Load += new System.EventHandler(this.frmSignalRequest_Load);
            ((System.ComponentModel.ISupportInitialize)(this.gridItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemCheckStatus)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkInsertData.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTimeRe.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkBW.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkTraffic.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkMaps.Properties)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(uc_event_01));
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.colEnabled = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.btnMetComplementario = new DevExpress.XtraEditors.SimpleButton();
            this.btnDiagnosis = new DevExpress.XtraEditors.SimpleButton();
            this.txtEvolution = new DevExpress.XtraEditors.MemoEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.cmbTipoConsulta = new DevExpress.XtraEditors.LookUpEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.txtMotivo = new DevExpress.XtraEditors.MemoEdit();
            this.parametroBEBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.pMOFileListBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.cEI10ComboBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnAddMedicamento = new DevExpress.XtraEditors.SimpleButton();
            this.gridControl_Medicaments = new DevExpress.XtraGrid.GridControl();
            this.patientMedicamentViewListBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView_Medicaments = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colCreatedDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colStatusDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMedicamentName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMedicamentPresentation = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colApellidoNombre = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.tabPage_Farmacolog = new DevExpress.XtraTab.XtraTabPage();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.btnQuitarMedicamento = new DevExpress.XtraEditors.SimpleButton();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.cmbPMO_Quirurgico = new DevExpress.XtraEditors.SearchLookUpEdit();
            this.pMOFileListBindingSource_Quirurgico = new System.Windows.Forms.BindingSource(this.components);
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.m_quitar = new System.Windows.Forms.ToolStripMenuItem();
            this.tab_Control = new DevExpress.XtraTab.XtraTabControl();
            this.tabPage_Tratamiento = new DevExpress.XtraTab.XtraTabPage();
            this.tabPage_Diagnostico = new DevExpress.XtraTab.XtraTabPage();
            this.uC_EventDetailsGrid_Diagnosis = new Health.Front.Events.UC_EventDetailsGrid();
            this.tabPage_MetComplementario = new DevExpress.XtraTab.XtraTabPage();
            this.uC_EventDetailsGrid_MetComplementario = new Health.Front.Events.UC_EventDetailsGrid();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtEvolution.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbTipoConsulta.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMotivo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametroBEBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pMOFileListBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cEI10ComboBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Medicaments)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.patientMedicamentViewListBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Medicaments)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.tabPage_Farmacolog.SuspendLayout();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPMO_Quirurgico.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pMOFileListBindingSource_Quirurgico)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tab_Control)).BeginInit();
            this.tab_Control.SuspendLayout();
            this.tabPage_Tratamiento.SuspendLayout();
            this.tabPage_Diagnostico.SuspendLayout();
            this.tabPage_MetComplementario.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblTitle
            // 
            this.lblTitle.Appearance.BackColor = System.Drawing.Color.White;
            this.lblTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold);
            this.lblTitle.Appearance.ForeColor = System.Drawing.Color.LightSlateGray;
            this.lblTitle.Size = new System.Drawing.Size(962, 41);
            this.lblTitle.Text = "Atencion Médica";
            // 
            // colEnabled
            // 
            this.colEnabled.FieldName = "Enabled";
            this.colEnabled.Name = "colEnabled";
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.AutoHeight = false;
            this.repositoryItemImageComboBox1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Permanente", true, 1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", false, 0)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            this.repositoryItemImageComboBox1.ReadOnly = true;
            // 
            // groupControl1
            // 
            this.groupControl1.Appearance.BackColor = System.Drawing.Color.White;
            this.groupControl1.Appearance.Options.UseBackColor = true;
            this.groupControl1.Controls.Add(this.btnMetComplementario);
            this.groupControl1.Controls.Add(this.btnDiagnosis);
            this.groupControl1.Controls.Add(this.txtEvolution);
            this.groupControl1.Controls.Add(this.labelControl1);
            this.groupControl1.Controls.Add(this.labelControl7);
            this.groupControl1.Controls.Add(this.cmbTipoConsulta);
            this.groupControl1.Controls.Add(this.labelControl2);
            this.groupControl1.Controls.Add(this.txtMotivo);
            this.groupControl1.Location = new System.Drawing.Point(3, 43);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(866, 273);
            this.groupControl1.TabIndex = 6;
            // 
            // btnMetComplementario
            // 
            this.btnMetComplementario.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(119)))), ((int)(((byte)(119)))));
            this.btnMetComplementario.Appearance.BorderColor = System.Drawing.Color.White;
            this.btnMetComplementario.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.btnMetComplementario.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(144)))), ((int)(((byte)(0)))));
            this.btnMetComplementario.Appearance.Options.UseBackColor = true;
            this.btnMetComplementario.Appearance.Options.UseBorderColor = true;
            this.btnMetComplementario.Appearance.Options.UseFont = true;
            this.btnMetComplementario.Appearance.Options.UseForeColor = true;
            this.btnMetComplementario.Appearance.Options.UseTextOptions = true;
            this.btnMetComplementario.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.btnMetComplementario.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Word;
            this.btnMetComplementario.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.btnMetComplementario.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.btnMetComplementario.Location = new System.Drawing.Point(291, 196);
            this.btnMetComplementario.Name = "btnMetComplementario";
            this.btnMetComplementario.Size = new System.Drawing.Size(142, 65);
            this.btnMetComplementario.TabIndex = 2044;
            this.btnMetComplementario.Text = "Método complementario";
            this.btnMetComplementario.Click += new System.EventHandler(this.btnMetComplementario_Click);
            // 
            // btnDiagnosis
            // 
            this.btnDiagnosis.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(119)))), ((int)(((byte)(119)))));
            this.btnDiagnosis.Appearance.BorderColor = System.Drawing.Color.White;
            this.btnDiagnosis.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.btnDiagnosis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(144)))), ((int)(((byte)(0)))));
            this.btnDiagnosis.Appearance.Options.UseBackColor = true;
            this.btnDiagnosis.Appearance.Options.UseBorderColor = true;
            this.btnDiagnosis.Appearance.Options.UseFont = true;
            this.btnDiagnosis.Appearance.Options.UseForeColor = true;
            this.btnDiagnosis.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.btnDiagnosis.Location = new System.Drawing.Point(122, 196);
            this.btnDiagnosis.Name = "btnDiagnosis";
            this.btnDiagnosis.Size = new System.Drawing.Size(142, 65);
            this.btnDiagnosis.TabIndex = 2043;
            this.btnDiagnosis.Text = "Diagnostico";
            this.btnDiagnosis.Click += new System.EventHandler(this.btnDiagnosis_Click);
            // 
            // txtEvolution
            // 
            this.txtEvolution.EditValue = "";
            this.txtEvolution.Location = new System.Drawing.Point(134, 90);
            this.txtEvolution.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txtEvolution.Name = "txtEvolution";
            this.txtEvolution.Properties.Appearance.BackColor = System.Drawing.Color.White;
            this.txtEvolution.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.txtEvolution.Properties.Appearance.Options.UseBackColor = true;
            this.txtEvolution.Properties.Appearance.Options.UseForeColor = true;
            this.txtEvolution.Properties.AppearanceFocused.BackColor = System.Drawing.Color.PapayaWhip;
            this.txtEvolution.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.txtEvolution.Properties.AppearanceFocused.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.txtEvolution.Properties.AppearanceFocused.Options.UseBackColor = true;
            this.txtEvolution.Properties.AppearanceFocused.Options.UseFont = true;
            this.txtEvolution.Properties.AppearanceFocused.Options.UseForeColor = true;
            this.txtEvolution.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.txtEvolution.Size = new System.Drawing.Size(472, 59);
            this.txtEvolution.TabIndex = 33;
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.DimGray;
            this.labelControl1.Location = new System.Drawing.Point(5, 109);
            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(74, 18);
            this.labelControl1.TabIndex = 2032;
            this.labelControl1.Text = "Evolución";
            // 
            // labelControl7
            // 
            this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl7.Appearance.ForeColor = System.Drawing.Color.DimGray;
            this.labelControl7.Location = new System.Drawing.Point(5, 156);
            this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(121, 18);
            this.labelControl7.TabIndex = 2031;
            this.labelControl7.Text = "Tipo de consulta";
            // 
            // cmbTipoConsulta
            // 
            this.cmbTipoConsulta.EnterMoveNextControl = true;
            this.cmbTipoConsulta.Location = new System.Drawing.Point(134, 153);
            this.cmbTipoConsulta.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmbTipoConsulta.Name = "cmbTipoConsulta";
            this.cmbTipoConsulta.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            this.cmbTipoConsulta.Properties.Appearance.BackColor = System.Drawing.Color.White;
            this.cmbTipoConsulta.Properties.Appearance.Options.UseBackColor = true;
            this.cmbTipoConsulta.Properties.AppearanceFocused.BackColor = System.Drawing.Color.PapayaWhip;
            this.cmbTipoConsulta.Properties.AppearanceFocused.Options.UseBackColor = true;
            this.cmbTipoConsulta.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbTipoConsulta.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre", "Nombre", 55, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
            this.cmbTipoConsulta.Properties.DisplayMember = "Nombre";
            this.cmbTipoConsulta.Properties.NullText = "Seleccione una opcion";
            this.cmbTipoConsulta.Properties.ValueMember = "IdParametro";
            this.cmbTipoConsulta.Size = new System.Drawing.Size(209, 22);
            this.cmbTipoConsulta.TabIndex = 2030;
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.DimGray;
            this.labelControl2.Location = new System.Drawing.Point(8, 41);
            this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(51, 18);
            this.labelControl2.TabIndex = 28;
            this.labelControl2.Text = "Motivo";
            // 
            // txtMotivo
            // 
            this.txtMotivo.EditValue = "";
            this.txtMotivo.Location = new System.Drawing.Point(134, 26);
            this.txtMotivo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txtMotivo.Name = "txtMotivo";
            this.txtMotivo.Properties.Appearance.BackColor = System.Drawing.Color.White;
            this.txtMotivo.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.txtMotivo.Properties.Appearance.Options.UseBackColor = true;
            this.txtMotivo.Properties.Appearance.Options.UseForeColor = true;
            this.txtMotivo.Properties.AppearanceFocused.BackColor = System.Drawing.Color.PapayaWhip;
            this.txtMotivo.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.txtMotivo.Properties.AppearanceFocused.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.txtMotivo.Properties.AppearanceFocused.Options.UseBackColor = true;
            this.txtMotivo.Properties.AppearanceFocused.Options.UseFont = true;
            this.txtMotivo.Properties.AppearanceFocused.Options.UseForeColor = true;
            this.txtMotivo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.txtMotivo.Size = new System.Drawing.Size(472, 45);
            this.txtMotivo.TabIndex = 29;
            // 
            // parametroBEBindingSource
            // 
            this.parametroBEBindingSource.DataSource = typeof(Health.BE.ParametroBE);
            // 
            // pMOFileListBindingSource
            // 
            this.pMOFileListBindingSource.DataSource = typeof(Health.BE.PMOFileList);
            // 
            // cEI10ComboBindingSource
            // 
            this.cEI10ComboBindingSource.DataSource = typeof(Health.BE.CEI10Combo);
            // 
            // btnAddMedicamento
            // 
            this.btnAddMedicamento.Image = ((System.Drawing.Image)(resources.GetObject("btnAddMedicamento.Image")));
            this.btnAddMedicamento.Location = new System.Drawing.Point(11, 30);
            this.btnAddMedicamento.Name = "btnAddMedicamento";
            this.btnAddMedicamento.Size = new System.Drawing.Size(153, 25);
            this.btnAddMedicamento.TabIndex = 2034;
            this.btnAddMedicamento.Text = "Agregar medicamento";
            this.btnAddMedicamento.Click += new System.EventHandler(this.btnAddMedicamento_Click);
            // 
            // gridControl_Medicaments
            // 
            this.gridControl_Medicaments.DataSource = this.patientMedicamentViewListBindingSource;
            this.gridControl_Medicaments.Location = new System.Drawing.Point(11, 61);
            this.gridControl_Medicaments.MainView = this.gridView_Medicaments;
            this.gridControl_Medicaments.Name = "gridControl_Medicaments";
            this.gridControl_Medicaments.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageComboBox1});
            this.gridControl_Medicaments.Size = new System.Drawing.Size(843, 173);
            this.gridControl_Medicaments.TabIndex = 2035;
            this.gridControl_Medicaments.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView_Medicaments});
            // 
            // patientMedicamentViewListBindingSource
            // 
            this.patientMedicamentViewListBindingSource.DataSource = typeof(Health.BE.PatientMedicament_ViewList);
            // 
            // gridView_Medicaments
            // 
            this.gridView_Medicaments.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.gridView_Medicaments.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colCreatedDate,
            this.colStatusDescription,
            this.colMedicamentName,
            this.colMedicamentPresentation,
            this.colApellidoNombre,
            this.colEnabled,
            this.colStatus});
            this.gridView_Medicaments.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.SeaShell;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Brown;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.colEnabled;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[Enabled]  == False";
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Gold;
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = "[Status] == 660";
            this.gridView_Medicaments.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.gridView_Medicaments.GridControl = this.gridControl_Medicaments;
            this.gridView_Medicaments.Name = "gridView_Medicaments";
            this.gridView_Medicaments.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView_Medicaments.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView_Medicaments.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.False;
            this.gridView_Medicaments.OptionsBehavior.Editable = false;
            this.gridView_Medicaments.OptionsBehavior.ReadOnly = true;
            this.gridView_Medicaments.OptionsCustomization.AllowColumnMoving = false;
            this.gridView_Medicaments.OptionsCustomization.AllowColumnResizing = false;
            this.gridView_Medicaments.OptionsCustomization.AllowGroup = false;
            this.gridView_Medicaments.OptionsCustomization.AllowSort = false;
            this.gridView_Medicaments.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView_Medicaments.OptionsView.ColumnAutoWidth = false;
            this.gridView_Medicaments.OptionsView.EnableAppearanceEvenRow = true;
            this.gridView_Medicaments.OptionsView.ShowGroupPanel = false;
            this.gridView_Medicaments.OptionsView.ShowIndicator = false;
            this.gridView_Medicaments.OptionsView.ShowVertLines = false;
            this.gridView_Medicaments.RowHeight = 27;
            this.gridView_Medicaments.RowSeparatorHeight = 3;
            this.gridView_Medicaments.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.LiveVertScroll;
            this.gridView_Medicaments.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView_Medicaments_MouseDown);
            this.gridView_Medicaments.DoubleClick += new System.EventHandler(this.gridView_Medicaments_DoubleClick);
            // 
            // colCreatedDate
            // 
            this.colCreatedDate.Caption = "Fecha";
            this.colCreatedDate.FieldName = "CreatedDate";
            this.colCreatedDate.Name = "colCreatedDate";
            this.colCreatedDate.OptionsColumn.AllowEdit = false;
            this.colCreatedDate.Visible = true;
            this.colCreatedDate.VisibleIndex = 0;
            // 
            // colStatusDescription
            // 
            this.colStatusDescription.Caption = "Estado";
            this.colStatusDescription.FieldName = "StatusDescription";
            this.colStatusDescription.Name = "colStatusDescription";
            this.colStatusDescription.Visible = true;
            this.colStatusDescription.VisibleIndex = 3;
            // 
            // colMedicamentName
            // 
            this.colMedicamentName.Caption = "Nombre Med";
            this.colMedicamentName.FieldName = "MedicamentName";
            this.colMedicamentName.Name = "colMedicamentName";
            this.colMedicamentName.Visible = true;
            this.colMedicamentName.VisibleIndex = 1;
            this.colMedicamentName.Width = 140;
            // 
            // colMedicamentPresentation
            // 
            this.colMedicamentPresentation.Caption = "Presentación";
            this.colMedicamentPresentation.FieldName = "MedicamentPresentation";
            this.colMedicamentPresentation.Name = "colMedicamentPresentation";
            this.colMedicamentPresentation.Visible = true;
            this.colMedicamentPresentation.VisibleIndex = 2;
            this.colMedicamentPresentation.Width = 200;
            // 
            // colApellidoNombre
            // 
            this.colApellidoNombre.Caption = "Profesional";
            this.colApellidoNombre.FieldName = "ApellidoNombre";
            this.colApellidoNombre.Name = "colApellidoNombre";
            this.colApellidoNombre.OptionsColumn.AllowEdit = false;
            this.colApellidoNombre.Visible = true;
            this.colApellidoNombre.VisibleIndex = 4;
            this.colApellidoNombre.Width = 150;
            // 
            // colStatus
            // 
            this.colStatus.FieldName = "Status";
            this.colStatus.Name = "colStatus";
            this.colStatus.Visible = true;
            this.colStatus.VisibleIndex = 5;
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.tabPage_Farmacolog;
            this.xtraTabControl1.Size = new System.Drawing.Size(862, 298);
            this.xtraTabControl1.TabIndex = 2036;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabPage_Farmacolog,
            this.xtraTabPage2,
            this.xtraTabPage3});
            // 
            // tabPage_Farmacolog
            // 
            this.tabPage_Farmacolog.AutoScroll = true;
            this.tabPage_Farmacolog.Controls.Add(this.simpleButton1);
            this.tabPage_Farmacolog.Controls.Add(this.btnQuitarMedicamento);
            this.tabPage_Farmacolog.Controls.Add(this.gridControl_Medicaments);
            this.tabPage_Farmacolog.Controls.Add(this.btnAddMedicamento);
            this.tabPage_Farmacolog.Name = "tabPage_Farmacolog";
            this.tabPage_Farmacolog.Size = new System.Drawing.Size(856, 269);
            this.tabPage_Farmacolog.Text = "Farmacológico";
            // 
            // simpleButton1
            // 
            this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
            this.simpleButton1.Location = new System.Drawing.Point(667, 30);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(179, 27);
            this.simpleButton1.TabIndex = 2043;
            this.simpleButton1.Text = "Gestionar medicamentos";
            this.simpleButton1.Visible = false;
            // 
            // btnQuitarMedicamento
            // 
            this.btnQuitarMedicamento.Image = ((System.Drawing.Image)(resources.GetObject("btnQuitarMedicamento.Image")));
            this.btnQuitarMedicamento.Location = new System.Drawing.Point(180, 30);
            this.btnQuitarMedicamento.Name = "btnQuitarMedicamento";
            this.btnQuitarMedicamento.Size = new System.Drawing.Size(151, 25);
            this.btnQuitarMedicamento.TabIndex = 2036;
            this.btnQuitarMedicamento.Text = "Quitar medicamento";
            this.btnQuitarMedicamento.Click += new System.EventHandler(this.btnQuitarMedicamento_Click);
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.cmbPMO_Quirurgico);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(856, 269);
            this.xtraTabPage2.Text = "Quirurgico";
            // 
            // cmbPMO_Quirurgico
            // 
            this.cmbPMO_Quirurgico.EditValue = "";
            this.cmbPMO_Quirurgico.Location = new System.Drawing.Point(8, 20);
            this.cmbPMO_Quirurgico.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmbPMO_Quirurgico.Name = "cmbPMO_Quirurgico";
            this.cmbPMO_Quirurgico.Properties.Appearance.BackColor = System.Drawing.Color.AliceBlue;
            this.cmbPMO_Quirurgico.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.cmbPMO_Quirurgico.Properties.Appearance.Options.UseBackColor = true;
            this.cmbPMO_Quirurgico.Properties.Appearance.Options.UseForeColor = true;
            this.cmbPMO_Quirurgico.Properties.AppearanceFocused.BackColor = System.Drawing.Color.PapayaWhip;
            this.cmbPMO_Quirurgico.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.cmbPMO_Quirurgico.Properties.AppearanceFocused.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.cmbPMO_Quirurgico.Properties.AppearanceFocused.Options.UseBackColor = true;
            this.cmbPMO_Quirurgico.Properties.AppearanceFocused.Options.UseFont = true;
            this.cmbPMO_Quirurgico.Properties.AppearanceFocused.Options.UseForeColor = true;
            this.cmbPMO_Quirurgico.Properties.AutoHeight = false;
            this.cmbPMO_Quirurgico.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.cmbPMO_Quirurgico.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbPMO_Quirurgico.Properties.DataSource = this.pMOFileListBindingSource_Quirurgico;
            this.cmbPMO_Quirurgico.Properties.DisplayMember = "Description";
            this.cmbPMO_Quirurgico.Properties.NullText = "";
            this.cmbPMO_Quirurgico.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
            this.cmbPMO_Quirurgico.Properties.ShowFooter = false;
            this.cmbPMO_Quirurgico.Properties.ValueMember = "Code";
            this.cmbPMO_Quirurgico.Properties.View = this.gridView2;
            this.cmbPMO_Quirurgico.Size = new System.Drawing.Size(842, 56);
            this.cmbPMO_Quirurgico.TabIndex = 41;
            // 
            // pMOFileListBindingSource_Quirurgico
            // 
            this.pMOFileListBindingSource_Quirurgico.DataSource = typeof(Health.BE.PMOFileList);
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4});
            this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn3
            // 
            this.gridColumn3.FieldName = "Code";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowEdit = false;
            this.gridColumn3.OptionsColumn.ReadOnly = true;
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            this.gridColumn3.Width = 50;
            // 
            // gridColumn4
            // 
            this.gridColumn4.FieldName = "Description";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.AllowEdit = false;
            this.gridColumn4.OptionsColumn.ReadOnly = true;
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 1;
            this.gridColumn4.Width = 334;
            // 
            // xtraTabPage3
            // 
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.Size = new System.Drawing.Size(856, 269);
            this.xtraTabPage3.Text = "Rehabilitación";
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator1,
            this.m_quitar});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(216, 34);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(212, 6);
            // 
            // m_quitar
            // 
            this.m_quitar.Enabled = false;
            this.m_quitar.Image = ((System.Drawing.Image)(resources.GetObject("m_quitar.Image")));
            this.m_quitar.Name = "m_quitar";
            this.m_quitar.Size = new System.Drawing.Size(215, 24);
            this.m_quitar.Text = "Quitar Medicamento";
            this.m_quitar.Click += new System.EventHandler(this.m_quitar_Click);
            // 
            // tab_Control
            // 
            this.tab_Control.Location = new System.Drawing.Point(11, 322);
            this.tab_Control.Name = "tab_Control";
            this.tab_Control.SelectedTabPage = this.tabPage_Tratamiento;
            this.tab_Control.Size = new System.Drawing.Size(868, 327);
            this.tab_Control.TabIndex = 2037;
            this.tab_Control.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabPage_Tratamiento,
            this.tabPage_Diagnostico,
            this.tabPage_MetComplementario});
            // 
            // tabPage_Tratamiento
            // 
            this.tabPage_Tratamiento.Controls.Add(this.xtraTabControl1);
            this.tabPage_Tratamiento.Name = "tabPage_Tratamiento";
            this.tabPage_Tratamiento.Size = new System.Drawing.Size(862, 298);
            this.tabPage_Tratamiento.Text = "Tratamiento";
            // 
            // tabPage_Diagnostico
            // 
            this.tabPage_Diagnostico.Controls.Add(this.uC_EventDetailsGrid_Diagnosis);
            this.tabPage_Diagnostico.Name = "tabPage_Diagnostico";
            this.tabPage_Diagnostico.Size = new System.Drawing.Size(862, 298);
            this.tabPage_Diagnostico.Text = "Diagnostico";
            // 
            // uC_EventDetailsGrid_Diagnosis
            // 
            this.uC_EventDetailsGrid_Diagnosis.AcceptButton = null;
            this.uC_EventDetailsGrid_Diagnosis.CancelButton = null;
            this.uC_EventDetailsGrid_Diagnosis.Key = null;
            this.uC_EventDetailsGrid_Diagnosis.Location = new System.Drawing.Point(12, 25);
            this.uC_EventDetailsGrid_Diagnosis.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.uC_EventDetailsGrid_Diagnosis.Name = "uC_EventDetailsGrid_Diagnosis";
            this.uC_EventDetailsGrid_Diagnosis.ShowClose = false;
            this.uC_EventDetailsGrid_Diagnosis.Size = new System.Drawing.Size(797, 246);
            this.uC_EventDetailsGrid_Diagnosis.TabIndex = 0;
            this.uC_EventDetailsGrid_Diagnosis.Tittle = "Lista de diagnosticos otorgados";
            // 
            // tabPage_MetComplementario
            // 
            this.tabPage_MetComplementario.Controls.Add(this.uC_EventDetailsGrid_MetComplementario);
            this.tabPage_MetComplementario.Name = "tabPage_MetComplementario";
            this.tabPage_MetComplementario.Size = new System.Drawing.Size(862, 298);
            this.tabPage_MetComplementario.Text = "Met. Complementario";
            // 
            // uC_EventDetailsGrid_MetComplementario
            // 
            this.uC_EventDetailsGrid_MetComplementario.AcceptButton = null;
            this.uC_EventDetailsGrid_MetComplementario.CancelButton = null;
            this.uC_EventDetailsGrid_MetComplementario.Key = null;
            this.uC_EventDetailsGrid_MetComplementario.Location = new System.Drawing.Point(12, 22);
            this.uC_EventDetailsGrid_MetComplementario.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.uC_EventDetailsGrid_MetComplementario.Name = "uC_EventDetailsGrid_MetComplementario";
            this.uC_EventDetailsGrid_MetComplementario.ShowClose = false;
            this.uC_EventDetailsGrid_MetComplementario.Size = new System.Drawing.Size(815, 254);
            this.uC_EventDetailsGrid_MetComplementario.TabIndex = 2;
            this.uC_EventDetailsGrid_MetComplementario.Tittle = "Métodos complementarios";
            // 
            // uc_event_01
            // 
            this.Appearance.BackColor = System.Drawing.Color.White;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tab_Control);
            this.Controls.Add(this.groupControl1);
            this.Name = "uc_event_01";
            this.Size = new System.Drawing.Size(962, 652);
            this.Controls.SetChildIndex(this.groupControl1, 0);
            this.Controls.SetChildIndex(this.lblTitle, 0);
            this.Controls.SetChildIndex(this.tab_Control, 0);
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtEvolution.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbTipoConsulta.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMotivo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametroBEBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pMOFileListBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cEI10ComboBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Medicaments)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.patientMedicamentViewListBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Medicaments)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.tabPage_Farmacolog.ResumeLayout(false);
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.cmbPMO_Quirurgico.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pMOFileListBindingSource_Quirurgico)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tab_Control)).EndInit();
            this.tab_Control.ResumeLayout(false);
            this.tabPage_Tratamiento.ResumeLayout(false);
            this.tabPage_Diagnostico.ResumeLayout(false);
            this.tabPage_MetComplementario.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #50
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.dgvColSellingPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemSpinSellingPrice = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.panelBG = new System.Windows.Forms.Panel();
            this.dgv = new DevExpress.XtraGrid.GridControl();
            this.dgvView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.dgvColPK = new DevExpress.XtraGrid.Columns.GridColumn();
            this.dgvColBranchPK = new DevExpress.XtraGrid.Columns.GridColumn();
            this.dgvColItem = new DevExpress.XtraGrid.Columns.GridColumn();
            this.dgvColCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.dgvColName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.dgvColOriginalPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.dgvColDiscount = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositorychkIsActive = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.lueLabTest = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.panelFooter = new DevExpress.XtraEditors.PanelControl();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            this.txtSearch = new DevExpress.XtraEditors.TextEdit();
            this.cmdExit = new DevExpress.XtraEditors.SimpleButton();
            this.cmdSave = new DevExpress.XtraEditors.SimpleButton();
            this.panelHeader = new DevExpress.XtraEditors.PanelControl();
            this.lblHeader = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinSellingPrice)).BeginInit();
            this.panelBG.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositorychkIsActive)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lueLabTest)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelFooter)).BeginInit();
            this.panelFooter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelHeader)).BeginInit();
            this.panelHeader.SuspendLayout();
            this.SuspendLayout();
            // 
            // dgvColSellingPrice
            // 
            this.dgvColSellingPrice.Caption = "Selling Price";
            this.dgvColSellingPrice.ColumnEdit = this.repositoryItemSpinSellingPrice;
            this.dgvColSellingPrice.FieldName = "sellingPrice";
            this.dgvColSellingPrice.Name = "dgvColSellingPrice";
            this.dgvColSellingPrice.UnboundExpression = "[originalPrice] + [profitMargin]";
            this.dgvColSellingPrice.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
            this.dgvColSellingPrice.Visible = true;
            this.dgvColSellingPrice.VisibleIndex = 4;
            // 
            // repositoryItemSpinSellingPrice
            // 
            this.repositoryItemSpinSellingPrice.AutoHeight = false;
            this.repositoryItemSpinSellingPrice.Name = "repositoryItemSpinSellingPrice";
            // 
            // panelBG
            // 
            this.panelBG.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panelBG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(241)))));
            this.panelBG.Controls.Add(this.dgv);
            this.panelBG.Controls.Add(this.panelFooter);
            this.panelBG.Controls.Add(this.panelHeader);
            this.panelBG.Location = new System.Drawing.Point(9, 31);
            this.panelBG.Name = "panelBG";
            this.panelBG.Size = new System.Drawing.Size(980, 639);
            this.panelBG.TabIndex = 0;
            // 
            // dgv
            // 
            this.dgv.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.dgv.EmbeddedNavigator.Buttons.Append.Visible = false;
            this.dgv.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
            this.dgv.EmbeddedNavigator.Buttons.Edit.Visible = false;
            this.dgv.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
            this.dgv.EmbeddedNavigator.Buttons.Remove.Visible = false;
            this.dgv.EmbeddedNavigator.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
            this.dgv.Location = new System.Drawing.Point(15, 71);
            this.dgv.LookAndFeel.UseDefaultLookAndFeel = false;
            this.dgv.MainView = this.dgvView;
            this.dgv.Name = "dgv";
            this.dgv.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositorychkIsActive,
            this.lueLabTest,
            this.repositoryItemSpinSellingPrice});
            this.dgv.Size = new System.Drawing.Size(947, 491);
            this.dgv.TabIndex = 3;
            this.dgv.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.dgvView});
            // 
            // dgvView
            // 
            this.dgvView.Appearance.Empty.BackColor = System.Drawing.Color.WhiteSmoke;
            this.dgvView.Appearance.Empty.Options.UseBackColor = true;
            this.dgvView.Appearance.EvenRow.BackColor = System.Drawing.Color.OldLace;
            this.dgvView.Appearance.EvenRow.Options.UseBackColor = true;
            this.dgvView.Appearance.FocusedCell.BackColor = System.Drawing.Color.SkyBlue;
            this.dgvView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.dgvView.Appearance.FocusedRow.BackColor = System.Drawing.Color.SkyBlue;
            this.dgvView.Appearance.FocusedRow.Options.UseBackColor = true;
            this.dgvView.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvView.Appearance.HeaderPanel.Options.UseFont = true;
            this.dgvView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.SkyBlue;
            this.dgvView.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.dgvView.Appearance.SelectedRow.BackColor = System.Drawing.Color.SkyBlue;
            this.dgvView.Appearance.SelectedRow.Options.UseBackColor = true;
            this.dgvView.ColumnPanelRowHeight = 30;
            this.dgvView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.dgvColPK,
            this.dgvColBranchPK,
            this.dgvColItem,
            this.dgvColCode,
            this.dgvColName,
            this.dgvColOriginalPrice,
            this.dgvColDiscount,
            this.dgvColSellingPrice});
            this.dgvView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.dgvColSellingPrice;
            styleFormatCondition1.Expression = "[originalPrice] - [profitMargin]";
            this.dgvView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.dgvView.GridControl = this.dgv;
            this.dgvView.Name = "dgvView";
            this.dgvView.OptionsView.EnableAppearanceEvenRow = true;
            this.dgvView.OptionsView.ShowDetailButtons = false;
            this.dgvView.OptionsView.ShowGroupExpandCollapseButtons = false;
            this.dgvView.OptionsView.ShowGroupPanel = false;
            this.dgvView.OptionsView.ShowIndicator = false;
            this.dgvView.RowHeight = 25;
            this.dgvView.ViewCaptionHeight = 30;
            this.dgvView.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.dgvView_CellValueChanged);
            // 
            // dgvColPK
            // 
            this.dgvColPK.Caption = "PK";
            this.dgvColPK.FieldName = "priceSettingPK";
            this.dgvColPK.Name = "dgvColPK";
            this.dgvColPK.OptionsColumn.AllowEdit = false;
            // 
            // dgvColBranchPK
            // 
            this.dgvColBranchPK.Caption = "Branch PK";
            this.dgvColBranchPK.FieldName = "branchPK";
            this.dgvColBranchPK.Name = "dgvColBranchPK";
            this.dgvColBranchPK.OptionsColumn.AllowEdit = false;
            // 
            // dgvColItem
            // 
            this.dgvColItem.Caption = "Item PK";
            this.dgvColItem.FieldName = "itemPK";
            this.dgvColItem.Name = "dgvColItem";
            this.dgvColItem.OptionsColumn.AllowEdit = false;
            // 
            // dgvColCode
            // 
            this.dgvColCode.Caption = "Code";
            this.dgvColCode.FieldName = "itemCode";
            this.dgvColCode.Name = "dgvColCode";
            this.dgvColCode.OptionsColumn.AllowEdit = false;
            this.dgvColCode.Visible = true;
            this.dgvColCode.VisibleIndex = 0;
            // 
            // dgvColName
            // 
            this.dgvColName.Caption = "Name";
            this.dgvColName.FieldName = "itemName";
            this.dgvColName.Name = "dgvColName";
            this.dgvColName.OptionsColumn.AllowEdit = false;
            this.dgvColName.Visible = true;
            this.dgvColName.VisibleIndex = 1;
            // 
            // dgvColOriginalPrice
            // 
            this.dgvColOriginalPrice.Caption = "Original Price";
            this.dgvColOriginalPrice.FieldName = "originalPrice";
            this.dgvColOriginalPrice.Name = "dgvColOriginalPrice";
            this.dgvColOriginalPrice.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
            this.dgvColOriginalPrice.Visible = true;
            this.dgvColOriginalPrice.VisibleIndex = 2;
            // 
            // dgvColDiscount
            // 
            this.dgvColDiscount.Caption = "Discount";
            this.dgvColDiscount.FieldName = "discount";
            this.dgvColDiscount.Name = "dgvColDiscount";
            this.dgvColDiscount.Visible = true;
            this.dgvColDiscount.VisibleIndex = 3;
            // 
            // repositorychkIsActive
            // 
            this.repositorychkIsActive.AutoHeight = false;
            this.repositorychkIsActive.LookAndFeel.SkinName = "VS2010";
            this.repositorychkIsActive.LookAndFeel.UseDefaultLookAndFeel = false;
            this.repositorychkIsActive.Name = "repositorychkIsActive";
            // 
            // lueLabTest
            // 
            this.lueLabTest.AutoHeight = false;
            this.lueLabTest.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lueLabTest.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("labTestCode", "Code"),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("labTestName", "Name")});
            this.lueLabTest.DisplayMember = "labTestCode";
            this.lueLabTest.Name = "lueLabTest";
            this.lueLabTest.ValueMember = "labTestPK";
            // 
            // panelFooter
            // 
            this.panelFooter.Appearance.BackColor = System.Drawing.Color.OldLace;
            this.panelFooter.Appearance.Options.UseBackColor = true;
            this.panelFooter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelFooter.Controls.Add(this.panelControl3);
            this.panelFooter.Controls.Add(this.cmdExit);
            this.panelFooter.Controls.Add(this.cmdSave);
            this.panelFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelFooter.Location = new System.Drawing.Point(0, 575);
            this.panelFooter.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
            this.panelFooter.LookAndFeel.UseDefaultLookAndFeel = false;
            this.panelFooter.Margin = new System.Windows.Forms.Padding(0);
            this.panelFooter.Name = "panelFooter";
            this.panelFooter.Size = new System.Drawing.Size(980, 64);
            this.panelFooter.TabIndex = 2;
            // 
            // panelControl3
            // 
            this.panelControl3.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.panelControl3.Appearance.Options.UseBackColor = true;
            this.panelControl3.Controls.Add(this.simpleButton3);
            this.panelControl3.Controls.Add(this.txtSearch);
            this.panelControl3.Location = new System.Drawing.Point(15, 14);
            this.panelControl3.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
            this.panelControl3.LookAndFeel.UseDefaultLookAndFeel = false;
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(332, 38);
            this.panelControl3.TabIndex = 1;
            // 
            // simpleButton3
            // 
            this.simpleButton3.Image = global::MediPro.Properties.Resources.search;
            this.simpleButton3.Location = new System.Drawing.Point(294, 8);
            this.simpleButton3.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
            this.simpleButton3.LookAndFeel.UseDefaultLookAndFeel = false;
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(25, 19);
            this.simpleButton3.TabIndex = 1;
            // 
            // txtSearch
            // 
            this.txtSearch.Location = new System.Drawing.Point(10, 8);
            this.txtSearch.Name = "txtSearch";
            this.txtSearch.Size = new System.Drawing.Size(279, 20);
            this.txtSearch.TabIndex = 0;
            // 
            // cmdExit
            // 
            this.cmdExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdExit.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.cmdExit.Appearance.BackColor2 = System.Drawing.Color.Transparent;
            this.cmdExit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdExit.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.cmdExit.Appearance.Options.UseBackColor = true;
            this.cmdExit.Appearance.Options.UseFont = true;
            this.cmdExit.Appearance.Options.UseForeColor = true;
            this.cmdExit.Location = new System.Drawing.Point(868, 16);
            this.cmdExit.LookAndFeel.SkinName = "Seven Classic";
            this.cmdExit.LookAndFeel.UseDefaultLookAndFeel = false;
            this.cmdExit.Name = "cmdExit";
            this.cmdExit.Size = new System.Drawing.Size(94, 34);
            this.cmdExit.TabIndex = 0;
            this.cmdExit.Text = "Exit";
            this.cmdExit.Click += new System.EventHandler(this.cmdExit_Click);
            // 
            // cmdSave
            // 
            this.cmdSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdSave.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.cmdSave.Appearance.BackColor2 = System.Drawing.Color.Transparent;
            this.cmdSave.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdSave.Appearance.ForeColor = System.Drawing.Color.Black;
            this.cmdSave.Appearance.Options.UseBackColor = true;
            this.cmdSave.Appearance.Options.UseFont = true;
            this.cmdSave.Appearance.Options.UseForeColor = true;
            this.cmdSave.Location = new System.Drawing.Point(764, 16);
            this.cmdSave.LookAndFeel.SkinName = "Seven Classic";
            this.cmdSave.LookAndFeel.UseDefaultLookAndFeel = false;
            this.cmdSave.Name = "cmdSave";
            this.cmdSave.Size = new System.Drawing.Size(94, 34);
            this.cmdSave.TabIndex = 0;
            this.cmdSave.Text = "Save";
            this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
            // 
            // panelHeader
            // 
            this.panelHeader.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.panelHeader.Appearance.Options.UseBackColor = true;
            this.panelHeader.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelHeader.Controls.Add(this.lblHeader);
            this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelHeader.Location = new System.Drawing.Point(0, 0);
            this.panelHeader.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
            this.panelHeader.LookAndFeel.UseDefaultLookAndFeel = false;
            this.panelHeader.Margin = new System.Windows.Forms.Padding(0);
            this.panelHeader.Name = "panelHeader";
            this.panelHeader.Size = new System.Drawing.Size(980, 55);
            this.panelHeader.TabIndex = 1;
            // 
            // lblHeader
            // 
            this.lblHeader.AutoSize = true;
            this.lblHeader.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHeader.ForeColor = System.Drawing.Color.White;
            this.lblHeader.Location = new System.Drawing.Point(15, 17);
            this.lblHeader.Name = "lblHeader";
            this.lblHeader.Size = new System.Drawing.Size(128, 19);
            this.lblHeader.TabIndex = 0;
            this.lblHeader.Text = "Item Price List";
            // 
            // frmItemPrice
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1000, 700);
            this.Controls.Add(this.panelBG);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "frmItemPrice";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinSellingPrice)).EndInit();
            this.panelBG.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositorychkIsActive)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lueLabTest)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelFooter)).EndInit();
            this.panelFooter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelHeader)).EndInit();
            this.panelHeader.ResumeLayout(false);
            this.panelHeader.PerformLayout();
            this.ResumeLayout(false);

        }
Example #51
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.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     this.grdPersonas = new DevExpress.XtraGrid.GridControl();
     this.personaListBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1                    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colNroDocumento              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colApellido                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNombre                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSexo                      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFechaNacimiento           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.grdPersonas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.personaListBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // aceptCancelButtonBar1
     //
     this.aceptCancelButtonBar1.AceptButtonVisible  = true;
     this.aceptCancelButtonBar1.BottomsVisible      = true;
     this.aceptCancelButtonBar1.CancelButtonVisible = true;
     this.aceptCancelButtonBar1.Size = new System.Drawing.Size(848, 28);
     //
     // grdPersonas
     //
     this.grdPersonas.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.grdPersonas.DataSource = this.personaListBindingSource;
     this.grdPersonas.Location   = new System.Drawing.Point(6, 8);
     this.grdPersonas.MainView   = this.gridView1;
     this.grdPersonas.Name       = "grdPersonas";
     this.grdPersonas.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageComboBox1
     });
     this.grdPersonas.Size     = new System.Drawing.Size(852, 543);
     this.grdPersonas.TabIndex = 66;
     this.grdPersonas.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // personaListBindingSource
     //
     this.personaListBindingSource.DataSource = typeof(Health.BE.PersonaBE);
     //
     // gridView1
     //
     this.gridView1.Appearance.ColumnFilterButton.BackColor                    = System.Drawing.Color.DarkGray;
     this.gridView1.Appearance.ColumnFilterButton.BorderColor                  = System.Drawing.Color.DarkGray;
     this.gridView1.Appearance.ColumnFilterButton.ForeColor                    = System.Drawing.Color.DimGray;
     this.gridView1.Appearance.ColumnFilterButton.Options.UseBackColor         = true;
     this.gridView1.Appearance.ColumnFilterButton.Options.UseBorderColor       = true;
     this.gridView1.Appearance.ColumnFilterButton.Options.UseForeColor         = true;
     this.gridView1.Appearance.ColumnFilterButtonActive.BackColor              = System.Drawing.Color.DarkGray;
     this.gridView1.Appearance.ColumnFilterButtonActive.BorderColor            = System.Drawing.Color.DarkGray;
     this.gridView1.Appearance.ColumnFilterButtonActive.ForeColor              = System.Drawing.Color.Gainsboro;
     this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBackColor   = true;
     this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseForeColor   = true;
     this.gridView1.Appearance.Empty.BackColor                          = System.Drawing.Color.DimGray;
     this.gridView1.Appearance.Empty.GradientMode                       = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal;
     this.gridView1.Appearance.Empty.Options.UseBackColor               = true;
     this.gridView1.Appearance.EvenRow.BackColor                        = System.Drawing.Color.White;
     this.gridView1.Appearance.EvenRow.Options.UseBackColor             = true;
     this.gridView1.Appearance.FilterCloseButton.BackColor              = System.Drawing.Color.Gray;
     this.gridView1.Appearance.FilterCloseButton.BorderColor            = System.Drawing.Color.Gray;
     this.gridView1.Appearance.FilterCloseButton.Options.UseBackColor   = true;
     this.gridView1.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gridView1.Appearance.FilterPanel.BackColor                    = System.Drawing.Color.Gray;
     this.gridView1.Appearance.FilterPanel.ForeColor                    = System.Drawing.Color.Black;
     this.gridView1.Appearance.FilterPanel.Options.UseBackColor         = true;
     this.gridView1.Appearance.FilterPanel.Options.UseForeColor         = true;
     this.gridView1.Appearance.FocusedRow.BackColor                     = System.Drawing.Color.Black;
     this.gridView1.Appearance.FocusedRow.ForeColor                     = System.Drawing.Color.White;
     this.gridView1.Appearance.FocusedRow.Options.UseBackColor          = true;
     this.gridView1.Appearance.FocusedRow.Options.UseForeColor          = true;
     this.gridView1.Appearance.FooterPanel.BackColor                    = System.Drawing.Color.DarkGray;
     this.gridView1.Appearance.FooterPanel.BorderColor                  = System.Drawing.Color.DarkGray;
     this.gridView1.Appearance.FooterPanel.Options.UseBackColor         = true;
     this.gridView1.Appearance.FooterPanel.Options.UseBorderColor       = true;
     this.gridView1.Appearance.GroupButton.BackColor                    = System.Drawing.Color.Silver;
     this.gridView1.Appearance.GroupButton.BorderColor                  = System.Drawing.Color.Silver;
     this.gridView1.Appearance.GroupButton.Options.UseBackColor         = true;
     this.gridView1.Appearance.GroupButton.Options.UseBorderColor       = true;
     this.gridView1.Appearance.GroupFooter.BackColor                    = System.Drawing.Color.Silver;
     this.gridView1.Appearance.GroupFooter.BorderColor                  = System.Drawing.Color.Silver;
     this.gridView1.Appearance.GroupFooter.Options.UseBackColor         = true;
     this.gridView1.Appearance.GroupFooter.Options.UseBorderColor       = true;
     this.gridView1.Appearance.GroupPanel.BackColor                     = System.Drawing.Color.DimGray;
     this.gridView1.Appearance.GroupPanel.ForeColor                     = System.Drawing.Color.White;
     this.gridView1.Appearance.GroupPanel.Options.UseBackColor          = true;
     this.gridView1.Appearance.GroupPanel.Options.UseForeColor          = true;
     this.gridView1.Appearance.GroupRow.BackColor                       = System.Drawing.Color.Silver;
     this.gridView1.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridView1.Appearance.GroupRow.Options.UseBackColor         = true;
     this.gridView1.Appearance.GroupRow.Options.UseFont              = true;
     this.gridView1.Appearance.HeaderPanel.BackColor                 = System.Drawing.Color.DarkGray;
     this.gridView1.Appearance.HeaderPanel.BorderColor               = System.Drawing.Color.DarkGray;
     this.gridView1.Appearance.HeaderPanel.Options.UseBackColor      = true;
     this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor    = true;
     this.gridView1.Appearance.HideSelectionRow.BackColor            = System.Drawing.Color.LightSlateGray;
     this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gridView1.Appearance.HorzLine.BackColor            = System.Drawing.Color.LightGray;
     this.gridView1.Appearance.HorzLine.Options.UseBackColor = true;
     this.gridView1.Appearance.OddRow.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.gridView1.Appearance.OddRow.Options.UseBackColor  = true;
     this.gridView1.Appearance.Preview.BackColor            = System.Drawing.Color.Gainsboro;
     this.gridView1.Appearance.Preview.ForeColor            = System.Drawing.Color.DimGray;
     this.gridView1.Appearance.Preview.Options.UseBackColor = true;
     this.gridView1.Appearance.Preview.Options.UseForeColor = true;
     this.gridView1.Appearance.Row.BackColor                     = System.Drawing.Color.White;
     this.gridView1.Appearance.Row.Options.UseBackColor          = true;
     this.gridView1.Appearance.RowSeparator.BackColor            = System.Drawing.Color.DimGray;
     this.gridView1.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gridView1.Appearance.SelectedRow.BackColor             = System.Drawing.Color.DimGray;
     this.gridView1.Appearance.SelectedRow.Options.UseBackColor  = true;
     this.gridView1.Appearance.VertLine.BackColor                = System.Drawing.Color.LightGray;
     this.gridView1.Appearance.VertLine.Options.UseBackColor     = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colNroDocumento,
         this.colApellido,
         this.colNombre,
         this.colSexo,
         this.colFechaNacimiento
     });
     styleFormatCondition1.Appearance.BackColor            = System.Drawing.Color.NavajoWhite;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression = "[IsAuthorized] == False";
     this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gridView1.GridControl = this.grdPersonas;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.AllowAddRows          = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.AllowDeleteRows       = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.AutoExpandAllGroups   = true;
     this.gridView1.OptionsBehavior.AutoSelectAllInEditor = false;
     this.gridView1.OptionsFind.AlwaysVisible             = true;
     this.gridView1.OptionsFind.ClearFindOnClose          = false;
     this.gridView1.OptionsFind.FindMode        = DevExpress.XtraEditors.FindMode.Always;
     this.gridView1.OptionsFind.ShowCloseButton = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow            = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow             = true;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
     this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // colNroDocumento
     //
     this.colNroDocumento.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.colNroDocumento.AppearanceHeader.Options.UseFont        = true;
     this.colNroDocumento.AppearanceHeader.Options.UseTextOptions = true;
     this.colNroDocumento.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNroDocumento.FieldName = "NroDocumento";
     this.colNroDocumento.Name      = "colNroDocumento";
     this.colNroDocumento.OptionsColumn.AllowEdit     = false;
     this.colNroDocumento.OptionsColumn.AllowShowHide = false;
     this.colNroDocumento.Visible      = true;
     this.colNroDocumento.VisibleIndex = 2;
     //
     // colApellido
     //
     this.colApellido.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.colApellido.AppearanceHeader.Options.UseFont        = true;
     this.colApellido.AppearanceHeader.Options.UseTextOptions = true;
     this.colApellido.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colApellido.FieldName = "Apellido";
     this.colApellido.Name      = "colApellido";
     this.colApellido.OptionsColumn.AllowEdit     = false;
     this.colApellido.OptionsColumn.AllowShowHide = false;
     this.colApellido.Visible      = true;
     this.colApellido.VisibleIndex = 0;
     //
     // colNombre
     //
     this.colNombre.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.colNombre.AppearanceHeader.Options.UseFont        = true;
     this.colNombre.AppearanceHeader.Options.UseTextOptions = true;
     this.colNombre.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNombre.FieldName = "Nombre";
     this.colNombre.Name      = "colNombre";
     this.colNombre.OptionsColumn.AllowEdit     = false;
     this.colNombre.OptionsColumn.AllowShowHide = false;
     this.colNombre.Visible      = true;
     this.colNombre.VisibleIndex = 1;
     //
     // colSexo
     //
     this.colSexo.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.colSexo.AppearanceHeader.Options.UseFont        = true;
     this.colSexo.AppearanceHeader.Options.UseTextOptions = true;
     this.colSexo.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSexo.FieldName = "Sexo";
     this.colSexo.Name      = "colSexo";
     this.colSexo.OptionsColumn.AllowEdit     = false;
     this.colSexo.OptionsColumn.AllowShowHide = false;
     this.colSexo.Visible      = true;
     this.colSexo.VisibleIndex = 3;
     //
     // colFechaNacimiento
     //
     this.colFechaNacimiento.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.colFechaNacimiento.AppearanceHeader.Options.UseFont        = true;
     this.colFechaNacimiento.AppearanceHeader.Options.UseTextOptions = true;
     this.colFechaNacimiento.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colFechaNacimiento.FieldName = "FechaNacimiento";
     this.colFechaNacimiento.Name      = "colFechaNacimiento";
     this.colFechaNacimiento.OptionsColumn.AllowEdit     = false;
     this.colFechaNacimiento.OptionsColumn.AllowShowHide = false;
     this.colFechaNacimiento.Visible      = true;
     this.colFechaNacimiento.VisibleIndex = 4;
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.AutoHeight   = false;
     serializableAppearanceObject1.Options.UseImage = true;
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "Estado", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)
     });
     this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("No activo", false, 0),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Activo", true, 1)
     });
     this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
     //
     // frmFindPerosnas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(854, 593);
     this.Controls.Add(this.grdPersonas);
     this.Name = "frmFindPerosnas";
     this.Text = "Buscar persona ";
     this.Controls.SetChildIndex(this.grdPersonas, 0);
     this.Controls.SetChildIndex(this.aceptCancelButtonBar1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.grdPersonas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.personaListBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).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(ucChiTiet));
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.bm = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.bbiXem = new DevExpress.XtraBars.BarButtonItem();
     this.bbiSua = new DevExpress.XtraBars.BarButtonItem();
     this.bbiXuatExcel = new DevExpress.XtraBars.BarButtonItem();
     this.bbiDong = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.img = new DevExpress.Utils.ImageCollection(this.components);
     this.gcList = new DevExpress.XtraGrid.GridControl();
     this.cHUNGTUCHITIETTheoNgayBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsCamDo = new Phan_Mem_Quan_Ly_Cam_Do.CamDo.DS.dsCamDo();
     this.gbList = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colMa_Chi_Tiet = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colMa_Chung_Tu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colNgay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTen_Khach_Hang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo_CMND = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colDia_Chi = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo_Tien_Cam = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.rptMayTinh = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.colTen_Tai_San = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colLoai_Vang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colTrong_Luong_Vang_18k = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTrong_Luong_Vang_24k = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTrong_Luong_Khac = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTrong_Luong = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colChuan_Do = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colGia_Tri_Vat_Cam = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSap_Xep = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTinh_Trang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.rptMayTinhPhanTram = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.txtDen = new DevExpress.XtraEditors.DateEdit();
     this.txtTu = new DevExpress.XtraEditors.DateEdit();
     this.cbTuyChon = new DevExpress.XtraEditors.ComboBoxEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.cHUNG_TU_CHI_TIET_Theo_NgayTableAdapter = new Phan_Mem_Quan_Ly_Cam_Do.CamDo.DS.dsCamDoTableAdapters.CHUNG_TU_CHI_TIET_Theo_NgayTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.bm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.img)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUCHITIETTheoNgayBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCamDo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinhPhanTram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTuyChon.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     this.SuspendLayout();
     //
     // bm
     //
     this.bm.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar2});
     this.bm.DockControls.Add(this.barDockControlTop);
     this.bm.DockControls.Add(this.barDockControlBottom);
     this.bm.DockControls.Add(this.barDockControlLeft);
     this.bm.DockControls.Add(this.barDockControlRight);
     this.bm.Form = this;
     this.bm.Images = this.img;
     this.bm.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiSua,
     this.bbiDong,
     this.bbiXem,
     this.bbiXuatExcel});
     this.bm.LargeImages = this.img;
     this.bm.MainMenu = this.bar2;
     this.bm.MaxItemId = 7;
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiSua),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiXuatExcel),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiDong)});
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // bbiXem
     //
     this.bbiXem.Caption = "Xem";
     this.bbiXem.Id = 5;
     this.bbiXem.ImageIndex = 35;
     this.bbiXem.Name = "bbiXem";
     this.bbiXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiXem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXem_ItemClick);
     //
     // bbiSua
     //
     this.bbiSua.Caption = "Sửa";
     this.bbiSua.Id = 1;
     this.bbiSua.ImageIndex = 29;
     this.bbiSua.Name = "bbiSua";
     this.bbiSua.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiSua.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSua_ItemClick);
     //
     // bbiXuatExcel
     //
     this.bbiXuatExcel.Caption = "Xuất Excel";
     this.bbiXuatExcel.Id = 6;
     this.bbiXuatExcel.ImageIndex = 54;
     this.bbiXuatExcel.Name = "bbiXuatExcel";
     this.bbiXuatExcel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiXuatExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXuatExcel_ItemClick);
     //
     // bbiDong
     //
     this.bbiDong.Caption = "Đóng";
     this.bbiDong.Id = 3;
     this.bbiDong.ImageIndex = 10;
     this.bbiDong.Name = "bbiDong";
     this.bbiDong.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiDong.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiDong_ItemClick);
     //
     // 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(1133, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 636);
     this.barDockControlBottom.Size = new System.Drawing.Size(1133, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 612);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1133, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 612);
     //
     // img
     //
     this.img.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("img.ImageStream")));
     this.img.Images.SetKeyName(0, "abort.png");
     this.img.Images.SetKeyName(1, "about.png");
     this.img.Images.SetKeyName(2, "accept.png");
     this.img.Images.SetKeyName(3, "add.png");
     this.img.Images.SetKeyName(4, "application.png");
     this.img.Images.SetKeyName(5, "apply.png");
     this.img.Images.SetKeyName(6, "attention.png");
     this.img.Images.SetKeyName(7, "back.png");
     this.img.Images.SetKeyName(8, "cancel.png");
     this.img.Images.SetKeyName(9, "circulation.png");
     this.img.Images.SetKeyName(10, "close.png");
     this.img.Images.SetKeyName(11, "create.png");
     this.img.Images.SetKeyName(12, "cut.png");
     this.img.Images.SetKeyName(13, "danger.png");
     this.img.Images.SetKeyName(14, "delete.png");
     this.img.Images.SetKeyName(15, "down.png");
     this.img.Images.SetKeyName(16, "erase.png");
     this.img.Images.SetKeyName(17, "error.png");
     this.img.Images.SetKeyName(18, "forward.png");
     this.img.Images.SetKeyName(19, "help.png");
     this.img.Images.SetKeyName(20, "info.png");
     this.img.Images.SetKeyName(21, "information.png");
     this.img.Images.SetKeyName(22, "logout.png");
     this.img.Images.SetKeyName(23, "minus.png");
     this.img.Images.SetKeyName(24, "move.png");
     this.img.Images.SetKeyName(25, "next.png");
     this.img.Images.SetKeyName(26, "no entry.png");
     this.img.Images.SetKeyName(27, "no.png");
     this.img.Images.SetKeyName(28, "OK.png");
     this.img.Images.SetKeyName(29, "options.png");
     this.img.Images.SetKeyName(30, "plus.png");
     this.img.Images.SetKeyName(31, "previous.png");
     this.img.Images.SetKeyName(32, "problem.png");
     this.img.Images.SetKeyName(33, "question.png");
     this.img.Images.SetKeyName(34, "redo.png");
     this.img.Images.SetKeyName(35, "refresh.png");
     this.img.Images.SetKeyName(36, "remove.png");
     this.img.Images.SetKeyName(37, "renew.png");
     this.img.Images.SetKeyName(38, "repeat.png");
     this.img.Images.SetKeyName(39, "run.png");
     this.img.Images.SetKeyName(40, "save.png");
     this.img.Images.SetKeyName(41, "search.png");
     this.img.Images.SetKeyName(42, "settings.png");
     this.img.Images.SetKeyName(43, "stop.png");
     this.img.Images.SetKeyName(44, "switch.png");
     this.img.Images.SetKeyName(45, "sync.png");
     this.img.Images.SetKeyName(46, "system.png");
     this.img.Images.SetKeyName(47, "turn off.png");
     this.img.Images.SetKeyName(48, "undo.png");
     this.img.Images.SetKeyName(49, "up.png");
     this.img.Images.SetKeyName(50, "update.png");
     this.img.Images.SetKeyName(51, "view.png");
     this.img.Images.SetKeyName(52, "warning.png");
     this.img.Images.SetKeyName(53, "yes.png");
     this.img.Images.SetKeyName(54, "Excel-icon.png");
     //
     // gcList
     //
     this.gcList.DataSource = this.cHUNGTUCHITIETTheoNgayBindingSource;
     this.gcList.Location = new System.Drawing.Point(2, 26);
     this.gcList.MainView = this.gbList;
     this.gcList.MenuManager = this.bm;
     this.gcList.Name = "gcList";
     this.gcList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.rptMayTinh,
     this.rptMayTinhPhanTram});
     this.gcList.Size = new System.Drawing.Size(1129, 584);
     this.gcList.TabIndex = 4;
     this.gcList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gbList});
     //
     // cHUNGTUCHITIETTheoNgayBindingSource
     //
     this.cHUNGTUCHITIETTheoNgayBindingSource.DataMember = "CHUNG_TU_CHI_TIET_Theo_Ngay";
     this.cHUNGTUCHITIETTheoNgayBindingSource.DataSource = this.dsCamDo;
     //
     // dsCamDo
     //
     this.dsCamDo.DataSetName = "dsCamDo";
     this.dsCamDo.EnforceConstraints = false;
     this.dsCamDo.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gbList
     //
     this.gbList.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.gbList.Appearance.GroupRow.ForeColor = System.Drawing.Color.Red;
     this.gbList.Appearance.GroupRow.Options.UseFont = true;
     this.gbList.Appearance.GroupRow.Options.UseForeColor = true;
     this.gbList.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1,
     this.gridBand2,
     this.gridBand3});
     this.gbList.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.colMa_Chi_Tiet,
     this.colMa_Chung_Tu,
     this.colNgay,
     this.colTen_Khach_Hang,
     this.colSo_CMND,
     this.colDia_Chi,
     this.colSo_Tien_Cam,
     this.colTen_Tai_San,
     this.colLoai_Vang,
     this.colTrong_Luong,
     this.colChuan_Do,
     this.colGia_Tri_Vat_Cam,
     this.colSap_Xep,
     this.colTinh_Trang,
     this.colTrong_Luong_Vang_18k,
     this.colTrong_Luong_Vang_24k,
     this.colTrong_Luong_Khac});
     this.gbList.CustomizationFormBounds = new System.Drawing.Rectangle(427, 278, 216, 199);
     styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression = "Iif([Tinh_Trang] == \'R\',True  ,False )";
     this.gbList.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1});
     this.gbList.GridControl = this.gcList;
     this.gbList.GroupPanelText = "Kéo cột và thả vào đây để nhóm dữ liệu";
     this.gbList.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Thanh_Tien", null, " - Thành Tiền - {0:##,##0,###}")});
     this.gbList.IndicatorWidth = 40;
     this.gbList.Name = "gbList";
     this.gbList.OptionsBehavior.AutoExpandAllGroups = true;
     this.gbList.OptionsView.ColumnAutoWidth = false;
     this.gbList.OptionsView.ShowAutoFilterRow = true;
     this.gbList.OptionsView.ShowFooter = true;
     this.gbList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colMa_Chung_Tu, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gbList.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gbList_CustomDrawRowIndicator);
     //
     // gridBand1
     //
     this.gridBand1.Columns.Add(this.colMa_Chi_Tiet);
     this.gridBand1.Columns.Add(this.colMa_Chung_Tu);
     this.gridBand1.Columns.Add(this.colNgay);
     this.gridBand1.Columns.Add(this.colTen_Khach_Hang);
     this.gridBand1.Columns.Add(this.colSo_CMND);
     this.gridBand1.Columns.Add(this.colDia_Chi);
     this.gridBand1.Columns.Add(this.colSo_Tien_Cam);
     this.gridBand1.Columns.Add(this.colTen_Tai_San);
     this.gridBand1.Columns.Add(this.colLoai_Vang);
     this.gridBand1.MinWidth = 20;
     this.gridBand1.Name = "gridBand1";
     this.gridBand1.VisibleIndex = 0;
     this.gridBand1.Width = 659;
     //
     // colMa_Chi_Tiet
     //
     this.colMa_Chi_Tiet.AppearanceHeader.Options.UseTextOptions = true;
     this.colMa_Chi_Tiet.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMa_Chi_Tiet.FieldName = "Ma_Chi_Tiet";
     this.colMa_Chi_Tiet.Name = "colMa_Chi_Tiet";
     this.colMa_Chi_Tiet.OptionsColumn.ReadOnly = true;
     this.colMa_Chi_Tiet.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // colMa_Chung_Tu
     //
     this.colMa_Chung_Tu.AppearanceHeader.Options.UseTextOptions = true;
     this.colMa_Chung_Tu.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMa_Chung_Tu.Caption = "Mã Chứng Từ";
     this.colMa_Chung_Tu.FieldName = "Ma_Chung_Tu";
     this.colMa_Chung_Tu.Name = "colMa_Chung_Tu";
     this.colMa_Chung_Tu.OptionsColumn.ReadOnly = true;
     this.colMa_Chung_Tu.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colMa_Chung_Tu.Visible = true;
     this.colMa_Chung_Tu.Width = 100;
     //
     // colNgay
     //
     this.colNgay.AppearanceHeader.Options.UseTextOptions = true;
     this.colNgay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNgay.Caption = "Ngày";
     this.colNgay.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colNgay.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.colNgay.FieldName = "Ngay";
     this.colNgay.Name = "colNgay";
     this.colNgay.OptionsColumn.ReadOnly = true;
     this.colNgay.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colNgay.Visible = true;
     //
     // colTen_Khach_Hang
     //
     this.colTen_Khach_Hang.AppearanceHeader.Options.UseTextOptions = true;
     this.colTen_Khach_Hang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTen_Khach_Hang.Caption = "Tên Khách Hàng";
     this.colTen_Khach_Hang.FieldName = "Ten_Khach_Hang";
     this.colTen_Khach_Hang.Name = "colTen_Khach_Hang";
     this.colTen_Khach_Hang.OptionsColumn.ReadOnly = true;
     this.colTen_Khach_Hang.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTen_Khach_Hang.Visible = true;
     this.colTen_Khach_Hang.Width = 100;
     //
     // colSo_CMND
     //
     this.colSo_CMND.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo_CMND.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo_CMND.Caption = "Số CMND";
     this.colSo_CMND.FieldName = "So_CMND";
     this.colSo_CMND.Name = "colSo_CMND";
     this.colSo_CMND.OptionsColumn.ReadOnly = true;
     this.colSo_CMND.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo_CMND.Visible = true;
     //
     // colDia_Chi
     //
     this.colDia_Chi.AppearanceHeader.Options.UseTextOptions = true;
     this.colDia_Chi.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDia_Chi.Caption = "Địa Chỉ";
     this.colDia_Chi.FieldName = "Dia_Chi";
     this.colDia_Chi.Name = "colDia_Chi";
     this.colDia_Chi.OptionsColumn.ReadOnly = true;
     this.colDia_Chi.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colDia_Chi.Visible = true;
     //
     // colSo_Tien_Cam
     //
     this.colSo_Tien_Cam.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo_Tien_Cam.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo_Tien_Cam.Caption = "Số Tiền Cầm";
     this.colSo_Tien_Cam.ColumnEdit = this.rptMayTinh;
     this.colSo_Tien_Cam.FieldName = "So_Tien_Cam";
     this.colSo_Tien_Cam.Name = "colSo_Tien_Cam";
     this.colSo_Tien_Cam.OptionsColumn.ReadOnly = true;
     this.colSo_Tien_Cam.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo_Tien_Cam.Visible = true;
     this.colSo_Tien_Cam.Width = 81;
     //
     // rptMayTinh
     //
     this.rptMayTinh.AutoHeight = false;
     this.rptMayTinh.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rptMayTinh.DisplayFormat.FormatString = "{0:##,##0.###}";
     this.rptMayTinh.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinh.EditFormat.FormatString = "{0:##,##0.###}";
     this.rptMayTinh.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinh.Name = "rptMayTinh";
     //
     // colTen_Tai_San
     //
     this.colTen_Tai_San.AppearanceHeader.Options.UseTextOptions = true;
     this.colTen_Tai_San.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTen_Tai_San.Caption = "Tên Tài Sản";
     this.colTen_Tai_San.FieldName = "Ten_Tai_San";
     this.colTen_Tai_San.Name = "colTen_Tai_San";
     this.colTen_Tai_San.OptionsColumn.ReadOnly = true;
     this.colTen_Tai_San.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTen_Tai_San.Visible = true;
     this.colTen_Tai_San.Width = 78;
     //
     // colLoai_Vang
     //
     this.colLoai_Vang.AppearanceHeader.Options.UseTextOptions = true;
     this.colLoai_Vang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colLoai_Vang.Caption = "Loại Vàng";
     this.colLoai_Vang.FieldName = "Loai_Vang";
     this.colLoai_Vang.Name = "colLoai_Vang";
     this.colLoai_Vang.OptionsColumn.ReadOnly = true;
     this.colLoai_Vang.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colLoai_Vang.Visible = true;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand2.Caption = "Trọng Lượng";
     this.gridBand2.Columns.Add(this.colTrong_Luong_Vang_18k);
     this.gridBand2.Columns.Add(this.colTrong_Luong_Vang_24k);
     this.gridBand2.Columns.Add(this.colTrong_Luong_Khac);
     this.gridBand2.Columns.Add(this.colTrong_Luong);
     this.gridBand2.MinWidth = 20;
     this.gridBand2.Name = "gridBand2";
     this.gridBand2.VisibleIndex = 1;
     this.gridBand2.Width = 308;
     //
     // colTrong_Luong_Vang_18k
     //
     this.colTrong_Luong_Vang_18k.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong_Vang_18k.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong_Vang_18k.Caption = "18k";
     this.colTrong_Luong_Vang_18k.ColumnEdit = this.rptMayTinh;
     this.colTrong_Luong_Vang_18k.FieldName = "Trong_Luong_Vang_18k";
     this.colTrong_Luong_Vang_18k.Name = "colTrong_Luong_Vang_18k";
     this.colTrong_Luong_Vang_18k.OptionsColumn.ReadOnly = true;
     this.colTrong_Luong_Vang_18k.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTrong_Luong_Vang_18k.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Trong_Luong_Vang_18k", "{0:##,##0.###}")});
     this.colTrong_Luong_Vang_18k.Visible = true;
     //
     // colTrong_Luong_Vang_24k
     //
     this.colTrong_Luong_Vang_24k.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong_Vang_24k.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong_Vang_24k.Caption = "24k";
     this.colTrong_Luong_Vang_24k.ColumnEdit = this.rptMayTinh;
     this.colTrong_Luong_Vang_24k.FieldName = "Trong_Luong_Vang_24k";
     this.colTrong_Luong_Vang_24k.Name = "colTrong_Luong_Vang_24k";
     this.colTrong_Luong_Vang_24k.OptionsColumn.ReadOnly = true;
     this.colTrong_Luong_Vang_24k.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTrong_Luong_Vang_24k.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Trong_Luong_Vang_24k", "{0:##,##0.###}")});
     this.colTrong_Luong_Vang_24k.Visible = true;
     //
     // colTrong_Luong_Khac
     //
     this.colTrong_Luong_Khac.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong_Khac.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong_Khac.Caption = "Khác";
     this.colTrong_Luong_Khac.ColumnEdit = this.rptMayTinh;
     this.colTrong_Luong_Khac.FieldName = "Trong_Luong_Khac";
     this.colTrong_Luong_Khac.Name = "colTrong_Luong_Khac";
     this.colTrong_Luong_Khac.OptionsColumn.ReadOnly = true;
     this.colTrong_Luong_Khac.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTrong_Luong_Khac.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Trong_Luong_Khac", "{0:##,##0.###}")});
     this.colTrong_Luong_Khac.Visible = true;
     //
     // colTrong_Luong
     //
     this.colTrong_Luong.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong.Caption = "Trọng Lượng";
     this.colTrong_Luong.FieldName = "Trong_Luong";
     this.colTrong_Luong.Name = "colTrong_Luong";
     this.colTrong_Luong.OptionsColumn.ReadOnly = true;
     this.colTrong_Luong.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTrong_Luong.Visible = true;
     this.colTrong_Luong.Width = 83;
     //
     // gridBand3
     //
     this.gridBand3.Columns.Add(this.colChuan_Do);
     this.gridBand3.Columns.Add(this.colGia_Tri_Vat_Cam);
     this.gridBand3.Columns.Add(this.colSap_Xep);
     this.gridBand3.Columns.Add(this.colTinh_Trang);
     this.gridBand3.MinWidth = 20;
     this.gridBand3.Name = "gridBand3";
     this.gridBand3.VisibleIndex = 2;
     this.gridBand3.Width = 245;
     //
     // colChuan_Do
     //
     this.colChuan_Do.AppearanceHeader.Options.UseTextOptions = true;
     this.colChuan_Do.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colChuan_Do.Caption = "Chuẩn Độ";
     this.colChuan_Do.FieldName = "Chuan_Do";
     this.colChuan_Do.Name = "colChuan_Do";
     this.colChuan_Do.OptionsColumn.ReadOnly = true;
     this.colChuan_Do.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colChuan_Do.Visible = true;
     //
     // colGia_Tri_Vat_Cam
     //
     this.colGia_Tri_Vat_Cam.AppearanceHeader.Options.UseTextOptions = true;
     this.colGia_Tri_Vat_Cam.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colGia_Tri_Vat_Cam.Caption = "Giá Trị Vật Cầm";
     this.colGia_Tri_Vat_Cam.ColumnEdit = this.rptMayTinh;
     this.colGia_Tri_Vat_Cam.FieldName = "Gia_Tri_Vat_Cam";
     this.colGia_Tri_Vat_Cam.Name = "colGia_Tri_Vat_Cam";
     this.colGia_Tri_Vat_Cam.OptionsColumn.ReadOnly = true;
     this.colGia_Tri_Vat_Cam.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colGia_Tri_Vat_Cam.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Gia_Tri_Vat_Cam", "{0:##,##0.###}")});
     this.colGia_Tri_Vat_Cam.Visible = true;
     this.colGia_Tri_Vat_Cam.Width = 95;
     //
     // colSap_Xep
     //
     this.colSap_Xep.AppearanceHeader.Options.UseTextOptions = true;
     this.colSap_Xep.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSap_Xep.Caption = "Sắp Xếp";
     this.colSap_Xep.FieldName = "Sap_Xep";
     this.colSap_Xep.Name = "colSap_Xep";
     this.colSap_Xep.OptionsColumn.ReadOnly = true;
     this.colSap_Xep.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSap_Xep.Visible = true;
     //
     // colTinh_Trang
     //
     this.colTinh_Trang.AppearanceHeader.Options.UseTextOptions = true;
     this.colTinh_Trang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTinh_Trang.FieldName = "Tinh_Trang";
     this.colTinh_Trang.Name = "colTinh_Trang";
     //
     // rptMayTinhPhanTram
     //
     this.rptMayTinhPhanTram.AutoHeight = false;
     this.rptMayTinhPhanTram.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rptMayTinhPhanTram.DisplayFormat.FormatString = "{0:##,##0.###} %";
     this.rptMayTinhPhanTram.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinhPhanTram.EditFormat.FormatString = "{0:##,##0.###} %";
     this.rptMayTinhPhanTram.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinhPhanTram.Name = "rptMayTinhPhanTram";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.layoutControl2);
     this.layoutControl1.Controls.Add(this.txtDen);
     this.layoutControl1.Controls.Add(this.txtTu);
     this.layoutControl1.Controls.Add(this.cbTuyChon);
     this.layoutControl1.Controls.Add(this.gcList);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 24);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1133, 612);
     this.layoutControl1.TabIndex = 5;
     this.layoutControl1.Text = "layoutControl1";
     //
     // layoutControl2
     //
     this.layoutControl2.Location = new System.Drawing.Point(541, 2);
     this.layoutControl2.Name = "layoutControl2";
     this.layoutControl2.Root = this.layoutControlGroup2;
     this.layoutControl2.Size = new System.Drawing.Size(590, 20);
     this.layoutControl2.TabIndex = 8;
     this.layoutControl2.Text = "layoutControl2";
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible = false;
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Size = new System.Drawing.Size(590, 20);
     this.layoutControlGroup2.Text = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // txtDen
     //
     this.txtDen.EditValue = null;
     this.txtDen.Location = new System.Drawing.Point(397, 2);
     this.txtDen.MenuManager = this.bm;
     this.txtDen.Name = "txtDen";
     this.txtDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtDen.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtDen.Properties.DisplayFormat.FormatString = "{0:dd/MM/yyyy}";
     this.txtDen.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtDen.Properties.EditFormat.FormatString = "{0:dd/MM/yyyy}";
     this.txtDen.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtDen.Size = new System.Drawing.Size(140, 20);
     this.txtDen.StyleController = this.layoutControl1;
     this.txtDen.TabIndex = 7;
     //
     // txtTu
     //
     this.txtTu.EditValue = null;
     this.txtTu.Location = new System.Drawing.Point(217, 2);
     this.txtTu.MenuManager = this.bm;
     this.txtTu.Name = "txtTu";
     this.txtTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtTu.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtTu.Properties.DisplayFormat.FormatString = "{0:dd/MM/yyyy}";
     this.txtTu.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtTu.Properties.EditFormat.FormatString = "{0:dd/MM/yyyy}";
     this.txtTu.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtTu.Size = new System.Drawing.Size(141, 20);
     this.txtTu.StyleController = this.layoutControl1;
     this.txtTu.TabIndex = 6;
     //
     // cbTuyChon
     //
     this.cbTuyChon.EditValue = "Tùy chọn";
     this.cbTuyChon.Location = new System.Drawing.Point(57, 2);
     this.cbTuyChon.MenuManager = this.bm;
     this.cbTuyChon.Name = "cbTuyChon";
     this.cbTuyChon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbTuyChon.Properties.Items.AddRange(new object[] {
     "Tùy chọn",
     "Tất cả",
     "Tháng 1",
     "Tháng 2",
     "Tháng 3",
     "Tháng 4",
     "Tháng 5",
     "Tháng 6",
     "Tháng 7",
     "Tháng 8",
     "Tháng 9",
     "Tháng 10",
     "Tháng 11",
     "Tháng 12"});
     this.cbTuyChon.Size = new System.Drawing.Size(121, 20);
     this.cbTuyChon.StyleController = this.layoutControl1;
     this.cbTuyChon.TabIndex = 5;
     this.cbTuyChon.SelectedIndexChanged += new System.EventHandler(this.cbTuyChon_SelectedIndexChanged);
     //
     // 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.layoutControlItem1,
     this.layoutControlItem2,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.layoutControlItem5});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size = new System.Drawing.Size(1133, 612);
     this.layoutControlGroup1.Text = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gcList;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1133, 588);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.cbTuyChon;
     this.layoutControlItem2.CustomizationFormText = "Tùy Chọn";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(180, 24);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(109, 24);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(180, 24);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text = "Tùy Chọn";
     this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(50, 13);
     this.layoutControlItem2.TextToControlDistance = 5;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.txtTu;
     this.layoutControlItem3.CustomizationFormText = "Từ";
     this.layoutControlItem3.Location = new System.Drawing.Point(180, 0);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(180, 24);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(151, 24);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(180, 24);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text = "Từ";
     this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem3.TextToControlDistance = 5;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.txtDen;
     this.layoutControlItem4.CustomizationFormText = "Đến";
     this.layoutControlItem4.Location = new System.Drawing.Point(360, 0);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(180, 24);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(151, 24);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(179, 24);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text = "Đến";
     this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem4.TextToControlDistance = 5;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.layoutControl2;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(539, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(594, 24);
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // cHUNG_TU_CHI_TIET_Theo_NgayTableAdapter
     //
     this.cHUNG_TU_CHI_TIET_Theo_NgayTableAdapter.ClearBeforeFill = true;
     //
     // ucChiTiet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "ucChiTiet";
     this.Size = new System.Drawing.Size(1133, 636);
     ((System.ComponentModel.ISupportInitialize)(this.bm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.img)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUCHITIETTheoNgayBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCamDo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinhPhanTram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTuyChon.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).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.StyleFormatCondition       styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition5 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition6 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(uc_AllShiftGrid));
     this.gridControl2                   = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.m_enEsperaToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.m_atenderToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1            = new System.Windows.Forms.ToolStripSeparator();
     this.m_SetCanceled                  = new System.Windows.Forms.ToolStripMenuItem();
     this.m_cerrarTurnoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.appointmentListBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.gridView2                    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colAppointmentStatus         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.colTime          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDescription   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNombrePatient = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStart         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.imageList2       = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentListBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor = System.Drawing.Color.White;
     this.lblTitle.Appearance.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Size = new System.Drawing.Size(827, 41);
     this.lblTitle.Text = "Listado de turnos otorgados";
     //
     // gridControl2
     //
     this.gridControl2.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.gridControl2.ContextMenuStrip = this.contextMenuStrip1;
     this.gridControl2.DataSource       = this.appointmentListBindingSource;
     this.gridControl2.Location         = new System.Drawing.Point(0, 41);
     this.gridControl2.MainView         = this.gridView2;
     this.gridControl2.Name             = "gridControl2";
     this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageComboBox1
     });
     this.gridControl2.Size     = new System.Drawing.Size(827, 672);
     this.gridControl2.TabIndex = 13;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_enEsperaToolStripMenuItem,
         this.m_atenderToolStripMenuItem,
         this.toolStripSeparator1,
         this.m_SetCanceled,
         this.m_cerrarTurnoToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(158, 128);
     //
     // m_enEsperaToolStripMenuItem
     //
     this.m_enEsperaToolStripMenuItem.Image  = global::Health.Front.Base.Properties.Resource.ic_menu_recent_history__2_;
     this.m_enEsperaToolStripMenuItem.Name   = "m_enEsperaToolStripMenuItem";
     this.m_enEsperaToolStripMenuItem.Size   = new System.Drawing.Size(157, 24);
     this.m_enEsperaToolStripMenuItem.Text   = "En espera";
     this.m_enEsperaToolStripMenuItem.Click += new System.EventHandler(this.enEsperaToolStripMenuItem_Click);
     //
     // m_atenderToolStripMenuItem
     //
     this.m_atenderToolStripMenuItem.Enabled = false;
     this.m_atenderToolStripMenuItem.Image   = global::Health.Front.Base.Properties.Resource.clock_add_48;
     this.m_atenderToolStripMenuItem.Name    = "m_atenderToolStripMenuItem";
     this.m_atenderToolStripMenuItem.Size    = new System.Drawing.Size(157, 24);
     this.m_atenderToolStripMenuItem.Text    = "Atender";
     this.m_atenderToolStripMenuItem.Click  += new System.EventHandler(this.atenderToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(154, 6);
     //
     // m_SetCanceled
     //
     this.m_SetCanceled.Enabled = false;
     this.m_SetCanceled.Image   = global::Health.Front.Base.Properties.Resource.clock_remove_48;
     this.m_SetCanceled.Name    = "m_SetCanceled";
     this.m_SetCanceled.Size    = new System.Drawing.Size(157, 24);
     this.m_SetCanceled.Text    = "Cancelar";
     this.m_SetCanceled.Click  += new System.EventHandler(this.m_SetCanceled_Click);
     //
     // m_cerrarTurnoToolStripMenuItem
     //
     this.m_cerrarTurnoToolStripMenuItem.Enabled = false;
     this.m_cerrarTurnoToolStripMenuItem.Image   = global::Health.Front.Base.Properties.Resource.close_16;
     this.m_cerrarTurnoToolStripMenuItem.Name    = "m_cerrarTurnoToolStripMenuItem";
     this.m_cerrarTurnoToolStripMenuItem.Size    = new System.Drawing.Size(157, 24);
     this.m_cerrarTurnoToolStripMenuItem.Text    = "Cerrar turno";
     this.m_cerrarTurnoToolStripMenuItem.Click  += new System.EventHandler(this.m_cerrarTurnoToolStripMenuItem_Click);
     //
     // appointmentListBindingSource
     //
     this.appointmentListBindingSource.DataSource = typeof(Health.BE.AppointmentList);
     //
     // gridView2
     //
     this.gridView2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colAppointmentStatus,
         this.colTime,
         this.colDescription,
         this.colNombrePatient,
         this.colStart
     });
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.SteelBlue;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression                      = "[Status] == 630";
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.Goldenrod;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression                      = "[Status] == 635";
     styleFormatCondition3.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     styleFormatCondition3.Appearance.Options.UseForeColor = true;
     styleFormatCondition3.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition3.Expression                      = "[Status] == 631";
     styleFormatCondition4.Appearance.ForeColor            = System.Drawing.Color.Black;
     styleFormatCondition4.Appearance.Options.UseForeColor = true;
     styleFormatCondition4.ApplyToRow                      = true;
     styleFormatCondition4.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition4.Expression                      = "[Status] == 636";
     styleFormatCondition5.Appearance.ForeColor            = System.Drawing.Color.DimGray;
     styleFormatCondition5.Appearance.Options.UseForeColor = true;
     styleFormatCondition5.ApplyToRow                      = true;
     styleFormatCondition5.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition5.Expression                      = "[Status] == 637";
     styleFormatCondition6.Appearance.BackColor            = System.Drawing.Color.Khaki;
     styleFormatCondition6.Appearance.Font                 = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     styleFormatCondition6.Appearance.Options.UseBackColor = true;
     styleFormatCondition6.Appearance.Options.UseFont      = true;
     styleFormatCondition6.ApplyToRow                      = true;
     styleFormatCondition6.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition6.Expression                      = "[Status] == 638 OR [Status] == 639";
     this.gridView2.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2,
         styleFormatCondition3,
         styleFormatCondition4,
         styleFormatCondition5,
         styleFormatCondition6
     });
     this.gridView2.GridControl = this.gridControl2;
     this.gridView2.Name        = "gridView2";
     this.gridView2.OptionsBehavior.AllowAddRows             = DevExpress.Utils.DefaultBoolean.False;
     this.gridView2.OptionsBehavior.AllowDeleteRows          = DevExpress.Utils.DefaultBoolean.False;
     this.gridView2.OptionsBehavior.AllowFixedGroups         = DevExpress.Utils.DefaultBoolean.False;
     this.gridView2.OptionsBehavior.Editable                 = false;
     this.gridView2.OptionsBehavior.ReadOnly                 = true;
     this.gridView2.OptionsCustomization.AllowColumnMoving   = false;
     this.gridView2.OptionsCustomization.AllowColumnResizing = false;
     this.gridView2.OptionsCustomization.AllowFilter         = false;
     this.gridView2.OptionsCustomization.AllowSort           = false;
     this.gridView2.OptionsFilter.AllowColumnMRUFilterList   = false;
     this.gridView2.OptionsFilter.AllowFilterEditor          = false;
     this.gridView2.OptionsFind.AlwaysVisible                = true;
     this.gridView2.OptionsFind.FindFilterColumns            = "colFecha";
     this.gridView2.OptionsFind.FindMode                         = DevExpress.XtraEditors.FindMode.Always;
     this.gridView2.OptionsFind.ShowCloseButton                  = false;
     this.gridView2.OptionsMenu.EnableColumnMenu                 = false;
     this.gridView2.OptionsMenu.EnableFooterMenu                 = false;
     this.gridView2.OptionsMenu.EnableGroupPanelMenu             = false;
     this.gridView2.OptionsMenu.ShowAddNewSummaryItem            = DevExpress.Utils.DefaultBoolean.False;
     this.gridView2.OptionsMenu.ShowAutoFilterRowItem            = false;
     this.gridView2.OptionsMenu.ShowDateTimeGroupIntervalItems   = false;
     this.gridView2.OptionsMenu.ShowGroupSortSummaryItems        = false;
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ColumnAutoWidth                  = false;
     this.gridView2.OptionsView.EnableAppearanceEvenRow          = true;
     this.gridView2.OptionsView.ShowGroupPanel                   = false;
     this.gridView2.OptionsView.ShowVertLines                    = false;
     this.gridView2.RowHeight          = 27;
     this.gridView2.RowSeparatorHeight = 3;
     this.gridView2.ScrollStyle        = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.LiveVertScroll;
     this.gridView2.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colStart, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gridView2.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.gridView2_MouseDown);
     this.gridView2.DoubleClick += new System.EventHandler(this.gridView2_DoubleClick);
     //
     // colAppointmentStatus
     //
     this.colAppointmentStatus.Caption    = "Estado";
     this.colAppointmentStatus.ColumnEdit = this.repositoryItemImageComboBox1;
     this.colAppointmentStatus.FieldName  = "Status";
     this.colAppointmentStatus.Name       = "colAppointmentStatus";
     this.colAppointmentStatus.OptionsColumn.AllowEdit     = false;
     this.colAppointmentStatus.OptionsColumn.AllowFocus    = false;
     this.colAppointmentStatus.OptionsColumn.AllowGroup    = DevExpress.Utils.DefaultBoolean.False;
     this.colAppointmentStatus.OptionsColumn.AllowMerge    = DevExpress.Utils.DefaultBoolean.False;
     this.colAppointmentStatus.OptionsColumn.AllowMove     = false;
     this.colAppointmentStatus.OptionsColumn.AllowShowHide = false;
     this.colAppointmentStatus.OptionsColumn.AllowSort     = DevExpress.Utils.DefaultBoolean.False;
     this.colAppointmentStatus.OptionsColumn.ReadOnly      = true;
     this.colAppointmentStatus.Visible      = true;
     this.colAppointmentStatus.VisibleIndex = 0;
     this.colAppointmentStatus.Width        = 170;
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.AutoHeight = false;
     this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Reservado", 630, 0),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("En espera", 635, 1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("En atención", 631, 2),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Cerrado", 632, 3),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Cancelado", 633, 4),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Libre", 636, 5),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Expirado ", 634, 6),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Entreturno", 638, 7),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Sobreturno", 639, 7),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 637, 6)
     });
     this.repositoryItemImageComboBox1.Name     = "repositoryItemImageComboBox1";
     this.repositoryItemImageComboBox1.ReadOnly = true;
     //
     // colTime
     //
     this.colTime.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.colTime.AppearanceCell.Options.UseFont          = true;
     this.colTime.AppearanceCell.Options.UseTextOptions   = true;
     this.colTime.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.colTime.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.colTime.AppearanceHeader.Options.UseFont        = true;
     this.colTime.AppearanceHeader.Options.UseTextOptions = true;
     this.colTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTime.Caption   = "Hora";
     this.colTime.FieldName = "TimeStart";
     this.colTime.Name      = "colTime";
     this.colTime.OptionsColumn.AllowEdit       = false;
     this.colTime.OptionsColumn.AllowFocus      = false;
     this.colTime.OptionsColumn.AllowGroup      = DevExpress.Utils.DefaultBoolean.False;
     this.colTime.OptionsColumn.AllowMerge      = DevExpress.Utils.DefaultBoolean.False;
     this.colTime.OptionsColumn.AllowMove       = false;
     this.colTime.OptionsColumn.AllowShowHide   = false;
     this.colTime.OptionsColumn.ReadOnly        = true;
     this.colTime.OptionsFilter.AllowAutoFilter = false;
     this.colTime.OptionsFilter.AllowFilter     = false;
     this.colTime.Visible      = true;
     this.colTime.VisibleIndex = 2;
     this.colTime.Width        = 148;
     //
     // colDescription
     //
     this.colDescription.Caption   = "Asunto";
     this.colDescription.FieldName = "Subject";
     this.colDescription.Name      = "colDescription";
     this.colDescription.OptionsColumn.AllowEdit       = false;
     this.colDescription.OptionsColumn.AllowFocus      = false;
     this.colDescription.OptionsColumn.AllowGroup      = DevExpress.Utils.DefaultBoolean.False;
     this.colDescription.OptionsColumn.AllowMerge      = DevExpress.Utils.DefaultBoolean.False;
     this.colDescription.OptionsColumn.AllowMove       = false;
     this.colDescription.OptionsColumn.AllowShowHide   = false;
     this.colDescription.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.colDescription.OptionsColumn.ReadOnly        = true;
     this.colDescription.OptionsFilter.AllowAutoFilter = false;
     this.colDescription.OptionsFilter.AllowFilter     = false;
     this.colDescription.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowForFocusedRow;
     this.colDescription.Visible        = true;
     this.colDescription.VisibleIndex   = 3;
     this.colDescription.Width          = 300;
     //
     // colNombrePatient
     //
     this.colNombrePatient.Caption      = "Paciente";
     this.colNombrePatient.FieldName    = "ProfesionalAppointment.PatientName";
     this.colNombrePatient.Name         = "colNombrePatient";
     this.colNombrePatient.Visible      = true;
     this.colNombrePatient.VisibleIndex = 4;
     this.colNombrePatient.Width        = 200;
     //
     // colStart
     //
     this.colStart.Caption      = "Fecha";
     this.colStart.FieldName    = "Start";
     this.colStart.Name         = "colStart";
     this.colStart.SortMode     = DevExpress.XtraGrid.ColumnSortMode.Value;
     this.colStart.Visible      = true;
     this.colStart.VisibleIndex = 1;
     this.colStart.Width        = 100;
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "AppoimentStatus_Reserved.png");
     this.imageList2.Images.SetKeyName(1, "AppoimentStatusWaiting.png");
     this.imageList2.Images.SetKeyName(2, "AppoimentStatusInAttention.png");
     this.imageList2.Images.SetKeyName(3, "AppoimentStatusClosed.png");
     this.imageList2.Images.SetKeyName(4, "AppoimentStatusCanceled.png");
     this.imageList2.Images.SetKeyName(5, "AppoimentStatus_FreeToUse.ICO");
     this.imageList2.Images.SetKeyName(6, "AppoimentStatus_Expiro.png");
     this.imageList2.Images.SetKeyName(7, "AppoimentStatus_Sobreturno.png");
     this.imageList2.Images.SetKeyName(8, "Desktop (Alt 2).png");
     this.imageList2.Images.SetKeyName(9, "Desktop.png");
     this.imageList2.Images.SetKeyName(10, "Document.png");
     this.imageList2.Images.SetKeyName(11, "Globe.png");
     //
     // uc_AllShiftGrid
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridControl2);
     this.Name = "uc_AllShiftGrid";
     this.Size = new System.Drawing.Size(827, 713);
     this.Controls.SetChildIndex(this.gridControl2, 0);
     this.Controls.SetChildIndex(this.lblTitle, 0);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.appointmentListBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).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()
        {
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintoutLogReceipt));
            this.gridGRVNoView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn18 = 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.gridDetails = new DevExpress.XtraGrid.GridControl();
            this.gridDetailView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.Packs = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colExpiryDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPalletNumber = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colLocation = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colStore = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSupplier = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colManufacturer = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colReceivingCost = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colInsurance = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMargin = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colTotalReceiving = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colUnitCost = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colTotalCost = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSellingPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colVoidRequested = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridReceives = new DevExpress.XtraGrid.GridControl();
            this.gridReceiveView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colRefNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = 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.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPO = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSTV = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colGRNF = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colReceiptType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.textEditReceivingCost = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.lkPalletLocations = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.textEditMargin = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.lblRecivedDate = new DevExpress.XtraEditors.LabelControl();
            this.lblGRVNumber = new DevExpress.XtraEditors.LabelControl();
            this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
            this.lblCalculatedBy = new DevExpress.XtraEditors.LabelControl();
            this.lblCalculatedDate = new DevExpress.XtraEditors.LabelControl();
            this.lblConfirmedDate = new DevExpress.XtraEditors.LabelControl();
            this.lblConfirmedBy = new DevExpress.XtraEditors.LabelControl();
            this.lblRecievedBy = new DevExpress.XtraEditors.LabelControl();
            this.lblStore = new DevExpress.XtraEditors.LabelControl();
            this.lblWarehouse = new DevExpress.XtraEditors.LabelControl();
            this.lblActivity = new DevExpress.XtraEditors.LabelControl();
            this.lblSubAccount = new DevExpress.XtraEditors.LabelControl();
            this.lblAccount = new DevExpress.XtraEditors.LabelControl();
            this.lblPoNumber = new DevExpress.XtraEditors.LabelControl();
            this.lblStatus = new DevExpress.XtraEditors.LabelControl();
            this.lblSupplier = new DevExpress.XtraEditors.LabelControl();
            this.lblCluster = new DevExpress.XtraEditors.LabelControl();
            this.lblMode = new DevExpress.XtraEditors.LabelControl();
            this.lblType = new DevExpress.XtraEditors.LabelControl();
            this.btnReprintGRV = new DevExpress.XtraEditors.SimpleButton();
            this.btnCancelVoidRequest = new DevExpress.XtraEditors.SimpleButton();
            this.btnVoidRequest = new DevExpress.XtraEditors.SimpleButton();
            this.lkAccount = new DevExpress.XtraEditors.GridLookUpEdit();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn96 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn97 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn98 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.btnVoid = new DevExpress.XtraEditors.SimpleButton();
            this.txtReceivedDate = new DevExpress.XtraEditors.TextEdit();
            this.lblGRVNo = new DevExpress.XtraEditors.TextEdit();
            this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
            this.layoutGRVNO = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcVoid = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.lcRequestVoid = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcReprint = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.HeaderSection = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.laySubAccount = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lgActivity = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem47 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.lcPrint = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcCancelVoidRequest = new DevExpress.XtraLayout.LayoutControlItem();
//            this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
            this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider();
            this.layoutControlGroup13 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.colIsReprintOf = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.gridGRVNoView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridDetails)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridDetailView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridReceives)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridReceiveView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditReceivingCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkPalletLocations)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditMargin)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkAccount.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtReceivedDate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGRVNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutGRVNO)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcVoid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcRequestVoid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcReprint)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.HeaderSection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.laySubAccount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lgActivity)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem47)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcPrint)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcCancelVoidRequest)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup13)).BeginInit();
            this.SuspendLayout();
            // 
            // gridGRVNoView
            // 
            this.gridGRVNoView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn11,
            this.gridColumn12,
            this.gridColumn14,
            this.gridColumn17,
            this.gridColumn18,
            this.gridColumn22,
            this.gridColumn23,
            this.gridColumn24,
            this.gridColumn25});
            this.gridGRVNoView.GridControl = this.gridDetails;
            this.gridGRVNoView.GroupCount = 1;
            this.gridGRVNoView.Name = "gridGRVNoView";
            this.gridGRVNoView.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridGRVNoView.OptionsBehavior.AutoUpdateTotalSummary = false;
            this.gridGRVNoView.OptionsCustomization.AllowGroup = false;
            this.gridGRVNoView.OptionsDetail.ShowDetailTabs = false;
            this.gridGRVNoView.OptionsFilter.AllowMRUFilterList = false;
            this.gridGRVNoView.OptionsMenu.EnableColumnMenu = false;
            this.gridGRVNoView.OptionsMenu.EnableFooterMenu = false;
            this.gridGRVNoView.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridGRVNoView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridGRVNoView.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridGRVNoView.OptionsView.ShowGroupPanel = false;
            this.gridGRVNoView.OptionsView.ShowIndicator = false;
            this.gridGRVNoView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn12, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "Cluster";
            this.gridColumn11.FieldName = "Cluster";
            this.gridColumn11.GroupInterval = DevExpress.XtraGrid.ColumnGroupInterval.Value;
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.OptionsColumn.AllowEdit = false;
            this.gridColumn11.OptionsColumn.AllowFocus = false;
            this.gridColumn11.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "Warehouse";
            this.gridColumn12.FieldName = "Warehouse";
            this.gridColumn12.GroupInterval = DevExpress.XtraGrid.ColumnGroupInterval.Value;
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.OptionsColumn.AllowEdit = false;
            this.gridColumn12.OptionsColumn.AllowFocus = false;
            this.gridColumn12.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
            // 
            // gridColumn14
            // 
            this.gridColumn14.Caption = "Store";
            this.gridColumn14.FieldName = "Store";
            this.gridColumn14.ImageAlignment = System.Drawing.StringAlignment.Center;
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.OptionsColumn.AllowEdit = false;
            this.gridColumn14.OptionsColumn.AllowFocus = false;
            this.gridColumn14.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn14.Visible = true;
            this.gridColumn14.VisibleIndex = 0;
            // 
            // gridColumn17
            // 
            this.gridColumn17.Caption = "Invoiced";
            this.gridColumn17.FieldName = "InvoicedNoOfPack";
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.OptionsColumn.AllowEdit = false;
            this.gridColumn17.OptionsColumn.AllowFocus = false;
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 1;
            this.gridColumn17.Width = 83;
            // 
            // gridColumn18
            // 
            this.gridColumn18.Caption = "Quantity";
            this.gridColumn18.FieldName = "NoOfPack";
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.OptionsColumn.AllowEdit = false;
            this.gridColumn18.OptionsColumn.AllowFocus = false;
            this.gridColumn18.Visible = true;
            this.gridColumn18.VisibleIndex = 2;
            // 
            // gridColumn22
            // 
            this.gridColumn22.Caption = "FOB Value";
            this.gridColumn22.FieldName = "PricePerPack";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.OptionsColumn.AllowEdit = false;
            this.gridColumn22.OptionsColumn.AllowFocus = false;
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 3;
            // 
            // gridColumn23
            // 
            this.gridColumn23.Caption = "Total FOB Value";
            this.gridColumn23.FieldName = "TotalReceived";
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.OptionsColumn.AllowEdit = false;
            this.gridColumn23.OptionsColumn.AllowFocus = false;
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 4;
            // 
            // gridColumn24
            // 
            this.gridColumn24.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.gridColumn24.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn24.Caption = "Unit Cost";
            this.gridColumn24.FieldName = "UnitCost";
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.OptionsColumn.AllowEdit = false;
            this.gridColumn24.OptionsColumn.AllowFocus = false;
            this.gridColumn24.Visible = true;
            this.gridColumn24.VisibleIndex = 5;
            // 
            // gridColumn25
            // 
            this.gridColumn25.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.gridColumn25.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn25.Caption = "Total Cost";
            this.gridColumn25.FieldName = "TotalCost";
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.OptionsColumn.AllowEdit = false;
            this.gridColumn25.OptionsColumn.AllowFocus = false;
            this.gridColumn25.Visible = true;
            this.gridColumn25.VisibleIndex = 6;
            // 
            // gridDetails
            // 
            this.gridDetails.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)));
            gridLevelNode1.LevelTemplate = this.gridGRVNoView;
            gridLevelNode1.RelationName = "gridGRVNo";
            this.gridDetails.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.gridDetails.Location = new System.Drawing.Point(269, 189);
            this.gridDetails.MainView = this.gridDetailView;
            this.gridDetails.Name = "gridDetails";
            this.gridDetails.Size = new System.Drawing.Size(768, 310);
            this.gridDetails.TabIndex = 0;
            this.gridDetails.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridDetailView,
            this.gridGRVNoView});
            this.gridDetails.Click += new System.EventHandler(this.gridDetails_Click);
            // 
            // gridDetailView
            // 
            this.gridDetailView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.Packs,
            this.colItemName,
            this.colExpiryDate,
            this.colPalletNumber,
            this.colLocation,
            this.colStore,
            this.colSupplier,
            this.colManufacturer,
            this.colReceivingCost,
            this.colInsurance,
            this.colMargin,
            this.colTotalReceiving,
            this.colUnitCost,
            this.colTotalCost,
            this.colSellingPrice});
            this.gridDetailView.GridControl = this.gridDetails;
            this.gridDetailView.GroupPanelText = " ";
            this.gridDetailView.Name = "gridDetailView";
            this.gridDetailView.OptionsCustomization.AllowColumnMoving = false;
            this.gridDetailView.OptionsCustomization.AllowColumnResizing = false;
            this.gridDetailView.OptionsDetail.AllowOnlyOneMasterRowExpanded = true;
            this.gridDetailView.OptionsDetail.ShowDetailTabs = false;
            this.gridDetailView.OptionsMenu.EnableColumnMenu = false;
            this.gridDetailView.OptionsView.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.VisibleAlways;
            this.gridDetailView.OptionsView.ShowFooter = true;
            this.gridDetailView.OptionsView.ShowGroupPanel = false;
            this.gridDetailView.DoubleClick += new System.EventHandler(this.gridDetailView_DoubleClick);
            // 
            // Packs
            // 
            this.Packs.Caption = "Packs";
            this.Packs.DisplayFormat.FormatString = "#,##0.##";
            this.Packs.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.Packs.FieldName = "NoOfPack";
            this.Packs.Name = "Packs";
            this.Packs.OptionsColumn.AllowEdit = false;
            this.Packs.OptionsColumn.AllowFocus = false;
            this.Packs.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.Packs.OptionsColumn.AllowIncrementalSearch = false;
            this.Packs.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.Packs.OptionsColumn.AllowMove = false;
            this.Packs.OptionsColumn.AllowShowHide = false;
            this.Packs.OptionsColumn.AllowSize = false;
            this.Packs.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.Packs.OptionsColumn.FixedWidth = true;
            this.Packs.OptionsColumn.ReadOnly = true;
            this.Packs.OptionsFilter.AllowAutoFilter = false;
            this.Packs.OptionsFilter.AllowFilter = false;
            this.Packs.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.Packs.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.Packs.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.Packs.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.Packs.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.Packs.Visible = true;
            this.Packs.VisibleIndex = 5;
            this.Packs.Width = 39;
            // 
            // colItemName
            // 
            this.colItemName.Caption = "Item";
            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.ReadOnly = true;
            this.colItemName.OptionsFilter.AllowAutoFilter = false;
            this.colItemName.OptionsFilter.AllowFilter = false;
            this.colItemName.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colItemName.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colItemName.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colItemName.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colItemName.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colItemName.Visible = true;
            this.colItemName.VisibleIndex = 0;
            this.colItemName.Width = 111;
            // 
            // colExpiryDate
            // 
            this.colExpiryDate.Caption = "Expiry Date";
            this.colExpiryDate.FieldName = "ExpDate";
            this.colExpiryDate.Name = "colExpiryDate";
            this.colExpiryDate.OptionsColumn.AllowEdit = false;
            this.colExpiryDate.OptionsColumn.AllowFocus = false;
            this.colExpiryDate.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colExpiryDate.OptionsColumn.AllowIncrementalSearch = false;
            this.colExpiryDate.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colExpiryDate.OptionsColumn.AllowMove = false;
            this.colExpiryDate.OptionsColumn.AllowShowHide = false;
            this.colExpiryDate.OptionsColumn.AllowSize = false;
            this.colExpiryDate.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colExpiryDate.OptionsColumn.FixedWidth = true;
            this.colExpiryDate.OptionsColumn.ReadOnly = true;
            this.colExpiryDate.OptionsFilter.AllowAutoFilter = false;
            this.colExpiryDate.OptionsFilter.AllowFilter = false;
            this.colExpiryDate.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colExpiryDate.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colExpiryDate.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colExpiryDate.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colExpiryDate.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colExpiryDate.Visible = true;
            this.colExpiryDate.VisibleIndex = 1;
            this.colExpiryDate.Width = 39;
            // 
            // colPalletNumber
            // 
            this.colPalletNumber.Caption = "Pallet No";
            this.colPalletNumber.FieldName = "PalletNo";
            this.colPalletNumber.Name = "colPalletNumber";
            this.colPalletNumber.OptionsColumn.AllowEdit = false;
            this.colPalletNumber.OptionsColumn.AllowFocus = false;
            this.colPalletNumber.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colPalletNumber.OptionsColumn.AllowIncrementalSearch = false;
            this.colPalletNumber.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colPalletNumber.OptionsColumn.AllowMove = false;
            this.colPalletNumber.OptionsColumn.AllowShowHide = false;
            this.colPalletNumber.OptionsColumn.AllowSize = false;
            this.colPalletNumber.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colPalletNumber.OptionsColumn.FixedWidth = true;
            this.colPalletNumber.OptionsColumn.ReadOnly = true;
            this.colPalletNumber.OptionsFilter.AllowAutoFilter = false;
            this.colPalletNumber.OptionsFilter.AllowFilter = false;
            this.colPalletNumber.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colPalletNumber.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colPalletNumber.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colPalletNumber.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colPalletNumber.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colPalletNumber.Visible = true;
            this.colPalletNumber.VisibleIndex = 2;
            this.colPalletNumber.Width = 39;
            // 
            // colLocation
            // 
            this.colLocation.Caption = "Location";
            this.colLocation.FieldName = "PalletLocationID";
            this.colLocation.Name = "colLocation";
            this.colLocation.OptionsColumn.AllowEdit = false;
            this.colLocation.OptionsColumn.AllowFocus = false;
            this.colLocation.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colLocation.OptionsColumn.AllowIncrementalSearch = false;
            this.colLocation.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colLocation.OptionsColumn.AllowMove = false;
            this.colLocation.OptionsColumn.AllowShowHide = false;
            this.colLocation.OptionsColumn.AllowSize = false;
            this.colLocation.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colLocation.OptionsColumn.FixedWidth = true;
            this.colLocation.OptionsColumn.ReadOnly = true;
            this.colLocation.OptionsFilter.AllowAutoFilter = false;
            this.colLocation.OptionsFilter.AllowFilter = false;
            this.colLocation.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colLocation.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colLocation.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colLocation.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colLocation.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colLocation.Visible = true;
            this.colLocation.VisibleIndex = 6;
            this.colLocation.Width = 26;
            // 
            // colStore
            // 
            this.colStore.Caption = "Store";
            this.colStore.FieldName = "Store";
            this.colStore.Name = "colStore";
            this.colStore.OptionsColumn.AllowEdit = false;
            this.colStore.OptionsColumn.AllowFocus = false;
            this.colStore.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colStore.OptionsColumn.AllowIncrementalSearch = false;
            this.colStore.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colStore.OptionsColumn.AllowMove = false;
            this.colStore.OptionsColumn.AllowShowHide = false;
            this.colStore.OptionsColumn.AllowSize = false;
            this.colStore.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colStore.OptionsColumn.FixedWidth = true;
            this.colStore.OptionsColumn.ReadOnly = true;
            this.colStore.OptionsFilter.AllowAutoFilter = false;
            this.colStore.OptionsFilter.AllowFilter = false;
            this.colStore.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colStore.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colStore.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colStore.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colStore.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colStore.Width = 83;
            // 
            // colSupplier
            // 
            this.colSupplier.Caption = "Supplier";
            this.colSupplier.FieldName = "Supplier";
            this.colSupplier.Name = "colSupplier";
            this.colSupplier.OptionsColumn.AllowEdit = false;
            this.colSupplier.OptionsColumn.AllowFocus = false;
            this.colSupplier.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colSupplier.OptionsColumn.AllowIncrementalSearch = false;
            this.colSupplier.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colSupplier.OptionsColumn.AllowMove = false;
            this.colSupplier.OptionsColumn.AllowShowHide = false;
            this.colSupplier.OptionsColumn.AllowSize = false;
            this.colSupplier.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colSupplier.OptionsColumn.FixedWidth = true;
            this.colSupplier.OptionsColumn.ReadOnly = true;
            this.colSupplier.OptionsFilter.AllowAutoFilter = false;
            this.colSupplier.OptionsFilter.AllowFilter = false;
            this.colSupplier.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colSupplier.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colSupplier.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colSupplier.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colSupplier.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colSupplier.Visible = true;
            this.colSupplier.VisibleIndex = 3;
            this.colSupplier.Width = 39;
            // 
            // colManufacturer
            // 
            this.colManufacturer.Caption = "Manufacturer";
            this.colManufacturer.FieldName = "Manufacturer";
            this.colManufacturer.Name = "colManufacturer";
            this.colManufacturer.OptionsColumn.AllowEdit = false;
            this.colManufacturer.OptionsColumn.AllowFocus = false;
            this.colManufacturer.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colManufacturer.OptionsColumn.AllowIncrementalSearch = false;
            this.colManufacturer.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colManufacturer.OptionsColumn.AllowMove = false;
            this.colManufacturer.OptionsColumn.AllowShowHide = false;
            this.colManufacturer.OptionsColumn.AllowSize = false;
            this.colManufacturer.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colManufacturer.OptionsColumn.FixedWidth = true;
            this.colManufacturer.OptionsColumn.ReadOnly = true;
            this.colManufacturer.OptionsFilter.AllowAutoFilter = false;
            this.colManufacturer.OptionsFilter.AllowFilter = false;
            this.colManufacturer.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colManufacturer.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colManufacturer.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colManufacturer.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colManufacturer.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colManufacturer.Visible = true;
            this.colManufacturer.VisibleIndex = 4;
            this.colManufacturer.Width = 67;
            // 
            // colReceivingCost
            // 
            this.colReceivingCost.Caption = "FOB Unit Cost";
            this.colReceivingCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colReceivingCost.FieldName = "PricePerPack";
            this.colReceivingCost.Name = "colReceivingCost";
            this.colReceivingCost.OptionsColumn.AllowEdit = false;
            this.colReceivingCost.OptionsColumn.AllowFocus = false;
            this.colReceivingCost.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colReceivingCost.OptionsColumn.AllowIncrementalSearch = false;
            this.colReceivingCost.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colReceivingCost.OptionsColumn.AllowMove = false;
            this.colReceivingCost.OptionsColumn.AllowShowHide = false;
            this.colReceivingCost.OptionsColumn.AllowSize = false;
            this.colReceivingCost.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colReceivingCost.OptionsColumn.FixedWidth = true;
            this.colReceivingCost.OptionsColumn.ReadOnly = true;
            this.colReceivingCost.OptionsFilter.AllowAutoFilter = false;
            this.colReceivingCost.OptionsFilter.AllowFilter = false;
            this.colReceivingCost.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colReceivingCost.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colReceivingCost.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colReceivingCost.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colReceivingCost.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colReceivingCost.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Custom, "PricePerPack", "Raw Total Cost")});
            this.colReceivingCost.Visible = true;
            this.colReceivingCost.VisibleIndex = 7;
            this.colReceivingCost.Width = 49;
            // 
            // colInsurance
            // 
            this.colInsurance.AppearanceCell.BackColor = System.Drawing.Color.Silver;
            this.colInsurance.AppearanceCell.Options.UseBackColor = true;
            this.colInsurance.Caption = "Insurance";
            this.colInsurance.FieldName = "Insurance";
            this.colInsurance.Name = "colInsurance";
            this.colInsurance.OptionsColumn.AllowEdit = false;
            this.colInsurance.OptionsColumn.AllowFocus = false;
            this.colInsurance.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colInsurance.OptionsColumn.AllowIncrementalSearch = false;
            this.colInsurance.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colInsurance.OptionsColumn.AllowMove = false;
            this.colInsurance.OptionsColumn.AllowShowHide = false;
            this.colInsurance.OptionsColumn.AllowSize = false;
            this.colInsurance.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colInsurance.OptionsColumn.FixedWidth = true;
            this.colInsurance.OptionsColumn.ReadOnly = true;
            this.colInsurance.OptionsFilter.AllowAutoFilter = false;
            this.colInsurance.OptionsFilter.AllowFilter = false;
            this.colInsurance.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colInsurance.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colInsurance.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colInsurance.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colInsurance.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            // 
            // colMargin
            // 
            this.colMargin.Caption = "Margin";
            this.colMargin.DisplayFormat.FormatString = "#,###%";
            this.colMargin.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colMargin.FieldName = "Margin";
            this.colMargin.Name = "colMargin";
            this.colMargin.OptionsColumn.AllowEdit = false;
            this.colMargin.OptionsColumn.AllowFocus = false;
            this.colMargin.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colMargin.OptionsColumn.AllowIncrementalSearch = false;
            this.colMargin.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colMargin.OptionsColumn.AllowMove = false;
            this.colMargin.OptionsColumn.AllowShowHide = false;
            this.colMargin.OptionsColumn.AllowSize = false;
            this.colMargin.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colMargin.OptionsColumn.FixedWidth = true;
            this.colMargin.OptionsColumn.ReadOnly = true;
            this.colMargin.OptionsFilter.AllowAutoFilter = false;
            this.colMargin.OptionsFilter.AllowFilter = false;
            this.colMargin.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colMargin.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colMargin.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colMargin.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colMargin.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colMargin.Visible = true;
            this.colMargin.VisibleIndex = 11;
            this.colMargin.Width = 30;
            // 
            // colTotalReceiving
            // 
            this.colTotalReceiving.Caption = "Total FOB Cost";
            this.colTotalReceiving.DisplayFormat.FormatString = "C";
            this.colTotalReceiving.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.colTotalReceiving.FieldName = "TotalReceived";
            this.colTotalReceiving.Name = "colTotalReceiving";
            this.colTotalReceiving.OptionsColumn.AllowEdit = false;
            this.colTotalReceiving.OptionsColumn.AllowFocus = false;
            this.colTotalReceiving.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalReceiving.OptionsColumn.AllowIncrementalSearch = false;
            this.colTotalReceiving.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalReceiving.OptionsColumn.AllowMove = false;
            this.colTotalReceiving.OptionsColumn.AllowShowHide = false;
            this.colTotalReceiving.OptionsColumn.AllowSize = false;
            this.colTotalReceiving.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalReceiving.OptionsColumn.FixedWidth = true;
            this.colTotalReceiving.OptionsColumn.ReadOnly = true;
            this.colTotalReceiving.OptionsFilter.AllowAutoFilter = false;
            this.colTotalReceiving.OptionsFilter.AllowFilter = false;
            this.colTotalReceiving.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalReceiving.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalReceiving.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colTotalReceiving.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalReceiving.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalReceiving.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
            this.colTotalReceiving.Visible = true;
            this.colTotalReceiving.VisibleIndex = 8;
            this.colTotalReceiving.Width = 55;
            // 
            // colUnitCost
            // 
            this.colUnitCost.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.colUnitCost.AppearanceCell.Options.UseBackColor = true;
            this.colUnitCost.Caption = "Unit Cost";
            this.colUnitCost.DisplayFormat.FormatString = "C";
            this.colUnitCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.colUnitCost.FieldName = "UnitCost";
            this.colUnitCost.Name = "colUnitCost";
            this.colUnitCost.OptionsColumn.AllowEdit = false;
            this.colUnitCost.OptionsColumn.AllowFocus = false;
            this.colUnitCost.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colUnitCost.OptionsColumn.AllowIncrementalSearch = false;
            this.colUnitCost.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colUnitCost.OptionsColumn.AllowMove = false;
            this.colUnitCost.OptionsColumn.AllowShowHide = false;
            this.colUnitCost.OptionsColumn.AllowSize = false;
            this.colUnitCost.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colUnitCost.OptionsColumn.FixedWidth = true;
            this.colUnitCost.OptionsColumn.ReadOnly = true;
            this.colUnitCost.OptionsFilter.AllowAutoFilter = false;
            this.colUnitCost.OptionsFilter.AllowFilter = false;
            this.colUnitCost.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colUnitCost.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colUnitCost.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colUnitCost.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colUnitCost.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colUnitCost.Visible = true;
            this.colUnitCost.VisibleIndex = 9;
            this.colUnitCost.Width = 45;
            // 
            // colTotalCost
            // 
            this.colTotalCost.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.colTotalCost.AppearanceCell.Options.UseBackColor = true;
            this.colTotalCost.Caption = "Total Cost";
            this.colTotalCost.DisplayFormat.FormatString = "C";
            this.colTotalCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.colTotalCost.FieldName = "TotalCost";
            this.colTotalCost.Name = "colTotalCost";
            this.colTotalCost.OptionsColumn.AllowEdit = false;
            this.colTotalCost.OptionsColumn.AllowFocus = false;
            this.colTotalCost.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalCost.OptionsColumn.AllowIncrementalSearch = false;
            this.colTotalCost.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalCost.OptionsColumn.AllowMove = false;
            this.colTotalCost.OptionsColumn.AllowShowHide = false;
            this.colTotalCost.OptionsColumn.AllowSize = false;
            this.colTotalCost.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalCost.OptionsColumn.FixedWidth = true;
            this.colTotalCost.OptionsColumn.ReadOnly = true;
            this.colTotalCost.OptionsFilter.AllowAutoFilter = false;
            this.colTotalCost.OptionsFilter.AllowFilter = false;
            this.colTotalCost.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalCost.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalCost.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colTotalCost.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalCost.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colTotalCost.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
            this.colTotalCost.Visible = true;
            this.colTotalCost.VisibleIndex = 10;
            this.colTotalCost.Width = 61;
            // 
            // colSellingPrice
            // 
            this.colSellingPrice.Caption = "Selling Price";
            this.colSellingPrice.DisplayFormat.FormatString = "\"#,##0.###0\"";
            this.colSellingPrice.FieldName = "SellingPrice";
            this.colSellingPrice.Name = "colSellingPrice";
            this.colSellingPrice.OptionsColumn.AllowEdit = false;
            this.colSellingPrice.OptionsColumn.AllowFocus = false;
            this.colSellingPrice.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colSellingPrice.OptionsColumn.AllowIncrementalSearch = false;
            this.colSellingPrice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colSellingPrice.OptionsColumn.AllowMove = false;
            this.colSellingPrice.OptionsColumn.AllowShowHide = false;
            this.colSellingPrice.OptionsColumn.AllowSize = false;
            this.colSellingPrice.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colSellingPrice.OptionsColumn.FixedWidth = true;
            this.colSellingPrice.OptionsColumn.ReadOnly = true;
            this.colSellingPrice.OptionsFilter.AllowAutoFilter = false;
            this.colSellingPrice.OptionsFilter.AllowFilter = false;
            this.colSellingPrice.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colSellingPrice.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colSellingPrice.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colSellingPrice.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colSellingPrice.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            // 
            // colVoidRequested
            // 
            this.colVoidRequested.Caption = "VoidRequest";
            this.colVoidRequested.FieldName = "VoidRequest";
            this.colVoidRequested.Name = "colVoidRequested";
            this.colVoidRequested.OptionsColumn.AllowEdit = false;
            this.colVoidRequested.OptionsColumn.AllowFocus = false;
            this.colVoidRequested.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colVoidRequested.OptionsColumn.AllowIncrementalSearch = false;
            this.colVoidRequested.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colVoidRequested.OptionsColumn.AllowMove = false;
            this.colVoidRequested.OptionsColumn.AllowShowHide = false;
            this.colVoidRequested.OptionsColumn.AllowSize = false;
            this.colVoidRequested.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colVoidRequested.OptionsFilter.AllowAutoFilter = false;
            this.colVoidRequested.OptionsFilter.AllowFilter = false;
            this.colVoidRequested.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colVoidRequested.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colVoidRequested.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colVoidRequested.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colVoidRequested.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            // 
            // gridReceives
            // 

            this.gridReceives.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridReceives.Location = new System.Drawing.Point(12, 36);
            this.gridReceives.MainView = this.gridReceiveView;
            this.gridReceives.Name = "gridReceives";
            this.gridReceives.Size = new System.Drawing.Size(245, 406);
            this.gridReceives.TabIndex = 0;
            this.gridReceives.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridReceiveView});
            // 
            // gridReceiveView
            // 
            this.gridReceiveView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colRefNo,
            this.gridColumn13,
            this.gridColumn2,
            this.gridColumn7,
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn26,
            this.colPO,
            this.colSTV,
            this.colGRNF,
            this.colVoidRequested,
            this.colReceiptType,
            this.colIsReprintOf});
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Red;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.colVoidRequested;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Tag = 1;
            styleFormatCondition1.Value1 = "1";
            this.gridReceiveView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridReceiveView.GridControl = this.gridReceives;
            this.gridReceiveView.GroupCount = 2;
            this.gridReceiveView.Name = "gridReceiveView";
            this.gridReceiveView.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridReceiveView.OptionsCustomization.AllowColumnMoving = false;
            this.gridReceiveView.OptionsCustomization.AllowColumnResizing = false;
            this.gridReceiveView.OptionsMenu.EnableColumnMenu = false;
            this.gridReceiveView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridReceiveView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridReceiveView.OptionsView.ShowGroupPanel = false;
            this.gridReceiveView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colReceiptType, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colSTV, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPO, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridReceiveView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridReceiveView_RowClick);
            this.gridReceiveView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridReceiveView_FocusedRowChanged);
            // 
            // colRefNo
            // 
            this.colRefNo.Caption = "Ref";
            this.colRefNo.DisplayFormat.FormatString = "00000";
            this.colRefNo.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colRefNo.FieldName = "IDPrinteds";
            this.colRefNo.Name = "colRefNo";
            this.colRefNo.OptionsColumn.AllowEdit = false;
            this.colRefNo.OptionsColumn.AllowFocus = false;
            this.colRefNo.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colRefNo.OptionsColumn.AllowIncrementalSearch = false;
            this.colRefNo.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colRefNo.OptionsColumn.AllowMove = false;
            this.colRefNo.OptionsColumn.AllowShowHide = false;
            this.colRefNo.OptionsColumn.AllowSize = false;
            this.colRefNo.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colRefNo.OptionsFilter.AllowAutoFilter = false;
            this.colRefNo.OptionsFilter.AllowFilter = false;
            this.colRefNo.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colRefNo.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colRefNo.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colRefNo.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colRefNo.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colRefNo.Visible = true;
            this.colRefNo.VisibleIndex = 0;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "ID";
            this.gridColumn13.FieldName = "ID";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.OptionsColumn.AllowEdit = false;
            this.gridColumn13.OptionsColumn.AllowFocus = false;
            this.gridColumn13.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn13.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsColumn.AllowMove = false;
            this.gridColumn13.OptionsColumn.AllowShowHide = false;
            this.gridColumn13.OptionsColumn.AllowSize = false;
            this.gridColumn13.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn13.OptionsFilter.AllowFilter = false;
            this.gridColumn13.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.gridColumn13.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "Received Date";
            this.gridColumn2.FieldName = "Date";
            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 = 2;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "Status";
            this.gridColumn7.FieldName = "Name";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.OptionsColumn.AllowEdit = false;
            this.gridColumn7.OptionsColumn.AllowFocus = false;
            this.gridColumn7.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn7.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn7.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn7.OptionsColumn.AllowMove = false;
            this.gridColumn7.OptionsColumn.AllowShowHide = false;
            this.gridColumn7.OptionsColumn.AllowSize = false;
            this.gridColumn7.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn7.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn7.OptionsFilter.AllowFilter = false;
            this.gridColumn7.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn7.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn7.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.gridColumn7.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn7.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "SupplierID";
            this.gridColumn3.FieldName = "SupplierID";
            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;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "gridColumn4";
            this.gridColumn4.FieldName = "StoreID";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.AllowEdit = false;
            this.gridColumn4.OptionsColumn.AllowFocus = false;
            this.gridColumn4.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn4.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn4.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn4.OptionsColumn.AllowMove = false;
            this.gridColumn4.OptionsColumn.AllowShowHide = false;
            this.gridColumn4.OptionsColumn.AllowSize = false;
            this.gridColumn4.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn4.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn4.OptionsFilter.AllowFilter = false;
            this.gridColumn4.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn4.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn4.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.gridColumn4.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn4.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "ReceiptID";
            this.gridColumn5.FieldName = "ReceiptID";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.OptionsColumn.AllowEdit = false;
            this.gridColumn5.OptionsColumn.AllowFocus = false;
            this.gridColumn5.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn5.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn5.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn5.OptionsColumn.AllowMove = false;
            this.gridColumn5.OptionsColumn.AllowShowHide = false;
            this.gridColumn5.OptionsColumn.AllowSize = false;
            this.gridColumn5.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn5.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn5.OptionsFilter.AllowFilter = false;
            this.gridColumn5.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn5.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn5.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.gridColumn5.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn5.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            // 
            // gridColumn26
            // 
            this.gridColumn26.Caption = "gridColumn26";
            this.gridColumn26.FieldName = "Status";
            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.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;
            // 
            // colPO
            // 
            this.colPO.Caption = "OrderNo";
            this.colPO.FieldName = "PONo";
            this.colPO.Name = "colPO";
            this.colPO.OptionsColumn.AllowEdit = false;
            this.colPO.OptionsColumn.AllowFocus = false;
            this.colPO.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colPO.OptionsColumn.AllowIncrementalSearch = false;
            this.colPO.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colPO.OptionsColumn.AllowMove = false;
            this.colPO.OptionsColumn.AllowShowHide = false;
            this.colPO.OptionsColumn.AllowSize = false;
            this.colPO.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colPO.OptionsFilter.AllowAutoFilter = false;
            this.colPO.OptionsFilter.AllowFilter = false;
            this.colPO.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colPO.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colPO.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colPO.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colPO.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            // 
            // colSTV
            // 
            this.colSTV.Caption = "STV/InvoiceNo";
            this.colSTV.FieldName = "STVOrInvoiceNo";
            this.colSTV.Name = "colSTV";
            this.colSTV.OptionsColumn.AllowEdit = false;
            this.colSTV.OptionsColumn.AllowFocus = false;
            this.colSTV.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colSTV.OptionsColumn.AllowIncrementalSearch = false;
            this.colSTV.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colSTV.OptionsColumn.AllowMove = false;
            this.colSTV.OptionsColumn.AllowShowHide = false;
            this.colSTV.OptionsColumn.AllowSize = false;
            this.colSTV.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colSTV.OptionsFilter.AllowAutoFilter = false;
            this.colSTV.OptionsFilter.AllowFilter = false;
            this.colSTV.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colSTV.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colSTV.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colSTV.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colSTV.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colSTV.Visible = true;
            this.colSTV.VisibleIndex = 3;
            // 
            // colGRNF
            // 
            this.colGRNF.Caption = "GRNF";
            this.colGRNF.DisplayFormat.FormatString = "00000";
            this.colGRNF.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colGRNF.FieldName = "PGRV";
            this.colGRNF.Name = "colGRNF";
            this.colGRNF.OptionsColumn.AllowEdit = false;
            this.colGRNF.OptionsColumn.AllowFocus = false;
            this.colGRNF.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colGRNF.OptionsColumn.AllowIncrementalSearch = false;
            this.colGRNF.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colGRNF.OptionsColumn.AllowMove = false;
            this.colGRNF.OptionsColumn.AllowShowHide = false;
            this.colGRNF.OptionsColumn.AllowSize = false;
            this.colGRNF.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colGRNF.OptionsFilter.AllowAutoFilter = false;
            this.colGRNF.OptionsFilter.AllowFilter = false;
            this.colGRNF.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colGRNF.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colGRNF.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colGRNF.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colGRNF.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colGRNF.Visible = true;
            this.colGRNF.VisibleIndex = 1;
            // 
            // colReceiptType
            // 
            this.colReceiptType.Caption = "Receipt Type";
            this.colReceiptType.FieldName = "ReceiptType";
            this.colReceiptType.Name = "colReceiptType";
            this.colReceiptType.OptionsColumn.AllowEdit = false;
            this.colReceiptType.OptionsColumn.AllowFocus = false;
            this.colReceiptType.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.colReceiptType.OptionsColumn.AllowIncrementalSearch = false;
            this.colReceiptType.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colReceiptType.OptionsColumn.AllowMove = false;
            this.colReceiptType.OptionsColumn.AllowShowHide = false;
            this.colReceiptType.OptionsColumn.AllowSize = false;
            this.colReceiptType.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colReceiptType.OptionsFilter.AllowAutoFilter = false;
            this.colReceiptType.OptionsFilter.AllowFilter = false;
            this.colReceiptType.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.colReceiptType.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.colReceiptType.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.colReceiptType.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.colReceiptType.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.colReceiptType.Visible = true;
            this.colReceiptType.VisibleIndex = 3;
            // 
            // textEditReceivingCost
            // 
            this.textEditReceivingCost.AutoHeight = false;
            this.textEditReceivingCost.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
            this.textEditReceivingCost.Mask.EditMask = "###,###,##0.#0";
            this.textEditReceivingCost.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.textEditReceivingCost.Name = "textEditReceivingCost";
            // 
            // lkPalletLocations
            // 
            this.lkPalletLocations.AutoHeight = false;
            this.lkPalletLocations.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkPalletLocations.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PalletLocationName", "PalletLocationName")});
            this.lkPalletLocations.DisplayMember = "PalletLocationName";
            this.lkPalletLocations.Name = "lkPalletLocations";
            this.lkPalletLocations.NullText = "";
            this.lkPalletLocations.ValueMember = "ID";
            this.lkPalletLocations.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.OnQueryPopup);
            // 
            // textEditMargin
            // 
            this.textEditMargin.AutoHeight = false;
            this.textEditMargin.Mask.AutoComplete = DevExpress.XtraEditors.Mask.AutoCompleteType.None;
            this.textEditMargin.Mask.EditMask = "p2";
            this.textEditMargin.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.textEditMargin.Mask.SaveLiteral = false;
            this.textEditMargin.Mask.UseMaskAsDisplayFormat = true;
            this.textEditMargin.Name = "textEditMargin";
            // 
            // repositoryItemButtonEdit1
            // 
            this.repositoryItemButtonEdit1.AutoHeight = false;
            this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            // 
            // layoutControl1
            // 
            this.layoutControl1.AllowCustomizationMenu = false;
            this.layoutControl1.Controls.Add(this.lblRecivedDate);
            this.layoutControl1.Controls.Add(this.lblGRVNumber);
            this.layoutControl1.Controls.Add(this.textEdit1);
            this.layoutControl1.Controls.Add(this.lblCalculatedBy);
            this.layoutControl1.Controls.Add(this.lblCalculatedDate);
            this.layoutControl1.Controls.Add(this.lblConfirmedDate);
            this.layoutControl1.Controls.Add(this.lblConfirmedBy);
            this.layoutControl1.Controls.Add(this.lblRecievedBy);
            this.layoutControl1.Controls.Add(this.lblStore);
            this.layoutControl1.Controls.Add(this.lblWarehouse);
            this.layoutControl1.Controls.Add(this.lblActivity);
            this.layoutControl1.Controls.Add(this.lblSubAccount);
            this.layoutControl1.Controls.Add(this.lblAccount);
            this.layoutControl1.Controls.Add(this.lblPoNumber);
            this.layoutControl1.Controls.Add(this.lblStatus);
            this.layoutControl1.Controls.Add(this.lblSupplier);
            this.layoutControl1.Controls.Add(this.lblCluster);
            this.layoutControl1.Controls.Add(this.lblMode);
            this.layoutControl1.Controls.Add(this.lblType);
            this.layoutControl1.Controls.Add(this.btnReprintGRV);
            this.layoutControl1.Controls.Add(this.btnCancelVoidRequest);
            this.layoutControl1.Controls.Add(this.btnVoidRequest);
            this.layoutControl1.Controls.Add(this.lkAccount);
            this.layoutControl1.Controls.Add(this.btnVoid);
            this.layoutControl1.Controls.Add(this.txtReceivedDate);
            this.layoutControl1.Controls.Add(this.lblGRVNo);
            this.layoutControl1.Controls.Add(this.gridDetails);
            this.layoutControl1.Controls.Add(this.btnPrint);
            this.layoutControl1.Controls.Add(this.gridReceives);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutGRVNO,
            this.layoutControlItem5,
            this.layoutControlItem20,
            this.layoutControlItem14});
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(243, 284, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1049, 537);
            this.layoutControl1.TabIndex = 6;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // lblRecivedDate
            // 
            this.lblRecivedDate.Location = new System.Drawing.Point(375, 112);
            this.lblRecivedDate.Name = "lblRecivedDate";
            this.lblRecivedDate.Size = new System.Drawing.Size(83, 30);
            this.lblRecivedDate.StyleController = this.layoutControl1;
            this.lblRecivedDate.TabIndex = 90;
            // 
            // lblGRVNumber
            // 
            this.lblGRVNumber.Location = new System.Drawing.Point(971, 122);
            this.lblGRVNumber.Name = "lblGRVNumber";
            this.lblGRVNumber.Size = new System.Drawing.Size(52, 16);
            this.lblGRVNumber.StyleController = this.layoutControl1;
            this.lblGRVNumber.TabIndex = 89;
            // 
            // textEdit1
            // 
            this.textEdit1.Location = new System.Drawing.Point(67, 62);
            this.textEdit1.Name = "textEdit1";
            this.textEdit1.Size = new System.Drawing.Size(183, 20);
            this.textEdit1.StyleController = this.layoutControl1;
            this.textEdit1.TabIndex = 88;
            this.textEdit1.EditValueChanged += new System.EventHandler(this.textEdit1_EditValueChanged);
            // 
            // lblCalculatedBy
            // 
            this.lblCalculatedBy.Location = new System.Drawing.Point(608, 140);
            this.lblCalculatedBy.Name = "lblCalculatedBy";
            this.lblCalculatedBy.Size = new System.Drawing.Size(69, 15);
            this.lblCalculatedBy.StyleController = this.layoutControl1;
            this.lblCalculatedBy.TabIndex = 87;
            // 
            // lblCalculatedDate
            // 
            this.lblCalculatedDate.Location = new System.Drawing.Point(608, 122);
            this.lblCalculatedDate.Name = "lblCalculatedDate";
            this.lblCalculatedDate.Size = new System.Drawing.Size(69, 14);
            this.lblCalculatedDate.StyleController = this.layoutControl1;
            this.lblCalculatedDate.TabIndex = 86;
            // 
            // lblConfirmedDate
            // 
            this.lblConfirmedDate.Location = new System.Drawing.Point(407, 122);
            this.lblConfirmedDate.Name = "lblConfirmedDate";
            this.lblConfirmedDate.Size = new System.Drawing.Size(59, 13);
            this.lblConfirmedDate.StyleController = this.layoutControl1;
            this.lblConfirmedDate.TabIndex = 85;
            // 
            // lblConfirmedBy
            // 
            this.lblConfirmedBy.Location = new System.Drawing.Point(407, 139);
            this.lblConfirmedBy.Name = "lblConfirmedBy";
            this.lblConfirmedBy.Size = new System.Drawing.Size(59, 16);
            this.lblConfirmedBy.StyleController = this.layoutControl1;
            this.lblConfirmedBy.TabIndex = 84;
            // 
            // lblRecievedBy
            // 
            this.lblRecievedBy.Location = new System.Drawing.Point(380, 112);
            this.lblRecievedBy.Name = "lblRecievedBy";
            this.lblRecievedBy.Size = new System.Drawing.Size(78, 16);
            this.lblRecievedBy.StyleController = this.layoutControl1;
            this.lblRecievedBy.TabIndex = 83;
            // 
            // lblStore
            // 
            this.lblStore.Location = new System.Drawing.Point(772, 88);
            this.lblStore.Name = "lblStore";
            this.lblStore.Size = new System.Drawing.Size(251, 16);
            this.lblStore.StyleController = this.layoutControl1;
            this.lblStore.TabIndex = 81;
            // 
            // lblWarehouse
            // 
            this.lblWarehouse.Location = new System.Drawing.Point(555, 88);
            this.lblWarehouse.Name = "lblWarehouse";
            this.lblWarehouse.Size = new System.Drawing.Size(135, 16);
            this.lblWarehouse.StyleController = this.layoutControl1;
            this.lblWarehouse.TabIndex = 80;
            // 
            // lblActivity
            // 
            this.lblActivity.Location = new System.Drawing.Point(945, 68);
            this.lblActivity.Name = "lblActivity";
            this.lblActivity.Size = new System.Drawing.Size(78, 16);
            this.lblActivity.StyleController = this.layoutControl1;
            this.lblActivity.TabIndex = 79;
            // 
            // lblSubAccount
            // 
            this.lblSubAccount.Location = new System.Drawing.Point(772, 68);
            this.lblSubAccount.Name = "lblSubAccount";
            this.lblSubAccount.Size = new System.Drawing.Size(117, 16);
            this.lblSubAccount.StyleController = this.layoutControl1;
            this.lblSubAccount.TabIndex = 78;
            // 
            // lblAccount
            // 
            this.lblAccount.Location = new System.Drawing.Point(555, 68);
            this.lblAccount.Name = "lblAccount";
            this.lblAccount.Size = new System.Drawing.Size(135, 16);
            this.lblAccount.StyleController = this.layoutControl1;
            this.lblAccount.TabIndex = 77;
            // 
            // lblPoNumber
            // 
            this.lblPoNumber.Location = new System.Drawing.Point(555, 45);
            this.lblPoNumber.Name = "lblPoNumber";
            this.lblPoNumber.Size = new System.Drawing.Size(135, 19);
            this.lblPoNumber.StyleController = this.layoutControl1;
            this.lblPoNumber.TabIndex = 76;
            // 
            // lblStatus
            // 
            this.lblStatus.Location = new System.Drawing.Point(743, 142);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(133, 13);
            this.lblStatus.StyleController = this.layoutControl1;
            this.lblStatus.TabIndex = 75;
            // 
            // lblSupplier
            // 
            this.lblSupplier.Location = new System.Drawing.Point(337, 45);
            this.lblSupplier.Name = "lblSupplier";
            this.lblSupplier.Size = new System.Drawing.Size(142, 19);
            this.lblSupplier.StyleController = this.layoutControl1;
            this.lblSupplier.TabIndex = 74;
            // 
            // lblCluster
            // 
            this.lblCluster.Location = new System.Drawing.Point(337, 88);
            this.lblCluster.Name = "lblCluster";
            this.lblCluster.Size = new System.Drawing.Size(142, 16);
            this.lblCluster.StyleController = this.layoutControl1;
            this.lblCluster.TabIndex = 73;
            // 
            // lblMode
            // 
            this.lblMode.Location = new System.Drawing.Point(337, 68);
            this.lblMode.Name = "lblMode";
            this.lblMode.Size = new System.Drawing.Size(142, 16);
            this.lblMode.StyleController = this.layoutControl1;
            this.lblMode.TabIndex = 72;
            // 
            // lblType
            // 
            this.lblType.Location = new System.Drawing.Point(743, 122);
            this.lblType.Name = "lblType";
            this.lblType.Size = new System.Drawing.Size(133, 16);
            this.lblType.StyleController = this.layoutControl1;
            this.lblType.TabIndex = 71;
            // 
            // btnReprintGRV
            // 
            this.btnReprintGRV.Image = global::HCMIS.Desktop.Properties.Resources.New;
            this.btnReprintGRV.Location = new System.Drawing.Point(311, 503);
            this.btnReprintGRV.Name = "btnReprintGRV";
            this.btnReprintGRV.Size = new System.Drawing.Size(142, 22);
            this.btnReprintGRV.StyleController = this.layoutControl1;
            this.btnReprintGRV.TabIndex = 70;
            this.btnReprintGRV.Text = "Reprint";
            this.btnReprintGRV.Click += new System.EventHandler(this.btnReprintGRV_Click);
            // 
            // btnCancelVoidRequest
            // 
            this.btnCancelVoidRequest.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelVoidRequest.Image")));
            this.btnCancelVoidRequest.Location = new System.Drawing.Point(895, 503);
            this.btnCancelVoidRequest.Name = "btnCancelVoidRequest";
            this.btnCancelVoidRequest.Size = new System.Drawing.Size(142, 22);
            this.btnCancelVoidRequest.StyleController = this.layoutControl1;
            this.btnCancelVoidRequest.TabIndex = 21;
            this.btnCancelVoidRequest.Text = "Cancel Void Request";
            this.btnCancelVoidRequest.Visible = false;
            this.btnCancelVoidRequest.Click += new System.EventHandler(this.btnCancelVoidRequest_Click);
            // 
            // btnVoidRequest
            // 
            this.btnVoidRequest.Image = ((System.Drawing.Image)(resources.GetObject("btnVoidRequest.Image")));
            this.btnVoidRequest.Location = new System.Drawing.Point(603, 503);
            this.btnVoidRequest.Name = "btnVoidRequest";
            this.btnVoidRequest.Size = new System.Drawing.Size(142, 22);
            this.btnVoidRequest.StyleController = this.layoutControl1;
            this.btnVoidRequest.TabIndex = 20;
            this.btnVoidRequest.Text = "Request Void";
            this.btnVoidRequest.Visible = false;
            this.btnVoidRequest.Click += new System.EventHandler(this.btnVoidRequest_Click);
            // 
            // lkAccount
            // 
            this.lkAccount.Location = new System.Drawing.Point(67, 38);
            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 = "Name";
            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(183, 20);
            this.lkAccount.StyleController = this.layoutControl1;
            this.lkAccount.TabIndex = 69;
            this.lkAccount.EditValueChanged += new System.EventHandler(this.lkAccount_EditValueChanged);
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn29,
            this.gridColumn96,
            this.gridColumn30,
            this.gridColumn97,
            this.gridColumn98});
            this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridView2.GroupCount = 3;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            this.gridView2.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn30, 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)});
            // 
            // gridColumn29
            // 
            this.gridColumn29.Caption = "ID";
            this.gridColumn29.FieldName = "ID";
            this.gridColumn29.Name = "gridColumn29";
            // 
            // gridColumn96
            // 
            this.gridColumn96.Caption = "Sub Account";
            this.gridColumn96.FieldName = "StoreGroupDivision";
            this.gridColumn96.Name = "gridColumn96";
            this.gridColumn96.Visible = true;
            this.gridColumn96.VisibleIndex = 0;
            // 
            // gridColumn30
            // 
            this.gridColumn30.Caption = "Mode";
            this.gridColumn30.FieldName = "StoreType";
            this.gridColumn30.Name = "gridColumn30";
            // 
            // 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;
            // 
            // btnVoid
            // 
            this.btnVoid.Image = ((System.Drawing.Image)(resources.GetObject("btnVoid.Image")));
            this.btnVoid.Location = new System.Drawing.Point(749, 503);
            this.btnVoid.Name = "btnVoid";
            this.btnVoid.Size = new System.Drawing.Size(142, 22);
            this.btnVoid.StyleController = this.layoutControl1;
            this.btnVoid.TabIndex = 19;
            this.btnVoid.Text = "Confirm Void";
            this.btnVoid.Visible = false;
            this.btnVoid.Click += new System.EventHandler(this.btnVoid_Click);
            // 
            // txtReceivedDate
            // 
            this.txtReceivedDate.Enabled = false;
            this.txtReceivedDate.Location = new System.Drawing.Point(389, 119);
            this.txtReceivedDate.Name = "txtReceivedDate";
            this.txtReceivedDate.Size = new System.Drawing.Size(48, 20);
            this.txtReceivedDate.StyleController = this.layoutControl1;
            this.txtReceivedDate.TabIndex = 7;
            // 
            // lblGRVNo
            // 
            this.lblGRVNo.Enabled = false;
            this.lblGRVNo.Location = new System.Drawing.Point(919, 119);
            this.lblGRVNo.Name = "lblGRVNo";
            this.lblGRVNo.Size = new System.Drawing.Size(104, 20);
            this.lblGRVNo.StyleController = this.layoutControl1;
            this.lblGRVNo.TabIndex = 6;
            // 
            // btnPrint
            // 
            this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
            this.btnPrint.Location = new System.Drawing.Point(457, 503);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(142, 22);
            this.btnPrint.StyleController = this.layoutControl1;
            this.btnPrint.TabIndex = 5;
            this.btnPrint.Text = "Print";
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            // 
            // layoutGRVNO
            // 
            this.layoutGRVNO.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.layoutGRVNO.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.layoutGRVNO.AppearanceItemCaption.Options.UseFont = true;
            this.layoutGRVNO.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutGRVNO.Control = this.lblGRVNo;
            this.layoutGRVNO.CustomizationFormText = "GRV No";
            this.layoutGRVNO.Location = new System.Drawing.Point(0, 0);
            this.layoutGRVNO.Name = "layoutGRVNO";
            this.layoutGRVNO.Size = new System.Drawing.Size(180, 24);
            this.layoutGRVNO.Text = "Next GRV No";
            this.layoutGRVNO.TextSize = new System.Drawing.Size(70, 13);
            this.layoutGRVNO.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.txtReceivedDate;
            this.layoutControlItem5.CustomizationFormText = "Received Date";
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem5.MinSize = new System.Drawing.Size(142, 24);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(142, 24);
            this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem5.Text = "Received Date:";
            this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem5.TextSize = new System.Drawing.Size(85, 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.lblRecivedDate;
            this.layoutControlItem20.CustomizationFormText = "Recived Date:";
            this.layoutControlItem20.Location = new System.Drawing.Point(0, 74);
            this.layoutControlItem20.MinSize = new System.Drawing.Size(67, 17);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.Size = new System.Drawing.Size(170, 34);
            this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem20.Text = "Recived Date:";
            this.layoutControlItem20.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem20.TextSize = new System.Drawing.Size(78, 13);
            this.layoutControlItem20.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.lblRecievedBy;
            this.layoutControlItem14.CustomizationFormText = "Recieved By:";
            this.layoutControlItem14.Location = new System.Drawing.Point(0, 74);
            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(170, 51);
            this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem14.Text = "Recieved By:";
            this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem14.TextSize = new System.Drawing.Size(72, 13);
            this.layoutControlItem14.TextToControlDistance = 16;
            // 
            // 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.lcVoid,
            this.emptySpaceItem1,
            this.lcRequestVoid,
            this.lcReprint,
            this.layoutControlItem2,
            this.HeaderSection,
            this.layoutControlGroup8,
            this.emptySpaceItem2,
            this.lcPrint,
            this.lcCancelVoidRequest});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(1049, 537);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.gridReceives;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 81);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(249, 410);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // lcVoid
            // 
            this.lcVoid.Control = this.btnVoid;
            this.lcVoid.CustomizationFormText = "layoutControlItem3";
            this.lcVoid.Location = new System.Drawing.Point(737, 491);
            this.lcVoid.MaxSize = new System.Drawing.Size(146, 26);
            this.lcVoid.MinSize = new System.Drawing.Size(146, 26);
            this.lcVoid.Name = "lcVoid";
            this.lcVoid.Size = new System.Drawing.Size(146, 26);
            this.lcVoid.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.lcVoid.Text = "lcVoid";
            this.lcVoid.TextSize = new System.Drawing.Size(0, 0);
            this.lcVoid.TextToControlDistance = 0;
            this.lcVoid.TextVisible = false;
            this.lcVoid.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 491);
            this.emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(299, 26);
            this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // lcRequestVoid
            // 
            this.lcRequestVoid.Control = this.btnVoidRequest;
            this.lcRequestVoid.CustomizationFormText = "layoutControlItem12";
            this.lcRequestVoid.Location = new System.Drawing.Point(591, 491);
            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;
            // 
            // lcReprint
            // 
            this.lcReprint.Control = this.btnReprintGRV;
            this.lcReprint.CustomizationFormText = "lcReprint";
            this.lcReprint.Location = new System.Drawing.Point(299, 491);
            this.lcReprint.MaxSize = new System.Drawing.Size(146, 26);
            this.lcReprint.MinSize = new System.Drawing.Size(146, 26);
            this.lcReprint.Name = "lcReprint";
            this.lcReprint.Size = new System.Drawing.Size(146, 26);
            this.lcReprint.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.lcReprint.Text = "lcReprint";
            this.lcReprint.TextSize = new System.Drawing.Size(0, 0);
            this.lcReprint.TextToControlDistance = 0;
            this.lcReprint.TextVisible = false;
            this.lcReprint.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.gridDetails;
            this.layoutControlItem2.CustomizationFormText = "GRV Detail";
            this.layoutControlItem2.Location = new System.Drawing.Point(257, 161);
            this.layoutControlItem2.MinSize = new System.Drawing.Size(104, 40);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(772, 330);
            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem2.Text = "Receipt Detail";
            this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(66, 13);
            // 
            // HeaderSection
            // 
            this.HeaderSection.CustomizationFormText = " ";
            this.HeaderSection.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlGroup3,
            this.layoutControlGroup5,
            this.layoutControlGroup6,
            this.layoutControlGroup7,
            this.layoutControlGroup2});
            this.HeaderSection.Location = new System.Drawing.Point(257, 0);
            this.HeaderSection.Name = "HeaderSection";
            this.HeaderSection.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.HeaderSection.Size = new System.Drawing.Size(772, 161);
            this.HeaderSection.Text = " ";
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem4,
            this.layoutControlItem6,
            this.layoutControlItem7,
            this.layoutControlItem10,
            this.layoutControlItem11,
            this.laySubAccount,
            this.layoutControlItem12,
            this.lgActivity,
            this.emptySpaceItem4,
            this.layoutControlItem9});
            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(758, 77);
            this.layoutControlGroup3.Text = "layoutControlGroup3";
            this.layoutControlGroup3.TextVisible = false;
            // 
            // 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.lblMode;
            this.layoutControlItem4.CustomizationFormText = "Mode:";
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 23);
            this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem4.MinSize = new System.Drawing.Size(67, 20);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(200, 20);
            this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem4.Text = "Mode:";
            this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem4.TextSize = new System.Drawing.Size(34, 13);
            this.layoutControlItem4.TextToControlDistance = 20;
            // 
            // 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.lblCluster;
            this.layoutControlItem6.CustomizationFormText = "Cluster:";
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 43);
            this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem6.MinSize = new System.Drawing.Size(67, 20);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(200, 20);
            this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem6.Text = "Cluster:";
            this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem6.TextSize = new System.Drawing.Size(43, 13);
            this.layoutControlItem6.TextToControlDistance = 11;
            // 
            // 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.lblSupplier;
            this.layoutControlItem7.CustomizationFormText = "Supplier:";
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem7.MinSize = new System.Drawing.Size(67, 17);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(200, 23);
            this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem7.Text = "Supplier:";
            this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem7.TextSize = new System.Drawing.Size(49, 13);
            this.layoutControlItem7.TextToControlDistance = 5;
            // 
            // 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.lblAccount;
            this.layoutControlItem10.CustomizationFormText = "Account:";
            this.layoutControlItem10.Location = new System.Drawing.Point(200, 23);
            this.layoutControlItem10.MinSize = new System.Drawing.Size(67, 17);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Size = new System.Drawing.Size(211, 20);
            this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem10.Text = "Account:";
            this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem10.TextSize = new System.Drawing.Size(49, 13);
            this.layoutControlItem10.TextToControlDistance = 23;
            // 
            // 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.lblWarehouse;
            this.layoutControlItem11.CustomizationFormText = "Warehouse:";
            this.layoutControlItem11.Location = new System.Drawing.Point(200, 43);
            this.layoutControlItem11.MinSize = new System.Drawing.Size(67, 17);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(211, 20);
            this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem11.Text = "Warehouse:";
            this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem11.TextSize = new System.Drawing.Size(67, 13);
            this.layoutControlItem11.TextToControlDistance = 5;
            // 
            // laySubAccount
            // 
            this.laySubAccount.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.laySubAccount.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.laySubAccount.AppearanceItemCaption.Options.UseFont = true;
            this.laySubAccount.AppearanceItemCaption.Options.UseForeColor = true;
            this.laySubAccount.Control = this.lblSubAccount;
            this.laySubAccount.CustomizationFormText = "Sub Account:";
            this.laySubAccount.Location = new System.Drawing.Point(411, 23);
            this.laySubAccount.MinSize = new System.Drawing.Size(67, 17);
            this.laySubAccount.Name = "laySubAccount";
            this.laySubAccount.Size = new System.Drawing.Size(199, 20);
            this.laySubAccount.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.laySubAccount.Text = "Sub Account:";
            this.laySubAccount.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.laySubAccount.TextSize = new System.Drawing.Size(73, 13);
            this.laySubAccount.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.lblStore;
            this.layoutControlItem12.CustomizationFormText = "Store:";
            this.layoutControlItem12.Location = new System.Drawing.Point(411, 43);
            this.layoutControlItem12.MinSize = new System.Drawing.Size(67, 17);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.Size = new System.Drawing.Size(333, 20);
            this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem12.Text = "Store:";
            this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem12.TextSize = new System.Drawing.Size(34, 13);
            this.layoutControlItem12.TextToControlDistance = 44;
            // 
            // lgActivity
            // 
            this.lgActivity.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.lgActivity.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.lgActivity.AppearanceItemCaption.Options.UseFont = true;
            this.lgActivity.AppearanceItemCaption.Options.UseForeColor = true;
            this.lgActivity.Control = this.lblActivity;
            this.lgActivity.CustomizationFormText = "Activity:";
            this.lgActivity.Location = new System.Drawing.Point(610, 23);
            this.lgActivity.MinSize = new System.Drawing.Size(67, 17);
            this.lgActivity.Name = "lgActivity";
            this.lgActivity.Size = new System.Drawing.Size(134, 20);
            this.lgActivity.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.lgActivity.Text = "Activity:";
            this.lgActivity.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.lgActivity.TextSize = new System.Drawing.Size(47, 13);
            this.lgActivity.TextToControlDistance = 5;
            // 
            // emptySpaceItem4
            // 
            this.emptySpaceItem4.AllowHotTrack = false;
            this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
            this.emptySpaceItem4.Location = new System.Drawing.Point(411, 0);
            this.emptySpaceItem4.Name = "emptySpaceItem4";
            this.emptySpaceItem4.Size = new System.Drawing.Size(333, 23);
            this.emptySpaceItem4.Text = "emptySpaceItem4";
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
            // 
            // 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.lblPoNumber;
            this.layoutControlItem9.CustomizationFormText = "PO Number:";
            this.layoutControlItem9.Location = new System.Drawing.Point(200, 0);
            this.layoutControlItem9.MinSize = new System.Drawing.Size(67, 17);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(211, 23);
            this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem9.Text = "PO Number:";
            this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem9.TextSize = new System.Drawing.Size(65, 13);
            this.layoutControlItem9.TextToControlDistance = 7;
            // 
            // layoutControlGroup5
            // 
            this.layoutControlGroup5.CustomizationFormText = "layoutControlGroup5";
            this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem15,
            this.layoutControlItem16});
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 77);
            this.layoutControlGroup5.Name = "layoutControlGroup5";
            this.layoutControlGroup5.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup5.Size = new System.Drawing.Size(201, 51);
            this.layoutControlGroup5.Text = "layoutControlGroup5";
            this.layoutControlGroup5.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.lblConfirmedBy;
            this.layoutControlItem15.CustomizationFormText = "Confirmed By:";
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 17);
            this.layoutControlItem15.MinSize = new System.Drawing.Size(67, 20);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.Size = new System.Drawing.Size(187, 20);
            this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem15.Text = "Cost Confirmed By:";
            this.layoutControlItem15.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem15.TextSize = new System.Drawing.Size(106, 13);
            this.layoutControlItem15.TextToControlDistance = 18;
            // 
            // 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.lblConfirmedDate;
            this.layoutControlItem16.CustomizationFormText = "Confirmed Date:";
            this.layoutControlItem16.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem16.MinSize = new System.Drawing.Size(100, 17);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.Size = new System.Drawing.Size(187, 17);
            this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem16.Text = "Cost Confirmed Date:";
            this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem16.TextSize = new System.Drawing.Size(119, 13);
            this.layoutControlItem16.TextToControlDistance = 5;
            // 
            // layoutControlGroup6
            // 
            this.layoutControlGroup6.CustomizationFormText = "layoutControlGroup6";
            this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem17,
            this.layoutControlItem18});
            this.layoutControlGroup6.Location = new System.Drawing.Point(201, 77);
            this.layoutControlGroup6.Name = "layoutControlGroup6";
            this.layoutControlGroup6.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup6.Size = new System.Drawing.Size(211, 51);
            this.layoutControlGroup6.Text = "layoutControlGroup6";
            this.layoutControlGroup6.TextVisible = false;
            // 
            // layoutControlItem17
            // 
            this.layoutControlItem17.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.layoutControlItem17.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray;
            this.layoutControlItem17.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem17.AppearanceItemCaption.Options.UseForeColor = true;
            this.layoutControlItem17.Control = this.lblCalculatedDate;
            this.layoutControlItem17.CustomizationFormText = "Amount:";
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem17.MinSize = new System.Drawing.Size(69, 17);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.Size = new System.Drawing.Size(197, 18);
            this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem17.Text = "Cost calculated Date:";
            this.layoutControlItem17.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem17.TextSize = new System.Drawing.Size(119, 13);
            this.layoutControlItem17.TextToControlDistance = 5;
            // 
            // 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.lblCalculatedBy;
            this.layoutControlItem18.CustomizationFormText = "Insurance:";
            this.layoutControlItem18.Location = new System.Drawing.Point(0, 18);
            this.layoutControlItem18.MinSize = new System.Drawing.Size(69, 17);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.Size = new System.Drawing.Size(197, 19);
            this.layoutControlItem18.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem18.Text = "Cost calculated By:";
            this.layoutControlItem18.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem18.TextSize = new System.Drawing.Size(106, 13);
            this.layoutControlItem18.TextToControlDistance = 18;
            // 
            // layoutControlGroup7
            // 
            this.layoutControlGroup7.CustomizationFormText = "layoutControlGroup7";
            this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem19,
            this.emptySpaceItem3});
            this.layoutControlGroup7.Location = new System.Drawing.Point(611, 77);
            this.layoutControlGroup7.Name = "layoutControlGroup7";
            this.layoutControlGroup7.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup7.Size = new System.Drawing.Size(147, 51);
            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.lblGRVNumber;
            this.layoutControlItem19.CustomizationFormText = "Next GRV No:";
            this.layoutControlItem19.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem19.MinSize = new System.Drawing.Size(67, 17);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.Size = new System.Drawing.Size(133, 20);
            this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem19.Text = "Next GRV No:";
            this.layoutControlItem19.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem19.TextSize = new System.Drawing.Size(72, 13);
            this.layoutControlItem19.TextToControlDistance = 5;
            // 
            // emptySpaceItem3
            // 
            this.emptySpaceItem3.AllowHotTrack = false;
            this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
            this.emptySpaceItem3.Location = new System.Drawing.Point(0, 20);
            this.emptySpaceItem3.Name = "emptySpaceItem3";
            this.emptySpaceItem3.Size = new System.Drawing.Size(133, 17);
            this.emptySpaceItem3.Text = "emptySpaceItem3";
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem3,
            this.layoutControlItem8});
            this.layoutControlGroup2.Location = new System.Drawing.Point(412, 77);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup2.Size = new System.Drawing.Size(199, 51);
            this.layoutControlGroup2.Text = "layoutControlGroup2";
            this.layoutControlGroup2.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.lblType;
            this.layoutControlItem3.CustomizationFormText = "Type:";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 20);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(100, 20);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(185, 20);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "Type:";
            this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(31, 13);
            this.layoutControlItem3.TextToControlDistance = 17;
            // 
            // 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.lblStatus;
            this.layoutControlItem8.CustomizationFormText = "Status:";
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 20);
            this.layoutControlItem8.MinSize = new System.Drawing.Size(67, 17);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(185, 17);
            this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem8.Text = "Status:";
            this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem8.TextSize = new System.Drawing.Size(40, 13);
            this.layoutControlItem8.TextToControlDistance = 8;
            // 
            // layoutControlGroup8
            // 
            this.layoutControlGroup8.CustomizationFormText = "Filter";
            this.layoutControlGroup8.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem47,
            this.layoutControlItem13});
            this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup8.Name = "layoutControlGroup8";
            this.layoutControlGroup8.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
            this.layoutControlGroup8.Size = new System.Drawing.Size(249, 81);
            this.layoutControlGroup8.Text = "Filter";
            // 
            // layoutControlItem47
            // 
            this.layoutControlItem47.Control = this.lkAccount;
            this.layoutControlItem47.CustomizationFormText = "Account";
            this.layoutControlItem47.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem47.Name = "layoutControlItem47";
            this.layoutControlItem47.Size = new System.Drawing.Size(235, 24);
            this.layoutControlItem47.Text = "Account:";
            this.layoutControlItem47.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem47.TextSize = new System.Drawing.Size(43, 13);
            this.layoutControlItem47.TextToControlDistance = 5;
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.textEdit1;
            this.layoutControlItem13.CustomizationFormText = "Filter:";
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Size = new System.Drawing.Size(235, 24);
            this.layoutControlItem13.Text = "Filter:";
            this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem13.TextSize = new System.Drawing.Size(28, 13);
            this.layoutControlItem13.TextToControlDistance = 20;
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
            this.emptySpaceItem2.Location = new System.Drawing.Point(249, 0);
            this.emptySpaceItem2.MinSize = new System.Drawing.Size(8, 24);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(8, 491);
            this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.emptySpaceItem2.Text = "emptySpaceItem2";
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // lcPrint
            // 
            this.lcPrint.Control = this.btnPrint;
            this.lcPrint.CustomizationFormText = "layoutControlItem4";
            this.lcPrint.Location = new System.Drawing.Point(445, 491);
            this.lcPrint.MaxSize = new System.Drawing.Size(146, 26);
            this.lcPrint.MinSize = new System.Drawing.Size(146, 26);
            this.lcPrint.Name = "lcPrint";
            this.lcPrint.Size = new System.Drawing.Size(146, 26);
            this.lcPrint.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.lcPrint.Text = "lcPrint";
            this.lcPrint.TextSize = new System.Drawing.Size(0, 0);
            this.lcPrint.TextToControlDistance = 0;
            this.lcPrint.TextVisible = false;
            // 
            // lcCancelVoidRequest
            // 
            this.lcCancelVoidRequest.Control = this.btnCancelVoidRequest;
            this.lcCancelVoidRequest.CustomizationFormText = "layoutControlItem48";
            this.lcCancelVoidRequest.Location = new System.Drawing.Point(883, 491);
            this.lcCancelVoidRequest.MaxSize = new System.Drawing.Size(146, 26);
            this.lcCancelVoidRequest.MinSize = new System.Drawing.Size(146, 26);
            this.lcCancelVoidRequest.Name = "lcCancelVoidRequest";
            this.lcCancelVoidRequest.Size = new System.Drawing.Size(146, 26);
            this.lcCancelVoidRequest.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.lcCancelVoidRequest.Text = "lcCancelVoidRequest";
            this.lcCancelVoidRequest.TextSize = new System.Drawing.Size(0, 0);
            this.lcCancelVoidRequest.TextToControlDistance = 0;
            this.lcCancelVoidRequest.TextVisible = false;
            this.lcCancelVoidRequest.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // layoutControlGroup13
            // 
            this.layoutControlGroup13.CustomizationFormText = "STV No.";
            this.layoutControlGroup13.Location = new System.Drawing.Point(0, 201);
            this.layoutControlGroup13.Name = "layoutControlGroup12";
            this.layoutControlGroup13.OptionsItemText.TextToControlDistance = 5;
            this.layoutControlGroup13.Size = new System.Drawing.Size(278, 67);
            this.layoutControlGroup13.Text = "STV No.";
            // 

            // colIsReprintOf
            // 
            this.colIsReprintOf.Caption = "IsReprintof";
            this.colIsReprintOf.FieldName = "IsReprintOf";
            this.colIsReprintOf.Name = "colIsReprintOf";
            // 

            // PrintoutLogReceipt
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1049, 537);
            this.Controls.Add(this.layoutControl1);
            this.Name = "PrintoutLogReceipt";
            this.Text = "Receipt Printout Log";
            this.Load += new System.EventHandler(this.PutAwayListsLoad);
            ((System.ComponentModel.ISupportInitialize)(this.gridGRVNoView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridDetails)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridDetailView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridReceives)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridReceiveView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditReceivingCost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkPalletLocations)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditMargin)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkAccount.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtReceivedDate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGRVNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutGRVNO)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcVoid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcRequestVoid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcReprint)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.HeaderSection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.laySubAccount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lgActivity)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem47)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcPrint)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcCancelVoidRequest)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup13)).EndInit();
            this.ResumeLayout(false);

        }
Example #55
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();
     this.gridColumn15         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControl1        = new DevExpress.XtraEditors.GroupControl();
     this.checkWithZero        = new DevExpress.XtraEditors.CheckEdit();
     this.btnQuery             = new DevExpress.XtraEditors.SimpleButton();
     this.txtMC                = new DevExpress.XtraEditors.TextEdit();
     this.txtLocation          = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.gridControl1         = new DevExpress.XtraGrid.GridControl();
     this.bindingSource1       = new System.Windows.Forms.BindingSource(this.components);
     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.gridColumn7          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.barButtonItem1       = new DevExpress.XtraBars.BarButtonItem();
     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.barBtnSkuFlag        = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkWithZero.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMC.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLocation.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // gridColumn15
     //
     this.gridColumn15.Caption      = "保质期状态";
     this.gridColumn15.FieldName    = "IsPassEXP";
     this.gridColumn15.Name         = "gridColumn15";
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 11;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.checkWithZero);
     this.groupControl1.Controls.Add(this.btnQuery);
     this.groupControl1.Controls.Add(this.txtMC);
     this.groupControl1.Controls.Add(this.txtLocation);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupControl1.Location = new System.Drawing.Point(0, 31);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(1114, 82);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text     = "查询条件";
     //
     // checkWithZero
     //
     this.checkWithZero.Location           = new System.Drawing.Point(543, 34);
     this.checkWithZero.Name               = "checkWithZero";
     this.checkWithZero.Properties.Caption = "包含 0 库存";
     this.checkWithZero.Size               = new System.Drawing.Size(111, 19);
     this.checkWithZero.TabIndex           = 4;
     //
     // btnQuery
     //
     this.btnQuery.Location = new System.Drawing.Point(688, 30);
     this.btnQuery.Name     = "btnQuery";
     this.btnQuery.Size     = new System.Drawing.Size(91, 25);
     this.btnQuery.TabIndex = 5;
     this.btnQuery.Text     = "查询";
     this.btnQuery.Click   += new System.EventHandler(this.OnQueryClick);
     //
     // txtMC
     //
     this.txtMC.Location                   = new System.Drawing.Point(319, 35);
     this.txtMC.Name                       = "txtMC";
     this.txtMC.Properties.MaxLength       = 50;
     this.txtMC.Properties.NullValuePrompt = "支持模糊查询";
     this.txtMC.Properties.NullValuePromptShowForEmptyValue = true;
     this.txtMC.Size     = new System.Drawing.Size(178, 20);
     this.txtMC.TabIndex = 3;
     //
     // txtLocation
     //
     this.txtLocation.Location             = new System.Drawing.Point(63, 35);
     this.txtLocation.Name                 = "txtLocation";
     this.txtLocation.Properties.MaxLength = 20;
     this.txtLocation.Size                 = new System.Drawing.Size(178, 20);
     this.txtLocation.TabIndex             = 1;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(263, 38);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(48, 12);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "物料名称";
     //
     // labelControl3
     //
     this.labelControl3.AllowHtmlString = true;
     this.labelControl3.Location        = new System.Drawing.Point(5, 64);
     this.labelControl3.Name            = "labelControl3";
     this.labelControl3.Size            = new System.Drawing.Size(258, 14);
     this.labelControl3.TabIndex        = 0;
     this.labelControl3.Text            = "【提示:<color=red>红色字体</color>表示剩余过期天数小于7天。】";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(27, 38);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(24, 12);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "货位";
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.bindingSource1;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location   = new System.Drawing.Point(0, 113);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(1114, 383);
     this.gridControl1.TabIndex   = 1;
     this.gridControl1.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.gridColumn7,
         this.gridColumn8,
         this.gridColumn10,
         this.gridColumn6,
         this.gridColumn17,
         this.gridColumn9,
         this.gridColumn12,
         this.gridColumn5,
         this.gridColumn11,
         this.gridColumn13,
         this.gridColumn14,
         this.gridColumn15,
         this.gridColumn16,
         this.gridColumn18
     });
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression                      = "[IsPassEXP] <= 0.5";
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.Column                          = this.gridColumn15;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1                          = "临期";
     styleFormatCondition3.Appearance.BackColor            = System.Drawing.Color.Gray;
     styleFormatCondition3.Appearance.Options.UseBackColor = true;
     styleFormatCondition3.ApplyToRow                      = true;
     styleFormatCondition3.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition3.Expression                      = "[LocationIsActive] == \'N\'";
     this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2,
         styleFormatCondition3
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.ID          = "f45ec8ee-3646-478e-a282-202f4e6d9a97";
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsSelection.MultiSelect       = true;
     this.gridView1.OptionsView.ColumnAutoWidth        = false;
     this.gridView1.OptionsView.EnableAppearanceOddRow = true;
     this.gridView1.OptionsView.ShowAutoFilterRow      = true;
     this.gridView1.OptionsView.ShowFooter             = true;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn15, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "所属货区";
     this.gridColumn1.FieldName    = "ZoneName";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 12;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "货位";
     this.gridColumn2.FieldName    = "Location";
     this.gridColumn2.Fixed        = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 0;
     this.gridColumn2.Width        = 110;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "物料编码";
     this.gridColumn3.FieldName    = "Material";
     this.gridColumn3.Fixed        = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width        = 80;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "物料名称";
     this.gridColumn4.FieldName    = "MaterialName";
     this.gridColumn4.Fixed        = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width        = 216;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "总库存";
     this.gridColumn7.DisplayFormat.FormatString = "f0";
     this.gridColumn7.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn7.FieldName = "Qty";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Qty", "{0:f0}")
     });
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "拣货中";
     this.gridColumn8.DisplayFormat.FormatString = "f0";
     this.gridColumn8.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn8.FieldName    = "PickingQty";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 4;
     this.gridColumn8.Width        = 60;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "占用中";
     this.gridColumn10.DisplayFormat.FormatString = "f0";
     this.gridColumn10.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn10.FieldName    = "OccupyQty";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 5;
     this.gridColumn10.Width        = 60;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "库存单位";
     this.gridColumn6.FieldName    = "UnitName";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 6;
     this.gridColumn6.Width        = 60;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption      = "生产日期";
     this.gridColumn17.FieldName    = "CreateDate";
     this.gridColumn17.Name         = "gridColumn17";
     this.gridColumn17.Visible      = true;
     this.gridColumn17.VisibleIndex = 7;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "有效期至";
     this.gridColumn9.FieldName    = "ExpDate";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 8;
     this.gridColumn9.Width        = 80;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption      = "剩余过期天数";
     this.gridColumn12.FieldName    = "ExpDiffDays";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 9;
     this.gridColumn12.Width        = 90;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "最近一次入位";
     this.gridColumn5.DisplayFormat.FormatString = "g";
     this.gridColumn5.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn5.FieldName    = "LastInDate";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 14;
     this.gridColumn5.Width        = 120;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "最近一次出位";
     this.gridColumn11.DisplayFormat.FormatString = "g";
     this.gridColumn11.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn11.FieldName    = "LastOutDate";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 15;
     this.gridColumn11.Width        = 120;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption      = "规格";
     this.gridColumn13.FieldName    = "Spec";
     this.gridColumn13.Fixed        = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 3;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "保质期天数";
     this.gridColumn14.FieldName    = "ExpDays";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 10;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption      = "货位可用状态";
     this.gridColumn16.FieldName    = "LocationIsActive";
     this.gridColumn16.Name         = "gridColumn16";
     this.gridColumn16.Visible      = true;
     this.gridColumn16.VisibleIndex = 13;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption      = "商品质量";
     this.gridColumn18.FieldName    = "SkuQuality";
     this.gridColumn18.Name         = "gridColumn18";
     this.gridColumn18.Visible      = true;
     this.gridColumn18.VisibleIndex = 16;
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     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.barButtonItem1,
         this.barButtonItem2,
         this.barButtonItem3,
         this.barButtonItem4,
         this.barButtonItem5,
         this.barBtnSkuFlag
     });
     this.barManager1.MaxItemId = 6;
     //
     // bar1
     //
     this.bar1.BarName   = "工具";
     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(this.barButtonItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
         new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSkuFlag)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DisableCustomization    = true;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.UseWholeRow             = true;
     this.bar1.Text = "工具";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption    = "查看关联拣货单";
     this.barButtonItem1.Id         = 0;
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.Tag        = "";
     this.barButtonItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption    = "查看占用记录";
     this.barButtonItem2.Id         = 1;
     this.barButtonItem2.Name       = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.Tag        = "占用记录";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption    = "查看台账记录";
     this.barButtonItem3.Id         = 2;
     this.barButtonItem3.Name       = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem3.Tag        = "台账记录";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption    = "查看商品库存信息";
     this.barButtonItem4.Id         = 3;
     this.barButtonItem4.Name       = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem4.Tag        = "查看商品库存信息";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption    = "删除0库存行";
     this.barButtonItem5.Id         = 4;
     this.barButtonItem5.Name       = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.Tag        = "删除0库存行";
     this.barButtonItem5.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnItemClick);
     //
     // barBtnSkuFlag
     //
     this.barBtnSkuFlag.Caption    = "标记";
     this.barBtnSkuFlag.Id         = 5;
     this.barBtnSkuFlag.Name       = "barBtnSkuFlag";
     this.barBtnSkuFlag.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barBtnSkuFlag.Tag        = "标记";
     this.barBtnSkuFlag.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSkuFlag_ItemClick);
     //
     // 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(1114, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 496);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1114, 0);
     //
     // 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, 465);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1114, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 465);
     //
     // FrmStockQuery
     //
     this.AcceptButton  = this.btnQuery;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(1114, 496);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "FrmStockQuery";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "库存查询";
     this.Load         += new System.EventHandler(this.FrmStockQuery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkWithZero.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMC.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLocation.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).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.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JobSettingsView));
            this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
            this.gridControl_FaultTypes = new DevExpress.XtraGrid.GridControl();
            this.faultTypeBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView_FaultTypes = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colFaultTypeID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFaultName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNotes1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl_ItemTypes = new DevExpress.XtraGrid.GridControl();
            this.ItemTypeBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView_ItemTypes = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colItemTypeID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colNotes = new DevExpress.XtraGrid.Columns.GridColumn();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barButtonItem_SaveJobSettings = new DevExpress.XtraBars.BarButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barButtonItem_RemoveItemType = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_RemoveFault = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Refresh = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_New = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_DeleteUser = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_SaveAccountSettings = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_SaveTransactionTypes = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_RefreshTransactionTypes = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_RefreshAccounts = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_SaveGeneralSettings = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu_ItemTypes = new DevExpress.XtraBars.PopupMenu(this.components);
            this.popupMenu_Fault = new DevExpress.XtraBars.PopupMenu(this.components);
            this.layoutControl6 = new DevExpress.XtraLayout.LayoutControl();
            this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_FaultTypes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.faultTypeBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_FaultTypes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_ItemTypes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemTypeBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_ItemTypes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu_ItemTypes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu_Fault)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl6)).BeginInit();
            this.layoutControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
            this.SuspendLayout();
            // 
            // standaloneBarDockControl1
            // 
            this.standaloneBarDockControl1.CausesValidation = false;
            this.standaloneBarDockControl1.Location = new System.Drawing.Point(12, 12);
            this.standaloneBarDockControl1.Name = "standaloneBarDockControl1";
            this.standaloneBarDockControl1.Size = new System.Drawing.Size(766, 24);
            this.standaloneBarDockControl1.Text = "standaloneBarDockControl1";
            // 
            // gridControl_FaultTypes
            // 
            this.gridControl_FaultTypes.DataSource = this.faultTypeBindingSource;
            this.gridControl_FaultTypes.Location = new System.Drawing.Point(402, 40);
            this.gridControl_FaultTypes.MainView = this.gridView_FaultTypes;
            this.gridControl_FaultTypes.Name = "gridControl_FaultTypes";
            this.gridControl_FaultTypes.Size = new System.Drawing.Size(376, 454);
            this.gridControl_FaultTypes.TabIndex = 1;
            this.gridControl_FaultTypes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView_FaultTypes});
            // 
            // faultTypeBindingSource
            // 
            this.faultTypeBindingSource.DataSource = typeof(Buzzle.Data.DataModel.FaultType);
            // 
            // gridView_FaultTypes
            // 
            this.gridView_FaultTypes.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colFaultTypeID,
            this.colFaultName,
            this.colNotes1});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.colFaultTypeID;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = "0";
            this.gridView_FaultTypes.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridView_FaultTypes.GridControl = this.gridControl_FaultTypes;
            this.gridView_FaultTypes.Name = "gridView_FaultTypes";
            this.gridView_FaultTypes.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridView_FaultTypes.OptionsView.ShowGroupPanel = false;
            this.gridView_FaultTypes.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridView_FaultTypes_MouseUp);
            // 
            // colFaultTypeID
            // 
            this.colFaultTypeID.FieldName = "FaultTypeID";
            this.colFaultTypeID.Name = "colFaultTypeID";
            // 
            // colFaultName
            // 
            this.colFaultName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.colFaultName.AppearanceHeader.Options.UseFont = true;
            this.colFaultName.Caption = "Fault Types";
            this.colFaultName.FieldName = "FaultName";
            this.colFaultName.Name = "colFaultName";
            this.colFaultName.Visible = true;
            this.colFaultName.VisibleIndex = 0;
            // 
            // colNotes1
            // 
            this.colNotes1.FieldName = "Notes";
            this.colNotes1.Name = "colNotes1";
            // 
            // gridControl_ItemTypes
            // 
            this.gridControl_ItemTypes.DataSource = this.ItemTypeBindingSource;
            this.gridControl_ItemTypes.Location = new System.Drawing.Point(12, 40);
            this.gridControl_ItemTypes.MainView = this.gridView_ItemTypes;
            this.gridControl_ItemTypes.Name = "gridControl_ItemTypes";
            this.gridControl_ItemTypes.Size = new System.Drawing.Size(381, 454);
            this.gridControl_ItemTypes.TabIndex = 0;
            this.gridControl_ItemTypes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView_ItemTypes});
            // 
            // ItemTypeBindingSource
            // 
            this.ItemTypeBindingSource.DataSource = typeof(Buzzle.Data.DataModel.JobItemType);
            // 
            // gridView_ItemTypes
            // 
            this.gridView_ItemTypes.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colItemTypeID,
            this.colItemName,
            this.colNotes});
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Column = this.colItemTypeID;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Value1 = "0";
            this.gridView_ItemTypes.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition2});
            this.gridView_ItemTypes.GridControl = this.gridControl_ItemTypes;
            this.gridView_ItemTypes.Name = "gridView_ItemTypes";
            this.gridView_ItemTypes.OptionsNavigation.AutoFocusNewRow = true;
            this.gridView_ItemTypes.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridView_ItemTypes.OptionsView.ShowGroupPanel = false;
            this.gridView_ItemTypes.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridView_ItemTypes_MouseUp);
            // 
            // colItemTypeID
            // 
            this.colItemTypeID.FieldName = "ItemTypeID";
            this.colItemTypeID.Name = "colItemTypeID";
            // 
            // colItemName
            // 
            this.colItemName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.colItemName.AppearanceHeader.Options.UseFont = true;
            this.colItemName.Caption = "Item Types";
            this.colItemName.FieldName = "ItemName";
            this.colItemName.Name = "colItemName";
            this.colItemName.Visible = true;
            this.colItemName.VisibleIndex = 0;
            // 
            // colNotes
            // 
            this.colNotes.FieldName = "Notes";
            this.colNotes.Name = "colNotes";
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2});
            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.DockControls.Add(this.standaloneBarDockControl1);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem_SaveJobSettings,
            this.barButtonItem_RemoveItemType,
            this.barButtonItem_RemoveFault,
            this.barButtonItem_Refresh,
            this.barButtonItem_New,
            this.barButtonItem_DeleteUser,
            this.barButtonItem_SaveAccountSettings,
            this.barButtonItem_SaveTransactionTypes,
            this.barButtonItem_RefreshTransactionTypes,
            this.barButtonItem_RefreshAccounts,
            this.barButtonItem_SaveGeneralSettings});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 19;
            // 
            // bar2
            // 
            this.bar2.BarName = "Main menu";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
            this.bar2.FloatLocation = new System.Drawing.Point(169, 212);
            this.bar2.FloatSize = new System.Drawing.Size(137, 31);
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem_SaveJobSettings, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.StandaloneBarDockControl = this.standaloneBarDockControl1;
            this.bar2.Text = "Main menu";
            // 
            // barButtonItem_SaveJobSettings
            // 
            this.barButtonItem_SaveJobSettings.Caption = "Save Changes";
            this.barButtonItem_SaveJobSettings.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_SaveJobSettings.Glyph")));
            this.barButtonItem_SaveJobSettings.Id = 0;
            this.barButtonItem_SaveJobSettings.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_SaveJobSettings.LargeGlyph")));
            this.barButtonItem_SaveJobSettings.Name = "barButtonItem_SaveJobSettings";
            this.barButtonItem_SaveJobSettings.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_SaveJobSettings_ItemClick);
            // 
            // 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(790, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 506);
            this.barDockControlBottom.Size = new System.Drawing.Size(790, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 506);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(790, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 506);
            // 
            // barButtonItem_RemoveItemType
            // 
            this.barButtonItem_RemoveItemType.Caption = "Remove Item Type";
            this.barButtonItem_RemoveItemType.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_RemoveItemType.Glyph")));
            this.barButtonItem_RemoveItemType.Id = 1;
            this.barButtonItem_RemoveItemType.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_RemoveItemType.LargeGlyph")));
            this.barButtonItem_RemoveItemType.Name = "barButtonItem_RemoveItemType";
            this.barButtonItem_RemoveItemType.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_RemoveItemType_ItemClick);
            // 
            // barButtonItem_RemoveFault
            // 
            this.barButtonItem_RemoveFault.Caption = "Remove Fault Type";
            this.barButtonItem_RemoveFault.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_RemoveFault.Glyph")));
            this.barButtonItem_RemoveFault.Id = 2;
            this.barButtonItem_RemoveFault.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_RemoveFault.LargeGlyph")));
            this.barButtonItem_RemoveFault.Name = "barButtonItem_RemoveFault";
            this.barButtonItem_RemoveFault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_RemoveFault_ItemClick);
            // 
            // barButtonItem_Refresh
            // 
            this.barButtonItem_Refresh.Id = 11;
            this.barButtonItem_Refresh.Name = "barButtonItem_Refresh";
            // 
            // barButtonItem_New
            // 
            this.barButtonItem_New.Id = 12;
            this.barButtonItem_New.Name = "barButtonItem_New";
            // 
            // barButtonItem_DeleteUser
            // 
            this.barButtonItem_DeleteUser.Id = 13;
            this.barButtonItem_DeleteUser.Name = "barButtonItem_DeleteUser";
            // 
            // barButtonItem_SaveAccountSettings
            // 
            this.barButtonItem_SaveAccountSettings.Id = 14;
            this.barButtonItem_SaveAccountSettings.Name = "barButtonItem_SaveAccountSettings";
            // 
            // barButtonItem_SaveTransactionTypes
            // 
            this.barButtonItem_SaveTransactionTypes.Id = 15;
            this.barButtonItem_SaveTransactionTypes.Name = "barButtonItem_SaveTransactionTypes";
            // 
            // barButtonItem_RefreshTransactionTypes
            // 
            this.barButtonItem_RefreshTransactionTypes.Id = 16;
            this.barButtonItem_RefreshTransactionTypes.Name = "barButtonItem_RefreshTransactionTypes";
            // 
            // barButtonItem_RefreshAccounts
            // 
            this.barButtonItem_RefreshAccounts.Id = 17;
            this.barButtonItem_RefreshAccounts.Name = "barButtonItem_RefreshAccounts";
            // 
            // barButtonItem_SaveGeneralSettings
            // 
            this.barButtonItem_SaveGeneralSettings.Id = 18;
            this.barButtonItem_SaveGeneralSettings.Name = "barButtonItem_SaveGeneralSettings";
            // 
            // popupMenu_ItemTypes
            // 
            this.popupMenu_ItemTypes.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_RemoveItemType)});
            this.popupMenu_ItemTypes.Manager = this.barManager1;
            this.popupMenu_ItemTypes.Name = "popupMenu_ItemTypes";
            // 
            // popupMenu_Fault
            // 
            this.popupMenu_Fault.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_RemoveFault)});
            this.popupMenu_Fault.Manager = this.barManager1;
            this.popupMenu_Fault.Name = "popupMenu_Fault";
            // 
            // layoutControl6
            // 
            this.layoutControl6.Controls.Add(this.gridControl_FaultTypes);
            this.layoutControl6.Controls.Add(this.standaloneBarDockControl1);
            this.layoutControl6.Controls.Add(this.gridControl_ItemTypes);
            this.layoutControl6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl6.Location = new System.Drawing.Point(0, 0);
            this.layoutControl6.Name = "layoutControl6";
            this.layoutControl6.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(490, 307, 250, 350);
            this.layoutControl6.Root = this.layoutControlGroup6;
            this.layoutControl6.Size = new System.Drawing.Size(790, 506);
            this.layoutControl6.TabIndex = 5;
            this.layoutControl6.Text = "layoutControl6";
            // 
            // layoutControlGroup6
            // 
            this.layoutControlGroup6.CustomizationFormText = "Root";
            this.layoutControlGroup6.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup6.GroupBordersVisible = false;
            this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem3,
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.splitterItem1});
            this.layoutControlGroup6.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup6.Name = "Root";
            this.layoutControlGroup6.Size = new System.Drawing.Size(790, 506);
            this.layoutControlGroup6.Text = "Root";
            this.layoutControlGroup6.TextVisible = false;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.standaloneBarDockControl1;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(770, 28);
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.gridControl_ItemTypes;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 28);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(385, 458);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.gridControl_FaultTypes;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(390, 28);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(380, 458);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // splitterItem1
            // 
            this.splitterItem1.AllowHotTrack = true;
            this.splitterItem1.CustomizationFormText = "splitterItem1";
            this.splitterItem1.Location = new System.Drawing.Point(385, 28);
            this.splitterItem1.Name = "splitterItem1";
            this.splitterItem1.Size = new System.Drawing.Size(5, 458);
            // 
            // JobSettingsView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(790, 506);
            this.Controls.Add(this.layoutControl6);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "JobSettingsView";
            this.Text = "Job Settings";
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_FaultTypes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.faultTypeBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_FaultTypes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_ItemTypes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemTypeBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_ItemTypes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu_ItemTypes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu_Fault)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl6)).EndInit();
            this.layoutControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).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.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_EventDetails_Diagnosis));
            this.cmbAlertDiagnosis = new DevExpress.XtraEditors.LookUpEdit();
            this.parametroBEBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.cEI10ComboBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.txtCEI10 = new DevExpress.XtraEditors.SearchLookUpEdit();
            this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl_Details = new DevExpress.XtraGrid.GridControl();
            this.medicalEventDetailViewListBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView_Details = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colCreatedDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colStatusDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMedicamentName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colApellidoNombre = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.txtObservación = new DevExpress.XtraEditors.MemoEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.btnQuitarDiag = new DevExpress.XtraEditors.SimpleButton();
            this.colColEnabled = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.cmbAlertDiagnosis.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametroBEBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cEI10ComboBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCEI10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Details)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.medicalEventDetailViewListBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Details)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservación.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // aceptCancelButtonBar1
            // 
            this.aceptCancelButtonBar1.AceptButtonVisible = true;
            this.aceptCancelButtonBar1.BottomsVisible = true;
            this.aceptCancelButtonBar1.CancelButtonVisible = true;
            this.aceptCancelButtonBar1.Location = new System.Drawing.Point(3, 454);
            this.aceptCancelButtonBar1.Size = new System.Drawing.Size(839, 28);
            this.aceptCancelButtonBar1.ClickOkCancelEvent += new Fwk.UI.Common.ClickOkCancelHandler(this.aceptCancelButtonBar1_ClickOkCancelEvent);
            // 
            // cmbAlertDiagnosis
            // 
            this.cmbAlertDiagnosis.EnterMoveNextControl = true;
            this.cmbAlertDiagnosis.Location = new System.Drawing.Point(113, 88);
            this.cmbAlertDiagnosis.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmbAlertDiagnosis.Name = "cmbAlertDiagnosis";
            this.cmbAlertDiagnosis.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            this.cmbAlertDiagnosis.Properties.Appearance.BackColor = System.Drawing.Color.White;
            this.cmbAlertDiagnosis.Properties.Appearance.Options.UseBackColor = true;
            this.cmbAlertDiagnosis.Properties.AppearanceFocused.BackColor = System.Drawing.Color.PapayaWhip;
            this.cmbAlertDiagnosis.Properties.AppearanceFocused.Options.UseBackColor = true;
            this.cmbAlertDiagnosis.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbAlertDiagnosis.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre", "Nombre", 55, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
            this.cmbAlertDiagnosis.Properties.DataSource = this.parametroBEBindingSource;
            this.cmbAlertDiagnosis.Properties.DisplayMember = "Nombre";
            this.cmbAlertDiagnosis.Properties.NullText = "Seleccione una opcion";
            this.cmbAlertDiagnosis.Properties.ValueMember = "IdParametro";
            this.cmbAlertDiagnosis.Size = new System.Drawing.Size(209, 22);
            this.cmbAlertDiagnosis.TabIndex = 2044;
            // 
            // parametroBEBindingSource
            // 
            this.parametroBEBindingSource.DataSource = typeof(Health.BE.ParametroBE);
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.DimGray;
            this.labelControl3.Location = new System.Drawing.Point(5, 39);
            this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(90, 18);
            this.labelControl3.TabIndex = 2045;
            this.labelControl3.Text = "Diagnostico";
            // 
            // cEI10ComboBindingSource
            // 
            this.cEI10ComboBindingSource.DataSource = typeof(Health.BE.CEI10Combo);
            // 
            // txtCEI10
            // 
            this.txtCEI10.EditValue = "";
            this.txtCEI10.Location = new System.Drawing.Point(113, 26);
            this.txtCEI10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txtCEI10.Name = "txtCEI10";
            this.txtCEI10.Properties.Appearance.BackColor = System.Drawing.Color.AliceBlue;
            this.txtCEI10.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.txtCEI10.Properties.Appearance.Options.UseBackColor = true;
            this.txtCEI10.Properties.Appearance.Options.UseForeColor = true;
            this.txtCEI10.Properties.AppearanceFocused.BackColor = System.Drawing.Color.PapayaWhip;
            this.txtCEI10.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.txtCEI10.Properties.AppearanceFocused.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.txtCEI10.Properties.AppearanceFocused.Options.UseBackColor = true;
            this.txtCEI10.Properties.AppearanceFocused.Options.UseFont = true;
            this.txtCEI10.Properties.AppearanceFocused.Options.UseForeColor = true;
            this.txtCEI10.Properties.AutoHeight = false;
            this.txtCEI10.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.txtCEI10.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtCEI10.Properties.DataSource = this.cEI10ComboBindingSource;
            this.txtCEI10.Properties.DisplayMember = "Description";
            this.txtCEI10.Properties.NullText = "";
            this.txtCEI10.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
            this.txtCEI10.Properties.ShowFooter = false;
            this.txtCEI10.Properties.ValueMember = "Code";
            this.txtCEI10.Properties.View = this.searchLookUpEdit1View;
            this.txtCEI10.Size = new System.Drawing.Size(688, 47);
            this.txtCEI10.TabIndex = 2046;
            // 
            // searchLookUpEdit1View
            // 
            this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colCode,
            this.colDescription});
            this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
            this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
            // 
            // colCode
            // 
            this.colCode.FieldName = "Code";
            this.colCode.Name = "colCode";
            this.colCode.OptionsColumn.AllowEdit = false;
            this.colCode.OptionsColumn.ReadOnly = true;
            this.colCode.Visible = true;
            this.colCode.VisibleIndex = 0;
            this.colCode.Width = 50;
            // 
            // colDescription
            // 
            this.colDescription.FieldName = "Description";
            this.colDescription.Name = "colDescription";
            this.colDescription.OptionsColumn.AllowEdit = false;
            this.colDescription.OptionsColumn.ReadOnly = true;
            this.colDescription.Visible = true;
            this.colDescription.VisibleIndex = 1;
            this.colDescription.Width = 334;
            // 
            // gridControl_Details
            // 
            this.gridControl_Details.DataSource = this.medicalEventDetailViewListBindingSource;
            this.gridControl_Details.Location = new System.Drawing.Point(11, 261);
            this.gridControl_Details.MainView = this.gridView_Details;
            this.gridControl_Details.Name = "gridControl_Details";
            this.gridControl_Details.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageComboBox1});
            this.gridControl_Details.Size = new System.Drawing.Size(817, 189);
            this.gridControl_Details.TabIndex = 2047;
            this.gridControl_Details.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView_Details});
            // 
            // medicalEventDetailViewListBindingSource
            // 
            this.medicalEventDetailViewListBindingSource.DataSource = typeof(Health.BE.MedicalEventDetail_ViewList);
            // 
            // gridView_Details
            // 
            this.gridView_Details.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.gridView_Details.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colCreatedDate,
            this.colStatusDescription,
            this.colMedicamentName,
            this.colApellidoNombre,
            this.colColEnabled});
            this.gridView_Details.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.SeaShell;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Brown;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[Enabled]  == False";
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Gold;
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = "[Status] == 660";
            this.gridView_Details.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.gridView_Details.GridControl = this.gridControl_Details;
            this.gridView_Details.Name = "gridView_Details";
            this.gridView_Details.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView_Details.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView_Details.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.False;
            this.gridView_Details.OptionsBehavior.Editable = false;
            this.gridView_Details.OptionsBehavior.ReadOnly = true;
            this.gridView_Details.OptionsCustomization.AllowColumnMoving = false;
            this.gridView_Details.OptionsCustomization.AllowColumnResizing = false;
            this.gridView_Details.OptionsCustomization.AllowGroup = false;
            this.gridView_Details.OptionsCustomization.AllowSort = false;
            this.gridView_Details.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView_Details.OptionsView.ColumnAutoWidth = false;
            this.gridView_Details.OptionsView.EnableAppearanceEvenRow = true;
            this.gridView_Details.OptionsView.ShowGroupPanel = false;
            this.gridView_Details.OptionsView.ShowIndicator = false;
            this.gridView_Details.OptionsView.ShowVertLines = false;
            this.gridView_Details.RowHeight = 27;
            this.gridView_Details.RowSeparatorHeight = 3;
            this.gridView_Details.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.LiveVertScroll;
            this.gridView_Details.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView_Details_MouseDown);
            // 
            // colCreatedDate
            // 
            this.colCreatedDate.Caption = "Fecha";
            this.colCreatedDate.FieldName = "CreatedDate";
            this.colCreatedDate.Name = "colCreatedDate";
            this.colCreatedDate.OptionsColumn.AllowEdit = false;
            this.colCreatedDate.Visible = true;
            this.colCreatedDate.VisibleIndex = 0;
            // 
            // colStatusDescription
            // 
            this.colStatusDescription.Caption = "Relevancia";
            this.colStatusDescription.FieldName = "RelevanceTypeName";
            this.colStatusDescription.Name = "colStatusDescription";
            this.colStatusDescription.Visible = true;
            this.colStatusDescription.VisibleIndex = 2;
            this.colStatusDescription.Width = 100;
            // 
            // colMedicamentName
            // 
            this.colMedicamentName.Caption = "Descripción";
            this.colMedicamentName.FieldName = "Desc";
            this.colMedicamentName.Name = "colMedicamentName";
            this.colMedicamentName.Visible = true;
            this.colMedicamentName.VisibleIndex = 1;
            this.colMedicamentName.Width = 440;
            // 
            // colApellidoNombre
            // 
            this.colApellidoNombre.Caption = "Profesional";
            this.colApellidoNombre.FieldName = "Profesional";
            this.colApellidoNombre.Name = "colApellidoNombre";
            this.colApellidoNombre.OptionsColumn.AllowEdit = false;
            this.colApellidoNombre.Visible = true;
            this.colApellidoNombre.VisibleIndex = 3;
            this.colApellidoNombre.Width = 200;
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.AutoHeight = false;
            this.repositoryItemImageComboBox1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Permanente", true, 1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", false, 0)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            this.repositoryItemImageComboBox1.ReadOnly = true;
            // 
            // groupControl1
            // 
            this.groupControl1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.groupControl1.Appearance.BorderColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.groupControl1.Appearance.Options.UseBackColor = true;
            this.groupControl1.Appearance.Options.UseBorderColor = true;
            this.groupControl1.Controls.Add(this.labelControl2);
            this.groupControl1.Controls.Add(this.txtObservación);
            this.groupControl1.Controls.Add(this.labelControl1);
            this.groupControl1.Controls.Add(this.txtCEI10);
            this.groupControl1.Controls.Add(this.labelControl3);
            this.groupControl1.Controls.Add(this.cmbAlertDiagnosis);
            this.groupControl1.Location = new System.Drawing.Point(6, 8);
            this.groupControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
            this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(822, 199);
            this.groupControl1.TabIndex = 2048;
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.DimGray;
            this.labelControl2.Location = new System.Drawing.Point(5, 143);
            this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(95, 18);
            this.labelControl2.TabIndex = 2049;
            this.labelControl2.Text = "Observación";
            // 
            // txtObservación
            // 
            this.txtObservación.EditValue = "";
            this.txtObservación.Location = new System.Drawing.Point(113, 124);
            this.txtObservación.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txtObservación.Name = "txtObservación";
            this.txtObservación.Properties.Appearance.BackColor = System.Drawing.Color.White;
            this.txtObservación.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.txtObservación.Properties.Appearance.Options.UseBackColor = true;
            this.txtObservación.Properties.Appearance.Options.UseForeColor = true;
            this.txtObservación.Properties.AppearanceFocused.BackColor = System.Drawing.Color.PapayaWhip;
            this.txtObservación.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.txtObservación.Properties.AppearanceFocused.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.txtObservación.Properties.AppearanceFocused.Options.UseBackColor = true;
            this.txtObservación.Properties.AppearanceFocused.Options.UseFont = true;
            this.txtObservación.Properties.AppearanceFocused.Options.UseForeColor = true;
            this.txtObservación.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.txtObservación.Size = new System.Drawing.Size(688, 59);
            this.txtObservación.TabIndex = 2048;
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.DimGray;
            this.labelControl1.Location = new System.Drawing.Point(5, 89);
            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(88, 18);
            this.labelControl1.TabIndex = 2047;
            this.labelControl1.Text = "importancia";
            // 
            // btnQuitarDiag
            // 
            this.btnQuitarDiag.Image = ((System.Drawing.Image)(resources.GetObject("btnQuitarDiag.Image")));
            this.btnQuitarDiag.Location = new System.Drawing.Point(11, 230);
            this.btnQuitarDiag.Name = "btnQuitarDiag";
            this.btnQuitarDiag.Size = new System.Drawing.Size(151, 25);
            this.btnQuitarDiag.TabIndex = 2049;
            this.btnQuitarDiag.Text = "Quitar diagnóstico";
            this.btnQuitarDiag.Click += new System.EventHandler(this.btnQuitarDiag_Click);
            // 
            // colColEnabled
            // 
            this.colColEnabled.FieldName = "ColEnabled";
            this.colColEnabled.Name = "colColEnabled";
            // 
            // frm_EventDetails_Diagnosis
            // 
            this.Appearance.BackColor = System.Drawing.Color.White;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(845, 487);
            this.Controls.Add(this.btnQuitarDiag);
            this.Controls.Add(this.groupControl1);
            this.Controls.Add(this.gridControl_Details);
            this.Name = "frm_EventDetails_Diagnosis";
            this.Text = "Diagnóstico";
            this.Load += new System.EventHandler(this.frm_EventDetails_Load);
            this.Controls.SetChildIndex(this.aceptCancelButtonBar1, 0);
            this.Controls.SetChildIndex(this.gridControl_Details, 0);
            this.Controls.SetChildIndex(this.groupControl1, 0);
            this.Controls.SetChildIndex(this.btnQuitarDiag, 0);
            ((System.ComponentModel.ISupportInitialize)(this.cmbAlertDiagnosis.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametroBEBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cEI10ComboBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCEI10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Details)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.medicalEventDetailViewListBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Details)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservación.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.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(Control_PlayList));
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            this.gridColumn_exists = new DevExpress.XtraGrid.Columns.GridColumn();
            this.grid_PlayList = new DevExpress.XtraGrid.GridControl();
            this.gv_PlayList = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn_num = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn_name = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn_artist = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn_date = new DevExpress.XtraGrid.Columns.GridColumn();
            this.toolTipController = new DevExpress.Utils.ToolTipController(this.components);
            this.panelControl_Filter = new DevExpress.XtraEditors.PanelControl();
            this.checkButton_Filter_Plus = new DevExpress.XtraEditors.CheckButton();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.btnEdit_Find = new DevExpress.XtraEditors.ButtonEdit();
            this.checkButton_Toggle_PLColumns = new DevExpress.XtraEditors.CheckButton();
            this.timer_add_row = new System.Windows.Forms.Timer(this.components);
            this.timer_tooltip = new System.Windows.Forms.Timer(this.components);
            this.panelControl_header = new DevExpress.XtraEditors.PanelControl();
            this.checkButton_Toggle_FindPanel = new DevExpress.XtraEditors.CheckButton();
            this.labelControl_header = new DevExpress.XtraEditors.LabelControl();
            this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.grid_PlayList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gv_PlayList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl_Filter)).BeginInit();
            this.panelControl_Filter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnEdit_Find.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl_header)).BeginInit();
            this.panelControl_header.SuspendLayout();
            this.SuspendLayout();
            // 
            // gridColumn_exists
            // 
            this.gridColumn_exists.Caption = "FilesExists";
            this.gridColumn_exists.FieldName = "FileExistsFlag";
            this.gridColumn_exists.Name = "gridColumn_exists";
            // 
            // grid_PlayList
            // 
            this.grid_PlayList.AllowDrop = true;
            this.grid_PlayList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grid_PlayList.Location = new System.Drawing.Point(0, 59);
            this.grid_PlayList.MainView = this.gv_PlayList;
            this.grid_PlayList.Name = "grid_PlayList";
            this.grid_PlayList.Size = new System.Drawing.Size(315, 276);
            this.grid_PlayList.TabIndex = 1;
            this.grid_PlayList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gv_PlayList});
            this.grid_PlayList.DragDrop += new System.Windows.Forms.DragEventHandler(this.grid_PlayList_DragDrop);
            this.grid_PlayList.DragEnter += new System.Windows.Forms.DragEventHandler(this.grid_PlayList_DragEnter);
            this.grid_PlayList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grid_PlayList_MouseClick);
            this.grid_PlayList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.grid_PlayList_MouseDown);
            this.grid_PlayList.MouseEnter += new System.EventHandler(this.grid_PlayList_MouseEnter);
            this.grid_PlayList.MouseMove += new System.Windows.Forms.MouseEventHandler(this.grid_PlayList_MouseMove);
            this.grid_PlayList.MouseUp += new System.Windows.Forms.MouseEventHandler(this.grid_PlayList_MouseUp);
            // 
            // gv_PlayList
            // 
            this.gv_PlayList.Appearance.Empty.BackColor = System.Drawing.Color.Black;
            this.gv_PlayList.Appearance.Empty.Options.UseBackColor = true;
            this.gv_PlayList.Appearance.FocusedRow.BackColor = System.Drawing.Color.MediumBlue;
            this.gv_PlayList.Appearance.FocusedRow.Font = new System.Drawing.Font("Tahoma", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.gv_PlayList.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gv_PlayList.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gv_PlayList.Appearance.FocusedRow.Options.UseFont = true;
            this.gv_PlayList.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gv_PlayList.Appearance.HorzLine.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.gv_PlayList.Appearance.HorzLine.Options.UseBackColor = true;
            this.gv_PlayList.Appearance.Row.BackColor = System.Drawing.Color.Transparent;
            this.gv_PlayList.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.gv_PlayList.Appearance.Row.ForeColor = System.Drawing.Color.Lime;
            this.gv_PlayList.Appearance.Row.Options.UseBackColor = true;
            this.gv_PlayList.Appearance.Row.Options.UseFont = true;
            this.gv_PlayList.Appearance.Row.Options.UseForeColor = true;
            this.gv_PlayList.Appearance.SelectedRow.BackColor = System.Drawing.Color.Chocolate;
            this.gv_PlayList.Appearance.SelectedRow.BackColor2 = System.Drawing.Color.Lime;
            this.gv_PlayList.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gv_PlayList.Appearance.SelectedRow.Options.UseBorderColor = true;
            this.gv_PlayList.Appearance.VertLine.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.gv_PlayList.Appearance.VertLine.Options.UseBackColor = true;
            this.gv_PlayList.ColumnPanelRowHeight = 27;
            this.gv_PlayList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn_num,
            this.gridColumn_name,
            this.gridColumn_artist,
            this.gridColumn_exists,
            this.gridColumn_date});
            this.gv_PlayList.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Salmon;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.gridColumn_exists;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = "100";
            styleFormatCondition2.Appearance.ForeColor = System.Drawing.Color.Salmon;
            styleFormatCondition2.Appearance.Options.UseForeColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Column = this.gridColumn_exists;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Value1 = "101";
            styleFormatCondition3.Appearance.ForeColor = System.Drawing.Color.DarkGray;
            styleFormatCondition3.Appearance.Options.UseForeColor = true;
            styleFormatCondition3.ApplyToRow = true;
            styleFormatCondition3.Column = this.gridColumn_exists;
            styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition3.Value1 = "110";
            this.gv_PlayList.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2,
            styleFormatCondition3});
            this.gv_PlayList.GridControl = this.grid_PlayList;
            this.gv_PlayList.Name = "gv_PlayList";
            this.gv_PlayList.OptionsHint.ShowCellHints = false;
            this.gv_PlayList.OptionsMenu.EnableColumnMenu = false;
            this.gv_PlayList.OptionsMenu.EnableFooterMenu = false;
            this.gv_PlayList.OptionsMenu.EnableGroupPanelMenu = false;
            this.gv_PlayList.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gv_PlayList.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gv_PlayList.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
            this.gv_PlayList.OptionsView.ShowGroupPanel = false;
            this.gv_PlayList.OptionsView.ShowIndicator = false;
            this.gv_PlayList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn_name, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gv_PlayList.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gv_PlayList_PopupMenuShowing);
            this.gv_PlayList.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.gv_PlayList_KeyPress);
            this.gv_PlayList.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.gv_PlayList_MouseWheel);
            this.gv_PlayList.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gv_PlayList_MouseMove);
            this.gv_PlayList.MouseLeave += new System.EventHandler(this.gv_PlayList_MouseLeave);
            this.gv_PlayList.LostFocus += new System.EventHandler(this.gv_PlayList_LostFocus);
            // 
            // gridColumn_num
            // 
            this.gridColumn_num.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.gridColumn_num.AppearanceHeader.Options.UseFont = true;
            this.gridColumn_num.Caption = "№";
            this.gridColumn_num.FieldName = "Num";
            this.gridColumn_num.Name = "gridColumn_num";
            this.gridColumn_num.OptionsColumn.AllowEdit = false;
            this.gridColumn_num.Width = 30;
            // 
            // gridColumn_name
            // 
            this.gridColumn_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.gridColumn_name.AppearanceHeader.Options.UseFont = true;
            this.gridColumn_name.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn_name.Caption = "Название - Артист";
            this.gridColumn_name.FieldName = "Name";
            this.gridColumn_name.Name = "gridColumn_name";
            this.gridColumn_name.OptionsColumn.AllowEdit = false;
            this.gridColumn_name.OptionsFilter.AllowAutoFilter = false;
            this.gridColumn_name.OptionsFilter.AllowFilter = false;
            this.gridColumn_name.Visible = true;
            this.gridColumn_name.VisibleIndex = 0;
            this.gridColumn_name.Width = 119;
            // 
            // gridColumn_artist
            // 
            this.gridColumn_artist.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.gridColumn_artist.AppearanceHeader.Options.UseFont = true;
            this.gridColumn_artist.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn_artist.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn_artist.Caption = "Артист - Название";
            this.gridColumn_artist.FieldName = "Artist";
            this.gridColumn_artist.Name = "gridColumn_artist";
            this.gridColumn_artist.OptionsColumn.AllowEdit = false;
            this.gridColumn_artist.Width = 117;
            // 
            // gridColumn_date
            // 
            this.gridColumn_date.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Bold);
            this.gridColumn_date.AppearanceHeader.Options.UseFont = true;
            this.gridColumn_date.Caption = "Дата";
            this.gridColumn_date.DisplayFormat.FormatString = "dd.MM.yy HH:m:ss";
            this.gridColumn_date.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn_date.FieldName = "Date";
            this.gridColumn_date.Name = "gridColumn_date";
            this.gridColumn_date.OptionsColumn.AllowEdit = false;
            // 
            // toolTipController
            // 
            this.toolTipController.Appearance.Font = new System.Drawing.Font("Tahoma", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.toolTipController.Appearance.ForeColor = System.Drawing.Color.Navy;
            this.toolTipController.Appearance.Options.UseFont = true;
            this.toolTipController.Appearance.Options.UseForeColor = true;
            this.toolTipController.AppearanceTitle.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.toolTipController.AppearanceTitle.Options.UseForeColor = true;
            this.toolTipController.InitialDelay = 1000;
            this.toolTipController.ReshowDelay = 1000;
            this.toolTipController.ToolTipLocation = DevExpress.Utils.ToolTipLocation.TopRight;
            // 
            // panelControl_Filter
            // 
            this.panelControl_Filter.Controls.Add(this.checkButton_Filter_Plus);
            this.panelControl_Filter.Controls.Add(this.btnEdit_Find);
            this.panelControl_Filter.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl_Filter.Location = new System.Drawing.Point(0, 23);
            this.panelControl_Filter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.panelControl_Filter.Name = "panelControl_Filter";
            this.panelControl_Filter.Size = new System.Drawing.Size(315, 36);
            this.panelControl_Filter.TabIndex = 2;
            this.panelControl_Filter.Visible = false;
            // 
            // checkButton_Filter_Plus
            // 
            this.checkButton_Filter_Plus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.checkButton_Filter_Plus.ImageIndex = 1;
            this.checkButton_Filter_Plus.ImageList = this.imageCollection1;
            this.checkButton_Filter_Plus.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.checkButton_Filter_Plus.Location = new System.Drawing.Point(274, 7);
            this.checkButton_Filter_Plus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.checkButton_Filter_Plus.Name = "checkButton_Filter_Plus";
            this.checkButton_Filter_Plus.Size = new System.Drawing.Size(36, 19);
            this.checkButton_Filter_Plus.TabIndex = 1;
            this.checkButton_Filter_Plus.ToolTip = "Режим поиска (простой - продвинутый)";
            this.checkButton_Filter_Plus.CheckedChanged += new System.EventHandler(this.checkButton_Filter_Plus_CheckedChanged);
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.Images.SetKeyName(0, "Show2.png");
            this.imageCollection1.Images.SetKeyName(1, "Show.png");
            this.imageCollection1.Images.SetKeyName(2, "See3.png");
            // 
            // btnEdit_Find
            // 
            this.btnEdit_Find.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEdit_Find.Location = new System.Drawing.Point(5, 5);
            this.btnEdit_Find.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.btnEdit_Find.Name = "btnEdit_Find";
            this.btnEdit_Find.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.btnEdit_Find.Properties.Appearance.Options.UseFont = true;
            this.btnEdit_Find.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnEdit_Find.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
            this.btnEdit_Find.Properties.HideSelection = false;
            this.btnEdit_Find.Size = new System.Drawing.Size(264, 26);
            this.btnEdit_Find.TabIndex = 0;
            this.btnEdit_Find.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnEdit_Find_ButtonClick);
            this.btnEdit_Find.EditValueChanged += new System.EventHandler(this.btnEdit_Find_EditValueChanged);
            this.btnEdit_Find.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.btnEdit_Find_KeyPress);
            this.btnEdit_Find.Leave += new System.EventHandler(this.btnEdit_Find_Leave);
            this.btnEdit_Find.MouseEnter += new System.EventHandler(this.btnEdit_Find_MouseEnter);
            // 
            // checkButton_Toggle_PLColumns
            // 
            this.checkButton_Toggle_PLColumns.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.checkButton_Toggle_PLColumns.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.checkButton_Toggle_PLColumns.Appearance.Options.UseFont = true;
            this.checkButton_Toggle_PLColumns.ImageList = this.imageCollection1;
            this.checkButton_Toggle_PLColumns.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.checkButton_Toggle_PLColumns.Location = new System.Drawing.Point(286, 2);
            this.checkButton_Toggle_PLColumns.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.checkButton_Toggle_PLColumns.Name = "checkButton_Toggle_PLColumns";
            this.checkButton_Toggle_PLColumns.Size = new System.Drawing.Size(24, 19);
            this.checkButton_Toggle_PLColumns.TabIndex = 2;
            this.checkButton_Toggle_PLColumns.Text = "Н";
            this.checkButton_Toggle_PLColumns.ToolTip = "Название - Артист";
            this.checkButton_Toggle_PLColumns.ToolTipTitle = "Переключение списка";
            this.checkButton_Toggle_PLColumns.CheckedChanged += new System.EventHandler(this.checkButton_Toggle_PLColumn);
            // 
            // timer_add_row
            // 
            this.timer_add_row.Interval = 125;
            this.timer_add_row.Tick += new System.EventHandler(this.timer_add_row_Tick);
            // 
            // timer_tooltip
            // 
            this.timer_tooltip.Interval = 1000;
            this.timer_tooltip.Tick += new System.EventHandler(this.timer_tooltip_Tick);
            // 
            // panelControl_header
            // 
            this.panelControl_header.Controls.Add(this.checkButton_Toggle_FindPanel);
            this.panelControl_header.Controls.Add(this.checkButton_Toggle_PLColumns);
            this.panelControl_header.Controls.Add(this.labelControl_header);
            this.panelControl_header.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl_header.Location = new System.Drawing.Point(0, 0);
            this.panelControl_header.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.panelControl_header.Name = "panelControl_header";
            this.panelControl_header.Size = new System.Drawing.Size(315, 23);
            this.panelControl_header.TabIndex = 2;
            // 
            // checkButton_Toggle_FindPanel
            // 
            this.checkButton_Toggle_FindPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.checkButton_Toggle_FindPanel.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.checkButton_Toggle_FindPanel.Appearance.Options.UseFont = true;
            this.checkButton_Toggle_FindPanel.ImageIndex = 2;
            this.checkButton_Toggle_FindPanel.ImageList = this.imageCollection1;
            this.checkButton_Toggle_FindPanel.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.checkButton_Toggle_FindPanel.Location = new System.Drawing.Point(261, 2);
            this.checkButton_Toggle_FindPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.checkButton_Toggle_FindPanel.Name = "checkButton_Toggle_FindPanel";
            this.checkButton_Toggle_FindPanel.Size = new System.Drawing.Size(24, 19);
            this.checkButton_Toggle_FindPanel.TabIndex = 3;
            this.checkButton_Toggle_FindPanel.ToolTip = "Поиск";
            this.checkButton_Toggle_FindPanel.ToolTipTitle = "Переключение списка";
            this.checkButton_Toggle_FindPanel.CheckedChanged += new System.EventHandler(this.checkButton_Toggle_FindPanel_CheckedChanged);
            // 
            // labelControl_header
            // 
            this.labelControl_header.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl_header.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.labelControl_header.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelControl_header.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl_header.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.labelControl_header.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.labelControl_header.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl_header.Location = new System.Drawing.Point(2, 2);
            this.labelControl_header.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl_header.Name = "labelControl_header";
            this.labelControl_header.Size = new System.Drawing.Size(254, 20);
            this.labelControl_header.TabIndex = 0;
            this.labelControl_header.Text = "новый плейлист";
            this.labelControl_header.ToolTipController = this.toolTipController;
            // 
            // toolTipController1
            // 
            this.toolTipController1.Appearance.Font = new System.Drawing.Font("Tahoma", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.toolTipController1.Appearance.ForeColor = System.Drawing.Color.Navy;
            this.toolTipController1.Appearance.Options.UseFont = true;
            this.toolTipController1.Appearance.Options.UseForeColor = true;
            this.toolTipController1.AppearanceTitle.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.toolTipController1.AppearanceTitle.Options.UseForeColor = true;
            this.toolTipController1.InitialDelay = 1000;
            this.toolTipController1.ReshowDelay = 1000;
            this.toolTipController1.ToolTipLocation = DevExpress.Utils.ToolTipLocation.TopRight;
            // 
            // Control_PlayList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.grid_PlayList);
            this.Controls.Add(this.panelControl_Filter);
            this.Controls.Add(this.panelControl_header);
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Name = "Control_PlayList";
            this.Size = new System.Drawing.Size(315, 335);
            ((System.ComponentModel.ISupportInitialize)(this.grid_PlayList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gv_PlayList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl_Filter)).EndInit();
            this.panelControl_Filter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnEdit_Find.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl_header)).EndInit();
            this.panelControl_header.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #59
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.xtraScrollableControl1   = new DevExpress.XtraEditors.XtraScrollableControl();
     this.pnlLayout3               = new System.Windows.Forms.Panel();
     this.gridControl待发货           = new DevExpress.XtraGrid.GridControl();
     this.gridView待发货              = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panel6                   = new System.Windows.Forms.Panel();
     this.linkLabel3               = new System.Windows.Forms.LinkLabel();
     this.labelControl2            = new DevExpress.XtraEditors.LabelControl();
     this.separatorControl3        = new DevExpress.XtraEditors.SeparatorControl();
     this.pnlLayout2               = new System.Windows.Forms.Panel();
     this.gridControl待派车           = new DevExpress.XtraGrid.GridControl();
     this.gridView待派车              = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panel4                   = new System.Windows.Forms.Panel();
     this.linkLabel2               = new System.Windows.Forms.LinkLabel();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     this.separatorControl2        = new DevExpress.XtraEditors.SeparatorControl();
     this.pnlLayout1               = new System.Windows.Forms.Panel();
     this.gridControl请购计划列表        = new DevExpress.XtraGrid.GridControl();
     this.gridView请购计划列表           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn5              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn请购单号           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panel2                   = new System.Windows.Forms.Panel();
     this.linkLabel1               = new System.Windows.Forms.LinkLabel();
     this.lblTitle                 = new DevExpress.XtraEditors.LabelControl();
     this.separatorControl1        = new DevExpress.XtraEditors.SeparatorControl();
     this.xtraScrollableControl1.SuspendLayout();
     this.pnlLayout3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl待发货)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView待发货)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl3)).BeginInit();
     this.pnlLayout2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl待派车)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView待派车)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl2)).BeginInit();
     this.pnlLayout1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl请购计划列表)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView请购计划列表)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
     this.SuspendLayout();
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Appearance.BackColor            = System.Drawing.Color.White;
     this.xtraScrollableControl1.Appearance.Options.UseBackColor = true;
     this.xtraScrollableControl1.Controls.Add(this.pnlLayout3);
     this.xtraScrollableControl1.Controls.Add(this.pnlLayout2);
     this.xtraScrollableControl1.Controls.Add(this.pnlLayout1);
     this.xtraScrollableControl1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location             = new System.Drawing.Point(0, 0);
     this.xtraScrollableControl1.LookAndFeel.SkinName = "Office 2010 Silver";
     this.xtraScrollableControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.xtraScrollableControl1.Name     = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size     = new System.Drawing.Size(1258, 623);
     this.xtraScrollableControl1.TabIndex = 3;
     //
     // pnlLayout3
     //
     this.pnlLayout3.Controls.Add(this.gridControl待发货);
     this.pnlLayout3.Controls.Add(this.panel6);
     this.pnlLayout3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlLayout3.Location = new System.Drawing.Point(756, 0);
     this.pnlLayout3.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pnlLayout3.Name     = "pnlLayout3";
     this.pnlLayout3.Padding  = new System.Windows.Forms.Padding(8, 8, 8, 8);
     this.pnlLayout3.Size     = new System.Drawing.Size(378, 623);
     this.pnlLayout3.TabIndex = 5;
     //
     // gridControl待发货
     //
     this.gridControl待发货.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.gridControl待发货.Location             = new System.Drawing.Point(8, 43);
     this.gridControl待发货.LookAndFeel.SkinName = "Office 2010 Silver";
     this.gridControl待发货.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridControl待发货.MainView = this.gridView待发货;
     this.gridControl待发货.Margin   = new System.Windows.Forms.Padding(0);
     this.gridControl待发货.Name     = "gridControl待发货";
     this.gridControl待发货.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit3
     });
     this.gridControl待发货.Size     = new System.Drawing.Size(362, 572);
     this.gridControl待发货.TabIndex = 32;
     this.gridControl待发货.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView待发货
     });
     //
     // gridView待发货
     //
     this.gridView待发货.Appearance.FocusedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
     this.gridView待发货.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridView待发货.Appearance.FooterPanel.Font                   = new System.Drawing.Font("微软雅黑", 9F);
     this.gridView待发货.Appearance.FooterPanel.Options.UseFont        = true;
     this.gridView待发货.Appearance.GroupButton.Font                   = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView待发货.Appearance.GroupButton.Options.UseFont        = true;
     this.gridView待发货.Appearance.GroupFooter.Font                   = new System.Drawing.Font("微软雅黑", 9F);
     this.gridView待发货.Appearance.GroupFooter.Options.UseFont        = true;
     this.gridView待发货.Appearance.GroupPanel.Font                    = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView待发货.Appearance.GroupPanel.Options.UseFont         = true;
     this.gridView待发货.Appearance.HeaderPanel.Font                   = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView待发货.Appearance.HeaderPanel.Options.UseFont        = true;
     this.gridView待发货.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridView待发货.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridView待发货.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridView待发货.Appearance.Row.Font                         = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView待发货.Appearance.Row.Options.UseFont              = true;
     this.gridView待发货.Appearance.SelectedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
     this.gridView待发货.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridView待发货.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView待发货.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn3,
         this.gridColumn4
     });
     this.gridView待发货.FocusRectStyle                       = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition4.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition4.Appearance.Options.UseForeColor = true;
     styleFormatCondition4.ApplyToRow                      = true;
     styleFormatCondition4.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition4.Value1 = "离线";
     this.gridView待发货.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition4
     });
     this.gridView待发货.GridControl              = this.gridControl待发货;
     this.gridView待发货.IndicatorWidth           = 60;
     this.gridView待发货.Name                     = "gridView待发货";
     this.gridView待发货.OptionsBehavior.Editable = false;
     this.gridView待发货.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridView待发货.OptionsMenu.EnableFooterMenu = false;
     this.gridView待发货.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView待发货.OptionsView.EnableAppearanceEvenRow          = true;
     this.gridView待发货.OptionsView.ShowColumnHeaders = false;
     this.gridView待发货.OptionsView.ShowGroupPanel    = false;
     this.gridView待发货.OptionsView.ShowIndicator     = false;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "二级销区";
     this.gridColumn3.FieldName    = "FCLASSAREA2NAME";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 0;
     this.gridColumn3.Width        = 130;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.Caption      = "请购单号";
     this.gridColumn4.FieldName    = "FBILLNO";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 1;
     this.gridColumn4.Width        = 200;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.LookAndFeel.SkinName = "Office 2010 Blue";
     this.repositoryItemCheckEdit3.LookAndFeel.UseDefaultLookAndFeel = false;
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     //
     // panel6
     //
     this.panel6.Controls.Add(this.linkLabel3);
     this.panel6.Controls.Add(this.labelControl2);
     this.panel6.Controls.Add(this.separatorControl3);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel6.Location = new System.Drawing.Point(8, 8);
     this.panel6.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(362, 35);
     this.panel6.TabIndex = 33;
     //
     // linkLabel3
     //
     this.linkLabel3.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.linkLabel3.AutoSize         = true;
     this.linkLabel3.Font             = new System.Drawing.Font("微软雅黑", 10.5F);
     this.linkLabel3.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel3.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.linkLabel3.Location         = new System.Drawing.Point(295, 4);
     this.linkLabel3.Name             = "linkLabel3";
     this.linkLabel3.Size             = new System.Drawing.Size(67, 20);
     this.linkLabel3.TabIndex         = 31;
     this.linkLabel3.TabStop          = true;
     this.linkLabel3.Text             = "更多>>>";
     this.linkLabel3.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.linkLabel3.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
     //
     // labelControl2
     //
     this.labelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     this.labelControl2.Appearance.Font      = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl2.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl2.Location             = new System.Drawing.Point(9, 3);
     this.labelControl2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(48, 20);
     this.labelControl2.TabIndex = 18;
     this.labelControl2.Text     = "待发货";
     //
     // separatorControl3
     //
     this.separatorControl3.AutoSizeMode      = true;
     this.separatorControl3.Dock              = System.Windows.Forms.DockStyle.Bottom;
     this.separatorControl3.LineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.separatorControl3.Location          = new System.Drawing.Point(0, 16);
     this.separatorControl3.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.separatorControl3.LookAndFeel.UseDefaultLookAndFeel = false;
     this.separatorControl3.Name     = "separatorControl3";
     this.separatorControl3.Size     = new System.Drawing.Size(362, 19);
     this.separatorControl3.TabIndex = 17;
     //
     // pnlLayout2
     //
     this.pnlLayout2.Controls.Add(this.gridControl待派车);
     this.pnlLayout2.Controls.Add(this.panel4);
     this.pnlLayout2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlLayout2.Location = new System.Drawing.Point(378, 0);
     this.pnlLayout2.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pnlLayout2.Name     = "pnlLayout2";
     this.pnlLayout2.Padding  = new System.Windows.Forms.Padding(8, 8, 8, 8);
     this.pnlLayout2.Size     = new System.Drawing.Size(378, 623);
     this.pnlLayout2.TabIndex = 4;
     //
     // gridControl待派车
     //
     this.gridControl待派车.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.gridControl待派车.Location             = new System.Drawing.Point(8, 43);
     this.gridControl待派车.LookAndFeel.SkinName = "Office 2010 Silver";
     this.gridControl待派车.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridControl待派车.MainView = this.gridView待派车;
     this.gridControl待派车.Margin   = new System.Windows.Forms.Padding(0);
     this.gridControl待派车.Name     = "gridControl待派车";
     this.gridControl待派车.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit2
     });
     this.gridControl待派车.Size     = new System.Drawing.Size(362, 572);
     this.gridControl待派车.TabIndex = 32;
     this.gridControl待派车.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView待派车
     });
     //
     // gridView待派车
     //
     this.gridView待派车.Appearance.FocusedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
     this.gridView待派车.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridView待派车.Appearance.FooterPanel.Font                   = new System.Drawing.Font("微软雅黑", 9F);
     this.gridView待派车.Appearance.FooterPanel.Options.UseFont        = true;
     this.gridView待派车.Appearance.GroupButton.Font                   = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView待派车.Appearance.GroupButton.Options.UseFont        = true;
     this.gridView待派车.Appearance.GroupFooter.Font                   = new System.Drawing.Font("微软雅黑", 9F);
     this.gridView待派车.Appearance.GroupFooter.Options.UseFont        = true;
     this.gridView待派车.Appearance.GroupPanel.Font                    = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView待派车.Appearance.GroupPanel.Options.UseFont         = true;
     this.gridView待派车.Appearance.HeaderPanel.Font                   = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView待派车.Appearance.HeaderPanel.Options.UseFont        = true;
     this.gridView待派车.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridView待派车.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridView待派车.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridView待派车.Appearance.Row.Font                         = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView待派车.Appearance.Row.Options.UseFont              = true;
     this.gridView待派车.Appearance.SelectedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
     this.gridView待派车.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridView待派车.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView待派车.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView待派车.FocusRectStyle                       = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1 = "离线";
     this.gridView待派车.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gridView待派车.GridControl              = this.gridControl待派车;
     this.gridView待派车.IndicatorWidth           = 60;
     this.gridView待派车.Name                     = "gridView待派车";
     this.gridView待派车.OptionsBehavior.Editable = false;
     this.gridView待派车.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridView待派车.OptionsMenu.EnableFooterMenu = false;
     this.gridView待派车.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView待派车.OptionsView.EnableAppearanceEvenRow          = true;
     this.gridView待派车.OptionsView.ShowColumnHeaders = false;
     this.gridView待派车.OptionsView.ShowGroupPanel    = false;
     this.gridView待派车.OptionsView.ShowIndicator     = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "二级销区";
     this.gridColumn1.FieldName    = "FCLASSAREA2NAME";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 130;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption      = "请购单号";
     this.gridColumn2.FieldName    = "FBILLNO";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 200;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.LookAndFeel.SkinName = "Office 2010 Blue";
     this.repositoryItemCheckEdit2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.linkLabel2);
     this.panel4.Controls.Add(this.labelControl1);
     this.panel4.Controls.Add(this.separatorControl2);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(8, 8);
     this.panel4.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(362, 35);
     this.panel4.TabIndex = 33;
     //
     // linkLabel2
     //
     this.linkLabel2.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.linkLabel2.AutoSize         = true;
     this.linkLabel2.Font             = new System.Drawing.Font("微软雅黑", 10.5F);
     this.linkLabel2.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel2.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.linkLabel2.Location         = new System.Drawing.Point(295, 4);
     this.linkLabel2.Name             = "linkLabel2";
     this.linkLabel2.Size             = new System.Drawing.Size(67, 20);
     this.linkLabel2.TabIndex         = 31;
     this.linkLabel2.TabStop          = true;
     this.linkLabel2.Text             = "更多>>>";
     this.linkLabel2.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.linkLabel2.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // labelControl1
     //
     this.labelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     this.labelControl1.Appearance.Font      = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl1.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl1.Location             = new System.Drawing.Point(9, 3);
     this.labelControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(48, 20);
     this.labelControl1.TabIndex = 18;
     this.labelControl1.Text     = "待派车";
     //
     // separatorControl2
     //
     this.separatorControl2.AutoSizeMode      = true;
     this.separatorControl2.Dock              = System.Windows.Forms.DockStyle.Bottom;
     this.separatorControl2.LineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.separatorControl2.Location          = new System.Drawing.Point(0, 16);
     this.separatorControl2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.separatorControl2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.separatorControl2.Name     = "separatorControl2";
     this.separatorControl2.Size     = new System.Drawing.Size(362, 19);
     this.separatorControl2.TabIndex = 17;
     //
     // pnlLayout1
     //
     this.pnlLayout1.Controls.Add(this.gridControl请购计划列表);
     this.pnlLayout1.Controls.Add(this.panel2);
     this.pnlLayout1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlLayout1.Location = new System.Drawing.Point(0, 0);
     this.pnlLayout1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pnlLayout1.Name     = "pnlLayout1";
     this.pnlLayout1.Padding  = new System.Windows.Forms.Padding(8, 8, 8, 8);
     this.pnlLayout1.Size     = new System.Drawing.Size(378, 623);
     this.pnlLayout1.TabIndex = 3;
     //
     // gridControl请购计划列表
     //
     this.gridControl请购计划列表.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.gridControl请购计划列表.Location             = new System.Drawing.Point(8, 43);
     this.gridControl请购计划列表.LookAndFeel.SkinName = "Office 2010 Silver";
     this.gridControl请购计划列表.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridControl请购计划列表.MainView = this.gridView请购计划列表;
     this.gridControl请购计划列表.Margin   = new System.Windows.Forms.Padding(0);
     this.gridControl请购计划列表.Name     = "gridControl请购计划列表";
     this.gridControl请购计划列表.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.gridControl请购计划列表.Size     = new System.Drawing.Size(362, 572);
     this.gridControl请购计划列表.TabIndex = 32;
     this.gridControl请购计划列表.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView请购计划列表
     });
     //
     // gridView请购计划列表
     //
     this.gridView请购计划列表.Appearance.FocusedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
     this.gridView请购计划列表.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridView请购计划列表.Appearance.FooterPanel.Font                   = new System.Drawing.Font("微软雅黑", 9F);
     this.gridView请购计划列表.Appearance.FooterPanel.Options.UseFont        = true;
     this.gridView请购计划列表.Appearance.GroupButton.Font                   = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView请购计划列表.Appearance.GroupButton.Options.UseFont        = true;
     this.gridView请购计划列表.Appearance.GroupFooter.Font                   = new System.Drawing.Font("微软雅黑", 9F);
     this.gridView请购计划列表.Appearance.GroupFooter.Options.UseFont        = true;
     this.gridView请购计划列表.Appearance.GroupPanel.Font                    = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView请购计划列表.Appearance.GroupPanel.Options.UseFont         = true;
     this.gridView请购计划列表.Appearance.HeaderPanel.Font                   = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView请购计划列表.Appearance.HeaderPanel.Options.UseFont        = true;
     this.gridView请购计划列表.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridView请购计划列表.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridView请购计划列表.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridView请购计划列表.Appearance.Row.Font                         = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView请购计划列表.Appearance.Row.Options.UseFont              = true;
     this.gridView请购计划列表.Appearance.SelectedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
     this.gridView请购计划列表.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridView请购计划列表.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView请购计划列表.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn5,
         this.gridColumn请购单号
     });
     this.gridView请购计划列表.FocusRectStyle                    = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1     = "离线";
     this.gridView请购计划列表.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition2
     });
     this.gridView请购计划列表.GridControl              = this.gridControl请购计划列表;
     this.gridView请购计划列表.IndicatorWidth           = 60;
     this.gridView请购计划列表.Name                     = "gridView请购计划列表";
     this.gridView请购计划列表.OptionsBehavior.Editable = false;
     this.gridView请购计划列表.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridView请购计划列表.OptionsMenu.EnableFooterMenu = false;
     this.gridView请购计划列表.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView请购计划列表.OptionsView.EnableAppearanceEvenRow          = true;
     this.gridView请购计划列表.OptionsView.ShowColumnHeaders = false;
     this.gridView请购计划列表.OptionsView.ShowGroupPanel    = false;
     this.gridView请购计划列表.OptionsView.ShowIndicator     = false;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "二级销区";
     this.gridColumn5.FieldName    = "FCLASSAREA2NAME";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 0;
     this.gridColumn5.Width        = 130;
     //
     // gridColumn请购单号
     //
     this.gridColumn请购单号.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn请购单号.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn请购单号.Caption      = "请购单号";
     this.gridColumn请购单号.FieldName    = "FBILLNO";
     this.gridColumn请购单号.Name         = "gridColumn请购单号";
     this.gridColumn请购单号.Visible      = true;
     this.gridColumn请购单号.VisibleIndex = 1;
     this.gridColumn请购单号.Width        = 200;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.LookAndFeel.SkinName = "Office 2010 Blue";
     this.repositoryItemCheckEdit1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.linkLabel1);
     this.panel2.Controls.Add(this.lblTitle);
     this.panel2.Controls.Add(this.separatorControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(8, 8);
     this.panel2.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(362, 35);
     this.panel2.TabIndex = 33;
     //
     // linkLabel1
     //
     this.linkLabel1.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.linkLabel1.AutoSize         = true;
     this.linkLabel1.Font             = new System.Drawing.Font("微软雅黑", 10.5F);
     this.linkLabel1.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel1.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.linkLabel1.Location         = new System.Drawing.Point(295, 4);
     this.linkLabel1.Name             = "linkLabel1";
     this.linkLabel1.Size             = new System.Drawing.Size(67, 20);
     this.linkLabel1.TabIndex         = 31;
     this.linkLabel1.TabStop          = true;
     this.linkLabel1.Text             = "更多>>>";
     this.linkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.linkLabel1.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     this.lblTitle.Appearance.Font      = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblTitle.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.lblTitle.Location             = new System.Drawing.Point(9, 3);
     this.lblTitle.LookAndFeel.UseDefaultLookAndFeel = false;
     this.lblTitle.Name     = "lblTitle";
     this.lblTitle.Size     = new System.Drawing.Size(48, 20);
     this.lblTitle.TabIndex = 18;
     this.lblTitle.Text     = "待确认";
     //
     // separatorControl1
     //
     this.separatorControl1.AutoSizeMode      = true;
     this.separatorControl1.Dock              = System.Windows.Forms.DockStyle.Bottom;
     this.separatorControl1.LineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.separatorControl1.Location          = new System.Drawing.Point(0, 16);
     this.separatorControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.separatorControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.separatorControl1.Name     = "separatorControl1";
     this.separatorControl1.Size     = new System.Drawing.Size(362, 19);
     this.separatorControl1.TabIndex = 17;
     //
     // FrmIndex
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1258, 623);
     this.Controls.Add(this.xtraScrollableControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FrmIndex";
     this.Text            = " 首页 ";
     this.Load           += new System.EventHandler(this.FrmIndex_Load);
     this.Shown          += new System.EventHandler(this.FrmIndex_Shown);
     this.xtraScrollableControl1.ResumeLayout(false);
     this.pnlLayout3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl待发货)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView待发货)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl3)).EndInit();
     this.pnlLayout2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl待派车)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView待派车)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl2)).EndInit();
     this.pnlLayout1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl请购计划列表)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView请购计划列表)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).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()
        {
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.txtItemName = new DevExpress.XtraEditors.TextEdit();
            this.lkCategories = new DevExpress.XtraEditors.LookUpEdit();
            this.btnSave = new DevExpress.XtraEditors.SimpleButton();
            this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
            this.gridSelectedItems = new DevExpress.XtraGrid.GridControl();
            this.gridSelectedItemsView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colUnit = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colManufacturer = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lookUpManufacturer = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemTextQuantity = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.colAmount = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemTextAmount = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.colItemID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSplit = new DevExpress.XtraGrid.Columns.GridColumn();
            this.PlusMinusButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.repositoryItemDateEdit = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.gridItemsList = new DevExpress.XtraGrid.GridControl();
            this.gridItemsView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.IsSelected = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.StockCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.Item = new DevExpress.XtraGrid.Columns.GridColumn();
            this.Unit = new DevExpress.XtraGrid.Columns.GridColumn();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkCategories.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSelectedItems)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSelectedItemsView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lookUpManufacturer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextQuantity)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextAmount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PlusMinusButtonEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemsList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemsView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.AllowCustomizationMenu = false;
            this.layoutControl1.Controls.Add(this.txtItemName);
            this.layoutControl1.Controls.Add(this.lkCategories);
            this.layoutControl1.Controls.Add(this.btnSave);
            this.layoutControl1.Controls.Add(this.btnCancel);
            this.layoutControl1.Controls.Add(this.gridSelectedItems);
            this.layoutControl1.Controls.Add(this.gridItemsList);
            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(142, 164, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1244, 590);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // txtItemName
            // 
            this.txtItemName.Location = new System.Drawing.Point(85, 67);
            this.txtItemName.Name = "txtItemName";
            this.txtItemName.Size = new System.Drawing.Size(481, 20);
            this.txtItemName.StyleController = this.layoutControl1;
            this.txtItemName.TabIndex = 9;
            this.txtItemName.EditValueChanged += new System.EventHandler(this.txtItemName_EditValueChanged);
            this.txtItemName.TextChanged += new System.EventHandler(this.txtItemName_TextChanged);
            // 
            // lkCategories
            // 
            this.lkCategories.EditValue = "Select Category";
            this.lkCategories.Location = new System.Drawing.Point(85, 43);
            this.lkCategories.Name = "lkCategories";
            this.lkCategories.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lkCategories.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Category")});
            this.lkCategories.Properties.DisplayMember = "Name";
            this.lkCategories.Properties.NullText = "Select Category";
            this.lkCategories.Properties.ShowFooter = false;
            this.lkCategories.Properties.ShowHeader = false;
            this.lkCategories.Properties.ValueMember = "ID";
            this.lkCategories.Size = new System.Drawing.Size(481, 20);
            this.lkCategories.StyleController = this.layoutControl1;
            this.lkCategories.TabIndex = 8;
            this.lkCategories.EditValueChanged += new System.EventHandler(this.lkCategories_EditValueChanged);
            // 
            // btnSave
            // 
            this.btnSave.Image = global::HCMIS.Desktop.Properties.Resources.disk;
            this.btnSave.Location = new System.Drawing.Point(944, 556);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(142, 22);
            this.btnSave.StyleController = this.layoutControl1;
            this.btnSave.TabIndex = 7;
            this.btnSave.Text = "Save";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Image = global::HCMIS.Desktop.Properties.Resources.cross;
            this.btnCancel.Location = new System.Drawing.Point(1090, 556);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(142, 22);
            this.btnCancel.StyleController = this.layoutControl1;
            this.btnCancel.TabIndex = 6;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // gridSelectedItems
            // 
            this.gridSelectedItems.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridSelectedItems.Location = new System.Drawing.Point(570, 103);
            this.gridSelectedItems.MainView = this.gridSelectedItemsView;
            this.gridSelectedItems.Name = "gridSelectedItems";
            this.gridSelectedItems.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextQuantity,
            this.lookUpManufacturer,
            this.repositoryItemTextAmount,
            this.repositoryItemDateEdit,
            this.PlusMinusButtonEdit});
            this.gridSelectedItems.Size = new System.Drawing.Size(662, 449);
            this.gridSelectedItems.TabIndex = 5;
            this.gridSelectedItems.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridSelectedItemsView});
            // 
            // gridSelectedItemsView
            // 
            this.gridSelectedItemsView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colItemName,
            this.colUnit,
            this.colManufacturer,
            this.colQuantity,
            this.colAmount,
            this.colItemID,
            this.colSplit});
            this.gridSelectedItemsView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1});
            this.gridSelectedItemsView.GridControl = this.gridSelectedItems;
            this.gridSelectedItemsView.Name = "gridSelectedItemsView";
            this.gridSelectedItemsView.OptionsCustomization.AllowColumnMoving = false;
            this.gridSelectedItemsView.OptionsCustomization.AllowColumnResizing = false;
            this.gridSelectedItemsView.OptionsCustomization.AllowFilter = false;
            this.gridSelectedItemsView.OptionsCustomization.AllowGroup = false;
            this.gridSelectedItemsView.OptionsCustomization.AllowSort = false;
            this.gridSelectedItemsView.OptionsMenu.EnableColumnMenu = false;
            this.gridSelectedItemsView.OptionsMenu.EnableFooterMenu = false;
            this.gridSelectedItemsView.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridSelectedItemsView.OptionsView.ShowGroupPanel = false;
            this.gridSelectedItemsView.OptionsView.ShowIndicator = false;
            this.gridSelectedItemsView.ShownEditor += new System.EventHandler(this.gridSelectedItemsView_ShownEditor);
            // 
            // colItemName
            // 
            this.colItemName.Caption = "Item";
            this.colItemName.FieldName = "FullItemName";
            this.colItemName.Name = "colItemName";
            this.colItemName.Visible = true;
            this.colItemName.VisibleIndex = 0;
            this.colItemName.Width = 160;
            // 
            // colUnit
            // 
            this.colUnit.Caption = "Unit";
            this.colUnit.FieldName = "Unit";
            this.colUnit.Name = "colUnit";
            this.colUnit.OptionsColumn.AllowEdit = false;
            this.colUnit.Visible = true;
            this.colUnit.VisibleIndex = 1;
            this.colUnit.Width = 135;
            // 
            // colManufacturer
            // 
            this.colManufacturer.Caption = "Manufacturer";
            this.colManufacturer.ColumnEdit = this.lookUpManufacturer;
            this.colManufacturer.FieldName = "PreferredManufacturerID";
            this.colManufacturer.Name = "colManufacturer";
            this.colManufacturer.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colManufacturer.OptionsColumn.AllowShowHide = false;
            this.colManufacturer.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.colManufacturer.Visible = true;
            this.colManufacturer.VisibleIndex = 2;
            this.colManufacturer.Width = 192;
            // 
            // lookUpManufacturer
            // 
            this.lookUpManufacturer.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            this.lookUpManufacturer.AutoHeight = false;
            this.lookUpManufacturer.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lookUpManufacturer.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name"),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("CountryOfOrigin", "Country")});
            this.lookUpManufacturer.DisplayMember = "Name";
            this.lookUpManufacturer.Name = "lookUpManufacturer";
            this.lookUpManufacturer.NullText = "Select Manufacturer";
            this.lookUpManufacturer.NullValuePrompt = "Select Manufacturer";
            this.lookUpManufacturer.ShowFooter = false;
            this.lookUpManufacturer.ValueMember = "ID";
            // 
            // colQuantity
            // 
            this.colQuantity.Caption = "Quantity";
            this.colQuantity.ColumnEdit = this.repositoryItemTextQuantity;
            this.colQuantity.DisplayFormat.FormatString = "#,###.##";
            this.colQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colQuantity.FieldName = "Quantity";
            this.colQuantity.Name = "colQuantity";
            this.colQuantity.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colQuantity.OptionsColumn.FixedWidth = true;
            this.colQuantity.Visible = true;
            this.colQuantity.VisibleIndex = 3;
            this.colQuantity.Width = 65;
            // 
            // repositoryItemTextQuantity
            // 
            this.repositoryItemTextQuantity.AutoHeight = false;
            this.repositoryItemTextQuantity.EditFormat.FormatString = "#,###.##";
            this.repositoryItemTextQuantity.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemTextQuantity.Mask.EditMask = "n02";
            this.repositoryItemTextQuantity.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextQuantity.Mask.UseMaskAsDisplayFormat = true;
            this.repositoryItemTextQuantity.Name = "repositoryItemTextQuantity";
            // 
            // colAmount
            // 
            this.colAmount.Caption = "Unit Cost";
            this.colAmount.ColumnEdit = this.repositoryItemTextAmount;
            this.colAmount.FieldName = "Amount";
            this.colAmount.Name = "colAmount";
            this.colAmount.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.colAmount.OptionsColumn.FixedWidth = true;
            this.colAmount.Visible = true;
            this.colAmount.VisibleIndex = 4;
            // 
            // repositoryItemTextAmount
            // 
            this.repositoryItemTextAmount.AutoHeight = false;
            this.repositoryItemTextAmount.EditFormat.FormatString = "#,###.##";
            this.repositoryItemTextAmount.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemTextAmount.Mask.EditMask = "n02";
            this.repositoryItemTextAmount.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextAmount.Mask.UseMaskAsDisplayFormat = true;
            this.repositoryItemTextAmount.Name = "repositoryItemTextAmount";
            // 
            // colItemID
            // 
            this.colItemID.Caption = "Item ID";
            this.colItemID.FieldName = "ItemID";
            this.colItemID.Name = "colItemID";
            // 
            // colSplit
            // 
            this.colSplit.Caption = " ";
            this.colSplit.ColumnEdit = this.PlusMinusButtonEdit;
            this.colSplit.Name = "colSplit";
            this.colSplit.Visible = true;
            this.colSplit.VisibleIndex = 5;
            this.colSplit.Width = 50;
            // 
            // PlusMinusButtonEdit
            // 
            this.PlusMinusButtonEdit.AutoHeight = false;
            this.PlusMinusButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Minus)});
            this.PlusMinusButtonEdit.Name = "PlusMinusButtonEdit";
            this.PlusMinusButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.PlusMinusButtonEdit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.PlusMinusButtonEdit_ButtonClick);
            // 
            // repositoryItemDateEdit
            // 
            this.repositoryItemDateEdit.AutoHeight = false;
            this.repositoryItemDateEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemDateEdit.DisplayFormat.FormatString = "mm-DD-YYYY";
            this.repositoryItemDateEdit.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.repositoryItemDateEdit.EditFormat.FormatString = "mm-DD-YYYY";
            this.repositoryItemDateEdit.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.repositoryItemDateEdit.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.Value;
            this.repositoryItemDateEdit.Name = "repositoryItemDateEdit";
            this.repositoryItemDateEdit.NullText = "Set Expiry Date";
            this.repositoryItemDateEdit.NullValuePrompt = "Set Expiry Date";
            // 
            // gridItemsList
            // 
            this.gridItemsList.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridItemsList.Location = new System.Drawing.Point(12, 103);
            this.gridItemsList.MainView = this.gridItemsView;
            this.gridItemsList.Name = "gridItemsList";
            this.gridItemsList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1});
            this.gridItemsList.Size = new System.Drawing.Size(554, 449);
            this.gridItemsList.TabIndex = 4;
            this.gridItemsList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridItemsView});
            this.gridItemsList.Click += new System.EventHandler(this.gridItemsList_Click);
            // 
            // gridItemsView
            // 
            this.gridItemsView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.IsSelected,
            this.StockCode,
            this.Item,
            this.Unit});
            this.gridItemsView.GridControl = this.gridItemsList;
            this.gridItemsView.Name = "gridItemsView";
            this.gridItemsView.OptionsBehavior.Editable = false;
            this.gridItemsView.OptionsCustomization.AllowColumnMoving = false;
            this.gridItemsView.OptionsCustomization.AllowFilter = false;
            this.gridItemsView.OptionsCustomization.AllowGroup = false;
            this.gridItemsView.OptionsMenu.EnableColumnMenu = false;
            this.gridItemsView.OptionsMenu.EnableFooterMenu = false;
            this.gridItemsView.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridItemsView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridItemsView.OptionsView.ShowGroupPanel = false;
            this.gridItemsView.OptionsView.ShowIndicator = false;
            // 
            // IsSelected
            // 
            this.IsSelected.Caption = "   ";
            this.IsSelected.ColumnEdit = this.repositoryItemCheckEdit1;
            this.IsSelected.FieldName = "IsSelected";
            this.IsSelected.Name = "IsSelected";
            this.IsSelected.OptionsColumn.AllowEdit = false;
            this.IsSelected.OptionsColumn.AllowFocus = false;
            this.IsSelected.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.IsSelected.OptionsColumn.AllowIncrementalSearch = false;
            this.IsSelected.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.IsSelected.OptionsColumn.AllowMove = false;
            this.IsSelected.OptionsColumn.AllowShowHide = false;
            this.IsSelected.OptionsColumn.AllowSize = false;
            this.IsSelected.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.IsSelected.OptionsFilter.AllowAutoFilter = false;
            this.IsSelected.OptionsFilter.AllowFilter = false;
            this.IsSelected.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.IsSelected.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.IsSelected.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.IsSelected.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.IsSelected.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.IsSelected.Visible = true;
            this.IsSelected.VisibleIndex = 0;
            this.IsSelected.Width = 22;
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // StockCode
            // 
            this.StockCode.Caption = "Stock Code";
            this.StockCode.FieldName = "StockCode";
            this.StockCode.Name = "StockCode";
            this.StockCode.OptionsColumn.AllowEdit = false;
            this.StockCode.OptionsColumn.AllowFocus = false;
            this.StockCode.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.StockCode.OptionsColumn.AllowIncrementalSearch = false;
            this.StockCode.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.StockCode.OptionsColumn.AllowMove = false;
            this.StockCode.OptionsColumn.AllowShowHide = false;
            this.StockCode.OptionsColumn.AllowSize = false;
            this.StockCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.StockCode.OptionsFilter.AllowAutoFilter = false;
            this.StockCode.OptionsFilter.AllowFilter = false;
            this.StockCode.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.StockCode.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.StockCode.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.StockCode.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.StockCode.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.StockCode.Visible = true;
            this.StockCode.VisibleIndex = 1;
            this.StockCode.Width = 70;
            // 
            // Item
            // 
            this.Item.Caption = "Item";
            this.Item.FieldName = "FullItemName";
            this.Item.Name = "Item";
            this.Item.OptionsColumn.AllowEdit = false;
            this.Item.OptionsColumn.AllowFocus = false;
            this.Item.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.Item.OptionsColumn.AllowIncrementalSearch = false;
            this.Item.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.Item.OptionsColumn.AllowMove = false;
            this.Item.OptionsColumn.AllowShowHide = false;
            this.Item.OptionsColumn.AllowSize = false;
            this.Item.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.Item.OptionsFilter.AllowAutoFilter = false;
            this.Item.OptionsFilter.AllowFilter = false;
            this.Item.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
            this.Item.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
            this.Item.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.Item.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.Item.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.Item.Visible = true;
            this.Item.VisibleIndex = 2;
            this.Item.Width = 286;
            // 
            // 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.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.OptionsFilter.ImmediateUpdateAutoFilter = false;
            this.Unit.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck = DevExpress.Utils.DefaultBoolean.False;
            this.Unit.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
            this.Unit.Visible = true;
            this.Unit.VisibleIndex = 3;
            this.Unit.Width = 70;
            // 
            // 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.layoutControlItem2,
            this.layoutControlItem3,
            this.layoutControlItem4,
            this.emptySpaceItem1,
            this.layoutControlGroup2});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(1244, 590);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.gridItemsList;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 91);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(558, 453);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.gridSelectedItems;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(558, 91);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(666, 453);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.btnCancel;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(1078, 544);
            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;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.btnSave;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(932, 544);
            this.layoutControlItem4.MaxSize = new System.Drawing.Size(146, 26);
            this.layoutControlItem4.MinSize = new System.Drawing.Size(146, 26);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(146, 26);
            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;
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 544);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(932, 26);
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "Filters";
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem5,
            this.layoutControlItem6,
            this.emptySpaceItem2});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Size = new System.Drawing.Size(1224, 91);
            this.layoutControlGroup2.Text = "Filters";
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.lkCategories;
            this.layoutControlItem5.CustomizationFormText = "Categories";
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(546, 24);
            this.layoutControlItem5.Text = "Categories";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(58, 13);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.txtItemName;
            this.layoutControlItem6.CustomizationFormText = " Item Filter  ";
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(546, 24);
            this.layoutControlItem6.Text = " Item Filter  ";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(58, 13);
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
            this.emptySpaceItem2.Location = new System.Drawing.Point(546, 0);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(654, 48);
            this.emptySpaceItem2.Text = "emptySpaceItem2";
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlGroup10
            // 
            this.layoutControlGroup10.CustomizationFormText = "Filter";
            this.layoutControlGroup10.Location = new System.Drawing.Point(0, 119);
            this.layoutControlGroup10.Name = "layoutControlGroup10";
            this.layoutControlGroup10.Size = new System.Drawing.Size(1117, 50);
            this.layoutControlGroup10.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup10.Text = "Filter";
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.CustomizationFormText = "Categories";
            this.layoutControlItem13.Location = new System.Drawing.Point(20, 5);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Size = new System.Drawing.Size(198, 24);
            this.layoutControlItem13.Text = "Categories";
            this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem13.TextSize = new System.Drawing.Size(70, 13);
            this.layoutControlItem13.TextToControlDistance = 5;
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.CustomizationFormText = "Filter";
            this.layoutControlItem12.Location = new System.Drawing.Point(218, 5);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.Size = new System.Drawing.Size(229, 24);
            this.layoutControlItem12.Text = "Item Filter";
            this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem12.TextSize = new System.Drawing.Size(70, 13);
            this.layoutControlItem12.TextToControlDistance = 5;
            // 
            // emptySpaceItem8
            // 
            this.emptySpaceItem8.AllowHotTrack = false;
            this.emptySpaceItem8.CustomizationFormText = "emptySpaceItem8";
            this.emptySpaceItem8.Location = new System.Drawing.Point(447, 5);
            this.emptySpaceItem8.Name = "emptySpaceItem8";
            this.emptySpaceItem8.Size = new System.Drawing.Size(668, 24);
            this.emptySpaceItem8.Text = "emptySpaceItem8";
            this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
            // 
            // PurchaseOrderDetailForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1244, 590);
            this.Controls.Add(this.layoutControl1);
            this.Name = "PurchaseOrderDetailForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Purchase Order Detail Form";
            this.Load += new System.EventHandler(this.PurchaseOrderDetailForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lkCategories.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSelectedItems)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSelectedItemsView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lookUpManufacturer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextQuantity)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextAmount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PlusMinusButtonEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemsList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridItemsView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
            this.ResumeLayout(false);

        }