Ejemplo n.º 1
0
        public void ResetDates()
        {
            vDateTimePicker fromDate = this.FromDate;
            DateTime        now      = DateTime.Now;

            fromDate.Value    = new DateTime?(now.AddDays(-30));
            this.ToDate.Value = new DateTime?(DateTime.Now);
        }
Ejemplo n.º 2
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(SetCtrl));

            this.SetHeaderPanel = new Panel();
            this.btn_ResetSets  = new vButton();
            this.lblLine        = new Label();
            this.DatePanel      = new Panel();
            this.ToDate         = new vDateTimePicker();
            this.lbl_EndDate    = new Label();
            this.FromDate       = new vDateTimePicker();
            this.lbl_StartDate  = new Label();
            this.btn_FindSet    = new vButton();
            this.txtSetID       = new vTextBox();
            this.lbl_SetID      = new Label();
            this.vTree          = new vTreeView();
            this.TreeMenu       = new ContextMenuStrip(this.components);
            this.mnu_NewSetFile = new ToolStripMenuItem();
            this.clearSetSearchToolStripMenuItem = new ToolStripMenuItem();
            this.mnu_TreeLines = new ToolStripMenuItem();
            this.expandAllToolStripMenuItem = new ToolStripMenuItem();
            this.toolStripMenuItem1         = new ToolStripSeparator();
            this.mnu_RefreshSets            = new ToolStripMenuItem();
            this.TreeImages = new ImageList(this.components);
            this.SetHeaderPanel.SuspendLayout();
            this.DatePanel.SuspendLayout();
            this.TreeMenu.SuspendLayout();
            base.SuspendLayout();
            this.SetHeaderPanel.Controls.Add(this.btn_ResetSets);
            this.SetHeaderPanel.Controls.Add(this.lblLine);
            this.SetHeaderPanel.Controls.Add(this.DatePanel);
            this.SetHeaderPanel.Controls.Add(this.btn_FindSet);
            this.SetHeaderPanel.Controls.Add(this.txtSetID);
            this.SetHeaderPanel.Controls.Add(this.lbl_SetID);
            this.SetHeaderPanel.Dock                   = DockStyle.Top;
            this.SetHeaderPanel.Location               = new Point(0, 0);
            this.SetHeaderPanel.Name                   = "SetHeaderPanel";
            this.SetHeaderPanel.Size                   = new Size(290, 161);
            this.SetHeaderPanel.TabIndex               = 1;
            this.btn_ResetSets.AllowAnimations         = true;
            this.btn_ResetSets.BackColor               = Color.Transparent;
            this.btn_ResetSets.Location                = new Point(11, 102);
            this.btn_ResetSets.Name                    = "btn_ResetSets";
            this.btn_ResetSets.RoundedCornersMask      = 15;
            this.btn_ResetSets.RoundedCornersRadius    = 0;
            this.btn_ResetSets.Size                    = new Size(128, 30);
            this.btn_ResetSets.TabIndex                = 7;
            this.btn_ResetSets.Text                    = "Reset";
            this.btn_ResetSets.UseVisualStyleBackColor = false;
            this.btn_ResetSets.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btn_ResetSets.Click                  += new EventHandler(this.btn_ResetSets_Click);
            this.lblLine.BackColor = Color.Gray;
            this.lblLine.Location  = new Point(9, 141);
            this.lblLine.Name      = "lblLine";
            this.lblLine.Size      = new Size(272, 1);
            this.lblLine.TabIndex  = 6;
            this.DatePanel.Controls.Add(this.ToDate);
            this.DatePanel.Controls.Add(this.lbl_EndDate);
            this.DatePanel.Controls.Add(this.FromDate);
            this.DatePanel.Controls.Add(this.lbl_StartDate);
            this.DatePanel.Location             = new Point(3, 31);
            this.DatePanel.Name                 = "DatePanel";
            this.DatePanel.Size                 = new Size(286, 61);
            this.DatePanel.TabIndex             = 4;
            this.ToDate.BackColor               = Color.White;
            this.ToDate.BorderColor             = Color.Black;
            this.ToDate.Culture                 = new CultureInfo("");
            this.ToDate.DefaultDateTimeFormat   = DefaultDateTimePatterns.Custom;
            this.ToDate.DropDownMaximumSize     = new Size(1000, 1000);
            this.ToDate.DropDownMinimumSize     = new Size(10, 10);
            this.ToDate.DropDownResizeDirection = SizingDirection.None;
            this.ToDate.FormatValue             = "";
            this.ToDate.Location                = new Point(142, 34);
            this.ToDate.MaxDate                 = new DateTime(2100, 1, 1, 0, 0, 0, 0);
            this.ToDate.MinDate                 = new DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.ToDate.Name                         = "ToDate";
            this.ToDate.ShowGrip                     = false;
            this.ToDate.Size                         = new Size(128, 23);
            this.ToDate.TabIndex                     = 15;
            this.ToDate.Text                         = "07/14/2014 17:46:50";
            this.ToDate.UseThemeBackColor            = false;
            this.ToDate.UseThemeDropDownArrowColor   = true;
            this.ToDate.Value                        = new DateTime(2017, 08, 03);
            this.ToDate.VIBlendTheme                 = VIBLEND_THEME.VISTABLUE;
            this.lbl_EndDate.AutoSize                = true;
            this.lbl_EndDate.Location                = new Point(9, 39);
            this.lbl_EndDate.Name                    = "lbl_EndDate";
            this.lbl_EndDate.Size                    = new Size(74, 13);
            this.lbl_EndDate.TabIndex                = 14;
            this.lbl_EndDate.Text                    = "To Date/Time";
            this.FromDate.BackColor                  = Color.White;
            this.FromDate.BorderColor                = Color.Black;
            this.FromDate.Culture                    = new CultureInfo("");
            this.FromDate.DefaultDateTimeFormat      = DefaultDateTimePatterns.Custom;
            this.FromDate.DropDownMaximumSize        = new Size(1000, 1000);
            this.FromDate.DropDownMinimumSize        = new Size(10, 10);
            this.FromDate.DropDownResizeDirection    = SizingDirection.None;
            this.FromDate.FormatValue                = "";
            this.FromDate.Location                   = new Point(142, 5);
            this.FromDate.MaxDate                    = new DateTime(2100, 1, 1, 0, 0, 0, 0);
            this.FromDate.MinDate                    = new DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.FromDate.Name                       = "FromDate";
            this.FromDate.ShowGrip                   = false;
            this.FromDate.Size                       = new Size(128, 23);
            this.FromDate.TabIndex                   = 13;
            this.FromDate.Text                       = "07/14/2014 17:46:50";
            this.FromDate.UseThemeBackColor          = false;
            this.FromDate.UseThemeDropDownArrowColor = true;
            this.FromDate.Value                      = new DateTime(2017, 08, 03);
            this.FromDate.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.lbl_StartDate.AutoSize              = true;
            this.lbl_StartDate.Location              = new Point(9, 10);
            this.lbl_StartDate.Name                  = "lbl_StartDate";
            this.lbl_StartDate.Size                  = new Size(84, 13);
            this.lbl_StartDate.TabIndex              = 12;
            this.lbl_StartDate.Text                  = "From Date/Time";
            this.btn_FindSet.AllowAnimations         = true;
            this.btn_FindSet.BackColor               = Color.Transparent;
            this.btn_FindSet.Location                = new Point(145, 102);
            this.btn_FindSet.Name                    = "btn_FindSet";
            this.btn_FindSet.RoundedCornersMask      = 15;
            this.btn_FindSet.RoundedCornersRadius    = 0;
            this.btn_FindSet.Size                    = new Size(128, 30);
            this.btn_FindSet.TabIndex                = 3;
            this.btn_FindSet.Text                    = "Find Sets";
            this.btn_FindSet.UseVisualStyleBackColor = false;
            this.btn_FindSet.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btn_FindSet.Click                  += new EventHandler(this.btn_FindSet_Click);
            this.txtSetID.BackColor                  = Color.White;
            this.txtSetID.BoundsOffset               = new Size(1, 1);
            this.txtSetID.ControlBorderColor         = Color.FromArgb(39, 39, 39);
            this.txtSetID.DefaultText                = "";
            this.txtSetID.Location                   = new Point(145, 6);
            this.txtSetID.MaxLength                  = 64;
            this.txtSetID.Name                       = "txtSetID";
            this.txtSetID.PasswordChar               = '\0';
            this.txtSetID.ScrollBars                 = ScrollBars.None;
            this.txtSetID.SelectionLength            = 0;
            this.txtSetID.SelectionStart             = 0;
            this.txtSetID.Size                       = new Size(128, 23);
            this.txtSetID.TabIndex                   = 2;
            this.txtSetID.TextAlign                  = HorizontalAlignment.Left;
            this.txtSetID.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.lbl_SetID.AutoSize                  = true;
            this.lbl_SetID.Location                  = new Point(9, 11);
            this.lbl_SetID.Name                      = "lbl_SetID";
            this.lbl_SetID.Size                      = new Size(70, 13);
            this.lbl_SetID.TabIndex                  = 0;
            this.lbl_SetID.Text                      = "Set Name/ID";
            this.vTree.AccessibleName                = "TreeView";
            this.vTree.AccessibleRole                = AccessibleRole.List;
            this.vTree.BorderColor                   = Color.Transparent;
            this.vTree.ContextMenuStrip              = this.TreeMenu;
            this.vTree.Dock                   = DockStyle.Fill;
            this.vTree.ImageList              = this.TreeImages;
            this.vTree.Location               = new Point(0, 161);
            this.vTree.Name                   = "vTree";
            this.vTree.ScrollPosition         = new Point(0, 0);
            this.vTree.SelectedNode           = null;
            this.vTree.ShowRootLines          = true;
            this.vTree.Size                   = new Size(290, 363);
            this.vTree.TabIndex               = 2;
            this.vTree.UseThemeBorderColor    = false;
            this.vTree.VIBlendScrollBarsTheme = VIBLEND_THEME.OFFICE2010SILVER;
            this.vTree.VIBlendTheme           = VIBLEND_THEME.OFFICE2010SILVER;
            this.vTree.NodeMouseUp           += new vTreeViewMouseEventHandler(this.vTree_NodeMouseUp);
            ToolStripItemCollection items = this.TreeMenu.Items;

            ToolStripItem[] mnuNewSetFile = new ToolStripItem[] { this.mnu_NewSetFile, this.clearSetSearchToolStripMenuItem, this.mnu_TreeLines, this.expandAllToolStripMenuItem, this.toolStripMenuItem1, this.mnu_RefreshSets };
            TreeMenu.Items.AddRange(mnuNewSetFile);
            this.TreeMenu.Name          = "TreeMenu";
            this.TreeMenu.Size          = new Size(234, 120);
            this.mnu_NewSetFile.Name    = "mnu_NewSetFile";
            this.mnu_NewSetFile.Size    = new Size(233, 22);
            this.mnu_NewSetFile.Text    = "Add New File to Selected Set...";
            this.mnu_NewSetFile.Visible = false;
            this.mnu_NewSetFile.Click  += new EventHandler(this.mnu_NewSetFile_Click);
            this.clearSetSearchToolStripMenuItem.Name = "clearSetSearchToolStripMenuItem";
            this.clearSetSearchToolStripMenuItem.Size = new Size(233, 22);
            this.clearSetSearchToolStripMenuItem.Text = "Clear Set Search";
            this.mnu_TreeLines.Name              = "mnu_TreeLines";
            this.mnu_TreeLines.Size              = new Size(233, 22);
            this.mnu_TreeLines.Text              = "Tree Lines";
            this.mnu_TreeLines.Click            += new EventHandler(this.mnu_TreeLines_Click);
            this.expandAllToolStripMenuItem.Name = "expandAllToolStripMenuItem";
            this.expandAllToolStripMenuItem.Size = new Size(233, 22);
            this.expandAllToolStripMenuItem.Text = "Expand All";
            this.toolStripMenuItem1.Name         = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size         = new Size(230, 6);
            this.mnu_RefreshSets.Name            = "mnu_RefreshSets";
            this.mnu_RefreshSets.Size            = new Size(233, 22);
            this.mnu_RefreshSets.Text            = "Refresh Sets";
            this.mnu_RefreshSets.Click          += new EventHandler(this.mnu_RefreshSets_Click);
            this.TreeImages.ImageStream          = (ImageListStreamer)Resources.SetCtrl.TreeImages_ImageStream;
            this.TreeImages.TransparentColor     = Color.Transparent;
            this.TreeImages.Images.SetKeyName(0, "group.png");
            this.TreeImages.Images.SetKeyName(1, "groups.png");
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            this.BackColor           = Color.White;
            base.Controls.Add(this.vTree);
            base.Controls.Add(this.SetHeaderPanel);
            base.Name  = "SetCtrl";
            base.Size  = new Size(290, 524);
            base.Load += new EventHandler(this.SetCtrl_Load);
            this.SetHeaderPanel.ResumeLayout(false);
            this.SetHeaderPanel.PerformLayout();
            this.DatePanel.ResumeLayout(false);
            this.DatePanel.PerformLayout();
            this.TreeMenu.ResumeLayout(false);
            base.ResumeLayout(false);
        }
Ejemplo n.º 3
0
        private void InitializeComponent()
        {
            ListItem listItem   = new ListItem();
            ListItem listItem1  = new ListItem();
            ListItem listItem2  = new ListItem();
            ListItem listItem3  = new ListItem();
            ListItem listItem4  = new ListItem();
            ListItem listItem5  = new ListItem();
            ListItem listItem6  = new ListItem();
            ListItem listItem7  = new ListItem();
            ListItem listItem8  = new ListItem();
            ListItem listItem9  = new ListItem();
            ListItem listItem10 = new ListItem();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(GlobalCatForm));

            this.HeaderPanel        = new Panel();
            this.gc_Accounts        = new Label();
            this.gcFileCount        = new Label();
            this.btn_Reset          = new vButton();
            this.btn_Search         = new vButton();
            this.SearchPanel        = new Panel();
            this.gc_Search          = new Label();
            this.btnByIngestDate    = new vRadioButton();
            this.btnByFileDate      = new vRadioButton();
            this.txtSet             = new vTextBox();
            this.gc_Set             = new Label();
            this.chk_FilterEvidence = new vCheckBox();
            this.txtCAD             = new vTextBox();
            this.gc_CADId           = new Label();
            this.txtRMS             = new vTextBox();
            this.gc_RMSId           = new Label();
            this.gc_Days            = new Label();
            this.ToDate             = new vDateTimePicker();
            this.gc_EndDate         = new Label();
            this.FromDate           = new vDateTimePicker();
            this.gc_StartDate       = new Label();
            this.lblLine1           = new Label();
            this.cboDays            = new vComboBox();
            this.DataPanel          = new Panel();
            this.HeaderPanel.SuspendLayout();
            this.SearchPanel.SuspendLayout();
            base.SuspendLayout();
            this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
            this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
            this.HeaderPanel.Controls.Add(this.gc_Accounts);
            this.HeaderPanel.Controls.Add(this.gcFileCount);
            this.HeaderPanel.Controls.Add(this.btn_Reset);
            this.HeaderPanel.Controls.Add(this.btn_Search);
            this.HeaderPanel.Dock                   = DockStyle.Top;
            this.HeaderPanel.Location               = new Point(0, 0);
            this.HeaderPanel.Name                   = "HeaderPanel";
            this.HeaderPanel.Size                   = new Size(884, 40);
            this.HeaderPanel.TabIndex               = 0;
            this.gc_Accounts.AutoSize               = true;
            this.gc_Accounts.BackColor              = Color.Transparent;
            this.gc_Accounts.ForeColor              = Color.White;
            this.gc_Accounts.Location               = new Point(321, 21);
            this.gc_Accounts.Name                   = "gc_Accounts";
            this.gc_Accounts.Size                   = new Size(64, 13);
            this.gc_Accounts.TabIndex               = 3;
            this.gc_Accounts.Text                   = "Accounts: 0";
            this.gcFileCount.AutoSize               = true;
            this.gcFileCount.BackColor              = Color.Transparent;
            this.gcFileCount.ForeColor              = Color.White;
            this.gcFileCount.Location               = new Point(321, 4);
            this.gcFileCount.Name                   = "gcFileCount";
            this.gcFileCount.Size                   = new Size(40, 13);
            this.gcFileCount.TabIndex               = 2;
            this.gcFileCount.Text                   = "Files: 0";
            this.btn_Reset.AllowAnimations          = true;
            this.btn_Reset.BackColor                = Color.Transparent;
            this.btn_Reset.Location                 = new Point(110, 4);
            this.btn_Reset.Name                     = "btn_Reset";
            this.btn_Reset.RoundedCornersMask       = 15;
            this.btn_Reset.RoundedCornersRadius     = 0;
            this.btn_Reset.Size                     = new Size(100, 30);
            this.btn_Reset.TabIndex                 = 1;
            this.btn_Reset.Text                     = "Reset";
            this.btn_Reset.UseVisualStyleBackColor  = false;
            this.btn_Reset.VIBlendTheme             = VIBLEND_THEME.VISTABLUE;
            this.btn_Reset.Click                   += new EventHandler(this.btn_Reset_Click);
            this.btn_Search.AllowAnimations         = true;
            this.btn_Search.BackColor               = Color.Transparent;
            this.btn_Search.Location                = new Point(4, 4);
            this.btn_Search.Name                    = "btn_Search";
            this.btn_Search.RoundedCornersMask      = 15;
            this.btn_Search.RoundedCornersRadius    = 0;
            this.btn_Search.Size                    = new Size(100, 30);
            this.btn_Search.TabIndex                = 0;
            this.btn_Search.Text                    = "Search";
            this.btn_Search.UseVisualStyleBackColor = false;
            this.btn_Search.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btn_Search.Click                  += new EventHandler(this.btn_Search_Click);
            this.SearchPanel.BackColor              = Color.White;
            this.SearchPanel.BorderStyle            = BorderStyle.FixedSingle;
            this.SearchPanel.Controls.Add(this.gc_Search);
            this.SearchPanel.Controls.Add(this.btnByIngestDate);
            this.SearchPanel.Controls.Add(this.btnByFileDate);
            this.SearchPanel.Controls.Add(this.txtSet);
            this.SearchPanel.Controls.Add(this.gc_Set);
            this.SearchPanel.Controls.Add(this.chk_FilterEvidence);
            this.SearchPanel.Controls.Add(this.txtCAD);
            this.SearchPanel.Controls.Add(this.gc_CADId);
            this.SearchPanel.Controls.Add(this.txtRMS);
            this.SearchPanel.Controls.Add(this.gc_RMSId);
            this.SearchPanel.Controls.Add(this.gc_Days);
            this.SearchPanel.Controls.Add(this.ToDate);
            this.SearchPanel.Controls.Add(this.gc_EndDate);
            this.SearchPanel.Controls.Add(this.FromDate);
            this.SearchPanel.Controls.Add(this.gc_StartDate);
            this.SearchPanel.Controls.Add(this.lblLine1);
            this.SearchPanel.Controls.Add(this.cboDays);
            this.SearchPanel.Dock          = DockStyle.Left;
            this.SearchPanel.Location      = new Point(0, 40);
            this.SearchPanel.Name          = "SearchPanel";
            this.SearchPanel.Size          = new Size(323, 622);
            this.SearchPanel.TabIndex      = 1;
            this.gc_Search.AutoSize        = true;
            this.gc_Search.Location        = new Point(17, 57);
            this.gc_Search.Name            = "gc_Search";
            this.gc_Search.Size            = new Size(106, 13);
            this.gc_Search.TabIndex        = 48;
            this.gc_Search.Text            = "Date Search Options";
            this.btnByIngestDate.BackColor = Color.Transparent;
            this.btnByIngestDate.Flat      = true;
            this.btnByIngestDate.Image     = null;
            this.btnByIngestDate.Location  = new Point(145, 67);
            this.btnByIngestDate.Name      = "btnByIngestDate";
            this.btnByIngestDate.Size      = new Size(162, 24);
            this.btnByIngestDate.TabIndex  = 47;
            this.btnByIngestDate.Text      = "By Ingest Date";
            this.btnByIngestDate.UseVisualStyleBackColor = false;
            this.btnByIngestDate.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btnByFileDate.BackColor = Color.Transparent;
            this.btnByFileDate.Checked   = true;
            this.btnByFileDate.Flat      = true;
            this.btnByFileDate.Image     = null;
            this.btnByFileDate.Location  = new Point(145, 39);
            this.btnByFileDate.Name      = "btnByFileDate";
            this.btnByFileDate.Size      = new Size(162, 24);
            this.btnByFileDate.TabIndex  = 46;
            this.btnByFileDate.TabStop   = true;
            this.btnByFileDate.Text      = "By Original File Date";
            this.btnByFileDate.UseVisualStyleBackColor = false;
            this.btnByFileDate.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.txtSet.BackColor          = Color.White;
            this.txtSet.BoundsOffset       = new Size(1, 1);
            this.txtSet.ControlBorderColor = Color.FromArgb(39, 39, 39);
            this.txtSet.DefaultText        = "";
            this.txtSet.Location           = new Point(145, 212);
            this.txtSet.MaxLength          = 32;
            this.txtSet.Name                  = "txtSet";
            this.txtSet.PasswordChar          = '\0';
            this.txtSet.ScrollBars            = ScrollBars.None;
            this.txtSet.SelectionLength       = 0;
            this.txtSet.SelectionStart        = 0;
            this.txtSet.Size                  = new Size(128, 23);
            this.txtSet.TabIndex              = 45;
            this.txtSet.TextAlign             = HorizontalAlignment.Left;
            this.txtSet.VIBlendTheme          = VIBLEND_THEME.VISTABLUE;
            this.gc_Set.Location              = new Point(16, 217);
            this.gc_Set.Name                  = "gc_Set";
            this.gc_Set.Size                  = new Size(120, 13);
            this.gc_Set.TabIndex              = 44;
            this.gc_Set.Text                  = "Set ID";
            this.chk_FilterEvidence.BackColor = Color.Transparent;
            this.chk_FilterEvidence.Location  = new Point(145, 241);
            this.chk_FilterEvidence.Name      = "chk_FilterEvidence";
            this.chk_FilterEvidence.Size      = new Size(162, 24);
            this.chk_FilterEvidence.TabIndex  = 43;
            this.chk_FilterEvidence.Text      = "Marked as Evidence";
            this.chk_FilterEvidence.UseVisualStyleBackColor = false;
            this.chk_FilterEvidence.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.txtCAD.BackColor          = Color.White;
            this.txtCAD.BoundsOffset       = new Size(1, 1);
            this.txtCAD.ControlBorderColor = Color.FromArgb(39, 39, 39);
            this.txtCAD.DefaultText        = "";
            this.txtCAD.Location           = new Point(145, 183);
            this.txtCAD.MaxLength          = 32;
            this.txtCAD.Name                         = "txtCAD";
            this.txtCAD.PasswordChar                 = '\0';
            this.txtCAD.ScrollBars                   = ScrollBars.None;
            this.txtCAD.SelectionLength              = 0;
            this.txtCAD.SelectionStart               = 0;
            this.txtCAD.Size                         = new Size(128, 23);
            this.txtCAD.TabIndex                     = 40;
            this.txtCAD.TextAlign                    = HorizontalAlignment.Left;
            this.txtCAD.VIBlendTheme                 = VIBLEND_THEME.VISTABLUE;
            this.gc_CADId.Location                   = new Point(17, 188);
            this.gc_CADId.Name                       = "gc_CADId";
            this.gc_CADId.Size                       = new Size(120, 13);
            this.gc_CADId.TabIndex                   = 39;
            this.gc_CADId.Text                       = "CAD ID";
            this.txtRMS.BackColor                    = Color.White;
            this.txtRMS.BoundsOffset                 = new Size(1, 1);
            this.txtRMS.ControlBorderColor           = Color.FromArgb(39, 39, 39);
            this.txtRMS.DefaultText                  = "";
            this.txtRMS.Location                     = new Point(145, 155);
            this.txtRMS.MaxLength                    = 32;
            this.txtRMS.Name                         = "txtRMS";
            this.txtRMS.PasswordChar                 = '\0';
            this.txtRMS.ScrollBars                   = ScrollBars.None;
            this.txtRMS.SelectionLength              = 0;
            this.txtRMS.SelectionStart               = 0;
            this.txtRMS.Size                         = new Size(128, 23);
            this.txtRMS.TabIndex                     = 38;
            this.txtRMS.TextAlign                    = HorizontalAlignment.Left;
            this.txtRMS.VIBlendTheme                 = VIBLEND_THEME.VISTABLUE;
            this.gc_RMSId.Location                   = new Point(17, 160);
            this.gc_RMSId.Name                       = "gc_RMSId";
            this.gc_RMSId.Size                       = new Size(120, 13);
            this.gc_RMSId.TabIndex                   = 37;
            this.gc_RMSId.Text                       = "RMS ID";
            this.gc_Days.AutoSize                    = true;
            this.gc_Days.Location                    = new Point(214, 15);
            this.gc_Days.Name                        = "gc_Days";
            this.gc_Days.Size                        = new Size(31, 13);
            this.gc_Days.TabIndex                    = 25;
            this.gc_Days.Text                        = "Days";
            this.ToDate.BackColor                    = Color.White;
            this.ToDate.BorderColor                  = Color.Black;
            this.ToDate.Culture                      = new CultureInfo("");
            this.ToDate.DefaultDateTimeFormat        = DefaultDateTimePatterns.Custom;
            this.ToDate.DropDownMaximumSize          = new Size(1000, 1000);
            this.ToDate.DropDownMinimumSize          = new Size(10, 10);
            this.ToDate.DropDownResizeDirection      = SizingDirection.None;
            this.ToDate.FormatValue                  = "";
            this.ToDate.Location                     = new Point(145, 127);
            this.ToDate.MaxDate                      = new DateTime(2100, 1, 1, 0, 0, 0, 0);
            this.ToDate.MinDate                      = new DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.ToDate.Name                         = "ToDate";
            this.ToDate.ShowGrip                     = false;
            this.ToDate.Size                         = new Size(128, 23);
            this.ToDate.TabIndex                     = 30;
            this.ToDate.Text                         = "07/14/2014 17:46:50";
            this.ToDate.UseThemeBackColor            = false;
            this.ToDate.UseThemeDropDownArrowColor   = true;
            this.ToDate.Value                        = new DateTime(2017, 08, 02);
            this.ToDate.VIBlendTheme                 = VIBLEND_THEME.VISTABLUE;
            this.ToDate.ValueChanged                += new EventHandler(this.ToDate_ValueChanged);
            this.gc_EndDate.Location                 = new Point(17, 132);
            this.gc_EndDate.Name                     = "gc_EndDate";
            this.gc_EndDate.Size                     = new Size(120, 13);
            this.gc_EndDate.TabIndex                 = 29;
            this.gc_EndDate.Text                     = "To Date/Time";
            this.FromDate.BackColor                  = Color.White;
            this.FromDate.BorderColor                = Color.Black;
            this.FromDate.Culture                    = new CultureInfo("");
            this.FromDate.DefaultDateTimeFormat      = DefaultDateTimePatterns.Custom;
            this.FromDate.DropDownMaximumSize        = new Size(1000, 1000);
            this.FromDate.DropDownMinimumSize        = new Size(10, 10);
            this.FromDate.DropDownResizeDirection    = SizingDirection.None;
            this.FromDate.FormatValue                = "";
            this.FromDate.Location                   = new Point(145, 99);
            this.FromDate.MaxDate                    = new DateTime(2100, 1, 1, 0, 0, 0, 0);
            this.FromDate.MinDate                    = new DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.FromDate.Name                       = "FromDate";
            this.FromDate.ShowGrip                   = false;
            this.FromDate.Size                       = new Size(128, 23);
            this.FromDate.TabIndex                   = 28;
            this.FromDate.Text                       = "07/14/2014 17:46:50";
            this.FromDate.UseThemeBackColor          = false;
            this.FromDate.UseThemeDropDownArrowColor = true;
            this.FromDate.Value                      = new DateTime(2017, 8, 02);
            this.FromDate.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.FromDate.ValueChanged              += new EventHandler(this.FromDate_ValueChanged);
            this.gc_StartDate.Location               = new Point(17, 104);
            this.gc_StartDate.Name                   = "gc_StartDate";
            this.gc_StartDate.Size                   = new Size(120, 13);
            this.gc_StartDate.TabIndex               = 27;
            this.gc_StartDate.Text                   = "From Date/Time";
            this.lblLine1.BorderStyle                = BorderStyle.Fixed3D;
            this.lblLine1.Location                   = new Point(17, 34);
            this.lblLine1.Name                       = "lblLine1";
            this.lblLine1.Size                       = new Size(290, 1);
            this.lblLine1.TabIndex                   = 26;
            this.cboDays.BackColor                   = Color.White;
            this.cboDays.DefaultText                 = "";
            this.cboDays.DisplayMember               = "";
            this.cboDays.DropDownHeight              = 240;
            this.cboDays.DropDownList                = true;
            this.cboDays.DropDownMaximumSize         = new Size(150, 300);
            this.cboDays.DropDownMinimumSize         = new Size(150, 240);
            this.cboDays.DropDownResizeDirection     = SizingDirection.Both;
            this.cboDays.DropDownWidth               = 64;
            listItem.RoundedCornersMask              = 15;
            listItem.Text = "1";
            listItem1.RoundedCornersMask = 15;
            listItem1.Text = "2";
            listItem2.RoundedCornersMask = 15;
            listItem2.Text = "3";
            listItem3.RoundedCornersMask = 15;
            listItem3.Text = "5";
            listItem4.RoundedCornersMask = 15;
            listItem4.Text = "10";
            listItem5.RoundedCornersMask = 15;
            listItem5.Text = "15";
            listItem6.RoundedCornersMask = 15;
            listItem6.Text = "20";
            listItem7.RoundedCornersMask = 15;
            listItem7.Text = "30";
            listItem8.RoundedCornersMask = 15;
            listItem8.Text = "60";
            listItem9.RoundedCornersMask = 15;
            listItem9.Text = "90";
            listItem10.RoundedCornersMask = 15;
            listItem10.Text = "120";
            this.cboDays.Items.Add(listItem);
            this.cboDays.Items.Add(listItem1);
            this.cboDays.Items.Add(listItem2);
            this.cboDays.Items.Add(listItem3);
            this.cboDays.Items.Add(listItem4);
            this.cboDays.Items.Add(listItem5);
            this.cboDays.Items.Add(listItem6);
            this.cboDays.Items.Add(listItem7);
            this.cboDays.Items.Add(listItem8);
            this.cboDays.Items.Add(listItem9);
            this.cboDays.Items.Add(listItem10);
            this.cboDays.Location = new Point(145, 5);
            this.cboDays.Name     = "cboDays";
            this.cboDays.RoundedCornersMaskListItem = 15;
            this.cboDays.Size                       = new Size(64, 23);
            this.cboDays.TabIndex                   = 24;
            this.cboDays.Text                       = "1";
            this.cboDays.UseThemeBackColor          = false;
            this.cboDays.UseThemeDropDownArrowColor = true;
            this.cboDays.ValueMember                = "";
            this.cboDays.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.cboDays.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.cboDays.SelectedIndexChanged      += new EventHandler(this.cboDays_SelectedIndexChanged);
            this.DataPanel.AutoScroll               = true;
            this.DataPanel.Dock                     = DockStyle.Fill;
            this.DataPanel.Location                 = new Point(323, 40);
            this.DataPanel.Name                     = "DataPanel";
            this.DataPanel.Size                     = new Size(561, 622);
            this.DataPanel.TabIndex                 = 2;
            base.AutoScaleDimensions                = new SizeF(6f, 13f);
            base.AutoScaleMode                      = AutoScaleMode.Font;
            this.BackColor  = Color.White;
            base.ClientSize = new Size(884, 662);
            base.Controls.Add(this.DataPanel);
            base.Controls.Add(this.SearchPanel);
            base.Controls.Add(this.HeaderPanel);
            base.Icon          = (Icon)Resources.GlobalCatForm.GlobalCatIcon;
            this.MinimumSize   = new Size(850, 650);
            base.Name          = "GlobalCatForm";
            base.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "Global Catalog Search";
            base.FormClosing  += new FormClosingEventHandler(this.GlobalCatForm_FormClosing);
            base.Load         += new EventHandler(this.GlobalCatForm_Load);
            this.HeaderPanel.ResumeLayout(false);
            this.HeaderPanel.PerformLayout();
            this.SearchPanel.ResumeLayout(false);
            this.SearchPanel.PerformLayout();
            base.ResumeLayout(false);
        }