예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     ((System.ComponentModel.ISupportInitialize)(this.treeList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barToolManager)).BeginInit();
     this.SuspendLayout();
     //
     // treeList
     //
     this.treeList.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.treeList.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     styleFormatCondition1.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     styleFormatCondition1.Appearance.Options.UseFont = true;
     styleFormatCondition1.ApplyToRow = true;
     this.treeList.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeList.KeyFieldName = "";
     this.treeList.OptionsBehavior.AllowExpandOnDblClick = false;
     this.treeList.OptionsBehavior.AllowQuickHideColumns = false;
     this.treeList.OptionsBehavior.Editable = false;
     this.treeList.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeList.OptionsView.ShowFocusedFrame  = false;
     this.treeList.OptionsView.ShowHorzLines     = false;
     this.treeList.OptionsView.ShowIndicator     = false;
     this.treeList.OptionsView.ShowSummaryFooter = true;
     this.treeList.OptionsView.ShowVertLines     = false;
     this.treeList.ParentFieldName     = "";
     this.treeList.NodeCellStyle      += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList_NodeCellStyle);
     this.treeList.CustomDrawNodeCell += new DevExpress.XtraTreeList.CustomDrawNodeCellEventHandler(this.treeList_CustomDrawNodeCell);
     //
     // barButtonAddNewItem
     //
     this.barButtonAddNewItem.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // UserControlFixedAssetCategoryTreeList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ExpandAll           = true;
     this.FormCaption         = "Nhóm tài sản cố định";
     this.FormDetail          = "FrmXtraFixedAssetCategoryTreeDetail";
     this.Name                = "UserControlFixedAssetCategoryTreeList";
     this.NamespaceForm       = "TSD.AccountingSoft.WindowsForm.FormDictionary";
     this.ParentFieldName     = "ParentId";
     this.ReportID            = "FixedAssetCategoryList";
     this.TablePrimaryKey     = "FixedAssetCategoryId";
     this.VisibleButtonAddNew = true;
     this.VisibleButtonDelete = true;
     this.VisibleButtonEdit   = true;
     this.VisibleButtonFind   = true;
     ((System.ComponentModel.ISupportInitialize)(this.treeList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barToolManager)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
        private void SetFormat()
        {
            TreeListColumnCollection cols     = treeView.Columns;
            TreeListColumn           colLevel = cols["CAP"];

            colLevel.OptionsColumn.AllowEdit = true;
            colLevel.OptionsColumn.ReadOnly  = false;
            colLevel.Visible = true;

            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition f1 = treeView.FormatConditions[0];
            f1.Condition  = FormatConditionEnum.Equal;
            f1.Value1     = "8";
            f1.ApplyToRow = true;
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition f2 = treeView.FormatConditions[1];
            f2.Condition  = FormatConditionEnum.Equal;
            f2.Value1     = "9";
            f2.ApplyToRow = true;
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition f3 = treeView.FormatConditions[2];
            f3.Condition  = FormatConditionEnum.Equal;
            f3.Value1     = "0";
            f3.ApplyToRow = true;

            treeView.BeginUnboundLoad();

            foreach (TreeListNode gpNode in treeView.Nodes)
            {
                gpNode.SetValue(0, 8);
                foreach (TreeListNode pNode in gpNode.Nodes)
                {
                    pNode.SetValue(0, 9);
                }
            }

            treeView.EndUnboundLoad();

            f1.Column = colLevel;
            f2.Column = colLevel;
            f3.Column = colLevel;

            colLevel.Visible = false;
        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            this.colloai = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListViTri = new DevExpress.XtraTreeList.TreeList();
            this.colten = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.colid = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            ((System.ComponentModel.ISupportInitialize)(this.treeListViTri)).BeginInit();
            this.SuspendLayout();
            // 
            // colloai
            // 
            this.colloai.Caption = "loai";
            this.colloai.FieldName = "loai";
            this.colloai.Name = "colloai";
            // 
            // treeListViTri
            // 
            this.treeListViTri.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.colid,
            this.colten,
            this.colloai});
            this.treeListViTri.Dock = System.Windows.Forms.DockStyle.Fill;
            styleFormatCondition1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            styleFormatCondition1.Appearance.Options.UseFont = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.colloai;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = "Phong";
            this.treeListViTri.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition1});
            this.treeListViTri.KeyFieldName = "id";
            this.treeListViTri.Location = new System.Drawing.Point(0, 0);
            this.treeListViTri.Name = "treeListViTri";
            this.treeListViTri.OptionsBehavior.Editable = false;
            this.treeListViTri.OptionsBehavior.EnableFiltering = true;
            this.treeListViTri.OptionsFind.AllowFindPanel = true;
            this.treeListViTri.OptionsFind.AlwaysVisible = true;
            this.treeListViTri.OptionsFind.ShowCloseButton = false;
            this.treeListViTri.OptionsFind.ShowFindButton = false;
            this.treeListViTri.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.treeListViTri.ParentFieldName = "parent_id";
            this.treeListViTri.Size = new System.Drawing.Size(276, 373);
            this.treeListViTri.TabIndex = 0;
            this.treeListViTri.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeListPhong_FocusedNodeChanged);
            this.treeListViTri.FilterNode += new DevExpress.XtraTreeList.FilterNodeEventHandler(this.OnFilterNode);
            // 
            // colten
            // 
            this.colten.Caption = "Vị trí";
            this.colten.FieldName = "ten";
            this.colten.Name = "colten";
            this.colten.Visible = true;
            this.colten.VisibleIndex = 0;
            // 
            // colid
            // 
            this.colid.Caption = "id";
            this.colid.FieldName = "id";
            this.colid.Name = "colid";
            // 
            // ucTreeViTri
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.treeListViTri);
            this.Name = "ucTreeViTri";
            this.Size = new System.Drawing.Size(276, 373);
            ((System.ComponentModel.ISupportInitialize)(this.treeListViTri)).EndInit();
            this.ResumeLayout(false);

        }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSysKindManger));
     this.tcState   = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gcEdit     = new System.Windows.Forms.GroupBox();
     this.btnAdd     = new DevExpress.XtraEditors.SimpleButton();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.btnAddSub  = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel  = new DevExpress.XtraEditors.SimpleButton();
     this.btnEdit    = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave    = new DevExpress.XtraEditors.SimpleButton();
     this.gcInfo     = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     this.gcEdit.SuspendLayout();
     this.SuspendLayout();
     //
     // tcState
     //
     this.tcState.Caption   = "State";
     this.tcState.FieldName = "State";
     this.tcState.Name      = "tcState";
     //
     // treeList1
     //
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.tcState
     });
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     styleFormatCondition1.Appearance.BackColor            = System.Drawing.Color.DarkSalmon;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.tcState;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = false;
     this.treeList1.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name     = "treeList1";
     this.treeList1.OptionsBehavior.Editable = false;
     this.treeList1.OptionsView.AutoWidth    = false;
     this.treeList1.Size                = new System.Drawing.Size(316, 705);
     this.treeList1.TabIndex            = 0;
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl2.Name     = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.gcEdit);
     this.splitContainerControl2.Panel2.Text      = "Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(962, 705);
     this.splitContainerControl2.SplitterPosition = 316;
     this.splitContainerControl2.TabIndex         = 2;
     this.splitContainerControl2.Text             = "splitContainerControl2";
     //
     // gcEdit
     //
     this.gcEdit.Controls.Add(this.btnAdd);
     this.gcEdit.Controls.Add(this.btnAddSub);
     this.gcEdit.Controls.Add(this.btnCancel);
     this.gcEdit.Controls.Add(this.btnEdit);
     this.gcEdit.Controls.Add(this.btnSave);
     this.gcEdit.Controls.Add(this.gcInfo);
     this.gcEdit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcEdit.Location = new System.Drawing.Point(0, 0);
     this.gcEdit.Name     = "gcEdit";
     this.gcEdit.Size     = new System.Drawing.Size(640, 705);
     this.gcEdit.TabIndex = 108;
     this.gcEdit.TabStop  = false;
     this.gcEdit.Text     = "回车下移;-上移;新增“Alt+Z”";
     //
     // btnAdd
     //
     this.btnAdd.ImageIndex = 21;
     this.btnAdd.ImageList  = this.imageList2;
     this.btnAdd.Location   = new System.Drawing.Point(174, 0);
     this.btnAdd.Name       = "btnAdd";
     this.btnAdd.Size       = new System.Drawing.Size(85, 25);
     this.btnAdd.TabIndex   = 6;
     this.btnAdd.Text       = "新增同级&Z";
     this.btnAdd.Click     += new System.EventHandler(this.btn_Click);
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "打开报表.png");
     this.imageList2.Images.SetKeyName(1, "加工拆单.png");
     this.imageList2.Images.SetKeyName(2, "导到维护.png");
     this.imageList2.Images.SetKeyName(3, "撤销完成.png");
     this.imageList2.Images.SetKeyName(4, "修改.png");
     this.imageList2.Images.SetKeyName(5, "启用.png");
     this.imageList2.Images.SetKeyName(6, "详细信息.png");
     this.imageList2.Images.SetKeyName(7, "反审.png");
     this.imageList2.Images.SetKeyName(8, "批量修改.png");
     this.imageList2.Images.SetKeyName(9, "批量新增.png");
     this.imageList2.Images.SetKeyName(10, "打印.png");
     this.imageList2.Images.SetKeyName(11, "退回.png");
     this.imageList2.Images.SetKeyName(12, "刷新.png");
     this.imageList2.Images.SetKeyName(13, "导出Excel.png");
     this.imageList2.Images.SetKeyName(14, "Excel导入.png");
     this.imageList2.Images.SetKeyName(15, "审核.png");
     this.imageList2.Images.SetKeyName(16, "删除.png");
     this.imageList2.Images.SetKeyName(17, "确认.png");
     this.imageList2.Images.SetKeyName(18, "作废.png");
     this.imageList2.Images.SetKeyName(19, "完成.png");
     this.imageList2.Images.SetKeyName(20, "撤销.png");
     this.imageList2.Images.SetKeyName(21, "新增.png");
     this.imageList2.Images.SetKeyName(22, "删除样式.png");
     this.imageList2.Images.SetKeyName(23, "保存样式.png");
     this.imageList2.Images.SetKeyName(24, "保存.png");
     //
     // btnAddSub
     //
     this.btnAddSub.ImageIndex = 21;
     this.btnAddSub.ImageList  = this.imageList2;
     this.btnAddSub.Location   = new System.Drawing.Point(259, 0);
     this.btnAddSub.Name       = "btnAddSub";
     this.btnAddSub.Size       = new System.Drawing.Size(85, 25);
     this.btnAddSub.TabIndex   = 64;
     this.btnAddSub.Text       = "新增下级&X";
     this.btnAddSub.Click     += new System.EventHandler(this.btn_Click);
     //
     // btnCancel
     //
     this.btnCancel.ImageIndex = 20;
     this.btnCancel.ImageList  = this.imageList2;
     this.btnCancel.Location   = new System.Drawing.Point(468, 0);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(62, 25);
     this.btnCancel.TabIndex   = 5;
     this.btnCancel.Text       = "撤销&B";
     this.btnCancel.Click     += new System.EventHandler(this.btn_Click);
     //
     // btnEdit
     //
     this.btnEdit.ImageIndex = 4;
     this.btnEdit.ImageList  = this.imageList2;
     this.btnEdit.Location   = new System.Drawing.Point(344, 0);
     this.btnEdit.Name       = "btnEdit";
     this.btnEdit.Size       = new System.Drawing.Size(62, 25);
     this.btnEdit.TabIndex   = 7;
     this.btnEdit.Text       = "修改&C";
     this.btnEdit.Click     += new System.EventHandler(this.btn_Click);
     //
     // btnSave
     //
     this.btnSave.ImageIndex = 24;
     this.btnSave.ImageList  = this.imageList2;
     this.btnSave.Location   = new System.Drawing.Point(406, 0);
     this.btnSave.Name       = "btnSave";
     this.btnSave.Size       = new System.Drawing.Size(62, 25);
     this.btnSave.TabIndex   = 4;
     this.btnSave.Text       = "保存&V";
     this.btnSave.Click     += new System.EventHandler(this.btn_Click);
     //
     // gcInfo
     //
     this.gcInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcInfo.Location = new System.Drawing.Point(3, 18);
     this.gcInfo.Name     = "gcInfo";
     this.gcInfo.Size     = new System.Drawing.Size(634, 684);
     this.gcInfo.TabIndex = 63;
     this.gcInfo.TabStop  = false;
     //
     // frmSysKindManger
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(962, 705);
     this.Controls.Add(this.splitContainerControl2);
     this.Name = "frmSysKindManger";
     this.Text = "款式类型维护";
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     this.gcEdit.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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
			DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
			DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
			DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateDetails));
			this.colState = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.descriptionText = new DevExpress.XtraEditors.MemoEdit();
			this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
			this.files = new DevExpress.XtraTreeList.TreeList();
			this.colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.colSize = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.colExt = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.icons = new DevExpress.Utils.ImageCollection(this.components);
			this.caption = new DevExpress.XtraEditors.LabelControl();
			this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
			((System.ComponentModel.ISupportInitialize)(this.descriptionText.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.files)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.icons)).BeginInit();
			this.SuspendLayout();
			// 
			// colState
			// 
			this.colState.Caption = "State";
			this.colState.FieldName = "State";
			this.colState.Name = "colState";
			this.colState.OptionsColumn.AllowEdit = false;
			this.colState.OptionsColumn.AllowFocus = false;
			this.colState.OptionsColumn.ShowInCustomizationForm = false;
			// 
			// descriptionText
			// 
			this.descriptionText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.descriptionText.Location = new System.Drawing.Point(12, 57);
			this.descriptionText.Name = "descriptionText";
			this.descriptionText.Size = new System.Drawing.Size(262, 96);
			this.descriptionText.TabIndex = 8;
			this.descriptionText.KeyUp += new System.Windows.Forms.KeyEventHandler(this.descriptionText_KeyUp);
			// 
			// labelControl1
			// 
			this.labelControl1.Location = new System.Drawing.Point(12, 38);
			this.labelControl1.Name = "labelControl1";
			this.labelControl1.Size = new System.Drawing.Size(95, 13);
			this.labelControl1.TabIndex = 7;
			this.labelControl1.Text = "Update Description:";
			// 
			// files
			// 
			this.files.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.files.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.colName,
            this.colSize,
            this.colExt,
            this.colState});
			styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Lime;
			styleFormatCondition1.Appearance.Options.UseBackColor = true;
			styleFormatCondition1.ApplyToRow = true;
			styleFormatCondition1.Column = this.colState;
			styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
			styleFormatCondition1.Value1 = 1;
			styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Yellow;
			styleFormatCondition2.Appearance.Options.UseBackColor = true;
			styleFormatCondition2.ApplyToRow = true;
			styleFormatCondition2.Column = this.colState;
			styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
			styleFormatCondition2.Value1 = 2;
			styleFormatCondition3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
			styleFormatCondition3.Appearance.Options.UseBackColor = true;
			styleFormatCondition3.ApplyToRow = true;
			styleFormatCondition3.Column = this.colState;
			styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
			styleFormatCondition3.Value1 = 3;
			styleFormatCondition4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
			styleFormatCondition4.Appearance.Options.UseBackColor = true;
			styleFormatCondition4.ApplyToRow = true;
			styleFormatCondition4.Column = this.colState;
			styleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
			styleFormatCondition4.Value1 = 4;
			this.files.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2,
            styleFormatCondition3,
            styleFormatCondition4});
			this.files.KeyFieldName = "FullPath";
			this.files.Location = new System.Drawing.Point(12, 179);
			this.files.Name = "files";
			this.files.OptionsBehavior.Editable = false;
			this.files.OptionsBehavior.ResizeNodes = false;
			this.files.OptionsSelection.EnableAppearanceFocusedCell = false;
			this.files.OptionsSelection.EnableAppearanceFocusedRow = false;
			this.files.OptionsView.ShowColumns = false;
			this.files.OptionsView.ShowHorzLines = false;
			this.files.OptionsView.ShowIndicator = false;
			this.files.OptionsView.ShowVertLines = false;
			this.files.ParentFieldName = "ParentDirectory";
			this.files.Size = new System.Drawing.Size(262, 358);
			this.files.StateImageList = this.icons;
			this.files.TabIndex = 6;
			this.files.GetStateImage += new DevExpress.XtraTreeList.GetStateImageEventHandler(this.files_GetStateImage);
			this.files.GetNodeDisplayValue += new DevExpress.XtraTreeList.GetNodeDisplayValueEventHandler(this.files_GetNodeDisplayValue);
			// 
			// colName
			// 
			this.colName.Caption = "Name";
			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.Visible = true;
			this.colName.VisibleIndex = 0;
			this.colName.Width = 174;
			// 
			// colSize
			// 
			this.colSize.Caption = "Size";
			this.colSize.FieldName = "Size";
			this.colSize.MinWidth = 65;
			this.colSize.Name = "colSize";
			this.colSize.OptionsColumn.AllowEdit = false;
			this.colSize.OptionsColumn.AllowFocus = false;
			this.colSize.OptionsColumn.ReadOnly = true;
			this.colSize.Visible = true;
			this.colSize.VisibleIndex = 1;
			this.colSize.Width = 67;
			// 
			// colExt
			// 
			this.colExt.Caption = "Extension";
			this.colExt.FieldName = "Extension";
			this.colExt.Name = "colExt";
			this.colExt.OptionsColumn.AllowEdit = false;
			this.colExt.OptionsColumn.AllowFocus = false;
			this.colExt.OptionsColumn.ReadOnly = true;
			this.colExt.OptionsColumn.ShowInCustomizationForm = false;
			this.colExt.SortOrder = System.Windows.Forms.SortOrder.Ascending;
			// 
			// icons
			// 
			this.icons.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("icons.ImageStream")));
			// 
			// caption
			// 
			this.caption.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F);
			this.caption.Appearance.Options.UseFont = true;
			this.caption.Appearance.Options.UseTextOptions = true;
			this.caption.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.caption.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
			this.caption.Dock = System.Windows.Forms.DockStyle.Top;
			this.caption.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
			this.caption.LineVisible = true;
			this.caption.Location = new System.Drawing.Point(0, 0);
			this.caption.Name = "caption";
			this.caption.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
			this.caption.Size = new System.Drawing.Size(286, 26);
			this.caption.TabIndex = 5;
			this.caption.Text = "labelControl1";
			// 
			// labelControl2
			// 
			this.labelControl2.Location = new System.Drawing.Point(12, 160);
			this.labelControl2.Name = "labelControl2";
			this.labelControl2.Size = new System.Drawing.Size(25, 13);
			this.labelControl2.TabIndex = 9;
			this.labelControl2.Text = "Files:";
			// 
			// UpdateDetails
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.labelControl2);
			this.Controls.Add(this.descriptionText);
			this.Controls.Add(this.labelControl1);
			this.Controls.Add(this.files);
			this.Controls.Add(this.caption);
			this.Name = "UpdateDetails";
			this.Size = new System.Drawing.Size(286, 543);
			((System.ComponentModel.ISupportInitialize)(this.descriptionText.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.files)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.icons)).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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SinoSZUC_MD_Model_FieldList));
     this.treeListColumn1          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeList1                = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn2          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.objectImageList          = new System.Windows.Forms.ImageList(this.components);
     this.stateImageList           = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption   = "treeListColumn1";
     this.treeListColumn1.FieldName = "CanShowAsCondition";
     this.treeListColumn1.Name      = "treeListColumn1";
     //
     // treeList1
     //
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.treeListColumn2,
         this.treeListColumn1
     });
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     styleFormatCondition1.Appearance.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Italic);
     styleFormatCondition1.Appearance.Options.UseFont = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.treeListColumn1;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = false;
     this.treeList1.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name     = "treeList1";
     this.treeList1.OptionsBehavior.AllowExpandOnDblClick        = false;
     this.treeList1.OptionsBehavior.AutoChangeParent             = false;
     this.treeList1.OptionsBehavior.DragNodes                    = true;
     this.treeList1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeList1.OptionsView.ShowHorzLines                    = false;
     this.treeList1.OptionsView.ShowVertLines                    = false;
     this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.treeList1.SelectImageList     = this.objectImageList;
     this.treeList1.Size                = new System.Drawing.Size(292, 504);
     this.treeList1.StateImageList      = this.stateImageList;
     this.treeList1.TabIndex            = 0;
     this.treeList1.MouseDoubleClick   += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseDoubleClick);
     this.treeList1.StateImageClick    += new DevExpress.XtraTreeList.NodeClickEventHandler(this.treeList1_StateImageClick);
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeList1.GetStateImage      += new DevExpress.XtraTreeList.GetStateImageEventHandler(this.treeList1_GetStateImage);
     this.treeList1.GetSelectImage     += new DevExpress.XtraTreeList.GetSelectImageEventHandler(this.treeList1_GetSelectImage);
     this.treeList1.DragEnter          += new System.Windows.Forms.DragEventHandler(this.treeList1_DragEnter);
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption   = "字段列表";
     this.treeListColumn2.FieldName = "DisplayTitle";
     this.treeListColumn2.MinWidth  = 43;
     this.treeListColumn2.Name      = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit = false;
     this.treeListColumn2.OptionsColumn.AllowSort = false;
     this.treeListColumn2.OptionsColumn.ReadOnly  = true;
     this.treeListColumn2.Visible      = true;
     this.treeListColumn2.VisibleIndex = 0;
     this.treeListColumn2.Width        = 218;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // objectImageList
     //
     this.objectImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("objectImageList.ImageStream")));
     this.objectImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.objectImageList.Images.SetKeyName(0, "mainPack2.ico");
     this.objectImageList.Images.SetKeyName(1, "childPack.ico");
     this.objectImageList.Images.SetKeyName(2, "title.ico");
     this.objectImageList.Images.SetKeyName(3, "07582.ico");
     this.objectImageList.Images.SetKeyName(4, "07684.ico");
     //
     // stateImageList
     //
     this.stateImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("stateImageList.ImageStream")));
     this.stateImageList.TransparentColor = System.Drawing.Color.Magenta;
     this.stateImageList.Images.SetKeyName(0, "check2.ico");
     this.stateImageList.Images.SetKeyName(1, "check00.ico");
     this.stateImageList.Images.SetKeyName(2, "check11.ico");
     this.stateImageList.Images.SetKeyName(3, "check33.ico");
     //
     // SinoSZUC_MD_Model_FieldList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.treeList1);
     this.Name = "SinoSZUC_MD_Model_FieldList";
     this.Size = new System.Drawing.Size(292, 504);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserControl2));
     this.colDisplayName           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeList2                = new DevExpress.XtraTreeList.TreeList();
     this.colTypeImage             = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     this.colAssemblyInfo          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colParentID              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeMenuBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.pictureEdit1             = new DevExpress.XtraEditors.PictureEdit();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     this.lblEdad       = new DevExpress.XtraEditors.LabelControl();
     this.lblDNI        = new DevExpress.XtraEditors.LabelControl();
     this.lblNombre     = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.imageList1    = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMenuBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // colDisplayName
     //
     this.colDisplayName.AppearanceCell.Font                 = new System.Drawing.Font("Tahoma", 8.25F);
     this.colDisplayName.AppearanceCell.ForeColor            = System.Drawing.Color.White;
     this.colDisplayName.AppearanceCell.Options.UseFont      = true;
     this.colDisplayName.AppearanceCell.Options.UseForeColor = true;
     this.colDisplayName.Caption   = "DisplayName";
     this.colDisplayName.FieldName = "DisplayName";
     this.colDisplayName.MinWidth  = 49;
     this.colDisplayName.Name      = "colDisplayName";
     this.colDisplayName.OptionsColumn.AllowEdit = false;
     this.colDisplayName.OptionsColumn.ReadOnly  = true;
     this.colDisplayName.Visible      = true;
     this.colDisplayName.VisibleIndex = 0;
     this.colDisplayName.Width        = 522;
     //
     // treeList2
     //
     this.treeList2.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.treeList2.Appearance.Row.BorderColor                  = System.Drawing.Color.WhiteSmoke;
     this.treeList2.Appearance.Row.ForeColor                    = System.Drawing.Color.White;
     this.treeList2.Appearance.Row.Options.UseBorderColor       = true;
     this.treeList2.Appearance.Row.Options.UseForeColor         = true;
     this.treeList2.AppearancePrint.OddRow.BackColor            = System.Drawing.Color.White;
     this.treeList2.AppearancePrint.OddRow.Options.UseBackColor = true;
     this.treeList2.AppearancePrint.Row.BackColor               = System.Drawing.Color.White;
     this.treeList2.AppearancePrint.Row.Options.UseBackColor    = true;
     this.treeList2.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colDisplayName,
         this.colTypeImage,
         this.colAssemblyInfo,
         this.colParentID
     });
     this.treeList2.DataSource                             = this.treeMenuBindingSource;
     styleFormatCondition1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.LightYellow;
     styleFormatCondition1.Appearance.Options.UseFont      = true;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.Column                          = this.colDisplayName;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression                      = "[ParentID] == 0";
     styleFormatCondition2.Appearance.Font                 = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.White;
     styleFormatCondition2.Appearance.Options.UseFont      = true;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.Column                          = this.colDisplayName;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression                      = "[ParentID] != xxxxDesactivado";
     this.treeList2.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2
     });
     this.treeList2.IndicatorWidth = 10;
     this.treeList2.Location       = new System.Drawing.Point(4, 130);
     this.treeList2.Margin         = new System.Windows.Forms.Padding(4);
     this.treeList2.Name           = "treeList2";
     this.treeList2.OptionsBehavior.AutoChangeParent          = false;
     this.treeList2.OptionsBehavior.AutoNodeHeight            = false;
     this.treeList2.OptionsBehavior.Editable                  = false;
     this.treeList2.OptionsLayout.AddNewColumns               = false;
     this.treeList2.OptionsMenu.EnableColumnMenu              = false;
     this.treeList2.OptionsMenu.EnableFooterMenu              = false;
     this.treeList2.OptionsSelection.UseIndicatorForSelection = true;
     this.treeList2.OptionsView.ShowButtons   = false;
     this.treeList2.OptionsView.ShowColumns   = false;
     this.treeList2.OptionsView.ShowHorzLines = false;
     this.treeList2.OptionsView.ShowIndicator = false;
     this.treeList2.OptionsView.ShowVertLines = false;
     this.treeList2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageEdit1
     });
     this.treeList2.ShowButtonMode      = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowAlways;
     this.treeList2.Size                = new System.Drawing.Size(279, 528);
     this.treeList2.TabIndex            = 47;
     this.treeList2.TreeLineStyle       = DevExpress.XtraTreeList.LineStyle.None;
     this.treeList2.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList2_FocusedNodeChanged);
     this.treeList2.MouseClick         += new System.Windows.Forms.MouseEventHandler(this.treeList2_MouseClick);
     //
     // colTypeImage
     //
     this.colTypeImage.Caption    = "TypeImage";
     this.colTypeImage.ColumnEdit = this.repositoryItemImageEdit1;
     this.colTypeImage.FieldName  = "TypeImage";
     this.colTypeImage.MinWidth   = 49;
     this.colTypeImage.Name       = "colTypeImage";
     this.colTypeImage.OptionsColumn.AllowMove  = false;
     this.colTypeImage.OptionsColumn.AllowSize  = false;
     this.colTypeImage.OptionsColumn.FixedWidth = true;
     this.colTypeImage.OptionsColumn.ReadOnly   = true;
     this.colTypeImage.Width = 81;
     //
     // 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";
     //
     // colAssemblyInfo
     //
     this.colAssemblyInfo.Caption   = "AssemblyInfo";
     this.colAssemblyInfo.FieldName = "AssemblyInfo";
     this.colAssemblyInfo.Name      = "colAssemblyInfo";
     this.colAssemblyInfo.Width     = 49;
     //
     // colParentID
     //
     this.colParentID.Caption   = "ParentID";
     this.colParentID.FieldName = "ParentID";
     this.colParentID.Name      = "colParentID";
     //
     // treeMenuBindingSource
     //
     this.treeMenuBindingSource.DataSource = typeof(Fwk.UI.Controls.Menu.Tree.TreeMenu);
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location  = new System.Drawing.Point(13, 39);
     this.pictureEdit1.Margin    = new System.Windows.Forms.Padding(2);
     this.pictureEdit1.Name      = "pictureEdit1";
     this.pictureEdit1.Size      = new System.Drawing.Size(94, 85);
     this.pictureEdit1.TabIndex  = 54;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(18, 12);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(48, 16);
     this.labelControl1.TabIndex = 53;
     this.labelControl1.Text     = "Paciente";
     //
     // lblEdad
     //
     this.lblEdad.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblEdad.Location     = new System.Drawing.Point(163, 74);
     this.lblEdad.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblEdad.Name         = "lblEdad";
     this.lblEdad.Size         = new System.Drawing.Size(88, 17);
     this.lblEdad.TabIndex     = 52;
     this.lblEdad.Text         = "....................";
     //
     // lblDNI
     //
     this.lblDNI.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblDNI.Location     = new System.Drawing.Point(163, 48);
     this.lblDNI.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblDNI.Name         = "lblDNI";
     this.lblDNI.Size         = new System.Drawing.Size(88, 16);
     this.lblDNI.TabIndex     = 51;
     this.lblDNI.Text         = "------------------";
     //
     // lblNombre
     //
     this.lblNombre.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.lblNombre.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblNombre.Location        = new System.Drawing.Point(73, 12);
     this.lblNombre.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblNombre.Name            = "lblNombre";
     this.lblNombre.Size            = new System.Drawing.Size(184, 15);
     this.lblNombre.TabIndex        = 50;
     this.lblNombre.Text            = "-------------- -----------";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl3.Location        = new System.Drawing.Point(118, 74);
     this.labelControl3.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl3.Name            = "labelControl3";
     this.labelControl3.Size            = new System.Drawing.Size(40, 17);
     this.labelControl3.TabIndex        = 49;
     this.labelControl3.Text            = "Edad:";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl2.Location        = new System.Drawing.Point(118, 48);
     this.labelControl2.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Size            = new System.Drawing.Size(31, 17);
     this.labelControl2.TabIndex        = 48;
     this.labelControl2.Text            = "Doc:";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "help.png");
     this.imageList1.Images.SetKeyName(1, "remove-window.png");
     this.imageList1.Images.SetKeyName(2, "write.png");
     this.imageList1.Images.SetKeyName(3, "Antivirus-icon_24.png");
     this.imageList1.Images.SetKeyName(4, "blood_32.png");
     this.imageList1.Images.SetKeyName(5, "laboratorio_32.png");
     this.imageList1.Images.SetKeyName(6, "heart-icon_48.png");
     this.imageList1.Images.SetKeyName(7, "nurse-icon.png");
     this.imageList1.Images.SetKeyName(8, "heart-blood-icon_32.png");
     this.imageList1.Images.SetKeyName(9, "CruzRoja.png");
     this.imageList1.Images.SetKeyName(10, "Ball (Green).png");
     this.imageList1.Images.SetKeyName(11, "Ball (Yellow).png");
     this.imageList1.Images.SetKeyName(12, "Chart.png");
     this.imageList1.Images.SetKeyName(13, "docs_24.ico");
     this.imageList1.Images.SetKeyName(14, "edit_24.ico");
     this.imageList1.Images.SetKeyName(15, "fax_24.ico");
     this.imageList1.Images.SetKeyName(16, "hist_24.ico");
     this.imageList1.Images.SetKeyName(17, "image_24.ico");
     this.imageList1.Images.SetKeyName(18, "prefs_24.ico");
     this.imageList1.Images.SetKeyName(19, "confg_24.ico");
     this.imageList1.Images.SetKeyName(20, "create_contact (2).png");
     this.imageList1.Images.SetKeyName(21, "ic_btn_search (2).png");
     this.imageList1.Images.SetKeyName(22, "ic_emergency (2).png");
     this.imageList1.Images.SetKeyName(23, "ic_maps_indicator_current_position_anim1 (2).png");
     this.imageList1.Images.SetKeyName(24, "stat_sys_signal_2 (2).png");
     //
     // UserControl2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pictureEdit1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.lblEdad);
     this.Controls.Add(this.lblDNI);
     this.Controls.Add(this.lblNombre);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.treeList2);
     this.Name           = "UserControl2";
     this.PanelContainer = Epiron.Front.Bases.PanelEnum.LeftPanel_1;
     this.Size           = new System.Drawing.Size(287, 662);
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMenuBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPatientAtencion));
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     this.colDisplayName         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList2                = new DevExpress.XtraTreeList.TreeList();
     this.colTypeImage             = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     this.colAssemblyInfo          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colParentID              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeMenuBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.imageList1               = new System.Windows.Forms.ImageList(this.components);
     this.pictureEdit1             = new DevExpress.XtraEditors.PictureEdit();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     this.lblEdad           = new DevExpress.XtraEditors.LabelControl();
     this.lblDNI            = new DevExpress.XtraEditors.LabelControl();
     this.lblNombre         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3     = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2     = new DevExpress.XtraEditors.LabelControl();
     this.btnAlertdiagnosis = new DevExpress.XtraEditors.PopupContainerEdit();
     this.popupContainerControl_Diagnosis = new DevExpress.XtraEditors.PopupContainerControl();
     this.label1   = new System.Windows.Forms.Label();
     this.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.popupContainerControl_Medicament = new DevExpress.XtraEditors.PopupContainerControl();
     this.lblAlertMedicament            = new System.Windows.Forms.Label();
     this.btnAlertMedicament            = new DevExpress.XtraEditors.PopupContainerEdit();
     this.btnSaveChanges                = new DevExpress.XtraEditors.SimpleButton();
     this.popupContainerControl_Allergy = new DevExpress.XtraEditors.PopupContainerControl();
     this.lblAllergiesInfo              = new System.Windows.Forms.Label();
     this.btnAlertAllergy               = new DevExpress.XtraEditors.PopupContainerEdit();
     this.labelControl4     = new DevExpress.XtraEditors.LabelControl();
     this.panelControl1     = new DevExpress.XtraEditors.PanelControl();
     this.lblAlertDiagnosis = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMenuBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAlertdiagnosis.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Diagnosis)).BeginInit();
     this.popupContainerControl_Diagnosis.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Medicament)).BeginInit();
     this.popupContainerControl_Medicament.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAlertMedicament.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Allergy)).BeginInit();
     this.popupContainerControl_Allergy.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAlertAllergy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.SuspendLayout();
     //
     // colDisplayName
     //
     this.colDisplayName.AppearanceCell.Font                 = new System.Drawing.Font("Tahoma", 8.25F);
     this.colDisplayName.AppearanceCell.ForeColor            = System.Drawing.Color.DarkSlateGray;
     this.colDisplayName.AppearanceCell.Options.UseFont      = true;
     this.colDisplayName.AppearanceCell.Options.UseForeColor = true;
     this.colDisplayName.Caption   = "DisplayName";
     this.colDisplayName.FieldName = "DisplayName";
     this.colDisplayName.MinWidth  = 49;
     this.colDisplayName.Name      = "colDisplayName";
     this.colDisplayName.OptionsColumn.AllowEdit = false;
     this.colDisplayName.OptionsColumn.ReadOnly  = true;
     this.colDisplayName.Visible      = true;
     this.colDisplayName.VisibleIndex = 0;
     this.colDisplayName.Width        = 522;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.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.splitContainerControl1.Appearance.BackColor              = System.Drawing.Color.White;
     this.splitContainerControl1.Appearance.BackColor2             = System.Drawing.Color.SlateGray;
     this.splitContainerControl1.Appearance.BorderColor            = System.Drawing.Color.BlanchedAlmond;
     this.splitContainerControl1.Appearance.GradientMode           = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.splitContainerControl1.Appearance.Options.UseBackColor   = true;
     this.splitContainerControl1.Appearance.Options.UseBorderColor = true;
     this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.splitContainerControl1.Location    = new System.Drawing.Point(6, 7);
     this.splitContainerControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.splitContainerControl1.Name   = "splitContainerControl1";
     this.splitContainerControl1.Panel1.AppearanceCaption.BackColor              = System.Drawing.Color.White;
     this.splitContainerControl1.Panel1.AppearanceCaption.BackColor2             = System.Drawing.Color.White;
     this.splitContainerControl1.Panel1.AppearanceCaption.BorderColor            = System.Drawing.Color.White;
     this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseBackColor   = true;
     this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseBorderColor = true;
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList2);
     this.splitContainerControl1.Panel1.Controls.Add(this.pictureEdit1);
     this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
     this.splitContainerControl1.Panel1.Controls.Add(this.lblEdad);
     this.splitContainerControl1.Panel1.Controls.Add(this.lblDNI);
     this.splitContainerControl1.Panel1.Controls.Add(this.lblNombre);
     this.splitContainerControl1.Panel1.Controls.Add(this.labelControl3);
     this.splitContainerControl1.Panel1.Controls.Add(this.labelControl2);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Appearance.BackColor            = System.Drawing.SystemColors.InactiveCaption;
     this.splitContainerControl1.Panel2.Appearance.BackColor2           = System.Drawing.Color.Gray;
     this.splitContainerControl1.Panel2.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.splitContainerControl1.Panel2.Appearance.Options.UseBackColor = true;
     this.splitContainerControl1.Panel2.Controls.Add(this.popupContainerControl_Diagnosis);
     this.splitContainerControl1.Panel2.Controls.Add(this.btnAlertdiagnosis);
     this.splitContainerControl1.Panel2.Controls.Add(this.btnClose);
     this.splitContainerControl1.Panel2.Controls.Add(this.popupContainerControl_Medicament);
     this.splitContainerControl1.Panel2.Controls.Add(this.btnAlertMedicament);
     this.splitContainerControl1.Panel2.Controls.Add(this.btnSaveChanges);
     this.splitContainerControl1.Panel2.Controls.Add(this.popupContainerControl_Allergy);
     this.splitContainerControl1.Panel2.Controls.Add(this.btnAlertAllergy);
     this.splitContainerControl1.Panel2.Controls.Add(this.labelControl4);
     this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl1.Panel2.Padding   = new System.Windows.Forms.Padding(5);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1104, 586);
     this.splitContainerControl1.SplitterPosition = 245;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // treeList2
     //
     this.treeList2.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.treeList2.Appearance.FocusedCell.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.treeList2.Appearance.FocusedCell.Options.UseFont      = true;
     this.treeList2.AppearancePrint.OddRow.BackColor            = System.Drawing.Color.White;
     this.treeList2.AppearancePrint.OddRow.Options.UseBackColor = true;
     this.treeList2.AppearancePrint.Row.BackColor               = System.Drawing.Color.White;
     this.treeList2.AppearancePrint.Row.Options.UseBackColor    = true;
     this.treeList2.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colDisplayName,
         this.colTypeImage,
         this.colAssemblyInfo,
         this.colParentID
     });
     this.treeList2.DataSource                             = this.treeMenuBindingSource;
     styleFormatCondition1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.DarkOliveGreen;
     styleFormatCondition1.Appearance.Options.UseFont      = true;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.Column                          = this.colDisplayName;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression                      = "[ParentID] == 0";
     styleFormatCondition2.Appearance.Font                 = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     styleFormatCondition2.Appearance.Options.UseFont      = true;
     styleFormatCondition2.Column                          = this.colDisplayName;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression                      = "[ParentID] != xxxxDesactivado";
     this.treeList2.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2
     });
     this.treeList2.IndicatorWidth = 10;
     this.treeList2.Location       = new System.Drawing.Point(0, 127);
     this.treeList2.Margin         = new System.Windows.Forms.Padding(4);
     this.treeList2.Name           = "treeList2";
     this.treeList2.OptionsBehavior.AutoChangeParent          = false;
     this.treeList2.OptionsBehavior.AutoNodeHeight            = false;
     this.treeList2.OptionsBehavior.Editable                  = false;
     this.treeList2.OptionsLayout.AddNewColumns               = false;
     this.treeList2.OptionsMenu.EnableColumnMenu              = false;
     this.treeList2.OptionsMenu.EnableFooterMenu              = false;
     this.treeList2.OptionsSelection.UseIndicatorForSelection = true;
     this.treeList2.OptionsView.ShowButtons   = false;
     this.treeList2.OptionsView.ShowColumns   = false;
     this.treeList2.OptionsView.ShowHorzLines = false;
     this.treeList2.OptionsView.ShowIndicator = false;
     this.treeList2.OptionsView.ShowVertLines = false;
     this.treeList2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageEdit1
     });
     this.treeList2.RowHeight           = 40;
     this.treeList2.SelectImageList     = this.imageList1;
     this.treeList2.ShowButtonMode      = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowAlways;
     this.treeList2.Size                = new System.Drawing.Size(245, 433);
     this.treeList2.StateImageList      = this.imageList1;
     this.treeList2.TabIndex            = 46;
     this.treeList2.TreeLineStyle       = DevExpress.XtraTreeList.LineStyle.None;
     this.treeList2.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList2_FocusedNodeChanged);
     this.treeList2.KeyDown            += new System.Windows.Forms.KeyEventHandler(this.treeList2_KeyDown);
     this.treeList2.MouseClick         += new System.Windows.Forms.MouseEventHandler(this.treeList2_MouseClick);
     //
     // colTypeImage
     //
     this.colTypeImage.Caption    = "TypeImage";
     this.colTypeImage.ColumnEdit = this.repositoryItemImageEdit1;
     this.colTypeImage.FieldName  = "TypeImage";
     this.colTypeImage.MinWidth   = 49;
     this.colTypeImage.Name       = "colTypeImage";
     this.colTypeImage.OptionsColumn.AllowMove  = false;
     this.colTypeImage.OptionsColumn.AllowSize  = false;
     this.colTypeImage.OptionsColumn.FixedWidth = true;
     this.colTypeImage.OptionsColumn.ReadOnly   = true;
     this.colTypeImage.Width = 81;
     //
     // 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";
     //
     // colAssemblyInfo
     //
     this.colAssemblyInfo.Caption   = "AssemblyInfo";
     this.colAssemblyInfo.FieldName = "AssemblyInfo";
     this.colAssemblyInfo.Name      = "colAssemblyInfo";
     this.colAssemblyInfo.Width     = 49;
     //
     // colParentID
     //
     this.colParentID.Caption   = "ParentID";
     this.colParentID.FieldName = "ParentID";
     this.colParentID.Name      = "colParentID";
     //
     // treeMenuBindingSource
     //
     this.treeMenuBindingSource.DataSource = typeof(Fwk.UI.Controls.Menu.Tree.TreeMenu);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "help.png");
     this.imageList1.Images.SetKeyName(1, "remove-window.png");
     this.imageList1.Images.SetKeyName(2, "write.png");
     this.imageList1.Images.SetKeyName(3, "Antivirus-icon_24.png");
     this.imageList1.Images.SetKeyName(4, "blood_32.png");
     this.imageList1.Images.SetKeyName(5, "laboratorio_32.png");
     this.imageList1.Images.SetKeyName(6, "heart-icon_48.png");
     this.imageList1.Images.SetKeyName(7, "nurse-icon.png");
     this.imageList1.Images.SetKeyName(8, "heart-blood-icon_32.png");
     this.imageList1.Images.SetKeyName(9, "CruzRoja.png");
     this.imageList1.Images.SetKeyName(10, "Ball (Green).png");
     this.imageList1.Images.SetKeyName(11, "Ball (Yellow).png");
     this.imageList1.Images.SetKeyName(12, "Chart.png");
     this.imageList1.Images.SetKeyName(13, "docs_24.ico");
     this.imageList1.Images.SetKeyName(14, "edit_24.ico");
     this.imageList1.Images.SetKeyName(15, "fax_24.ico");
     this.imageList1.Images.SetKeyName(16, "hist_24.ico");
     this.imageList1.Images.SetKeyName(17, "image_24.ico");
     this.imageList1.Images.SetKeyName(18, "prefs_24.ico");
     this.imageList1.Images.SetKeyName(19, "confg_24.ico");
     this.imageList1.Images.SetKeyName(20, "create_contact (2).png");
     this.imageList1.Images.SetKeyName(21, "ic_btn_search (2).png");
     this.imageList1.Images.SetKeyName(22, "ic_emergency (2).png");
     this.imageList1.Images.SetKeyName(23, "ic_maps_indicator_current_position_anim1 (2).png");
     this.imageList1.Images.SetKeyName(24, "stat_sys_signal_2 (2).png");
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location  = new System.Drawing.Point(2, 36);
     this.pictureEdit1.Margin    = new System.Windows.Forms.Padding(2);
     this.pictureEdit1.Name      = "pictureEdit1";
     this.pictureEdit1.Size      = new System.Drawing.Size(94, 85);
     this.pictureEdit1.TabIndex  = 22;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(7, 9);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(48, 16);
     this.labelControl1.TabIndex = 16;
     this.labelControl1.Text     = "Paciente";
     //
     // lblEdad
     //
     this.lblEdad.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblEdad.Location     = new System.Drawing.Point(152, 71);
     this.lblEdad.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblEdad.Name         = "lblEdad";
     this.lblEdad.Size         = new System.Drawing.Size(88, 17);
     this.lblEdad.TabIndex     = 15;
     this.lblEdad.Text         = "....................";
     //
     // lblDNI
     //
     this.lblDNI.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblDNI.Location     = new System.Drawing.Point(152, 45);
     this.lblDNI.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblDNI.Name         = "lblDNI";
     this.lblDNI.Size         = new System.Drawing.Size(88, 16);
     this.lblDNI.TabIndex     = 14;
     this.lblDNI.Text         = "------------------";
     //
     // lblNombre
     //
     this.lblNombre.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.lblNombre.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblNombre.Location        = new System.Drawing.Point(62, 9);
     this.lblNombre.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblNombre.Name            = "lblNombre";
     this.lblNombre.Size            = new System.Drawing.Size(184, 15);
     this.lblNombre.TabIndex        = 13;
     this.lblNombre.Text            = "-------------- -----------";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl3.Location        = new System.Drawing.Point(107, 71);
     this.labelControl3.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl3.Name            = "labelControl3";
     this.labelControl3.Size            = new System.Drawing.Size(40, 17);
     this.labelControl3.TabIndex        = 12;
     this.labelControl3.Text            = "Edad:";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl2.Location        = new System.Drawing.Point(107, 45);
     this.labelControl2.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Size            = new System.Drawing.Size(31, 17);
     this.labelControl2.TabIndex        = 11;
     this.labelControl2.Text            = "Doc:";
     //
     // btnAlertdiagnosis
     //
     this.btnAlertdiagnosis.EditValue = "Diagnosticos relevantes";
     this.btnAlertdiagnosis.Location  = new System.Drawing.Point(323, 50);
     this.btnAlertdiagnosis.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnAlertdiagnosis.Name      = "btnAlertdiagnosis";
     this.btnAlertdiagnosis.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("btnAlertdiagnosis.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)
     });
     this.btnAlertdiagnosis.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnAlertdiagnosis.Properties.PopupControl = this.popupContainerControl_Diagnosis;
     this.btnAlertdiagnosis.Size     = new System.Drawing.Size(159, 22);
     this.btnAlertdiagnosis.TabIndex = 27;
     this.btnAlertdiagnosis.ToolTip  = "El pasiente esta actualmente medicado";
     this.btnAlertdiagnosis.Visible  = false;
     //
     // popupContainerControl_Diagnosis
     //
     this.popupContainerControl_Diagnosis.Appearance.BackColor            = System.Drawing.Color.White;
     this.popupContainerControl_Diagnosis.Appearance.Options.UseBackColor = true;
     this.popupContainerControl_Diagnosis.Controls.Add(this.lblAlertDiagnosis);
     this.popupContainerControl_Diagnosis.Controls.Add(this.label1);
     this.popupContainerControl_Diagnosis.Location = new System.Drawing.Point(336, 68);
     this.popupContainerControl_Diagnosis.Name     = "popupContainerControl_Diagnosis";
     this.popupContainerControl_Diagnosis.Size     = new System.Drawing.Size(302, 214);
     this.popupContainerControl_Diagnosis.TabIndex = 26;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(11, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(0, 17);
     this.label1.TabIndex  = 15;
     //
     // btnClose
     //
     this.btnClose.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.btnClose.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.btnClose.Appearance.ForeColor            = System.Drawing.Color.Firebrick;
     this.btnClose.Appearance.Options.UseBackColor = true;
     this.btnClose.Appearance.Options.UseFont      = true;
     this.btnClose.Appearance.Options.UseForeColor = true;
     this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnClose.Image       = global::Health.Front.Base.Properties.Resource.ic_menu_close_clear_cancel_24;
     this.btnClose.Location    = new System.Drawing.Point(690, -1);
     this.btnClose.Name        = "btnClose";
     this.btnClose.Size        = new System.Drawing.Size(155, 31);
     this.btnClose.TabIndex    = 26;
     this.btnClose.Text        = "Cerrar atención";
     this.btnClose.Visible     = false;
     this.btnClose.Click      += new System.EventHandler(this.btnClose_Click);
     //
     // popupContainerControl_Medicament
     //
     this.popupContainerControl_Medicament.Appearance.BackColor            = System.Drawing.Color.White;
     this.popupContainerControl_Medicament.Appearance.Options.UseBackColor = true;
     this.popupContainerControl_Medicament.Controls.Add(this.lblAlertMedicament);
     this.popupContainerControl_Medicament.Location = new System.Drawing.Point(309, 68);
     this.popupContainerControl_Medicament.Name     = "popupContainerControl_Medicament";
     this.popupContainerControl_Medicament.Size     = new System.Drawing.Size(302, 214);
     this.popupContainerControl_Medicament.TabIndex = 25;
     //
     // lblAlertMedicament
     //
     this.lblAlertMedicament.AutoSize  = true;
     this.lblAlertMedicament.BackColor = System.Drawing.Color.Transparent;
     this.lblAlertMedicament.Location  = new System.Drawing.Point(11, 13);
     this.lblAlertMedicament.Name      = "lblAlertMedicament";
     this.lblAlertMedicament.Size      = new System.Drawing.Size(0, 17);
     this.lblAlertMedicament.TabIndex  = 15;
     //
     // btnAlertMedicament
     //
     this.btnAlertMedicament.EditValue = "Paciente medicado";
     this.btnAlertMedicament.Location  = new System.Drawing.Point(134, 50);
     this.btnAlertMedicament.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnAlertMedicament.Name      = "btnAlertMedicament";
     this.btnAlertMedicament.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("btnAlertMedicament.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)
     });
     this.btnAlertMedicament.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnAlertMedicament.Properties.PopupControl = this.popupContainerControl_Medicament;
     this.btnAlertMedicament.Size     = new System.Drawing.Size(159, 22);
     this.btnAlertMedicament.TabIndex = 24;
     this.btnAlertMedicament.ToolTip  = "El pasiente esta actualmente medicado";
     this.btnAlertMedicament.Visible  = false;
     //
     // btnSaveChanges
     //
     this.btnSaveChanges.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.btnSaveChanges.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.btnSaveChanges.Appearance.ForeColor            = System.Drawing.Color.DarkSlateGray;
     this.btnSaveChanges.Appearance.Options.UseBackColor = true;
     this.btnSaveChanges.Appearance.Options.UseFont      = true;
     this.btnSaveChanges.Appearance.Options.UseForeColor = true;
     this.btnSaveChanges.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnSaveChanges.Image       = global::Health.Front.Base.Properties.Resource.ic_menu_save_24;
     this.btnSaveChanges.Location    = new System.Drawing.Point(574, -1);
     this.btnSaveChanges.Name        = "btnSaveChanges";
     this.btnSaveChanges.Size        = new System.Drawing.Size(111, 31);
     this.btnSaveChanges.TabIndex    = 22;
     this.btnSaveChanges.Text        = "Guardar";
     this.btnSaveChanges.Visible     = false;
     this.btnSaveChanges.Click      += new System.EventHandler(this.btnSaveChanges_Click);
     //
     // popupContainerControl_Allergy
     //
     this.popupContainerControl_Allergy.Appearance.BackColor            = System.Drawing.Color.White;
     this.popupContainerControl_Allergy.Appearance.Options.UseBackColor = true;
     this.popupContainerControl_Allergy.Controls.Add(this.lblAllergiesInfo);
     this.popupContainerControl_Allergy.Location = new System.Drawing.Point(10, 71);
     this.popupContainerControl_Allergy.Name     = "popupContainerControl_Allergy";
     this.popupContainerControl_Allergy.Size     = new System.Drawing.Size(302, 214);
     this.popupContainerControl_Allergy.TabIndex = 21;
     //
     // lblAllergiesInfo
     //
     this.lblAllergiesInfo.AutoSize  = true;
     this.lblAllergiesInfo.BackColor = System.Drawing.Color.Transparent;
     this.lblAllergiesInfo.Location  = new System.Drawing.Point(11, 13);
     this.lblAllergiesInfo.Name      = "lblAllergiesInfo";
     this.lblAllergiesInfo.Size      = new System.Drawing.Size(0, 17);
     this.lblAllergiesInfo.TabIndex  = 15;
     //
     // btnAlertAllergy
     //
     this.btnAlertAllergy.EditValue = "Alergia";
     this.btnAlertAllergy.Location  = new System.Drawing.Point(5, 50);
     this.btnAlertAllergy.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnAlertAllergy.Name      = "btnAlertAllergy";
     this.btnAlertAllergy.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("btnAlertAllergy.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true)
     });
     this.btnAlertAllergy.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnAlertAllergy.Properties.PopupControl = this.popupContainerControl_Allergy;
     this.btnAlertAllergy.Size     = new System.Drawing.Size(92, 22);
     this.btnAlertAllergy.TabIndex = 20;
     this.btnAlertAllergy.ToolTip  = "Patient alergico";
     this.btnAlertAllergy.Visible  = false;
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font      = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold);
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.labelControl4.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl4.Location             = new System.Drawing.Point(5, 2);
     this.labelControl4.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(221, 48);
     this.labelControl4.TabIndex = 14;
     this.labelControl4.Text     = "Historia clinica";
     //
     // panelControl1
     //
     this.panelControl1.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.panelControl1.Location = new System.Drawing.Point(5, 98);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(840, 481);
     this.panelControl1.TabIndex = 0;
     //
     // lblAlertDiagnosis
     //
     this.lblAlertDiagnosis.AutoSize  = true;
     this.lblAlertDiagnosis.BackColor = System.Drawing.Color.Transparent;
     this.lblAlertDiagnosis.Location  = new System.Drawing.Point(20, 16);
     this.lblAlertDiagnosis.Name      = "lblAlertDiagnosis";
     this.lblAlertDiagnosis.Size      = new System.Drawing.Size(0, 17);
     this.lblAlertDiagnosis.TabIndex  = 16;
     //
     // frmPatientAtencion
     //
     this.Appearance.BackColor            = System.Drawing.Color.DimGray;
     this.Appearance.BackColor2           = System.Drawing.Color.WhiteSmoke;
     this.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     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(1117, 601);
     this.Controls.Add(this.splitContainerControl1);
     this.Icon                 = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview           = true;
     this.LookAndFeel.SkinName = "Black";
     this.Margin               = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name                 = "frmPatientAtencion";
     this.Padding              = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Text                 = "Historia clinica del paciente";
     this.Load                += new System.EventHandler(this.frmPatientAtencion_Load);
     this.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.frmPatientAtencion_KeyDown);
     this.Leave               += new System.EventHandler(this.frmPatientAtencion_Leave);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMenuBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAlertdiagnosis.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Diagnosis)).EndInit();
     this.popupContainerControl_Diagnosis.ResumeLayout(false);
     this.popupContainerControl_Diagnosis.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Medicament)).EndInit();
     this.popupContainerControl_Medicament.ResumeLayout(false);
     this.popupContainerControl_Medicament.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAlertMedicament.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Allergy)).EndInit();
     this.popupContainerControl_Allergy.ResumeLayout(false);
     this.popupContainerControl_Allergy.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAlertAllergy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.treeView            = new DevExpress.XtraTreeList.TreeList();
     this.lstExecuteResult    = new DevExpress.XtraEditors.ImageListBoxControl();
     this.tabBatchLog         = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.tabBatchSetting     = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.lbTitle             = new DevExpress.XtraEditors.LabelControl();
     this.btnExport           = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstExecuteResult)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabBatchLog)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabBatchSetting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.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.layoutControl1.Controls.Add(this.treeView);
     this.layoutControl1.Controls.Add(this.lstExecuteResult);
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.tabBatchLog,
         this.tabBatchSetting
     });
     this.layoutControl1.Location = new System.Drawing.Point(2, 50);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(546, 199);
     this.layoutControl1.TabIndex = 3;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // treeView
     //
     styleFormatCondition1.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     styleFormatCondition1.Appearance.Options.UseFont = true;
     styleFormatCondition2.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     styleFormatCondition2.Appearance.Options.UseFont = true;
     styleFormatCondition3.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.75F, System.Drawing.FontStyle.Italic);
     styleFormatCondition3.Appearance.Options.UseFont = true;
     this.treeView.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2,
         styleFormatCondition3
     });
     this.treeView.Location = new System.Drawing.Point(12, 12);
     this.treeView.Name     = "treeView";
     this.treeView.Size     = new System.Drawing.Size(522, 175);
     this.treeView.TabIndex = 5;
     //
     // lstExecuteResult
     //
     this.lstExecuteResult.Location        = new System.Drawing.Point(24, 44);
     this.lstExecuteResult.Name            = "lstExecuteResult";
     this.lstExecuteResult.Size            = new System.Drawing.Size(498, 187);
     this.lstExecuteResult.StyleController = this.layoutControl1;
     this.lstExecuteResult.TabIndex        = 4;
     //
     // tabBatchLog
     //
     this.tabBatchLog.CustomizationFormText = "Kết quả Thực thi";
     this.tabBatchLog.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2
     });
     this.tabBatchLog.Location = new System.Drawing.Point(0, 0);
     this.tabBatchLog.Name     = "tabBatchLog";
     this.tabBatchLog.Size     = new System.Drawing.Size(502, 191);
     this.tabBatchLog.Text     = "Kết quả Thực thi";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.lstExecuteResult;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(502, 191);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // tabBatchSetting
     //
     this.tabBatchSetting.CustomizationFormText = "Thiết lập Batch";
     this.tabBatchSetting.Location = new System.Drawing.Point(0, 0);
     this.tabBatchSetting.Name     = "tabBatchSetting";
     this.tabBatchSetting.Size     = new System.Drawing.Size(502, 191);
     this.tabBatchSetting.Text     = "Thiết lập Batch";
     //
     // 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.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(546, 199);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.treeView;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(526, 179);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // lbTitle
     //
     this.lbTitle.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.lbTitle.Appearance.Font      = new System.Drawing.Font("Tahoma", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbTitle.Appearance.ForeColor = System.Drawing.Color.White;
     this.lbTitle.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lbTitle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lbTitle.Location = new System.Drawing.Point(0, 0);
     this.lbTitle.Name     = "lbTitle";
     this.lbTitle.Padding  = new System.Windows.Forms.Padding(20, 0, 20, 0);
     this.lbTitle.Size     = new System.Drawing.Size(548, 50);
     this.lbTitle.TabIndex = 2;
     this.lbTitle.Text     = "lbTitle";
     //
     // btnExport
     //
     this.btnExport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Image    = global::FIS.AppClient.Properties.Resources.EXPORT;
     this.btnExport.Location = new System.Drawing.Point(454, 243);
     this.btnExport.Name     = "btnExport";
     this.btnExport.Size     = new System.Drawing.Size(82, 23);
     this.btnExport.TabIndex = 6;
     this.btnExport.Text     = "&Kết xuất";
     this.btnExport.Click   += new System.EventHandler(this.btnExport_Click);
     //
     // ucTreeView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.lbTitle);
     this.Name = "ucTreeView";
     this.Size = new System.Drawing.Size(548, 287);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstExecuteResult)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabBatchLog)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabBatchSetting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNewQaQc));
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.bgvBatchCalc1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gcBachCalc = new DevExpress.XtraGrid.GridControl();
     this.bgvBatchCalc3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bgvBatchCalc4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.bgvBatchCalc2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Qaqc_par_prev_batch = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_Previous_par = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.imageStatus = new System.Windows.Forms.ImageList(this.components);
     this.gbSample = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Cod_sample = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Cod_des_sample = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repDes_Sample = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gv2col_Fum = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idunit_result = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idtemplate_method = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idrecep_sample_detail = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Flag_mri = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idrecep_sample_detail_elem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Weight1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Weight2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Volumen1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Volumen2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Reading1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Reading2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gbDilution = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Flag_dila1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repCheckDilution = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gv2col_Dilua1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Flag_dilb1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Dilub1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Rank1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Rank2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Factor1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Factor2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Law1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Law2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Str_result_analysis = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Result_analysis = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Qaqc_text_obs = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_observation = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_ShowPopup = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gv2col_Qaqc_mr = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_blk = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_par = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_parity = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gv2col_Qaqc_approve = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_approve = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gv2col_Qaqc_review = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_review = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gv2col_Qaqc_status_result = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_StatusResult = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gv2col_Qaqc_error = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_ShowObs = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gv2col_Qaqc_has_retest = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.repQaqc_HasRetest = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gv2col_Qaqc_tmp_retest_idmethod = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_tmp_retest = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Idretest = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_approve_text = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gv2col_Qaqc_review_text = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.imgChecks = new System.Windows.Forms.ImageList(this.components);
     this.repProcedence2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.treeCol_Urgent_sample = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeTrayWaiting = new DevExpress.XtraTreeList.TreeList();
     this.treeCol_Idtemplate_method = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Idrecep_sample_detail_elem = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Abbreviation = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Cod_repetition = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repRepetition = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.treeCol_Id = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Parentid = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Num_tray = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeCol_Date_result = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.treeCol_Hour_result = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repHour = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.imgPriority = new System.Windows.Forms.ImageList(this.components);
     this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
     this.tabTreeQaqc = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.cbAuthorizationWait = new DevExpress.XtraEditors.LookUpEdit();
     this.label23 = new System.Windows.Forms.Label();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.treeTrayFinished = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.treeListColumn5 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn6 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn7 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn8 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn9 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.paListAuthorization = new DevExpress.XtraEditors.GroupControl();
     this.cbAuthorizationApproved = new DevExpress.XtraEditors.LookUpEdit();
     this.label25 = new System.Windows.Forms.Label();
     this.paHistoryFilter = new DevExpress.XtraEditors.GroupControl();
     this.txYear = new DevExpress.XtraEditors.TextEdit();
     this.txSample = new DevExpress.XtraEditors.SpinEdit();
     this.cbTypeSample = new DevExpress.XtraEditors.LookUpEdit();
     this.cbCompany = new LimsProject.MyLookUpEdit();
     this.btSearchTray = new DevExpress.XtraEditors.SimpleButton();
     this.label22 = new System.Windows.Forms.Label();
     this.ckSample = new DevExpress.XtraEditors.CheckEdit();
     this.ckCompany = new DevExpress.XtraEditors.CheckEdit();
     this.panel9 = new System.Windows.Forms.Panel();
     this.deFrom = new DevExpress.XtraEditors.DateEdit();
     this.deUntil = new DevExpress.XtraEditors.DateEdit();
     this.label21 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.paButtons = new DevExpress.XtraEditors.PanelControl();
     this.paNewTray = new System.Windows.Forms.Panel();
     this.btRefresh = new DevExpress.XtraEditors.SimpleButton();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel5 = new System.Windows.Forms.Panel();
     this.gbApprove = new System.Windows.Forms.GroupBox();
     this.laDate_approved = new System.Windows.Forms.Label();
     this.laUser_approved = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.paAuthorization = new System.Windows.Forms.Panel();
     this.ucSign1 = new LimsProject.UcSign();
     this.gbReview = new System.Windows.Forms.GroupBox();
     this.laDate_revised = new System.Windows.Forms.Label();
     this.laUser_revised = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.tbStd = new DevExpress.XtraEditors.SpinEdit();
     this.tbAbs = new DevExpress.XtraEditors.SpinEdit();
     this.btRegAbsStd = new DevExpress.XtraEditors.SimpleButton();
     this.label4 = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.tbTitle = new DevExpress.XtraEditors.MemoEdit();
     this.label16 = new System.Windows.Forms.Label();
     this.tbCodMethod = new DevExpress.XtraEditors.ButtonEdit();
     this.tbAbbreviation = new DevExpress.XtraEditors.TextEdit();
     this.label12 = new System.Windows.Forms.Label();
     this.panel4 = new System.Windows.Forms.Panel();
     this.ucSignCloseTray = new LimsProject.UcSign();
     this.laTitleModule = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbUnitMeasure = new DevExpress.XtraEditors.TextEdit();
     this.tbLawMri = new DevExpress.XtraEditors.TextEdit();
     this.tbSdMr = new DevExpress.XtraEditors.TextEdit();
     this.tbSdBlk = new DevExpress.XtraEditors.TextEdit();
     this.tbMri = new DevExpress.XtraEditors.TextEdit();
     this.label18 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.tbErrorAllowed = new DevExpress.XtraEditors.TextEdit();
     this.label20 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.deDate_allowed_error = new DevExpress.XtraEditors.DateEdit();
     this.label14 = new System.Windows.Forms.Label();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.paQaqc2 = new DevExpress.XtraEditors.PanelControl();
     this.paQaqc1 = new DevExpress.XtraEditors.PanelControl();
     this.panel7 = new System.Windows.Forms.Panel();
     this.img32x32 = new System.Windows.Forms.ImageList(this.components);
     this.paTitleSearch.SuspendLayout();
     this.paTopBasicButtons.SuspendLayout();
     this.paTopSearch.SuspendLayout();
     this.paBottomSearch.SuspendLayout();
     this.panel1.SuspendLayout();
     this.paSearchGen.SuspendLayout();
     this.panel2.SuspendLayout();
     this.paInferior.SuspendLayout();
     this.paTitulo.SuspendLayout();
     this.paCentral.SuspendLayout();
     this.thePanelTab1.SuspendLayout();
     this.tpDatos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcBachCalc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_Previous_par)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDes_Sample)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCheckDilution)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_ShowPopup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_parity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_approve)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_review)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_StatusResult)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_ShowObs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_HasRetest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProcedence2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeTrayWaiting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repRepetition)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repHour)).BeginInit();
     this.expandablePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabTreeQaqc)).BeginInit();
     this.tabTreeQaqc.SuspendLayout();
     this.xtraTabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuthorizationWait.Properties)).BeginInit();
     this.xtraTabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeTrayFinished)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paListAuthorization)).BeginInit();
     this.paListAuthorization.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuthorizationApproved.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paHistoryFilter)).BeginInit();
     this.paHistoryFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txSample.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTypeSample.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbCompany.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckSample.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCompany.Properties)).BeginInit();
     this.panel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.deFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deUntil.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paButtons)).BeginInit();
     this.paButtons.SuspendLayout();
     this.panel5.SuspendLayout();
     this.gbApprove.SuspendLayout();
     this.paAuthorization.SuspendLayout();
     this.gbReview.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbStd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAbs.Properties)).BeginInit();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbTitle.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCodMethod.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAbbreviation.Properties)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbUnitMeasure.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLawMri.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSdMr.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSdBlk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMri.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbErrorAllowed.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDate_allowed_error.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paQaqc2)).BeginInit();
     this.paQaqc2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paQaqc1)).BeginInit();
     this.paQaqc1.SuspendLayout();
     this.panel7.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "save.png");
     this.imageList1.Images.SetKeyName(1, "nuevo.png");
     this.imageList1.Images.SetKeyName(2, "eliminar.png");
     this.imageList1.Images.SetKeyName(3, "buscar.png");
     this.imageList1.Images.SetKeyName(4, "salir.png");
     this.imageList1.Images.SetKeyName(5, "cancelar.png");
     this.imageList1.Images.SetKeyName(6, "ok.png");
     this.imageList1.Images.SetKeyName(7, "deshacer.png");
     this.imageList1.Images.SetKeyName(8, "editar.png");
     //
     // paTitleSearch
     //
     this.paTitleSearch.Size = new System.Drawing.Size(526, 37);
     //
     // label1
     //
     this.label1.Size = new System.Drawing.Size(443, 37);
     this.label1.Text = "Módulo de QaQc - Búsqueda";
     //
     // paTopBasicButtons
     //
     this.paTopBasicButtons.Size = new System.Drawing.Size(282, 35);
     //
     // btSalir2
     //
     this.btSalir2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btSalir2.FlatAppearance.BorderSize = 0;
     this.btSalir2.Location = new System.Drawing.Point(10, 5);
     //
     // btGuardar
     //
     this.btGuardar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btGuardar.FlatAppearance.BorderSize = 0;
     this.btGuardar.Location = new System.Drawing.Point(5, 5);
     //
     // btNuevo2
     //
     this.btNuevo2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btNuevo2.FlatAppearance.BorderSize = 0;
     this.btNuevo2.Location = new System.Drawing.Point(84, 5);
     //
     // btEliminar2
     //
     this.btEliminar2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btEliminar2.FlatAppearance.BorderSize = 0;
     this.btEliminar2.Location = new System.Drawing.Point(163, 5);
     //
     // paTopSearch
     //
     this.paTopSearch.Size = new System.Drawing.Size(526, 57);
     //
     // paBottomSearch
     //
     this.paBottomSearch.Location = new System.Drawing.Point(3, 194);
     this.paBottomSearch.Size = new System.Drawing.Size(526, 43);
     //
     // btBuscar
     //
     this.btBuscar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btBuscar.FlatAppearance.BorderSize = 0;
     //
     // btEditar
     //
     this.btEditar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btEditar.FlatAppearance.BorderSize = 0;
     //
     // btCancel
     //
     this.btCancel.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btCancel.FlatAppearance.BorderSize = 0;
     //
     // btOk
     //
     this.btOk.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btOk.FlatAppearance.BorderSize = 0;
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(1144, 0);
     this.panel1.Size = new System.Drawing.Size(72, 35);
     //
     // btFiltroBuscar
     //
     this.btFiltroBuscar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
     this.btFiltroBuscar.FlatAppearance.BorderSize = 0;
     //
     // paMiddleFind
     //
     this.paMiddleFind.Size = new System.Drawing.Size(526, 97);
     //
     // panel2
     //
     this.panel2.Location = new System.Drawing.Point(1132, 0);
     //
     // paInferior
     //
     this.paInferior.Location = new System.Drawing.Point(3, 544);
     this.paInferior.Size = new System.Drawing.Size(1216, 35);
     this.paInferior.Visible = false;
     //
     // paTitulo
     //
     this.paTitulo.Size = new System.Drawing.Size(1216, 36);
     //
     // paCentral
     //
     this.paCentral.Controls.Add(this.gcBachCalc);
     this.paCentral.Controls.Add(this.panelControl1);
     this.paCentral.Controls.Add(this.panel5);
     this.paCentral.Controls.Add(this.splitter1);
     this.paCentral.Controls.Add(this.expandablePanel1);
     this.paCentral.Location = new System.Drawing.Point(3, 51);
     this.paCentral.Size = new System.Drawing.Size(1216, 493);
     //
     // paSuperior
     //
     this.paSuperior.Size = new System.Drawing.Size(1216, 12);
     this.paSuperior.Visible = false;
     //
     // laTitulo
     //
     this.laTitulo.Size = new System.Drawing.Size(1132, 36);
     this.laTitulo.Text = "QaQc";
     //
     // thePanelTab1
     //
     this.thePanelTab1.Size = new System.Drawing.Size(1230, 611);
     //
     // tpDatos
     //
     this.tpDatos.Size = new System.Drawing.Size(1222, 582);
     //
     // paSupBotones
     //
     this.paSupBotones.Size = new System.Drawing.Size(1230, 32);
     //
     // bgvBatchCalc1
     //
     this.bgvBatchCalc1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1});
     this.bgvBatchCalc1.GridControl = this.gcBachCalc;
     this.bgvBatchCalc1.Name = "bgvBatchCalc1";
     //
     // gridBand1
     //
     this.gridBand1.Caption = "gridBand1";
     this.gridBand1.Name = "gridBand1";
     //
     // gcBachCalc
     //
     this.gcBachCalc.AllowDrop = true;
     this.gcBachCalc.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcBachCalc.EmbeddedNavigator.Name = "";
     gridLevelNode1.LevelTemplate = this.bgvBatchCalc1;
     gridLevelNode1.RelationName = "Level1";
     gridLevelNode2.LevelTemplate = this.bgvBatchCalc3;
     gridLevelNode2.RelationName = "Level2";
     gridLevelNode3.LevelTemplate = this.bgvBatchCalc4;
     gridLevelNode3.RelationName = "Level3";
     this.gcBachCalc.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1,
     gridLevelNode2,
     gridLevelNode3});
     this.gcBachCalc.Location = new System.Drawing.Point(231, 103);
     this.gcBachCalc.MainView = this.bgvBatchCalc2;
     this.gcBachCalc.Name = "gcBachCalc";
     this.gcBachCalc.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repQaqc_parity,
     this.repQaqc_ShowObs,
     this.repQaqc_review,
     this.repQaqc_StatusResult,
     this.repQaqc_ShowPopup,
     this.repQaqc_Previous_par,
     this.repQaqc_approve,
     this.repQaqc_HasRetest,
     this.repCheckDilution,
     this.repProcedence2,
     this.repDes_Sample});
     this.gcBachCalc.Size = new System.Drawing.Size(985, 341);
     this.gcBachCalc.TabIndex = 7;
     this.gcBachCalc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.bgvBatchCalc3,
     this.bgvBatchCalc4,
     this.bgvBatchCalc2,
     this.bgvBatchCalc1});
     this.gcBachCalc.DragDrop += new System.Windows.Forms.DragEventHandler(this.gcBachCalc_DragDrop);
     this.gcBachCalc.DragOver += new System.Windows.Forms.DragEventHandler(this.gcBachCalc_DragOver);
     this.gcBachCalc.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gcBachCalc_MouseDown);
     this.gcBachCalc.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gcBachCalc_MouseMove);
     //
     // bgvBatchCalc3
     //
     this.bgvBatchCalc3.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand2});
     this.bgvBatchCalc3.GridControl = this.gcBachCalc;
     this.bgvBatchCalc3.Name = "bgvBatchCalc3";
     //
     // gridBand2
     //
     this.gridBand2.Caption = "gridBand2";
     this.gridBand2.Name = "gridBand2";
     //
     // bgvBatchCalc4
     //
     this.bgvBatchCalc4.GridControl = this.gcBachCalc;
     this.bgvBatchCalc4.Name = "bgvBatchCalc4";
     //
     // bgvBatchCalc2
     //
     this.bgvBatchCalc2.Appearance.BandPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.BandPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.BandPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.BandPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.bgvBatchCalc2.Appearance.BandPanel.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.BandPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.BandPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.BandPanel.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.BandPanel.Options.UseFont = true;
     this.bgvBatchCalc2.Appearance.BandPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.BandPanelBackground.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.BandPanelBackground.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.Empty.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.EvenRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.EvenRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.bgvBatchCalc2.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.FilterPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FilterPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.bgvBatchCalc2.Appearance.FixedLine.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.FocusedCell.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.bgvBatchCalc2.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.FocusedRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FocusedRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.FooterPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.FooterPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.GroupButton.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.GroupButton.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.GroupButton.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.GroupFooter.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.GroupFooter.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
     this.bgvBatchCalc2.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.GroupPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.GroupPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.bgvBatchCalc2.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.bgvBatchCalc2.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.GroupRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.GroupRow.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.GroupRow.Options.UseFont = true;
     this.bgvBatchCalc2.Appearance.GroupRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.bgvBatchCalc2.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.bgvBatchCalc2.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.bgvBatchCalc2.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.HeaderPanelBackground.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.HeaderPanelBackground.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
     this.bgvBatchCalc2.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.bgvBatchCalc2.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.bgvBatchCalc2.Appearance.HorzLine.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.OddRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.OddRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.bgvBatchCalc2.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.bgvBatchCalc2.Appearance.Preview.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.Preview.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.bgvBatchCalc2.Appearance.Row.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.Row.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.RowSeparator.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.bgvBatchCalc2.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.bgvBatchCalc2.Appearance.SelectedRow.Options.UseBackColor = true;
     this.bgvBatchCalc2.Appearance.SelectedRow.Options.UseForeColor = true;
     this.bgvBatchCalc2.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.bgvBatchCalc2.Appearance.VertLine.Options.UseBackColor = true;
     this.bgvBatchCalc2.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand13,
     this.gbSample,
     this.gridBand3,
     this.gridBand10,
     this.gridBand4,
     this.gbDilution,
     this.gridBand6,
     this.gridBand5,
     this.gridBand7,
     this.gridBand12,
     this.gridBand9,
     this.gridBand14});
     this.bgvBatchCalc2.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.gv2col_Idrecep_sample_detail,
     this.gv2col_Idrecep_sample_detail_elem,
     this.gv2col_Qaqc_par_prev_batch,
     this.gv2col_Cod_sample,
     this.gv2col_Result_analysis,
     this.gv2col_Fum,
     this.gv2col_Idtemplate_method,
     this.gv2col_Flag_mri,
     this.gv2col_Qaqc_blk,
     this.gv2col_Qaqc_par,
     this.gv2col_Qaqc_mr,
     this.gv2col_Qaqc_observation,
     this.gv2col_Qaqc_text_obs,
     this.gv2col_Qaqc_error,
     this.gv2col_Str_result_analysis,
     this.gv2col_Qaqc_approve,
     this.gv2col_Qaqc_review,
     this.gv2col_Qaqc_status_result,
     this.gv2col_Qaqc_has_retest,
     this.gv2col_Qaqc_tmp_retest_idmethod,
     this.gv2col_Qaqc_tmp_retest,
     this.gv2col_Idunit_result,
     this.gv2col_Idretest,
     this.gv2col_Weight1,
     this.gv2col_Weight2,
     this.gv2col_Reading1,
     this.gv2col_Reading2,
     this.gv2col_Factor1,
     this.gv2col_Factor2,
     this.gv2col_Rank1,
     this.gv2col_Rank2,
     this.gv2col_Law1,
     this.gv2col_Law2,
     this.gv2col_Volumen1,
     this.gv2col_Volumen2,
     this.gv2col_Flag_dila1,
     this.gv2col_Dilua1,
     this.gv2col_Flag_dilb1,
     this.gv2col_Dilub1,
     this.gv2col_Qaqc_approve_text,
     this.gv2col_Qaqc_review_text,
     this.gv2col_Cod_des_sample});
     styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Orange;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column = this.gv2col_Flag_mri;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1 = "1";
     this.bgvBatchCalc2.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1});
     this.bgvBatchCalc2.GridControl = this.gcBachCalc;
     this.bgvBatchCalc2.Images = this.imgChecks;
     this.bgvBatchCalc2.Name = "bgvBatchCalc2";
     this.bgvBatchCalc2.OptionsBehavior.Editable = false;
     this.bgvBatchCalc2.OptionsCustomization.AllowSort = false;
     this.bgvBatchCalc2.OptionsView.ColumnAutoWidth = false;
     this.bgvBatchCalc2.OptionsView.EnableAppearanceEvenRow = true;
     this.bgvBatchCalc2.OptionsView.EnableAppearanceOddRow = true;
     this.bgvBatchCalc2.OptionsView.ShowGroupPanel = false;
     this.bgvBatchCalc2.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.bgvBatchCalc2_RowCellStyle);
     this.bgvBatchCalc2.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.bgvBatchCalc_CellValueChanged);
     this.bgvBatchCalc2.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.bgvBatchCalc_CellValueChanging);
     this.bgvBatchCalc2.InvalidRowException += new DevExpress.XtraGrid.Views.Base.InvalidRowExceptionEventHandler(this.bgvBatchCalc2_InvalidRowException);
     this.bgvBatchCalc2.ValidateRow += new DevExpress.XtraGrid.Views.Base.ValidateRowEventHandler(this.bgvBatchCalc2_ValidateRow);
     this.bgvBatchCalc2.Click += new System.EventHandler(this.bgvBatchCalc2_Click);
     //
     // gridBand13
     //
     this.gridBand13.Caption = "A. P";
     this.gridBand13.Columns.Add(this.gv2col_Qaqc_par_prev_batch);
     this.gridBand13.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridBand13.Name = "gridBand13";
     this.gridBand13.Width = 37;
     //
     // gv2col_Qaqc_par_prev_batch
     //
     this.gv2col_Qaqc_par_prev_batch.Caption = "Par";
     this.gv2col_Qaqc_par_prev_batch.ColumnEdit = this.repQaqc_Previous_par;
     this.gv2col_Qaqc_par_prev_batch.FieldName = "Qaqc_par_prev_batch";
     this.gv2col_Qaqc_par_prev_batch.Name = "gv2col_Qaqc_par_prev_batch";
     this.gv2col_Qaqc_par_prev_batch.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_par_prev_batch.Visible = true;
     this.gv2col_Qaqc_par_prev_batch.Width = 37;
     //
     // repQaqc_Previous_par
     //
     this.repQaqc_Previous_par.AutoHeight = false;
     this.repQaqc_Previous_par.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_Previous_par.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repQaqc_Previous_par.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 5),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 4, 4),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 5, 0)});
     this.repQaqc_Previous_par.Name = "repQaqc_Previous_par";
     this.repQaqc_Previous_par.SmallImages = this.imageStatus;
     //
     // imageStatus
     //
     this.imageStatus.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageStatus.ImageStream")));
     this.imageStatus.TransparentColor = System.Drawing.Color.Transparent;
     this.imageStatus.Images.SetKeyName(0, "gray.png");
     this.imageStatus.Images.SetKeyName(1, "green.png");
     this.imageStatus.Images.SetKeyName(2, "ambar.png");
     this.imageStatus.Images.SetKeyName(3, "blue.png");
     this.imageStatus.Images.SetKeyName(4, "purple.png");
     this.imageStatus.Images.SetKeyName(5, "red.png");
     this.imageStatus.Images.SetKeyName(6, "yellow.png");
     this.imageStatus.Images.SetKeyName(7, "obs.png");
     this.imageStatus.Images.SetKeyName(8, "exclamation.png");
     this.imageStatus.Images.SetKeyName(9, "tick.png");
     this.imageStatus.Images.SetKeyName(10, "tick_lup.png");
     this.imageStatus.Images.SetKeyName(11, "espera.png");
     this.imageStatus.Images.SetKeyName(12, "incorrecto.png");
     this.imageStatus.Images.SetKeyName(13, "plausible.png");
     this.imageStatus.Images.SetKeyName(14, "aceptado.png");
     this.imageStatus.Images.SetKeyName(15, "reensayo.png");
     //
     // gbSample
     //
     this.gbSample.Caption = "Muestra";
     this.gbSample.Columns.Add(this.gv2col_Cod_sample);
     this.gbSample.Columns.Add(this.gv2col_Cod_des_sample);
     this.gbSample.Columns.Add(this.gv2col_Fum);
     this.gbSample.Columns.Add(this.gv2col_Idunit_result);
     this.gbSample.Columns.Add(this.gv2col_Idtemplate_method);
     this.gbSample.Columns.Add(this.gv2col_Idrecep_sample_detail);
     this.gbSample.Columns.Add(this.gv2col_Flag_mri);
     this.gbSample.Columns.Add(this.gv2col_Idrecep_sample_detail_elem);
     this.gbSample.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gbSample.Name = "gbSample";
     this.gbSample.Width = 150;
     //
     // gv2col_Cod_sample
     //
     this.gv2col_Cod_sample.Caption = "Cod.Muestra";
     this.gv2col_Cod_sample.FieldName = "Cod_sample";
     this.gv2col_Cod_sample.MinWidth = 75;
     this.gv2col_Cod_sample.Name = "gv2col_Cod_sample";
     this.gv2col_Cod_sample.OptionsColumn.ReadOnly = true;
     this.gv2col_Cod_sample.OptionsFilter.AllowAutoFilter = false;
     this.gv2col_Cod_sample.OptionsFilter.AllowFilter = false;
     this.gv2col_Cod_sample.Visible = true;
     //
     // gv2col_Cod_des_sample
     //
     this.gv2col_Cod_des_sample.Caption = "Descripción";
     this.gv2col_Cod_des_sample.ColumnEdit = this.repDes_Sample;
     this.gv2col_Cod_des_sample.FieldName = "Cod_des_sample";
     this.gv2col_Cod_des_sample.Name = "gv2col_Cod_des_sample";
     this.gv2col_Cod_des_sample.OptionsColumn.ReadOnly = true;
     this.gv2col_Cod_des_sample.OptionsFilter.AllowAutoFilter = false;
     this.gv2col_Cod_des_sample.OptionsFilter.AllowFilter = false;
     this.gv2col_Cod_des_sample.Visible = true;
     //
     // repDes_Sample
     //
     this.repDes_Sample.AutoHeight = false;
     this.repDes_Sample.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repDes_Sample.Name = "repDes_Sample";
     this.repDes_Sample.NullText = "";
     //
     // gv2col_Fum
     //
     this.gv2col_Fum.Caption = "Fum";
     this.gv2col_Fum.FieldName = "Fum";
     this.gv2col_Fum.Name = "gv2col_Fum";
     //
     // gv2col_Idunit_result
     //
     this.gv2col_Idunit_result.Caption = "Idunit_result";
     this.gv2col_Idunit_result.FieldName = "Idunit_result";
     this.gv2col_Idunit_result.Name = "gv2col_Idunit_result";
     //
     // gv2col_Idtemplate_method
     //
     this.gv2col_Idtemplate_method.Caption = "Idtemplate_method";
     this.gv2col_Idtemplate_method.FieldName = "Idtemplate_method";
     this.gv2col_Idtemplate_method.Name = "gv2col_Idtemplate_method";
     //
     // gv2col_Idrecep_sample_detail
     //
     this.gv2col_Idrecep_sample_detail.Caption = "Idrecep_sample_detail";
     this.gv2col_Idrecep_sample_detail.FieldName = "Idrecep_sample_detail";
     this.gv2col_Idrecep_sample_detail.Name = "gv2col_Idrecep_sample_detail";
     //
     // gv2col_Flag_mri
     //
     this.gv2col_Flag_mri.Caption = "Flag_mri";
     this.gv2col_Flag_mri.FieldName = "Flag_mri";
     this.gv2col_Flag_mri.Name = "gv2col_Flag_mri";
     //
     // gv2col_Idrecep_sample_detail_elem
     //
     this.gv2col_Idrecep_sample_detail_elem.Caption = "Idrecep_sample_detail_elem";
     this.gv2col_Idrecep_sample_detail_elem.FieldName = "Idrecep_sample_detail_elem";
     this.gv2col_Idrecep_sample_detail_elem.Name = "gv2col_Idrecep_sample_detail_elem";
     //
     // gridBand3
     //
     this.gridBand3.Caption = "Pesos";
     this.gridBand3.Columns.Add(this.gv2col_Weight1);
     this.gridBand3.Columns.Add(this.gv2col_Weight2);
     this.gridBand3.Name = "gridBand3";
     this.gridBand3.Width = 112;
     //
     // gv2col_Weight1
     //
     this.gv2col_Weight1.Caption = "Peso-1";
     this.gv2col_Weight1.FieldName = "Weight1";
     this.gv2col_Weight1.Name = "gv2col_Weight1";
     this.gv2col_Weight1.OptionsColumn.ReadOnly = true;
     this.gv2col_Weight1.Visible = true;
     this.gv2col_Weight1.Width = 56;
     //
     // gv2col_Weight2
     //
     this.gv2col_Weight2.Caption = "Peso-2";
     this.gv2col_Weight2.FieldName = "Weight2";
     this.gv2col_Weight2.Name = "gv2col_Weight2";
     this.gv2col_Weight2.OptionsColumn.ReadOnly = true;
     this.gv2col_Weight2.Visible = true;
     this.gv2col_Weight2.Width = 56;
     //
     // gridBand10
     //
     this.gridBand10.Caption = "Volumen";
     this.gridBand10.Columns.Add(this.gv2col_Volumen1);
     this.gridBand10.Columns.Add(this.gv2col_Volumen2);
     this.gridBand10.Name = "gridBand10";
     this.gridBand10.Width = 116;
     //
     // gv2col_Volumen1
     //
     this.gv2col_Volumen1.Caption = "Vol-1";
     this.gv2col_Volumen1.FieldName = "Volumen1";
     this.gv2col_Volumen1.Name = "gv2col_Volumen1";
     this.gv2col_Volumen1.OptionsColumn.ReadOnly = true;
     this.gv2col_Volumen1.Visible = true;
     this.gv2col_Volumen1.Width = 58;
     //
     // gv2col_Volumen2
     //
     this.gv2col_Volumen2.Caption = "Vol-2";
     this.gv2col_Volumen2.FieldName = "Volumen2";
     this.gv2col_Volumen2.Name = "gv2col_Volumen2";
     this.gv2col_Volumen2.OptionsColumn.ReadOnly = true;
     this.gv2col_Volumen2.Visible = true;
     this.gv2col_Volumen2.Width = 58;
     //
     // gridBand4
     //
     this.gridBand4.Caption = "Lecturas";
     this.gridBand4.Columns.Add(this.gv2col_Reading1);
     this.gridBand4.Columns.Add(this.gv2col_Reading2);
     this.gridBand4.Name = "gridBand4";
     this.gridBand4.Width = 120;
     //
     // gv2col_Reading1
     //
     this.gv2col_Reading1.Caption = "Lec-1";
     this.gv2col_Reading1.FieldName = "Reading1";
     this.gv2col_Reading1.Name = "gv2col_Reading1";
     this.gv2col_Reading1.OptionsColumn.AllowEdit = false;
     this.gv2col_Reading1.Visible = true;
     this.gv2col_Reading1.Width = 60;
     //
     // gv2col_Reading2
     //
     this.gv2col_Reading2.Caption = "Lec-2";
     this.gv2col_Reading2.FieldName = "Reading2";
     this.gv2col_Reading2.Name = "gv2col_Reading2";
     this.gv2col_Reading2.OptionsColumn.AllowEdit = false;
     this.gv2col_Reading2.Visible = true;
     this.gv2col_Reading2.Width = 60;
     //
     // gbDilution
     //
     this.gbDilution.Caption = "Dilución";
     this.gbDilution.Columns.Add(this.gv2col_Flag_dila1);
     this.gbDilution.Columns.Add(this.gv2col_Dilua1);
     this.gbDilution.Columns.Add(this.gv2col_Flag_dilb1);
     this.gbDilution.Columns.Add(this.gv2col_Dilub1);
     this.gbDilution.Name = "gbDilution";
     this.gbDilution.Width = 212;
     //
     // gv2col_Flag_dila1
     //
     this.gv2col_Flag_dila1.Caption = "# Dil 2";
     this.gv2col_Flag_dila1.ColumnEdit = this.repCheckDilution;
     this.gv2col_Flag_dila1.FieldName = "Flag_dilu2";
     this.gv2col_Flag_dila1.Name = "gv2col_Flag_dila1";
     this.gv2col_Flag_dila1.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gv2col_Flag_dila1.Visible = true;
     this.gv2col_Flag_dila1.Width = 53;
     //
     // repCheckDilution
     //
     this.repCheckDilution.AutoHeight = false;
     this.repCheckDilution.Name = "repCheckDilution";
     //
     // gv2col_Dilua1
     //
     this.gv2col_Dilua1.Caption = "Dil 2";
     this.gv2col_Dilua1.FieldName = "Dilu2";
     this.gv2col_Dilua1.Name = "gv2col_Dilua1";
     this.gv2col_Dilua1.OptionsColumn.ReadOnly = true;
     this.gv2col_Dilua1.Visible = true;
     this.gv2col_Dilua1.Width = 53;
     //
     // gv2col_Flag_dilb1
     //
     this.gv2col_Flag_dilb1.Caption = "# Dil 3";
     this.gv2col_Flag_dilb1.ColumnEdit = this.repCheckDilution;
     this.gv2col_Flag_dilb1.FieldName = "Flag_dilu3";
     this.gv2col_Flag_dilb1.Name = "gv2col_Flag_dilb1";
     this.gv2col_Flag_dilb1.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gv2col_Flag_dilb1.Visible = true;
     this.gv2col_Flag_dilb1.Width = 53;
     //
     // gv2col_Dilub1
     //
     this.gv2col_Dilub1.Caption = "Dil 3";
     this.gv2col_Dilub1.FieldName = "Dilu3";
     this.gv2col_Dilub1.Name = "gv2col_Dilub1";
     this.gv2col_Dilub1.OptionsColumn.ReadOnly = true;
     this.gv2col_Dilub1.Visible = true;
     this.gv2col_Dilub1.Width = 53;
     //
     // gridBand6
     //
     this.gridBand6.Caption = "Rangos";
     this.gridBand6.Columns.Add(this.gv2col_Rank1);
     this.gridBand6.Columns.Add(this.gv2col_Rank2);
     this.gridBand6.Name = "gridBand6";
     this.gridBand6.Visible = false;
     this.gridBand6.Width = 150;
     //
     // gv2col_Rank1
     //
     this.gv2col_Rank1.Caption = "Rango1";
     this.gv2col_Rank1.FieldName = "Rank1";
     this.gv2col_Rank1.Name = "gv2col_Rank1";
     this.gv2col_Rank1.Visible = true;
     //
     // gv2col_Rank2
     //
     this.gv2col_Rank2.Caption = "Rango2";
     this.gv2col_Rank2.FieldName = "Rank2";
     this.gv2col_Rank2.Name = "gv2col_Rank2";
     this.gv2col_Rank2.Visible = true;
     //
     // gridBand5
     //
     this.gridBand5.Caption = "Factores";
     this.gridBand5.Columns.Add(this.gv2col_Factor1);
     this.gridBand5.Columns.Add(this.gv2col_Factor2);
     this.gridBand5.Name = "gridBand5";
     this.gridBand5.Width = 114;
     //
     // gv2col_Factor1
     //
     this.gv2col_Factor1.Caption = "Factor1";
     this.gv2col_Factor1.FieldName = "Factor1";
     this.gv2col_Factor1.Name = "gv2col_Factor1";
     this.gv2col_Factor1.OptionsColumn.ReadOnly = true;
     this.gv2col_Factor1.Visible = true;
     this.gv2col_Factor1.Width = 57;
     //
     // gv2col_Factor2
     //
     this.gv2col_Factor2.Caption = "Factor2";
     this.gv2col_Factor2.FieldName = "Factor2";
     this.gv2col_Factor2.Name = "gv2col_Factor2";
     this.gv2col_Factor2.OptionsColumn.ReadOnly = true;
     this.gv2col_Factor2.Visible = true;
     this.gv2col_Factor2.Width = 57;
     //
     // gridBand7
     //
     this.gridBand7.Caption = "Ley Parcial";
     this.gridBand7.Columns.Add(this.gv2col_Law1);
     this.gridBand7.Columns.Add(this.gv2col_Law2);
     this.gridBand7.Name = "gridBand7";
     this.gridBand7.Width = 119;
     //
     // gv2col_Law1
     //
     this.gv2col_Law1.Caption = "Ley-1";
     this.gv2col_Law1.FieldName = "Law1";
     this.gv2col_Law1.Name = "gv2col_Law1";
     this.gv2col_Law1.OptionsColumn.ReadOnly = true;
     this.gv2col_Law1.Visible = true;
     this.gv2col_Law1.Width = 59;
     //
     // gv2col_Law2
     //
     this.gv2col_Law2.Caption = "Ley-2";
     this.gv2col_Law2.FieldName = "Law2";
     this.gv2col_Law2.Name = "gv2col_Law2";
     this.gv2col_Law2.OptionsColumn.ReadOnly = true;
     this.gv2col_Law2.Visible = true;
     this.gv2col_Law2.Width = 60;
     //
     // gridBand12
     //
     this.gridBand12.Caption = "Ley";
     this.gridBand12.Columns.Add(this.gv2col_Str_result_analysis);
     this.gridBand12.Columns.Add(this.gv2col_Result_analysis);
     this.gridBand12.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridBand12.Name = "gridBand12";
     this.gridBand12.Width = 60;
     //
     // gv2col_Str_result_analysis
     //
     this.gv2col_Str_result_analysis.Caption = "Ley";
     this.gv2col_Str_result_analysis.FieldName = "Str_result_analysis";
     this.gv2col_Str_result_analysis.Name = "gv2col_Str_result_analysis";
     this.gv2col_Str_result_analysis.OptionsColumn.ReadOnly = true;
     this.gv2col_Str_result_analysis.Visible = true;
     this.gv2col_Str_result_analysis.Width = 60;
     //
     // gv2col_Result_analysis
     //
     this.gv2col_Result_analysis.Caption = "Result_analysis";
     this.gv2col_Result_analysis.FieldName = "Result_analysis";
     this.gv2col_Result_analysis.Name = "gv2col_Result_analysis";
     //
     // gridBand9
     //
     this.gridBand9.Caption = "Qaqc";
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_text_obs);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_observation);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_mr);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_blk);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_par);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_approve);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_review);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_status_result);
     this.gridBand9.Columns.Add(this.gv2col_Qaqc_error);
     this.gridBand9.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridBand9.Name = "gridBand9";
     this.gridBand9.Width = 145;
     //
     // gv2col_Qaqc_text_obs
     //
     this.gv2col_Qaqc_text_obs.Caption = "Qaqc_text_obs";
     this.gv2col_Qaqc_text_obs.FieldName = "Qaqc_text_obs";
     this.gv2col_Qaqc_text_obs.Name = "gv2col_Qaqc_text_obs";
     //
     // gv2col_Qaqc_observation
     //
     this.gv2col_Qaqc_observation.Caption = "#";
     this.gv2col_Qaqc_observation.ColumnEdit = this.repQaqc_ShowPopup;
     this.gv2col_Qaqc_observation.FieldName = "Qaqc_observation";
     this.gv2col_Qaqc_observation.MinWidth = 25;
     this.gv2col_Qaqc_observation.Name = "gv2col_Qaqc_observation";
     this.gv2col_Qaqc_observation.Visible = true;
     this.gv2col_Qaqc_observation.Width = 25;
     //
     // repQaqc_ShowPopup
     //
     this.repQaqc_ShowPopup.AutoHeight = false;
     this.repQaqc_ShowPopup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repQaqc_ShowPopup.Name = "repQaqc_ShowPopup";
     this.repQaqc_ShowPopup.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repQaqc_ShowPopup.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repQaqc_ShowPopup_ButtonClick);
     //
     // gv2col_Qaqc_mr
     //
     this.gv2col_Qaqc_mr.Caption = "Mr";
     this.gv2col_Qaqc_mr.FieldName = "Qaqc_mr";
     this.gv2col_Qaqc_mr.Name = "gv2col_Qaqc_mr";
     //
     // gv2col_Qaqc_blk
     //
     this.gv2col_Qaqc_blk.Caption = "Blk";
     this.gv2col_Qaqc_blk.FieldName = "Qaqc_blk";
     this.gv2col_Qaqc_blk.Name = "gv2col_Qaqc_blk";
     //
     // gv2col_Qaqc_par
     //
     this.gv2col_Qaqc_par.Caption = "Par";
     this.gv2col_Qaqc_par.ColumnEdit = this.repQaqc_parity;
     this.gv2col_Qaqc_par.FieldName = "Qaqc_par";
     this.gv2col_Qaqc_par.MinWidth = 40;
     this.gv2col_Qaqc_par.Name = "gv2col_Qaqc_par";
     this.gv2col_Qaqc_par.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_par.Visible = true;
     this.gv2col_Qaqc_par.Width = 40;
     //
     // repQaqc_parity
     //
     this.repQaqc_parity.AutoHeight = false;
     this.repQaqc_parity.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_parity.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repQaqc_parity.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 5),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 4, 4),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 5, 0)});
     this.repQaqc_parity.LargeImages = this.imageStatus;
     this.repQaqc_parity.Name = "repQaqc_parity";
     //
     // gv2col_Qaqc_approve
     //
     this.gv2col_Qaqc_approve.Caption = "Aprobar";
     this.gv2col_Qaqc_approve.ColumnEdit = this.repQaqc_approve;
     this.gv2col_Qaqc_approve.FieldName = "Qaqc_approve";
     this.gv2col_Qaqc_approve.ImageIndex = 0;
     this.gv2col_Qaqc_approve.MinWidth = 80;
     this.gv2col_Qaqc_approve.Name = "gv2col_Qaqc_approve";
     this.gv2col_Qaqc_approve.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_approve.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gv2col_Qaqc_approve.Visible = true;
     this.gv2col_Qaqc_approve.Width = 80;
     //
     // repQaqc_approve
     //
     this.repQaqc_approve.AutoHeight = false;
     this.repQaqc_approve.Name = "repQaqc_approve";
     //
     // gv2col_Qaqc_review
     //
     this.gv2col_Qaqc_review.Caption = "Revisar";
     this.gv2col_Qaqc_review.ColumnEdit = this.repQaqc_review;
     this.gv2col_Qaqc_review.FieldName = "Qaqc_review";
     this.gv2col_Qaqc_review.ImageIndex = 0;
     this.gv2col_Qaqc_review.MinWidth = 80;
     this.gv2col_Qaqc_review.Name = "gv2col_Qaqc_review";
     this.gv2col_Qaqc_review.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.gv2col_Qaqc_review.Width = 80;
     //
     // repQaqc_review
     //
     this.repQaqc_review.AutoHeight = false;
     this.repQaqc_review.Name = "repQaqc_review";
     //
     // gv2col_Qaqc_status_result
     //
     this.gv2col_Qaqc_status_result.Caption = ".";
     this.gv2col_Qaqc_status_result.ColumnEdit = this.repQaqc_StatusResult;
     this.gv2col_Qaqc_status_result.FieldName = "Qaqc_status_result";
     this.gv2col_Qaqc_status_result.MinWidth = 40;
     this.gv2col_Qaqc_status_result.Name = "gv2col_Qaqc_status_result";
     this.gv2col_Qaqc_status_result.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_status_result.Width = 40;
     //
     // repQaqc_StatusResult
     //
     this.repQaqc_StatusResult.AutoHeight = false;
     this.repQaqc_StatusResult.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_StatusResult.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repQaqc_StatusResult.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 0, 11),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 12),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 13),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, 14),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 4, 12)});
     this.repQaqc_StatusResult.Name = "repQaqc_StatusResult";
     this.repQaqc_StatusResult.SmallImages = this.imageStatus;
     //
     // gv2col_Qaqc_error
     //
     this.gv2col_Qaqc_error.Caption = ".";
     this.gv2col_Qaqc_error.ColumnEdit = this.repQaqc_ShowObs;
     this.gv2col_Qaqc_error.FieldName = "Qaqc_error";
     this.gv2col_Qaqc_error.MinWidth = 25;
     this.gv2col_Qaqc_error.Name = "gv2col_Qaqc_error";
     this.gv2col_Qaqc_error.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_error.Width = 25;
     //
     // repQaqc_ShowObs
     //
     this.repQaqc_ShowObs.AutoHeight = false;
     this.repQaqc_ShowObs.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_ShowObs.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 0, 9),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 8),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 8),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, 8),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 4, 8),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 5, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 6, 10)});
     this.repQaqc_ShowObs.Name = "repQaqc_ShowObs";
     this.repQaqc_ShowObs.SmallImages = this.imageStatus;
     //
     // gridBand14
     //
     this.gridBand14.Caption = "Ryo";
     this.gridBand14.Columns.Add(this.gv2col_Qaqc_has_retest);
     this.gridBand14.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridBand14.Name = "gridBand14";
     this.gridBand14.Width = 40;
     //
     // gv2col_Qaqc_has_retest
     //
     this.gv2col_Qaqc_has_retest.Caption = "Ryo";
     this.gv2col_Qaqc_has_retest.ColumnEdit = this.repQaqc_HasRetest;
     this.gv2col_Qaqc_has_retest.FieldName = "Qaqc_has_retest";
     this.gv2col_Qaqc_has_retest.ImageAlignment = System.Drawing.StringAlignment.Center;
     this.gv2col_Qaqc_has_retest.Name = "gv2col_Qaqc_has_retest";
     this.gv2col_Qaqc_has_retest.OptionsColumn.AllowEdit = false;
     this.gv2col_Qaqc_has_retest.Visible = true;
     this.gv2col_Qaqc_has_retest.Width = 40;
     //
     // repQaqc_HasRetest
     //
     this.repQaqc_HasRetest.AutoHeight = false;
     this.repQaqc_HasRetest.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repQaqc_HasRetest.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repQaqc_HasRetest.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 0, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 15)});
     this.repQaqc_HasRetest.Name = "repQaqc_HasRetest";
     this.repQaqc_HasRetest.SmallImages = this.imageStatus;
     //
     // gv2col_Qaqc_tmp_retest_idmethod
     //
     this.gv2col_Qaqc_tmp_retest_idmethod.Caption = "Qaqc_tmp_retest_idmethod";
     this.gv2col_Qaqc_tmp_retest_idmethod.FieldName = "Qaqc_tmp_retest_idmethod";
     this.gv2col_Qaqc_tmp_retest_idmethod.Name = "gv2col_Qaqc_tmp_retest_idmethod";
     //
     // gv2col_Qaqc_tmp_retest
     //
     this.gv2col_Qaqc_tmp_retest.Caption = "Qaqc_tmp_retest";
     this.gv2col_Qaqc_tmp_retest.FieldName = "Qaqc_tmp_retest";
     this.gv2col_Qaqc_tmp_retest.Name = "gv2col_Qaqc_tmp_retest";
     //
     // gv2col_Idretest
     //
     this.gv2col_Idretest.Caption = "gv2col_Qaqc_idretest";
     this.gv2col_Idretest.FieldName = "Qaqc_Qaqc_idretest";
     this.gv2col_Idretest.Name = "gv2col_Idretest";
     //
     // gv2col_Qaqc_approve_text
     //
     this.gv2col_Qaqc_approve_text.Caption = "Qaqc_approve_text";
     this.gv2col_Qaqc_approve_text.FieldName = "Qaqc_approve_text";
     this.gv2col_Qaqc_approve_text.Name = "gv2col_Qaqc_approve_text";
     this.gv2col_Qaqc_approve_text.Visible = true;
     //
     // gv2col_Qaqc_review_text
     //
     this.gv2col_Qaqc_review_text.Caption = "Qaqc_review_text";
     this.gv2col_Qaqc_review_text.FieldName = "Qaqc_review_text";
     this.gv2col_Qaqc_review_text.Name = "gv2col_Qaqc_review_text";
     this.gv2col_Qaqc_review_text.Visible = true;
     //
     // imgChecks
     //
     this.imgChecks.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgChecks.ImageStream")));
     this.imgChecks.TransparentColor = System.Drawing.Color.Transparent;
     this.imgChecks.Images.SetKeyName(0, "uncheck16x16.png");
     this.imgChecks.Images.SetKeyName(1, "check16x16.png");
     //
     // repProcedence2
     //
     this.repProcedence2.AutoHeight = false;
     this.repProcedence2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repProcedence2.Name = "repProcedence2";
     //
     // treeCol_Urgent_sample
     //
     this.treeCol_Urgent_sample.Caption = "treeListColumn10";
     this.treeCol_Urgent_sample.FieldName = "Urgent_sample";
     this.treeCol_Urgent_sample.Name = "treeCol_Urgent_sample";
     //
     // treeTrayWaiting
     //
     this.treeTrayWaiting.Appearance.Empty.BackColor = System.Drawing.Color.White;
     this.treeTrayWaiting.Appearance.Empty.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.EvenRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.EvenRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(180)))), ((int)(((byte)(191)))));
     this.treeTrayWaiting.Appearance.FocusedRow.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.FocusedRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.FocusedRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
     this.treeTrayWaiting.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.treeTrayWaiting.Appearance.FooterPanel.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.treeTrayWaiting.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.treeTrayWaiting.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.treeTrayWaiting.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.GroupButton.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.GroupButton.Options.UseBorderColor = true;
     this.treeTrayWaiting.Appearance.GroupButton.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.treeTrayWaiting.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.treeTrayWaiting.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.GroupFooter.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.treeTrayWaiting.Appearance.GroupFooter.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
     this.treeTrayWaiting.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
     this.treeTrayWaiting.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.treeTrayWaiting.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.treeTrayWaiting.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(219)))), ((int)(((byte)(226)))));
     this.treeTrayWaiting.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(131)))), ((int)(((byte)(161)))));
     this.treeTrayWaiting.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(164)))), ((int)(((byte)(188)))));
     this.treeTrayWaiting.Appearance.HorzLine.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.treeTrayWaiting.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.OddRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.OddRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(253)))));
     this.treeTrayWaiting.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(165)))), ((int)(((byte)(177)))));
     this.treeTrayWaiting.Appearance.Preview.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.Preview.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.treeTrayWaiting.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 8F);
     this.treeTrayWaiting.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.Row.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.Row.Options.UseFont = true;
     this.treeTrayWaiting.Appearance.Row.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(197)))), ((int)(((byte)(205)))));
     this.treeTrayWaiting.Appearance.SelectedRow.Font = new System.Drawing.Font("Tahoma", 8F);
     this.treeTrayWaiting.Appearance.SelectedRow.ForeColor = System.Drawing.Color.Black;
     this.treeTrayWaiting.Appearance.SelectedRow.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.SelectedRow.Options.UseFont = true;
     this.treeTrayWaiting.Appearance.SelectedRow.Options.UseForeColor = true;
     this.treeTrayWaiting.Appearance.TreeLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(148)))));
     this.treeTrayWaiting.Appearance.TreeLine.Options.UseBackColor = true;
     this.treeTrayWaiting.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(164)))), ((int)(((byte)(188)))));
     this.treeTrayWaiting.Appearance.VertLine.Options.UseBackColor = true;
     this.treeTrayWaiting.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeCol_Idtemplate_method,
     this.treeCol_Idrecep_sample_detail_elem,
     this.treeCol_Abbreviation,
     this.treeCol_Cod_repetition,
     this.treeCol_Id,
     this.treeCol_Parentid,
     this.treeCol_Num_tray,
     this.treeCol_Date_result,
     this.treeCol_Hour_result,
     this.treeCol_Urgent_sample});
     this.treeTrayWaiting.Dock = System.Windows.Forms.DockStyle.Fill;
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(87)))), ((int)(((byte)(96)))));
     styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(87)))), ((int)(((byte)(96)))));
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Column = this.treeCol_Urgent_sample;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1 = 1D;
     this.treeTrayWaiting.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
     styleFormatCondition2});
     this.treeTrayWaiting.ImageIndexFieldName = "Image_index";
     this.treeTrayWaiting.KeyFieldName = "Id";
     this.treeTrayWaiting.Location = new System.Drawing.Point(0, 0);
     this.treeTrayWaiting.Name = "treeTrayWaiting";
     this.treeTrayWaiting.OptionsBehavior.DragNodes = true;
     this.treeTrayWaiting.OptionsBehavior.SmartMouseHover = false;
     this.treeTrayWaiting.OptionsView.AutoWidth = false;
     this.treeTrayWaiting.OptionsView.EnableAppearanceEvenRow = true;
     this.treeTrayWaiting.OptionsView.EnableAppearanceOddRow = true;
     this.treeTrayWaiting.ParentFieldName = "Parentid";
     this.treeTrayWaiting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repRepetition,
     this.repDate,
     this.repHour});
     this.treeTrayWaiting.SelectImageList = this.imgPriority;
     this.treeTrayWaiting.Size = new System.Drawing.Size(217, 343);
     this.treeTrayWaiting.TabIndex = 1;
     this.treeTrayWaiting.AfterDragNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeTrayWaiting_AfterDragNode);
     this.treeTrayWaiting.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeTrayWaiting.DragOver += new System.Windows.Forms.DragEventHandler(this.treeTrayWaiting_DragOver);
     this.treeTrayWaiting.MouseMove += new System.Windows.Forms.MouseEventHandler(this.treeTrayWaiting_MouseMove);
     //
     // treeCol_Idtemplate_method
     //
     this.treeCol_Idtemplate_method.Caption = "Idtemplate_method";
     this.treeCol_Idtemplate_method.FieldName = "Idtemplate_method";
     this.treeCol_Idtemplate_method.Name = "treeCol_Idtemplate_method";
     //
     // treeCol_Idrecep_sample_detail_elem
     //
     this.treeCol_Idrecep_sample_detail_elem.Caption = "Idrecep_sample_detail_elem";
     this.treeCol_Idrecep_sample_detail_elem.FieldName = "Idrecep_sample_detail_elem";
     this.treeCol_Idrecep_sample_detail_elem.Name = "treeCol_Idrecep_sample_detail_elem";
     //
     // treeCol_Abbreviation
     //
     this.treeCol_Abbreviation.Caption = "Bandeja";
     this.treeCol_Abbreviation.FieldName = "Abbreviation";
     this.treeCol_Abbreviation.MinWidth = 27;
     this.treeCol_Abbreviation.Name = "treeCol_Abbreviation";
     this.treeCol_Abbreviation.OptionsColumn.AllowEdit = false;
     this.treeCol_Abbreviation.VisibleIndex = 0;
     this.treeCol_Abbreviation.Width = 60;
     //
     // treeCol_Cod_repetition
     //
     this.treeCol_Cod_repetition.Caption = "N°Repeticiones";
     this.treeCol_Cod_repetition.ColumnEdit = this.repRepetition;
     this.treeCol_Cod_repetition.FieldName = "Cod_repetition";
     this.treeCol_Cod_repetition.Name = "treeCol_Cod_repetition";
     this.treeCol_Cod_repetition.OptionsColumn.ReadOnly = true;
     this.treeCol_Cod_repetition.Width = 63;
     //
     // repRepetition
     //
     this.repRepetition.AutoHeight = false;
     this.repRepetition.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repRepetition.Name = "repRepetition";
     this.repRepetition.NullText = "";
     //
     // treeCol_Id
     //
     this.treeCol_Id.Caption = "Id";
     this.treeCol_Id.FieldName = "Id";
     this.treeCol_Id.Name = "treeCol_Id";
     //
     // treeCol_Parentid
     //
     this.treeCol_Parentid.Caption = "Parentid";
     this.treeCol_Parentid.FieldName = "Parentid";
     this.treeCol_Parentid.Name = "treeCol_Parentid";
     //
     // treeCol_Num_tray
     //
     this.treeCol_Num_tray.Caption = "N°Bandeja";
     this.treeCol_Num_tray.FieldName = "Num_tray";
     this.treeCol_Num_tray.Name = "treeCol_Num_tray";
     this.treeCol_Num_tray.OptionsColumn.AllowEdit = false;
     this.treeCol_Num_tray.VisibleIndex = 1;
     this.treeCol_Num_tray.Width = 65;
     //
     // treeCol_Date_result
     //
     this.treeCol_Date_result.Caption = "Fecha";
     this.treeCol_Date_result.ColumnEdit = this.repDate;
     this.treeCol_Date_result.FieldName = "Date_result";
     this.treeCol_Date_result.Name = "treeCol_Date_result";
     this.treeCol_Date_result.VisibleIndex = 2;
     this.treeCol_Date_result.Width = 54;
     //
     // repDate
     //
     this.repDate.AutoHeight = false;
     this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repDate.Name = "repDate";
     //
     // treeCol_Hour_result
     //
     this.treeCol_Hour_result.Caption = "Hora";
     this.treeCol_Hour_result.ColumnEdit = this.repHour;
     this.treeCol_Hour_result.FieldName = "Hour_result";
     this.treeCol_Hour_result.Name = "treeCol_Hour_result";
     this.treeCol_Hour_result.VisibleIndex = 3;
     this.treeCol_Hour_result.Width = 53;
     //
     // repHour
     //
     this.repHour.AutoHeight = false;
     this.repHour.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repHour.Name = "repHour";
     //
     // imgPriority
     //
     this.imgPriority.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgPriority.ImageStream")));
     this.imgPriority.TransparentColor = System.Drawing.Color.Transparent;
     this.imgPriority.Images.SetKeyName(0, "high.png");
     this.imgPriority.Images.SetKeyName(1, "medium.png");
     this.imgPriority.Images.SetKeyName(2, "low.png");
     //
     // expandablePanel1
     //
     this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.LeftToRight;
     this.expandablePanel1.Controls.Add(this.tabTreeQaqc);
     this.expandablePanel1.Controls.Add(this.paButtons);
     this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Left;
     this.expandablePanel1.Location = new System.Drawing.Point(0, 0);
     this.expandablePanel1.Name = "expandablePanel1";
     this.expandablePanel1.Size = new System.Drawing.Size(226, 493);
     this.expandablePanel1.TabIndex = 9;
     this.expandablePanel1.Text = "expandablePanel1";
     this.expandablePanel1.TitleText = "Bandejas";
     //
     // tabTreeQaqc
     //
     this.tabTreeQaqc.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabTreeQaqc.Location = new System.Drawing.Point(0, 66);
     this.tabTreeQaqc.Name = "tabTreeQaqc";
     this.tabTreeQaqc.SelectedTabPage = this.xtraTabPage4;
     this.tabTreeQaqc.Size = new System.Drawing.Size(226, 427);
     this.tabTreeQaqc.TabIndex = 2;
     this.tabTreeQaqc.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage4,
     this.xtraTabPage5});
     this.tabTreeQaqc.Text = "xtraTabControl2";
     this.tabTreeQaqc.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabTreeQaqc_SelectedPageChanged);
     //
     // xtraTabPage4
     //
     this.xtraTabPage4.Controls.Add(this.treeTrayWaiting);
     this.xtraTabPage4.Controls.Add(this.groupControl1);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(217, 397);
     this.xtraTabPage4.Text = "En Espera";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.cbAuthorizationWait);
     this.groupControl1.Controls.Add(this.label23);
     this.groupControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupControl1.Location = new System.Drawing.Point(0, 343);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(217, 54);
     this.groupControl1.TabIndex = 5;
     this.groupControl1.Text = "Listar";
     //
     // cbAuthorizationWait
     //
     this.cbAuthorizationWait.Location = new System.Drawing.Point(81, 23);
     this.cbAuthorizationWait.Name = "cbAuthorizationWait";
     this.cbAuthorizationWait.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbAuthorizationWait.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_area", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nom_area")});
     this.cbAuthorizationWait.Properties.NullText = "Seleccionar";
     this.cbAuthorizationWait.Properties.PopupWidth = 100;
     this.cbAuthorizationWait.Properties.ShowFooter = false;
     this.cbAuthorizationWait.Properties.ShowHeader = false;
     this.cbAuthorizationWait.Size = new System.Drawing.Size(112, 20);
     this.cbAuthorizationWait.TabIndex = 0;
     this.cbAuthorizationWait.EditValueChanged += new System.EventHandler(this.cbAuthorizationWait_EditValueChanged);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(27, 26);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(53, 13);
     this.label23.TabIndex = 1;
     this.label23.Text = "Listar por:";
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Controls.Add(this.treeTrayFinished);
     this.xtraTabPage5.Controls.Add(this.paListAuthorization);
     this.xtraTabPage5.Controls.Add(this.paHistoryFilter);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(217, 55);
     this.xtraTabPage5.Text = "Gerencia";
     //
     // treeTrayFinished
     //
     this.treeTrayFinished.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn1,
     this.treeListColumn2,
     this.treeListColumn3,
     this.treeListColumn4,
     this.treeListColumn5,
     this.treeListColumn6,
     this.treeListColumn7,
     this.treeListColumn8,
     this.treeListColumn9});
     this.treeTrayFinished.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeTrayFinished.ImageIndexFieldName = "Image_index";
     this.treeTrayFinished.KeyFieldName = "Id";
     this.treeTrayFinished.Location = new System.Drawing.Point(0, 0);
     this.treeTrayFinished.Name = "treeTrayFinished";
     this.treeTrayFinished.OptionsView.AutoWidth = false;
     this.treeTrayFinished.ParentFieldName = "Parentid";
     this.treeTrayFinished.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemLookUpEdit1});
     this.treeTrayFinished.SelectImageList = this.imgPriority;
     this.treeTrayFinished.Size = new System.Drawing.Size(217, 0);
     this.treeTrayFinished.TabIndex = 2;
     this.treeTrayFinished.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeTrayFinished_FocusedNodeChanged);
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "Idtemplate_method";
     this.treeListColumn1.FieldName = "Idtemplate_method";
     this.treeListColumn1.Name = "treeListColumn1";
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption = "Idrecep_sample_detail_elem";
     this.treeListColumn2.FieldName = "Idrecep_sample_detail_elem";
     this.treeListColumn2.Name = "treeListColumn2";
     //
     // treeListColumn3
     //
     this.treeListColumn3.Caption = "Bandeja";
     this.treeListColumn3.FieldName = "Abbreviation";
     this.treeListColumn3.MinWidth = 27;
     this.treeListColumn3.Name = "treeListColumn3";
     this.treeListColumn3.OptionsColumn.AllowEdit = false;
     this.treeListColumn3.VisibleIndex = 0;
     this.treeListColumn3.Width = 110;
     //
     // treeListColumn4
     //
     this.treeListColumn4.Caption = "N°Repeticiones";
     this.treeListColumn4.ColumnEdit = this.repositoryItemLookUpEdit1;
     this.treeListColumn4.FieldName = "Cod_repetition";
     this.treeListColumn4.Name = "treeListColumn4";
     this.treeListColumn4.OptionsColumn.ReadOnly = true;
     this.treeListColumn4.Width = 63;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText = "";
     //
     // treeListColumn5
     //
     this.treeListColumn5.Caption = "Id";
     this.treeListColumn5.FieldName = "Id";
     this.treeListColumn5.Name = "treeListColumn5";
     //
     // treeListColumn6
     //
     this.treeListColumn6.Caption = "Parentid";
     this.treeListColumn6.FieldName = "Parentid";
     this.treeListColumn6.Name = "treeListColumn6";
     //
     // treeListColumn7
     //
     this.treeListColumn7.Caption = "N°Bandeja";
     this.treeListColumn7.FieldName = "Num_tray";
     this.treeListColumn7.Name = "treeListColumn7";
     this.treeListColumn7.OptionsColumn.AllowEdit = false;
     this.treeListColumn7.VisibleIndex = 1;
     //
     // treeListColumn8
     //
     this.treeListColumn8.Caption = "Fecha";
     this.treeListColumn8.FieldName = "Date_result";
     this.treeListColumn8.Name = "treeListColumn8";
     this.treeListColumn8.VisibleIndex = 2;
     //
     // treeListColumn9
     //
     this.treeListColumn9.Caption = "Hora";
     this.treeListColumn9.FieldName = "Hour_result";
     this.treeListColumn9.Name = "treeListColumn9";
     this.treeListColumn9.VisibleIndex = 3;
     //
     // paListAuthorization
     //
     this.paListAuthorization.Controls.Add(this.cbAuthorizationApproved);
     this.paListAuthorization.Controls.Add(this.label25);
     this.paListAuthorization.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.paListAuthorization.Location = new System.Drawing.Point(0, -149);
     this.paListAuthorization.Name = "paListAuthorization";
     this.paListAuthorization.Size = new System.Drawing.Size(217, 54);
     this.paListAuthorization.TabIndex = 4;
     this.paListAuthorization.Text = "Listar";
     //
     // cbAuthorizationApproved
     //
     this.cbAuthorizationApproved.Location = new System.Drawing.Point(98, 23);
     this.cbAuthorizationApproved.Name = "cbAuthorizationApproved";
     this.cbAuthorizationApproved.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbAuthorizationApproved.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_area", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nom_area")});
     this.cbAuthorizationApproved.Properties.NullText = "Seleccionar";
     this.cbAuthorizationApproved.Properties.PopupWidth = 100;
     this.cbAuthorizationApproved.Properties.ShowFooter = false;
     this.cbAuthorizationApproved.Properties.ShowHeader = false;
     this.cbAuthorizationApproved.Size = new System.Drawing.Size(103, 20);
     this.cbAuthorizationApproved.TabIndex = 0;
     this.cbAuthorizationApproved.EditValueChanged += new System.EventHandler(this.cbAuthorization_EditValueChanged);
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(25, 26);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(53, 13);
     this.label25.TabIndex = 1;
     this.label25.Text = "Listar por:";
     //
     // paHistoryFilter
     //
     this.paHistoryFilter.Controls.Add(this.txYear);
     this.paHistoryFilter.Controls.Add(this.txSample);
     this.paHistoryFilter.Controls.Add(this.cbTypeSample);
     this.paHistoryFilter.Controls.Add(this.cbCompany);
     this.paHistoryFilter.Controls.Add(this.btSearchTray);
     this.paHistoryFilter.Controls.Add(this.label22);
     this.paHistoryFilter.Controls.Add(this.ckSample);
     this.paHistoryFilter.Controls.Add(this.ckCompany);
     this.paHistoryFilter.Controls.Add(this.panel9);
     this.paHistoryFilter.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.paHistoryFilter.Location = new System.Drawing.Point(0, -95);
     this.paHistoryFilter.Name = "paHistoryFilter";
     this.paHistoryFilter.Size = new System.Drawing.Size(217, 150);
     this.paHistoryFilter.TabIndex = 3;
     this.paHistoryFilter.Text = "Filtrar por";
     this.paHistoryFilter.Visible = false;
     //
     // txYear
     //
     this.txYear.EditValue = "12";
     this.txYear.Location = new System.Drawing.Point(117, 96);
     this.txYear.Name = "txYear";
     this.txYear.Size = new System.Drawing.Size(22, 20);
     this.txYear.TabIndex = 12;
     this.txYear.Visible = false;
     //
     // txSample
     //
     this.txSample.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.txSample.Location = new System.Drawing.Point(141, 96);
     this.txSample.Name = "txSample";
     this.txSample.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txSample.Size = new System.Drawing.Size(61, 20);
     this.txSample.TabIndex = 11;
     this.txSample.Visible = false;
     //
     // cbTypeSample
     //
     this.cbTypeSample.Location = new System.Drawing.Point(67, 96);
     this.cbTypeSample.Name = "cbTypeSample";
     this.cbTypeSample.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbTypeSample.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_type_sample", "", 10, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name_type_sample")});
     this.cbTypeSample.Properties.PopupWidth = 100;
     this.cbTypeSample.Properties.ShowFooter = false;
     this.cbTypeSample.Properties.ShowHeader = false;
     this.cbTypeSample.Size = new System.Drawing.Size(48, 20);
     this.cbTypeSample.TabIndex = 10;
     this.cbTypeSample.Visible = false;
     //
     // cbCompany
     //
     this.cbCompany.Location = new System.Drawing.Point(67, 73);
     this.cbCompany.Name = "cbCompany";
     this.cbCompany.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbCompany.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idcompany", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Business_name")});
     this.cbCompany.Properties.NullText = "Seleccionar";
     this.cbCompany.Properties.ShowFooter = false;
     this.cbCompany.Properties.ShowHeader = false;
     this.cbCompany.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbCompany.Size = new System.Drawing.Size(135, 20);
     this.cbCompany.TabIndex = 8;
     this.cbCompany.Visible = false;
     //
     // btSearchTray
     //
     this.btSearchTray.ImageAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.btSearchTray.ImageIndex = 3;
     this.btSearchTray.ImageList = this.imageList1;
     this.btSearchTray.Location = new System.Drawing.Point(141, 120);
     this.btSearchTray.Name = "btSearchTray";
     this.btSearchTray.Size = new System.Drawing.Size(62, 25);
     this.btSearchTray.TabIndex = 7;
     this.btSearchTray.Text = "Buscar";
     this.btSearchTray.Click += new System.EventHandler(this.btSearchTray_Click);
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(22, 24);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(37, 13);
     this.label22.TabIndex = 1;
     this.label22.Text = "Fecha";
     //
     // ckSample
     //
     this.ckSample.Location = new System.Drawing.Point(4, 96);
     this.ckSample.Name = "ckSample";
     this.ckSample.Properties.Caption = "Muestra";
     this.ckSample.Size = new System.Drawing.Size(71, 19);
     this.ckSample.TabIndex = 4;
     this.ckSample.CheckedChanged += new System.EventHandler(this.ckSample_CheckedChanged);
     //
     // ckCompany
     //
     this.ckCompany.Location = new System.Drawing.Point(4, 73);
     this.ckCompany.Name = "ckCompany";
     this.ckCompany.Properties.Caption = "Cliente";
     this.ckCompany.Size = new System.Drawing.Size(75, 19);
     this.ckCompany.TabIndex = 4;
     this.ckCompany.CheckedChanged += new System.EventHandler(this.ckCompany_CheckedChanged);
     //
     // panel9
     //
     this.panel9.Controls.Add(this.deFrom);
     this.panel9.Controls.Add(this.deUntil);
     this.panel9.Controls.Add(this.label21);
     this.panel9.Controls.Add(this.label26);
     this.panel9.Location = new System.Drawing.Point(65, 19);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(140, 47);
     this.panel9.TabIndex = 3;
     //
     // deFrom
     //
     this.deFrom.EditValue = null;
     this.deFrom.Location = new System.Drawing.Point(50, 3);
     this.deFrom.Name = "deFrom";
     this.deFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deFrom.Size = new System.Drawing.Size(86, 20);
     this.deFrom.TabIndex = 2;
     //
     // deUntil
     //
     this.deUntil.EditValue = null;
     this.deUntil.Location = new System.Drawing.Point(50, 25);
     this.deUntil.Name = "deUntil";
     this.deUntil.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deUntil.Size = new System.Drawing.Size(86, 20);
     this.deUntil.TabIndex = 2;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(5, 6);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(41, 13);
     this.label21.TabIndex = 1;
     this.label21.Text = "Desde:";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(5, 28);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(38, 13);
     this.label26.TabIndex = 1;
     this.label26.Text = "Hasta:";
     //
     // paButtons
     //
     this.paButtons.Controls.Add(this.paNewTray);
     this.paButtons.Controls.Add(this.btRefresh);
     this.paButtons.Dock = System.Windows.Forms.DockStyle.Top;
     this.paButtons.Location = new System.Drawing.Point(0, 26);
     this.paButtons.Name = "paButtons";
     this.paButtons.Size = new System.Drawing.Size(226, 40);
     this.paButtons.TabIndex = 3;
     this.paButtons.Text = "paSettingsTree";
     //
     // paNewTray
     //
     this.paNewTray.AllowDrop = true;
     this.paNewTray.BackgroundImage = global::LimsProject.Properties.Resources.add_tray2;
     this.paNewTray.Location = new System.Drawing.Point(200, 11);
     this.paNewTray.Name = "paNewTray";
     this.paNewTray.Size = new System.Drawing.Size(20, 20);
     this.paNewTray.TabIndex = 1;
     this.paNewTray.DragDrop += new System.Windows.Forms.DragEventHandler(this.paNewTray_DragDrop);
     this.paNewTray.DragEnter += new System.Windows.Forms.DragEventHandler(this.paNewTray_DragEnter);
     //
     // btRefresh
     //
     this.btRefresh.Location = new System.Drawing.Point(8, 11);
     this.btRefresh.Name = "btRefresh";
     this.btRefresh.Size = new System.Drawing.Size(75, 23);
     this.btRefresh.TabIndex = 0;
     this.btRefresh.Text = "Refrescar";
     this.btRefresh.Click += new System.EventHandler(this.btRefresh_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(226, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(5, 493);
     this.splitter1.TabIndex = 10;
     this.splitter1.TabStop = false;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.gbApprove);
     this.panel5.Controls.Add(this.paAuthorization);
     this.panel5.Controls.Add(this.gbReview);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(231, 444);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(985, 49);
     this.panel5.TabIndex = 10;
     //
     // gbApprove
     //
     this.gbApprove.Controls.Add(this.laDate_approved);
     this.gbApprove.Controls.Add(this.laUser_approved);
     this.gbApprove.Controls.Add(this.label13);
     this.gbApprove.Controls.Add(this.label7);
     this.gbApprove.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbApprove.Location = new System.Drawing.Point(11, 6);
     this.gbApprove.Name = "gbApprove";
     this.gbApprove.Size = new System.Drawing.Size(267, 38);
     this.gbApprove.TabIndex = 4;
     this.gbApprove.TabStop = false;
     this.gbApprove.Text = "Aprobación";
     this.gbApprove.Visible = false;
     //
     // laDate_approved
     //
     this.laDate_approved.AutoSize = true;
     this.laDate_approved.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.laDate_approved.Location = new System.Drawing.Point(153, 16);
     this.laDate_approved.Name = "laDate_approved";
     this.laDate_approved.Size = new System.Drawing.Size(47, 13);
     this.laDate_approved.TabIndex = 3;
     this.laDate_approved.Text = "[fecha]";
     //
     // laUser_approved
     //
     this.laUser_approved.AutoSize = true;
     this.laUser_approved.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.laUser_approved.Location = new System.Drawing.Point(58, 16);
     this.laUser_approved.Name = "laUser_approved";
     this.laUser_approved.Size = new System.Drawing.Size(39, 13);
     this.laUser_approved.TabIndex = 3;
     this.laUser_approved.Text = "[user]";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(103, 16);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(46, 13);
     this.label13.TabIndex = 2;
     this.label13.Text = "Fecha:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(6, 16);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(54, 13);
     this.label7.TabIndex = 2;
     this.label7.Text = "Usuario:";
     //
     // paAuthorization
     //
     this.paAuthorization.Controls.Add(this.ucSign1);
     this.paAuthorization.Dock = System.Windows.Forms.DockStyle.Right;
     this.paAuthorization.Location = new System.Drawing.Point(811, 0);
     this.paAuthorization.Name = "paAuthorization";
     this.paAuthorization.Padding = new System.Windows.Forms.Padding(0, 19, 5, 14);
     this.paAuthorization.Size = new System.Drawing.Size(174, 49);
     this.paAuthorization.TabIndex = 5;
     this.paAuthorization.Visible = false;
     //
     // ucSign1
     //
     this.ucSign1.Location = new System.Drawing.Point(8, 5);
     this.ucSign1.Margin = new System.Windows.Forms.Padding(0);
     this.ucSign1.Name = "ucSign1";
     this.ucSign1.Pwd = null;
     this.ucSign1.Size = new System.Drawing.Size(160, 39);
     this.ucSign1.TabIndex = 13;
     this.ucSign1.Title = "Firmar";
     this.ucSign1.OnSign += new LimsProject.sign(this.ucSign1_OnSign);
     //
     // gbReview
     //
     this.gbReview.Controls.Add(this.laDate_revised);
     this.gbReview.Controls.Add(this.laUser_revised);
     this.gbReview.Controls.Add(this.label28);
     this.gbReview.Controls.Add(this.label29);
     this.gbReview.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbReview.Location = new System.Drawing.Point(284, 6);
     this.gbReview.Name = "gbReview";
     this.gbReview.Size = new System.Drawing.Size(269, 38);
     this.gbReview.TabIndex = 4;
     this.gbReview.TabStop = false;
     this.gbReview.Text = "Revisión";
     this.gbReview.Visible = false;
     //
     // laDate_revised
     //
     this.laDate_revised.AutoSize = true;
     this.laDate_revised.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.laDate_revised.Location = new System.Drawing.Point(158, 16);
     this.laDate_revised.Name = "laDate_revised";
     this.laDate_revised.Size = new System.Drawing.Size(47, 13);
     this.laDate_revised.TabIndex = 3;
     this.laDate_revised.Text = "[fecha]";
     //
     // laUser_revised
     //
     this.laUser_revised.AutoSize = true;
     this.laUser_revised.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.laUser_revised.Location = new System.Drawing.Point(57, 16);
     this.laUser_revised.Name = "laUser_revised";
     this.laUser_revised.Size = new System.Drawing.Size(39, 13);
     this.laUser_revised.TabIndex = 3;
     this.laUser_revised.Text = "[user]";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(112, 16);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(46, 13);
     this.label28.TabIndex = 2;
     this.label28.Text = "Fecha:";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(5, 16);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(54, 13);
     this.label29.TabIndex = 2;
     this.label29.Text = "Usuario:";
     //
     // tbStd
     //
     this.tbStd.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbStd.Location = new System.Drawing.Point(62, 28);
     this.tbStd.Name = "tbStd";
     this.tbStd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbStd.Size = new System.Drawing.Size(57, 20);
     this.tbStd.TabIndex = 1;
     this.tbStd.Leave += new System.EventHandler(this.tbStd_Leave);
     //
     // tbAbs
     //
     this.tbAbs.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.tbAbs.Location = new System.Drawing.Point(62, 5);
     this.tbAbs.Name = "tbAbs";
     this.tbAbs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbAbs.Size = new System.Drawing.Size(57, 20);
     this.tbAbs.TabIndex = 0;
     this.tbAbs.Leave += new System.EventHandler(this.tbAbs_Leave);
     //
     // btRegAbsStd
     //
     this.btRegAbsStd.Location = new System.Drawing.Point(125, 26);
     this.btRegAbsStd.Name = "btRegAbsStd";
     this.btRegAbsStd.Size = new System.Drawing.Size(61, 23);
     this.btRegAbsStd.TabIndex = 2;
     this.btRegAbsStd.Text = "Registrar";
     this.btRegAbsStd.Click += new System.EventHandler(this.btRegAbsStd_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(10, 31);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(45, 13);
     this.label4.TabIndex = 2;
     this.label4.Text = "Std Ver:";
     //
     // panel6
     //
     this.panel6.Controls.Add(this.tbTitle);
     this.panel6.Controls.Add(this.label16);
     this.panel6.Controls.Add(this.tbCodMethod);
     this.panel6.Controls.Add(this.tbAbbreviation);
     this.panel6.Controls.Add(this.label12);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel6.Location = new System.Drawing.Point(375, 2);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(434, 43);
     this.panel6.TabIndex = 14;
     //
     // tbTitle
     //
     this.tbTitle.Location = new System.Drawing.Point(137, 6);
     this.tbTitle.Name = "tbTitle";
     this.tbTitle.Properties.ReadOnly = true;
     this.tbTitle.Size = new System.Drawing.Size(288, 33);
     this.tbTitle.TabIndex = 6;
     this.tbTitle.TabStop = false;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(71, 4);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(61, 13);
     this.label16.TabIndex = 8;
     this.label16.Text = "Abreviatura";
     //
     // tbCodMethod
     //
     this.tbCodMethod.Location = new System.Drawing.Point(4, 19);
     this.tbCodMethod.Name = "tbCodMethod";
     this.tbCodMethod.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, true, DevExpress.Utils.HorzAlignment.Center, null)});
     this.tbCodMethod.Properties.ReadOnly = true;
     this.tbCodMethod.Size = new System.Drawing.Size(61, 20);
     this.tbCodMethod.TabIndex = 13;
     this.tbCodMethod.TabStop = false;
     this.tbCodMethod.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.tbCodMethod_ButtonClick);
     //
     // tbAbbreviation
     //
     this.tbAbbreviation.Location = new System.Drawing.Point(66, 19);
     this.tbAbbreviation.Name = "tbAbbreviation";
     this.tbAbbreviation.Properties.ReadOnly = true;
     this.tbAbbreviation.Size = new System.Drawing.Size(70, 20);
     this.tbAbbreviation.TabIndex = 7;
     this.tbAbbreviation.TabStop = false;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(15, 4);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(40, 13);
     this.label12.TabIndex = 1;
     this.label12.Text = "Código";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.ucSignCloseTray);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(809, 2);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(170, 43);
     this.panel4.TabIndex = 12;
     //
     // ucSignCloseTray
     //
     this.ucSignCloseTray.Location = new System.Drawing.Point(6, 1);
     this.ucSignCloseTray.Margin = new System.Windows.Forms.Padding(0);
     this.ucSignCloseTray.Name = "ucSignCloseTray";
     this.ucSignCloseTray.Pwd = null;
     this.ucSignCloseTray.Size = new System.Drawing.Size(158, 40);
     this.ucSignCloseTray.TabIndex = 12;
     this.ucSignCloseTray.Title = "Cerrar bandeja";
     this.ucSignCloseTray.OnSign += new LimsProject.sign(this.ucSignCloseTray_OnSign);
     //
     // laTitleModule
     //
     this.laTitleModule.AutoSize = true;
     this.laTitleModule.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.laTitleModule.Location = new System.Drawing.Point(0, 1);
     this.laTitleModule.Margin = new System.Windows.Forms.Padding(0);
     this.laTitleModule.Name = "laTitleModule";
     this.laTitleModule.Size = new System.Drawing.Size(57, 20);
     this.laTitleModule.TabIndex = 10;
     this.laTitleModule.Text = "label7";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(53, 13);
     this.label5.TabIndex = 2;
     this.label5.Text = "Abs1 Std:";
     //
     // tbUnitMeasure
     //
     this.tbUnitMeasure.Location = new System.Drawing.Point(284, 28);
     this.tbUnitMeasure.Name = "tbUnitMeasure";
     this.tbUnitMeasure.Properties.ReadOnly = true;
     this.tbUnitMeasure.Size = new System.Drawing.Size(31, 20);
     this.tbUnitMeasure.TabIndex = 9;
     this.tbUnitMeasure.TabStop = false;
     //
     // tbLawMri
     //
     this.tbLawMri.Location = new System.Drawing.Point(225, 28);
     this.tbLawMri.Name = "tbLawMri";
     this.tbLawMri.Properties.ReadOnly = true;
     this.tbLawMri.Size = new System.Drawing.Size(56, 20);
     this.tbLawMri.TabIndex = 9;
     this.tbLawMri.TabStop = false;
     //
     // tbSdMr
     //
     this.tbSdMr.Location = new System.Drawing.Point(353, 28);
     this.tbSdMr.Name = "tbSdMr";
     this.tbSdMr.Properties.ReadOnly = true;
     this.tbSdMr.Size = new System.Drawing.Size(75, 20);
     this.tbSdMr.TabIndex = 9;
     this.tbSdMr.TabStop = false;
     //
     // tbSdBlk
     //
     this.tbSdBlk.Location = new System.Drawing.Point(353, 5);
     this.tbSdBlk.Name = "tbSdBlk";
     this.tbSdBlk.Properties.ReadOnly = true;
     this.tbSdBlk.Size = new System.Drawing.Size(75, 20);
     this.tbSdBlk.TabIndex = 9;
     this.tbSdBlk.TabStop = false;
     //
     // tbMri
     //
     this.tbMri.Location = new System.Drawing.Point(225, 5);
     this.tbMri.Name = "tbMri";
     this.tbMri.Properties.ReadOnly = true;
     this.tbMri.Size = new System.Drawing.Size(56, 20);
     this.tbMri.TabIndex = 9;
     this.tbMri.TabStop = false;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(194, 31);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(27, 13);
     this.label18.TabIndex = 4;
     this.label18.Text = "Ley:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(434, 31);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(77, 13);
     this.label15.TabIndex = 4;
     this.label15.Text = "Error permitido:";
     //
     // tbErrorAllowed
     //
     this.tbErrorAllowed.Location = new System.Drawing.Point(514, 28);
     this.tbErrorAllowed.Name = "tbErrorAllowed";
     this.tbErrorAllowed.Properties.ReadOnly = true;
     this.tbErrorAllowed.Size = new System.Drawing.Size(52, 20);
     this.tbErrorAllowed.TabIndex = 5;
     this.tbErrorAllowed.TabStop = false;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(320, 8);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(31, 13);
     this.label20.TabIndex = 2;
     this.label20.Text = "LRB:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(320, 31);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(30, 13);
     this.label19.TabIndex = 2;
     this.label19.Text = "MRI:";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(194, 9);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(24, 13);
     this.label17.TabIndex = 2;
     this.label17.Text = "Mri:";
     //
     // deDate_allowed_error
     //
     this.deDate_allowed_error.EditValue = null;
     this.deDate_allowed_error.Location = new System.Drawing.Point(477, 5);
     this.deDate_allowed_error.Name = "deDate_allowed_error";
     this.deDate_allowed_error.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deDate_allowed_error.Properties.ReadOnly = true;
     this.deDate_allowed_error.Size = new System.Drawing.Size(89, 20);
     this.deDate_allowed_error.TabIndex = 3;
     this.deDate_allowed_error.TabStop = false;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(434, 6);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(40, 13);
     this.label14.TabIndex = 2;
     this.label14.Text = "Fecha:";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.paQaqc2);
     this.panelControl1.Controls.Add(this.paQaqc1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(231, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(985, 103);
     this.panelControl1.TabIndex = 11;
     this.panelControl1.Text = "panelControl1";
     //
     // paQaqc2
     //
     this.paQaqc2.Controls.Add(this.deDate_allowed_error);
     this.paQaqc2.Controls.Add(this.tbSdBlk);
     this.paQaqc2.Controls.Add(this.tbStd);
     this.paQaqc2.Controls.Add(this.tbMri);
     this.paQaqc2.Controls.Add(this.tbSdMr);
     this.paQaqc2.Controls.Add(this.tbAbs);
     this.paQaqc2.Controls.Add(this.label18);
     this.paQaqc2.Controls.Add(this.label14);
     this.paQaqc2.Controls.Add(this.tbLawMri);
     this.paQaqc2.Controls.Add(this.btRegAbsStd);
     this.paQaqc2.Controls.Add(this.label15);
     this.paQaqc2.Controls.Add(this.label17);
     this.paQaqc2.Controls.Add(this.tbUnitMeasure);
     this.paQaqc2.Controls.Add(this.label4);
     this.paQaqc2.Controls.Add(this.tbErrorAllowed);
     this.paQaqc2.Controls.Add(this.label19);
     this.paQaqc2.Controls.Add(this.label5);
     this.paQaqc2.Controls.Add(this.label20);
     this.paQaqc2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.paQaqc2.Enabled = false;
     this.paQaqc2.Location = new System.Drawing.Point(2, 49);
     this.paQaqc2.Name = "paQaqc2";
     this.paQaqc2.Size = new System.Drawing.Size(981, 52);
     this.paQaqc2.TabIndex = 17;
     this.paQaqc2.Text = "paQaqc2";
     //
     // paQaqc1
     //
     this.paQaqc1.Appearance.BackColor = System.Drawing.Color.LightSteelBlue;
     this.paQaqc1.Appearance.Options.UseBackColor = true;
     this.paQaqc1.Controls.Add(this.panel6);
     this.paQaqc1.Controls.Add(this.panel4);
     this.paQaqc1.Controls.Add(this.panel7);
     this.paQaqc1.Dock = System.Windows.Forms.DockStyle.Top;
     this.paQaqc1.Location = new System.Drawing.Point(2, 2);
     this.paQaqc1.Name = "paQaqc1";
     this.paQaqc1.Size = new System.Drawing.Size(981, 47);
     this.paQaqc1.TabIndex = 16;
     this.paQaqc1.Text = "paTitle2";
     //
     // panel7
     //
     this.panel7.Controls.Add(this.laTitleModule);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(2, 2);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(977, 43);
     this.panel7.TabIndex = 15;
     //
     // img32x32
     //
     this.img32x32.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("img32x32.ImageStream")));
     this.img32x32.TransparentColor = System.Drawing.Color.Transparent;
     this.img32x32.Images.SetKeyName(0, "add_file.png");
     //
     // FormNewQaQc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1230, 643);
     this.Name = "FormNewQaQc";
     this.Text = "Módulo de QaQc";
     this.Load += new System.EventHandler(this.FormQaQc_Load);
     this.paTitleSearch.ResumeLayout(false);
     this.paTopBasicButtons.ResumeLayout(false);
     this.paTopSearch.ResumeLayout(false);
     this.paBottomSearch.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.paSearchGen.ResumeLayout(false);
     this.paSearchGen.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.paInferior.ResumeLayout(false);
     this.paTitulo.ResumeLayout(false);
     this.paCentral.ResumeLayout(false);
     this.thePanelTab1.ResumeLayout(false);
     this.tpDatos.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcBachCalc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvBatchCalc2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_Previous_par)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDes_Sample)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repCheckDilution)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_ShowPopup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_parity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_approve)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_review)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_StatusResult)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_ShowObs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repQaqc_HasRetest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repProcedence2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeTrayWaiting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repRepetition)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repHour)).EndInit();
     this.expandablePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabTreeQaqc)).EndInit();
     this.tabTreeQaqc.ResumeLayout(false);
     this.xtraTabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuthorizationWait.Properties)).EndInit();
     this.xtraTabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeTrayFinished)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paListAuthorization)).EndInit();
     this.paListAuthorization.ResumeLayout(false);
     this.paListAuthorization.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuthorizationApproved.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paHistoryFilter)).EndInit();
     this.paHistoryFilter.ResumeLayout(false);
     this.paHistoryFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txSample.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTypeSample.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbCompany.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckSample.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCompany.Properties)).EndInit();
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.deFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deUntil.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paButtons)).EndInit();
     this.paButtons.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.gbApprove.ResumeLayout(false);
     this.gbApprove.PerformLayout();
     this.paAuthorization.ResumeLayout(false);
     this.gbReview.ResumeLayout(false);
     this.gbReview.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbStd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAbs.Properties)).EndInit();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbTitle.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCodMethod.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbAbbreviation.Properties)).EndInit();
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbUnitMeasure.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLawMri.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSdMr.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSdBlk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMri.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbErrorAllowed.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDate_allowed_error.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.paQaqc2)).EndInit();
     this.paQaqc2.ResumeLayout(false);
     this.paQaqc2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paQaqc1)).EndInit();
     this.paQaqc1.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.Estado                            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.statusStrip1                      = new System.Windows.Forms.StatusStrip();
     this.treeListCategorias                = new DevExpress.XtraTreeList.TreeList();
     this.ca_Categoria                      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.Posicion                          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.ca_indexIcono                     = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.IdCategoria                       = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.IdCategoriaPadre                  = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.contextMenuStripMant              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.nuevoToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.modificarToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.panel2                            = new System.Windows.Forms.Panel();
     this.ucGe_Menu_Mantenimiento_x_usuario = new Core.Erp.Winform.Controles.UCGe_Menu_Mantenimiento_x_usuario();
     ((System.ComponentModel.ISupportInitialize)(this.treeListCategorias)).BeginInit();
     this.contextMenuStripMant.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // Estado
     //
     this.Estado.Caption   = "Estado";
     this.Estado.FieldName = "Estado";
     this.Estado.Name      = "Estado";
     this.Estado.OptionsColumn.AllowEdit = false;
     this.Estado.Visible      = true;
     this.Estado.VisibleIndex = 3;
     this.Estado.Width        = 50;
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 413);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(705, 22);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // treeListCategorias
     //
     this.treeListCategorias.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.ca_Categoria,
         this.Posicion,
         this.ca_indexIcono,
         this.Estado,
         this.IdCategoria,
         this.IdCategoriaPadre
     });
     this.treeListCategorias.Dock = System.Windows.Forms.DockStyle.Fill;
     styleFormatCondition3.Appearance.BackColor            = System.Drawing.SystemColors.ButtonFace;
     styleFormatCondition3.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     styleFormatCondition3.Appearance.Options.UseBackColor = true;
     styleFormatCondition3.Appearance.Options.UseForeColor = true;
     styleFormatCondition3.ApplyToRow = true;
     styleFormatCondition3.Column     = this.Estado;
     styleFormatCondition3.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition3.Expression = "[Estado] == \'I\'";
     this.treeListCategorias.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition3
     });
     this.treeListCategorias.KeyFieldName = "IdCategoria";
     this.treeListCategorias.Location     = new System.Drawing.Point(0, 94);
     this.treeListCategorias.Name         = "treeListCategorias";
     this.treeListCategorias.OptionsPrint.UsePrintStyles = true;
     this.treeListCategorias.ParentFieldName             = "IdCategoriaPadre";
     this.treeListCategorias.Size                = new System.Drawing.Size(705, 319);
     this.treeListCategorias.TabIndex            = 0;
     this.treeListCategorias.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeListCategorias_FocusedNodeChanged);
     this.treeListCategorias.MouseUp            += new System.Windows.Forms.MouseEventHandler(this.treeListCategorias_MouseUp);
     this.treeListCategorias.StyleChanged       += new System.EventHandler(this.treeListCategorias_StyleChanged);
     //
     // ca_Categoria
     //
     this.ca_Categoria.Caption   = "Categoria";
     this.ca_Categoria.FieldName = "ca_Categoria";
     this.ca_Categoria.MinWidth  = 32;
     this.ca_Categoria.Name      = "ca_Categoria";
     this.ca_Categoria.OptionsColumn.AllowEdit = false;
     this.ca_Categoria.Visible      = true;
     this.ca_Categoria.VisibleIndex = 0;
     this.ca_Categoria.Width        = 432;
     //
     // Posicion
     //
     this.Posicion.Caption   = "Posicion";
     this.Posicion.FieldName = "ca_Posicion";
     this.Posicion.Name      = "Posicion";
     this.Posicion.OptionsColumn.AllowEdit = false;
     this.Posicion.Visible      = true;
     this.Posicion.VisibleIndex = 1;
     this.Posicion.Width        = 60;
     //
     // ca_indexIcono
     //
     this.ca_indexIcono.Caption   = "IndexIcono";
     this.ca_indexIcono.FieldName = "ca_indexIcono";
     this.ca_indexIcono.Name      = "ca_indexIcono";
     this.ca_indexIcono.OptionsColumn.AllowEdit = false;
     this.ca_indexIcono.Visible      = true;
     this.ca_indexIcono.VisibleIndex = 2;
     this.ca_indexIcono.Width        = 57;
     //
     // IdCategoria
     //
     this.IdCategoria.Caption   = "IdCategoria";
     this.IdCategoria.FieldName = "IdCategoria";
     this.IdCategoria.Name      = "IdCategoria";
     this.IdCategoria.OptionsColumn.AllowEdit = false;
     this.IdCategoria.Visible      = true;
     this.IdCategoria.VisibleIndex = 4;
     this.IdCategoria.Width        = 88;
     //
     // IdCategoriaPadre
     //
     this.IdCategoriaPadre.Caption   = "IdCategoriaPadre";
     this.IdCategoriaPadre.FieldName = "IdCategoriaPadre";
     this.IdCategoriaPadre.Name      = "IdCategoriaPadre";
     this.IdCategoriaPadre.OptionsColumn.AllowEdit = false;
     //
     // contextMenuStripMant
     //
     this.contextMenuStripMant.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.nuevoToolStripMenuItem,
         this.modificarToolStripMenuItem
     });
     this.contextMenuStripMant.Name = "contextMenuStripMant";
     this.contextMenuStripMant.Size = new System.Drawing.Size(126, 48);
     //
     // nuevoToolStripMenuItem
     //
     this.nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem";
     this.nuevoToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.nuevoToolStripMenuItem.Text = "Nuevo";
     //
     // modificarToolStripMenuItem
     //
     this.modificarToolStripMenuItem.Name = "modificarToolStripMenuItem";
     this.modificarToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.modificarToolStripMenuItem.Text = "Modificar";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ucGe_Menu_Mantenimiento_x_usuario);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(705, 94);
     this.panel2.TabIndex = 5;
     //
     // ucGe_Menu_Mantenimiento_x_usuario
     //
     this.ucGe_Menu_Mantenimiento_x_usuario.Dock = System.Windows.Forms.DockStyle.Top;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_anular              = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_CancelarCuotas      = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_CargaMarcaciónExcel = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_consultar           = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_DiseñoCheque        = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_Duplicar            = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_GenerarPeriodos     = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_GenerarXml          = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_imprimir            = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_modificar           = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_nuevo   = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_periodo = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Enable_boton_salir   = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.fecha_desde          = new System.DateTime(2014, 7, 1, 11, 20, 22, 860);
     this.ucGe_Menu_Mantenimiento_x_usuario.fecha_hasta          = new System.DateTime(2014, 9, 1, 11, 20, 22, 860);
     this.ucGe_Menu_Mantenimiento_x_usuario.FormConsulta         = null;
     this.ucGe_Menu_Mantenimiento_x_usuario.FormMain             = null;
     this.ucGe_Menu_Mantenimiento_x_usuario.Location             = new System.Drawing.Point(0, 0);
     this.ucGe_Menu_Mantenimiento_x_usuario.Name                              = "ucGe_Menu_Mantenimiento_x_usuario";
     this.ucGe_Menu_Mantenimiento_x_usuario.Perfil_x_usuario                  = null;
     this.ucGe_Menu_Mantenimiento_x_usuario.Size                              = new System.Drawing.Size(705, 94);
     this.ucGe_Menu_Mantenimiento_x_usuario.TabIndex                          = 0;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_bodega                    = false;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_anular              = DevExpress.XtraBars.BarItemVisibility.Always;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_CancelarCuotas      = DevExpress.XtraBars.BarItemVisibility.Never;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_CargaMarcaciónExcel = DevExpress.XtraBars.BarItemVisibility.Never;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_consular            = DevExpress.XtraBars.BarItemVisibility.Always;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_DiseñoCheque        = DevExpress.XtraBars.BarItemVisibility.Never;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_Duplicar            = DevExpress.XtraBars.BarItemVisibility.Never;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_GenerarPeriodos     = DevExpress.XtraBars.BarItemVisibility.Never;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_GenerarXml          = DevExpress.XtraBars.BarItemVisibility.Never;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_imprimir            = DevExpress.XtraBars.BarItemVisibility.Always;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_modificar           = DevExpress.XtraBars.BarItemVisibility.Always;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_boton_nuevo               = DevExpress.XtraBars.BarItemVisibility.Always;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_fechas                    = false;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_Grupo_Cancelaciones       = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_Grupo_filtro              = false;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_Grupo_Impresion           = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_Grupo_Otras_Trans         = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_Grupo_Transacciones       = true;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_Pie_fechas_Boton_buscar   = false;
     this.ucGe_Menu_Mantenimiento_x_usuario.Visible_sucursal                  = false;
     //
     // FrmIn_Categoria_Cons
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(705, 435);
     this.Controls.Add(this.treeListCategorias);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.statusStrip1);
     this.Name          = "FrmIn_Categoria_Cons";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Consulta de Categorias";
     this.Load         += new System.EventHandler(this.frmIn_CategoriaConsulta_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeListCategorias)).EndInit();
     this.contextMenuStripMant.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #12
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.treeUnread = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.gridIsRead = new DevExpress.XtraGrid.Columns.GridColumn();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.treeOid = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeURL = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeParentID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeIsSearch = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListURLXPath = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeNextURLXPath = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treePageXPath = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeTitle = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridTitle = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridCDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridIsDown = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridOid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridParentID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.btnUpdateAll = new DevExpress.XtraBars.BarButtonItem();
            this.btnUpdate = new DevExpress.XtraBars.BarButtonItem();
            this.btnDownload = new DevExpress.XtraBars.BarButtonItem();
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.beiStatus = new DevExpress.XtraBars.BarStaticItem();
            this.beiProcess = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
            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.btnForceUpdateAll = new DevExpress.XtraBars.BarButtonItem();
            this.btnForceUpdate = new DevExpress.XtraBars.BarButtonItem();
            this.barListItem1 = new DevExpress.XtraBars.BarListItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.beiPageStatus = new DevExpress.XtraBars.BarStaticItem();
            this.webBrowser1 = new System.Windows.Forms.WebBrowser();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            this.SuspendLayout();
            // 
            // treeUnread
            // 
            this.treeUnread.Caption = "treeUnread";
            this.treeUnread.FieldName = "Unread";
            this.treeUnread.Name = "treeUnread";
            // 
            // gridIsRead
            // 
            this.gridIsRead.Caption = "是否已读";
            this.gridIsRead.FieldName = "Is_Read";
            this.gridIsRead.Name = "gridIsRead";
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.Location = new System.Drawing.Point(2, 33);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.treeList1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(791, 421);
            this.splitContainer1.SplitterDistance = 199;
            this.splitContainer1.TabIndex = 1;
            // 
            // treeList1
            // 
            this.treeList1.Appearance.SelectedRow.BackColor = System.Drawing.Color.Navy;
            this.treeList1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.treeList1.Appearance.SelectedRow.Options.UseBackColor = true;
            this.treeList1.Appearance.SelectedRow.Options.UseForeColor = true;
            this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeOid,
            this.treeName,
            this.treeURL,
            this.treeParentID,
            this.treeIsSearch,
            this.treeListURLXPath,
            this.treeNextURLXPath,
            this.treePageXPath,
            this.treeUnread,
            this.treeTitle});
            this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
            styleFormatCondition1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            styleFormatCondition1.Appearance.Options.UseFont = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.treeUnread;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Greater;
            styleFormatCondition1.Value1 = ((long)(0));
            this.treeList1.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition1});
            this.treeList1.Location = new System.Drawing.Point(0, 0);
            this.treeList1.Name = "treeList1";
            this.treeList1.BeginUnboundLoad();
            this.treeList1.AppendNode(new object[] {
            null,
            "网站列表",
            null,
            null,
            null,
            null,
            null,
            null,
            null,
            "Hello"}, -1);
            this.treeList1.AppendNode(new object[] {
            null,
            "国资委",
            null,
            null,
            null,
            null,
            null,
            null,
            null,
            "World"}, 0, 0, 1, -1);
            this.treeList1.EndUnboundLoad();
            this.treeList1.OptionsBehavior.AutoChangeParent = false;
            this.treeList1.OptionsBehavior.Editable = false;
            this.treeList1.OptionsBehavior.PopulateServiceColumns = true;
            this.treeList1.OptionsLayout.AddNewColumns = false;
            this.treeList1.OptionsView.ShowColumns = false;
            this.treeList1.OptionsView.ShowHorzLines = false;
            this.treeList1.OptionsView.ShowIndicator = false;
            this.treeList1.OptionsView.ShowVertLines = false;
            this.treeList1.ParentFieldName = "Parent_ID";
            this.treeList1.SelectImageList = this.imageCollection1;
            this.treeList1.Size = new System.Drawing.Size(199, 421);
            this.treeList1.TabIndex = 0;
            this.treeList1.Click += new System.EventHandler(this.treeList1_Click);
            this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
            // 
            // treeOid
            // 
            this.treeOid.Caption = "OID";
            this.treeOid.FieldName = "Oid";
            this.treeOid.Name = "treeOid";
            // 
            // treeName
            // 
            this.treeName.Caption = "Name";
            this.treeName.FieldName = "Name";
            this.treeName.MinWidth = 69;
            this.treeName.Name = "treeName";
            // 
            // treeURL
            // 
            this.treeURL.Caption = "URL";
            this.treeURL.FieldName = "URL";
            this.treeURL.Name = "treeURL";
            // 
            // treeParentID
            // 
            this.treeParentID.Caption = "ParentID";
            this.treeParentID.FieldName = "Parent_ID";
            this.treeParentID.Name = "treeParentID";
            // 
            // treeIsSearch
            // 
            this.treeIsSearch.Caption = "IsSearch";
            this.treeIsSearch.FieldName = "Is_Search";
            this.treeIsSearch.Name = "treeIsSearch";
            // 
            // treeListURLXPath
            // 
            this.treeListURLXPath.Caption = "ListURLXPath";
            this.treeListURLXPath.FieldName = "List_URL_XPath";
            this.treeListURLXPath.Name = "treeListURLXPath";
            // 
            // treeNextURLXPath
            // 
            this.treeNextURLXPath.Caption = "NextURLXPath";
            this.treeNextURLXPath.FieldName = "Next_URL_XPath";
            this.treeNextURLXPath.Name = "treeNextURLXPath";
            // 
            // treePageXPath
            // 
            this.treePageXPath.Caption = "PageXPath";
            this.treePageXPath.FieldName = "Page_XPath";
            this.treePageXPath.Name = "treePageXPath";
            // 
            // treeTitle
            // 
            this.treeTitle.Caption = "treeTitle";
            this.treeTitle.FieldName = "Title";
            this.treeTitle.MinWidth = 69;
            this.treeTitle.Name = "treeTitle";
            this.treeTitle.Visible = true;
            this.treeTitle.VisibleIndex = 0;
            this.treeTitle.Width = 128;
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.Images.SetKeyName(0, "Folder.png");
            this.imageCollection1.Images.SetKeyName(1, "Folder-Search.png");
            this.imageCollection1.Images.SetKeyName(2, "Folder-Closed.png");
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.gridControl1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.webBrowser1);
            this.splitContainer2.Size = new System.Drawing.Size(588, 421);
            this.splitContainer2.SplitterDistance = 132;
            this.splitContainer2.TabIndex = 0;
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.MenuManager = this.barManager1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(588, 132);
            this.gridControl1.TabIndex = 0;
            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.FocusedCell.BackColor = System.Drawing.Color.Navy;
            this.gridView1.Appearance.FocusedCell.ForeColor = System.Drawing.Color.White;
            this.gridView1.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridView1.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy;
            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.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridTitle,
            this.gridCDate,
            this.gridIsDown,
            this.gridIsRead,
            this.gridOid,
            this.gridParentID});
            styleFormatCondition2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            styleFormatCondition2.Appearance.Options.UseFont = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Column = this.gridIsRead;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Value1 = false;
            this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition2});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
            this.gridView1.OptionsDetail.EnableMasterViewMode = false;
            this.gridView1.OptionsDetail.ShowDetailTabs = false;
            this.gridView1.OptionsDetail.SmartDetailExpand = false;
            this.gridView1.OptionsSelection.MultiSelect = true;
            this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // gridTitle
            // 
            this.gridTitle.Caption = "标题";
            this.gridTitle.FieldName = "Title";
            this.gridTitle.Name = "gridTitle";
            this.gridTitle.Visible = true;
            this.gridTitle.VisibleIndex = 0;
            this.gridTitle.Width = 446;
            // 
            // gridCDate
            // 
            this.gridCDate.Caption = "日期";
            this.gridCDate.FieldName = "CDate";
            this.gridCDate.Name = "gridCDate";
            this.gridCDate.Visible = true;
            this.gridCDate.VisibleIndex = 1;
            // 
            // gridIsDown
            // 
            this.gridIsDown.Caption = "是否下载";
            this.gridIsDown.FieldName = "Is_Down";
            this.gridIsDown.Name = "gridIsDown";
            // 
            // gridOid
            // 
            this.gridOid.Caption = "Oid";
            this.gridOid.FieldName = "Oid";
            this.gridOid.Name = "gridOid";
            // 
            // gridParentID
            // 
            this.gridParentID.Caption = "parentid";
            this.gridParentID.FieldName = "Parent_ID";
            this.gridParentID.Name = "gridParentID";
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar1,
            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.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem1,
            this.barButtonItem2,
            this.btnUpdateAll,
            this.btnUpdate,
            this.btnForceUpdateAll,
            this.btnForceUpdate,
            this.beiProcess,
            this.beiStatus,
            this.barListItem1,
            this.barStaticItem1,
            this.btnDownload,
            this.beiPageStatus});
            this.barManager1.MaxItemId = 18;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemProgressBar1});
            this.barManager1.StatusBar = this.bar2;
            // 
            // 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.btnUpdateAll, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnUpdate, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnDownload, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DisableClose = true;
            this.bar1.OptionsBar.DisableCustomization = true;
            this.bar1.Text = "Tools";
            // 
            // btnUpdateAll
            // 
            this.btnUpdateAll.Caption = "全部扫描";
            this.btnUpdateAll.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUpdateAll.Glyph")));
            this.btnUpdateAll.Id = 3;
            this.btnUpdateAll.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnUpdateAll.LargeGlyph")));
            this.btnUpdateAll.Name = "btnUpdateAll";
            this.btnUpdateAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUpdateAll_ItemClick);
            // 
            // btnUpdate
            // 
            this.btnUpdate.Caption = "扫描";
            this.btnUpdate.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUpdate.Glyph")));
            this.btnUpdate.Id = 5;
            this.btnUpdate.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnUpdate.LargeGlyph")));
            this.btnUpdate.Name = "btnUpdate";
            this.btnUpdate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUpdate_ItemClick);
            // 
            // btnDownload
            // 
            this.btnDownload.Caption = "下载";
            this.btnDownload.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDownload.Glyph")));
            this.btnDownload.Id = 16;
            this.btnDownload.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnDownload.LargeGlyph")));
            this.btnDownload.Name = "btnDownload";
            this.btnDownload.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDownload_ItemClick);
            // 
            // bar2
            // 
            this.bar2.BarName = "Custom 3";
            this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.Caption | DevExpress.XtraBars.BarLinkUserDefines.PaintStyle))), this.beiStatus, "barStaticItem1", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Caption),
            new DevExpress.XtraBars.LinkPersistInfo(this.beiProcess)});
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Custom 3";
            // 
            // beiStatus
            // 
            this.beiStatus.Caption = "barStaticItem1";
            this.beiStatus.Id = 13;
            this.beiStatus.Name = "beiStatus";
            this.beiStatus.TextAlignment = System.Drawing.StringAlignment.Near;
            this.beiStatus.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // beiProcess
            // 
            this.beiProcess.Caption = "barEditItem1";
            this.beiProcess.Edit = this.repositoryItemProgressBar1;
            this.beiProcess.Id = 12;
            this.beiProcess.Name = "beiProcess";
            this.beiProcess.Width = 246;
            // 
            // repositoryItemProgressBar1
            // 
            this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
            this.repositoryItemProgressBar1.ShowTitle = true;
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(2, 2);
            this.barDockControlTop.Size = new System.Drawing.Size(791, 31);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(2, 454);
            this.barDockControlBottom.Size = new System.Drawing.Size(791, 27);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(2, 33);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 421);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(793, 33);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 421);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "增加网站";
            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 = "删除网站";
            this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
            this.barButtonItem2.Id = 1;
            this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // btnForceUpdateAll
            // 
            this.btnForceUpdateAll.Caption = "强制全部更新";
            this.btnForceUpdateAll.Glyph = ((System.Drawing.Image)(resources.GetObject("btnForceUpdateAll.Glyph")));
            this.btnForceUpdateAll.Id = 6;
            this.btnForceUpdateAll.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnForceUpdateAll.LargeGlyph")));
            this.btnForceUpdateAll.Name = "btnForceUpdateAll";
            // 
            // btnForceUpdate
            // 
            this.btnForceUpdate.Caption = "强制更新";
            this.btnForceUpdate.Glyph = ((System.Drawing.Image)(resources.GetObject("btnForceUpdate.Glyph")));
            this.btnForceUpdate.Id = 7;
            this.btnForceUpdate.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnForceUpdate.LargeGlyph")));
            this.btnForceUpdate.Name = "btnForceUpdate";
            // 
            // barListItem1
            // 
            this.barListItem1.Caption = "barListItem1";
            this.barListItem1.Id = 14;
            this.barListItem1.Name = "barListItem1";
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "barStaticItem1";
            this.barStaticItem1.Id = 15;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // beiPageStatus
            // 
            this.beiPageStatus.Caption = "barStaticItem2";
            this.beiPageStatus.Id = 17;
            this.beiPageStatus.Name = "beiPageStatus";
            this.beiPageStatus.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // webBrowser1
            // 
            this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser1.Location = new System.Drawing.Point(0, 0);
            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser1.Name = "webBrowser1";
            this.webBrowser1.Size = new System.Drawing.Size(588, 285);
            this.webBrowser1.TabIndex = 0;
            // 
            // popupMenu1
            // 
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.btnUpdateAll),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnUpdate),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnForceUpdateAll, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnForceUpdate)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(795, 483);
            this.Controls.Add(this.splitContainer1);
            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 = "frmMain";
            this.Padding = new System.Windows.Forms.Padding(2);
            this.Text = "网站下载阅读器";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            this.ResumeLayout(false);

        }
예제 #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dialog_CreateComputeField));
     this.treeListColumn1          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     this.simpleButton1            = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2            = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabControl1          = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1             = new DevExpress.XtraTab.XtraTabPage();
     this.tableLayoutPanel2        = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this.treeList1                = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn3          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn2          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.objectImageList          = new System.Windows.Forms.ImageList(this.components);
     this.panel1            = new System.Windows.Forms.Panel();
     this.simpleButton10    = new DevExpress.XtraEditors.SimpleButton();
     this.checkEdit1        = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButton9     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton8     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton7     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton6     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3     = new DevExpress.XtraEditors.SimpleButton();
     this.te_exp            = new DevExpress.XtraEditors.MemoEdit();
     this.label3            = new System.Windows.Forms.Label();
     this.te_Des            = new DevExpress.XtraEditors.MemoEdit();
     this.te_DisplayName    = new DevExpress.XtraEditors.TextEdit();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.xtraTabPage2      = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage3      = new DevExpress.XtraTab.XtraTabPage();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.sinoCommonGrid1   = new SinoSZClientBase.SinoCommonGrid();
     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.bt_Del            = new DevExpress.XtraEditors.SimpleButton();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_exp.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_Des.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_DisplayName.Properties)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sinoCommonGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption   = "类型";
     this.treeListColumn1.FieldName = "DataType";
     this.treeListColumn1.Name      = "treeListColumn1";
     this.treeListColumn1.OptionsColumn.ReadOnly = true;
     this.treeListColumn1.Visible      = true;
     this.treeListColumn1.VisibleIndex = 2;
     this.treeListColumn1.Width        = 91;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 6;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 6F));
     this.tableLayoutPanel1.Controls.Add(this.simpleButton1, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.simpleButton2, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.xtraTabControl1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.bt_Del, 2, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(10, 10);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(824, 448);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(701, 418);
     this.simpleButton1.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(54, 23);
     this.simpleButton1.TabIndex = 0;
     this.simpleButton1.Text     = "加入";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(761, 418);
     this.simpleButton2.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(54, 23);
     this.simpleButton2.TabIndex = 1;
     this.simpleButton2.Text     = "取消";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.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.tableLayoutPanel1.SetColumnSpan(this.xtraTabControl1, 6);
     this.xtraTabControl1.Location        = new System.Drawing.Point(3, 3);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(818, 406);
     this.xtraTabControl1.TabIndex        = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2,
         this.xtraTabPage3
     });
     this.xtraTabControl1.Text = "xtraTabControl1";
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.tableLayoutPanel2);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(809, 374);
     this.xtraTabPage1.Text = "自定义计算字段";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 360F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.groupBox1, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(809, 374);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.treeList1);
     this.groupBox1.Location = new System.Drawing.Point(363, 8);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(3, 8, 3, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(3, 8, 3, 3);
     this.groupBox1.Size     = new System.Drawing.Size(443, 363);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "可用字段列表";
     //
     // treeList1
     //
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.treeListColumn3,
         this.treeListColumn2,
         this.treeListColumn1
     });
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     styleFormatCondition1.Appearance.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Italic);
     styleFormatCondition1.Appearance.Options.UseFont = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.treeListColumn1;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = false;
     this.treeList1.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeList1.Location = new System.Drawing.Point(3, 23);
     this.treeList1.Name     = "treeList1";
     this.treeList1.OptionsBehavior.AllowExpandOnDblClick        = false;
     this.treeList1.OptionsBehavior.AutoChangeParent             = false;
     this.treeList1.OptionsBehavior.DragNodes                    = true;
     this.treeList1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeList1.OptionsView.ShowHorzLines                    = false;
     this.treeList1.OptionsView.ShowVertLines                    = false;
     this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.treeList1.SelectImageList   = this.objectImageList;
     this.treeList1.Size              = new System.Drawing.Size(437, 337);
     this.treeList1.TabIndex          = 1;
     this.treeList1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseDoubleClick);
     this.treeList1.GetSelectImage   += new DevExpress.XtraTreeList.GetSelectImageEventHandler(this.treeList1_GetSelectImage);
     //
     // treeListColumn3
     //
     this.treeListColumn3.Caption   = "编号";
     this.treeListColumn3.FieldName = "Alias";
     this.treeListColumn3.MinWidth  = 27;
     this.treeListColumn3.Name      = "treeListColumn3";
     this.treeListColumn3.OptionsColumn.ReadOnly = true;
     this.treeListColumn3.Visible      = true;
     this.treeListColumn3.VisibleIndex = 1;
     this.treeListColumn3.Width        = 92;
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption   = "字段名称";
     this.treeListColumn2.FieldName = "DisplayTitle";
     this.treeListColumn2.MinWidth  = 43;
     this.treeListColumn2.Name      = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit = false;
     this.treeListColumn2.OptionsColumn.AllowSort = false;
     this.treeListColumn2.OptionsColumn.ReadOnly  = true;
     this.treeListColumn2.Visible      = true;
     this.treeListColumn2.VisibleIndex = 0;
     this.treeListColumn2.Width        = 233;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // objectImageList
     //
     this.objectImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("objectImageList.ImageStream")));
     this.objectImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.objectImageList.Images.SetKeyName(0, "mainPack2.ico");
     this.objectImageList.Images.SetKeyName(1, "childPack.ico");
     this.objectImageList.Images.SetKeyName(2, "title.ico");
     this.objectImageList.Images.SetKeyName(3, "title.ico");
     this.objectImageList.Images.SetKeyName(4, "title.ico");
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.simpleButton10);
     this.panel1.Controls.Add(this.checkEdit1);
     this.panel1.Controls.Add(this.simpleButton9);
     this.panel1.Controls.Add(this.simpleButton8);
     this.panel1.Controls.Add(this.simpleButton7);
     this.panel1.Controls.Add(this.simpleButton6);
     this.panel1.Controls.Add(this.simpleButton5);
     this.panel1.Controls.Add(this.simpleButton4);
     this.panel1.Controls.Add(this.simpleButton3);
     this.panel1.Controls.Add(this.te_exp);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.te_Des);
     this.panel1.Controls.Add(this.te_DisplayName);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(354, 368);
     this.panel1.TabIndex = 1;
     //
     // simpleButton10
     //
     this.simpleButton10.Appearance.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton10.Appearance.Options.UseFont = true;
     this.simpleButton10.Location = new System.Drawing.Point(213, 285);
     this.simpleButton10.Name     = "simpleButton10";
     this.simpleButton10.Size     = new System.Drawing.Size(24, 23);
     this.simpleButton10.TabIndex = 14;
     this.simpleButton10.Text     = "||";
     this.simpleButton10.Click   += new System.EventHandler(this.OptionButton_Click);
     //
     // checkEdit1
     //
     this.checkEdit1.EditValue          = true;
     this.checkEdit1.Location           = new System.Drawing.Point(72, 324);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "存入个人收藏";
     this.checkEdit1.Size               = new System.Drawing.Size(161, 19);
     this.checkEdit1.TabIndex           = 13;
     //
     // simpleButton9
     //
     this.simpleButton9.Appearance.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton9.Appearance.Options.UseFont = true;
     this.simpleButton9.Location = new System.Drawing.Point(247, 285);
     this.simpleButton9.Name     = "simpleButton9";
     this.simpleButton9.Size     = new System.Drawing.Size(74, 23);
     this.simpleButton9.TabIndex = 12;
     this.simpleButton9.Text     = "计算函数";
     this.simpleButton9.Click   += new System.EventHandler(this.simpleButton9_Click);
     //
     // simpleButton8
     //
     this.simpleButton8.Appearance.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton8.Appearance.Options.UseFont = true;
     this.simpleButton8.Location = new System.Drawing.Point(190, 285);
     this.simpleButton8.Name     = "simpleButton8";
     this.simpleButton8.Size     = new System.Drawing.Size(24, 23);
     this.simpleButton8.TabIndex = 11;
     this.simpleButton8.Text     = ")";
     this.simpleButton8.Click   += new System.EventHandler(this.OptionButton_Click);
     //
     // simpleButton7
     //
     this.simpleButton7.Appearance.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton7.Appearance.Options.UseFont = true;
     this.simpleButton7.Location = new System.Drawing.Point(167, 285);
     this.simpleButton7.Name     = "simpleButton7";
     this.simpleButton7.Size     = new System.Drawing.Size(24, 23);
     this.simpleButton7.TabIndex = 10;
     this.simpleButton7.Text     = "(";
     this.simpleButton7.Click   += new System.EventHandler(this.OptionButton_Click);
     //
     // simpleButton6
     //
     this.simpleButton6.Appearance.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton6.Appearance.Options.UseFont = true;
     this.simpleButton6.Location = new System.Drawing.Point(144, 285);
     this.simpleButton6.Name     = "simpleButton6";
     this.simpleButton6.Size     = new System.Drawing.Size(24, 23);
     this.simpleButton6.TabIndex = 9;
     this.simpleButton6.Text     = "/";
     this.simpleButton6.Click   += new System.EventHandler(this.OptionButton_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Appearance.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton5.Appearance.Options.UseFont = true;
     this.simpleButton5.Location = new System.Drawing.Point(121, 285);
     this.simpleButton5.Name     = "simpleButton5";
     this.simpleButton5.Size     = new System.Drawing.Size(24, 23);
     this.simpleButton5.TabIndex = 8;
     this.simpleButton5.Text     = "*";
     this.simpleButton5.Click   += new System.EventHandler(this.OptionButton_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Appearance.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton4.Appearance.Options.UseFont = true;
     this.simpleButton4.Location = new System.Drawing.Point(98, 285);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(24, 23);
     this.simpleButton4.TabIndex = 7;
     this.simpleButton4.Text     = "-";
     this.simpleButton4.Click   += new System.EventHandler(this.OptionButton_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Appearance.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton3.Appearance.Options.UseFont = true;
     this.simpleButton3.Location = new System.Drawing.Point(75, 285);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(24, 23);
     this.simpleButton3.TabIndex = 6;
     this.simpleButton3.Text     = "+";
     this.simpleButton3.Click   += new System.EventHandler(this.OptionButton_Click);
     //
     // te_exp
     //
     this.te_exp.Location = new System.Drawing.Point(75, 165);
     this.te_exp.Name     = "te_exp";
     this.te_exp.Size     = new System.Drawing.Size(246, 114);
     this.te_exp.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 167);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(55, 14);
     this.label3.TabIndex = 4;
     this.label3.Text     = "计算公式";
     //
     // te_Des
     //
     this.te_Des.Location = new System.Drawing.Point(75, 57);
     this.te_Des.Name     = "te_Des";
     this.te_Des.Size     = new System.Drawing.Size(246, 96);
     this.te_Des.TabIndex = 3;
     //
     // te_DisplayName
     //
     this.te_DisplayName.EditValue = "";
     this.te_DisplayName.Location  = new System.Drawing.Point(75, 27);
     this.te_DisplayName.Name      = "te_DisplayName";
     this.te_DisplayName.Size      = new System.Drawing.Size(246, 21);
     this.te_DisplayName.TabIndex  = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 59);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(55, 14);
     this.label2.TabIndex = 1;
     this.label2.Text     = "字段说明";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 30);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 14);
     this.label1.TabIndex = 0;
     this.label1.Text     = "字段名称";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Name        = "xtraTabPage2";
     this.xtraTabPage2.PageVisible = false;
     this.xtraTabPage2.Size        = new System.Drawing.Size(809, 374);
     this.xtraTabPage2.Text        = "公共定义";
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.tableLayoutPanel3);
     this.xtraTabPage3.Name    = "xtraTabPage3";
     this.xtraTabPage3.Padding = new System.Windows.Forms.Padding(5);
     this.xtraTabPage3.Size    = new System.Drawing.Size(809, 374);
     this.xtraTabPage3.Text    = "个人收藏";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.sinoCommonGrid1, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(5, 5);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 2;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(799, 364);
     this.tableLayoutPanel3.TabIndex = 0;
     //
     // sinoCommonGrid1
     //
     this.sinoCommonGrid1.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.tableLayoutPanel3.SetColumnSpan(this.sinoCommonGrid1, 2);
     this.sinoCommonGrid1.EmbeddedNavigator.Name = "";
     this.sinoCommonGrid1.Location = new System.Drawing.Point(3, 3);
     this.sinoCommonGrid1.MainView = this.gridView1;
     this.sinoCommonGrid1.Name     = "sinoCommonGrid1";
     this.tableLayoutPanel3.SetRowSpan(this.sinoCommonGrid1, 2);
     this.sinoCommonGrid1.Size     = new System.Drawing.Size(793, 358);
     this.sinoCommonGrid1.TabIndex = 0;
     this.sinoCommonGrid1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.EvenRow.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
     this.gridView1.Appearance.EvenRow.BackColor2               = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
     this.gridView1.Appearance.EvenRow.Options.UseBackColor     = true;
     this.gridView1.Appearance.FocusedCell.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.gridView1.Appearance.FocusedCell.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.gridView1.Appearance.FocusedCell.ForeColor            = System.Drawing.Color.White;
     this.gridView1.Appearance.FocusedCell.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gridView1.Appearance.FocusedCell.Options.UseBackColor = true;
     this.gridView1.Appearance.FocusedCell.Options.UseForeColor = true;
     this.gridView1.Appearance.FocusedRow.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.gridView1.Appearance.FocusedRow.BackColor2            = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.gridView1.Appearance.FocusedRow.ForeColor             = System.Drawing.Color.White;
     this.gridView1.Appearance.FocusedRow.GradientMode          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.gridView1.Appearance.FocusedRow.Options.UseBackColor  = true;
     this.gridView1.Appearance.FocusedRow.Options.UseForeColor  = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3
     });
     this.gridView1.GridControl = this.sinoCommonGrid1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "计算字段名称";
     this.gridColumn1.FieldName = "DisplayName";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.FixedWidth = true;
     this.gridColumn1.OptionsColumn.ReadOnly   = true;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 155;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "字段说明";
     this.gridColumn2.FieldName = "ColumnDescription";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.ReadOnly = true;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 537;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "创建时间";
     this.gridColumn3.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.gridColumn3.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.gridColumn3.FieldName = "CreateDate";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.FixedWidth = true;
     this.gridColumn3.OptionsColumn.ReadOnly   = true;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 160;
     //
     // bt_Del
     //
     this.bt_Del.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.bt_Del.Location = new System.Drawing.Point(641, 418);
     this.bt_Del.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.bt_Del.Name     = "bt_Del";
     this.bt_Del.Size     = new System.Drawing.Size(54, 23);
     this.bt_Del.TabIndex = 3;
     this.bt_Del.Text     = "删除";
     this.bt_Del.Click   += new System.EventHandler(this.bt_Del_Click);
     //
     // Dialog_CreateComputeField
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(844, 468);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name          = "Dialog_CreateComputeField";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "添加计算字段";
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_exp.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_Des.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_DisplayName.Properties)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sinoCommonGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSolInterm));
            LimsProject.BusinessLayer.CSolution_interm cSolution_interm1 = new LimsProject.BusinessLayer.CSolution_interm();
            this.tcol_Solution_status = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repStatusSolution = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.paHeader = new DevExpress.XtraEditors.PanelControl();
            this.paSolutionChild = new DevExpress.XtraEditors.GroupControl();
            this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
            this.paDate = new DevExpress.XtraEditors.PanelControl();
            this.ckAssignMethod = new DevExpress.XtraEditors.CheckEdit();
            this.laVigencia = new System.Windows.Forms.Label();
            this.deDateIni = new LimsProject.customDateEdit();
            this.label7 = new System.Windows.Forms.Label();
            this.cbUser1 = new UserControls.cbUser();
            this.label6 = new System.Windows.Forms.Label();
            this.deDateEnd = new LimsProject.customDateEdit();
            this.label8 = new System.Windows.Forms.Label();
            this.paCalAliquot = new DevExpress.XtraEditors.PanelControl();
            this.tbAliquot = new LimsProject.customSpinEdit();
            this.tbConcentration = new LimsProject.customTextEdit();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tbVolumen = new LimsProject.customSpinEdit();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.tbParentMediumValue = new LimsProject.customSpinEdit();
            this.cbParentMedium = new LimsProject.cbReactive();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tbParentModifValue = new LimsProject.customSpinEdit();
            this.cbParentModif = new LimsProject.cbReactive();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.paCalibraciones = new DevExpress.XtraEditors.GroupControl();
            this.gcCalibracion = new DevExpress.XtraGrid.GridControl();
            this.gvCalibracion = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gcCal_Order = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcCal_Nom_Calib = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcCal_Concentration = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcCal_Aliquot = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcCal_Volumen = new DevExpress.XtraGrid.Columns.GridColumn();
            this.paSeparator = new DevExpress.XtraEditors.PanelControl();
            this.paSolutionParent = new DevExpress.XtraEditors.GroupControl();
            this.label3 = new System.Windows.Forms.Label();
            this.tbParentConcentration = new LimsProject.customTextEdit();
            this.cbElement1 = new LimsProject.cbElement();
            this.cbMethod1 = new LimsProject.cbMethod();
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.treeSolInterm = new DevExpress.XtraTreeList.TreeList();
            this.tcol_Cod_solution = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Nombre = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Concentration = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Aliquot = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Volumen = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repVolumen = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.tcol_Idreactive_medium = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repReactive = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.tcol_Reactive_medium_value = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repReactiveValue = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.tcol_Idreactive_modif = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Reactive_modif_value = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Date_begin = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.redDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.tcol_Date_end = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Prepared_by = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repUser = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.tcol_Flag_current_method = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repAddMethod = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.tcol_Idsolution = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Type_sol = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_ShowMethods = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repBtOpenMethods = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.tcol_Root_type_pattern = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Expired_status = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Solution_obs = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.cmsAddSolution = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.btNewSolInt1 = new System.Windows.Forms.ToolStripMenuItem();
            this.btNewSolInt2 = new System.Windows.Forms.ToolStripMenuItem();
            this.btNewSolStdVer = new System.Windows.Forms.ToolStripMenuItem();
            this.btNewSolCalib = new System.Windows.Forms.ToolStripMenuItem();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.ucSign1 = new LimsProject.UcSign();
            this.gcMethods = new DevExpress.XtraGrid.GridControl();
            this.gvMethods = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gmet_Idtemplate_method = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gmet_Cod_template_method = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gmet_Title = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gmet_Unlink = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repSel = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
            this.exPanel = new DevComponents.DotNetBar.ExpandablePanel();
            this.cbMotivo = new LimsProject.customComboBoxEdit();
            this.ckDisabledSolution = new DevExpress.XtraEditors.CheckEdit();
            this.label4 = new System.Windows.Forms.Label();
            this.pcDetail = new LimsProject.customPageControl();
            this.tpMethod = new DevExpress.XtraTab.XtraTabPage();
            this.tpCalib = new DevExpress.XtraTab.XtraTabPage();
            this.ucCalibStd1 = new LimsProject.UcCalibStd();
            ((System.ComponentModel.ISupportInitialize)(this.paTitle)).BeginInit();
            this.paTitle.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.paBottom)).BeginInit();
            this.paBottom.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.paCenter)).BeginInit();
            this.paCenter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.paTop)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repStatusSolution)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paHeader)).BeginInit();
            this.paHeader.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.paSolutionChild)).BeginInit();
            this.paSolutionChild.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
            this.panelControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.paDate)).BeginInit();
            this.paDate.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckAssignMethod.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDateIni.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbUser1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDateEnd.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paCalAliquot)).BeginInit();
            this.paCalAliquot.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbAliquot.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbConcentration.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbVolumen.Properties)).BeginInit();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbParentMediumValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbParentMedium.Properties)).BeginInit();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbParentModifValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbParentModif.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paCalibraciones)).BeginInit();
            this.paCalibraciones.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcCalibracion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvCalibracion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paSeparator)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paSolutionParent)).BeginInit();
            this.paSolutionParent.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbParentConcentration.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbElement1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMethod1.Properties)).BeginInit();
            this.expandablePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeSolInterm)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repVolumen)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactive)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactiveValue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.redDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repAddMethod)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repBtOpenMethods)).BeginInit();
            this.cmsAddSolution.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMethods)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMethods)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repSel)).BeginInit();
            this.exPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbMotivo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckDisabledSolution.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pcDetail)).BeginInit();
            this.pcDetail.SuspendLayout();
            this.tpMethod.SuspendLayout();
            this.tpCalib.SuspendLayout();
            this.SuspendLayout();
            // 
            // laTitle
            // 
            this.laTitle.Size = new System.Drawing.Size(1125, 660);
            // 
            // paTitle
            // 
            this.paTitle.Dock = System.Windows.Forms.DockStyle.Fill;
            this.paTitle.Location = new System.Drawing.Point(0, 26);
            this.paTitle.Size = new System.Drawing.Size(1129, 664);
            this.paTitle.Visible = false;
            // 
            // paBottom
            // 
            this.paBottom.Controls.Add(this.ucSign1);
            this.paBottom.Location = new System.Drawing.Point(0, 644);
            this.paBottom.Size = new System.Drawing.Size(1129, 46);
            // 
            // paCenter
            // 
            this.paCenter.Controls.Add(this.pcDetail);
            this.paCenter.Controls.Add(this.exPanel);
            this.paCenter.Controls.Add(this.paHeader);
            this.paCenter.Controls.Add(this.splitterControl1);
            this.paCenter.Controls.Add(this.expandablePanel1);
            this.paCenter.Location = new System.Drawing.Point(0, 46);
            this.paCenter.Size = new System.Drawing.Size(1129, 598);
            // 
            // paTop
            // 
            this.paTop.Location = new System.Drawing.Point(0, 26);
            this.paTop.Padding = new System.Windows.Forms.Padding(10);
            this.paTop.Size = new System.Drawing.Size(1129, 20);
            this.paTop.Visible = false;
            // 
            // panelControl1
            // 
            this.panelControl1.Size = new System.Drawing.Size(1129, 26);
            this.panelControl1.Visible = false;
            // 
            // tcol_Solution_status
            // 
            this.tcol_Solution_status.Caption = "Estado";
            this.tcol_Solution_status.ColumnEdit = this.repStatusSolution;
            this.tcol_Solution_status.FieldName = "Solution_status";
            this.tcol_Solution_status.Name = "tcol_Solution_status";
            // 
            // repStatusSolution
            // 
            this.repStatusSolution.AutoHeight = false;
            this.repStatusSolution.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repStatusSolution.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Desactivado", false, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Activado", true, -1)});
            this.repStatusSolution.Name = "repStatusSolution";
            // 
            // paHeader
            // 
            this.paHeader.Controls.Add(this.paSolutionChild);
            this.paHeader.Controls.Add(this.panelControl3);
            this.paHeader.Controls.Add(this.paCalibraciones);
            this.paHeader.Controls.Add(this.paSeparator);
            this.paHeader.Controls.Add(this.paSolutionParent);
            this.paHeader.Dock = System.Windows.Forms.DockStyle.Top;
            this.paHeader.Location = new System.Drawing.Point(301, 2);
            this.paHeader.Name = "paHeader";
            this.paHeader.Padding = new System.Windows.Forms.Padding(10);
            this.paHeader.Size = new System.Drawing.Size(826, 251);
            this.paHeader.TabIndex = 37;
            this.paHeader.Text = "panelControl2";
            // 
            // paSolutionChild
            // 
            this.paSolutionChild.Controls.Add(this.panelControl4);
            this.paSolutionChild.Controls.Add(this.groupBox3);
            this.paSolutionChild.Controls.Add(this.groupBox2);
            this.paSolutionChild.Dock = System.Windows.Forms.DockStyle.Fill;
            this.paSolutionChild.Location = new System.Drawing.Point(12, 77);
            this.paSolutionChild.Name = "paSolutionChild";
            this.paSolutionChild.Size = new System.Drawing.Size(478, 162);
            this.paSolutionChild.TabIndex = 39;
            this.paSolutionChild.Text = "Solución Hijo";
            // 
            // panelControl4
            // 
            this.panelControl4.Controls.Add(this.paDate);
            this.panelControl4.Controls.Add(this.paCalAliquot);
            this.panelControl4.Location = new System.Drawing.Point(6, 66);
            this.panelControl4.Name = "panelControl4";
            this.panelControl4.Size = new System.Drawing.Size(474, 89);
            this.panelControl4.TabIndex = 37;
            this.panelControl4.Text = "panelControl4";
            // 
            // paDate
            // 
            this.paDate.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.paDate.Controls.Add(this.ckAssignMethod);
            this.paDate.Controls.Add(this.laVigencia);
            this.paDate.Controls.Add(this.deDateIni);
            this.paDate.Controls.Add(this.label7);
            this.paDate.Controls.Add(this.cbUser1);
            this.paDate.Controls.Add(this.label6);
            this.paDate.Controls.Add(this.deDateEnd);
            this.paDate.Controls.Add(this.label8);
            this.paDate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.paDate.Location = new System.Drawing.Point(172, 2);
            this.paDate.Name = "paDate";
            this.paDate.Size = new System.Drawing.Size(300, 85);
            this.paDate.TabIndex = 39;
            this.paDate.Text = "panelControl5";
            // 
            // ckAssignMethod
            // 
            this.ckAssignMethod.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.ckAssignMethod.Location = new System.Drawing.Point(162, 58);
            this.ckAssignMethod.Margin = new System.Windows.Forms.Padding(0);
            this.ckAssignMethod.Name = "ckAssignMethod";
            this.ckAssignMethod.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.ckAssignMethod.Properties.Appearance.ForeColor = System.Drawing.Color.ForestGreen;
            this.ckAssignMethod.Properties.Appearance.Options.UseFont = true;
            this.ckAssignMethod.Properties.Appearance.Options.UseForeColor = true;
            this.ckAssignMethod.Properties.Caption = "Asignar al método";
            this.ckAssignMethod.Size = new System.Drawing.Size(135, 19);
            this.ckAssignMethod.TabIndex = 4;
            // 
            // laVigencia
            // 
            this.laVigencia.AutoSize = true;
            this.laVigencia.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.laVigencia.ForeColor = System.Drawing.Color.Red;
            this.laVigencia.Location = new System.Drawing.Point(165, 24);
            this.laVigencia.Name = "laVigencia";
            this.laVigencia.Size = new System.Drawing.Size(70, 13);
            this.laVigencia.TabIndex = 34;
            this.laVigencia.Text = "EXPIRADO";
            this.laVigencia.Visible = false;
            // 
            // deDateIni
            // 
            this.deDateIni.EditValue = null;
            this.deDateIni.Location = new System.Drawing.Point(75, 10);
            this.deDateIni.Name = "deDateIni";
            this.deDateIni.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.deDateIni.Size = new System.Drawing.Size(86, 20);
            this.deDateIni.TabIndex = 22;
            this.deDateIni.EditValueChanged += new System.EventHandler(this.deDateIni_EditValueChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(15, 34);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(57, 13);
            this.label7.TabIndex = 21;
            this.label7.Text = "Fecha Fin:";
            // 
            // cbUser1
            // 
            this.cbUser1.Location = new System.Drawing.Point(75, 54);
            this.cbUser1.Name = "cbUser1";
            this.cbUser1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.cbUser1.Properties.NullText = "";
            this.cbUser1.Properties.ReadOnly = true;
            this.cbUser1.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
            this.cbUser1.Size = new System.Drawing.Size(86, 20);
            this.cbUser1.TabIndex = 23;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(4, 12);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(68, 13);
            this.label6.TabIndex = 21;
            this.label6.Text = "Fecha Inicio:";
            // 
            // deDateEnd
            // 
            this.deDateEnd.EditValue = null;
            this.deDateEnd.Location = new System.Drawing.Point(75, 32);
            this.deDateEnd.Name = "deDateEnd";
            this.deDateEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.deDateEnd.Size = new System.Drawing.Size(86, 20);
            this.deDateEnd.TabIndex = 22;
            this.deDateEnd.EditValueChanged += new System.EventHandler(this.deDateEnd_EditValueChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(26, 56);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(46, 13);
            this.label8.TabIndex = 21;
            this.label8.Text = "Usuario:";
            // 
            // paCalAliquot
            // 
            this.paCalAliquot.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.paCalAliquot.Controls.Add(this.tbAliquot);
            this.paCalAliquot.Controls.Add(this.tbConcentration);
            this.paCalAliquot.Controls.Add(this.label1);
            this.paCalAliquot.Controls.Add(this.label2);
            this.paCalAliquot.Controls.Add(this.tbVolumen);
            this.paCalAliquot.Controls.Add(this.label5);
            this.paCalAliquot.Dock = System.Windows.Forms.DockStyle.Left;
            this.paCalAliquot.Location = new System.Drawing.Point(2, 2);
            this.paCalAliquot.Name = "paCalAliquot";
            this.paCalAliquot.Size = new System.Drawing.Size(170, 85);
            this.paCalAliquot.TabIndex = 38;
            this.paCalAliquot.Text = "panelControl5";
            // 
            // tbAliquot
            // 
            this.tbAliquot.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbAliquot.Location = new System.Drawing.Point(88, 53);
            this.tbAliquot.Name = "tbAliquot";
            this.tbAliquot.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.tbAliquot.Properties.ReadOnly = true;
            this.tbAliquot.Size = new System.Drawing.Size(76, 20);
            this.tbAliquot.TabIndex = 3;
            this.tbAliquot.TabStop = false;
            // 
            // tbConcentration
            // 
            this.tbConcentration.Location = new System.Drawing.Point(88, 9);
            this.tbConcentration.Name = "tbConcentration";
            this.tbConcentration.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.tbConcentration.Properties.Appearance.Options.UseBackColor = true;
            this.tbConcentration.Properties.ReadOnly = true;
            this.tbConcentration.Size = new System.Drawing.Size(76, 20);
            this.tbConcentration.TabIndex = 1;
            this.tbConcentration.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(4, 10);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(79, 13);
            this.label1.TabIndex = 21;
            this.label1.Text = "Concentración:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(31, 32);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(51, 13);
            this.label2.TabIndex = 21;
            this.label2.Text = "Volumen:";
            // 
            // tbVolumen
            // 
            this.tbVolumen.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbVolumen.Location = new System.Drawing.Point(88, 31);
            this.tbVolumen.Name = "tbVolumen";
            this.tbVolumen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.tbVolumen.Size = new System.Drawing.Size(76, 20);
            this.tbVolumen.TabIndex = 2;
            this.tbVolumen.EditValueChanged += new System.EventHandler(this.tbVolumen_EditValueChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(34, 54);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(48, 13);
            this.label5.TabIndex = 21;
            this.label5.Text = "Alicuota:";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.tbParentMediumValue);
            this.groupBox3.Controls.Add(this.cbParentMedium);
            this.groupBox3.Location = new System.Drawing.Point(6, 23);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(172, 42);
            this.groupBox3.TabIndex = 36;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Medio";
            // 
            // tbParentMediumValue
            // 
            this.tbParentMediumValue.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbParentMediumValue.Location = new System.Drawing.Point(109, 14);
            this.tbParentMediumValue.Name = "tbParentMediumValue";
            this.tbParentMediumValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.tbParentMediumValue.Properties.ReadOnly = true;
            this.tbParentMediumValue.Size = new System.Drawing.Size(55, 20);
            this.tbParentMediumValue.TabIndex = 35;
            this.tbParentMediumValue.TabStop = false;
            // 
            // cbParentMedium
            // 
            this.cbParentMedium.Location = new System.Drawing.Point(5, 14);
            this.cbParentMedium.Name = "cbParentMedium";
            this.cbParentMedium.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.cbParentMedium.Properties.Appearance.Options.UseBackColor = true;
            this.cbParentMedium.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.cbParentMedium.Properties.NullText = "";
            this.cbParentMedium.Properties.ReadOnly = true;
            this.cbParentMedium.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
            this.cbParentMedium.Size = new System.Drawing.Size(102, 20);
            this.cbParentMedium.TabIndex = 31;
            this.cbParentMedium.TabStop = false;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tbParentModifValue);
            this.groupBox2.Controls.Add(this.cbParentModif);
            this.groupBox2.Location = new System.Drawing.Point(182, 23);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(169, 42);
            this.groupBox2.TabIndex = 36;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Modificador";
            // 
            // tbParentModifValue
            // 
            this.tbParentModifValue.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbParentModifValue.Location = new System.Drawing.Point(108, 14);
            this.tbParentModifValue.Name = "tbParentModifValue";
            this.tbParentModifValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.tbParentModifValue.Properties.ReadOnly = true;
            this.tbParentModifValue.Size = new System.Drawing.Size(55, 20);
            this.tbParentModifValue.TabIndex = 35;
            this.tbParentModifValue.TabStop = false;
            // 
            // cbParentModif
            // 
            this.cbParentModif.Location = new System.Drawing.Point(6, 14);
            this.cbParentModif.Name = "cbParentModif";
            this.cbParentModif.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.cbParentModif.Properties.Appearance.Options.UseBackColor = true;
            this.cbParentModif.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.cbParentModif.Properties.NullText = "";
            this.cbParentModif.Properties.ReadOnly = true;
            this.cbParentModif.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
            this.cbParentModif.Size = new System.Drawing.Size(100, 20);
            this.cbParentModif.TabIndex = 32;
            this.cbParentModif.TabStop = false;
            // 
            // panelControl3
            // 
            this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelControl3.Location = new System.Drawing.Point(490, 77);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(11, 162);
            this.panelControl3.TabIndex = 46;
            this.panelControl3.Text = "panelControl3";
            // 
            // paCalibraciones
            // 
            this.paCalibraciones.Controls.Add(this.gcCalibracion);
            this.paCalibraciones.Dock = System.Windows.Forms.DockStyle.Right;
            this.paCalibraciones.Location = new System.Drawing.Point(501, 77);
            this.paCalibraciones.Name = "paCalibraciones";
            this.paCalibraciones.Size = new System.Drawing.Size(313, 162);
            this.paCalibraciones.TabIndex = 48;
            this.paCalibraciones.Text = "Calibraciones";
            // 
            // gcCalibracion
            // 
            this.gcCalibracion.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcCalibracion.EmbeddedNavigator.Buttons.First.Visible = false;
            this.gcCalibracion.EmbeddedNavigator.Buttons.Last.Visible = false;
            this.gcCalibracion.EmbeddedNavigator.Buttons.Next.Visible = false;
            this.gcCalibracion.EmbeddedNavigator.Buttons.NextPage.Visible = false;
            this.gcCalibracion.EmbeddedNavigator.Buttons.Prev.Visible = false;
            this.gcCalibracion.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
            this.gcCalibracion.EmbeddedNavigator.Name = "";
            this.gcCalibracion.Location = new System.Drawing.Point(2, 20);
            this.gcCalibracion.MainView = this.gvCalibracion;
            this.gcCalibracion.Name = "gcCalibracion";
            this.gcCalibracion.Size = new System.Drawing.Size(309, 140);
            this.gcCalibracion.TabIndex = 47;
            this.gcCalibracion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvCalibracion});
            // 
            // gvCalibracion
            // 
            this.gvCalibracion.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gvCalibracion.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibracion.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gvCalibracion.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gvCalibracion.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
            this.gvCalibracion.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gvCalibracion.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibracion.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gvCalibracion.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gvCalibracion.Appearance.Empty.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.EvenRow.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.EvenRow.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gvCalibracion.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibracion.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gvCalibracion.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gvCalibracion.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gvCalibracion.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.gvCalibracion.Appearance.FixedLine.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.gvCalibracion.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
            this.gvCalibracion.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gvCalibracion.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gvCalibracion.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibracion.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gvCalibracion.Appearance.FooterPanel.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibracion.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibracion.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.GroupButton.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gvCalibracion.Appearance.GroupButton.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibracion.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibracion.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gvCalibracion.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gvCalibracion.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibracion.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibracion.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gvCalibracion.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.GroupRow.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gvCalibracion.Appearance.GroupRow.Options.UseFont = true;
            this.gvCalibracion.Appearance.GroupRow.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gvCalibracion.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibracion.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibracion.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gvCalibracion.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
            this.gvCalibracion.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.gvCalibracion.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
            this.gvCalibracion.Appearance.HorzLine.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gvCalibracion.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.OddRow.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.OddRow.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.gvCalibracion.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.gvCalibracion.Appearance.Preview.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.Preview.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gvCalibracion.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gvCalibracion.Appearance.Row.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.Row.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gvCalibracion.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
            this.gvCalibracion.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gvCalibracion.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gvCalibracion.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gvCalibracion.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
            this.gvCalibracion.Appearance.VertLine.Options.UseBackColor = true;
            this.gvCalibracion.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gcCal_Order,
            this.gcCal_Nom_Calib,
            this.gcCal_Concentration,
            this.gcCal_Aliquot,
            this.gcCal_Volumen});
            this.gvCalibracion.GridControl = this.gcCalibracion;
            this.gvCalibracion.Name = "gvCalibracion";
            this.gvCalibracion.OptionsBehavior.Editable = false;
            this.gvCalibracion.OptionsView.EnableAppearanceEvenRow = true;
            this.gvCalibracion.OptionsView.EnableAppearanceOddRow = true;
            this.gvCalibracion.OptionsView.ShowGroupPanel = false;
            // 
            // gcCal_Order
            // 
            this.gcCal_Order.Caption = "N°";
            this.gcCal_Order.FieldName = "Order_calib";
            this.gcCal_Order.Name = "gcCal_Order";
            this.gcCal_Order.OptionsFilter.AllowFilter = false;
            this.gcCal_Order.Visible = true;
            this.gcCal_Order.VisibleIndex = 0;
            this.gcCal_Order.Width = 58;
            // 
            // gcCal_Nom_Calib
            // 
            this.gcCal_Nom_Calib.Caption = "Nombre";
            this.gcCal_Nom_Calib.FieldName = "Name_calib";
            this.gcCal_Nom_Calib.Name = "gcCal_Nom_Calib";
            this.gcCal_Nom_Calib.OptionsFilter.AllowFilter = false;
            this.gcCal_Nom_Calib.Visible = true;
            this.gcCal_Nom_Calib.VisibleIndex = 1;
            this.gcCal_Nom_Calib.Width = 108;
            // 
            // gcCal_Concentration
            // 
            this.gcCal_Concentration.Caption = "Concentración";
            this.gcCal_Concentration.FieldName = "Concentration";
            this.gcCal_Concentration.Name = "gcCal_Concentration";
            this.gcCal_Concentration.OptionsFilter.AllowFilter = false;
            this.gcCal_Concentration.Visible = true;
            this.gcCal_Concentration.VisibleIndex = 2;
            this.gcCal_Concentration.Width = 110;
            // 
            // gcCal_Aliquot
            // 
            this.gcCal_Aliquot.Caption = "Alicuota(g ml)";
            this.gcCal_Aliquot.FieldName = "Aliquot";
            this.gcCal_Aliquot.Name = "gcCal_Aliquot";
            this.gcCal_Aliquot.OptionsFilter.AllowFilter = false;
            this.gcCal_Aliquot.Visible = true;
            this.gcCal_Aliquot.VisibleIndex = 3;
            this.gcCal_Aliquot.Width = 98;
            // 
            // gcCal_Volumen
            // 
            this.gcCal_Volumen.Caption = "Volumen (ml)";
            this.gcCal_Volumen.FieldName = "Volumen";
            this.gcCal_Volumen.Name = "gcCal_Volumen";
            this.gcCal_Volumen.OptionsFilter.AllowFilter = false;
            this.gcCal_Volumen.Visible = true;
            this.gcCal_Volumen.VisibleIndex = 4;
            this.gcCal_Volumen.Width = 106;
            // 
            // paSeparator
            // 
            this.paSeparator.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.paSeparator.Dock = System.Windows.Forms.DockStyle.Top;
            this.paSeparator.Location = new System.Drawing.Point(12, 67);
            this.paSeparator.Name = "paSeparator";
            this.paSeparator.Size = new System.Drawing.Size(802, 10);
            this.paSeparator.TabIndex = 40;
            this.paSeparator.Text = "panelControl4";
            // 
            // paSolutionParent
            // 
            this.paSolutionParent.Controls.Add(this.label3);
            this.paSolutionParent.Controls.Add(this.tbParentConcentration);
            this.paSolutionParent.Dock = System.Windows.Forms.DockStyle.Top;
            this.paSolutionParent.Location = new System.Drawing.Point(12, 12);
            this.paSolutionParent.Name = "paSolutionParent";
            this.paSolutionParent.Size = new System.Drawing.Size(802, 55);
            this.paSolutionParent.TabIndex = 39;
            this.paSolutionParent.Text = "Solucion Padre";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(19, 29);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(79, 13);
            this.label3.TabIndex = 21;
            this.label3.Text = "Concentración:";
            // 
            // tbParentConcentration
            // 
            this.tbParentConcentration.Location = new System.Drawing.Point(104, 26);
            this.tbParentConcentration.Name = "tbParentConcentration";
            this.tbParentConcentration.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.tbParentConcentration.Properties.Appearance.Options.UseBackColor = true;
            this.tbParentConcentration.Properties.ReadOnly = true;
            this.tbParentConcentration.Size = new System.Drawing.Size(100, 20);
            this.tbParentConcentration.TabIndex = 33;
            this.tbParentConcentration.TabStop = false;
            // 
            // cbElement1
            // 
            this.cbElement1.Location = new System.Drawing.Point(9, 5);
            this.cbElement1.Name = "cbElement1";
            this.cbElement1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbElement1.Size = new System.Drawing.Size(95, 20);
            this.cbElement1.TabIndex = 0;
            this.cbElement1.EditValueChanged += new System.EventHandler(this.cbElement1_EditValueChanged);
            // 
            // cbMethod1
            // 
            this.cbMethod1.Location = new System.Drawing.Point(9, 27);
            this.cbMethod1.Name = "cbMethod1";
            this.cbMethod1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbMethod1.Properties.NullText = "Seleccionar";
            this.cbMethod1.Size = new System.Drawing.Size(276, 20);
            this.cbMethod1.TabIndex = 1;
            this.cbMethod1.EditValueChanged += new System.EventHandler(this.cbMethod1_EditValueChanged);
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.LeftToRight;
            this.expandablePanel1.Controls.Add(this.treeSolInterm);
            this.expandablePanel1.Controls.Add(this.panelControl2);
            this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.expandablePanel1.Location = new System.Drawing.Point(2, 2);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(293, 594);
            this.expandablePanel1.TabIndex = 39;
            this.expandablePanel1.Text = "expandablePanel1";
            this.expandablePanel1.TitleText = "Title Bar";
            // 
            // treeSolInterm
            // 
            this.treeSolInterm.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.tcol_Cod_solution,
            this.tcol_Nombre,
            this.tcol_Concentration,
            this.tcol_Aliquot,
            this.tcol_Volumen,
            this.tcol_Idreactive_medium,
            this.tcol_Reactive_medium_value,
            this.tcol_Idreactive_modif,
            this.tcol_Reactive_modif_value,
            this.tcol_Date_begin,
            this.tcol_Date_end,
            this.tcol_Solution_status,
            this.tcol_Prepared_by,
            this.tcol_Flag_current_method,
            this.tcol_Idsolution,
            this.tcol_Type_sol,
            this.tcol_ShowMethods,
            this.tcol_Root_type_pattern,
            this.tcol_Expired_status,
            this.tcol_Solution_obs});
            this.treeSolInterm.ContextMenuStrip = this.cmsAddSolution;
            this.treeSolInterm.Dock = System.Windows.Forms.DockStyle.Fill;
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.White;
            styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.White;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Silver;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.tcol_Solution_status;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = false;
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Column = this.tcol_Solution_status;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Value1 = "true";
            this.treeSolInterm.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.treeSolInterm.ImageIndexFieldName = "Image_index";
            this.treeSolInterm.KeyFieldName = "Id";
            this.treeSolInterm.Location = new System.Drawing.Point(0, 81);
            this.treeSolInterm.Name = "treeSolInterm";
            this.treeSolInterm.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.treeSolInterm.OptionsSelection.MultiSelect = true;
            this.treeSolInterm.OptionsView.AutoWidth = false;
            this.treeSolInterm.ParentFieldName = "Parentid";
            this.treeSolInterm.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repStatusSolution,
            this.repReactive,
            this.repReactiveValue,
            this.redDate,
            this.repUser,
            this.repVolumen,
            this.repBtOpenMethods,
            this.repAddMethod});
            this.treeSolInterm.SelectImageList = this.imageList1;
            this.treeSolInterm.Size = new System.Drawing.Size(293, 513);
            this.treeSolInterm.TabIndex = 40;
            this.treeSolInterm.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeSolInterm_FocusedNodeChanged);
            this.treeSolInterm.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeSolInterm_CellValueChanged);
            this.treeSolInterm.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeSolInterm_MouseDown);
            // 
            // tcol_Cod_solution
            // 
            this.tcol_Cod_solution.Caption = "Codigo";
            this.tcol_Cod_solution.FieldName = "Cod_solution";
            this.tcol_Cod_solution.MinWidth = 64;
            this.tcol_Cod_solution.Name = "tcol_Cod_solution";
            this.tcol_Cod_solution.OptionsColumn.AllowEdit = false;
            this.tcol_Cod_solution.OptionsColumn.FixedWidth = true;
            this.tcol_Cod_solution.VisibleIndex = 0;
            this.tcol_Cod_solution.Width = 151;
            // 
            // tcol_Nombre
            // 
            this.tcol_Nombre.Caption = "Nombre";
            this.tcol_Nombre.FieldName = "Nombre";
            this.tcol_Nombre.Name = "tcol_Nombre";
            this.tcol_Nombre.Width = 112;
            // 
            // tcol_Concentration
            // 
            this.tcol_Concentration.Caption = "concentracion";
            this.tcol_Concentration.FieldName = "Concentration";
            this.tcol_Concentration.Name = "tcol_Concentration";
            this.tcol_Concentration.OptionsColumn.AllowEdit = false;
            this.tcol_Concentration.VisibleIndex = 1;
            this.tcol_Concentration.Width = 81;
            // 
            // tcol_Aliquot
            // 
            this.tcol_Aliquot.Caption = "alicuota";
            this.tcol_Aliquot.FieldName = "Aliquot";
            this.tcol_Aliquot.Name = "tcol_Aliquot";
            this.tcol_Aliquot.OptionsColumn.AllowEdit = false;
            this.tcol_Aliquot.Width = 54;
            // 
            // tcol_Volumen
            // 
            this.tcol_Volumen.Caption = "volumen";
            this.tcol_Volumen.ColumnEdit = this.repVolumen;
            this.tcol_Volumen.FieldName = "Volumen";
            this.tcol_Volumen.Name = "tcol_Volumen";
            this.tcol_Volumen.Width = 57;
            // 
            // repVolumen
            // 
            this.repVolumen.AutoHeight = false;
            this.repVolumen.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repVolumen.Name = "repVolumen";
            // 
            // tcol_Idreactive_medium
            // 
            this.tcol_Idreactive_medium.Caption = "Matriz";
            this.tcol_Idreactive_medium.ColumnEdit = this.repReactive;
            this.tcol_Idreactive_medium.FieldName = "Idreactive_medium";
            this.tcol_Idreactive_medium.Name = "tcol_Idreactive_medium";
            this.tcol_Idreactive_medium.OptionsColumn.AllowEdit = false;
            this.tcol_Idreactive_medium.Width = 86;
            // 
            // repReactive
            // 
            this.repReactive.AutoHeight = false;
            this.repReactive.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repReactive.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")});
            this.repReactive.Name = "repReactive";
            this.repReactive.NullText = "---";
            this.repReactive.ShowFooter = false;
            this.repReactive.ShowHeader = false;
            // 
            // tcol_Reactive_medium_value
            // 
            this.tcol_Reactive_medium_value.Caption = "Matriz%";
            this.tcol_Reactive_medium_value.ColumnEdit = this.repReactiveValue;
            this.tcol_Reactive_medium_value.FieldName = "Reactive_medium_value";
            this.tcol_Reactive_medium_value.Name = "tcol_Reactive_medium_value";
            this.tcol_Reactive_medium_value.OptionsColumn.AllowEdit = false;
            this.tcol_Reactive_medium_value.Width = 57;
            // 
            // repReactiveValue
            // 
            this.repReactiveValue.AutoHeight = false;
            this.repReactiveValue.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repReactiveValue.Name = "repReactiveValue";
            // 
            // tcol_Idreactive_modif
            // 
            this.tcol_Idreactive_modif.Caption = "Modif";
            this.tcol_Idreactive_modif.ColumnEdit = this.repReactive;
            this.tcol_Idreactive_modif.FieldName = "Idreactive_modif";
            this.tcol_Idreactive_modif.Name = "tcol_Idreactive_modif";
            this.tcol_Idreactive_modif.OptionsColumn.AllowEdit = false;
            this.tcol_Idreactive_modif.Width = 91;
            // 
            // tcol_Reactive_modif_value
            // 
            this.tcol_Reactive_modif_value.Caption = "Modif%";
            this.tcol_Reactive_modif_value.ColumnEdit = this.repReactiveValue;
            this.tcol_Reactive_modif_value.FieldName = "Reactive_modif_value";
            this.tcol_Reactive_modif_value.Name = "tcol_Reactive_modif_value";
            this.tcol_Reactive_modif_value.OptionsColumn.AllowEdit = false;
            this.tcol_Reactive_modif_value.Width = 56;
            // 
            // tcol_Date_begin
            // 
            this.tcol_Date_begin.Caption = "Fecha Inicial";
            this.tcol_Date_begin.ColumnEdit = this.redDate;
            this.tcol_Date_begin.FieldName = "Date_begin";
            this.tcol_Date_begin.Name = "tcol_Date_begin";
            this.tcol_Date_begin.OptionsColumn.AllowEdit = false;
            this.tcol_Date_begin.Width = 72;
            // 
            // redDate
            // 
            this.redDate.AutoHeight = false;
            this.redDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.redDate.Name = "redDate";
            // 
            // tcol_Date_end
            // 
            this.tcol_Date_end.Caption = "Fecha Final";
            this.tcol_Date_end.ColumnEdit = this.redDate;
            this.tcol_Date_end.FieldName = "Date_end";
            this.tcol_Date_end.Name = "tcol_Date_end";
            this.tcol_Date_end.OptionsColumn.AllowEdit = false;
            this.tcol_Date_end.Width = 74;
            // 
            // tcol_Prepared_by
            // 
            this.tcol_Prepared_by.Caption = "Preparado por";
            this.tcol_Prepared_by.ColumnEdit = this.repUser;
            this.tcol_Prepared_by.FieldName = "Prepared_by";
            this.tcol_Prepared_by.Name = "tcol_Prepared_by";
            this.tcol_Prepared_by.Width = 81;
            // 
            // repUser
            // 
            this.repUser.AutoHeight = false;
            this.repUser.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repUser.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Iduser", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_user")});
            this.repUser.Name = "repUser";
            this.repUser.ShowFooter = false;
            this.repUser.ShowHeader = false;
            // 
            // tcol_Flag_current_method
            // 
            this.tcol_Flag_current_method.Caption = "Asignado al Método";
            this.tcol_Flag_current_method.ColumnEdit = this.repAddMethod;
            this.tcol_Flag_current_method.FieldName = "Flag_current_method";
            this.tcol_Flag_current_method.Name = "tcol_Flag_current_method";
            this.tcol_Flag_current_method.Width = 108;
            // 
            // repAddMethod
            // 
            this.repAddMethod.AutoHeight = false;
            this.repAddMethod.Name = "repAddMethod";
            // 
            // tcol_Idsolution
            // 
            this.tcol_Idsolution.Caption = "Idsolution";
            this.tcol_Idsolution.FieldName = "Idsolution_interm";
            this.tcol_Idsolution.Name = "tcol_Idsolution";
            // 
            // tcol_Type_sol
            // 
            this.tcol_Type_sol.Caption = "type_sol";
            this.tcol_Type_sol.FieldName = "Type_sol";
            this.tcol_Type_sol.Name = "tcol_Type_sol";
            // 
            // tcol_ShowMethods
            // 
            this.tcol_ShowMethods.Caption = "#";
            this.tcol_ShowMethods.ColumnEdit = this.repBtOpenMethods;
            this.tcol_ShowMethods.FieldName = "#";
            this.tcol_ShowMethods.Name = "tcol_ShowMethods";
            this.tcol_ShowMethods.Width = 53;
            // 
            // repBtOpenMethods
            // 
            this.repBtOpenMethods.AutoHeight = false;
            this.repBtOpenMethods.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Ver", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.repBtOpenMethods.Name = "repBtOpenMethods";
            this.repBtOpenMethods.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            // 
            // tcol_Root_type_pattern
            // 
            this.tcol_Root_type_pattern.Caption = "Root_type_pattern";
            this.tcol_Root_type_pattern.FieldName = "Root_type_pattern";
            this.tcol_Root_type_pattern.Name = "tcol_Root_type_pattern";
            // 
            // tcol_Expired_status
            // 
            this.tcol_Expired_status.Caption = "Expiracion";
            this.tcol_Expired_status.FieldName = "Expired_status";
            this.tcol_Expired_status.Name = "tcol_Expired_status";
            // 
            // tcol_Solution_obs
            // 
            this.tcol_Solution_obs.Caption = "Solution_obs";
            this.tcol_Solution_obs.FieldName = "Solution_obs";
            this.tcol_Solution_obs.Name = "tcol_Solution_obs";
            // 
            // cmsAddSolution
            // 
            this.cmsAddSolution.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btNewSolInt1,
            this.btNewSolInt2,
            this.btNewSolStdVer,
            this.btNewSolCalib});
            this.cmsAddSolution.Name = "cmsAddSolution";
            this.cmsAddSolution.Size = new System.Drawing.Size(239, 114);
            // 
            // btNewSolInt1
            // 
            this.btNewSolInt1.Name = "btNewSolInt1";
            this.btNewSolInt1.Size = new System.Drawing.Size(238, 22);
            this.btNewSolInt1.Text = "Nueva Solución Intermedia 1";
            this.btNewSolInt1.Click += new System.EventHandler(this.btNewSolInt1_Click);
            // 
            // btNewSolInt2
            // 
            this.btNewSolInt2.Name = "btNewSolInt2";
            this.btNewSolInt2.Size = new System.Drawing.Size(238, 22);
            this.btNewSolInt2.Text = "Nueva Solución Intermedia 2";
            this.btNewSolInt2.Click += new System.EventHandler(this.btNewSolInt2_Click);
            // 
            // btNewSolStdVer
            // 
            this.btNewSolStdVer.Name = "btNewSolStdVer";
            this.btNewSolStdVer.Size = new System.Drawing.Size(238, 22);
            this.btNewSolStdVer.Text = "Nuevo Estandar de Verificación";
            this.btNewSolStdVer.Click += new System.EventHandler(this.btNewSolStdVer_Click);
            // 
            // btNewSolCalib
            // 
            this.btNewSolCalib.Name = "btNewSolCalib";
            this.btNewSolCalib.Size = new System.Drawing.Size(238, 22);
            this.btNewSolCalib.Text = "Nuevo Estandar de Calibración";
            this.btNewSolCalib.Click += new System.EventHandler(this.btNewSolCalib_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, "fiola_group.png");
            this.imageList1.Images.SetKeyName(1, "fiola.png");
            this.imageList1.Images.SetKeyName(2, "fiola_ver.png");
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.cbMethod1);
            this.panelControl2.Controls.Add(this.cbElement1);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl2.Location = new System.Drawing.Point(0, 26);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(293, 55);
            this.panelControl2.TabIndex = 41;
            this.panelControl2.Text = "panelControl2";
            // 
            // ucSign1
            // 
            this.ucSign1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ucSign1.Location = new System.Drawing.Point(966, 4);
            this.ucSign1.Margin = new System.Windows.Forms.Padding(0);
            this.ucSign1.Name = "ucSign1";
            this.ucSign1.Pwd = null;
            this.ucSign1.Size = new System.Drawing.Size(158, 40);
            this.ucSign1.TabIndex = 7;
            this.ucSign1.Title = "";
            this.ucSign1.OnSign += new LimsProject.sign(this.ucSign1_OnSign);
            // 
            // gcMethods
            // 
            this.gcMethods.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMethods.EmbeddedNavigator.Name = "";
            this.gcMethods.Location = new System.Drawing.Point(0, 0);
            this.gcMethods.MainView = this.gvMethods;
            this.gcMethods.Name = "gcMethods";
            this.gcMethods.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repSel});
            this.gcMethods.Size = new System.Drawing.Size(824, 296);
            this.gcMethods.TabIndex = 40;
            this.gcMethods.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMethods});
            // 
            // gvMethods
            // 
            this.gvMethods.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gmet_Idtemplate_method,
            this.gmet_Cod_template_method,
            this.gmet_Title,
            this.gmet_Unlink});
            this.gvMethods.GridControl = this.gcMethods;
            this.gvMethods.Name = "gvMethods";
            this.gvMethods.OptionsView.ShowGroupPanel = false;
            // 
            // gmet_Idtemplate_method
            // 
            this.gmet_Idtemplate_method.Caption = "Idtemplate_method";
            this.gmet_Idtemplate_method.FieldName = "Idtemplate_method";
            this.gmet_Idtemplate_method.Name = "gmet_Idtemplate_method";
            this.gmet_Idtemplate_method.Width = 86;
            // 
            // gmet_Cod_template_method
            // 
            this.gmet_Cod_template_method.Caption = "Código";
            this.gmet_Cod_template_method.FieldName = "Cod_template_method";
            this.gmet_Cod_template_method.Name = "gmet_Cod_template_method";
            this.gmet_Cod_template_method.OptionsColumn.AllowEdit = false;
            this.gmet_Cod_template_method.OptionsColumn.FixedWidth = true;
            this.gmet_Cod_template_method.Visible = true;
            this.gmet_Cod_template_method.VisibleIndex = 0;
            this.gmet_Cod_template_method.Width = 71;
            // 
            // gmet_Title
            // 
            this.gmet_Title.Caption = "Título";
            this.gmet_Title.FieldName = "Title";
            this.gmet_Title.Name = "gmet_Title";
            this.gmet_Title.OptionsColumn.AllowEdit = false;
            this.gmet_Title.Visible = true;
            this.gmet_Title.VisibleIndex = 1;
            this.gmet_Title.Width = 618;
            // 
            // gmet_Unlink
            // 
            this.gmet_Unlink.Caption = "Desvincular";
            this.gmet_Unlink.ColumnEdit = this.repSel;
            this.gmet_Unlink.FieldName = "Unlink";
            this.gmet_Unlink.Name = "gmet_Unlink";
            // 
            // repSel
            // 
            this.repSel.AutoHeight = false;
            this.repSel.Name = "repSel";
            // 
            // splitterControl1
            // 
            this.splitterControl1.Location = new System.Drawing.Point(295, 2);
            this.splitterControl1.Name = "splitterControl1";
            this.splitterControl1.Size = new System.Drawing.Size(6, 594);
            this.splitterControl1.TabIndex = 41;
            this.splitterControl1.TabStop = false;
            // 
            // exPanel
            // 
            this.exPanel.Controls.Add(this.cbMotivo);
            this.exPanel.Controls.Add(this.ckDisabledSolution);
            this.exPanel.Controls.Add(this.label4);
            this.exPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.exPanel.Expanded = false;
            this.exPanel.ExpandedBounds = new System.Drawing.Rectangle(301, 542, 826, 54);
            this.exPanel.Location = new System.Drawing.Point(301, 570);
            this.exPanel.Name = "exPanel";
            this.exPanel.Size = new System.Drawing.Size(826, 26);
            this.exPanel.TabIndex = 37;
            this.exPanel.Text = "expandablePanel2";
            this.exPanel.TitleStyle.BackColor1.Color = System.Drawing.Color.LightSteelBlue;
            this.exPanel.TitleStyle.ForeColor.Color = System.Drawing.Color.Blue;
            this.exPanel.TitleText = "Desactivar";
            // 
            // cbMotivo
            // 
            this.cbMotivo.EditValue = "";
            this.cbMotivo.Location = new System.Drawing.Point(509, 29);
            this.cbMotivo.Name = "cbMotivo";
            this.cbMotivo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbMotivo.Properties.Items.AddRange(new object[] {
            "",
            "Perdida"});
            this.cbMotivo.Size = new System.Drawing.Size(97, 20);
            this.cbMotivo.TabIndex = 22;
            // 
            // ckDisabledSolution
            // 
            this.ckDisabledSolution.Location = new System.Drawing.Point(13, 29);
            this.ckDisabledSolution.Name = "ckDisabledSolution";
            this.ckDisabledSolution.Properties.Appearance.ForeColor = System.Drawing.Color.Red;
            this.ckDisabledSolution.Properties.Appearance.Options.UseForeColor = true;
            this.ckDisabledSolution.Properties.Caption = "Desactivando la solución, no podrá ser usada en ningún módulo que haga referencia" +
    "";
            this.ckDisabledSolution.Size = new System.Drawing.Size(442, 19);
            this.ckDisabledSolution.TabIndex = 1;
            this.ckDisabledSolution.CheckedChanged += new System.EventHandler(this.ckDisabledSolution_CheckedChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(461, 32);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(42, 13);
            this.label4.TabIndex = 21;
            this.label4.Text = "Motivo:";
            // 
            // pcDetail
            // 
            this.pcDetail.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243)))));
            this.pcDetail.AppearancePage.Header.BorderColor = System.Drawing.Color.White;
            this.pcDetail.AppearancePage.Header.Options.UseBackColor = true;
            this.pcDetail.AppearancePage.Header.Options.UseBorderColor = true;
            this.pcDetail.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue;
            this.pcDetail.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro;
            this.pcDetail.AppearancePage.HeaderActive.Options.UseBackColor = true;
            this.pcDetail.AppearancePage.HeaderActive.Options.UseBorderColor = true;
            this.pcDetail.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro;
            this.pcDetail.AppearancePage.PageClient.Options.UseBorderColor = true;
            this.pcDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcDetail.Location = new System.Drawing.Point(301, 253);
            this.pcDetail.Name = "pcDetail";
            this.pcDetail.PaintStyleName = "PropertyView";
            this.pcDetail.SelectedTabPage = this.tpMethod;
            this.pcDetail.Size = new System.Drawing.Size(826, 317);
            this.pcDetail.TabIndex = 42;
            this.pcDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tpMethod,
            this.tpCalib});
            this.pcDetail.Text = "customPageControl1";
            // 
            // tpMethod
            // 
            this.tpMethod.Controls.Add(this.gcMethods);
            this.tpMethod.Name = "tpMethod";
            this.tpMethod.Size = new System.Drawing.Size(824, 296);
            this.tpMethod.Text = "Método";
            // 
            // tpCalib
            // 
            this.tpCalib.Controls.Add(this.ucCalibStd1);
            this.tpCalib.Name = "tpCalib";
            this.tpCalib.Size = new System.Drawing.Size(0, 0);
            this.tpCalib.Text = "Calibración";
            // 
            // ucCalibStd1
            // 
            this.ucCalibStd1.Date_end = new System.DateTime(((long)(0)));
            this.ucCalibStd1.Date_init = new System.DateTime(((long)(0)));
            this.ucCalibStd1.DateSign = new System.DateTime(((long)(0)));
            this.ucCalibStd1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucCalibStd1.Idtemplate_method = 0;
            this.ucCalibStd1.Location = new System.Drawing.Point(0, 0);
            this.ucCalibStd1.Name = "ucCalibStd1";
            this.ucCalibStd1.Size = new System.Drawing.Size(0, 0);
            cSolution_interm1.Aliquot = null;
            cSolution_interm1.Cod_solution = null;
            cSolution_interm1.Concentration = null;
            cSolution_interm1.Date_begin = null;
            cSolution_interm1.Date_end = null;
            cSolution_interm1.Dateedit = null;
            cSolution_interm1.Datenew = null;
            cSolution_interm1.Expired_status = null;
            cSolution_interm1.Flag_current_method = null;
            cSolution_interm1.Id = null;
            cSolution_interm1.Idelement = null;
            cSolution_interm1.Idreactive_medium = null;
            cSolution_interm1.Idreactive_modif = null;
            cSolution_interm1.Idsolution_interm = 0;
            cSolution_interm1.Image_index = null;
            cSolution_interm1.Lote = null;
            cSolution_interm1.Num_months = null;
            cSolution_interm1.Observation = null;
            cSolution_interm1.Parentid = null;
            cSolution_interm1.Prepared_by = null;
            cSolution_interm1.Purity = null;
            cSolution_interm1.Reactive_medium_value = null;
            cSolution_interm1.Reactive_modif_value = null;
            cSolution_interm1.Root_idmr_detail = null;
            cSolution_interm1.Root_type_pattern = null;
            cSolution_interm1.Solution_name = null;
            cSolution_interm1.Solution_obs = null;
            cSolution_interm1.Solution_status = null;
            cSolution_interm1.Status = null;
            cSolution_interm1.Type_sol = null;
            cSolution_interm1.Useredit = null;
            cSolution_interm1.Usernew = null;
            cSolution_interm1.Volumen = null;
            this.ucCalibStd1.Solution_interm = cSolution_interm1;
            this.ucCalibStd1.TabIndex = 0;
            this.ucCalibStd1.UserSign = null;
            // 
            // FormSolInterm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1129, 690);
            this.Name = "FormSolInterm";
            this.Text = "Soluciones Intermedias";
            this.Load += new System.EventHandler(this.FormSolInterm_Load);
            this.Controls.SetChildIndex(this.panelControl1, 0);
            this.Controls.SetChildIndex(this.paTitle, 0);
            this.Controls.SetChildIndex(this.paBottom, 0);
            this.Controls.SetChildIndex(this.paTop, 0);
            this.Controls.SetChildIndex(this.paCenter, 0);
            ((System.ComponentModel.ISupportInitialize)(this.paTitle)).EndInit();
            this.paTitle.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.paBottom)).EndInit();
            this.paBottom.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.paCenter)).EndInit();
            this.paCenter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.paTop)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repStatusSolution)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paHeader)).EndInit();
            this.paHeader.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.paSolutionChild)).EndInit();
            this.paSolutionChild.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
            this.panelControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.paDate)).EndInit();
            this.paDate.ResumeLayout(false);
            this.paDate.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckAssignMethod.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDateIni.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbUser1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDateEnd.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paCalAliquot)).EndInit();
            this.paCalAliquot.ResumeLayout(false);
            this.paCalAliquot.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbAliquot.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbConcentration.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbVolumen.Properties)).EndInit();
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbParentMediumValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbParentMedium.Properties)).EndInit();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbParentModifValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbParentModif.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paCalibraciones)).EndInit();
            this.paCalibraciones.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcCalibracion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvCalibracion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paSeparator)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paSolutionParent)).EndInit();
            this.paSolutionParent.ResumeLayout(false);
            this.paSolutionParent.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbParentConcentration.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbElement1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMethod1.Properties)).EndInit();
            this.expandablePanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeSolInterm)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repVolumen)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactive)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactiveValue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.redDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repAddMethod)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repBtOpenMethods)).EndInit();
            this.cmsAddSolution.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcMethods)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMethods)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repSel)).EndInit();
            this.exPanel.ResumeLayout(false);
            this.exPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbMotivo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckDisabledSolution.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pcDetail)).EndInit();
            this.pcDetail.ResumeLayout(false);
            this.tpMethod.ResumeLayout(false);
            this.tpCalib.ResumeLayout(false);
            this.ResumeLayout(false);

        }
예제 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.simpleButton1            = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit1                = new DevExpress.XtraEditors.TextEdit();
     this.textEdit2                = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2            = new DevExpress.XtraEditors.LabelControl();
     this.groupControl2            = new DevExpress.XtraEditors.GroupControl();
     this.tlSysObject              = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn2          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tlSysObject)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(475, 424);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(385, 121);
     this.simpleButton1.TabIndex = 0;
     this.simpleButton1.Text     = "simpleButton1";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(199, 129);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Size     = new System.Drawing.Size(200, 20);
     this.textEdit1.TabIndex = 1;
     //
     // textEdit2
     //
     this.textEdit2.Location = new System.Drawing.Point(199, 234);
     this.textEdit2.Name     = "textEdit2";
     this.textEdit2.Size     = new System.Drawing.Size(614, 20);
     this.textEdit2.TabIndex = 2;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(98, 136);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(36, 14);
     this.labelControl1.TabIndex = 3;
     this.labelControl1.Text     = "代码:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(98, 241);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(36, 14);
     this.labelControl2.TabIndex = 4;
     this.labelControl2.Text     = "内容:";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.tlSysObject);
     this.groupControl2.Location = new System.Drawing.Point(919, 92);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(302, 590);
     this.groupControl2.TabIndex = 5;
     this.groupControl2.Text     = "功能点权限";
     //
     // tlSysObject
     //
     this.tlSysObject.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.treeListColumn1,
         this.treeListColumn2
     });
     this.tlSysObject.Cursor                               = System.Windows.Forms.Cursors.Default;
     this.tlSysObject.Dock                                 = System.Windows.Forms.DockStyle.Fill;
     this.tlSysObject.FixedLineWidth                       = 4;
     this.tlSysObject.Font                                 = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     styleFormatCondition3.Appearance.ForeColor            = System.Drawing.Color.Silver;
     styleFormatCondition3.Appearance.Options.UseForeColor = true;
     styleFormatCondition3.ApplyToRow                      = true;
     styleFormatCondition3.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition3.Value1                          = "0";
     this.tlSysObject.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition3
     });
     this.tlSysObject.KeyFieldName = "Code";
     this.tlSysObject.Location     = new System.Drawing.Point(2, 21);
     this.tlSysObject.Margin       = new System.Windows.Forms.Padding(6);
     this.tlSysObject.MinWidth     = 37;
     this.tlSysObject.Name         = "tlSysObject";
     this.tlSysObject.BeginUnboundLoad();
     this.tlSysObject.AppendNode(new object[] {
         "SYS",
         "系统基础模块"
     }, -1);
     this.tlSysObject.AppendNode(new object[] {
         "SYS-W01",
         "系统对象设置"
     }, 0);
     this.tlSysObject.AppendNode(new object[] {
         "SYS-W02",
         "系统功能点权限设置"
     }, 0);
     this.tlSysObject.EndUnboundLoad();
     this.tlSysObject.OptionsBehavior.AllowRecursiveNodeChecking = true;
     this.tlSysObject.OptionsBehavior.Editable = false;
     this.tlSysObject.OptionsBehavior.PopulateServiceColumns = true;
     this.tlSysObject.OptionsNavigation.EnterMovesNextColumn = true;
     this.tlSysObject.OptionsView.CheckBoxStyle           = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;
     this.tlSysObject.OptionsView.EnableAppearanceEvenRow = true;
     this.tlSysObject.OptionsView.EnableAppearanceOddRow  = true;
     this.tlSysObject.OptionsView.ShowFilterPanelMode     = DevExpress.XtraTreeList.ShowFilterPanelMode.Never;
     this.tlSysObject.OptionsView.ShowIndicator           = false;
     this.tlSysObject.ParentFieldName = "";
     this.tlSysObject.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.tlSysObject.RootValue      = "";
     this.tlSysObject.Size           = new System.Drawing.Size(298, 567);
     this.tlSysObject.TabIndex       = 7;
     this.tlSysObject.TreeLevelWidth = 33;
     //
     // treeListColumn1
     //
     this.treeListColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn1.Caption      = "代码";
     this.treeListColumn1.FieldName    = "Code";
     this.treeListColumn1.MinWidth     = 93;
     this.treeListColumn1.Name         = "treeListColumn1";
     this.treeListColumn1.Visible      = true;
     this.treeListColumn1.VisibleIndex = 0;
     this.treeListColumn1.Width        = 716;
     //
     // treeListColumn2
     //
     this.treeListColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn2.Caption      = "名称";
     this.treeListColumn2.FieldName    = "Name";
     this.treeListColumn2.MinWidth     = 149;
     this.treeListColumn2.Name         = "treeListColumn2";
     this.treeListColumn2.Visible      = true;
     this.treeListColumn2.VisibleIndex = 1;
     this.treeListColumn2.Width        = 1723;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.Name           = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.ValueChecked   = "1";
     this.repositoryItemCheckEdit1.ValueUnchecked = "0";
     //
     // FrmTest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1724, 1047);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.textEdit2);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.simpleButton1);
     this.Name        = "FrmTest";
     this.Text        = "FrmTest";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmTest_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tlSysObject)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #16
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RulesEditControl));
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            this.colImg = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.lbltitle = new System.Windows.Forms.Label();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.contextMenu_Categories = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mAddNewCategory = new System.Windows.Forms.ToolStripMenuItem();
            this.mRemove = new System.Windows.Forms.ToolStripMenuItem();
            this.addRuleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addRootcategoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.categoryTreeBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.grdAllRules = new DevExpress.XtraGrid.GridControl();
            this.fwkAuthorizationRuleBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView_AllRules = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.lblCurrentCategory = new DevExpress.XtraEditors.LabelControl();
            this.lblSelectedRule = new DevExpress.XtraEditors.LabelControl();
            this.btnAddNewRule = new DevExpress.XtraEditors.SimpleButton();
            this.contextMenu_Rules = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mDeleteRule = new System.Windows.Forms.ToolStripMenuItem();
            this.mCreateRuele = new System.Windows.Forms.ToolStripMenuItem();
            this.mUpdateRule = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            this.contextMenu_Categories.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.categoryTreeBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdAllRules)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fwkAuthorizationRuleBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_AllRules)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
            this.contextMenu_Rules.SuspendLayout();
            this.SuspendLayout();
            // 
            // colImg
            // 
            this.colImg.ColumnEdit = this.repositoryItemImageComboBox1;
            this.colImg.FieldName = "IsCategory";
            this.colImg.MinWidth = 33;
            this.colImg.Name = "colImg";
            this.colImg.OptionsColumn.AllowEdit = false;
            this.colImg.OptionsColumn.ReadOnly = true;
            this.colImg.Visible = true;
            this.colImg.VisibleIndex = 0;
            this.colImg.Width = 76;
            // 
            // 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("", true, 0),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", false, 3)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            this.repositoryItemImageComboBox1.ReadOnly = true;
            this.repositoryItemImageComboBox1.SmallImages = this.imageList1;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "folder-closed_16.png");
            this.imageList1.Images.SetKeyName(1, "folder-open_16.png");
            this.imageList1.Images.SetKeyName(2, "admin_16.png");
            this.imageList1.Images.SetKeyName(3, "del_16.ico");
            // 
            // lbltitle
            // 
            this.lbltitle.BackColor = System.Drawing.Color.White;
            this.lbltitle.Dock = System.Windows.Forms.DockStyle.Top;
            this.lbltitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbltitle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lbltitle.Location = new System.Drawing.Point(0, 0);
            this.lbltitle.Name = "lbltitle";
            this.lbltitle.Size = new System.Drawing.Size(1032, 42);
            this.lbltitle.TabIndex = 20;
            this.lbltitle.Text = "Edit rules";
            this.lbltitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // treeList1
            // 
            this.treeList1.AllowDrop = true;
            this.treeList1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.treeList1.Appearance.FocusedCell.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.treeList1.Appearance.FocusedCell.Options.UseFont = true;
            this.treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.colImg,
            this.colName});
            this.treeList1.ContextMenuStrip = this.contextMenu_Categories;
            this.treeList1.DataSource = this.categoryTreeBindingSource;
            this.treeList1.FixedLineWidth = 1;
            styleFormatCondition3.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            styleFormatCondition3.Appearance.ForeColor = System.Drawing.Color.DarkGreen;
            styleFormatCondition3.Appearance.Options.UseFont = true;
            styleFormatCondition3.Appearance.Options.UseForeColor = true;
            styleFormatCondition3.ApplyToRow = true;
            styleFormatCondition3.Column = this.colImg;
            styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition3.Value1 = true;
            styleFormatCondition4.Appearance.ForeColor = System.Drawing.Color.DimGray;
            styleFormatCondition4.Appearance.Options.UseForeColor = true;
            styleFormatCondition4.ApplyToRow = true;
            styleFormatCondition4.Column = this.colImg;
            styleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition4.Value1 = false;
            this.treeList1.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition3,
            styleFormatCondition4});
            this.treeList1.KeyFieldName = "Id";
            this.treeList1.Location = new System.Drawing.Point(558, 75);
            this.treeList1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.treeList1.Name = "treeList1";
            this.treeList1.OptionsMenu.EnableColumnMenu = false;
            this.treeList1.OptionsMenu.EnableFooterMenu = false;
            this.treeList1.OptionsSelection.UseIndicatorForSelection = true;
            this.treeList1.OptionsView.AutoWidth = false;
            this.treeList1.OptionsView.ShowColumns = false;
            this.treeList1.OptionsView.ShowVertLines = false;
            this.treeList1.ParentFieldName = "ParentId";
            this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageComboBox1});
            this.treeList1.RowHeight = 35;
            this.treeList1.Size = new System.Drawing.Size(423, 530);
            this.treeList1.StateImageList = this.imageList1;
            this.treeList1.TabIndex = 30;
            this.treeList1.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeList1_DragDrop);
            this.treeList1.DragOver += new System.Windows.Forms.DragEventHandler(this.treeList1_DragOver);
            this.treeList1.DragLeave += new System.EventHandler(this.treeList1_DragLeave);
            this.treeList1.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.treeList1_GiveFeedback);
            this.treeList1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeList1_KeyDown);
            this.treeList1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseClick);
            this.treeList1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseDown);
            this.treeList1.MouseLeave += new System.EventHandler(this.treeList1_MouseLeave);
            // 
            // colName
            // 
            this.colName.Caption = "Name";
            this.colName.FieldName = "Name";
            this.colName.MinWidth = 33;
            this.colName.Name = "colName";
            this.colName.OptionsColumn.AllowEdit = false;
            this.colName.OptionsColumn.ReadOnly = true;
            this.colName.Visible = true;
            this.colName.VisibleIndex = 1;
            this.colName.Width = 221;
            // 
            // contextMenu_Categories
            // 
            this.contextMenu_Categories.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mAddNewCategory,
            this.mRemove,
            this.addRuleToolStripMenuItem,
            this.addRootcategoryToolStripMenuItem});
            this.contextMenu_Categories.Name = "contextMenuStrip1";
            this.contextMenu_Categories.Size = new System.Drawing.Size(203, 100);
            // 
            // mAddNewCategory
            // 
            this.mAddNewCategory.Image = global::Fwk.Security.Admin.Properties.Resources.folder_new_16;
            this.mAddNewCategory.Name = "mAddNewCategory";
            this.mAddNewCategory.Size = new System.Drawing.Size(202, 24);
            this.mAddNewCategory.Text = "Add sub-category";
            this.mAddNewCategory.Click += new System.EventHandler(this.mAddNewCategory_Click);
            // 
            // mRemove
            // 
            this.mRemove.Image = global::Fwk.Security.Admin.Properties.Resources.cancel_16;
            this.mRemove.Name = "mRemove";
            this.mRemove.Size = new System.Drawing.Size(202, 24);
            this.mRemove.Text = "Remove";
            this.mRemove.Click += new System.EventHandler(this.mRemove_Click);
            // 
            // addRuleToolStripMenuItem
            // 
            this.addRuleToolStripMenuItem.Image = global::Fwk.Security.Admin.Properties.Resources.admin_24;
            this.addRuleToolStripMenuItem.Name = "addRuleToolStripMenuItem";
            this.addRuleToolStripMenuItem.Size = new System.Drawing.Size(202, 24);
            this.addRuleToolStripMenuItem.Text = "Add rule";
            // 
            // addRootcategoryToolStripMenuItem
            // 
            this.addRootcategoryToolStripMenuItem.Image = global::Fwk.Security.Admin.Properties.Resources.Folder_2_Down;
            this.addRootcategoryToolStripMenuItem.Name = "addRootcategoryToolStripMenuItem";
            this.addRootcategoryToolStripMenuItem.Size = new System.Drawing.Size(202, 24);
            this.addRootcategoryToolStripMenuItem.Text = "Add root-category";
            this.addRootcategoryToolStripMenuItem.Click += new System.EventHandler(this.addRootcategoryToolStripMenuItem_Click);
            // 
            // categoryTreeBindingSource
            // 
            this.categoryTreeBindingSource.DataSource = typeof(Fwk.Security.Admin.CategoryTree);
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.labelControl1.Location = new System.Drawing.Point(558, 46);
            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(91, 21);
            this.labelControl1.TabIndex = 32;
            this.labelControl1.Text = "Categories";
            // 
            // grdAllRules
            // 
            this.grdAllRules.AllowDrop = true;
            this.grdAllRules.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.grdAllRules.ContextMenuStrip = this.contextMenu_Rules;
            this.grdAllRules.DataSource = this.fwkAuthorizationRuleBindingSource;
            this.grdAllRules.Location = new System.Drawing.Point(5, 75);
            this.grdAllRules.MainView = this.gridView_AllRules;
            this.grdAllRules.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.grdAllRules.Name = "grdAllRules";
            this.grdAllRules.Size = new System.Drawing.Size(453, 530);
            this.grdAllRules.TabIndex = 37;
            this.grdAllRules.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView_AllRules,
            this.gridView4});
            this.grdAllRules.DragOver += new System.Windows.Forms.DragEventHandler(this.grdAllRules_DragOver);
            this.grdAllRules.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView_AllRules_MouseDown);
            this.grdAllRules.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gridView_AllRules_MouseMove);
            // 
            // fwkAuthorizationRuleBindingSource
            // 
            this.fwkAuthorizationRuleBindingSource.DataSource = typeof(Fwk.Security.FwkAuthorizationRule);
            // 
            // gridView_AllRules
            // 
            this.gridView_AllRules.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3});
            this.gridView_AllRules.GridControl = this.grdAllRules;
            this.gridView_AllRules.Name = "gridView_AllRules";
            this.gridView_AllRules.OptionsFilter.AllowFilterEditor = false;
            this.gridView_AllRules.OptionsFind.AlwaysVisible = true;
            this.gridView_AllRules.OptionsLayout.Columns.AddNewColumns = false;
            this.gridView_AllRules.OptionsMenu.EnableColumnMenu = false;
            this.gridView_AllRules.OptionsMenu.EnableFooterMenu = false;
            this.gridView_AllRules.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridView_AllRules.OptionsMenu.ShowGroupSortSummaryItems = false;
            this.gridView_AllRules.OptionsSelection.InvertSelection = true;
            this.gridView_AllRules.OptionsSelection.UseIndicatorForSelection = false;
            this.gridView_AllRules.OptionsView.ShowColumnHeaders = false;
            this.gridView_AllRules.OptionsView.ShowDetailButtons = false;
            this.gridView_AllRules.OptionsView.ShowGroupPanel = false;
            this.gridView_AllRules.OptionsView.ShowVertLines = false;
            this.gridView_AllRules.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView_AllRules_MouseDown);
            this.gridView_AllRules.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gridView_AllRules_MouseMove);
            this.gridView_AllRules.DoubleClick += new System.EventHandler(this.gridView_AllRules_DoubleClick);
            // 
            // gridColumn3
            // 
            this.gridColumn3.FieldName = "Name";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowEdit = false;
            this.gridColumn3.OptionsColumn.ReadOnly = true;
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            // 
            // gridView4
            // 
            this.gridView4.GridControl = this.grdAllRules;
            this.gridView4.Name = "gridView4";
            // 
            // lblCurrentCategory
            // 
            this.lblCurrentCategory.Appearance.ForeColor = System.Drawing.Color.DimGray;
            this.lblCurrentCategory.Location = new System.Drawing.Point(672, 51);
            this.lblCurrentCategory.Name = "lblCurrentCategory";
            this.lblCurrentCategory.Size = new System.Drawing.Size(7, 16);
            this.lblCurrentCategory.TabIndex = 38;
            this.lblCurrentCategory.Text = "_";
            // 
            // lblSelectedRule
            // 
            this.lblSelectedRule.Appearance.ForeColor = System.Drawing.Color.DimGray;
            this.lblSelectedRule.Location = new System.Drawing.Point(5, 50);
            this.lblSelectedRule.Name = "lblSelectedRule";
            this.lblSelectedRule.Size = new System.Drawing.Size(4, 16);
            this.lblSelectedRule.TabIndex = 39;
            this.lblSelectedRule.Text = ".";
            // 
            // btnAddNewRule
            // 
            this.btnAddNewRule.Image = global::Fwk.Security.Admin.Properties.Resources.file_add_16;
            this.btnAddNewRule.Location = new System.Drawing.Point(177, 49);
            this.btnAddNewRule.Name = "btnAddNewRule";
            this.btnAddNewRule.Size = new System.Drawing.Size(105, 26);
            this.btnAddNewRule.TabIndex = 40;
            this.btnAddNewRule.Text = "Add Rule";
            this.btnAddNewRule.Click += new System.EventHandler(this.btnAddNewRule_Click);
            // 
            // contextMenu_Rules
            // 
            this.contextMenu_Rules.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mDeleteRule,
            this.mCreateRuele,
            this.mUpdateRule});
            this.contextMenu_Rules.Name = "contextMenuStrip1";
            this.contextMenu_Rules.Size = new System.Drawing.Size(234, 98);
            // 
            // mDeleteRule
            // 
            this.mDeleteRule.Image = global::Fwk.Security.Admin.Properties.Resources.cancel_16;
            this.mDeleteRule.Name = "mDeleteRule";
            this.mDeleteRule.Size = new System.Drawing.Size(233, 24);
            this.mDeleteRule.Text = "Remove from database";
            this.mDeleteRule.Click += new System.EventHandler(this.mDeleteRule_Click);
            // 
            // mCreateRuele
            // 
            this.mCreateRuele.Image = global::Fwk.Security.Admin.Properties.Resources.admin_24;
            this.mCreateRuele.Name = "mCreateRuele";
            this.mCreateRuele.Size = new System.Drawing.Size(233, 24);
            this.mCreateRuele.Text = "Create new";
            this.mCreateRuele.Click += new System.EventHandler(this.mCreateRuele_Click);
            // 
            // mUpdateRule
            // 
            this.mUpdateRule.Image = global::Fwk.Security.Admin.Properties.Resources.Folder_2_Down;
            this.mUpdateRule.Name = "mUpdateRule";
            this.mUpdateRule.Size = new System.Drawing.Size(233, 24);
            this.mUpdateRule.Text = "Update";
            this.mUpdateRule.Click += new System.EventHandler(this.mUpdateRule_Click);
            // 
            // RulesEditControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lblSelectedRule);
            this.Controls.Add(this.btnAddNewRule);
            this.Controls.Add(this.grdAllRules);
            this.Controls.Add(this.lbltitle);
            this.Controls.Add(this.treeList1);
            this.Controls.Add(this.labelControl1);
            this.Controls.Add(this.lblCurrentCategory);
            this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.Name = "RulesEditControl";
            this.Size = new System.Drawing.Size(1032, 623);
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            this.contextMenu_Categories.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.categoryTreeBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdAllRules)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fwkAuthorizationRuleBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_AllRules)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
            this.contextMenu_Rules.ResumeLayout(false);
            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()
 {
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(frmConfigTimeProjectDirectionType));
     DevExpress.XtraTreeList.FilterCondition        filterCondition1 = new DevExpress.XtraTreeList.FilterCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.colCode                = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.mnuMenu                = new System.Windows.Forms.ToolStrip();
     this.btnNew                 = new System.Windows.Forms.ToolStripButton();
     this.btnEdit                = new System.Windows.Forms.ToolStripButton();
     this.btnDelete              = new System.Windows.Forms.ToolStripButton();
     this.btnSave                = new System.Windows.Forms.ToolStripButton();
     this.btnCancel              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1    = new System.Windows.Forms.ToolStripSeparator();
     this.btnClose               = new System.Windows.Forms.ToolStripButton();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.cboParent              = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.grvCboKhachHang        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colCboCode             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCboName             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCboID               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label3                 = new System.Windows.Forms.Label();
     this.txtTimeDK              = new DevExpress.XtraEditors.TextEdit();
     this.txtQty                 = new DevExpress.XtraEditors.TextEdit();
     this.txtCode                = new System.Windows.Forms.TextBox();
     this.txtName                = new System.Windows.Forms.TextBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.label4                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.treeData               = new DevExpress.XtraTreeList.TreeList();
     this.colIDTree              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colTimeDK              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colPercentExport       = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colProjectModuleId     = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colQty                 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colTotalDateAboutENull = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     this.mnuMenu.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboParent.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvCboKhachHang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeDK.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQty.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeData)).BeginInit();
     this.SuspendLayout();
     //
     // colName
     //
     this.colName.AppearanceCell.Options.UseTextOptions = true;
     this.colName.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colName.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colName.AppearanceHeader.Options.UseFont        = true;
     this.colName.AppearanceHeader.Options.UseTextOptions = true;
     this.colName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colName.Caption    = "Tên";
     this.colName.ColumnEdit = this.repositoryItemMemoEdit2;
     this.colName.FieldName  = "Name";
     this.colName.Name       = "colName";
     this.colName.OptionsColumn.AllowEdit = false;
     this.colName.OptionsColumn.AllowSort = false;
     this.colName.Visible      = true;
     this.colName.VisibleIndex = 1;
     this.colName.Width        = 330;
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // colCode
     //
     this.colCode.AppearanceCell.Options.UseTextOptions = true;
     this.colCode.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCode.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCode.AppearanceHeader.Options.UseFont        = true;
     this.colCode.AppearanceHeader.Options.UseTextOptions = true;
     this.colCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCode.Caption    = "Mã";
     this.colCode.ColumnEdit = this.repositoryItemMemoEdit2;
     this.colCode.FieldName  = "Code";
     this.colCode.Name       = "colCode";
     this.colCode.OptionsColumn.AllowEdit = false;
     this.colCode.OptionsColumn.AllowSort = false;
     this.colCode.Visible      = true;
     this.colCode.VisibleIndex = 0;
     this.colCode.Width        = 86;
     //
     // mnuMenu
     //
     this.mnuMenu.AutoSize  = false;
     this.mnuMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.mnuMenu.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mnuMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.mnuMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnNew,
         this.btnEdit,
         this.btnDelete,
         this.btnSave,
         this.btnCancel,
         this.toolStripSeparator1,
         this.btnClose
     });
     this.mnuMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.mnuMenu.Location    = new System.Drawing.Point(0, 0);
     this.mnuMenu.Name        = "mnuMenu";
     this.mnuMenu.RenderMode  = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.mnuMenu.Size        = new System.Drawing.Size(646, 42);
     this.mnuMenu.TabIndex    = 20;
     this.mnuMenu.Text        = "toolStrip2";
     //
     // btnNew
     //
     this.btnNew.AutoSize = false;
     this.btnNew.Image    = ((System.Drawing.Image)(resources.GetObject("btnNew.Image")));
     this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(55, 40);
     this.btnNew.Tag  = "Form_Department_Add";
     this.btnNew.Text = "&Thêm";
     this.btnNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnNew.Click            += new System.EventHandler(this.btnNew_Click);
     //
     // btnEdit
     //
     this.btnEdit.AutoSize = false;
     this.btnEdit.Image    = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
     this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(55, 40);
     this.btnEdit.Tag  = "Form_Department_Edit";
     this.btnEdit.Text = "Sửa";
     this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnEdit.Click            += new System.EventHandler(this.btnEdit_Click);
     //
     // btnDelete
     //
     this.btnDelete.AutoSize = false;
     this.btnDelete.Image    = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(55, 40);
     this.btnDelete.Tag  = "Form_Department_Del";
     this.btnDelete.Text = "Xóa";
     this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnDelete.Click            += new System.EventHandler(this.btnDelete_Click);
     //
     // btnSave
     //
     this.btnSave.AutoSize = false;
     this.btnSave.Image    = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSave.Name              = "btnSave";
     this.btnSave.Size              = new System.Drawing.Size(55, 40);
     this.btnSave.Text              = "Ghi";
     this.btnSave.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnSave.Visible           = false;
     this.btnSave.Click            += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.btnCancel.AutoSize              = false;
     this.btnCancel.Image                 = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(55, 40);
     this.btnCancel.Text = "Hủy";
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnCancel.Visible           = false;
     this.btnCancel.Click            += new System.EventHandler(this.btnCancel_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(6, 40);
     //
     // btnClose
     //
     this.btnClose.AutoSize              = false;
     this.btnClose.Image                 = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(55, 40);
     this.btnClose.Text = "Thoát";
     this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.groupBox1.Controls.Add(this.cboParent);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtTimeDK);
     this.groupBox1.Controls.Add(this.txtQty);
     this.groupBox1.Controls.Add(this.txtCode);
     this.groupBox1.Controls.Add(this.txtName);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(0, 45);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(646, 103);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop  = false;
     //
     // cboParent
     //
     this.cboParent.Location = new System.Drawing.Point(69, 71);
     this.cboParent.Name     = "cboParent";
     this.cboParent.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 7F);
     this.cboParent.Properties.Appearance.Options.UseFont = true;
     this.cboParent.Properties.AutoHeight = false;
     this.cboParent.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cboParent.Properties.NullText = "";
     this.cboParent.Properties.View     = this.grvCboKhachHang;
     this.cboParent.Size     = new System.Drawing.Size(363, 20);
     this.cboParent.TabIndex = 216;
     //
     // grvCboKhachHang
     //
     this.grvCboKhachHang.Appearance.FocusedRow.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.grvCboKhachHang.Appearance.FocusedRow.Options.UseBackColor       = true;
     this.grvCboKhachHang.Appearance.HideSelectionRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.grvCboKhachHang.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.grvCboKhachHang.Appearance.SelectedRow.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.grvCboKhachHang.Appearance.SelectedRow.Options.UseBackColor      = true;
     this.grvCboKhachHang.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCboCode,
         this.colCboName,
         this.colCboID
     });
     this.grvCboKhachHang.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.grvCboKhachHang.Name           = "grvCboKhachHang";
     this.grvCboKhachHang.OptionsBehavior.AutoExpandAllGroups          = true;
     this.grvCboKhachHang.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.grvCboKhachHang.OptionsView.ColumnAutoWidth    = false;
     this.grvCboKhachHang.OptionsView.ShowGroupedColumns = true;
     this.grvCboKhachHang.OptionsView.ShowGroupPanel     = false;
     //
     // colCboCode
     //
     this.colCboCode.AppearanceCell.Options.UseTextOptions = true;
     this.colCboCode.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colCboCode.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboCode.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCboCode.AppearanceHeader.Options.UseFont        = true;
     this.colCboCode.AppearanceHeader.Options.UseTextOptions = true;
     this.colCboCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCboCode.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboCode.Caption   = "Mã";
     this.colCboCode.FieldName = "Code";
     this.colCboCode.Name      = "colCboCode";
     this.colCboCode.OptionsColumn.AllowEdit = false;
     this.colCboCode.Visible      = true;
     this.colCboCode.VisibleIndex = 0;
     //
     // colCboName
     //
     this.colCboName.AppearanceCell.Options.UseTextOptions = true;
     this.colCboName.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colCboName.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboName.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCboName.AppearanceHeader.Options.UseFont        = true;
     this.colCboName.AppearanceHeader.Options.UseTextOptions = true;
     this.colCboName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCboName.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboName.Caption   = "Tên";
     this.colCboName.FieldName = "Name";
     this.colCboName.Name      = "colCboName";
     this.colCboName.OptionsColumn.AllowEdit = false;
     this.colCboName.Visible      = true;
     this.colCboName.VisibleIndex = 1;
     this.colCboName.Width        = 309;
     //
     // colCboID
     //
     this.colCboID.AppearanceCell.Options.UseTextOptions = true;
     this.colCboID.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colCboID.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboID.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCboID.AppearanceHeader.Options.UseFont        = true;
     this.colCboID.AppearanceHeader.Options.UseTextOptions = true;
     this.colCboID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCboID.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboID.Caption   = "ID";
     this.colCboID.FieldName = "ID";
     this.colCboID.Name      = "colCboID";
     this.colCboID.OptionsColumn.AllowEdit = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 74);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(56, 13);
     this.label3.TabIndex = 215;
     this.label3.Text     = "Nhóm cha";
     //
     // txtTimeDK
     //
     this.txtTimeDK.EditValue = "0";
     this.txtTimeDK.Location  = new System.Drawing.Point(530, 42);
     this.txtTimeDK.Name      = "txtTimeDK";
     this.txtTimeDK.Properties.DisplayFormat.FormatString = "n0";
     this.txtTimeDK.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.txtTimeDK.Properties.EditFormat.FormatString    = "n0";
     this.txtTimeDK.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.txtTimeDK.Properties.Mask.EditMask = "n1";
     this.txtTimeDK.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txtTimeDK.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.txtTimeDK.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtTimeDK.Size        = new System.Drawing.Size(104, 20);
     this.txtTimeDK.TabIndex    = 10;
     //
     // txtQty
     //
     this.txtQty.EditValue = "0";
     this.txtQty.Location  = new System.Drawing.Point(530, 14);
     this.txtQty.Name      = "txtQty";
     this.txtQty.Properties.DisplayFormat.FormatString = "n0";
     this.txtQty.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.txtQty.Properties.EditFormat.FormatString    = "n0";
     this.txtQty.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.txtQty.Properties.Mask.EditMask = "n1";
     this.txtQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txtQty.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.txtQty.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtQty.Size        = new System.Drawing.Size(104, 20);
     this.txtQty.TabIndex    = 10;
     //
     // txtCode
     //
     this.txtCode.Location = new System.Drawing.Point(69, 14);
     this.txtCode.Name     = "txtCode";
     this.txtCode.Size     = new System.Drawing.Size(134, 20);
     this.txtCode.TabIndex = 0;
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(69, 42);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(363, 20);
     this.txtName.TabIndex = 1;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(461, 45);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(66, 13);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Thời gian (h)";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(40, 45);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(26, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Tên";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(507, 18);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(20, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "SL";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(44, 17);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(22, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mã";
     //
     // treeData
     //
     this.treeData.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.treeData.Appearance.FocusedRow.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.FocusedRow.BackColor2                 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.FocusedRow.Options.UseBackColor       = true;
     this.treeData.Appearance.HideSelectionRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.HideSelectionRow.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.treeData.Appearance.SelectedRow.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.SelectedRow.BackColor2                = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.SelectedRow.Options.UseBackColor      = true;
     this.treeData.ColumnPanelRowHeight = 30;
     this.treeData.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colIDTree,
         this.colName,
         this.colCode,
         this.colTimeDK,
         this.colPercentExport,
         this.colProjectModuleId,
         this.colQty,
         this.colTotalDateAboutENull
     });
     this.treeData.CustomizationFormBounds = new System.Drawing.Rectangle(1080, 502, 216, 323);
     filterCondition1.Column    = this.colName;
     filterCondition1.Condition = DevExpress.XtraTreeList.FilterConditionEnum.Contains;
     filterCondition1.Value1    = "<Null>";
     filterCondition1.Value2    = "<Null>";
     filterCondition1.Visible   = true;
     this.treeData.FilterConditions.AddRange(new DevExpress.XtraTreeList.FilterCondition[] {
         filterCondition1
     });
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.colCode;
     this.treeData.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeData.Location = new System.Drawing.Point(0, 154);
     this.treeData.Name     = "treeData";
     this.treeData.OptionsBehavior.Editable        = false;
     this.treeData.OptionsBehavior.EnableFiltering = true;
     this.treeData.OptionsSelection.MultiSelect    = true;
     this.treeData.OptionsView.AutoWidth           = false;
     this.treeData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemMemoEdit2
     });
     this.treeData.Size         = new System.Drawing.Size(646, 363);
     this.treeData.TabIndex     = 27;
     this.treeData.DoubleClick += new System.EventHandler(this.treeData_DoubleClick);
     //
     // colIDTree
     //
     this.colIDTree.Caption   = "Mã nhóm";
     this.colIDTree.FieldName = "ID";
     this.colIDTree.Name      = "colIDTree";
     this.colIDTree.OptionsColumn.AllowEdit = false;
     //
     // colTimeDK
     //
     this.colTimeDK.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colTimeDK.AppearanceCell.Options.UseFont          = true;
     this.colTimeDK.AppearanceCell.Options.UseTextOptions   = true;
     this.colTimeDK.AppearanceCell.TextOptions.VAlignment   = DevExpress.Utils.VertAlignment.Center;
     this.colTimeDK.AppearanceCell.TextOptions.WordWrap     = DevExpress.Utils.WordWrap.Wrap;
     this.colTimeDK.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colTimeDK.AppearanceHeader.Options.UseFont        = true;
     this.colTimeDK.AppearanceHeader.Options.UseTextOptions = true;
     this.colTimeDK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTimeDK.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colTimeDK.Caption             = "Thời gian (h)";
     this.colTimeDK.FieldName           = "TimeDK";
     this.colTimeDK.Format.FormatString = "n1";
     this.colTimeDK.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTimeDK.Name = "colTimeDK";
     this.colTimeDK.OptionsColumn.AllowEdit = false;
     this.colTimeDK.OptionsColumn.AllowSort = false;
     this.colTimeDK.Visible      = true;
     this.colTimeDK.VisibleIndex = 3;
     this.colTimeDK.Width        = 93;
     //
     // colPercentExport
     //
     this.colPercentExport.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colPercentExport.AppearanceCell.Options.UseFont          = true;
     this.colPercentExport.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colPercentExport.AppearanceHeader.Options.UseFont        = true;
     this.colPercentExport.AppearanceHeader.Options.UseTextOptions = true;
     this.colPercentExport.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colPercentExport.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colPercentExport.Caption             = "% đã xuất";
     this.colPercentExport.FieldName           = "PercentExport";
     this.colPercentExport.Format.FormatString = "n0";
     this.colPercentExport.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colPercentExport.Name = "colPercentExport";
     this.colPercentExport.OptionsColumn.AllowEdit = false;
     this.colPercentExport.OptionsColumn.AllowSort = false;
     //
     // colProjectModuleId
     //
     this.colProjectModuleId.Caption   = "ProjectModuleId";
     this.colProjectModuleId.FieldName = "ProjectModuleId";
     this.colProjectModuleId.Name      = "colProjectModuleId";
     //
     // colQty
     //
     this.colQty.AppearanceCell.Options.UseTextOptions = true;
     this.colQty.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colQty.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colQty.AppearanceHeader.Options.UseFont        = true;
     this.colQty.AppearanceHeader.Options.UseTextOptions = true;
     this.colQty.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colQty.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colQty.Caption             = "Số lượng";
     this.colQty.FieldName           = "Qty";
     this.colQty.Format.FormatString = "n1";
     this.colQty.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colQty.Name         = "colQty";
     this.colQty.Visible      = true;
     this.colQty.VisibleIndex = 2;
     this.colQty.Width        = 91;
     //
     // colTotalDateAboutENull
     //
     this.colTotalDateAboutENull.Caption             = "TotalDateAboutENull";
     this.colTotalDateAboutENull.FieldName           = "TotalDateAboutENull";
     this.colTotalDateAboutENull.Format.FormatString = "n0";
     this.colTotalDateAboutENull.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTotalDateAboutENull.Name = "colTotalDateAboutENull";
     //
     // frmConfigTimeProjectDirectionType
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(646, 521);
     this.Controls.Add(this.treeData);
     this.Controls.Add(this.mnuMenu);
     this.Controls.Add(this.groupBox1);
     this.Name  = "frmConfigTimeProjectDirectionType";
     this.Text  = "Cấu hình thời gian cho loại chỉ thị";
     this.Load += new System.EventHandler(this.frmConfigTimeProjectDirectionType_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     this.mnuMenu.ResumeLayout(false);
     this.mnuMenu.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboParent.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvCboKhachHang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeDK.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQty.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeData)).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(FrmFunctionPointSetup));
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.barManager1            = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                   = new DevExpress.XtraBars.Bar();
     this.bbiSetup               = new DevExpress.XtraBars.BarButtonItem();
     this.bbiRole                = new DevExpress.XtraBars.BarButtonItem();
     this.bbiEmp                 = new DevExpress.XtraBars.BarButtonItem();
     this.bbiSave                = new DevExpress.XtraBars.BarButtonItem();
     this.bbiCancel              = new DevExpress.XtraBars.BarButtonItem();
     this.bbiExport              = new DevExpress.XtraBars.BarButtonItem();
     this.bbiClose               = 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.tlSysObject            = new DevExpress.XtraTreeList.TreeList();
     this.tlcCode                = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tlcName                = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gcRole                 = new DevExpress.XtraGrid.GridControl();
     this.gvRole                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gclRoleCode            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gclRoleName            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcEmp                  = new DevExpress.XtraGrid.GridControl();
     this.gvEmp                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gclEmpCode             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gclEmpName             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControl1          = new DevExpress.XtraEditors.GroupControl();
     this.teDescribe             = new DevExpress.XtraEditors.TextEdit();
     this.teName                 = new DevExpress.XtraEditors.TextEdit();
     this.teCode                 = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1          = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tlSysObject)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcRole)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRole)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcEmp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvEmp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.teDescribe.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.teName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.teCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.Name           = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.ValueChecked   = "1";
     this.repositoryItemCheckEdit1.ValueUnchecked = "0";
     //
     // barManager1
     //
     this.barManager1.AllowCustomization      = false;
     this.barManager1.AllowQuickCustomization = false;
     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.Form = this;
     this.barManager1.HideBarsWhenMerging = false;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbiClose,
         this.bbiExport,
         this.bbiEmp,
         this.bbiRole,
         this.bbiSave,
         this.bbiCancel,
         this.bbiSetup
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 32;
     //
     // bar2
     //
     this.bar2.BarName      = "Custom 2";
     this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.bar2.DockCol      = 0;
     this.bar2.DockRow      = 0;
     this.bar2.DockStyle    = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiSetup, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiRole, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiEmp),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiSave, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiCancel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiExport, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiClose)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DisableClose            = true;
     this.bar2.OptionsBar.DisableCustomization    = true;
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "工具菜单";
     //
     // bbiSetup
     //
     this.bbiSetup.Caption            = "权限设置";
     this.bbiSetup.Id                 = 31;
     this.bbiSetup.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiSetup.ImageOptions.Image")));
     this.bbiSetup.Name               = "bbiSetup";
     this.bbiSetup.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSetup_ItemClick);
     //
     // bbiRole
     //
     this.bbiRole.Caption            = "角色";
     this.bbiRole.Id                 = 28;
     this.bbiRole.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiRole.ImageOptions.Image")));
     this.bbiRole.Name               = "bbiRole";
     this.bbiRole.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiRole_ItemClick);
     //
     // bbiEmp
     //
     this.bbiEmp.Caption            = "人员";
     this.bbiEmp.Id                 = 27;
     this.bbiEmp.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiEmp.ImageOptions.Image")));
     this.bbiEmp.Name               = "bbiEmp";
     this.bbiEmp.PaintStyle         = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiEmp.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiEmp_ItemClick);
     //
     // bbiSave
     //
     this.bbiSave.Caption            = "保存";
     this.bbiSave.Id                 = 29;
     this.bbiSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiSave.ImageOptions.Image")));
     this.bbiSave.Name               = "bbiSave";
     this.bbiSave.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSave_ItemClick);
     //
     // bbiCancel
     //
     this.bbiCancel.Caption            = "取消";
     this.bbiCancel.Id                 = 30;
     this.bbiCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiCancel.ImageOptions.Image")));
     this.bbiCancel.Name               = "bbiCancel";
     this.bbiCancel.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiCancel_ItemClick);
     //
     // bbiExport
     //
     this.bbiExport.Caption            = "导出";
     this.bbiExport.Id                 = 19;
     this.bbiExport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.Image")));
     this.bbiExport.Name               = "bbiExport";
     this.bbiExport.PaintStyle         = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiExport.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExport_ItemClick);
     //
     // bbiClose
     //
     this.bbiClose.Caption                 = "退出";
     this.bbiClose.Id                      = 5;
     this.bbiClose.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbiClose.ImageOptions.Image")));
     this.bbiClose.ImageOptions.ImageIndex = 9;
     this.bbiClose.Name                    = "bbiClose";
     this.bbiClose.PaintStyle              = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiClose.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiClose_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.Manager          = this.barManager1;
     this.barDockControlTop.Margin           = new System.Windows.Forms.Padding(6);
     this.barDockControlTop.Size             = new System.Drawing.Size(1899, 40);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 998);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Margin           = new System.Windows.Forms.Padding(6);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1899, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 40);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Margin           = new System.Windows.Forms.Padding(6);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 958);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1899, 40);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Margin           = new System.Windows.Forms.Padding(6);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 958);
     //
     // tlSysObject
     //
     this.tlSysObject.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.tlcCode,
         this.tlcName
     });
     this.tlSysObject.Cursor                               = System.Windows.Forms.Cursors.Default;
     this.tlSysObject.Dock                                 = System.Windows.Forms.DockStyle.Fill;
     this.tlSysObject.FixedLineWidth                       = 4;
     this.tlSysObject.Font                                 = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Silver;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1                          = "0";
     this.tlSysObject.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.tlSysObject.KeyFieldName = "Code";
     this.tlSysObject.Location     = new System.Drawing.Point(0, 0);
     this.tlSysObject.Margin       = new System.Windows.Forms.Padding(6);
     this.tlSysObject.MinWidth     = 37;
     this.tlSysObject.Name         = "tlSysObject";
     this.tlSysObject.BeginUnboundLoad();
     this.tlSysObject.AppendNode(new object[] {
         "SYS",
         "系统基础模块"
     }, -1);
     this.tlSysObject.AppendNode(new object[] {
         "SYS-W01",
         "系统对象设置"
     }, 0);
     this.tlSysObject.AppendNode(new object[] {
         "SYS-W02",
         "系统功能点权限设置"
     }, 0);
     this.tlSysObject.EndUnboundLoad();
     this.tlSysObject.OptionsBehavior.Editable = false;
     this.tlSysObject.OptionsBehavior.PopulateServiceColumns = true;
     this.tlSysObject.OptionsNavigation.EnterMovesNextColumn = true;
     this.tlSysObject.OptionsView.EnableAppearanceEvenRow    = true;
     this.tlSysObject.OptionsView.EnableAppearanceOddRow     = true;
     this.tlSysObject.OptionsView.ShowFilterPanelMode        = DevExpress.XtraTreeList.ShowFilterPanelMode.Never;
     this.tlSysObject.OptionsView.ShowIndicator = false;
     this.tlSysObject.ParentFieldName           = "";
     this.tlSysObject.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.tlSysObject.RootValue           = "";
     this.tlSysObject.Size                = new System.Drawing.Size(1018, 958);
     this.tlSysObject.TabIndex            = 4;
     this.tlSysObject.TreeLevelWidth      = 33;
     this.tlSysObject.AfterExpand        += new DevExpress.XtraTreeList.NodeEventHandler(this.tlSysObject_AfterExpand);
     this.tlSysObject.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.tlSysObject_FocusedNodeChanged);
     //
     // tlcCode
     //
     this.tlcCode.AppearanceHeader.Options.UseTextOptions = true;
     this.tlcCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tlcCode.Caption      = "代码";
     this.tlcCode.FieldName    = "Code";
     this.tlcCode.MinWidth     = 93;
     this.tlcCode.Name         = "tlcCode";
     this.tlcCode.Visible      = true;
     this.tlcCode.VisibleIndex = 0;
     this.tlcCode.Width        = 716;
     //
     // tlcName
     //
     this.tlcName.AppearanceHeader.Options.UseTextOptions = true;
     this.tlcName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tlcName.Caption      = "名称";
     this.tlcName.FieldName    = "Name";
     this.tlcName.MinWidth     = 149;
     this.tlcName.Name         = "tlcName";
     this.tlcName.Visible      = true;
     this.tlcName.VisibleIndex = 1;
     this.tlcName.Width        = 1723;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 40);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.tlSysObject);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
     this.splitContainerControl1.Panel2.Controls.Add(this.groupControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1899, 958);
     this.splitContainerControl1.SplitterPosition = 876;
     this.splitContainerControl1.TabIndex         = 9;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
     this.splitContainerControl2.Location   = new System.Drawing.Point(0, 233);
     this.splitContainerControl2.Name       = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.gcRole);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.gcEmp);
     this.splitContainerControl2.Panel2.Text      = "Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(876, 725);
     this.splitContainerControl2.SplitterPosition = 423;
     this.splitContainerControl2.TabIndex         = 63;
     this.splitContainerControl2.Text             = "splitContainerControl2";
     //
     // gcRole
     //
     this.gcRole.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcRole.Location = new System.Drawing.Point(0, 0);
     this.gcRole.MainView = this.gvRole;
     this.gcRole.Name     = "gcRole";
     this.gcRole.Size     = new System.Drawing.Size(423, 725);
     this.gcRole.TabIndex = 20;
     this.gcRole.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvRole
     });
     //
     // gvRole
     //
     this.gvRole.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gclRoleCode,
         this.gclRoleName
     });
     this.gvRole.GridControl                                  = this.gcRole;
     this.gvRole.GroupPanelText                               = "可使用的角色";
     this.gvRole.Name                                         = "gvRole";
     this.gvRole.OptionsBehavior.Editable                     = false;
     this.gvRole.OptionsCustomization.AllowGroup              = false;
     this.gvRole.OptionsCustomization.AllowQuickHideColumns   = false;
     this.gvRole.OptionsSelection.MultiSelect                 = true;
     this.gvRole.OptionsView.EnableAppearanceEvenRow          = true;
     this.gvRole.OptionsView.EnableAppearanceOddRow           = true;
     this.gvRole.OptionsView.ShowFilterPanelMode              = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvRole.OptionsView.ShowGroupPanel                   = false;
     this.gvRole.OptionsView.ShowGroupPanelColumnsAsSingleRow = true;
     this.gvRole.OptionsView.ShowIndicator                    = false;
     this.gvRole.DoubleClick                                 += new System.EventHandler(this.gvRole_DoubleClick);
     //
     // gclRoleCode
     //
     this.gclRoleCode.AppearanceHeader.Options.UseTextOptions = true;
     this.gclRoleCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gclRoleCode.Caption      = "代码";
     this.gclRoleCode.FieldName    = "Code";
     this.gclRoleCode.Name         = "gclRoleCode";
     this.gclRoleCode.Visible      = true;
     this.gclRoleCode.VisibleIndex = 0;
     this.gclRoleCode.Width        = 417;
     //
     // gclRoleName
     //
     this.gclRoleName.AppearanceHeader.Options.UseTextOptions = true;
     this.gclRoleName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gclRoleName.Caption      = "角色名称";
     this.gclRoleName.FieldName    = "Name";
     this.gclRoleName.Name         = "gclRoleName";
     this.gclRoleName.Visible      = true;
     this.gclRoleName.VisibleIndex = 1;
     this.gclRoleName.Width        = 1085;
     //
     // gcEmp
     //
     this.gcEmp.Cursor   = System.Windows.Forms.Cursors.Default;
     this.gcEmp.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcEmp.Location = new System.Drawing.Point(0, 0);
     this.gcEmp.MainView = this.gvEmp;
     this.gcEmp.Name     = "gcEmp";
     this.gcEmp.Size     = new System.Drawing.Size(448, 725);
     this.gcEmp.TabIndex = 19;
     this.gcEmp.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvEmp
     });
     //
     // gvEmp
     //
     this.gvEmp.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gclEmpCode,
         this.gclEmpName
     });
     this.gvEmp.GridControl    = this.gcEmp;
     this.gvEmp.GroupPanelText = "可使用的职工";
     this.gvEmp.Name           = "gvEmp";
     this.gvEmp.OptionsBehavior.AllowFixedGroups           = DevExpress.Utils.DefaultBoolean.False;
     this.gvEmp.OptionsBehavior.Editable                   = false;
     this.gvEmp.OptionsCustomization.AllowGroup            = false;
     this.gvEmp.OptionsCustomization.AllowQuickHideColumns = false;
     this.gvEmp.OptionsSelection.MultiSelect               = true;
     this.gvEmp.OptionsView.EnableAppearanceEvenRow        = true;
     this.gvEmp.OptionsView.EnableAppearanceOddRow         = true;
     this.gvEmp.OptionsView.ShowGroupedColumns             = true;
     this.gvEmp.OptionsView.ShowGroupExpandCollapseButtons = false;
     this.gvEmp.OptionsView.ShowGroupPanel                 = false;
     this.gvEmp.OptionsView.ShowIndicator                  = false;
     this.gvEmp.DoubleClick += new System.EventHandler(this.gvEmp_DoubleClick);
     //
     // gclEmpCode
     //
     this.gclEmpCode.AppearanceHeader.Options.UseTextOptions = true;
     this.gclEmpCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gclEmpCode.Caption      = "工号";
     this.gclEmpCode.FieldName    = "Code";
     this.gclEmpCode.Name         = "gclEmpCode";
     this.gclEmpCode.Visible      = true;
     this.gclEmpCode.VisibleIndex = 0;
     this.gclEmpCode.Width        = 115;
     //
     // gclEmpName
     //
     this.gclEmpName.AppearanceHeader.Options.UseTextOptions = true;
     this.gclEmpName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gclEmpName.Caption      = "姓名";
     this.gclEmpName.FieldName    = "Name";
     this.gclEmpName.Name         = "gclEmpName";
     this.gclEmpName.Visible      = true;
     this.gclEmpName.VisibleIndex = 1;
     this.gclEmpName.Width        = 207;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.teDescribe);
     this.groupControl1.Controls.Add(this.teName);
     this.groupControl1.Controls.Add(this.teCode);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.labelControl2);
     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(876, 233);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text     = "功能点信息";
     //
     // teDescribe
     //
     this.teDescribe.Location            = new System.Drawing.Point(127, 175);
     this.teDescribe.MenuManager         = this.barManager1;
     this.teDescribe.Name                = "teDescribe";
     this.teDescribe.Properties.ReadOnly = true;
     this.teDescribe.Size                = new System.Drawing.Size(698, 20);
     this.teDescribe.TabIndex            = 6;
     //
     // teName
     //
     this.teName.Location            = new System.Drawing.Point(127, 117);
     this.teName.MenuManager         = this.barManager1;
     this.teName.Name                = "teName";
     this.teName.Properties.ReadOnly = true;
     this.teName.Size                = new System.Drawing.Size(456, 20);
     this.teName.TabIndex            = 5;
     //
     // teCode
     //
     this.teCode.Location            = new System.Drawing.Point(127, 59);
     this.teCode.MenuManager         = this.barManager1;
     this.teCode.Name                = "teCode";
     this.teCode.Properties.ReadOnly = true;
     this.teCode.Size                = new System.Drawing.Size(141, 20);
     this.teCode.TabIndex            = 4;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(49, 179);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(36, 14);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text     = "备注:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(49, 122);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(36, 14);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text     = "名称:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(49, 65);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(36, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "代码:";
     //
     // FrmFunctionPointSetup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1899, 998);
     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.Name = "FrmFunctionPointSetup";
     this.Text = "功能点权限设置";
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tlSysObject)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcRole)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRole)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcEmp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvEmp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.teDescribe.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.teName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.teCode.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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SalaryTreeForm));
     this.已撤销       = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.称         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.类型        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemImageComboBox节点类型 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
     this.序号        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.代码        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.panel2    = new DevExpress.XtraEditors.PanelControl();
     this.btn重新启用   = new DevExpress.XtraEditors.SimpleButton();
     this.btn撤销     = new DevExpress.XtraEditors.SimpleButton();
     this.text节点名称  = new DevExpress.XtraEditors.TextEdit();
     this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
     this.btnAdd    = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox节点类型)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panel2)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.text节点名称.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // 已撤销
     //
     this.已撤销.Caption   = "已撤销";
     this.已撤销.FieldName = "已撤销";
     this.已撤销.Name      = "已撤销";
     //
     // treeList1
     //
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.称,
         this.类型,
         this.序号,
         this.已撤销,
         this.代码
     });
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     styleFormatCondition1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Italic);
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Gray;
     styleFormatCondition1.Appearance.Options.UseFont      = true;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.已撤销;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = true;
     this.treeList1.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeList1.ImageIndexFieldName = "类型";
     this.treeList1.KeyFieldName        = "标识";
     this.treeList1.Location            = new System.Drawing.Point(0, 44);
     this.treeList1.Name = "treeList1";
     this.treeList1.BeginUnboundLoad();
     this.treeList1.AppendNode(new object[] {
         "55",
         null,
         null,
         null,
         null
     }, -1);
     this.treeList1.AppendNode(new object[] {
         "jkhj",
         null,
         null,
         null,
         null
     }, 0, 1, 1, -1);
     this.treeList1.AppendNode(new object[] {
         "jjjjj",
         null,
         null,
         null,
         null
     }, 1, 2, 2, -1);
     this.treeList1.EndUnboundLoad();
     this.treeList1.OptionsBehavior.PopulateServiceColumns = true;
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.OptionsView.EnableAppearanceEvenRow = true;
     this.treeList1.ParentFieldName = "上级";
     this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageComboBox节点类型
     });
     this.treeList1.SelectImageList     = this.imageCollection1;
     this.treeList1.Size                = new System.Drawing.Size(852, 307);
     this.treeList1.TabIndex            = 0;
     this.treeList1.AfterFocusNode     += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList1_AfterFocusNode);
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     //
     // 名称
     //
     this.称.Caption      = "名称";
     this.称.FieldName    = "名称";
     this.称.MinWidth     = 94;
     this.称.Name         = "名称";
     this.称.Visible      = true;
     this.称.VisibleIndex = 0;
     this.称.Width        = 213;
     //
     // 类型
     //
     this.类型.Caption    = "类型";
     this.类型.ColumnEdit = this.repositoryItemImageComboBox节点类型;
     this.类型.FieldName  = "类型";
     this.类型.Name       = "类型";
     this.类型.OptionsColumn.AllowEdit = false;
     this.类型.OptionsColumn.ReadOnly  = true;
     this.类型.Visible      = true;
     this.类型.VisibleIndex = 2;
     this.类型.Width        = 82;
     //
     // repositoryItemImageComboBox节点类型
     //
     this.repositoryItemImageComboBox节点类型.AutoHeight = false;
     this.repositoryItemImageComboBox节点类型.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox节点类型.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.repositoryItemImageComboBox节点类型.LargeImages = this.imageCollection1;
     this.repositoryItemImageComboBox节点类型.Name        = "repositoryItemImageComboBox节点类型";
     this.repositoryItemImageComboBox节点类型.SmallImages = this.imageCollection1;
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.Images.SetKeyName(0, "Object_Project.png");
     this.imageCollection1.Images.SetKeyName(1, "Object_Stage.png");
     this.imageCollection1.Images.SetKeyName(2, "Object_Task.png");
     //
     // 序号
     //
     this.序号.Caption      = "序号";
     this.序号.FieldName    = "序号";
     this.序号.Name         = "序号";
     this.序号.SortOrder    = System.Windows.Forms.SortOrder.Ascending;
     this.序号.Visible      = true;
     this.序号.VisibleIndex = 1;
     this.序号.Width        = 64;
     //
     // 代码
     //
     this.代码.Caption   = "代码";
     this.代码.FieldName = "代码";
     this.代码.Name      = "代码";
     this.代码.Width     = 133;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btn重新启用);
     this.panel2.Controls.Add(this.btn撤销);
     this.panel2.Controls.Add(this.text节点名称);
     this.panel2.Controls.Add(this.btnDelete);
     this.panel2.Controls.Add(this.btnAdd);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(852, 44);
     this.panel2.TabIndex = 9;
     //
     // btn重新启用
     //
     this.btn重新启用.Location = new System.Drawing.Point(528, 10);
     this.btn重新启用.Name     = "btn重新启用";
     this.btn重新启用.Size     = new System.Drawing.Size(92, 28);
     this.btn重新启用.TabIndex = 4;
     this.btn重新启用.Text     = "重新启用";
     this.btn重新启用.Click   += new System.EventHandler(this.btn重新启用_Click);
     //
     // btn撤销
     //
     this.btn撤销.Location = new System.Drawing.Point(430, 10);
     this.btn撤销.Name     = "btn撤销";
     this.btn撤销.Size     = new System.Drawing.Size(92, 28);
     this.btn撤销.TabIndex = 3;
     this.btn撤销.Text     = "撤销";
     this.btn撤销.Click   += new System.EventHandler(this.btn撤销_Click);
     //
     // text节点名称
     //
     this.text节点名称.Location = new System.Drawing.Point(31, 14);
     this.text节点名称.Name     = "text节点名称";
     this.text节点名称.Properties.NullValuePrompt = "请输入新增节点的名称";
     this.text节点名称.Size     = new System.Drawing.Size(197, 20);
     this.text节点名称.TabIndex = 2;
     //
     // btnDelete
     //
     this.btnDelete.Location = new System.Drawing.Point(332, 10);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(92, 28);
     this.btnDelete.TabIndex = 1;
     this.btnDelete.Text     = "删除";
     this.btnDelete.Click   += new System.EventHandler(this.btnDelete_Click);
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(234, 10);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(92, 28);
     this.btnAdd.TabIndex = 0;
     this.btnAdd.Text     = "添加子节点";
     this.btnAdd.Click   += new System.EventHandler(this.btnAdd_Click);
     //
     // SalaryTreeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(852, 351);
     this.Controls.Add(this.treeList1);
     this.Controls.Add(this.panel2);
     this.Name  = "SalaryTreeForm";
     this.Text  = "工资结构树";
     this.Load += new System.EventHandler(this.SalaryTreeForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox节点类型)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panel2)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.text节点名称.Properties)).EndInit();
     this.ResumeLayout(false);
 }
예제 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAlertMonitor));
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.treeListColumn3        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn1        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.objectImageList        = new System.Windows.Forms.ImageList(this.components);
     this.treeList1              = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn2        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.panelControl1          = new DevExpress.XtraEditors.PanelControl();
     this.label1 = new System.Windows.Forms.Label();
     this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     this.sinoSZUC_AlertResult1      = new SinoSZMetaDataQuery.AlertMonitor.SinoSZUC_AlertResult();
     this.panel2        = new System.Windows.Forms.Panel();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.sinoSZUC_GuideLineDynamicInput21 = new SinoSZMetaDataQuery.GuideLineQuery.SinoSZUC_GuideLineDynamicInput2();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // treeListColumn3
     //
     this.treeListColumn3.Caption   = "treeListColumn3";
     this.treeListColumn3.FieldName = "State";
     this.treeListColumn3.Name      = "treeListColumn3";
     this.treeListColumn3.OptionsColumn.FixedWidth = true;
     this.treeListColumn3.OptionsColumn.ReadOnly   = true;
     //
     // treeListColumn1
     //
     this.treeListColumn1.AppearanceHeader.Image            = global::SinoSZMetaDataQuery.Properties.Resources.x3;
     this.treeListColumn1.AppearanceHeader.Options.UseImage = true;
     this.treeListColumn1.Caption   = "指标列表";
     this.treeListColumn1.FieldName = "COLUMN1";
     this.treeListColumn1.MinWidth  = 43;
     this.treeListColumn1.Name      = "treeListColumn1";
     this.treeListColumn1.OptionsColumn.AllowEdit = false;
     this.treeListColumn1.OptionsColumn.ReadOnly  = true;
     this.treeListColumn1.Visible      = true;
     this.treeListColumn1.VisibleIndex = 0;
     //
     // objectImageList
     //
     this.objectImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("objectImageList.ImageStream")));
     this.objectImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.objectImageList.Images.SetKeyName(0, "mainPack2.ico");
     this.objectImageList.Images.SetKeyName(1, "childPack.ico");
     this.objectImageList.Images.SetKeyName(2, "title.ico");
     this.objectImageList.Images.SetKeyName(3, "title.ico");
     this.objectImageList.Images.SetKeyName(4, "title.ico");
     //
     // treeList1
     //
     this.treeList1.Appearance.FocusedCell.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.treeList1.Appearance.FocusedCell.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
     this.treeList1.Appearance.FocusedCell.ForeColor            = System.Drawing.Color.White;
     this.treeList1.Appearance.FocusedCell.Options.UseBackColor = true;
     this.treeList1.Appearance.FocusedCell.Options.UseForeColor = true;
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.treeListColumn1,
         this.treeListColumn3,
         this.treeListColumn2
     });
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     styleFormatCondition1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     styleFormatCondition1.Appearance.Options.UseFont      = true;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.treeListColumn3;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = "1";
     this.treeList1.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeList1.Location = new System.Drawing.Point(5, 4);
     this.treeList1.Name     = "treeList1";
     this.treeList1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeList1.OptionsView.ShowColumns   = false;
     this.treeList1.OptionsView.ShowHorzLines = false;
     this.treeList1.OptionsView.ShowIndicator = false;
     this.treeList1.OptionsView.ShowVertLines = false;
     this.treeList1.SelectImageList           = this.objectImageList;
     this.treeList1.Size                = new System.Drawing.Size(379, 482);
     this.treeList1.TabIndex            = 2;
     this.treeList1.MouseDoubleClick   += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseDoubleClick);
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeList1.GetSelectImage     += new DevExpress.XtraTreeList.GetSelectImageEventHandler(this.treeList1_GetSelectImage);
     //
     // treeListColumn2
     //
     this.treeListColumn2.AppearanceCell.ForeColor            = System.Drawing.Color.Blue;
     this.treeListColumn2.AppearanceCell.Options.UseForeColor = true;
     this.treeListColumn2.Format.FormatString = "({0})";
     this.treeListColumn2.Name = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit  = false;
     this.treeListColumn2.OptionsColumn.FixedWidth = true;
     this.treeListColumn2.OptionsColumn.ReadOnly   = true;
     this.treeListColumn2.Visible      = true;
     this.treeListColumn2.VisibleIndex = 1;
     this.treeListColumn2.Width        = 60;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location           = new System.Drawing.Point(10, 11);
     this.splitContainerControl1.Name               = "splitContainerControl1";
     this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Controls.Add(this.panelControl1);
     this.splitContainerControl1.Panel1.Padding     = new System.Windows.Forms.Padding(5);
     this.splitContainerControl1.Panel1.Text        = "Panel1";
     this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.splitContainerControl1.Panel2.Controls.Add(this.sinoSZUC_AlertResult1);
     this.splitContainerControl1.Panel2.Controls.Add(this.panel2);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(892, 515);
     this.splitContainerControl1.SplitterPosition = 389;
     this.splitContainerControl1.TabIndex         = 2;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.label1);
     this.panelControl1.Controls.Add(this.marqueeProgressBarControl1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(5, 486);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(379, 24);
     this.panelControl1.TabIndex = 3;
     this.panelControl1.Visible  = false;
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location  = new System.Drawing.Point(102, 2);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(275, 20);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "正在查询数据,请稍候 ...";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // marqueeProgressBarControl1
     //
     this.marqueeProgressBarControl1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.marqueeProgressBarControl1.EditValue = 0;
     this.marqueeProgressBarControl1.Location  = new System.Drawing.Point(2, 2);
     this.marqueeProgressBarControl1.Name      = "marqueeProgressBarControl1";
     this.marqueeProgressBarControl1.Size      = new System.Drawing.Size(100, 20);
     this.marqueeProgressBarControl1.TabIndex  = 0;
     //
     // sinoSZUC_AlertResult1
     //
     this.sinoSZUC_AlertResult1.CanGrouped     = true;
     this.sinoSZUC_AlertResult1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.sinoSZUC_AlertResult1.Location       = new System.Drawing.Point(0, 50);
     this.sinoSZUC_AlertResult1.Name           = "sinoSZUC_AlertResult1";
     this.sinoSZUC_AlertResult1.Size           = new System.Drawing.Size(497, 465);
     this.sinoSZUC_AlertResult1.TabIndex       = 6;
     this.sinoSZUC_AlertResult1.DataChanged   += new System.EventHandler(this.sinoSZUC_AlertResult1_DataChanged);
     this.sinoSZUC_AlertResult1.QueryFinished += new System.EventHandler(this.sinoSZUC_AlertResult1_QueryFinished);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panelControl2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(5);
     this.panel2.Size     = new System.Drawing.Size(497, 50);
     this.panel2.TabIndex = 5;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.sinoSZUC_GuideLineDynamicInput21);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(5, 5);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Padding  = new System.Windows.Forms.Padding(8);
     this.panelControl2.Size     = new System.Drawing.Size(487, 40);
     this.panelControl2.TabIndex = 0;
     //
     // sinoSZUC_GuideLineDynamicInput21
     //
     this.sinoSZUC_GuideLineDynamicInput21.BackColor     = System.Drawing.Color.Transparent;
     this.sinoSZUC_GuideLineDynamicInput21.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.sinoSZUC_GuideLineDynamicInput21.Location      = new System.Drawing.Point(8, 8);
     this.sinoSZUC_GuideLineDynamicInput21.Name          = "sinoSZUC_GuideLineDynamicInput21";
     this.sinoSZUC_GuideLineDynamicInput21.Size          = new System.Drawing.Size(471, 24);
     this.sinoSZUC_GuideLineDynamicInput21.TabIndex      = 2;
     this.sinoSZUC_GuideLineDynamicInput21.InputChanged += new System.EventHandler(this.sinoSZUC_GuideLineDynamicInput21_InputChanged);
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     //
     // frmAlertMonitor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(912, 537);
     this.Controls.Add(this.splitContainerControl1);
     this.Name    = "frmAlertMonitor";
     this.Padding = new System.Windows.Forms.Padding(10, 11, 10, 11);
     this.Text    = "frmAlertMonitor";
     this.Load   += new System.EventHandler(this.frmAlertMonitor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #21
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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcSolIntermV2));
            this.tcol_Solution_status = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repStatusSolution = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.btStdVerif = new DevExpress.XtraEditors.SimpleButton();
            this.btSolInterm1 = new DevExpress.XtraEditors.SimpleButton();
            this.btSolInterm2 = new DevExpress.XtraEditors.SimpleButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.ucSign1 = new LimsProject.UcSign();
            this.treeSolInterm = new DevExpress.XtraTreeList.TreeList();
            this.tcol_Cod_solution = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Nombre = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Concentration = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Aliquot = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Volumen = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repVolumen = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.tcol_Idreactive_medium = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repReactive = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.tcol_Reactive_medium_value = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repReactiveValue = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.tcol_Idreactive_modif = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Reactive_modif_value = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Date_begin = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.redDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.tcol_Date_end = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Prepared_by = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repUser = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.tcol_Concat_methods = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Idsolution = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Type_sol = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.cbMedium = new DevExpress.XtraEditors.LookUpEdit();
            this.label1 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.tbUnd = new DevExpress.XtraEditors.TextEdit();
            this.tbConcentPattern = new DevExpress.XtraEditors.TextEdit();
            this.cbMrpattern = new DevExpress.XtraEditors.LookUpEdit();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.cbModif = new DevExpress.XtraEditors.LookUpEdit();
            this.label15 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.cbTypeSolPatron = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.paHeader = new DevExpress.XtraEditors.PanelControl();
            this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            ((System.ComponentModel.ISupportInitialize)(this.repStatusSolution)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeSolInterm)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repVolumen)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactive)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactiveValue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.redDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMedium.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbUnd.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbConcentPattern.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMrpattern.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbModif.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbTypeSolPatron.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paHeader)).BeginInit();
            this.paHeader.SuspendLayout();
            this.SuspendLayout();
            // 
            // tcol_Solution_status
            // 
            this.tcol_Solution_status.Caption = "Estado";
            this.tcol_Solution_status.ColumnEdit = this.repStatusSolution;
            this.tcol_Solution_status.FieldName = "Solution_status";
            this.tcol_Solution_status.Name = "tcol_Solution_status";
            this.tcol_Solution_status.VisibleIndex = 10;
            // 
            // repStatusSolution
            // 
            this.repStatusSolution.AutoHeight = false;
            this.repStatusSolution.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repStatusSolution.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Desactivado", false, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Activado", true, -1)});
            this.repStatusSolution.Name = "repStatusSolution";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.groupControl1);
            this.panelControl1.Controls.Add(this.panel1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl1.Location = new System.Drawing.Point(0, 389);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(847, 68);
            this.panelControl1.TabIndex = 0;
            this.panelControl1.Text = "paBottom";
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.btStdVerif);
            this.groupControl1.Controls.Add(this.btSolInterm1);
            this.groupControl1.Controls.Add(this.btSolInterm2);
            this.groupControl1.Location = new System.Drawing.Point(9, 4);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(250, 58);
            this.groupControl1.TabIndex = 9;
            this.groupControl1.Text = "Agregar";
            // 
            // btStdVerif
            // 
            this.btStdVerif.Appearance.Options.UseTextOptions = true;
            this.btStdVerif.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.btStdVerif.Location = new System.Drawing.Point(168, 20);
            this.btStdVerif.Name = "btStdVerif";
            this.btStdVerif.Size = new System.Drawing.Size(75, 35);
            this.btStdVerif.TabIndex = 3;
            this.btStdVerif.Text = "Estandar de Verificación";
            this.btStdVerif.Click += new System.EventHandler(this.btStdVerf1_Click);
            // 
            // btSolInterm1
            // 
            this.btSolInterm1.Appearance.Options.UseTextOptions = true;
            this.btSolInterm1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.btSolInterm1.Location = new System.Drawing.Point(5, 20);
            this.btSolInterm1.Name = "btSolInterm1";
            this.btSolInterm1.Size = new System.Drawing.Size(76, 35);
            this.btSolInterm1.TabIndex = 5;
            this.btSolInterm1.Text = "Solución Intermedia 1";
            this.btSolInterm1.Click += new System.EventHandler(this.btSolInterm1_Click);
            // 
            // btSolInterm2
            // 
            this.btSolInterm2.Appearance.Options.UseTextOptions = true;
            this.btSolInterm2.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.btSolInterm2.Location = new System.Drawing.Point(87, 20);
            this.btSolInterm2.Name = "btSolInterm2";
            this.btSolInterm2.Size = new System.Drawing.Size(75, 35);
            this.btSolInterm2.TabIndex = 4;
            this.btSolInterm2.Text = "Solución Intermedia 2";
            this.btSolInterm2.Click += new System.EventHandler(this.btSolInterm2_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.ucSign1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel1.Location = new System.Drawing.Point(674, 2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(171, 64);
            this.panel1.TabIndex = 8;
            // 
            // ucSign1
            // 
            this.ucSign1.Location = new System.Drawing.Point(7, 12);
            this.ucSign1.Margin = new System.Windows.Forms.Padding(0);
            this.ucSign1.Name = "ucSign1";
            this.ucSign1.Pwd = null;
            this.ucSign1.Size = new System.Drawing.Size(158, 40);
            this.ucSign1.TabIndex = 6;
            this.ucSign1.Title = "";
            this.ucSign1.OnSign += new LimsProject.sign(this.ucSign1_OnSign);
            // 
            // treeSolInterm
            // 
            this.treeSolInterm.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.treeSolInterm.Appearance.Empty.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.treeSolInterm.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.treeSolInterm.Appearance.EvenRow.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.EvenRow.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.treeSolInterm.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.treeSolInterm.Appearance.FocusedCell.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.FocusedCell.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
            this.treeSolInterm.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.treeSolInterm.Appearance.FocusedRow.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.FocusedRow.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.treeSolInterm.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.treeSolInterm.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.treeSolInterm.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.treeSolInterm.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.treeSolInterm.Appearance.FooterPanel.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.treeSolInterm.Appearance.FooterPanel.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.treeSolInterm.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.treeSolInterm.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.treeSolInterm.Appearance.GroupButton.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.GroupButton.Options.UseBorderColor = true;
            this.treeSolInterm.Appearance.GroupButton.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.treeSolInterm.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.treeSolInterm.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.treeSolInterm.Appearance.GroupFooter.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.treeSolInterm.Appearance.GroupFooter.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.treeSolInterm.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.treeSolInterm.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.treeSolInterm.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.treeSolInterm.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.treeSolInterm.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.treeSolInterm.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.treeSolInterm.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.treeSolInterm.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
            this.treeSolInterm.Appearance.HorzLine.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.treeSolInterm.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.treeSolInterm.Appearance.OddRow.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.OddRow.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.treeSolInterm.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.treeSolInterm.Appearance.Preview.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.Preview.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.treeSolInterm.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.treeSolInterm.Appearance.Row.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.Row.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
            this.treeSolInterm.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.treeSolInterm.Appearance.SelectedRow.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.SelectedRow.Options.UseForeColor = true;
            this.treeSolInterm.Appearance.TreeLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.treeSolInterm.Appearance.TreeLine.Options.UseBackColor = true;
            this.treeSolInterm.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
            this.treeSolInterm.Appearance.VertLine.Options.UseBackColor = true;
            this.treeSolInterm.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.tcol_Cod_solution,
            this.tcol_Nombre,
            this.tcol_Concentration,
            this.tcol_Aliquot,
            this.tcol_Volumen,
            this.tcol_Idreactive_medium,
            this.tcol_Reactive_medium_value,
            this.tcol_Idreactive_modif,
            this.tcol_Reactive_modif_value,
            this.tcol_Date_begin,
            this.tcol_Date_end,
            this.tcol_Solution_status,
            this.tcol_Prepared_by,
            this.tcol_Concat_methods,
            this.tcol_Idsolution,
            this.tcol_Type_sol});
            this.treeSolInterm.Dock = System.Windows.Forms.DockStyle.Fill;
            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)(128)))), ((int)(((byte)(128)))));
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.tcol_Solution_status;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = false;
            this.treeSolInterm.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition1});
            this.treeSolInterm.ImageIndexFieldName = "Image_index";
            this.treeSolInterm.KeyFieldName = "Id";
            this.treeSolInterm.Location = new System.Drawing.Point(0, 79);
            this.treeSolInterm.Name = "treeSolInterm";
            this.treeSolInterm.OptionsView.AutoWidth = false;
            this.treeSolInterm.OptionsView.EnableAppearanceEvenRow = true;
            this.treeSolInterm.OptionsView.EnableAppearanceOddRow = true;
            this.treeSolInterm.ParentFieldName = "Parentid";
            this.treeSolInterm.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repStatusSolution,
            this.repReactive,
            this.repReactiveValue,
            this.redDate,
            this.repUser,
            this.repVolumen});
            this.treeSolInterm.SelectImageList = this.imageList1;
            this.treeSolInterm.Size = new System.Drawing.Size(847, 310);
            this.treeSolInterm.TabIndex = 1;
            this.treeSolInterm.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeSolInterm_CellValueChanged);
            // 
            // tcol_Cod_solution
            // 
            this.tcol_Cod_solution.Caption = "Codigo";
            this.tcol_Cod_solution.FieldName = "Cod_solution";
            this.tcol_Cod_solution.MinWidth = 64;
            this.tcol_Cod_solution.Name = "tcol_Cod_solution";
            this.tcol_Cod_solution.OptionsColumn.AllowEdit = false;
            this.tcol_Cod_solution.OptionsColumn.FixedWidth = true;
            this.tcol_Cod_solution.VisibleIndex = 0;
            this.tcol_Cod_solution.Width = 154;
            // 
            // tcol_Nombre
            // 
            this.tcol_Nombre.Caption = "Nombre";
            this.tcol_Nombre.FieldName = "Nombre";
            this.tcol_Nombre.Name = "tcol_Nombre";
            this.tcol_Nombre.Width = 112;
            // 
            // tcol_Concentration
            // 
            this.tcol_Concentration.Caption = "concentracion";
            this.tcol_Concentration.FieldName = "Concentration";
            this.tcol_Concentration.Name = "tcol_Concentration";
            this.tcol_Concentration.OptionsColumn.AllowEdit = false;
            this.tcol_Concentration.VisibleIndex = 1;
            this.tcol_Concentration.Width = 81;
            // 
            // tcol_Aliquot
            // 
            this.tcol_Aliquot.Caption = "alicuota";
            this.tcol_Aliquot.FieldName = "Aliquot";
            this.tcol_Aliquot.Name = "tcol_Aliquot";
            this.tcol_Aliquot.OptionsColumn.AllowEdit = false;
            this.tcol_Aliquot.VisibleIndex = 2;
            this.tcol_Aliquot.Width = 57;
            // 
            // tcol_Volumen
            // 
            this.tcol_Volumen.Caption = "volumen";
            this.tcol_Volumen.ColumnEdit = this.repVolumen;
            this.tcol_Volumen.FieldName = "Volumen";
            this.tcol_Volumen.Name = "tcol_Volumen";
            this.tcol_Volumen.VisibleIndex = 3;
            this.tcol_Volumen.Width = 63;
            // 
            // repVolumen
            // 
            this.repVolumen.AutoHeight = false;
            this.repVolumen.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repVolumen.Name = "repVolumen";
            this.repVolumen.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repVolumen_EditValueChanging);
            // 
            // tcol_Idreactive_medium
            // 
            this.tcol_Idreactive_medium.Caption = "Matriz";
            this.tcol_Idreactive_medium.ColumnEdit = this.repReactive;
            this.tcol_Idreactive_medium.FieldName = "Idreactive_medium";
            this.tcol_Idreactive_medium.Name = "tcol_Idreactive_medium";
            this.tcol_Idreactive_medium.OptionsColumn.AllowEdit = false;
            this.tcol_Idreactive_medium.VisibleIndex = 4;
            this.tcol_Idreactive_medium.Width = 86;
            // 
            // repReactive
            // 
            this.repReactive.AutoHeight = false;
            this.repReactive.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repReactive.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")});
            this.repReactive.Name = "repReactive";
            this.repReactive.NullText = "---";
            this.repReactive.ShowFooter = false;
            this.repReactive.ShowHeader = false;
            // 
            // tcol_Reactive_medium_value
            // 
            this.tcol_Reactive_medium_value.Caption = "Matriz%";
            this.tcol_Reactive_medium_value.ColumnEdit = this.repReactiveValue;
            this.tcol_Reactive_medium_value.FieldName = "Reactive_medium_value";
            this.tcol_Reactive_medium_value.Name = "tcol_Reactive_medium_value";
            this.tcol_Reactive_medium_value.OptionsColumn.AllowEdit = false;
            this.tcol_Reactive_medium_value.VisibleIndex = 5;
            this.tcol_Reactive_medium_value.Width = 62;
            // 
            // repReactiveValue
            // 
            this.repReactiveValue.AutoHeight = false;
            this.repReactiveValue.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repReactiveValue.Name = "repReactiveValue";
            // 
            // tcol_Idreactive_modif
            // 
            this.tcol_Idreactive_modif.Caption = "Modif";
            this.tcol_Idreactive_modif.ColumnEdit = this.repReactive;
            this.tcol_Idreactive_modif.FieldName = "Idreactive_modif";
            this.tcol_Idreactive_modif.Name = "tcol_Idreactive_modif";
            this.tcol_Idreactive_modif.OptionsColumn.AllowEdit = false;
            this.tcol_Idreactive_modif.VisibleIndex = 6;
            this.tcol_Idreactive_modif.Width = 91;
            // 
            // tcol_Reactive_modif_value
            // 
            this.tcol_Reactive_modif_value.Caption = "Modif%";
            this.tcol_Reactive_modif_value.ColumnEdit = this.repReactiveValue;
            this.tcol_Reactive_modif_value.FieldName = "Reactive_modif_value";
            this.tcol_Reactive_modif_value.Name = "tcol_Reactive_modif_value";
            this.tcol_Reactive_modif_value.OptionsColumn.AllowEdit = false;
            this.tcol_Reactive_modif_value.VisibleIndex = 7;
            this.tcol_Reactive_modif_value.Width = 62;
            // 
            // tcol_Date_begin
            // 
            this.tcol_Date_begin.Caption = "Fecha Inicial";
            this.tcol_Date_begin.ColumnEdit = this.redDate;
            this.tcol_Date_begin.FieldName = "Date_begin";
            this.tcol_Date_begin.Name = "tcol_Date_begin";
            this.tcol_Date_begin.OptionsColumn.AllowEdit = false;
            this.tcol_Date_begin.VisibleIndex = 8;
            this.tcol_Date_begin.Width = 72;
            // 
            // redDate
            // 
            this.redDate.AutoHeight = false;
            this.redDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.redDate.Name = "redDate";
            // 
            // tcol_Date_end
            // 
            this.tcol_Date_end.Caption = "Fecha Final";
            this.tcol_Date_end.ColumnEdit = this.redDate;
            this.tcol_Date_end.FieldName = "Date_end";
            this.tcol_Date_end.Name = "tcol_Date_end";
            this.tcol_Date_end.OptionsColumn.AllowEdit = false;
            this.tcol_Date_end.VisibleIndex = 9;
            this.tcol_Date_end.Width = 74;
            // 
            // tcol_Prepared_by
            // 
            this.tcol_Prepared_by.Caption = "Preparado por";
            this.tcol_Prepared_by.ColumnEdit = this.repUser;
            this.tcol_Prepared_by.FieldName = "Prepared_by";
            this.tcol_Prepared_by.Name = "tcol_Prepared_by";
            this.tcol_Prepared_by.VisibleIndex = 11;
            // 
            // repUser
            // 
            this.repUser.AutoHeight = false;
            this.repUser.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repUser.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Iduser", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_user")});
            this.repUser.Name = "repUser";
            this.repUser.ShowFooter = false;
            this.repUser.ShowHeader = false;
            // 
            // tcol_Concat_methods
            // 
            this.tcol_Concat_methods.Caption = "Métodos";
            this.tcol_Concat_methods.FieldName = "Concat_cod_methods";
            this.tcol_Concat_methods.Name = "tcol_Concat_methods";
            // 
            // tcol_Idsolution
            // 
            this.tcol_Idsolution.Caption = "Idsolution";
            this.tcol_Idsolution.FieldName = "Idsolution";
            this.tcol_Idsolution.Name = "tcol_Idsolution";
            // 
            // tcol_Type_sol
            // 
            this.tcol_Type_sol.Caption = "type_sol";
            this.tcol_Type_sol.FieldName = "Type_sol";
            this.tcol_Type_sol.Name = "tcol_Type_sol";
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "fiola.png");
            this.imageList1.Images.SetKeyName(1, "fiola_ver.png");
            // 
            // cbMedium
            // 
            this.cbMedium.Location = new System.Drawing.Point(46, 49);
            this.cbMedium.Name = "cbMedium";
            this.cbMedium.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.cbMedium.Properties.Appearance.Options.UseFont = true;
            this.cbMedium.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbMedium.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")});
            this.cbMedium.Properties.NullText = "---";
            this.cbMedium.Properties.ShowFooter = false;
            this.cbMedium.Properties.ShowHeader = false;
            this.cbMedium.Size = new System.Drawing.Size(121, 20);
            this.cbMedium.TabIndex = 24;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(309, 10);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(27, 13);
            this.label1.TabIndex = 22;
            this.label1.Text = "Und";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(224, 10);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(76, 13);
            this.label5.TabIndex = 22;
            this.label5.Text = "Concentración";
            // 
            // tbUnd
            // 
            this.tbUnd.Location = new System.Drawing.Point(310, 26);
            this.tbUnd.Name = "tbUnd";
            this.tbUnd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.tbUnd.Properties.Appearance.Options.UseFont = true;
            this.tbUnd.Size = new System.Drawing.Size(24, 20);
            this.tbUnd.TabIndex = 30;
            // 
            // tbConcentPattern
            // 
            this.tbConcentPattern.EditValue = "";
            this.tbConcentPattern.Location = new System.Drawing.Point(222, 26);
            this.tbConcentPattern.Name = "tbConcentPattern";
            this.tbConcentPattern.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.tbConcentPattern.Properties.Appearance.Options.UseFont = true;
            this.tbConcentPattern.Size = new System.Drawing.Size(85, 20);
            this.tbConcentPattern.TabIndex = 30;
            // 
            // cbMrpattern
            // 
            this.cbMrpattern.Location = new System.Drawing.Point(116, 26);
            this.cbMrpattern.Name = "cbMrpattern";
            this.cbMrpattern.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.cbMrpattern.Properties.Appearance.Options.UseFont = true;
            this.cbMrpattern.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbMrpattern.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name"),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idmr_detail", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idsolution", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None)});
            this.cbMrpattern.Properties.NullText = "Seleccionar";
            this.cbMrpattern.Properties.ShowFooter = false;
            this.cbMrpattern.Properties.ShowHeader = false;
            this.cbMrpattern.Size = new System.Drawing.Size(100, 20);
            this.cbMrpattern.TabIndex = 26;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(135, 10);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(46, 13);
            this.label13.TabIndex = 27;
            this.label13.Text = "Cod MR";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(16, 10);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(63, 13);
            this.label14.TabIndex = 27;
            this.label14.Text = "Tipo de MR";
            // 
            // cbModif
            // 
            this.cbModif.Location = new System.Drawing.Point(222, 49);
            this.cbModif.Name = "cbModif";
            this.cbModif.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.cbModif.Properties.Appearance.Options.UseFont = true;
            this.cbModif.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbModif.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")});
            this.cbModif.Properties.NullText = "---";
            this.cbModif.Properties.ShowFooter = false;
            this.cbModif.Properties.ShowHeader = false;
            this.cbModif.Size = new System.Drawing.Size(112, 20);
            this.cbModif.TabIndex = 23;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(7, 52);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(39, 13);
            this.label15.TabIndex = 21;
            this.label15.Text = "Medio:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(180, 52);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(36, 13);
            this.label16.TabIndex = 20;
            this.label16.Text = "Modif:";
            // 
            // cbTypeSolPatron
            // 
            this.cbTypeSolPatron.Location = new System.Drawing.Point(10, 26);
            this.cbTypeSolPatron.Name = "cbTypeSolPatron";
            this.cbTypeSolPatron.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.cbTypeSolPatron.Properties.Appearance.Options.UseFont = true;
            this.cbTypeSolPatron.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbTypeSolPatron.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("MRC", 1, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Sol. Patron", 2, -1)});
            this.cbTypeSolPatron.Size = new System.Drawing.Size(100, 20);
            this.cbTypeSolPatron.TabIndex = 28;
            this.cbTypeSolPatron.SelectedIndexChanged += new System.EventHandler(this.cbTypeSolPatron_SelectedIndexChanged);
            // 
            // paHeader
            // 
            this.paHeader.Controls.Add(this.cbTypeSolPatron);
            this.paHeader.Controls.Add(this.label16);
            this.paHeader.Controls.Add(this.label15);
            this.paHeader.Controls.Add(this.cbModif);
            this.paHeader.Controls.Add(this.label14);
            this.paHeader.Controls.Add(this.label13);
            this.paHeader.Controls.Add(this.cbMrpattern);
            this.paHeader.Controls.Add(this.tbConcentPattern);
            this.paHeader.Controls.Add(this.tbUnd);
            this.paHeader.Controls.Add(this.label5);
            this.paHeader.Controls.Add(this.label1);
            this.paHeader.Controls.Add(this.cbMedium);
            this.paHeader.Dock = System.Windows.Forms.DockStyle.Top;
            this.paHeader.Enabled = false;
            this.paHeader.Location = new System.Drawing.Point(0, 0);
            this.paHeader.Name = "paHeader";
            this.paHeader.Size = new System.Drawing.Size(847, 79);
            this.paHeader.TabIndex = 36;
            this.paHeader.Text = "panelControl2";
            // 
            // treeListColumn2
            // 
            this.treeListColumn2.Caption = "Id";
            this.treeListColumn2.FieldName = "Id";
            this.treeListColumn2.Name = "treeListColumn2";
            // 
            // treeListColumn3
            // 
            this.treeListColumn3.Caption = "Parentid";
            this.treeListColumn3.FieldName = "Parentid";
            this.treeListColumn3.Name = "treeListColumn3";
            // 
            // UcSolIntermV2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.treeSolInterm);
            this.Controls.Add(this.paHeader);
            this.Controls.Add(this.panelControl1);
            this.Name = "UcSolIntermV2";
            this.Size = new System.Drawing.Size(847, 457);
            ((System.ComponentModel.ISupportInitialize)(this.repStatusSolution)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeSolInterm)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repVolumen)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactive)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactiveValue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.redDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMedium.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbUnd.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbConcentPattern.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMrpattern.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbModif.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbTypeSolPatron.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paHeader)).EndInit();
            this.paHeader.ResumeLayout(false);
            this.paHeader.PerformLayout();
            this.ResumeLayout(false);

        }
예제 #22
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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcSolIntermV2));
     this.tcol_Solution_status = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repStatusSolution    = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.panelControl1        = new DevExpress.XtraEditors.PanelControl();
     this.groupControl1        = new DevExpress.XtraEditors.GroupControl();
     this.btStdVerif           = new DevExpress.XtraEditors.SimpleButton();
     this.btSolInterm1         = new DevExpress.XtraEditors.SimpleButton();
     this.btSolInterm2         = new DevExpress.XtraEditors.SimpleButton();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.ucSign1                    = new LimsProject.UcSign();
     this.treeSolInterm              = new DevExpress.XtraTreeList.TreeList();
     this.tcol_Cod_solution          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcol_Nombre                = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcol_Concentration         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcol_Aliquot               = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcol_Volumen               = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repVolumen                 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.tcol_Idreactive_medium     = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repReactive                = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.tcol_Reactive_medium_value = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repReactiveValue           = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.tcol_Idreactive_modif      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcol_Reactive_modif_value  = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcol_Date_begin            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.redDate                    = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.tcol_Date_end              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcol_Prepared_by           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repUser                    = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.tcol_Concat_methods        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcol_Idsolution            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcol_Type_sol              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.imageList1                 = new System.Windows.Forms.ImageList(this.components);
     this.cbMedium                   = new DevExpress.XtraEditors.LookUpEdit();
     this.label1                     = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.tbUnd            = new DevExpress.XtraEditors.TextEdit();
     this.tbConcentPattern = new DevExpress.XtraEditors.TextEdit();
     this.cbMrpattern      = new DevExpress.XtraEditors.LookUpEdit();
     this.label13          = new System.Windows.Forms.Label();
     this.label14          = new System.Windows.Forms.Label();
     this.cbModif          = new DevExpress.XtraEditors.LookUpEdit();
     this.label15          = new System.Windows.Forms.Label();
     this.label16          = new System.Windows.Forms.Label();
     this.cbTypeSolPatron  = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.paHeader         = new DevExpress.XtraEditors.PanelControl();
     this.treeListColumn2  = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn3  = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.repStatusSolution)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeSolInterm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repVolumen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repReactive)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repReactiveValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.redDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbMedium.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbUnd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbConcentPattern.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbMrpattern.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbModif.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTypeSolPatron.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paHeader)).BeginInit();
     this.paHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // tcol_Solution_status
     //
     this.tcol_Solution_status.Caption      = "Estado";
     this.tcol_Solution_status.ColumnEdit   = this.repStatusSolution;
     this.tcol_Solution_status.FieldName    = "Solution_status";
     this.tcol_Solution_status.Name         = "tcol_Solution_status";
     this.tcol_Solution_status.VisibleIndex = 10;
     //
     // repStatusSolution
     //
     this.repStatusSolution.AutoHeight = false;
     this.repStatusSolution.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repStatusSolution.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Desactivado", false, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Activado", true, -1)
     });
     this.repStatusSolution.Name = "repStatusSolution";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.groupControl1);
     this.panelControl1.Controls.Add(this.panel1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 389);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(847, 68);
     this.panelControl1.TabIndex = 0;
     this.panelControl1.Text     = "paBottom";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.btStdVerif);
     this.groupControl1.Controls.Add(this.btSolInterm1);
     this.groupControl1.Controls.Add(this.btSolInterm2);
     this.groupControl1.Location = new System.Drawing.Point(9, 4);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(250, 58);
     this.groupControl1.TabIndex = 9;
     this.groupControl1.Text     = "Agregar";
     //
     // btStdVerif
     //
     this.btStdVerif.Appearance.Options.UseTextOptions = true;
     this.btStdVerif.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.btStdVerif.Location = new System.Drawing.Point(168, 20);
     this.btStdVerif.Name     = "btStdVerif";
     this.btStdVerif.Size     = new System.Drawing.Size(75, 35);
     this.btStdVerif.TabIndex = 3;
     this.btStdVerif.Text     = "Estandar de Verificación";
     this.btStdVerif.Click   += new System.EventHandler(this.btStdVerf1_Click);
     //
     // btSolInterm1
     //
     this.btSolInterm1.Appearance.Options.UseTextOptions = true;
     this.btSolInterm1.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.btSolInterm1.Location = new System.Drawing.Point(5, 20);
     this.btSolInterm1.Name     = "btSolInterm1";
     this.btSolInterm1.Size     = new System.Drawing.Size(76, 35);
     this.btSolInterm1.TabIndex = 5;
     this.btSolInterm1.Text     = "Solución Intermedia 1";
     this.btSolInterm1.Click   += new System.EventHandler(this.btSolInterm1_Click);
     //
     // btSolInterm2
     //
     this.btSolInterm2.Appearance.Options.UseTextOptions = true;
     this.btSolInterm2.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.btSolInterm2.Location = new System.Drawing.Point(87, 20);
     this.btSolInterm2.Name     = "btSolInterm2";
     this.btSolInterm2.Size     = new System.Drawing.Size(75, 35);
     this.btSolInterm2.TabIndex = 4;
     this.btSolInterm2.Text     = "Solución Intermedia 2";
     this.btSolInterm2.Click   += new System.EventHandler(this.btSolInterm2_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ucSign1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(674, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(171, 64);
     this.panel1.TabIndex = 8;
     //
     // ucSign1
     //
     this.ucSign1.Location = new System.Drawing.Point(7, 12);
     this.ucSign1.Margin   = new System.Windows.Forms.Padding(0);
     this.ucSign1.Name     = "ucSign1";
     this.ucSign1.Pwd      = null;
     this.ucSign1.Size     = new System.Drawing.Size(158, 40);
     this.ucSign1.TabIndex = 6;
     this.ucSign1.Title    = "";
     this.ucSign1.OnSign  += new LimsProject.sign(this.ucSign1_OnSign);
     //
     // treeSolInterm
     //
     this.treeSolInterm.Appearance.Empty.BackColor                       = System.Drawing.Color.White;
     this.treeSolInterm.Appearance.Empty.Options.UseBackColor            = true;
     this.treeSolInterm.Appearance.EvenRow.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
     this.treeSolInterm.Appearance.EvenRow.ForeColor                     = System.Drawing.Color.Black;
     this.treeSolInterm.Appearance.EvenRow.Options.UseBackColor          = true;
     this.treeSolInterm.Appearance.EvenRow.Options.UseForeColor          = true;
     this.treeSolInterm.Appearance.FocusedCell.BackColor                 = System.Drawing.Color.White;
     this.treeSolInterm.Appearance.FocusedCell.ForeColor                 = System.Drawing.Color.Black;
     this.treeSolInterm.Appearance.FocusedCell.Options.UseBackColor      = true;
     this.treeSolInterm.Appearance.FocusedCell.Options.UseForeColor      = true;
     this.treeSolInterm.Appearance.FocusedRow.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.treeSolInterm.Appearance.FocusedRow.ForeColor                  = System.Drawing.Color.White;
     this.treeSolInterm.Appearance.FocusedRow.Options.UseBackColor       = true;
     this.treeSolInterm.Appearance.FocusedRow.Options.UseForeColor       = true;
     this.treeSolInterm.Appearance.FooterPanel.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.treeSolInterm.Appearance.FooterPanel.BackColor2                = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.treeSolInterm.Appearance.FooterPanel.BorderColor               = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.treeSolInterm.Appearance.FooterPanel.ForeColor                 = System.Drawing.Color.Black;
     this.treeSolInterm.Appearance.FooterPanel.GradientMode              = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.treeSolInterm.Appearance.FooterPanel.Options.UseBackColor      = true;
     this.treeSolInterm.Appearance.FooterPanel.Options.UseBorderColor    = true;
     this.treeSolInterm.Appearance.FooterPanel.Options.UseForeColor      = true;
     this.treeSolInterm.Appearance.GroupButton.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.treeSolInterm.Appearance.GroupButton.BorderColor               = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.treeSolInterm.Appearance.GroupButton.ForeColor                 = System.Drawing.Color.Black;
     this.treeSolInterm.Appearance.GroupButton.Options.UseBackColor      = true;
     this.treeSolInterm.Appearance.GroupButton.Options.UseBorderColor    = true;
     this.treeSolInterm.Appearance.GroupButton.Options.UseForeColor      = true;
     this.treeSolInterm.Appearance.GroupFooter.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.treeSolInterm.Appearance.GroupFooter.BorderColor               = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
     this.treeSolInterm.Appearance.GroupFooter.ForeColor                 = System.Drawing.Color.Black;
     this.treeSolInterm.Appearance.GroupFooter.Options.UseBackColor      = true;
     this.treeSolInterm.Appearance.GroupFooter.Options.UseBorderColor    = true;
     this.treeSolInterm.Appearance.GroupFooter.Options.UseForeColor      = true;
     this.treeSolInterm.Appearance.HeaderPanel.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.treeSolInterm.Appearance.HeaderPanel.BackColor2                = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.treeSolInterm.Appearance.HeaderPanel.BorderColor               = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.treeSolInterm.Appearance.HeaderPanel.ForeColor                 = System.Drawing.Color.Black;
     this.treeSolInterm.Appearance.HeaderPanel.GradientMode              = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.treeSolInterm.Appearance.HeaderPanel.Options.UseBackColor      = true;
     this.treeSolInterm.Appearance.HeaderPanel.Options.UseBorderColor    = true;
     this.treeSolInterm.Appearance.HeaderPanel.Options.UseForeColor      = true;
     this.treeSolInterm.Appearance.HideSelectionRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeSolInterm.Appearance.HideSelectionRow.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
     this.treeSolInterm.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.treeSolInterm.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.treeSolInterm.Appearance.HorzLine.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.treeSolInterm.Appearance.HorzLine.Options.UseBackColor         = true;
     this.treeSolInterm.Appearance.OddRow.BackColor                      = System.Drawing.Color.White;
     this.treeSolInterm.Appearance.OddRow.ForeColor                      = System.Drawing.Color.Black;
     this.treeSolInterm.Appearance.OddRow.Options.UseBackColor           = true;
     this.treeSolInterm.Appearance.OddRow.Options.UseForeColor           = true;
     this.treeSolInterm.Appearance.Preview.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.treeSolInterm.Appearance.Preview.ForeColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
     this.treeSolInterm.Appearance.Preview.Options.UseBackColor          = true;
     this.treeSolInterm.Appearance.Preview.Options.UseForeColor          = true;
     this.treeSolInterm.Appearance.Row.BackColor                    = System.Drawing.Color.White;
     this.treeSolInterm.Appearance.Row.ForeColor                    = System.Drawing.Color.Black;
     this.treeSolInterm.Appearance.Row.Options.UseBackColor         = true;
     this.treeSolInterm.Appearance.Row.Options.UseForeColor         = true;
     this.treeSolInterm.Appearance.SelectedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240)))));
     this.treeSolInterm.Appearance.SelectedRow.ForeColor            = System.Drawing.Color.White;
     this.treeSolInterm.Appearance.SelectedRow.Options.UseBackColor = true;
     this.treeSolInterm.Appearance.SelectedRow.Options.UseForeColor = true;
     this.treeSolInterm.Appearance.TreeLine.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.treeSolInterm.Appearance.TreeLine.Options.UseBackColor    = true;
     this.treeSolInterm.Appearance.VertLine.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
     this.treeSolInterm.Appearance.VertLine.Options.UseBackColor    = true;
     this.treeSolInterm.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.tcol_Cod_solution,
         this.tcol_Nombre,
         this.tcol_Concentration,
         this.tcol_Aliquot,
         this.tcol_Volumen,
         this.tcol_Idreactive_medium,
         this.tcol_Reactive_medium_value,
         this.tcol_Idreactive_modif,
         this.tcol_Reactive_modif_value,
         this.tcol_Date_begin,
         this.tcol_Date_end,
         this.tcol_Solution_status,
         this.tcol_Prepared_by,
         this.tcol_Concat_methods,
         this.tcol_Idsolution,
         this.tcol_Type_sol
     });
     this.treeSolInterm.Dock = System.Windows.Forms.DockStyle.Fill;
     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)(128)))), ((int)(((byte)(128)))));
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.tcol_Solution_status;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = false;
     this.treeSolInterm.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeSolInterm.ImageIndexFieldName = "Image_index";
     this.treeSolInterm.KeyFieldName        = "Id";
     this.treeSolInterm.Location            = new System.Drawing.Point(0, 79);
     this.treeSolInterm.Name = "treeSolInterm";
     this.treeSolInterm.OptionsView.AutoWidth = false;
     this.treeSolInterm.OptionsView.EnableAppearanceEvenRow = true;
     this.treeSolInterm.OptionsView.EnableAppearanceOddRow  = true;
     this.treeSolInterm.ParentFieldName = "Parentid";
     this.treeSolInterm.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repStatusSolution,
         this.repReactive,
         this.repReactiveValue,
         this.redDate,
         this.repUser,
         this.repVolumen
     });
     this.treeSolInterm.SelectImageList   = this.imageList1;
     this.treeSolInterm.Size              = new System.Drawing.Size(847, 310);
     this.treeSolInterm.TabIndex          = 1;
     this.treeSolInterm.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeSolInterm_CellValueChanged);
     //
     // tcol_Cod_solution
     //
     this.tcol_Cod_solution.Caption   = "Codigo";
     this.tcol_Cod_solution.FieldName = "Cod_solution";
     this.tcol_Cod_solution.MinWidth  = 64;
     this.tcol_Cod_solution.Name      = "tcol_Cod_solution";
     this.tcol_Cod_solution.OptionsColumn.AllowEdit  = false;
     this.tcol_Cod_solution.OptionsColumn.FixedWidth = true;
     this.tcol_Cod_solution.VisibleIndex             = 0;
     this.tcol_Cod_solution.Width = 154;
     //
     // tcol_Nombre
     //
     this.tcol_Nombre.Caption   = "Nombre";
     this.tcol_Nombre.FieldName = "Nombre";
     this.tcol_Nombre.Name      = "tcol_Nombre";
     this.tcol_Nombre.Width     = 112;
     //
     // tcol_Concentration
     //
     this.tcol_Concentration.Caption   = "concentracion";
     this.tcol_Concentration.FieldName = "Concentration";
     this.tcol_Concentration.Name      = "tcol_Concentration";
     this.tcol_Concentration.OptionsColumn.AllowEdit = false;
     this.tcol_Concentration.VisibleIndex            = 1;
     this.tcol_Concentration.Width = 81;
     //
     // tcol_Aliquot
     //
     this.tcol_Aliquot.Caption   = "alicuota";
     this.tcol_Aliquot.FieldName = "Aliquot";
     this.tcol_Aliquot.Name      = "tcol_Aliquot";
     this.tcol_Aliquot.OptionsColumn.AllowEdit = false;
     this.tcol_Aliquot.VisibleIndex            = 2;
     this.tcol_Aliquot.Width = 57;
     //
     // tcol_Volumen
     //
     this.tcol_Volumen.Caption      = "volumen";
     this.tcol_Volumen.ColumnEdit   = this.repVolumen;
     this.tcol_Volumen.FieldName    = "Volumen";
     this.tcol_Volumen.Name         = "tcol_Volumen";
     this.tcol_Volumen.VisibleIndex = 3;
     this.tcol_Volumen.Width        = 63;
     //
     // repVolumen
     //
     this.repVolumen.AutoHeight = false;
     this.repVolumen.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repVolumen.Name = "repVolumen";
     this.repVolumen.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repVolumen_EditValueChanging);
     //
     // tcol_Idreactive_medium
     //
     this.tcol_Idreactive_medium.Caption    = "Matriz";
     this.tcol_Idreactive_medium.ColumnEdit = this.repReactive;
     this.tcol_Idreactive_medium.FieldName  = "Idreactive_medium";
     this.tcol_Idreactive_medium.Name       = "tcol_Idreactive_medium";
     this.tcol_Idreactive_medium.OptionsColumn.AllowEdit = false;
     this.tcol_Idreactive_medium.VisibleIndex            = 4;
     this.tcol_Idreactive_medium.Width = 86;
     //
     // repReactive
     //
     this.repReactive.AutoHeight = false;
     this.repReactive.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repReactive.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")
     });
     this.repReactive.Name       = "repReactive";
     this.repReactive.NullText   = "---";
     this.repReactive.ShowFooter = false;
     this.repReactive.ShowHeader = false;
     //
     // tcol_Reactive_medium_value
     //
     this.tcol_Reactive_medium_value.Caption    = "Matriz%";
     this.tcol_Reactive_medium_value.ColumnEdit = this.repReactiveValue;
     this.tcol_Reactive_medium_value.FieldName  = "Reactive_medium_value";
     this.tcol_Reactive_medium_value.Name       = "tcol_Reactive_medium_value";
     this.tcol_Reactive_medium_value.OptionsColumn.AllowEdit = false;
     this.tcol_Reactive_medium_value.VisibleIndex            = 5;
     this.tcol_Reactive_medium_value.Width = 62;
     //
     // repReactiveValue
     //
     this.repReactiveValue.AutoHeight = false;
     this.repReactiveValue.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repReactiveValue.Name = "repReactiveValue";
     //
     // tcol_Idreactive_modif
     //
     this.tcol_Idreactive_modif.Caption    = "Modif";
     this.tcol_Idreactive_modif.ColumnEdit = this.repReactive;
     this.tcol_Idreactive_modif.FieldName  = "Idreactive_modif";
     this.tcol_Idreactive_modif.Name       = "tcol_Idreactive_modif";
     this.tcol_Idreactive_modif.OptionsColumn.AllowEdit = false;
     this.tcol_Idreactive_modif.VisibleIndex            = 6;
     this.tcol_Idreactive_modif.Width = 91;
     //
     // tcol_Reactive_modif_value
     //
     this.tcol_Reactive_modif_value.Caption    = "Modif%";
     this.tcol_Reactive_modif_value.ColumnEdit = this.repReactiveValue;
     this.tcol_Reactive_modif_value.FieldName  = "Reactive_modif_value";
     this.tcol_Reactive_modif_value.Name       = "tcol_Reactive_modif_value";
     this.tcol_Reactive_modif_value.OptionsColumn.AllowEdit = false;
     this.tcol_Reactive_modif_value.VisibleIndex            = 7;
     this.tcol_Reactive_modif_value.Width = 62;
     //
     // tcol_Date_begin
     //
     this.tcol_Date_begin.Caption    = "Fecha Inicial";
     this.tcol_Date_begin.ColumnEdit = this.redDate;
     this.tcol_Date_begin.FieldName  = "Date_begin";
     this.tcol_Date_begin.Name       = "tcol_Date_begin";
     this.tcol_Date_begin.OptionsColumn.AllowEdit = false;
     this.tcol_Date_begin.VisibleIndex            = 8;
     this.tcol_Date_begin.Width = 72;
     //
     // redDate
     //
     this.redDate.AutoHeight = false;
     this.redDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.redDate.Name = "redDate";
     //
     // tcol_Date_end
     //
     this.tcol_Date_end.Caption    = "Fecha Final";
     this.tcol_Date_end.ColumnEdit = this.redDate;
     this.tcol_Date_end.FieldName  = "Date_end";
     this.tcol_Date_end.Name       = "tcol_Date_end";
     this.tcol_Date_end.OptionsColumn.AllowEdit = false;
     this.tcol_Date_end.VisibleIndex            = 9;
     this.tcol_Date_end.Width = 74;
     //
     // tcol_Prepared_by
     //
     this.tcol_Prepared_by.Caption      = "Preparado por";
     this.tcol_Prepared_by.ColumnEdit   = this.repUser;
     this.tcol_Prepared_by.FieldName    = "Prepared_by";
     this.tcol_Prepared_by.Name         = "tcol_Prepared_by";
     this.tcol_Prepared_by.VisibleIndex = 11;
     //
     // repUser
     //
     this.repUser.AutoHeight = false;
     this.repUser.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repUser.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Iduser", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_user")
     });
     this.repUser.Name       = "repUser";
     this.repUser.ShowFooter = false;
     this.repUser.ShowHeader = false;
     //
     // tcol_Concat_methods
     //
     this.tcol_Concat_methods.Caption   = "Métodos";
     this.tcol_Concat_methods.FieldName = "Concat_cod_methods";
     this.tcol_Concat_methods.Name      = "tcol_Concat_methods";
     //
     // tcol_Idsolution
     //
     this.tcol_Idsolution.Caption   = "Idsolution";
     this.tcol_Idsolution.FieldName = "Idsolution";
     this.tcol_Idsolution.Name      = "tcol_Idsolution";
     //
     // tcol_Type_sol
     //
     this.tcol_Type_sol.Caption   = "type_sol";
     this.tcol_Type_sol.FieldName = "Type_sol";
     this.tcol_Type_sol.Name      = "tcol_Type_sol";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "fiola.png");
     this.imageList1.Images.SetKeyName(1, "fiola_ver.png");
     //
     // cbMedium
     //
     this.cbMedium.Location = new System.Drawing.Point(46, 49);
     this.cbMedium.Name     = "cbMedium";
     this.cbMedium.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.cbMedium.Properties.Appearance.Options.UseFont = true;
     this.cbMedium.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbMedium.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")
     });
     this.cbMedium.Properties.NullText   = "---";
     this.cbMedium.Properties.ShowFooter = false;
     this.cbMedium.Properties.ShowHeader = false;
     this.cbMedium.Size     = new System.Drawing.Size(121, 20);
     this.cbMedium.TabIndex = 24;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(309, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(27, 13);
     this.label1.TabIndex = 22;
     this.label1.Text     = "Und";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(224, 10);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(76, 13);
     this.label5.TabIndex = 22;
     this.label5.Text     = "Concentración";
     //
     // tbUnd
     //
     this.tbUnd.Location = new System.Drawing.Point(310, 26);
     this.tbUnd.Name     = "tbUnd";
     this.tbUnd.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tbUnd.Properties.Appearance.Options.UseFont = true;
     this.tbUnd.Size     = new System.Drawing.Size(24, 20);
     this.tbUnd.TabIndex = 30;
     //
     // tbConcentPattern
     //
     this.tbConcentPattern.EditValue = "";
     this.tbConcentPattern.Location  = new System.Drawing.Point(222, 26);
     this.tbConcentPattern.Name      = "tbConcentPattern";
     this.tbConcentPattern.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tbConcentPattern.Properties.Appearance.Options.UseFont = true;
     this.tbConcentPattern.Size     = new System.Drawing.Size(85, 20);
     this.tbConcentPattern.TabIndex = 30;
     //
     // cbMrpattern
     //
     this.cbMrpattern.Location = new System.Drawing.Point(116, 26);
     this.cbMrpattern.Name     = "cbMrpattern";
     this.cbMrpattern.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.cbMrpattern.Properties.Appearance.Options.UseFont = true;
     this.cbMrpattern.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbMrpattern.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name"),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idmr_detail", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idsolution", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None)
     });
     this.cbMrpattern.Properties.NullText   = "Seleccionar";
     this.cbMrpattern.Properties.ShowFooter = false;
     this.cbMrpattern.Properties.ShowHeader = false;
     this.cbMrpattern.Size     = new System.Drawing.Size(100, 20);
     this.cbMrpattern.TabIndex = 26;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(135, 10);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(46, 13);
     this.label13.TabIndex = 27;
     this.label13.Text     = "Cod MR";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(16, 10);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(63, 13);
     this.label14.TabIndex = 27;
     this.label14.Text     = "Tipo de MR";
     //
     // cbModif
     //
     this.cbModif.Location = new System.Drawing.Point(222, 49);
     this.cbModif.Name     = "cbModif";
     this.cbModif.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.cbModif.Properties.Appearance.Options.UseFont = true;
     this.cbModif.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbModif.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")
     });
     this.cbModif.Properties.NullText   = "---";
     this.cbModif.Properties.ShowFooter = false;
     this.cbModif.Properties.ShowHeader = false;
     this.cbModif.Size     = new System.Drawing.Size(112, 20);
     this.cbModif.TabIndex = 23;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(7, 52);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(39, 13);
     this.label15.TabIndex = 21;
     this.label15.Text     = "Medio:";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(180, 52);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(36, 13);
     this.label16.TabIndex = 20;
     this.label16.Text     = "Modif:";
     //
     // cbTypeSolPatron
     //
     this.cbTypeSolPatron.Location = new System.Drawing.Point(10, 26);
     this.cbTypeSolPatron.Name     = "cbTypeSolPatron";
     this.cbTypeSolPatron.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.cbTypeSolPatron.Properties.Appearance.Options.UseFont = true;
     this.cbTypeSolPatron.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbTypeSolPatron.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("MRC", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Sol. Patron", 2, -1)
     });
     this.cbTypeSolPatron.Size                  = new System.Drawing.Size(100, 20);
     this.cbTypeSolPatron.TabIndex              = 28;
     this.cbTypeSolPatron.SelectedIndexChanged += new System.EventHandler(this.cbTypeSolPatron_SelectedIndexChanged);
     //
     // paHeader
     //
     this.paHeader.Controls.Add(this.cbTypeSolPatron);
     this.paHeader.Controls.Add(this.label16);
     this.paHeader.Controls.Add(this.label15);
     this.paHeader.Controls.Add(this.cbModif);
     this.paHeader.Controls.Add(this.label14);
     this.paHeader.Controls.Add(this.label13);
     this.paHeader.Controls.Add(this.cbMrpattern);
     this.paHeader.Controls.Add(this.tbConcentPattern);
     this.paHeader.Controls.Add(this.tbUnd);
     this.paHeader.Controls.Add(this.label5);
     this.paHeader.Controls.Add(this.label1);
     this.paHeader.Controls.Add(this.cbMedium);
     this.paHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.paHeader.Enabled  = false;
     this.paHeader.Location = new System.Drawing.Point(0, 0);
     this.paHeader.Name     = "paHeader";
     this.paHeader.Size     = new System.Drawing.Size(847, 79);
     this.paHeader.TabIndex = 36;
     this.paHeader.Text     = "panelControl2";
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption   = "Id";
     this.treeListColumn2.FieldName = "Id";
     this.treeListColumn2.Name      = "treeListColumn2";
     //
     // treeListColumn3
     //
     this.treeListColumn3.Caption   = "Parentid";
     this.treeListColumn3.FieldName = "Parentid";
     this.treeListColumn3.Name      = "treeListColumn3";
     //
     // UcSolIntermV2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.treeSolInterm);
     this.Controls.Add(this.paHeader);
     this.Controls.Add(this.panelControl1);
     this.Name = "UcSolIntermV2";
     this.Size = new System.Drawing.Size(847, 457);
     ((System.ComponentModel.ISupportInitialize)(this.repStatusSolution)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeSolInterm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repVolumen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repReactive)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repReactiveValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.redDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbMedium.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbUnd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbConcentPattern.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbMrpattern.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbModif.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTypeSolPatron.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paHeader)).EndInit();
     this.paHeader.ResumeLayout(false);
     this.paHeader.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.colloai       = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListViTri = new DevExpress.XtraTreeList.TreeList();
     this.colten        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colid         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.treeListViTri)).BeginInit();
     this.SuspendLayout();
     //
     // colloai
     //
     this.colloai.Caption   = "loai";
     this.colloai.FieldName = "loai";
     this.colloai.Name      = "colloai";
     //
     // treeListViTri
     //
     this.treeListViTri.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colid,
         this.colten,
         this.colloai
     });
     this.treeListViTri.Dock = System.Windows.Forms.DockStyle.Fill;
     styleFormatCondition1.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     styleFormatCondition1.Appearance.Options.UseFont = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.colloai;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = "Phong";
     this.treeListViTri.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeListViTri.KeyFieldName                    = "id";
     this.treeListViTri.Location                        = new System.Drawing.Point(0, 0);
     this.treeListViTri.Name                            = "treeListViTri";
     this.treeListViTri.OptionsBehavior.Editable        = false;
     this.treeListViTri.OptionsBehavior.EnableFiltering = true;
     this.treeListViTri.OptionsFind.AllowFindPanel      = true;
     this.treeListViTri.OptionsFind.AlwaysVisible       = true;
     this.treeListViTri.OptionsFind.ShowCloseButton     = false;
     this.treeListViTri.OptionsFind.ShowFindButton      = false;
     this.treeListViTri.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeListViTri.ParentFieldName     = "parent_id";
     this.treeListViTri.Size                = new System.Drawing.Size(276, 373);
     this.treeListViTri.TabIndex            = 0;
     this.treeListViTri.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeListPhong_FocusedNodeChanged);
     this.treeListViTri.FilterNode         += new DevExpress.XtraTreeList.FilterNodeEventHandler(this.OnFilterNode);
     //
     // colten
     //
     this.colten.Caption      = "Vị trí";
     this.colten.FieldName    = "ten";
     this.colten.Name         = "colten";
     this.colten.Visible      = true;
     this.colten.VisibleIndex = 0;
     //
     // colid
     //
     this.colid.Caption   = "id";
     this.colid.FieldName = "id";
     this.colid.Name      = "colid";
     //
     // ucTreeViTri
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.treeListViTri);
     this.Name = "ucTreeViTri";
     this.Size = new System.Drawing.Size(276, 373);
     ((System.ComponentModel.ISupportInitialize)(this.treeListViTri)).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(RulesEditControl));
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.colImg = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.imageList1                        = new System.Windows.Forms.ImageList(this.components);
     this.lbltitle                          = new System.Windows.Forms.Label();
     this.treeList1                         = new DevExpress.XtraTreeList.TreeList();
     this.colName                           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.contextMenu_Categories            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mAddNewCategory                   = new System.Windows.Forms.ToolStripMenuItem();
     this.mRemove                           = new System.Windows.Forms.ToolStripMenuItem();
     this.addRuleToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.addRootcategoryToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.categoryTreeBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.labelControl1                     = new DevExpress.XtraEditors.LabelControl();
     this.grdAllRules                       = new DevExpress.XtraGrid.GridControl();
     this.contextMenu_Rules                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mDeleteRule                       = new System.Windows.Forms.ToolStripMenuItem();
     this.mCreateRuele                      = new System.Windows.Forms.ToolStripMenuItem();
     this.mUpdateRule                       = new System.Windows.Forms.ToolStripMenuItem();
     this.fwkAuthorizationRuleBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView_AllRules                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridView4                         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.lblCurrentCategory                = new DevExpress.XtraEditors.LabelControl();
     this.lblSelectedRule                   = new DevExpress.XtraEditors.LabelControl();
     this.btnAddNewRule                     = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.contextMenu_Categories.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.categoryTreeBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdAllRules)).BeginInit();
     this.contextMenu_Rules.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fwkAuthorizationRuleBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_AllRules)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     this.SuspendLayout();
     //
     // colImg
     //
     this.colImg.ColumnEdit = this.repositoryItemImageComboBox1;
     this.colImg.FieldName  = "IsCategory";
     this.colImg.MinWidth   = 33;
     this.colImg.Name       = "colImg";
     this.colImg.OptionsColumn.AllowEdit = false;
     this.colImg.OptionsColumn.ReadOnly  = true;
     this.colImg.Visible      = true;
     this.colImg.VisibleIndex = 0;
     this.colImg.Width        = 76;
     //
     // 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("", true, 0),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", false, 3)
     });
     this.repositoryItemImageComboBox1.Name        = "repositoryItemImageComboBox1";
     this.repositoryItemImageComboBox1.ReadOnly    = true;
     this.repositoryItemImageComboBox1.SmallImages = this.imageList1;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "folder-closed_16.png");
     this.imageList1.Images.SetKeyName(1, "folder-open_16.png");
     this.imageList1.Images.SetKeyName(2, "admin_16.png");
     this.imageList1.Images.SetKeyName(3, "del_16.ico");
     //
     // lbltitle
     //
     this.lbltitle.BackColor  = System.Drawing.Color.White;
     this.lbltitle.Dock       = System.Windows.Forms.DockStyle.Top;
     this.lbltitle.Font       = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltitle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lbltitle.Location   = new System.Drawing.Point(0, 0);
     this.lbltitle.Name       = "lbltitle";
     this.lbltitle.Size       = new System.Drawing.Size(1032, 42);
     this.lbltitle.TabIndex   = 20;
     this.lbltitle.Text       = "Edit rules";
     this.lbltitle.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // treeList1
     //
     this.treeList1.AllowDrop = true;
     this.treeList1.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.treeList1.Appearance.FocusedCell.Font            = new System.Drawing.Font("Tahoma", 8.25F);
     this.treeList1.Appearance.FocusedCell.Options.UseFont = true;
     this.treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colImg,
         this.colName
     });
     this.treeList1.ContextMenuStrip                       = this.contextMenu_Categories;
     this.treeList1.DataSource                             = this.categoryTreeBindingSource;
     this.treeList1.FixedLineWidth                         = 1;
     styleFormatCondition1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.DarkGreen;
     styleFormatCondition1.Appearance.Options.UseFont      = true;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Column                          = this.colImg;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1                          = true;
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.DimGray;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.ApplyToRow                      = true;
     styleFormatCondition2.Column                          = this.colImg;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1                          = false;
     this.treeList1.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2
     });
     this.treeList1.KeyFieldName = "Id";
     this.treeList1.Location     = new System.Drawing.Point(558, 75);
     this.treeList1.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.treeList1.Name         = "treeList1";
     this.treeList1.OptionsMenu.EnableColumnMenu = false;
     this.treeList1.OptionsMenu.EnableFooterMenu = false;
     this.treeList1.OptionsSelection.UseIndicatorForSelection = true;
     this.treeList1.OptionsView.AutoWidth     = false;
     this.treeList1.OptionsView.ShowColumns   = false;
     this.treeList1.OptionsView.ShowVertLines = false;
     this.treeList1.ParentFieldName           = "ParentId";
     this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageComboBox1
     });
     this.treeList1.RowHeight      = 35;
     this.treeList1.Size           = new System.Drawing.Size(423, 530);
     this.treeList1.StateImageList = this.imageList1;
     this.treeList1.TabIndex       = 30;
     this.treeList1.DragDrop      += new System.Windows.Forms.DragEventHandler(this.treeList1_DragDrop);
     this.treeList1.DragOver      += new System.Windows.Forms.DragEventHandler(this.treeList1_DragOver);
     this.treeList1.DragLeave     += new System.EventHandler(this.treeList1_DragLeave);
     this.treeList1.GiveFeedback  += new System.Windows.Forms.GiveFeedbackEventHandler(this.treeList1_GiveFeedback);
     this.treeList1.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.treeList1_KeyDown);
     this.treeList1.MouseClick    += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseClick);
     this.treeList1.MouseDown     += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseDown);
     this.treeList1.MouseLeave    += new System.EventHandler(this.treeList1_MouseLeave);
     //
     // colName
     //
     this.colName.Caption   = "Name";
     this.colName.FieldName = "Name";
     this.colName.MinWidth  = 33;
     this.colName.Name      = "colName";
     this.colName.OptionsColumn.AllowEdit = false;
     this.colName.OptionsColumn.ReadOnly  = true;
     this.colName.Visible      = true;
     this.colName.VisibleIndex = 1;
     this.colName.Width        = 221;
     //
     // contextMenu_Categories
     //
     this.contextMenu_Categories.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mAddNewCategory,
         this.mRemove,
         this.addRuleToolStripMenuItem,
         this.addRootcategoryToolStripMenuItem
     });
     this.contextMenu_Categories.Name = "contextMenuStrip1";
     this.contextMenu_Categories.Size = new System.Drawing.Size(203, 100);
     //
     // mAddNewCategory
     //
     this.mAddNewCategory.Image  = global::Fwk.Security.Admin.Properties.Resources.folder_new_16;
     this.mAddNewCategory.Name   = "mAddNewCategory";
     this.mAddNewCategory.Size   = new System.Drawing.Size(202, 24);
     this.mAddNewCategory.Text   = "Add sub-category";
     this.mAddNewCategory.Click += new System.EventHandler(this.mAddNewCategory_Click);
     //
     // mRemove
     //
     this.mRemove.Image  = global::Fwk.Security.Admin.Properties.Resources.cancel_16;
     this.mRemove.Name   = "mRemove";
     this.mRemove.Size   = new System.Drawing.Size(202, 24);
     this.mRemove.Text   = "Remove";
     this.mRemove.Click += new System.EventHandler(this.mRemove_Click);
     //
     // addRuleToolStripMenuItem
     //
     this.addRuleToolStripMenuItem.Image = global::Fwk.Security.Admin.Properties.Resources.admin_24;
     this.addRuleToolStripMenuItem.Name  = "addRuleToolStripMenuItem";
     this.addRuleToolStripMenuItem.Size  = new System.Drawing.Size(202, 24);
     this.addRuleToolStripMenuItem.Text  = "Add rule";
     //
     // addRootcategoryToolStripMenuItem
     //
     this.addRootcategoryToolStripMenuItem.Image  = global::Fwk.Security.Admin.Properties.Resources.Folder_2_Down;
     this.addRootcategoryToolStripMenuItem.Name   = "addRootcategoryToolStripMenuItem";
     this.addRootcategoryToolStripMenuItem.Size   = new System.Drawing.Size(202, 24);
     this.addRootcategoryToolStripMenuItem.Text   = "Add root-category";
     this.addRootcategoryToolStripMenuItem.Click += new System.EventHandler(this.addRootcategoryToolStripMenuItem_Click);
     //
     // categoryTreeBindingSource
     //
     this.categoryTreeBindingSource.DataSource = typeof(Fwk.Security.Admin.CategoryTree);
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.labelControl1.Location        = new System.Drawing.Point(558, 46);
     this.labelControl1.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(91, 21);
     this.labelControl1.TabIndex        = 32;
     this.labelControl1.Text            = "Categories";
     //
     // grdAllRules
     //
     this.grdAllRules.AllowDrop = true;
     this.grdAllRules.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)));
     this.grdAllRules.ContextMenuStrip = this.contextMenu_Rules;
     this.grdAllRules.DataSource       = this.fwkAuthorizationRuleBindingSource;
     this.grdAllRules.Location         = new System.Drawing.Point(5, 75);
     this.grdAllRules.MainView         = this.gridView_AllRules;
     this.grdAllRules.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.grdAllRules.Name             = "grdAllRules";
     this.grdAllRules.Size             = new System.Drawing.Size(453, 530);
     this.grdAllRules.TabIndex         = 37;
     this.grdAllRules.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView_AllRules,
         this.gridView4
     });
     this.grdAllRules.DragOver  += new System.Windows.Forms.DragEventHandler(this.grdAllRules_DragOver);
     this.grdAllRules.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView_AllRules_MouseDown);
     this.grdAllRules.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gridView_AllRules_MouseMove);
     //
     // contextMenu_Rules
     //
     this.contextMenu_Rules.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mDeleteRule,
         this.mCreateRuele,
         this.mUpdateRule
     });
     this.contextMenu_Rules.Name = "contextMenuStrip1";
     this.contextMenu_Rules.Size = new System.Drawing.Size(234, 76);
     //
     // mDeleteRule
     //
     this.mDeleteRule.Image  = global::Fwk.Security.Admin.Properties.Resources.cancel_16;
     this.mDeleteRule.Name   = "mDeleteRule";
     this.mDeleteRule.Size   = new System.Drawing.Size(233, 24);
     this.mDeleteRule.Text   = "Remove from database";
     this.mDeleteRule.Click += new System.EventHandler(this.mDeleteRule_Click);
     //
     // mCreateRuele
     //
     this.mCreateRuele.Image  = global::Fwk.Security.Admin.Properties.Resources.admin_24;
     this.mCreateRuele.Name   = "mCreateRuele";
     this.mCreateRuele.Size   = new System.Drawing.Size(233, 24);
     this.mCreateRuele.Text   = "Create new";
     this.mCreateRuele.Click += new System.EventHandler(this.mCreateRuele_Click);
     //
     // mUpdateRule
     //
     this.mUpdateRule.Image  = global::Fwk.Security.Admin.Properties.Resources.Folder_2_Down;
     this.mUpdateRule.Name   = "mUpdateRule";
     this.mUpdateRule.Size   = new System.Drawing.Size(233, 24);
     this.mUpdateRule.Text   = "Update";
     this.mUpdateRule.Click += new System.EventHandler(this.mUpdateRule_Click);
     //
     // fwkAuthorizationRuleBindingSource
     //
     this.fwkAuthorizationRuleBindingSource.DataSource = typeof(Fwk.Security.FwkAuthorizationRule);
     //
     // gridView_AllRules
     //
     this.gridView_AllRules.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn3
     });
     this.gridView_AllRules.GridControl = this.grdAllRules;
     this.gridView_AllRules.Name        = "gridView_AllRules";
     this.gridView_AllRules.OptionsFilter.AllowFilterEditor           = false;
     this.gridView_AllRules.OptionsFind.AlwaysVisible                 = true;
     this.gridView_AllRules.OptionsLayout.Columns.AddNewColumns       = false;
     this.gridView_AllRules.OptionsMenu.EnableColumnMenu              = false;
     this.gridView_AllRules.OptionsMenu.EnableFooterMenu              = false;
     this.gridView_AllRules.OptionsMenu.EnableGroupPanelMenu          = false;
     this.gridView_AllRules.OptionsMenu.ShowGroupSortSummaryItems     = false;
     this.gridView_AllRules.OptionsSelection.InvertSelection          = true;
     this.gridView_AllRules.OptionsSelection.UseIndicatorForSelection = false;
     this.gridView_AllRules.OptionsView.ShowColumnHeaders             = false;
     this.gridView_AllRules.OptionsView.ShowDetailButtons             = false;
     this.gridView_AllRules.OptionsView.ShowGroupPanel                = false;
     this.gridView_AllRules.OptionsView.ShowVerticalLines             = DevExpress.Utils.DefaultBoolean.False;
     this.gridView_AllRules.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn3, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gridView_AllRules.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.gridView_AllRules_MouseDown);
     this.gridView_AllRules.MouseMove   += new System.Windows.Forms.MouseEventHandler(this.gridView_AllRules_MouseMove);
     this.gridView_AllRules.DoubleClick += new System.EventHandler(this.gridView_AllRules_DoubleClick);
     //
     // gridColumn3
     //
     this.gridColumn3.FieldName = "Name";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.ReadOnly  = true;
     this.gridColumn3.SortMode     = DevExpress.XtraGrid.ColumnSortMode.DisplayText;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 0;
     //
     // gridView4
     //
     this.gridView4.GridControl = this.grdAllRules;
     this.gridView4.Name        = "gridView4";
     //
     // lblCurrentCategory
     //
     this.lblCurrentCategory.Appearance.ForeColor = System.Drawing.Color.DimGray;
     this.lblCurrentCategory.Location             = new System.Drawing.Point(672, 51);
     this.lblCurrentCategory.Name     = "lblCurrentCategory";
     this.lblCurrentCategory.Size     = new System.Drawing.Size(8, 16);
     this.lblCurrentCategory.TabIndex = 38;
     this.lblCurrentCategory.Text     = "_";
     //
     // lblSelectedRule
     //
     this.lblSelectedRule.Appearance.ForeColor = System.Drawing.Color.DimGray;
     this.lblSelectedRule.Location             = new System.Drawing.Point(5, 50);
     this.lblSelectedRule.Name     = "lblSelectedRule";
     this.lblSelectedRule.Size     = new System.Drawing.Size(4, 16);
     this.lblSelectedRule.TabIndex = 39;
     this.lblSelectedRule.Text     = ".";
     //
     // btnAddNewRule
     //
     this.btnAddNewRule.Image    = global::Fwk.Security.Admin.Properties.Resources.file_add_16;
     this.btnAddNewRule.Location = new System.Drawing.Point(177, 49);
     this.btnAddNewRule.Name     = "btnAddNewRule";
     this.btnAddNewRule.Size     = new System.Drawing.Size(105, 26);
     this.btnAddNewRule.TabIndex = 40;
     this.btnAddNewRule.Text     = "Add Rule";
     this.btnAddNewRule.Click   += new System.EventHandler(this.btnAddNewRule_Click);
     //
     // RulesEditControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblSelectedRule);
     this.Controls.Add(this.btnAddNewRule);
     this.Controls.Add(this.grdAllRules);
     this.Controls.Add(this.lbltitle);
     this.Controls.Add(this.treeList1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.lblCurrentCategory);
     this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.Name   = "RulesEditControl";
     this.Size   = new System.Drawing.Size(1032, 623);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.contextMenu_Categories.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.categoryTreeBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdAllRules)).EndInit();
     this.contextMenu_Rules.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fwkAuthorizationRuleBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_AllRules)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void Init()
        {
            btnPrint = new SimpleButton();
            barButtonItemView.Glyph = FWImageDic.VIEW_IMAGE20;
            barButtonItemExport.Glyph = HelpImage.getImage2020("ExportToExcel.png");
            barButtonItemClose.Glyph = FWImageDic.CLOSE_IMAGE20;
            TNSHelper.InitCtrlKenhPhatRev(KenhPhat);
            TNSHelper.InitCtrlTargetRev(Target);
            TNSHelper.InitCtrlThiTruongRev(ThiTruong);

            TNSHelper.InitCtrlAdvertiserRev(Advertiser);
            TNSHelper.InitCtrlAgencyRev(Agency);
            TNSHelper.InitCtrlBrandRev(Brand);
            TNSHelper.InitCtrlGroupRev(Group);
            TNSHelper.InitCtrlSectorRev(Sector);

            //HelpGrid.SetReadOnly(TreeViewDetail);

            var date = DateTime.Today;
            TuThang.Value = 1;
            TuNam.Value = date.Year;
            DenThang.Value = 12;
            DenNam.Value = date.Year;

            InitColBase();
            treeListDetail.ParentFieldName = "PARENT_ID";
            treeListDetail.KeyFieldName = "ID";
               var sumrowFormat= new StyleFormatCondition
                         {
                             ApplyToRow = true,
                             Condition = FormatConditionEnum.Expression,
                             Expression =   GroupTypeEqualExpression(SummaryRow)
                         };
            sumrowFormat.Appearance.Options.UseFont = true;
            sumrowFormat.Appearance.Font = new Font(sumrowFormat.Appearance.Font, FontStyle.Bold);
            treeListDetail.FormatConditions.Add(sumrowFormat);
            treeListDetail.OptionsView.AutoWidth = false;
            treeListDetail._SetPermissionElement(btnPrint, barButtonItemExport);
        }
예제 #26
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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
			DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeptStoreGradeForm));
			this.colTag = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.colMoved = new DevExpress.XtraGrid.Columns.GridColumn();
			this.riProgress = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
			this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
			this.btnClose = new DevExpress.XtraEditors.SimpleButton();
			this.btnSave = new DevExpress.XtraEditors.SimpleButton();
			this.splitter = new DevExpress.XtraEditors.SplitContainerControl();
			this.treeDeptGrades = new DevExpress.XtraTreeList.TreeList();
			this.colId = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.colDepartments = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.lblCutPasteHelp = new DevExpress.XtraEditors.LabelControl();
			this.btnCut = new DevExpress.XtraEditors.SimpleButton();
			this.btnPaste = new DevExpress.XtraEditors.SimpleButton();
			this.gridDeptGradeStores = new DevExpress.XtraGrid.GridControl();
			this.gridContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mnuCut = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuPaste = new System.Windows.Forms.ToolStripMenuItem();
			this.viewDeptGradeStores = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.colStoreId = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colStoreName = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colChangedBy = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colChangedDate = new DevExpress.XtraGrid.Columns.GridColumn();
			this.lblSelectDeptGradeHelp = new DevExpress.XtraEditors.LabelControl();
			this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
			this.tpAllDepartments = new DevExpress.XtraTab.XtraTabPage();
			this.gridStoreGrades = new DevExpress.XtraGrid.GridControl();
			this.bsStoreGrades = new System.Windows.Forms.BindingSource(this.components);
			this.viewStoreGrades = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.colStoreId2 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.riStoreLookup = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
			this.riViewStoreLookup = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colGradeId = new DevExpress.XtraGrid.Columns.GridColumn();
			this.riGradeLookup = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
			this.riViewGradeLookup = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.bnStoreGrades = new System.Windows.Forms.BindingNavigator(this.components);
			this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
			this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
			this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
			this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.tpIndividualDepartments = new DevExpress.XtraTab.XtraTabPage();
			((System.ComponentModel.ISupportInitialize)(this.ClientPanel)).BeginInit();
			this.ClientPanel.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.BoxStyles)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.riProgress)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.splitter)).BeginInit();
			this.splitter.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.treeDeptGrades)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridDeptGradeStores)).BeginInit();
			this.gridContextMenu.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.viewDeptGradeStores)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
			this.xtraTabControl1.SuspendLayout();
			this.tpAllDepartments.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.gridStoreGrades)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bsStoreGrades)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.viewStoreGrades)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.riStoreLookup)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.riViewStoreLookup)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.riGradeLookup)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.riViewGradeLookup)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bnStoreGrades)).BeginInit();
			this.bnStoreGrades.SuspendLayout();
			this.tpIndividualDepartments.SuspendLayout();
			this.SuspendLayout();
			// 
			// ClientPanel
			// 
			this.ClientPanel.Controls.Add(this.xtraTabControl1);
			this.ClientPanel.Controls.Add(this.btnSave);
			this.ClientPanel.Controls.Add(this.btnClose);
			this.ClientPanel.Size = new System.Drawing.Size(768, 498);
			this.ClientPanel.TabIndex = 0;
			// 
			// BoxStyles
			// 
			this.BoxStyles.Appearance.BackColor = System.Drawing.Color.White;
			this.BoxStyles.Appearance.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
			this.BoxStyles.Appearance.ForeColor = System.Drawing.Color.Black;
			this.BoxStyles.Appearance.Options.UseBackColor = true;
			this.BoxStyles.Appearance.Options.UseFont = true;
			this.BoxStyles.Appearance.Options.UseForeColor = true;
			this.BoxStyles.AppearanceDisabled.BackColor = System.Drawing.Color.White;
			this.BoxStyles.AppearanceDisabled.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
			this.BoxStyles.AppearanceDisabled.ForeColor = System.Drawing.Color.Silver;
			this.BoxStyles.AppearanceDisabled.Options.UseBackColor = true;
			this.BoxStyles.AppearanceDisabled.Options.UseFont = true;
			this.BoxStyles.AppearanceDisabled.Options.UseForeColor = true;
			this.BoxStyles.AppearanceDropDown.BackColor = System.Drawing.Color.White;
			this.BoxStyles.AppearanceDropDown.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.BoxStyles.AppearanceDropDown.ForeColor = System.Drawing.Color.Black;
			this.BoxStyles.AppearanceDropDown.Options.UseBackColor = true;
			this.BoxStyles.AppearanceDropDown.Options.UseFont = true;
			this.BoxStyles.AppearanceDropDown.Options.UseForeColor = true;
			this.BoxStyles.AppearanceDropDownHeader.BackColor = System.Drawing.Color.White;
			this.BoxStyles.AppearanceDropDownHeader.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
			this.BoxStyles.AppearanceDropDownHeader.ForeColor = System.Drawing.Color.Blue;
			this.BoxStyles.AppearanceDropDownHeader.Options.UseBackColor = true;
			this.BoxStyles.AppearanceDropDownHeader.Options.UseFont = true;
			this.BoxStyles.AppearanceDropDownHeader.Options.UseForeColor = true;
			this.BoxStyles.AppearanceFocused.BackColor = System.Drawing.Color.LightCyan;
			this.BoxStyles.AppearanceFocused.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
			this.BoxStyles.AppearanceFocused.ForeColor = System.Drawing.Color.Black;
			this.BoxStyles.AppearanceFocused.Options.UseBackColor = true;
			this.BoxStyles.AppearanceFocused.Options.UseFont = true;
			this.BoxStyles.AppearanceFocused.Options.UseForeColor = true;
			this.BoxStyles.AppearanceReadOnly.BackColor = System.Drawing.Color.White;
			this.BoxStyles.AppearanceReadOnly.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
			this.BoxStyles.AppearanceReadOnly.ForeColor = System.Drawing.Color.Red;
			this.BoxStyles.AppearanceReadOnly.Options.UseBackColor = true;
			this.BoxStyles.AppearanceReadOnly.Options.UseFont = true;
			this.BoxStyles.AppearanceReadOnly.Options.UseForeColor = true;
			// 
			// colTag
			// 
			this.colTag.Caption = "Tag";
			this.colTag.FieldName = "Tag";
			this.colTag.Name = "colTag";
			this.colTag.OptionsColumn.ShowInCustomizationForm = false;
			// 
			// colMoved
			// 
			this.colMoved.Caption = "Moved";
			this.colMoved.FieldName = "Moved";
			this.colMoved.Name = "colMoved";
			this.colMoved.OptionsColumn.ShowInCustomizationForm = false;
			// 
			// riProgress
			// 
			this.riProgress.AutoHeight = true;
			this.riProgress.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
			this.riProgress.Name = "riProgress";
			this.riProgress.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid;
			this.riProgress.ShowTitle = true;
			// 
			// ribbon
			// 
			this.ribbon.ApplicationButtonText = null;
			// 
			// 
			// 
			this.ribbon.ExpandCollapseItem.Id = 0;
			this.ribbon.ExpandCollapseItem.Name = "";
			this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem});
			this.ribbon.Location = new System.Drawing.Point(0, 0);
			this.ribbon.MaxItemId = 3;
			this.ribbon.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.OnlyWhenMaximized;
			this.ribbon.Name = "ribbon";
			this.ribbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.riProgress});
			this.ribbon.Size = new System.Drawing.Size(768, 25);
			// 
			// btnClose
			// 
			this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnClose.Location = new System.Drawing.Point(693, 470);
			this.btnClose.Name = "btnClose";
			this.btnClose.Size = new System.Drawing.Size(63, 23);
			this.btnClose.TabIndex = 0;
			this.btnClose.Text = "&Close";
			this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// btnSave
			// 
			this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnSave.Enabled = false;
			this.btnSave.Location = new System.Drawing.Point(624, 470);
			this.btnSave.Name = "btnSave";
			this.btnSave.Size = new System.Drawing.Size(63, 23);
			this.btnSave.TabIndex = 4;
			this.btnSave.Text = "&Save";
			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
			// 
			// splitter
			// 
			this.splitter.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitter.Location = new System.Drawing.Point(0, 0);
			this.splitter.Name = "splitter";
			this.splitter.Panel1.Controls.Add(this.treeDeptGrades);
			this.splitter.Panel1.Text = "Panel1";
			this.splitter.Panel2.Controls.Add(this.lblCutPasteHelp);
			this.splitter.Panel2.Controls.Add(this.btnCut);
			this.splitter.Panel2.Controls.Add(this.btnPaste);
			this.splitter.Panel2.Controls.Add(this.gridDeptGradeStores);
			this.splitter.Panel2.Controls.Add(this.lblSelectDeptGradeHelp);
			this.splitter.Panel2.Text = "Panel2";
			this.splitter.Size = new System.Drawing.Size(742, 426);
			this.splitter.SplitterPosition = 260;
			this.splitter.TabIndex = 6;
			this.splitter.Text = "splitContainerControl1";
			// 
			// treeDeptGrades
			// 
			this.treeDeptGrades.AllowDrop = true;
			this.treeDeptGrades.Appearance.SelectedRow.BackColor = System.Drawing.Color.Red;
			this.treeDeptGrades.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
			this.treeDeptGrades.Appearance.SelectedRow.Options.UseBackColor = true;
			this.treeDeptGrades.Appearance.SelectedRow.Options.UseForeColor = true;
			this.treeDeptGrades.ColumnPanelRowHeight = 30;
			this.treeDeptGrades.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.colId,
            this.colDepartments,
            this.colTag});
			this.treeDeptGrades.CustomizationFormBounds = new System.Drawing.Rectangle(2250, 487, 208, 168);
			this.treeDeptGrades.Dock = System.Windows.Forms.DockStyle.Fill;
			styleFormatCondition3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
			styleFormatCondition3.Appearance.Options.UseFont = true;
			styleFormatCondition3.ApplyToRow = true;
			styleFormatCondition3.Column = this.colTag;
			styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
			styleFormatCondition3.Expression = "Department";
			this.treeDeptGrades.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition3});
			this.treeDeptGrades.KeyFieldName = "";
			this.treeDeptGrades.Location = new System.Drawing.Point(0, 0);
			this.treeDeptGrades.Name = "treeDeptGrades";
			this.treeDeptGrades.OptionsBehavior.Editable = false;
			this.treeDeptGrades.OptionsBehavior.ExpandNodesOnIncrementalSearch = true;
			this.treeDeptGrades.OptionsBehavior.ImmediateEditor = false;
			this.treeDeptGrades.OptionsBehavior.PopulateServiceColumns = true;
			this.treeDeptGrades.OptionsLayout.AddNewColumns = false;
			this.treeDeptGrades.OptionsSelection.EnableAppearanceFocusedCell = false;
			this.treeDeptGrades.OptionsView.ShowHorzLines = false;
			this.treeDeptGrades.OptionsView.ShowIndicator = false;
			this.treeDeptGrades.OptionsView.ShowVertLines = false;
			this.treeDeptGrades.ParentFieldName = "";
			this.treeDeptGrades.Size = new System.Drawing.Size(260, 426);
			this.treeDeptGrades.TabIndex = 0;
			this.treeDeptGrades.BeforeExpand += new DevExpress.XtraTreeList.BeforeExpandEventHandler(this.treeList1_BeforeExpand);
			this.treeDeptGrades.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeDeptGrades_FocusedNodeChanged);
			// 
			// colId
			// 
			this.colId.Caption = "Id";
			this.colId.FieldName = "Id";
			this.colId.Name = "colId";
			this.colId.OptionsColumn.ShowInCustomizationForm = false;
			// 
			// colDepartments
			// 
			this.colDepartments.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
			this.colDepartments.AppearanceHeader.Options.UseFont = true;
			this.colDepartments.Caption = "Departments  \\ Grades";
			this.colDepartments.FieldName = "Description";
			this.colDepartments.Name = "colDepartments";
			this.colDepartments.OptionsColumn.AllowEdit = false;
			this.colDepartments.OptionsColumn.AllowMoveToCustomizationForm = false;
			this.colDepartments.OptionsColumn.AllowSort = false;
			this.colDepartments.OptionsColumn.ShowInCustomizationForm = false;
			this.colDepartments.Visible = true;
			this.colDepartments.VisibleIndex = 0;
			// 
			// lblCutPasteHelp
			// 
			this.lblCutPasteHelp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.lblCutPasteHelp.Appearance.BackColor = System.Drawing.Color.Transparent;
			this.lblCutPasteHelp.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
			this.lblCutPasteHelp.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
			this.lblCutPasteHelp.Location = new System.Drawing.Point(7, 398);
			this.lblCutPasteHelp.Name = "lblCutPasteHelp";
			this.lblCutPasteHelp.Size = new System.Drawing.Size(358, 25);
			this.lblCutPasteHelp.TabIndex = 6;
			this.lblCutPasteHelp.Text = "Select rows to move, click CUT, then select target department/grade and click PAS" +
    "TE";
			// 
			// btnCut
			// 
			this.btnCut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnCut.Enabled = false;
			this.btnCut.Location = new System.Drawing.Point(374, 398);
			this.btnCut.Name = "btnCut";
			this.btnCut.Size = new System.Drawing.Size(47, 23);
			this.btnCut.TabIndex = 4;
			this.btnCut.Text = "&Cut";
			this.btnCut.Click += new System.EventHandler(this.btnCut_Click);
			// 
			// btnPaste
			// 
			this.btnPaste.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnPaste.Enabled = false;
			this.btnPaste.Location = new System.Drawing.Point(427, 398);
			this.btnPaste.Name = "btnPaste";
			this.btnPaste.Size = new System.Drawing.Size(47, 23);
			this.btnPaste.TabIndex = 3;
			this.btnPaste.Text = "&Paste";
			this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
			// 
			// gridDeptGradeStores
			// 
			this.gridDeptGradeStores.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.gridDeptGradeStores.ContextMenuStrip = this.gridContextMenu;
			this.gridDeptGradeStores.EmbeddedNavigator.Buttons.Append.Visible = false;
			this.gridDeptGradeStores.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
			this.gridDeptGradeStores.EmbeddedNavigator.Buttons.Edit.Visible = false;
			this.gridDeptGradeStores.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
			this.gridDeptGradeStores.EmbeddedNavigator.Buttons.Remove.Visible = false;
			this.gridDeptGradeStores.Location = new System.Drawing.Point(0, 0);
			this.gridDeptGradeStores.MainView = this.viewDeptGradeStores;
			this.gridDeptGradeStores.Name = "gridDeptGradeStores";
			this.gridDeptGradeStores.Size = new System.Drawing.Size(477, 392);
			this.gridDeptGradeStores.TabIndex = 0;
			this.gridDeptGradeStores.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.viewDeptGradeStores});
			// 
			// gridContextMenu
			// 
			this.gridContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuCut,
            this.mnuPaste});
			this.gridContextMenu.Name = "gridContextMenu";
			this.gridContextMenu.Size = new System.Drawing.Size(153, 70);
			this.gridContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.gridContextMenu_Opening);
			// 
			// mnuCut
			// 
			this.mnuCut.Enabled = false;
			this.mnuCut.Name = "mnuCut";
			this.mnuCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
			this.mnuCut.Size = new System.Drawing.Size(152, 22);
			this.mnuCut.Text = "&Cut";
			this.mnuCut.Click += new System.EventHandler(this.mnuCut_Click);
			// 
			// mnuPaste
			// 
			this.mnuPaste.Enabled = false;
			this.mnuPaste.Name = "mnuPaste";
			this.mnuPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
			this.mnuPaste.Size = new System.Drawing.Size(152, 22);
			this.mnuPaste.Text = "&Paste";
			this.mnuPaste.Click += new System.EventHandler(this.mnuPaste_Click);
			// 
			// viewDeptGradeStores
			// 
			this.viewDeptGradeStores.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
			this.viewDeptGradeStores.Appearance.HeaderPanel.Options.UseFont = true;
			this.viewDeptGradeStores.Appearance.ViewCaption.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
			this.viewDeptGradeStores.Appearance.ViewCaption.Options.UseFont = true;
			this.viewDeptGradeStores.Appearance.ViewCaption.Options.UseTextOptions = true;
			this.viewDeptGradeStores.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.viewDeptGradeStores.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colStoreId,
            this.colStoreName,
            this.colChangedBy,
            this.colChangedDate,
            this.colMoved});
			styleFormatCondition4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
			styleFormatCondition4.Appearance.Options.UseFont = true;
			styleFormatCondition4.ApplyToRow = true;
			styleFormatCondition4.Column = this.colMoved;
			styleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
			styleFormatCondition4.Value1 = "True";
			this.viewDeptGradeStores.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition4});
			this.viewDeptGradeStores.GridControl = this.gridDeptGradeStores;
			this.viewDeptGradeStores.Name = "viewDeptGradeStores";
			this.viewDeptGradeStores.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
			this.viewDeptGradeStores.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
			this.viewDeptGradeStores.OptionsBehavior.Editable = false;
			this.viewDeptGradeStores.OptionsSelection.EnableAppearanceFocusedCell = false;
			this.viewDeptGradeStores.OptionsSelection.MultiSelect = true;
			this.viewDeptGradeStores.OptionsView.ShowGroupPanel = false;
			this.viewDeptGradeStores.OptionsView.ShowViewCaption = true;
			this.viewDeptGradeStores.ViewCaption = "Not selected";
			this.viewDeptGradeStores.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.viewDeptGradeStores_FocusedRowChanged);
			// 
			// colStoreId
			// 
			this.colStoreId.Caption = "Store";
			this.colStoreId.FieldName = "StoreId";
			this.colStoreId.Name = "colStoreId";
			this.colStoreId.Visible = true;
			this.colStoreId.VisibleIndex = 0;
			// 
			// colStoreName
			// 
			this.colStoreName.Caption = "Store Name";
			this.colStoreName.FieldName = "StoreName";
			this.colStoreName.Name = "colStoreName";
			this.colStoreName.Visible = true;
			this.colStoreName.VisibleIndex = 1;
			// 
			// colChangedBy
			// 
			this.colChangedBy.Caption = "Changed By";
			this.colChangedBy.FieldName = "ChangedBy";
			this.colChangedBy.Name = "colChangedBy";
			this.colChangedBy.Visible = true;
			this.colChangedBy.VisibleIndex = 2;
			// 
			// colChangedDate
			// 
			this.colChangedDate.Caption = "Changed Date";
			this.colChangedDate.DisplayFormat.FormatString = "dd/MM/yyyy HH:mm";
			this.colChangedDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.colChangedDate.FieldName = "ChangedDate";
			this.colChangedDate.Name = "colChangedDate";
			this.colChangedDate.Visible = true;
			this.colChangedDate.VisibleIndex = 3;
			// 
			// lblSelectDeptGradeHelp
			// 
			this.lblSelectDeptGradeHelp.Appearance.BackColor = System.Drawing.Color.Transparent;
			this.lblSelectDeptGradeHelp.Appearance.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
			this.lblSelectDeptGradeHelp.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
			this.lblSelectDeptGradeHelp.Location = new System.Drawing.Point(0, 3);
			this.lblSelectDeptGradeHelp.Name = "lblSelectDeptGradeHelp";
			this.lblSelectDeptGradeHelp.Size = new System.Drawing.Size(367, 25);
			this.lblSelectDeptGradeHelp.TabIndex = 7;
			this.lblSelectDeptGradeHelp.Text = "Please select a department / grade";
			// 
			// xtraTabControl1
			// 
			this.xtraTabControl1.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.xtraTabControl1.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
			this.xtraTabControl1.AppearancePage.HeaderActive.Options.UseFont = true;
			this.xtraTabControl1.Location = new System.Drawing.Point(12, 16);
			this.xtraTabControl1.Name = "xtraTabControl1";
			this.xtraTabControl1.SelectedTabPage = this.tpAllDepartments;
			this.xtraTabControl1.Size = new System.Drawing.Size(744, 448);
			this.xtraTabControl1.TabIndex = 7;
			this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tpAllDepartments,
            this.tpIndividualDepartments});
			// 
			// tpAllDepartments
			// 
			this.tpAllDepartments.Controls.Add(this.gridStoreGrades);
			this.tpAllDepartments.Controls.Add(this.bnStoreGrades);
			this.tpAllDepartments.Name = "tpAllDepartments";
			this.tpAllDepartments.Size = new System.Drawing.Size(742, 426);
			this.tpAllDepartments.Text = "All Departments";
			// 
			// gridStoreGrades
			// 
			this.gridStoreGrades.DataSource = this.bsStoreGrades;
			this.gridStoreGrades.Dock = System.Windows.Forms.DockStyle.Fill;
			this.gridStoreGrades.Location = new System.Drawing.Point(0, 0);
			this.gridStoreGrades.MainView = this.viewStoreGrades;
			this.gridStoreGrades.Name = "gridStoreGrades";
			this.gridStoreGrades.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.riStoreLookup,
            this.riGradeLookup});
			this.gridStoreGrades.Size = new System.Drawing.Size(742, 401);
			this.gridStoreGrades.TabIndex = 0;
			this.gridStoreGrades.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.viewStoreGrades});
			// 
			// viewStoreGrades
			// 
			this.viewStoreGrades.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
			this.viewStoreGrades.Appearance.HeaderPanel.Options.UseFont = true;
			this.viewStoreGrades.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
			this.viewStoreGrades.Appearance.OddRow.Options.UseBackColor = true;
			this.viewStoreGrades.ColumnPanelRowHeight = 30;
			this.viewStoreGrades.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colStoreId2,
            this.colGradeId});
			this.viewStoreGrades.GridControl = this.gridStoreGrades;
			this.viewStoreGrades.Name = "viewStoreGrades";
			this.viewStoreGrades.OptionsCustomization.AllowGroup = false;
			this.viewStoreGrades.OptionsMenu.EnableGroupPanelMenu = false;
			this.viewStoreGrades.OptionsNavigation.AutoFocusNewRow = true;
			this.viewStoreGrades.OptionsView.EnableAppearanceEvenRow = true;
			this.viewStoreGrades.OptionsView.EnableAppearanceOddRow = true;
			this.viewStoreGrades.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
			this.viewStoreGrades.OptionsView.ShowGroupPanel = false;
			this.viewStoreGrades.ValidateRow += new DevExpress.XtraGrid.Views.Base.ValidateRowEventHandler(this.viewStoreGrades_ValidateRow);
			// 
			// colStoreId2
			// 
			this.colStoreId2.Caption = "Store";
			this.colStoreId2.ColumnEdit = this.riStoreLookup;
			this.colStoreId2.FieldName = "StoreId";
			this.colStoreId2.Name = "colStoreId2";
			this.colStoreId2.Visible = true;
			this.colStoreId2.VisibleIndex = 0;
			// 
			// riStoreLookup
			// 
			this.riStoreLookup.AutoHeight = false;
			this.riStoreLookup.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
			this.riStoreLookup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.riStoreLookup.DisplayMember = "Description";
			this.riStoreLookup.ImmediatePopup = true;
			this.riStoreLookup.Name = "riStoreLookup";
			this.riStoreLookup.NullText = "";
			this.riStoreLookup.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
			this.riStoreLookup.PopupResizeMode = DevExpress.XtraEditors.Controls.ResizeMode.FrameResize;
			this.riStoreLookup.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
			this.riStoreLookup.ValueMember = "Id";
			this.riStoreLookup.View = this.riViewStoreLookup;
			this.riStoreLookup.ViewType = DevExpress.XtraEditors.Repository.GridLookUpViewType.GridView;
			// 
			// riViewStoreLookup
			// 
			this.riViewStoreLookup.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4});
			this.riViewStoreLookup.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
			this.riViewStoreLookup.Name = "riViewStoreLookup";
			this.riViewStoreLookup.OptionsBehavior.AutoPopulateColumns = false;
			this.riViewStoreLookup.OptionsSelection.EnableAppearanceFocusedCell = false;
			this.riViewStoreLookup.OptionsView.ShowGroupPanel = false;
			// 
			// gridColumn3
			// 
			this.gridColumn3.Caption = "Id";
			this.gridColumn3.FieldName = "Id";
			this.gridColumn3.Name = "gridColumn3";
			this.gridColumn3.Visible = true;
			this.gridColumn3.VisibleIndex = 0;
			// 
			// gridColumn4
			// 
			this.gridColumn4.Caption = "Description";
			this.gridColumn4.FieldName = "Description";
			this.gridColumn4.Name = "gridColumn4";
			this.gridColumn4.Visible = true;
			this.gridColumn4.VisibleIndex = 1;
			// 
			// colGradeId
			// 
			this.colGradeId.Caption = "Grade";
			this.colGradeId.ColumnEdit = this.riGradeLookup;
			this.colGradeId.FieldName = "GradeId";
			this.colGradeId.Name = "colGradeId";
			this.colGradeId.Visible = true;
			this.colGradeId.VisibleIndex = 1;
			// 
			// riGradeLookup
			// 
			this.riGradeLookup.AutoHeight = false;
			this.riGradeLookup.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
			this.riGradeLookup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.riGradeLookup.DisplayMember = "Description";
			this.riGradeLookup.ImmediatePopup = true;
			this.riGradeLookup.Name = "riGradeLookup";
			this.riGradeLookup.NullText = "";
			this.riGradeLookup.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
			this.riGradeLookup.PopupResizeMode = DevExpress.XtraEditors.Controls.ResizeMode.FrameResize;
			this.riGradeLookup.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
			this.riGradeLookup.ValueMember = "Id";
			this.riGradeLookup.View = this.riViewGradeLookup;
			this.riGradeLookup.ViewType = DevExpress.XtraEditors.Repository.GridLookUpViewType.GridView;
			// 
			// riViewGradeLookup
			// 
			this.riViewGradeLookup.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2});
			this.riViewGradeLookup.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
			this.riViewGradeLookup.Name = "riViewGradeLookup";
			this.riViewGradeLookup.OptionsBehavior.AutoPopulateColumns = false;
			this.riViewGradeLookup.OptionsSelection.EnableAppearanceFocusedCell = false;
			this.riViewGradeLookup.OptionsView.ShowGroupPanel = false;
			// 
			// gridColumn1
			// 
			this.gridColumn1.Caption = "Id";
			this.gridColumn1.FieldName = "Id";
			this.gridColumn1.Name = "gridColumn1";
			this.gridColumn1.Visible = true;
			this.gridColumn1.VisibleIndex = 0;
			// 
			// gridColumn2
			// 
			this.gridColumn2.Caption = "Description";
			this.gridColumn2.FieldName = "Description";
			this.gridColumn2.Name = "gridColumn2";
			this.gridColumn2.Visible = true;
			this.gridColumn2.VisibleIndex = 1;
			// 
			// bnStoreGrades
			// 
			this.bnStoreGrades.AddNewItem = this.bindingNavigatorAddNewItem;
			this.bnStoreGrades.BindingSource = this.bsStoreGrades;
			this.bnStoreGrades.CountItem = this.bindingNavigatorCountItem;
			this.bnStoreGrades.DeleteItem = this.bindingNavigatorDeleteItem;
			this.bnStoreGrades.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.bnStoreGrades.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem});
			this.bnStoreGrades.Location = new System.Drawing.Point(0, 401);
			this.bnStoreGrades.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
			this.bnStoreGrades.MoveLastItem = this.bindingNavigatorMoveLastItem;
			this.bnStoreGrades.MoveNextItem = this.bindingNavigatorMoveNextItem;
			this.bnStoreGrades.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
			this.bnStoreGrades.Name = "bnStoreGrades";
			this.bnStoreGrades.PositionItem = this.bindingNavigatorPositionItem;
			this.bnStoreGrades.Size = new System.Drawing.Size(742, 25);
			this.bnStoreGrades.TabIndex = 8;
			this.bnStoreGrades.Text = "bindingNavigator1";
			// 
			// bindingNavigatorAddNewItem
			// 
			this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
			this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
			this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorAddNewItem.Text = "Add new";
			// 
			// bindingNavigatorCountItem
			// 
			this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
			this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
			this.bindingNavigatorCountItem.Text = "of {0}";
			this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
			// 
			// bindingNavigatorDeleteItem
			// 
			this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
			this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
			this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorDeleteItem.Text = "Delete";
			// 
			// bindingNavigatorMoveFirstItem
			// 
			this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
			this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
			this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorMoveFirstItem.Text = "Move first";
			// 
			// bindingNavigatorMovePreviousItem
			// 
			this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
			this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
			this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorMovePreviousItem.Text = "Move previous";
			// 
			// bindingNavigatorSeparator
			// 
			this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
			this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
			// 
			// bindingNavigatorPositionItem
			// 
			this.bindingNavigatorPositionItem.AccessibleName = "Position";
			this.bindingNavigatorPositionItem.AutoSize = false;
			this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
			this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
			this.bindingNavigatorPositionItem.Text = "0";
			this.bindingNavigatorPositionItem.ToolTipText = "Current position";
			// 
			// bindingNavigatorSeparator1
			// 
			this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
			this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// bindingNavigatorMoveNextItem
			// 
			this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
			this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
			this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorMoveNextItem.Text = "Move next";
			// 
			// bindingNavigatorMoveLastItem
			// 
			this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
			this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
			this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorMoveLastItem.Text = "Move last";
			// 
			// bindingNavigatorSeparator2
			// 
			this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
			this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
			// 
			// tpIndividualDepartments
			// 
			this.tpIndividualDepartments.Controls.Add(this.splitter);
			this.tpIndividualDepartments.Name = "tpIndividualDepartments";
			this.tpIndividualDepartments.Size = new System.Drawing.Size(742, 426);
			this.tpIndividualDepartments.Text = "Individual Departments";
			// 
			// DeptStoreGradeForm
			// 
			this.Appearance.Font = new System.Drawing.Font("Arial", 8.25F);
			this.Appearance.Options.UseFont = true;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
			this.CancelButton = this.btnClose;
			this.ClientSize = new System.Drawing.Size(768, 552);
			this.Name = "DeptStoreGradeForm";
			this.Text = "Department Store Grade Maintenance";
			this.Shown += new System.EventHandler(this.DeptStoreGradeForm_Shown);
			this.Controls.SetChildIndex(this.ClientPanel, 0);
			((System.ComponentModel.ISupportInitialize)(this.ClientPanel)).EndInit();
			this.ClientPanel.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.BoxStyles)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.riProgress)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.splitter)).EndInit();
			this.splitter.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.treeDeptGrades)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridDeptGradeStores)).EndInit();
			this.gridContextMenu.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.viewDeptGradeStores)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
			this.xtraTabControl1.ResumeLayout(false);
			this.tpAllDepartments.ResumeLayout(false);
			this.tpAllDepartments.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.gridStoreGrades)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bsStoreGrades)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.viewStoreGrades)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.riStoreLookup)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.riViewStoreLookup)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.riGradeLookup)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.riViewGradeLookup)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bnStoreGrades)).EndInit();
			this.bnStoreGrades.ResumeLayout(false);
			this.bnStoreGrades.PerformLayout();
			this.tpIndividualDepartments.ResumeLayout(false);
			this.ResumeLayout(false);

        }
예제 #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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            this.LineType = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.btnExportExcel = new DevExpress.XtraEditors.SimpleButton();
            this.btnLoad = new DevExpress.XtraEditors.SimpleButton();
            this.txtConfirmedBy = new DevExpress.XtraEditors.TextEdit();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.txtSource = new DevExpress.XtraEditors.TextEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.txtItemType = new DevExpress.XtraEditors.TextEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.txtItemName = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.txtItemNo = new DevExpress.XtraEditors.TextEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeListBOM = new DevExpress.XtraTreeList.TreeList();
            this.BomItemNo = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.BomItemName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.BomItemType = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.BomItemDrawing = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.Qty = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.PerSeries = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.Unit = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ConfirmedBy = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.gridRoute = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.OperNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.WipItem = new DevExpress.XtraGrid.Columns.GridColumn();
            this.WipItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.WorkOper = new DevExpress.XtraGrid.Columns.GridColumn();
            this.WorkCenter = new DevExpress.XtraGrid.Columns.GridColumn();
            this.NextOperNo = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtConfirmedBy.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSource.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeListBOM)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridRoute)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // LineType
            // 
            this.LineType.Caption = "类别";
            this.LineType.FieldName = "LineType";
            this.LineType.Name = "LineType";
            this.LineType.Visible = true;
            this.LineType.VisibleIndex = 4;
            this.LineType.Width = 65;
            // 
            // 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.btnExportExcel);
            this.splitContainerControl1.Panel1.Controls.Add(this.btnLoad);
            this.splitContainerControl1.Panel1.Controls.Add(this.txtConfirmedBy);
            this.splitContainerControl1.Panel1.Controls.Add(this.labelControl5);
            this.splitContainerControl1.Panel1.Controls.Add(this.txtSource);
            this.splitContainerControl1.Panel1.Controls.Add(this.labelControl4);
            this.splitContainerControl1.Panel1.Controls.Add(this.txtItemType);
            this.splitContainerControl1.Panel1.Controls.Add(this.labelControl3);
            this.splitContainerControl1.Panel1.Controls.Add(this.txtItemName);
            this.splitContainerControl1.Panel1.Controls.Add(this.labelControl2);
            this.splitContainerControl1.Panel1.Controls.Add(this.txtItemNo);
            this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1033, 559);
            this.splitContainerControl1.SplitterPosition = 67;
            this.splitContainerControl1.TabIndex = 0;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // btnExportExcel
            // 
            this.btnExportExcel.Location = new System.Drawing.Point(739, 3);
            this.btnExportExcel.Name = "btnExportExcel";
            this.btnExportExcel.Size = new System.Drawing.Size(75, 50);
            this.btnExportExcel.TabIndex = 3;
            this.btnExportExcel.Text = "导出Excel";
            this.btnExportExcel.Click += new System.EventHandler(this.btnExportExcel_Click);
            // 
            // btnLoad
            // 
            this.btnLoad.Location = new System.Drawing.Point(658, 3);
            this.btnLoad.Name = "btnLoad";
            this.btnLoad.Size = new System.Drawing.Size(75, 50);
            this.btnLoad.TabIndex = 2;
            this.btnLoad.Text = "显示资料";
            this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
            // 
            // txtConfirmedBy
            // 
            this.txtConfirmedBy.Location = new System.Drawing.Point(541, 6);
            this.txtConfirmedBy.Name = "txtConfirmedBy";
            this.txtConfirmedBy.Properties.ReadOnly = true;
            this.txtConfirmedBy.Size = new System.Drawing.Size(82, 20);
            this.txtConfirmedBy.TabIndex = 1;
            this.txtConfirmedBy.TabStop = false;
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(487, 9);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(36, 13);
            this.labelControl5.TabIndex = 0;
            this.labelControl5.Text = "核准人";
            // 
            // txtSource
            // 
            this.txtSource.Location = new System.Drawing.Point(400, 6);
            this.txtSource.Name = "txtSource";
            this.txtSource.Properties.ReadOnly = true;
            this.txtSource.Size = new System.Drawing.Size(82, 20);
            this.txtSource.TabIndex = 1;
            this.txtSource.TabStop = false;
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(346, 9);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(24, 13);
            this.labelControl4.TabIndex = 0;
            this.labelControl4.Text = "来源";
            // 
            // txtItemType
            // 
            this.txtItemType.Location = new System.Drawing.Point(249, 6);
            this.txtItemType.Name = "txtItemType";
            this.txtItemType.Properties.ReadOnly = true;
            this.txtItemType.Size = new System.Drawing.Size(82, 20);
            this.txtItemType.TabIndex = 1;
            this.txtItemType.TabStop = false;
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(195, 9);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(48, 13);
            this.labelControl3.TabIndex = 0;
            this.labelControl3.Text = "产品种类";
            // 
            // txtItemName
            // 
            this.txtItemName.Location = new System.Drawing.Point(82, 30);
            this.txtItemName.Name = "txtItemName";
            this.txtItemName.Properties.ReadOnly = true;
            this.txtItemName.Size = new System.Drawing.Size(541, 20);
            this.txtItemName.TabIndex = 1;
            this.txtItemName.TabStop = false;
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(13, 33);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(48, 13);
            this.labelControl2.TabIndex = 0;
            this.labelControl2.Text = "产品名称";
            // 
            // txtItemNo
            // 
            this.txtItemNo.Location = new System.Drawing.Point(82, 6);
            this.txtItemNo.Name = "txtItemNo";
            this.txtItemNo.Size = new System.Drawing.Size(105, 20);
            this.txtItemNo.TabIndex = 1;
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(12, 12);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(48, 13);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "产品编码";
            // 
            // splitContainerControl2
            // 
            this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.Controls.Add(this.treeListBOM);
            this.splitContainerControl2.Panel1.Text = "Panel1";
            this.splitContainerControl2.Panel2.Controls.Add(this.gridRoute);
            this.splitContainerControl2.Panel2.Text = "Panel2";
            this.splitContainerControl2.Size = new System.Drawing.Size(1033, 487);
            this.splitContainerControl2.SplitterPosition = 697;
            this.splitContainerControl2.TabIndex = 0;
            this.splitContainerControl2.Text = "splitContainerControl2";
            // 
            // treeListBOM
            // 
            this.treeListBOM.Appearance.OddRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.treeListBOM.Appearance.OddRow.Options.UseBorderColor = true;
            this.treeListBOM.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.BomItemNo,
            this.BomItemName,
            this.BomItemType,
            this.BomItemDrawing,
            this.LineType,
            this.Qty,
            this.PerSeries,
            this.Unit,
            this.ConfirmedBy});
            this.treeListBOM.Dock = System.Windows.Forms.DockStyle.Fill;
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Red;
            styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.Red;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Blue;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.Column = this.LineType;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[LineType] == \'None\'";
            this.treeListBOM.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition1});
            this.treeListBOM.KeyFieldName = "BomItem";
            this.treeListBOM.Location = new System.Drawing.Point(0, 0);
            this.treeListBOM.Name = "treeListBOM";
            this.treeListBOM.OptionsBehavior.Editable = false;
            this.treeListBOM.OptionsView.EnableAppearanceOddRow = true;
            this.treeListBOM.ParentFieldName = "Item";
            this.treeListBOM.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemComboBox1});
            this.treeListBOM.Size = new System.Drawing.Size(697, 487);
            this.treeListBOM.TabIndex = 0;
            this.treeListBOM.TabStop = false;
            this.treeListBOM.DoubleClick += new System.EventHandler(this.treeListBOM_DoubleClick);
            this.treeListBOM.Click += new System.EventHandler(this.treeListBOM_Click);
            // 
            // BomItemNo
            // 
            this.BomItemNo.Caption = "产品";
            this.BomItemNo.FieldName = "BomItem.ItemNo";
            this.BomItemNo.Name = "BomItemNo";
            this.BomItemNo.Visible = true;
            this.BomItemNo.VisibleIndex = 0;
            this.BomItemNo.Width = 161;
            // 
            // BomItemName
            // 
            this.BomItemName.Caption = "名称";
            this.BomItemName.FieldName = "BomItem.ItemName";
            this.BomItemName.Name = "BomItemName";
            this.BomItemName.Visible = true;
            this.BomItemName.VisibleIndex = 1;
            this.BomItemName.Width = 146;
            // 
            // BomItemType
            // 
            this.BomItemType.Caption = "种类";
            this.BomItemType.FieldName = "BomItem.ItemType.ItemTypeName";
            this.BomItemType.Name = "BomItemType";
            this.BomItemType.Visible = true;
            this.BomItemType.VisibleIndex = 2;
            this.BomItemType.Width = 79;
            // 
            // BomItemDrawing
            // 
            this.BomItemDrawing.Caption = "图号";
            this.BomItemDrawing.FieldName = "BomItem.DrawingNo";
            this.BomItemDrawing.Name = "BomItemDrawing";
            this.BomItemDrawing.Visible = true;
            this.BomItemDrawing.VisibleIndex = 3;
            // 
            // Qty
            // 
            this.Qty.Caption = "需用数量";
            this.Qty.FieldName = "Qty";
            this.Qty.Name = "Qty";
            this.Qty.Visible = true;
            this.Qty.VisibleIndex = 5;
            this.Qty.Width = 66;
            // 
            // PerSeries
            // 
            this.PerSeries.Caption = "对应成品数";
            this.PerSeries.FieldName = "PerSeries";
            this.PerSeries.Name = "PerSeries";
            this.PerSeries.Visible = true;
            this.PerSeries.VisibleIndex = 6;
            this.PerSeries.Width = 65;
            // 
            // Unit
            // 
            this.Unit.Caption = "单位";
            this.Unit.FieldName = "Unit.UnitName";
            this.Unit.Name = "Unit";
            this.Unit.Visible = true;
            this.Unit.VisibleIndex = 7;
            this.Unit.Width = 66;
            // 
            // ConfirmedBy
            // 
            this.ConfirmedBy.Caption = "核准人";
            this.ConfirmedBy.FieldName = "BomItem.ConfirmedBy";
            this.ConfirmedBy.Name = "ConfirmedBy";
            this.ConfirmedBy.Visible = true;
            this.ConfirmedBy.VisibleIndex = 8;
            // 
            // repositoryItemComboBox1
            // 
            this.repositoryItemComboBox1.AutoHeight = false;
            this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
            // 
            // gridRoute
            // 
            this.gridRoute.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridRoute.Location = new System.Drawing.Point(0, 0);
            this.gridRoute.MainView = this.gridView1;
            this.gridRoute.Name = "gridRoute";
            this.gridRoute.Size = new System.Drawing.Size(331, 487);
            this.gridRoute.TabIndex = 0;
            this.gridRoute.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.OperNo,
            this.WipItem,
            this.WipItemName,
            this.WorkOper,
            this.WorkCenter,
            this.NextOperNo});
            this.gridView1.GridControl = this.gridRoute;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // OperNo
            // 
            this.OperNo.Caption = "工序号码";
            this.OperNo.FieldName = "OperNo";
            this.OperNo.Name = "OperNo";
            this.OperNo.Visible = true;
            this.OperNo.VisibleIndex = 0;
            this.OperNo.Width = 50;
            // 
            // WipItem
            // 
            this.WipItem.Caption = "在制中产品";
            this.WipItem.FieldName = "wipItem.ItemNo";
            this.WipItem.Name = "WipItem";
            this.WipItem.Visible = true;
            this.WipItem.VisibleIndex = 1;
            this.WipItem.Width = 70;
            // 
            // WipItemName
            // 
            this.WipItemName.Caption = "产品名称";
            this.WipItemName.FieldName = "wipItem.ItemName";
            this.WipItemName.Name = "WipItemName";
            this.WipItemName.Visible = true;
            this.WipItemName.VisibleIndex = 2;
            // 
            // WorkOper
            // 
            this.WorkOper.Caption = "工序名称";
            this.WorkOper.FieldName = "WorkOper.Name";
            this.WorkOper.Name = "WorkOper";
            this.WorkOper.Visible = true;
            this.WorkOper.VisibleIndex = 3;
            this.WorkOper.Width = 55;
            // 
            // WorkCenter
            // 
            this.WorkCenter.Caption = "工作站";
            this.WorkCenter.FieldName = "WorkCenter.Name";
            this.WorkCenter.Name = "WorkCenter";
            this.WorkCenter.Visible = true;
            this.WorkCenter.VisibleIndex = 4;
            this.WorkCenter.Width = 55;
            // 
            // NextOperNo
            // 
            this.NextOperNo.Caption = "下工序号码";
            this.NextOperNo.FieldName = "NextOperNo";
            this.NextOperNo.Name = "NextOperNo";
            this.NextOperNo.Visible = true;
            this.NextOperNo.VisibleIndex = 5;
            this.NextOperNo.Width = 63;
            // 
            // frmItemTreeView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1033, 559);
            this.Controls.Add(this.splitContainerControl1);
            this.Name = "frmItemTreeView";
            this.Text = "产品资料 - 树状显示";
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtConfirmedBy.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSource.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeListBOM)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridRoute)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.ResumeLayout(false);

        }
예제 #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDeptSelect));
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.colAllLeaf    = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colSelLeaf    = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.btnCancel     = new DevExpress.XtraEditors.SimpleButton();
     this.btnSubmit     = new DevExpress.XtraEditors.SimpleButton();
     this.txtDepart     = new DevExpress.XtraEditors.TextEdit();
     this.btnToright    = new DevExpress.XtraEditors.SimpleButton();
     this.btnToleft     = new DevExpress.XtraEditors.SimpleButton();
     this.tlAllDept     = new DevExpress.XtraTreeList.TreeList();
     this.colAllDept    = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.imageList     = new System.Windows.Forms.ImageList();
     this.tlSelDept     = new DevExpress.XtraTreeList.TreeList();
     this.colSelDept    = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.ctlLabel1     = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.txtDepart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tlAllDept)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tlSelDept)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // colAllLeaf
     //
     this.colAllLeaf.Caption   = "Leafflag";
     this.colAllLeaf.FieldName = "Leafflag";
     this.colAllLeaf.Name      = "colAllLeaf";
     //
     // colSelLeaf
     //
     this.colSelLeaf.Caption   = "Leafflag";
     this.colSelLeaf.FieldName = "Leafflag";
     this.colSelLeaf.Name      = "colSelLeaf";
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9.5F);
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(451, 6);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(65, 23);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text     = "取消(&C)";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSubmit
     //
     this.btnSubmit.Appearance.Font            = new System.Drawing.Font("宋体", 9.5F);
     this.btnSubmit.Appearance.Options.UseFont = true;
     this.btnSubmit.Location = new System.Drawing.Point(380, 6);
     this.btnSubmit.Name     = "btnSubmit";
     this.btnSubmit.Size     = new System.Drawing.Size(65, 23);
     this.btnSubmit.TabIndex = 2;
     this.btnSubmit.Text     = "确定(&O)";
     this.btnSubmit.Click   += new System.EventHandler(this.btnSubmit_Click);
     //
     // txtDepart
     //
     this.txtDepart.AllowDrop = true;
     this.txtDepart.Location  = new System.Drawing.Point(35, 6);
     this.txtDepart.Name      = "txtDepart";
     this.txtDepart.Properties.Appearance.Font            = new System.Drawing.Font("宋体", 10.5F);
     this.txtDepart.Properties.Appearance.Options.UseFont = true;
     this.txtDepart.Properties.CharacterCasing            = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDepart.Size     = new System.Drawing.Size(200, 20);
     this.txtDepart.TabIndex = 0;
     this.txtDepart.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // btnToright
     //
     this.btnToright.Appearance.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnToright.Appearance.Options.UseFont = true;
     this.btnToright.Location = new System.Drawing.Point(237, 231);
     this.btnToright.Name     = "btnToright";
     this.btnToright.Size     = new System.Drawing.Size(52, 23);
     this.btnToright.TabIndex = 3;
     this.btnToright.Text     = "<<";
     this.btnToright.Click   += new System.EventHandler(this.btnToright_Click);
     //
     // btnToleft
     //
     this.btnToleft.Appearance.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnToleft.Appearance.Options.UseFont = true;
     this.btnToleft.Location = new System.Drawing.Point(237, 179);
     this.btnToleft.Name     = "btnToleft";
     this.btnToleft.Size     = new System.Drawing.Size(52, 23);
     this.btnToleft.TabIndex = 1;
     this.btnToleft.Text     = ">>";
     this.btnToleft.Click   += new System.EventHandler(this.btnToleft_Click);
     //
     // tlAllDept
     //
     this.tlAllDept.Appearance.HeaderPanel.Font            = new System.Drawing.Font("宋体", 9.5F);
     this.tlAllDept.Appearance.HeaderPanel.Options.UseFont = true;
     this.tlAllDept.Appearance.OddRow.BackColor            = System.Drawing.Color.White;
     this.tlAllDept.Appearance.OddRow.Options.UseBackColor = true;
     this.tlAllDept.Appearance.Row.Font                 = new System.Drawing.Font("宋体", 9.5F);
     this.tlAllDept.Appearance.Row.Options.UseFont      = true;
     this.tlAllDept.Appearance.TreeLine.Font            = new System.Drawing.Font("宋体", 9.5F);
     this.tlAllDept.Appearance.TreeLine.Options.UseFont = true;
     this.tlAllDept.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.tlAllDept.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colAllDept,
         this.colAllLeaf
     });
     this.tlAllDept.Cursor = System.Windows.Forms.Cursors.Arrow;
     styleFormatCondition3.Appearance.Font                 = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     styleFormatCondition3.Appearance.ForeColor            = System.Drawing.Color.Black;
     styleFormatCondition3.Appearance.Options.UseFont      = true;
     styleFormatCondition3.Appearance.Options.UseForeColor = true;
     styleFormatCondition3.ApplyToRow = true;
     styleFormatCondition3.Column     = this.colAllLeaf;
     styleFormatCondition3.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition3.Value1     = "1";
     this.tlAllDept.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition3
     });
     this.tlAllDept.KeyFieldName                                 = "Deptid";
     this.tlAllDept.Location                                     = new System.Drawing.Point(4, 32);
     this.tlAllDept.Name                                         = "tlAllDept";
     this.tlAllDept.OptionsBehavior.Editable                     = false;
     this.tlAllDept.OptionsBehavior.EnterMovesNextColumn         = true;
     this.tlAllDept.OptionsMenu.EnableColumnMenu                 = false;
     this.tlAllDept.OptionsMenu.EnableFooterMenu                 = false;
     this.tlAllDept.OptionsPrint.AutoWidth                       = false;
     this.tlAllDept.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.tlAllDept.OptionsSelection.MultiSelect                 = true;
     this.tlAllDept.OptionsView.ShowHorzLines                    = false;
     this.tlAllDept.OptionsView.ShowIndicator                    = false;
     this.tlAllDept.OptionsView.ShowVertLines                    = false;
     this.tlAllDept.ParentFieldName                              = "Parentid";
     this.tlAllDept.RowHeight                                    = 24;
     this.tlAllDept.SelectImageList                              = this.imageList;
     this.tlAllDept.ShowButtonMode                               = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowForFocusedRow;
     this.tlAllDept.Size                                         = new System.Drawing.Size(231, 472);
     this.tlAllDept.TabIndex                                     = 0;
     this.tlAllDept.DoubleClick                                 += new System.EventHandler(this.tlAllDept_DoubleClick);
     //
     // colAllDept
     //
     this.colAllDept.AppearanceHeader.Font                   = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Bold);
     this.colAllDept.AppearanceHeader.Options.UseFont        = true;
     this.colAllDept.AppearanceHeader.Options.UseTextOptions = true;
     this.colAllDept.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colAllDept.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colAllDept.Caption   = "全部科室";
     this.colAllDept.FieldName = "Deptname";
     this.colAllDept.MinWidth  = 33;
     this.colAllDept.Name      = "colAllDept";
     this.colAllDept.OptionsColumn.AllowSort = false;
     this.colAllDept.Visible      = true;
     this.colAllDept.VisibleIndex = 0;
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "itemH.png");
     this.imageList.Images.SetKeyName(1, "小确定.png");
     this.imageList.Images.SetKeyName(2, "agt_action_success.png");
     this.imageList.Images.SetKeyName(3, "HomeHS.png");
     //
     // tlSelDept
     //
     this.tlSelDept.Appearance.HeaderPanel.Font            = new System.Drawing.Font("宋体", 9.5F);
     this.tlSelDept.Appearance.HeaderPanel.Options.UseFont = true;
     this.tlSelDept.Appearance.OddRow.BackColor            = System.Drawing.Color.White;
     this.tlSelDept.Appearance.OddRow.Options.UseBackColor = true;
     this.tlSelDept.Appearance.Row.Font                 = new System.Drawing.Font("宋体", 9.5F);
     this.tlSelDept.Appearance.Row.Options.UseFont      = true;
     this.tlSelDept.Appearance.TreeLine.Font            = new System.Drawing.Font("宋体", 9.5F);
     this.tlSelDept.Appearance.TreeLine.Options.UseFont = true;
     this.tlSelDept.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.tlSelDept.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colSelDept,
         this.colSelLeaf
     });
     this.tlSelDept.Cursor = System.Windows.Forms.Cursors.Arrow;
     styleFormatCondition4.Appearance.Font                 = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     styleFormatCondition4.Appearance.ForeColor            = System.Drawing.Color.Black;
     styleFormatCondition4.Appearance.Options.UseFont      = true;
     styleFormatCondition4.Appearance.Options.UseForeColor = true;
     styleFormatCondition4.ApplyToRow = true;
     styleFormatCondition4.Column     = this.colSelLeaf;
     styleFormatCondition4.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition4.Value1     = "1";
     this.tlSelDept.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition4
     });
     this.tlSelDept.KeyFieldName                                 = "Deptid";
     this.tlSelDept.Location                                     = new System.Drawing.Point(292, 32);
     this.tlSelDept.Name                                         = "tlSelDept";
     this.tlSelDept.OptionsBehavior.Editable                     = false;
     this.tlSelDept.OptionsBehavior.EnterMovesNextColumn         = true;
     this.tlSelDept.OptionsMenu.EnableColumnMenu                 = false;
     this.tlSelDept.OptionsMenu.EnableFooterMenu                 = false;
     this.tlSelDept.OptionsPrint.AutoWidth                       = false;
     this.tlSelDept.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.tlSelDept.OptionsSelection.MultiSelect                 = true;
     this.tlSelDept.OptionsView.ShowHorzLines                    = false;
     this.tlSelDept.OptionsView.ShowIndicator                    = false;
     this.tlSelDept.OptionsView.ShowVertLines                    = false;
     this.tlSelDept.ParentFieldName                              = "Parentid";
     this.tlSelDept.RowHeight                                    = 24;
     this.tlSelDept.SelectImageList                              = this.imageList;
     this.tlSelDept.ShowButtonMode                               = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowForFocusedRow;
     this.tlSelDept.Size                                         = new System.Drawing.Size(231, 472);
     this.tlSelDept.TabIndex                                     = 2;
     this.tlSelDept.DoubleClick                                 += new System.EventHandler(this.tlSelDept_DoubleClick);
     //
     // colSelDept
     //
     this.colSelDept.AppearanceHeader.Font                   = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Bold);
     this.colSelDept.AppearanceHeader.Options.UseFont        = true;
     this.colSelDept.AppearanceHeader.Options.UseTextOptions = true;
     this.colSelDept.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSelDept.Caption   = "已选科室";
     this.colSelDept.FieldName = "Deptname";
     this.colSelDept.MinWidth  = 33;
     this.colSelDept.Name      = "colSelDept";
     this.colSelDept.OptionsColumn.AllowSort = false;
     this.colSelDept.Visible      = true;
     this.colSelDept.VisibleIndex = 0;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.pictureBox1);
     this.panelControl2.Controls.Add(this.txtDepart);
     this.panelControl2.Controls.Add(this.ctlLabel1);
     this.panelControl2.Controls.Add(this.btnToright);
     this.panelControl2.Controls.Add(this.btnSubmit);
     this.panelControl2.Controls.Add(this.btnToleft);
     this.panelControl2.Controls.Add(this.tlAllDept);
     this.panelControl2.Controls.Add(this.tlSelDept);
     this.panelControl2.Controls.Add(this.btnCancel);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(523, 505);
     this.panelControl2.TabIndex = 1;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(12, 9);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(16, 16);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 138;
     this.pictureBox1.TabStop  = false;
     //
     // ctlLabel1
     //
     this.ctlLabel1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.ctlLabel1.Appearance.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ctlLabel1.Location             = new System.Drawing.Point(9, 7);
     this.ctlLabel1.Name     = "ctlLabel1";
     this.ctlLabel1.Size     = new System.Drawing.Size(0, 14);
     this.ctlLabel1.TabIndex = 137;
     //
     // frmDeptSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(523, 505);
     this.Controls.Add(this.panelControl2);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "frmDeptSelect";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "选择专科";
     this.Load         += new System.EventHandler(this.frmExcludeEdit_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmDeptSelect_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.txtDepart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tlAllDept)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tlSelDept)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPatientAtencion));
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            this.colDisplayName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeList2 = new DevExpress.XtraTreeList.TreeList();
            this.colTypeImage = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
            this.colAssemblyInfo = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.colParentID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeMenuBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.lblEdad = new DevExpress.XtraEditors.LabelControl();
            this.lblDNI = new DevExpress.XtraEditors.LabelControl();
            this.lblNombre = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.btnAlertdiagnosis = new DevExpress.XtraEditors.PopupContainerEdit();
            this.popupContainerControl_Diagnosis = new DevExpress.XtraEditors.PopupContainerControl();
            this.label1 = new System.Windows.Forms.Label();
            this.btnClose = new DevExpress.XtraEditors.SimpleButton();
            this.popupContainerControl_Medicament = new DevExpress.XtraEditors.PopupContainerControl();
            this.lblAlertMedicament = new System.Windows.Forms.Label();
            this.btnAlertMedicament = new DevExpress.XtraEditors.PopupContainerEdit();
            this.btnSaveChanges = new DevExpress.XtraEditors.SimpleButton();
            this.popupContainerControl_Allergy = new DevExpress.XtraEditors.PopupContainerControl();
            this.lblAllergiesInfo = new System.Windows.Forms.Label();
            this.btnAlertAllergy = new DevExpress.XtraEditors.PopupContainerEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.lblAlertDiagnosis = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeMenuBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAlertdiagnosis.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Diagnosis)).BeginInit();
            this.popupContainerControl_Diagnosis.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Medicament)).BeginInit();
            this.popupContainerControl_Medicament.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnAlertMedicament.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Allergy)).BeginInit();
            this.popupContainerControl_Allergy.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnAlertAllergy.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.SuspendLayout();
            // 
            // colDisplayName
            // 
            this.colDisplayName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.colDisplayName.AppearanceCell.ForeColor = System.Drawing.Color.DarkSlateGray;
            this.colDisplayName.AppearanceCell.Options.UseFont = true;
            this.colDisplayName.AppearanceCell.Options.UseForeColor = true;
            this.colDisplayName.Caption = "DisplayName";
            this.colDisplayName.FieldName = "DisplayName";
            this.colDisplayName.MinWidth = 49;
            this.colDisplayName.Name = "colDisplayName";
            this.colDisplayName.OptionsColumn.AllowEdit = false;
            this.colDisplayName.OptionsColumn.ReadOnly = true;
            this.colDisplayName.Visible = true;
            this.colDisplayName.VisibleIndex = 0;
            this.colDisplayName.Width = 522;
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.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.splitContainerControl1.Appearance.BackColor = System.Drawing.Color.White;
            this.splitContainerControl1.Appearance.BackColor2 = System.Drawing.Color.SlateGray;
            this.splitContainerControl1.Appearance.BorderColor = System.Drawing.Color.BlanchedAlmond;
            this.splitContainerControl1.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.splitContainerControl1.Appearance.Options.UseBackColor = true;
            this.splitContainerControl1.Appearance.Options.UseBorderColor = true;
            this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
            this.splitContainerControl1.Location = new System.Drawing.Point(6, 7);
            this.splitContainerControl1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.AppearanceCaption.BackColor = System.Drawing.Color.White;
            this.splitContainerControl1.Panel1.AppearanceCaption.BackColor2 = System.Drawing.Color.White;
            this.splitContainerControl1.Panel1.AppearanceCaption.BorderColor = System.Drawing.Color.White;
            this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseBackColor = true;
            this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseBorderColor = true;
            this.splitContainerControl1.Panel1.Controls.Add(this.treeList2);
            this.splitContainerControl1.Panel1.Controls.Add(this.pictureEdit1);
            this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
            this.splitContainerControl1.Panel1.Controls.Add(this.lblEdad);
            this.splitContainerControl1.Panel1.Controls.Add(this.lblDNI);
            this.splitContainerControl1.Panel1.Controls.Add(this.lblNombre);
            this.splitContainerControl1.Panel1.Controls.Add(this.labelControl3);
            this.splitContainerControl1.Panel1.Controls.Add(this.labelControl2);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Appearance.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.splitContainerControl1.Panel2.Appearance.BackColor2 = System.Drawing.Color.Gray;
            this.splitContainerControl1.Panel2.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.splitContainerControl1.Panel2.Appearance.Options.UseBackColor = true;
            this.splitContainerControl1.Panel2.Controls.Add(this.popupContainerControl_Diagnosis);
            this.splitContainerControl1.Panel2.Controls.Add(this.btnAlertdiagnosis);
            this.splitContainerControl1.Panel2.Controls.Add(this.btnClose);
            this.splitContainerControl1.Panel2.Controls.Add(this.popupContainerControl_Medicament);
            this.splitContainerControl1.Panel2.Controls.Add(this.btnAlertMedicament);
            this.splitContainerControl1.Panel2.Controls.Add(this.btnSaveChanges);
            this.splitContainerControl1.Panel2.Controls.Add(this.popupContainerControl_Allergy);
            this.splitContainerControl1.Panel2.Controls.Add(this.btnAlertAllergy);
            this.splitContainerControl1.Panel2.Controls.Add(this.labelControl4);
            this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
            this.splitContainerControl1.Panel2.Padding = new System.Windows.Forms.Padding(5);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1104, 586);
            this.splitContainerControl1.SplitterPosition = 245;
            this.splitContainerControl1.TabIndex = 0;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // treeList2
            // 
            this.treeList2.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.treeList2.Appearance.FocusedCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.treeList2.Appearance.FocusedCell.Options.UseFont = true;
            this.treeList2.AppearancePrint.OddRow.BackColor = System.Drawing.Color.White;
            this.treeList2.AppearancePrint.OddRow.Options.UseBackColor = true;
            this.treeList2.AppearancePrint.Row.BackColor = System.Drawing.Color.White;
            this.treeList2.AppearancePrint.Row.Options.UseBackColor = true;
            this.treeList2.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.colDisplayName,
            this.colTypeImage,
            this.colAssemblyInfo,
            this.colParentID});
            this.treeList2.DataSource = this.treeMenuBindingSource;
            styleFormatCondition1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.DarkOliveGreen;
            styleFormatCondition1.Appearance.Options.UseFont = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.Column = this.colDisplayName;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition1.Expression = "[ParentID] == 0";
            styleFormatCondition2.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            styleFormatCondition2.Appearance.Options.UseFont = true;
            styleFormatCondition2.Column = this.colDisplayName;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = "[ParentID] != xxxxDesactivado";
            this.treeList2.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.treeList2.IndicatorWidth = 10;
            this.treeList2.Location = new System.Drawing.Point(0, 127);
            this.treeList2.Margin = new System.Windows.Forms.Padding(4);
            this.treeList2.Name = "treeList2";
            this.treeList2.OptionsBehavior.AutoChangeParent = false;
            this.treeList2.OptionsBehavior.AutoNodeHeight = false;
            this.treeList2.OptionsBehavior.Editable = false;
            this.treeList2.OptionsLayout.AddNewColumns = false;
            this.treeList2.OptionsMenu.EnableColumnMenu = false;
            this.treeList2.OptionsMenu.EnableFooterMenu = false;
            this.treeList2.OptionsSelection.UseIndicatorForSelection = true;
            this.treeList2.OptionsView.ShowButtons = false;
            this.treeList2.OptionsView.ShowColumns = false;
            this.treeList2.OptionsView.ShowHorzLines = false;
            this.treeList2.OptionsView.ShowIndicator = false;
            this.treeList2.OptionsView.ShowVertLines = false;
            this.treeList2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageEdit1});
            this.treeList2.RowHeight = 40;
            this.treeList2.SelectImageList = this.imageList1;
            this.treeList2.ShowButtonMode = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowAlways;
            this.treeList2.Size = new System.Drawing.Size(245, 433);
            this.treeList2.StateImageList = this.imageList1;
            this.treeList2.TabIndex = 46;
            this.treeList2.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.None;
            this.treeList2.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList2_FocusedNodeChanged);
            this.treeList2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeList2_KeyDown);
            this.treeList2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeList2_MouseClick);
            // 
            // colTypeImage
            // 
            this.colTypeImage.Caption = "TypeImage";
            this.colTypeImage.ColumnEdit = this.repositoryItemImageEdit1;
            this.colTypeImage.FieldName = "TypeImage";
            this.colTypeImage.MinWidth = 49;
            this.colTypeImage.Name = "colTypeImage";
            this.colTypeImage.OptionsColumn.AllowMove = false;
            this.colTypeImage.OptionsColumn.AllowSize = false;
            this.colTypeImage.OptionsColumn.FixedWidth = true;
            this.colTypeImage.OptionsColumn.ReadOnly = true;
            this.colTypeImage.Width = 81;
            // 
            // 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";
            // 
            // colAssemblyInfo
            // 
            this.colAssemblyInfo.Caption = "AssemblyInfo";
            this.colAssemblyInfo.FieldName = "AssemblyInfo";
            this.colAssemblyInfo.Name = "colAssemblyInfo";
            this.colAssemblyInfo.Width = 49;
            // 
            // colParentID
            // 
            this.colParentID.Caption = "ParentID";
            this.colParentID.FieldName = "ParentID";
            this.colParentID.Name = "colParentID";
            // 
            // treeMenuBindingSource
            // 
            this.treeMenuBindingSource.DataSource = typeof(Fwk.UI.Controls.Menu.Tree.TreeMenu);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "help.png");
            this.imageList1.Images.SetKeyName(1, "remove-window.png");
            this.imageList1.Images.SetKeyName(2, "write.png");
            this.imageList1.Images.SetKeyName(3, "Antivirus-icon_24.png");
            this.imageList1.Images.SetKeyName(4, "blood_32.png");
            this.imageList1.Images.SetKeyName(5, "laboratorio_32.png");
            this.imageList1.Images.SetKeyName(6, "heart-icon_48.png");
            this.imageList1.Images.SetKeyName(7, "nurse-icon.png");
            this.imageList1.Images.SetKeyName(8, "heart-blood-icon_32.png");
            this.imageList1.Images.SetKeyName(9, "CruzRoja.png");
            this.imageList1.Images.SetKeyName(10, "Ball (Green).png");
            this.imageList1.Images.SetKeyName(11, "Ball (Yellow).png");
            this.imageList1.Images.SetKeyName(12, "Chart.png");
            this.imageList1.Images.SetKeyName(13, "docs_24.ico");
            this.imageList1.Images.SetKeyName(14, "edit_24.ico");
            this.imageList1.Images.SetKeyName(15, "fax_24.ico");
            this.imageList1.Images.SetKeyName(16, "hist_24.ico");
            this.imageList1.Images.SetKeyName(17, "image_24.ico");
            this.imageList1.Images.SetKeyName(18, "prefs_24.ico");
            this.imageList1.Images.SetKeyName(19, "confg_24.ico");
            this.imageList1.Images.SetKeyName(20, "create_contact (2).png");
            this.imageList1.Images.SetKeyName(21, "ic_btn_search (2).png");
            this.imageList1.Images.SetKeyName(22, "ic_emergency (2).png");
            this.imageList1.Images.SetKeyName(23, "ic_maps_indicator_current_position_anim1 (2).png");
            this.imageList1.Images.SetKeyName(24, "stat_sys_signal_2 (2).png");
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
            this.pictureEdit1.Location = new System.Drawing.Point(2, 36);
            this.pictureEdit1.Margin = new System.Windows.Forms.Padding(2);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Size = new System.Drawing.Size(94, 85);
            this.pictureEdit1.TabIndex = 22;
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(7, 9);
            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(48, 16);
            this.labelControl1.TabIndex = 16;
            this.labelControl1.Text = "Paciente";
            // 
            // lblEdad
            // 
            this.lblEdad.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.lblEdad.Location = new System.Drawing.Point(152, 71);
            this.lblEdad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.lblEdad.Name = "lblEdad";
            this.lblEdad.Size = new System.Drawing.Size(88, 17);
            this.lblEdad.TabIndex = 15;
            this.lblEdad.Text = "....................";
            // 
            // lblDNI
            // 
            this.lblDNI.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.lblDNI.Location = new System.Drawing.Point(152, 45);
            this.lblDNI.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.lblDNI.Name = "lblDNI";
            this.lblDNI.Size = new System.Drawing.Size(88, 16);
            this.lblDNI.TabIndex = 14;
            this.lblDNI.Text = "------------------";
            // 
            // lblNombre
            // 
            this.lblNombre.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
            this.lblNombre.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.lblNombre.Location = new System.Drawing.Point(62, 9);
            this.lblNombre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.lblNombre.Name = "lblNombre";
            this.lblNombre.Size = new System.Drawing.Size(184, 15);
            this.lblNombre.TabIndex = 13;
            this.lblNombre.Text = "-------------- -----------";
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.labelControl3.Location = new System.Drawing.Point(107, 71);
            this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(40, 17);
            this.labelControl3.TabIndex = 12;
            this.labelControl3.Text = "Edad:";
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.labelControl2.Location = new System.Drawing.Point(107, 45);
            this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(31, 17);
            this.labelControl2.TabIndex = 11;
            this.labelControl2.Text = "Doc:";
            // 
            // btnAlertdiagnosis
            // 
            this.btnAlertdiagnosis.EditValue = "Diagnosticos relevantes";
            this.btnAlertdiagnosis.Location = new System.Drawing.Point(323, 50);
            this.btnAlertdiagnosis.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnAlertdiagnosis.Name = "btnAlertdiagnosis";
            this.btnAlertdiagnosis.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("btnAlertdiagnosis.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
            this.btnAlertdiagnosis.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.btnAlertdiagnosis.Properties.PopupControl = this.popupContainerControl_Diagnosis;
            this.btnAlertdiagnosis.Size = new System.Drawing.Size(159, 22);
            this.btnAlertdiagnosis.TabIndex = 27;
            this.btnAlertdiagnosis.ToolTip = "El pasiente esta actualmente medicado";
            this.btnAlertdiagnosis.Visible = false;
            // 
            // popupContainerControl_Diagnosis
            // 
            this.popupContainerControl_Diagnosis.Appearance.BackColor = System.Drawing.Color.White;
            this.popupContainerControl_Diagnosis.Appearance.Options.UseBackColor = true;
            this.popupContainerControl_Diagnosis.Controls.Add(this.lblAlertDiagnosis);
            this.popupContainerControl_Diagnosis.Controls.Add(this.label1);
            this.popupContainerControl_Diagnosis.Location = new System.Drawing.Point(336, 68);
            this.popupContainerControl_Diagnosis.Name = "popupContainerControl_Diagnosis";
            this.popupContainerControl_Diagnosis.Size = new System.Drawing.Size(302, 214);
            this.popupContainerControl_Diagnosis.TabIndex = 26;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location = new System.Drawing.Point(11, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(0, 17);
            this.label1.TabIndex = 15;
            // 
            // btnClose
            // 
            this.btnClose.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.btnClose.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.btnClose.Appearance.ForeColor = System.Drawing.Color.Firebrick;
            this.btnClose.Appearance.Options.UseBackColor = true;
            this.btnClose.Appearance.Options.UseFont = true;
            this.btnClose.Appearance.Options.UseForeColor = true;
            this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.btnClose.Image = global::Health.Front.Base.Properties.Resource.ic_menu_close_clear_cancel_24;
            this.btnClose.Location = new System.Drawing.Point(690, -1);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(155, 31);
            this.btnClose.TabIndex = 26;
            this.btnClose.Text = "Cerrar atención";
            this.btnClose.Visible = false;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // popupContainerControl_Medicament
            // 
            this.popupContainerControl_Medicament.Appearance.BackColor = System.Drawing.Color.White;
            this.popupContainerControl_Medicament.Appearance.Options.UseBackColor = true;
            this.popupContainerControl_Medicament.Controls.Add(this.lblAlertMedicament);
            this.popupContainerControl_Medicament.Location = new System.Drawing.Point(309, 68);
            this.popupContainerControl_Medicament.Name = "popupContainerControl_Medicament";
            this.popupContainerControl_Medicament.Size = new System.Drawing.Size(302, 214);
            this.popupContainerControl_Medicament.TabIndex = 25;
            // 
            // lblAlertMedicament
            // 
            this.lblAlertMedicament.AutoSize = true;
            this.lblAlertMedicament.BackColor = System.Drawing.Color.Transparent;
            this.lblAlertMedicament.Location = new System.Drawing.Point(11, 13);
            this.lblAlertMedicament.Name = "lblAlertMedicament";
            this.lblAlertMedicament.Size = new System.Drawing.Size(0, 17);
            this.lblAlertMedicament.TabIndex = 15;
            // 
            // btnAlertMedicament
            // 
            this.btnAlertMedicament.EditValue = "Paciente medicado";
            this.btnAlertMedicament.Location = new System.Drawing.Point(134, 50);
            this.btnAlertMedicament.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnAlertMedicament.Name = "btnAlertMedicament";
            this.btnAlertMedicament.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("btnAlertMedicament.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)});
            this.btnAlertMedicament.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.btnAlertMedicament.Properties.PopupControl = this.popupContainerControl_Medicament;
            this.btnAlertMedicament.Size = new System.Drawing.Size(159, 22);
            this.btnAlertMedicament.TabIndex = 24;
            this.btnAlertMedicament.ToolTip = "El pasiente esta actualmente medicado";
            this.btnAlertMedicament.Visible = false;
            // 
            // btnSaveChanges
            // 
            this.btnSaveChanges.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.btnSaveChanges.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.btnSaveChanges.Appearance.ForeColor = System.Drawing.Color.DarkSlateGray;
            this.btnSaveChanges.Appearance.Options.UseBackColor = true;
            this.btnSaveChanges.Appearance.Options.UseFont = true;
            this.btnSaveChanges.Appearance.Options.UseForeColor = true;
            this.btnSaveChanges.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.btnSaveChanges.Image = global::Health.Front.Base.Properties.Resource.ic_menu_save_24;
            this.btnSaveChanges.Location = new System.Drawing.Point(574, -1);
            this.btnSaveChanges.Name = "btnSaveChanges";
            this.btnSaveChanges.Size = new System.Drawing.Size(111, 31);
            this.btnSaveChanges.TabIndex = 22;
            this.btnSaveChanges.Text = "Guardar";
            this.btnSaveChanges.Visible = false;
            this.btnSaveChanges.Click += new System.EventHandler(this.btnSaveChanges_Click);
            // 
            // popupContainerControl_Allergy
            // 
            this.popupContainerControl_Allergy.Appearance.BackColor = System.Drawing.Color.White;
            this.popupContainerControl_Allergy.Appearance.Options.UseBackColor = true;
            this.popupContainerControl_Allergy.Controls.Add(this.lblAllergiesInfo);
            this.popupContainerControl_Allergy.Location = new System.Drawing.Point(10, 71);
            this.popupContainerControl_Allergy.Name = "popupContainerControl_Allergy";
            this.popupContainerControl_Allergy.Size = new System.Drawing.Size(302, 214);
            this.popupContainerControl_Allergy.TabIndex = 21;
            // 
            // lblAllergiesInfo
            // 
            this.lblAllergiesInfo.AutoSize = true;
            this.lblAllergiesInfo.BackColor = System.Drawing.Color.Transparent;
            this.lblAllergiesInfo.Location = new System.Drawing.Point(11, 13);
            this.lblAllergiesInfo.Name = "lblAllergiesInfo";
            this.lblAllergiesInfo.Size = new System.Drawing.Size(0, 17);
            this.lblAllergiesInfo.TabIndex = 15;
            // 
            // btnAlertAllergy
            // 
            this.btnAlertAllergy.EditValue = "Alergia";
            this.btnAlertAllergy.Location = new System.Drawing.Point(5, 50);
            this.btnAlertAllergy.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnAlertAllergy.Name = "btnAlertAllergy";
            this.btnAlertAllergy.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("btnAlertAllergy.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true)});
            this.btnAlertAllergy.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.btnAlertAllergy.Properties.PopupControl = this.popupContainerControl_Allergy;
            this.btnAlertAllergy.Size = new System.Drawing.Size(92, 22);
            this.btnAlertAllergy.TabIndex = 20;
            this.btnAlertAllergy.ToolTip = "Patient alergico";
            this.btnAlertAllergy.Visible = false;
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold);
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl4.Location = new System.Drawing.Point(5, 2);
            this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(221, 48);
            this.labelControl4.TabIndex = 14;
            this.labelControl4.Text = "Historia clinica";
            // 
            // panelControl1
            // 
            this.panelControl1.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.panelControl1.Location = new System.Drawing.Point(5, 98);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(840, 481);
            this.panelControl1.TabIndex = 0;
            // 
            // lblAlertDiagnosis
            // 
            this.lblAlertDiagnosis.AutoSize = true;
            this.lblAlertDiagnosis.BackColor = System.Drawing.Color.Transparent;
            this.lblAlertDiagnosis.Location = new System.Drawing.Point(20, 16);
            this.lblAlertDiagnosis.Name = "lblAlertDiagnosis";
            this.lblAlertDiagnosis.Size = new System.Drawing.Size(0, 17);
            this.lblAlertDiagnosis.TabIndex = 16;
            // 
            // frmPatientAtencion
            // 
            this.Appearance.BackColor = System.Drawing.Color.DimGray;
            this.Appearance.BackColor2 = System.Drawing.Color.WhiteSmoke;
            this.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            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(1117, 601);
            this.Controls.Add(this.splitContainerControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.LookAndFeel.SkinName = "Black";
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Name = "frmPatientAtencion";
            this.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Text = "Historia clinica del paciente";
            this.Load += new System.EventHandler(this.frmPatientAtencion_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmPatientAtencion_KeyDown);
            this.Leave += new System.EventHandler(this.frmPatientAtencion_Leave);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeMenuBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAlertdiagnosis.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Diagnosis)).EndInit();
            this.popupContainerControl_Diagnosis.ResumeLayout(false);
            this.popupContainerControl_Diagnosis.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Medicament)).EndInit();
            this.popupContainerControl_Medicament.ResumeLayout(false);
            this.popupContainerControl_Medicament.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnAlertMedicament.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl_Allergy)).EndInit();
            this.popupContainerControl_Allergy.ResumeLayout(false);
            this.popupContainerControl_Allergy.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnAlertAllergy.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.ResumeLayout(false);

        }
예제 #30
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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCalibs));
            LimsProject.BusinessLayer.CGroup_solution cGroup_solution1 = new LimsProject.BusinessLayer.CGroup_solution();
            this.tcol_Solution_status = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repStatusSolution = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.paHeader = new DevExpress.XtraEditors.PanelControl();
            this.gcSolutionChild = new DevExpress.XtraEditors.GroupControl();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.tbParentMediumValue = new LimsProject.customSpinEdit();
            this.cbParentMedium = new LimsProject.cbReactive();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tbParentModifValue = new LimsProject.customSpinEdit();
            this.cbParentModif = new LimsProject.cbReactive();
            this.cbUser1 = new UserControls.cbUser();
            this.deDateEnd = new LimsProject.customDateEdit();
            this.deDateIni = new LimsProject.customDateEdit();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.ckAssignMethod = new DevExpress.XtraEditors.CheckEdit();
            this.paSeparator = new DevExpress.XtraEditors.PanelControl();
            this.gcSolutionParent = new DevExpress.XtraEditors.GroupControl();
            this.label3 = new System.Windows.Forms.Label();
            this.tbParentConcentration = new LimsProject.customTextEdit();
            this.cbElement1 = new LimsProject.cbElement();
            this.cbMethod1 = new LimsProject.cbMethod();
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.treeSolInterm = new DevExpress.XtraTreeList.TreeList();
            this.tcol_Cod_solution = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Nombre = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Concentration = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Aliquot = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Volumen = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repVolumen = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.tcol_Idreactive_medium = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repReactive = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.tcol_Reactive_medium_value = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repReactiveValue = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.tcol_Idreactive_modif = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Reactive_modif_value = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Date_begin = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.redDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.tcol_Date_end = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Prepared_by = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repUser = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.tcol_Flag_current_method = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repAddMethod = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.tcol_Idsolution = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Type_sol = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_ShowMethods = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repBtOpenMethods = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.tcol_Root_type_pattern = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tcol_Expired_status = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.cmsAddSolution = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.btNewSolInt1 = new System.Windows.Forms.ToolStripMenuItem();
            this.btNewSolInt2 = new System.Windows.Forms.ToolStripMenuItem();
            this.btNewSolStdVer = new System.Windows.Forms.ToolStripMenuItem();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.gcMethods = new DevExpress.XtraGrid.GridControl();
            this.gvMethods = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gmet_Sel = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repSel = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.gmet_Idtemplate_method = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gmet_Cod_template_method = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gmet_Title = new DevExpress.XtraGrid.Columns.GridColumn();
            this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
            this.customPageControl1 = new LimsProject.customPageControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.ucCalibStd1 = new LimsProject.UcCalibStd();
            ((System.ComponentModel.ISupportInitialize)(this.paTitle)).BeginInit();
            this.paTitle.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.paBottom)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paCenter)).BeginInit();
            this.paCenter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.paTop)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repStatusSolution)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paHeader)).BeginInit();
            this.paHeader.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcSolutionChild)).BeginInit();
            this.gcSolutionChild.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbParentMediumValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbParentMedium.Properties)).BeginInit();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbParentModifValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbParentModif.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbUser1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDateEnd.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDateIni.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckAssignMethod.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paSeparator)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcSolutionParent)).BeginInit();
            this.gcSolutionParent.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbParentConcentration.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbElement1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMethod1.Properties)).BeginInit();
            this.expandablePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeSolInterm)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repVolumen)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactive)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactiveValue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.redDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repAddMethod)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repBtOpenMethods)).BeginInit();
            this.cmsAddSolution.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMethods)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMethods)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repSel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.customPageControl1)).BeginInit();
            this.customPageControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.xtraTabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // laTitle
            // 
            this.laTitle.Size = new System.Drawing.Size(959, 487);
            // 
            // paTitle
            // 
            this.paTitle.Dock = System.Windows.Forms.DockStyle.Fill;
            this.paTitle.Location = new System.Drawing.Point(0, 26);
            this.paTitle.Size = new System.Drawing.Size(963, 491);
            this.paTitle.Visible = false;
            // 
            // paBottom
            // 
            this.paBottom.Location = new System.Drawing.Point(0, 471);
            this.paBottom.Size = new System.Drawing.Size(963, 46);
            this.paBottom.Visible = false;
            // 
            // paCenter
            // 
            this.paCenter.Controls.Add(this.customPageControl1);
            this.paCenter.Controls.Add(this.paHeader);
            this.paCenter.Controls.Add(this.splitterControl1);
            this.paCenter.Controls.Add(this.expandablePanel1);
            this.paCenter.Location = new System.Drawing.Point(0, 46);
            this.paCenter.Size = new System.Drawing.Size(963, 425);
            // 
            // paTop
            // 
            this.paTop.Location = new System.Drawing.Point(0, 26);
            this.paTop.Padding = new System.Windows.Forms.Padding(10);
            this.paTop.Size = new System.Drawing.Size(963, 20);
            this.paTop.Visible = false;
            // 
            // panelControl1
            // 
            this.panelControl1.Size = new System.Drawing.Size(963, 26);
            this.panelControl1.Visible = false;
            // 
            // tcol_Solution_status
            // 
            this.tcol_Solution_status.Caption = "Estado";
            this.tcol_Solution_status.ColumnEdit = this.repStatusSolution;
            this.tcol_Solution_status.FieldName = "Solution_status";
            this.tcol_Solution_status.Name = "tcol_Solution_status";
            // 
            // repStatusSolution
            // 
            this.repStatusSolution.AutoHeight = false;
            this.repStatusSolution.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repStatusSolution.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Desactivado", false, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Activado", true, -1)});
            this.repStatusSolution.Name = "repStatusSolution";
            // 
            // paHeader
            // 
            this.paHeader.Controls.Add(this.gcSolutionChild);
            this.paHeader.Controls.Add(this.paSeparator);
            this.paHeader.Controls.Add(this.gcSolutionParent);
            this.paHeader.Dock = System.Windows.Forms.DockStyle.Top;
            this.paHeader.Location = new System.Drawing.Point(303, 2);
            this.paHeader.Name = "paHeader";
            this.paHeader.Padding = new System.Windows.Forms.Padding(10);
            this.paHeader.Size = new System.Drawing.Size(658, 230);
            this.paHeader.TabIndex = 37;
            this.paHeader.Text = "panelControl2";
            // 
            // gcSolutionChild
            // 
            this.gcSolutionChild.Controls.Add(this.groupBox3);
            this.gcSolutionChild.Controls.Add(this.groupBox2);
            this.gcSolutionChild.Controls.Add(this.cbUser1);
            this.gcSolutionChild.Controls.Add(this.deDateEnd);
            this.gcSolutionChild.Controls.Add(this.deDateIni);
            this.gcSolutionChild.Controls.Add(this.label8);
            this.gcSolutionChild.Controls.Add(this.label7);
            this.gcSolutionChild.Controls.Add(this.label6);
            this.gcSolutionChild.Controls.Add(this.ckAssignMethod);
            this.gcSolutionChild.Location = new System.Drawing.Point(12, 77);
            this.gcSolutionChild.Name = "gcSolutionChild";
            this.gcSolutionChild.Size = new System.Drawing.Size(417, 141);
            this.gcSolutionChild.TabIndex = 39;
            this.gcSolutionChild.Text = "Solución Hijo";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.tbParentMediumValue);
            this.groupBox3.Controls.Add(this.cbParentMedium);
            this.groupBox3.Location = new System.Drawing.Point(10, 20);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(194, 42);
            this.groupBox3.TabIndex = 36;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Medio";
            // 
            // tbParentMediumValue
            // 
            this.tbParentMediumValue.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbParentMediumValue.Location = new System.Drawing.Point(120, 14);
            this.tbParentMediumValue.Name = "tbParentMediumValue";
            this.tbParentMediumValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.tbParentMediumValue.Properties.ReadOnly = true;
            this.tbParentMediumValue.Size = new System.Drawing.Size(67, 20);
            this.tbParentMediumValue.TabIndex = 35;
            this.tbParentMediumValue.TabStop = false;
            // 
            // cbParentMedium
            // 
            this.cbParentMedium.Location = new System.Drawing.Point(5, 14);
            this.cbParentMedium.Name = "cbParentMedium";
            this.cbParentMedium.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.cbParentMedium.Properties.Appearance.Options.UseBackColor = true;
            this.cbParentMedium.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.cbParentMedium.Properties.NullText = "";
            this.cbParentMedium.Properties.ReadOnly = true;
            this.cbParentMedium.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
            this.cbParentMedium.Size = new System.Drawing.Size(112, 20);
            this.cbParentMedium.TabIndex = 31;
            this.cbParentMedium.TabStop = false;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tbParentModifValue);
            this.groupBox2.Controls.Add(this.cbParentModif);
            this.groupBox2.Location = new System.Drawing.Point(210, 19);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(193, 42);
            this.groupBox2.TabIndex = 36;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Modificador";
            // 
            // tbParentModifValue
            // 
            this.tbParentModifValue.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbParentModifValue.Location = new System.Drawing.Point(121, 14);
            this.tbParentModifValue.Name = "tbParentModifValue";
            this.tbParentModifValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.tbParentModifValue.Properties.ReadOnly = true;
            this.tbParentModifValue.Size = new System.Drawing.Size(65, 20);
            this.tbParentModifValue.TabIndex = 35;
            this.tbParentModifValue.TabStop = false;
            // 
            // cbParentModif
            // 
            this.cbParentModif.Location = new System.Drawing.Point(6, 14);
            this.cbParentModif.Name = "cbParentModif";
            this.cbParentModif.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.cbParentModif.Properties.Appearance.Options.UseBackColor = true;
            this.cbParentModif.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.cbParentModif.Properties.NullText = "";
            this.cbParentModif.Properties.ReadOnly = true;
            this.cbParentModif.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
            this.cbParentModif.Size = new System.Drawing.Size(112, 20);
            this.cbParentModif.TabIndex = 32;
            this.cbParentModif.TabStop = false;
            // 
            // cbUser1
            // 
            this.cbUser1.Location = new System.Drawing.Point(262, 79);
            this.cbUser1.Name = "cbUser1";
            this.cbUser1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.cbUser1.Properties.NullText = "";
            this.cbUser1.Properties.ReadOnly = true;
            this.cbUser1.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
            this.cbUser1.Size = new System.Drawing.Size(100, 20);
            this.cbUser1.TabIndex = 23;
            // 
            // deDateEnd
            // 
            this.deDateEnd.EditValue = null;
            this.deDateEnd.Location = new System.Drawing.Point(84, 102);
            this.deDateEnd.Name = "deDateEnd";
            this.deDateEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.deDateEnd.Size = new System.Drawing.Size(100, 20);
            this.deDateEnd.TabIndex = 22;
            this.deDateEnd.EditValueChanged += new System.EventHandler(this.deDateEnd_EditValueChanged);
            // 
            // deDateIni
            // 
            this.deDateIni.EditValue = null;
            this.deDateIni.Location = new System.Drawing.Point(84, 79);
            this.deDateIni.Name = "deDateIni";
            this.deDateIni.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.deDateIni.Size = new System.Drawing.Size(100, 20);
            this.deDateIni.TabIndex = 22;
            this.deDateIni.EditValueChanged += new System.EventHandler(this.deDateIni_EditValueChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(210, 82);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(46, 13);
            this.label8.TabIndex = 21;
            this.label8.Text = "Usuario:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(21, 105);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(57, 13);
            this.label7.TabIndex = 21;
            this.label7.Text = "Fecha Fin:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(10, 82);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(68, 13);
            this.label6.TabIndex = 21;
            this.label6.Text = "Fecha Inicio:";
            // 
            // ckAssignMethod
            // 
            this.ckAssignMethod.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ckAssignMethod.Location = new System.Drawing.Point(226, 106);
            this.ckAssignMethod.Name = "ckAssignMethod";
            this.ckAssignMethod.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.ckAssignMethod.Properties.Appearance.ForeColor = System.Drawing.Color.ForestGreen;
            this.ckAssignMethod.Properties.Appearance.Options.UseFont = true;
            this.ckAssignMethod.Properties.Appearance.Options.UseForeColor = true;
            this.ckAssignMethod.Properties.Caption = "Asignar al método";
            this.ckAssignMethod.Size = new System.Drawing.Size(143, 21);
            this.ckAssignMethod.TabIndex = 4;
            // 
            // paSeparator
            // 
            this.paSeparator.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.paSeparator.Dock = System.Windows.Forms.DockStyle.Top;
            this.paSeparator.Location = new System.Drawing.Point(12, 67);
            this.paSeparator.Name = "paSeparator";
            this.paSeparator.Size = new System.Drawing.Size(634, 10);
            this.paSeparator.TabIndex = 40;
            this.paSeparator.Text = "panelControl4";
            // 
            // gcSolutionParent
            // 
            this.gcSolutionParent.Controls.Add(this.label3);
            this.gcSolutionParent.Controls.Add(this.tbParentConcentration);
            this.gcSolutionParent.Dock = System.Windows.Forms.DockStyle.Top;
            this.gcSolutionParent.Location = new System.Drawing.Point(12, 12);
            this.gcSolutionParent.Name = "gcSolutionParent";
            this.gcSolutionParent.Size = new System.Drawing.Size(634, 55);
            this.gcSolutionParent.TabIndex = 39;
            this.gcSolutionParent.Text = "Solucion Padre";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(19, 29);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(79, 13);
            this.label3.TabIndex = 21;
            this.label3.Text = "Concentración:";
            // 
            // tbParentConcentration
            // 
            this.tbParentConcentration.Location = new System.Drawing.Point(104, 26);
            this.tbParentConcentration.Name = "tbParentConcentration";
            this.tbParentConcentration.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.tbParentConcentration.Properties.Appearance.Options.UseBackColor = true;
            this.tbParentConcentration.Properties.ReadOnly = true;
            this.tbParentConcentration.Size = new System.Drawing.Size(100, 20);
            this.tbParentConcentration.TabIndex = 33;
            this.tbParentConcentration.TabStop = false;
            // 
            // cbElement1
            // 
            this.cbElement1.Location = new System.Drawing.Point(9, 5);
            this.cbElement1.Name = "cbElement1";
            this.cbElement1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbElement1.Size = new System.Drawing.Size(95, 20);
            this.cbElement1.TabIndex = 0;
            this.cbElement1.EditValueChanged += new System.EventHandler(this.cbElement1_EditValueChanged);
            // 
            // cbMethod1
            // 
            this.cbMethod1.Location = new System.Drawing.Point(9, 27);
            this.cbMethod1.Name = "cbMethod1";
            this.cbMethod1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbMethod1.Properties.NullText = "Seleccionar";
            this.cbMethod1.Size = new System.Drawing.Size(276, 20);
            this.cbMethod1.TabIndex = 1;
            this.cbMethod1.EditValueChanged += new System.EventHandler(this.cbMethod1_EditValueChanged);
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.LeftToRight;
            this.expandablePanel1.Controls.Add(this.treeSolInterm);
            this.expandablePanel1.Controls.Add(this.panelControl2);
            this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.expandablePanel1.Location = new System.Drawing.Point(2, 2);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(293, 421);
            this.expandablePanel1.TabIndex = 39;
            this.expandablePanel1.Text = "expandablePanel1";
            this.expandablePanel1.TitleText = "Title Bar";
            // 
            // treeSolInterm
            // 
            this.treeSolInterm.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.tcol_Cod_solution,
            this.tcol_Nombre,
            this.tcol_Concentration,
            this.tcol_Aliquot,
            this.tcol_Volumen,
            this.tcol_Idreactive_medium,
            this.tcol_Reactive_medium_value,
            this.tcol_Idreactive_modif,
            this.tcol_Reactive_modif_value,
            this.tcol_Date_begin,
            this.tcol_Date_end,
            this.tcol_Solution_status,
            this.tcol_Prepared_by,
            this.tcol_Flag_current_method,
            this.tcol_Idsolution,
            this.tcol_Type_sol,
            this.tcol_ShowMethods,
            this.tcol_Root_type_pattern,
            this.tcol_Expired_status});
            this.treeSolInterm.ContextMenuStrip = this.cmsAddSolution;
            this.treeSolInterm.Dock = System.Windows.Forms.DockStyle.Fill;
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.White;
            styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.White;
            styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Silver;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Appearance.Options.UseForeColor = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.tcol_Solution_status;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = false;
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Column = this.tcol_Solution_status;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Value1 = "true";
            this.treeSolInterm.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.treeSolInterm.ImageIndexFieldName = "Image_index";
            this.treeSolInterm.KeyFieldName = "Id";
            this.treeSolInterm.Location = new System.Drawing.Point(0, 81);
            this.treeSolInterm.Name = "treeSolInterm";
            this.treeSolInterm.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.treeSolInterm.OptionsSelection.MultiSelect = true;
            this.treeSolInterm.OptionsView.AutoWidth = false;
            this.treeSolInterm.ParentFieldName = "Parentid";
            this.treeSolInterm.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repStatusSolution,
            this.repReactive,
            this.repReactiveValue,
            this.redDate,
            this.repUser,
            this.repVolumen,
            this.repBtOpenMethods,
            this.repAddMethod});
            this.treeSolInterm.SelectImageList = this.imageList1;
            this.treeSolInterm.Size = new System.Drawing.Size(293, 340);
            this.treeSolInterm.TabIndex = 40;
            this.treeSolInterm.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeSolInterm_FocusedNodeChanged);
            this.treeSolInterm.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeSolInterm_CellValueChanged);
            this.treeSolInterm.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeSolInterm_MouseDown);
            // 
            // tcol_Cod_solution
            // 
            this.tcol_Cod_solution.Caption = "Codigo";
            this.tcol_Cod_solution.FieldName = "Cod_solution";
            this.tcol_Cod_solution.MinWidth = 64;
            this.tcol_Cod_solution.Name = "tcol_Cod_solution";
            this.tcol_Cod_solution.OptionsColumn.AllowEdit = false;
            this.tcol_Cod_solution.OptionsColumn.FixedWidth = true;
            this.tcol_Cod_solution.VisibleIndex = 0;
            this.tcol_Cod_solution.Width = 151;
            // 
            // tcol_Nombre
            // 
            this.tcol_Nombre.Caption = "Nombre";
            this.tcol_Nombre.FieldName = "Nombre";
            this.tcol_Nombre.Name = "tcol_Nombre";
            this.tcol_Nombre.Width = 112;
            // 
            // tcol_Concentration
            // 
            this.tcol_Concentration.Caption = "concentracion";
            this.tcol_Concentration.FieldName = "Concentration";
            this.tcol_Concentration.Name = "tcol_Concentration";
            this.tcol_Concentration.OptionsColumn.AllowEdit = false;
            this.tcol_Concentration.VisibleIndex = 1;
            this.tcol_Concentration.Width = 81;
            // 
            // tcol_Aliquot
            // 
            this.tcol_Aliquot.Caption = "alicuota";
            this.tcol_Aliquot.FieldName = "Aliquot";
            this.tcol_Aliquot.Name = "tcol_Aliquot";
            this.tcol_Aliquot.OptionsColumn.AllowEdit = false;
            this.tcol_Aliquot.Width = 54;
            // 
            // tcol_Volumen
            // 
            this.tcol_Volumen.Caption = "volumen";
            this.tcol_Volumen.ColumnEdit = this.repVolumen;
            this.tcol_Volumen.FieldName = "Volumen";
            this.tcol_Volumen.Name = "tcol_Volumen";
            this.tcol_Volumen.Width = 57;
            // 
            // repVolumen
            // 
            this.repVolumen.AutoHeight = false;
            this.repVolumen.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repVolumen.Name = "repVolumen";
            // 
            // tcol_Idreactive_medium
            // 
            this.tcol_Idreactive_medium.Caption = "Matriz";
            this.tcol_Idreactive_medium.ColumnEdit = this.repReactive;
            this.tcol_Idreactive_medium.FieldName = "Idreactive_medium";
            this.tcol_Idreactive_medium.Name = "tcol_Idreactive_medium";
            this.tcol_Idreactive_medium.OptionsColumn.AllowEdit = false;
            this.tcol_Idreactive_medium.Width = 86;
            // 
            // repReactive
            // 
            this.repReactive.AutoHeight = false;
            this.repReactive.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repReactive.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")});
            this.repReactive.Name = "repReactive";
            this.repReactive.NullText = "---";
            this.repReactive.ShowFooter = false;
            this.repReactive.ShowHeader = false;
            // 
            // tcol_Reactive_medium_value
            // 
            this.tcol_Reactive_medium_value.Caption = "Matriz%";
            this.tcol_Reactive_medium_value.ColumnEdit = this.repReactiveValue;
            this.tcol_Reactive_medium_value.FieldName = "Reactive_medium_value";
            this.tcol_Reactive_medium_value.Name = "tcol_Reactive_medium_value";
            this.tcol_Reactive_medium_value.OptionsColumn.AllowEdit = false;
            this.tcol_Reactive_medium_value.Width = 57;
            // 
            // repReactiveValue
            // 
            this.repReactiveValue.AutoHeight = false;
            this.repReactiveValue.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repReactiveValue.Name = "repReactiveValue";
            // 
            // tcol_Idreactive_modif
            // 
            this.tcol_Idreactive_modif.Caption = "Modif";
            this.tcol_Idreactive_modif.ColumnEdit = this.repReactive;
            this.tcol_Idreactive_modif.FieldName = "Idreactive_modif";
            this.tcol_Idreactive_modif.Name = "tcol_Idreactive_modif";
            this.tcol_Idreactive_modif.OptionsColumn.AllowEdit = false;
            this.tcol_Idreactive_modif.Width = 91;
            // 
            // tcol_Reactive_modif_value
            // 
            this.tcol_Reactive_modif_value.Caption = "Modif%";
            this.tcol_Reactive_modif_value.ColumnEdit = this.repReactiveValue;
            this.tcol_Reactive_modif_value.FieldName = "Reactive_modif_value";
            this.tcol_Reactive_modif_value.Name = "tcol_Reactive_modif_value";
            this.tcol_Reactive_modif_value.OptionsColumn.AllowEdit = false;
            this.tcol_Reactive_modif_value.Width = 56;
            // 
            // tcol_Date_begin
            // 
            this.tcol_Date_begin.Caption = "Fecha Inicial";
            this.tcol_Date_begin.ColumnEdit = this.redDate;
            this.tcol_Date_begin.FieldName = "Date_begin";
            this.tcol_Date_begin.Name = "tcol_Date_begin";
            this.tcol_Date_begin.OptionsColumn.AllowEdit = false;
            this.tcol_Date_begin.Width = 72;
            // 
            // redDate
            // 
            this.redDate.AutoHeight = false;
            this.redDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.redDate.Name = "redDate";
            // 
            // tcol_Date_end
            // 
            this.tcol_Date_end.Caption = "Fecha Final";
            this.tcol_Date_end.ColumnEdit = this.redDate;
            this.tcol_Date_end.FieldName = "Date_end";
            this.tcol_Date_end.Name = "tcol_Date_end";
            this.tcol_Date_end.OptionsColumn.AllowEdit = false;
            this.tcol_Date_end.Width = 74;
            // 
            // tcol_Prepared_by
            // 
            this.tcol_Prepared_by.Caption = "Preparado por";
            this.tcol_Prepared_by.ColumnEdit = this.repUser;
            this.tcol_Prepared_by.FieldName = "Prepared_by";
            this.tcol_Prepared_by.Name = "tcol_Prepared_by";
            this.tcol_Prepared_by.Width = 81;
            // 
            // repUser
            // 
            this.repUser.AutoHeight = false;
            this.repUser.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repUser.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Iduser", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_user")});
            this.repUser.Name = "repUser";
            this.repUser.ShowFooter = false;
            this.repUser.ShowHeader = false;
            // 
            // tcol_Flag_current_method
            // 
            this.tcol_Flag_current_method.Caption = "Asignado al Método";
            this.tcol_Flag_current_method.ColumnEdit = this.repAddMethod;
            this.tcol_Flag_current_method.FieldName = "Flag_current_method";
            this.tcol_Flag_current_method.Name = "tcol_Flag_current_method";
            this.tcol_Flag_current_method.Width = 108;
            // 
            // repAddMethod
            // 
            this.repAddMethod.AutoHeight = false;
            this.repAddMethod.Name = "repAddMethod";
            // 
            // tcol_Idsolution
            // 
            this.tcol_Idsolution.Caption = "Idsolution";
            this.tcol_Idsolution.FieldName = "Idsolution_interm";
            this.tcol_Idsolution.Name = "tcol_Idsolution";
            // 
            // tcol_Type_sol
            // 
            this.tcol_Type_sol.Caption = "type_sol";
            this.tcol_Type_sol.FieldName = "Type_sol";
            this.tcol_Type_sol.Name = "tcol_Type_sol";
            // 
            // tcol_ShowMethods
            // 
            this.tcol_ShowMethods.Caption = "#";
            this.tcol_ShowMethods.ColumnEdit = this.repBtOpenMethods;
            this.tcol_ShowMethods.FieldName = "#";
            this.tcol_ShowMethods.Name = "tcol_ShowMethods";
            this.tcol_ShowMethods.Width = 53;
            // 
            // repBtOpenMethods
            // 
            this.repBtOpenMethods.AutoHeight = false;
            this.repBtOpenMethods.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Ver", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null)});
            this.repBtOpenMethods.Name = "repBtOpenMethods";
            this.repBtOpenMethods.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;            
            // 
            // tcol_Root_type_pattern
            // 
            this.tcol_Root_type_pattern.Caption = "Root_type_pattern";
            this.tcol_Root_type_pattern.FieldName = "Root_type_pattern";
            this.tcol_Root_type_pattern.Name = "tcol_Root_type_pattern";
            // 
            // tcol_Expired_status
            // 
            this.tcol_Expired_status.Caption = "Expiracion";
            this.tcol_Expired_status.FieldName = "Expired_status";
            this.tcol_Expired_status.Name = "tcol_Expired_status";
            // 
            // cmsAddSolution
            // 
            this.cmsAddSolution.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btNewSolInt1,
            this.btNewSolInt2,
            this.btNewSolStdVer});
            this.cmsAddSolution.Name = "cmsAddSolution";
            this.cmsAddSolution.Size = new System.Drawing.Size(239, 70);
            // 
            // btNewSolInt1
            // 
            this.btNewSolInt1.Name = "btNewSolInt1";
            this.btNewSolInt1.Size = new System.Drawing.Size(238, 22);
            this.btNewSolInt1.Text = "Nueva Solución Intermedia 1";
            this.btNewSolInt1.Click += new System.EventHandler(this.btNewSolInt1_Click);
            // 
            // btNewSolInt2
            // 
            this.btNewSolInt2.Name = "btNewSolInt2";
            this.btNewSolInt2.Size = new System.Drawing.Size(238, 22);
            this.btNewSolInt2.Text = "Nueva Solución Intermedia 2";
            this.btNewSolInt2.Click += new System.EventHandler(this.btNewSolInt2_Click);
            // 
            // btNewSolStdVer
            // 
            this.btNewSolStdVer.Name = "btNewSolStdVer";
            this.btNewSolStdVer.Size = new System.Drawing.Size(238, 22);
            this.btNewSolStdVer.Text = "Nuevo Estandar de Verificación";
            this.btNewSolStdVer.Click += new System.EventHandler(this.btNewSolStdVer_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, "fiola_group.png");
            this.imageList1.Images.SetKeyName(1, "fiola.png");
            this.imageList1.Images.SetKeyName(2, "fiola_ver.png");
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.cbMethod1);
            this.panelControl2.Controls.Add(this.cbElement1);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl2.Location = new System.Drawing.Point(0, 26);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(293, 55);
            this.panelControl2.TabIndex = 41;
            this.panelControl2.Text = "panelControl2";
            // 
            // gcMethods
            // 
            this.gcMethods.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMethods.EmbeddedNavigator.Name = "";
            this.gcMethods.Location = new System.Drawing.Point(0, 0);
            this.gcMethods.MainView = this.gvMethods;
            this.gcMethods.Name = "gcMethods";
            this.gcMethods.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repSel});
            this.gcMethods.Size = new System.Drawing.Size(656, 170);
            this.gcMethods.TabIndex = 40;
            this.gcMethods.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMethods});
            // 
            // gvMethods
            // 
            this.gvMethods.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gmet_Sel,
            this.gmet_Idtemplate_method,
            this.gmet_Cod_template_method,
            this.gmet_Title});
            this.gvMethods.GridControl = this.gcMethods;
            this.gvMethods.Name = "gvMethods";
            this.gvMethods.OptionsBehavior.Editable = false;
            this.gvMethods.OptionsView.ShowGroupPanel = false;
            // 
            // gmet_Sel
            // 
            this.gmet_Sel.Caption = "#";
            this.gmet_Sel.ColumnEdit = this.repSel;
            this.gmet_Sel.FieldName = "Sel";
            this.gmet_Sel.Name = "gmet_Sel";
            this.gmet_Sel.OptionsColumn.FixedWidth = true;
            this.gmet_Sel.Width = 53;
            // 
            // repSel
            // 
            this.repSel.AutoHeight = false;
            this.repSel.Name = "repSel";
            // 
            // gmet_Idtemplate_method
            // 
            this.gmet_Idtemplate_method.Caption = "Idtemplate_method";
            this.gmet_Idtemplate_method.FieldName = "Idtemplate_method";
            this.gmet_Idtemplate_method.Name = "gmet_Idtemplate_method";
            this.gmet_Idtemplate_method.Width = 86;
            // 
            // gmet_Cod_template_method
            // 
            this.gmet_Cod_template_method.Caption = "Código";
            this.gmet_Cod_template_method.FieldName = "Cod_template_method";
            this.gmet_Cod_template_method.Name = "gmet_Cod_template_method";
            this.gmet_Cod_template_method.OptionsColumn.AllowEdit = false;
            this.gmet_Cod_template_method.OptionsColumn.FixedWidth = true;
            this.gmet_Cod_template_method.Visible = true;
            this.gmet_Cod_template_method.VisibleIndex = 0;
            this.gmet_Cod_template_method.Width = 71;
            // 
            // gmet_Title
            // 
            this.gmet_Title.Caption = "Título";
            this.gmet_Title.FieldName = "Title";
            this.gmet_Title.Name = "gmet_Title";
            this.gmet_Title.Visible = true;
            this.gmet_Title.VisibleIndex = 1;
            this.gmet_Title.Width = 618;
            // 
            // splitterControl1
            // 
            this.splitterControl1.Location = new System.Drawing.Point(295, 2);
            this.splitterControl1.Name = "splitterControl1";
            this.splitterControl1.Size = new System.Drawing.Size(8, 421);
            this.splitterControl1.TabIndex = 41;
            this.splitterControl1.TabStop = false;
            // 
            // customPageControl1
            // 
            this.customPageControl1.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243)))));
            this.customPageControl1.AppearancePage.Header.BorderColor = System.Drawing.Color.White;
            this.customPageControl1.AppearancePage.Header.Options.UseBackColor = true;
            this.customPageControl1.AppearancePage.Header.Options.UseBorderColor = true;
            this.customPageControl1.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue;
            this.customPageControl1.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro;
            this.customPageControl1.AppearancePage.HeaderActive.Options.UseBackColor = true;
            this.customPageControl1.AppearancePage.HeaderActive.Options.UseBorderColor = true;
            this.customPageControl1.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro;
            this.customPageControl1.AppearancePage.PageClient.Options.UseBorderColor = true;
            this.customPageControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.customPageControl1.Location = new System.Drawing.Point(303, 232);
            this.customPageControl1.Name = "customPageControl1";
            this.customPageControl1.PaintStyleName = "PropertyView";
            this.customPageControl1.SelectedTabPage = this.xtraTabPage1;
            this.customPageControl1.Size = new System.Drawing.Size(658, 191);
            this.customPageControl1.TabIndex = 42;
            this.customPageControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2});
            this.customPageControl1.Text = "Calibraciones";
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gcMethods);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(656, 170);
            this.xtraTabPage1.Text = "Métodos";
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.ucCalibStd1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(0, 0);
            this.xtraTabPage2.Text = "Estandares";
            // 
            // ucCalibStd1
            // 
            this.ucCalibStd1.Date_end = new System.DateTime(((long)(0)));
            this.ucCalibStd1.Date_init = new System.DateTime(((long)(0)));
            this.ucCalibStd1.Dock = System.Windows.Forms.DockStyle.Fill;
            cGroup_solution1.Cod_solution = null;
            cGroup_solution1.Date_end = null;
            cGroup_solution1.Date_ini = null;
            cGroup_solution1.Date_sign_calib = null;
            cGroup_solution1.Flag_close_calib = null;
            cGroup_solution1.Flag_selected_methods = null;
            cGroup_solution1.Flag_sign_calib = null;
            cGroup_solution1.Idelement = null;
            cGroup_solution1.Idgroup_solution = 0;
            cGroup_solution1.Idmr_detail = null;
            cGroup_solution1.Idreactive_medium = null;
            cGroup_solution1.Idreactive_modif = null;
            cGroup_solution1.Idtemplate_method = null;
            cGroup_solution1.Type_pattern = null;
            cGroup_solution1.Type_solution = null;
            cGroup_solution1.User_sign_calib = null;            
            this.ucCalibStd1.Location = new System.Drawing.Point(0, 0);
            this.ucCalibStd1.Name = "ucCalibStd1";
            this.ucCalibStd1.Size = new System.Drawing.Size(0, 0);
            this.ucCalibStd1.TabIndex = 0;
            // 
            // FormCalibs
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(963, 517);
            this.Name = "FormCalibs";
            this.Text = "Soluciones Intermedias";
            this.Load += new System.EventHandler(this.FormSolInterm_Load);
            this.Controls.SetChildIndex(this.panelControl1, 0);
            this.Controls.SetChildIndex(this.paTitle, 0);
            this.Controls.SetChildIndex(this.paBottom, 0);
            this.Controls.SetChildIndex(this.paTop, 0);
            this.Controls.SetChildIndex(this.paCenter, 0);
            ((System.ComponentModel.ISupportInitialize)(this.paTitle)).EndInit();
            this.paTitle.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.paBottom)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paCenter)).EndInit();
            this.paCenter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.paTop)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repStatusSolution)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paHeader)).EndInit();
            this.paHeader.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcSolutionChild)).EndInit();
            this.gcSolutionChild.ResumeLayout(false);
            this.gcSolutionChild.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbParentMediumValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbParentMedium.Properties)).EndInit();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbParentModifValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbParentModif.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbUser1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDateEnd.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDateIni.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckAssignMethod.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paSeparator)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcSolutionParent)).EndInit();
            this.gcSolutionParent.ResumeLayout(false);
            this.gcSolutionParent.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbParentConcentration.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbElement1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMethod1.Properties)).EndInit();
            this.expandablePanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeSolInterm)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repVolumen)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactive)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repReactiveValue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.redDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repAddMethod)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repBtOpenMethods)).EndInit();
            this.cmsAddSolution.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcMethods)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMethods)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repSel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.customPageControl1)).EndInit();
            this.customPageControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraTabPage2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
예제 #31
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmObjectSetup));
     this.tlcUsedFlag = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.splitContainerControl1   = new DevExpress.XtraEditors.SplitContainerControl();
     this.tlSysObject          = new DevExpress.XtraTreeList.TreeList();
     this.tlcCode              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tlcName              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tlcObject            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tlcParentCode        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.ucSysModule1         = new His6.SysSetup.UCModule();
     this.ucSysObject1         = new His6.SysSetup.Control.UCObject();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                 = new DevExpress.XtraBars.Bar();
     this.bbiAddModule         = new DevExpress.XtraBars.BarButtonItem();
     this.bbiEditModule        = new DevExpress.XtraBars.BarButtonItem();
     this.bbiAddObject         = new DevExpress.XtraBars.BarButtonItem();
     this.bbiEditObject        = new DevExpress.XtraBars.BarButtonItem();
     this.bbiRefresh           = new DevExpress.XtraBars.BarButtonItem();
     this.bbiExport            = new DevExpress.XtraBars.BarButtonItem();
     this.bbiClose             = 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.bar1                 = new DevExpress.XtraBars.Bar();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tlSysObject)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // tlcUsedFlag
     //
     this.tlcUsedFlag.AppearanceHeader.Options.UseTextOptions = true;
     this.tlcUsedFlag.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tlcUsedFlag.Caption      = "使用";
     this.tlcUsedFlag.ColumnEdit   = this.repositoryItemCheckEdit1;
     this.tlcUsedFlag.FieldName    = "UsedFlag";
     this.tlcUsedFlag.MinWidth     = 42;
     this.tlcUsedFlag.Name         = "tlcUsedFlag";
     this.tlcUsedFlag.Visible      = true;
     this.tlcUsedFlag.VisibleIndex = 3;
     this.tlcUsedFlag.Width        = 190;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.Name           = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.ValueChecked   = "1";
     this.repositoryItemCheckEdit1.ValueUnchecked = "0";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 58);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.tlSysObject);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.ucSysModule1);
     this.splitContainerControl1.Panel2.Controls.Add(this.ucSysObject1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1936, 900);
     this.splitContainerControl1.SplitterPosition = 691;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // tlSysObject
     //
     this.tlSysObject.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.tlcCode,
         this.tlcName,
         this.tlcObject,
         this.tlcUsedFlag,
         this.tlcParentCode
     });
     this.tlSysObject.Cursor                               = System.Windows.Forms.Cursors.Default;
     this.tlSysObject.Dock                                 = System.Windows.Forms.DockStyle.Fill;
     this.tlSysObject.FixedLineWidth                       = 3;
     this.tlSysObject.Font                                 = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Silver;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Column                          = this.tlcUsedFlag;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1                          = "0";
     this.tlSysObject.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.tlSysObject.KeyFieldName = "Code";
     this.tlSysObject.Location     = new System.Drawing.Point(0, 0);
     this.tlSysObject.Margin       = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tlSysObject.MinWidth     = 27;
     this.tlSysObject.Name         = "tlSysObject";
     this.tlSysObject.BeginUnboundLoad();
     this.tlSysObject.AppendNode(new object[] {
         "SYS",
         "系统基础模块",
         "His6.SysSetup",
         "1",
         ""
     }, -1);
     this.tlSysObject.AppendNode(new object[] {
         "SYS-W01",
         "系统对象设置",
         "FrmObjectSetup",
         "1",
         "SYS"
     }, 0);
     this.tlSysObject.AppendNode(new object[] {
         "SYS-W02",
         "系统功能点权限设置",
         "FrmFpSetup",
         "1",
         "SYS"
     }, 0);
     this.tlSysObject.EndUnboundLoad();
     this.tlSysObject.OptionsBehavior.Editable = false;
     this.tlSysObject.OptionsBehavior.PopulateServiceColumns = true;
     this.tlSysObject.OptionsNavigation.EnterMovesNextColumn = true;
     this.tlSysObject.OptionsView.EnableAppearanceEvenRow    = true;
     this.tlSysObject.OptionsView.EnableAppearanceOddRow     = true;
     this.tlSysObject.OptionsView.ShowFilterPanelMode        = DevExpress.XtraTreeList.ShowFilterPanelMode.Never;
     this.tlSysObject.OptionsView.ShowIndicator = false;
     this.tlSysObject.ParentFieldName           = "";
     this.tlSysObject.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.tlSysObject.RootValue           = "";
     this.tlSysObject.Size                = new System.Drawing.Size(691, 900);
     this.tlSysObject.TabIndex            = 2;
     this.tlSysObject.TreeLevelWidth      = 24;
     this.tlSysObject.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.tlSysObject_FocusedNodeChanged);
     //
     // tlcCode
     //
     this.tlcCode.AppearanceHeader.Options.UseTextOptions = true;
     this.tlcCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tlcCode.Caption      = "代码";
     this.tlcCode.FieldName    = "Code";
     this.tlcCode.MinWidth     = 69;
     this.tlcCode.Name         = "tlcCode";
     this.tlcCode.Visible      = true;
     this.tlcCode.VisibleIndex = 0;
     this.tlcCode.Width        = 471;
     //
     // tlcName
     //
     this.tlcName.AppearanceHeader.Options.UseTextOptions = true;
     this.tlcName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tlcName.Caption      = "名称";
     this.tlcName.FieldName    = "Name";
     this.tlcName.MinWidth     = 111;
     this.tlcName.Name         = "tlcName";
     this.tlcName.Visible      = true;
     this.tlcName.VisibleIndex = 1;
     this.tlcName.Width        = 631;
     //
     // tlcObject
     //
     this.tlcObject.AppearanceHeader.Options.UseTextOptions = true;
     this.tlcObject.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tlcObject.Caption      = "对象名";
     this.tlcObject.FieldName    = "ObjectName";
     this.tlcObject.MinWidth     = 166;
     this.tlcObject.Name         = "tlcObject";
     this.tlcObject.Visible      = true;
     this.tlcObject.VisibleIndex = 2;
     this.tlcObject.Width        = 535;
     //
     // tlcParentCode
     //
     this.tlcParentCode.Caption   = "treeListColumn1";
     this.tlcParentCode.FieldName = "ModuleCode";
     this.tlcParentCode.MinWidth  = 27;
     this.tlcParentCode.Name      = "tlcParentCode";
     this.tlcParentCode.OptionsColumn.AllowEdit = false;
     this.tlcParentCode.OptionsColumn.ReadOnly  = true;
     this.tlcParentCode.Width = 103;
     //
     // ucSysModule1
     //
     this.ucSysModule1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ucSysModule1.Location = new System.Drawing.Point(0, 0);
     this.ucSysModule1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ucSysModule1.Name     = "ucSysModule1";
     this.ucSysModule1.Size     = new System.Drawing.Size(1238, 556);
     this.ucSysModule1.TabIndex = 4;
     //
     // ucSysObject1
     //
     this.ucSysObject1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ucSysObject1.Location = new System.Drawing.Point(0, 0);
     this.ucSysObject1.Name     = "ucSysObject1";
     this.ucSysObject1.Size     = new System.Drawing.Size(1238, 900);
     this.ucSysObject1.TabIndex = 3;
     //
     // barManager1
     //
     this.barManager1.AllowCustomization      = false;
     this.barManager1.AllowQuickCustomization = false;
     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.Form = this;
     this.barManager1.HideBarsWhenMerging = false;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbiClose,
         this.bbiExport,
         this.bbiEditModule,
         this.bbiAddModule,
         this.bbiAddObject,
         this.bbiRefresh,
         this.bbiEditObject
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 28;
     //
     // bar2
     //
     this.bar2.BarName      = "Custom 2";
     this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.bar2.DockCol      = 0;
     this.bar2.DockRow      = 0;
     this.bar2.DockStyle    = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiAddModule, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiEditModule, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiAddObject, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiEditObject),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiRefresh),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiExport),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiClose)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DisableClose            = true;
     this.bar2.OptionsBar.DisableCustomization    = true;
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "工具菜单";
     //
     // bbiAddModule
     //
     this.bbiAddModule.Caption            = "增加模块";
     this.bbiAddModule.Id                 = 24;
     this.bbiAddModule.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiAddModule.ImageOptions.Image")));
     this.bbiAddModule.Name               = "bbiAddModule";
     this.bbiAddModule.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiAddModule_ItemClick);
     //
     // bbiEditModule
     //
     this.bbiEditModule.Caption            = "修改模块";
     this.bbiEditModule.Id                 = 23;
     this.bbiEditModule.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiEditModule.ImageOptions.Image")));
     this.bbiEditModule.Name               = "bbiEditModule";
     this.bbiEditModule.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiEditModule_ItemClick);
     //
     // bbiAddObject
     //
     this.bbiAddObject.Caption            = "增加对象";
     this.bbiAddObject.Id                 = 25;
     this.bbiAddObject.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiAddObject.ImageOptions.Image")));
     this.bbiAddObject.Name               = "bbiAddObject";
     this.bbiAddObject.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiAddObject_ItemClick);
     //
     // bbiEditObject
     //
     this.bbiEditObject.Caption            = "修改对象";
     this.bbiEditObject.Id                 = 27;
     this.bbiEditObject.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiEditObject.ImageOptions.Image")));
     this.bbiEditObject.Name               = "bbiEditObject";
     this.bbiEditObject.PaintStyle         = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiEditObject.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiEditObject_ItemClick);
     //
     // bbiRefresh
     //
     this.bbiRefresh.Caption            = "刷新(&R)";
     this.bbiRefresh.Id                 = 26;
     this.bbiRefresh.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiRefresh.ImageOptions.Image")));
     this.bbiRefresh.Name               = "bbiRefresh";
     this.bbiRefresh.PaintStyle         = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiRefresh.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiRefresh_ItemClick);
     //
     // bbiExport
     //
     this.bbiExport.Caption            = "导出";
     this.bbiExport.Id                 = 19;
     this.bbiExport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.Image")));
     this.bbiExport.Name               = "bbiExport";
     this.bbiExport.PaintStyle         = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiExport.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExport_ItemClick);
     //
     // bbiClose
     //
     this.bbiClose.Caption                 = "退出";
     this.bbiClose.Id                      = 5;
     this.bbiClose.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbiClose.ImageOptions.Image")));
     this.bbiClose.ImageOptions.ImageIndex = 9;
     this.bbiClose.Name                    = "bbiClose";
     this.bbiClose.PaintStyle              = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiClose.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiClose_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.Manager          = this.barManager1;
     this.barDockControlTop.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.barDockControlTop.Size             = new System.Drawing.Size(1936, 58);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 958);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1936, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 58);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 900);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1936, 58);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 900);
     //
     // bar1
     //
     this.bar1.BarName       = "Main menu";
     this.bar1.CanDockStyle  = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.bar1.DockCol       = 0;
     this.bar1.DockRow       = 0;
     this.bar1.DockStyle     = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(130, 195);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiAddModule),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiEditModule),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiAddObject),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiEditObject, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiRefresh),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiExport),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiClose)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.UseWholeRow             = true;
     this.bar1.Text = "工具条";
     //
     // FrmObjectSetup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
     this.ClientSize          = new System.Drawing.Size(1936, 958);
     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.Name = "FrmObjectSetup";
     this.Text = "系统对象设置";
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tlSysObject)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #32
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.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateDetails));
     this.colState        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.descriptionText = new DevExpress.XtraEditors.MemoEdit();
     this.labelControl1   = new DevExpress.XtraEditors.LabelControl();
     this.files           = new DevExpress.XtraTreeList.TreeList();
     this.colName         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colSize         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colExt          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.icons           = new DevExpress.Utils.ImageCollection(this.components);
     this.caption         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2   = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.descriptionText.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.files)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.icons)).BeginInit();
     this.SuspendLayout();
     //
     // colState
     //
     this.colState.Caption   = "State";
     this.colState.FieldName = "State";
     this.colState.Name      = "colState";
     this.colState.OptionsColumn.AllowEdit  = false;
     this.colState.OptionsColumn.AllowFocus = false;
     this.colState.OptionsColumn.ShowInCustomizationForm = false;
     //
     // descriptionText
     //
     this.descriptionText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.descriptionText.Location = new System.Drawing.Point(12, 57);
     this.descriptionText.Name     = "descriptionText";
     this.descriptionText.Size     = new System.Drawing.Size(262, 96);
     this.descriptionText.TabIndex = 8;
     this.descriptionText.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.descriptionText_KeyUp);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 38);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(95, 13);
     this.labelControl1.TabIndex = 7;
     this.labelControl1.Text     = "Update Description:";
     //
     // files
     //
     this.files.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.files.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colName,
         this.colSize,
         this.colExt,
         this.colState
     });
     styleFormatCondition1.Appearance.BackColor            = System.Drawing.Color.Lime;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Column                          = this.colState;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1                          = 1;
     styleFormatCondition2.Appearance.BackColor            = System.Drawing.Color.Yellow;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow                      = true;
     styleFormatCondition2.Column                          = this.colState;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1                          = 2;
     styleFormatCondition3.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     styleFormatCondition3.Appearance.Options.UseBackColor = true;
     styleFormatCondition3.ApplyToRow                      = true;
     styleFormatCondition3.Column                          = this.colState;
     styleFormatCondition3.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition3.Value1                          = 3;
     styleFormatCondition4.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     styleFormatCondition4.Appearance.Options.UseBackColor = true;
     styleFormatCondition4.ApplyToRow                      = true;
     styleFormatCondition4.Column                          = this.colState;
     styleFormatCondition4.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition4.Value1                          = 4;
     this.files.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2,
         styleFormatCondition3,
         styleFormatCondition4
     });
     this.files.KeyFieldName                = "FullPath";
     this.files.Location                    = new System.Drawing.Point(12, 179);
     this.files.Name                        = "files";
     this.files.OptionsBehavior.Editable    = false;
     this.files.OptionsBehavior.ResizeNodes = false;
     this.files.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.files.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.files.OptionsView.ShowColumns   = false;
     this.files.OptionsView.ShowHorzLines = false;
     this.files.OptionsView.ShowIndicator = false;
     this.files.OptionsView.ShowVertLines = false;
     this.files.ParentFieldName           = "ParentDirectory";
     this.files.Size                 = new System.Drawing.Size(262, 358);
     this.files.StateImageList       = this.icons;
     this.files.TabIndex             = 6;
     this.files.GetStateImage       += new DevExpress.XtraTreeList.GetStateImageEventHandler(this.files_GetStateImage);
     this.files.GetNodeDisplayValue += new DevExpress.XtraTreeList.GetNodeDisplayValueEventHandler(this.files_GetNodeDisplayValue);
     //
     // colName
     //
     this.colName.Caption   = "Name";
     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.Visible      = true;
     this.colName.VisibleIndex = 0;
     this.colName.Width        = 174;
     //
     // colSize
     //
     this.colSize.Caption   = "Size";
     this.colSize.FieldName = "Size";
     this.colSize.MinWidth  = 65;
     this.colSize.Name      = "colSize";
     this.colSize.OptionsColumn.AllowEdit  = false;
     this.colSize.OptionsColumn.AllowFocus = false;
     this.colSize.OptionsColumn.ReadOnly   = true;
     this.colSize.Visible      = true;
     this.colSize.VisibleIndex = 1;
     this.colSize.Width        = 67;
     //
     // colExt
     //
     this.colExt.Caption   = "Extension";
     this.colExt.FieldName = "Extension";
     this.colExt.Name      = "colExt";
     this.colExt.OptionsColumn.AllowEdit  = false;
     this.colExt.OptionsColumn.AllowFocus = false;
     this.colExt.OptionsColumn.ReadOnly   = true;
     this.colExt.OptionsColumn.ShowInCustomizationForm = false;
     this.colExt.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     //
     // icons
     //
     this.icons.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("icons.ImageStream")));
     //
     // caption
     //
     this.caption.Appearance.Font                   = new System.Drawing.Font("Segoe UI", 12F);
     this.caption.Appearance.Options.UseFont        = true;
     this.caption.Appearance.Options.UseTextOptions = true;
     this.caption.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.caption.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.caption.Dock         = System.Windows.Forms.DockStyle.Top;
     this.caption.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.caption.LineVisible  = true;
     this.caption.Location     = new System.Drawing.Point(0, 0);
     this.caption.Name         = "caption";
     this.caption.Padding      = new System.Windows.Forms.Padding(0, 0, 0, 2);
     this.caption.Size         = new System.Drawing.Size(286, 26);
     this.caption.TabIndex     = 5;
     this.caption.Text         = "labelControl1";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(12, 160);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(25, 13);
     this.labelControl2.TabIndex = 9;
     this.labelControl2.Text     = "Files:";
     //
     // UpdateDetails
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.descriptionText);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.files);
     this.Controls.Add(this.caption);
     this.Name = "UpdateDetails";
     this.Size = new System.Drawing.Size(286, 543);
     ((System.ComponentModel.ISupportInitialize)(this.descriptionText.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.files)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.icons)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }