Beispiel #1
0
 private void InitializeComponent()
 {
     this.FormPanel      = new Panel();
     this.btnByValue     = new vRadioButton();
     this.btnByReference = new vRadioButton();
     this.progBar        = new vProgressBar();
     this.lblAccount     = new Label();
     this.lblShareStatus = new Label();
     this.btn_OK         = new vButton();
     this.btn_Close      = new vButton();
     this.HeaderPanel    = new Panel();
     this.lbl_ShareFiles = new Label();
     this.picShare       = new PictureBox();
     this.FormPanel.SuspendLayout();
     this.HeaderPanel.SuspendLayout();
     ((ISupportInitialize)this.picShare).BeginInit();
     base.SuspendLayout();
     this.FormPanel.BorderStyle = BorderStyle.FixedSingle;
     this.FormPanel.Controls.Add(this.btnByValue);
     this.FormPanel.Controls.Add(this.btnByReference);
     this.FormPanel.Controls.Add(this.progBar);
     this.FormPanel.Controls.Add(this.lblAccount);
     this.FormPanel.Controls.Add(this.lblShareStatus);
     this.FormPanel.Controls.Add(this.btn_OK);
     this.FormPanel.Controls.Add(this.btn_Close);
     this.FormPanel.Controls.Add(this.HeaderPanel);
     this.FormPanel.Dock       = DockStyle.Fill;
     this.FormPanel.Location   = new Point(0, 0);
     this.FormPanel.Name       = "FormPanel";
     this.FormPanel.Size       = new Size(368, 204);
     this.FormPanel.TabIndex   = 0;
     this.btnByValue.BackColor = Color.Transparent;
     this.btnByValue.Flat      = true;
     this.btnByValue.Image     = null;
     this.btnByValue.Location  = new Point(237, 94);
     this.btnByValue.Name      = "btnByValue";
     this.btnByValue.Size      = new Size(111, 24);
     this.btnByValue.TabIndex  = 7;
     this.btnByValue.Text      = "Copy";
     this.btnByValue.UseVisualStyleBackColor = false;
     this.btnByValue.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnByReference.BackColor           = Color.Transparent;
     this.btnByReference.Checked             = true;
     this.btnByReference.Flat     = true;
     this.btnByReference.Image    = null;
     this.btnByReference.Location = new Point(24, 94);
     this.btnByReference.Name     = "btnByReference";
     this.btnByReference.Size     = new Size(157, 24);
     this.btnByReference.TabIndex = 6;
     this.btnByReference.TabStop  = true;
     this.btnByReference.Text     = "Shared Reference";
     this.btnByReference.UseVisualStyleBackColor = false;
     this.btnByReference.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.progBar.BackColor          = Color.Transparent;
     this.progBar.Location           = new Point(24, 127);
     this.progBar.Name               = "progBar";
     this.progBar.RoundedCornersMask = 15;
     this.progBar.Size               = new Size(324, 15);
     this.progBar.TabIndex           = 5;
     this.progBar.Text               = "vProgressBar1";
     this.progBar.Value              = 0;
     this.progBar.VIBlendTheme       = VIBLEND_THEME.VISTABLUE;
     this.progBar.Visible            = false;
     this.lblAccount.AutoSize        = true;
     this.lblAccount.Location        = new Point(24, 72);
     this.lblAccount.Name            = "lblAccount";
     this.lblAccount.Size            = new Size(47, 13);
     this.lblAccount.TabIndex        = 4;
     this.lblAccount.Text            = "Account";
     this.lblShareStatus.AutoSize    = true;
     this.lblShareStatus.Location    = new Point(24, 50);
     this.lblShareStatus.Name        = "lblShareStatus";
     this.lblShareStatus.Size        = new Size(56, 13);
     this.lblShareStatus.TabIndex    = 3;
     this.lblShareStatus.Text        = "Share files";
     this.btn_OK.AllowAnimations     = true;
     this.btn_OK.BackColor           = Color.Transparent;
     this.btn_OK.Location            = new Point(142, 157);
     this.btn_OK.Name = "btn_OK";
     this.btn_OK.RoundedCornersMask = 15;
     this.btn_OK.Size     = new Size(100, 30);
     this.btn_OK.TabIndex = 2;
     this.btn_OK.Text     = "OK";
     this.btn_OK.UseVisualStyleBackColor = false;
     this.btn_OK.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_OK.Click += new EventHandler(this.btn_OK_Click);
     this.btn_Close.AllowAnimations         = true;
     this.btn_Close.BackColor               = Color.Transparent;
     this.btn_Close.Location                = new Point(248, 157);
     this.btn_Close.Name                    = "btn_Close";
     this.btn_Close.RoundedCornersMask      = 15;
     this.btn_Close.Size                    = new Size(100, 30);
     this.btn_Close.TabIndex                = 1;
     this.btn_Close.Text                    = "Close";
     this.btn_Close.UseVisualStyleBackColor = false;
     this.btn_Close.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Close.Click                  += new EventHandler(this.btn_Close_Click);
     this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.lbl_ShareFiles);
     this.HeaderPanel.Controls.Add(this.picShare);
     this.HeaderPanel.Dock          = DockStyle.Top;
     this.HeaderPanel.Location      = new Point(0, 0);
     this.HeaderPanel.Name          = "HeaderPanel";
     this.HeaderPanel.Size          = new Size(366, 40);
     this.HeaderPanel.TabIndex      = 0;
     this.HeaderPanel.MouseDown    += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.lbl_ShareFiles.AutoSize   = true;
     this.lbl_ShareFiles.BackColor  = Color.Transparent;
     this.lbl_ShareFiles.Font       = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_ShareFiles.ForeColor  = Color.White;
     this.lbl_ShareFiles.Location   = new Point(57, 8);
     this.lbl_ShareFiles.Name       = "lbl_ShareFiles";
     this.lbl_ShareFiles.Size       = new Size(60, 16);
     this.lbl_ShareFiles.TabIndex   = 1;
     this.lbl_ShareFiles.Text       = "SHARE";
     this.lbl_ShareFiles.MouseDown += new MouseEventHandler(this.lbl_ShareFiles_MouseDown);
     this.picShare.BackColor        = Color.Transparent;
     this.picShare.Image            = Properties.Resources.share;
     this.picShare.Location         = new Point(6, 3);
     this.picShare.Name             = "picShare";
     this.picShare.Size             = new Size(34, 34);
     this.picShare.SizeMode         = PictureBoxSizeMode.CenterImage;
     this.picShare.TabIndex         = 0;
     this.picShare.TabStop          = false;
     this.picShare.MouseDown       += new MouseEventHandler(this.picShare_MouseDown);
     base.AutoScaleDimensions       = new SizeF(6f, 13f);
     base.AutoScaleMode             = AutoScaleMode.Font;
     this.BackColor  = Color.White;
     base.ClientSize = new Size(368, 204);
     base.Controls.Add(this.FormPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "ShareForm";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "File Share";
     base.Load           += new EventHandler(this.ShareForm_Load);
     this.FormPanel.ResumeLayout(false);
     this.FormPanel.PerformLayout();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     ((ISupportInitialize)this.picShare).EndInit();
     base.ResumeLayout(false);
 }
Beispiel #2
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);
        }
Beispiel #3
0
 private void InitializeComponent()
 {
     this.FormPanel        = new Panel();
     this.chk_SaveSegments = new vCheckBox();
     this.btnMOV           = new vRadioButton();
     this.btnAVI           = new vRadioButton();
     this.btnMP4           = new vRadioButton();
     this.vListBox         = new vListBox();
     this.pictureBox1      = new PictureBox();
     this.lblPath          = new Label();
     this.lbl_VideoFormat  = new Label();
     this.btn_Close        = new vButton();
     this.btn_Merge        = new vButton();
     this.txtName          = new vTextBox();
     this.lbl_VideoName    = new Label();
     this.HeaderPanel      = new Panel();
     this.lbl_MergeTags    = new Label();
     this.FormPanel.SuspendLayout();
     this.vListBox.SuspendLayout();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     this.HeaderPanel.SuspendLayout();
     base.SuspendLayout();
     this.FormPanel.BorderStyle = BorderStyle.FixedSingle;
     this.FormPanel.Controls.Add(this.chk_SaveSegments);
     this.FormPanel.Controls.Add(this.btnMOV);
     this.FormPanel.Controls.Add(this.btnAVI);
     this.FormPanel.Controls.Add(this.btnMP4);
     this.FormPanel.Controls.Add(this.vListBox);
     this.FormPanel.Controls.Add(this.lblPath);
     this.FormPanel.Controls.Add(this.lbl_VideoFormat);
     this.FormPanel.Controls.Add(this.btn_Close);
     this.FormPanel.Controls.Add(this.btn_Merge);
     this.FormPanel.Controls.Add(this.txtName);
     this.FormPanel.Controls.Add(this.lbl_VideoName);
     this.FormPanel.Controls.Add(this.HeaderPanel);
     this.FormPanel.Dock             = DockStyle.Fill;
     this.FormPanel.Location         = new Point(0, 0);
     this.FormPanel.Name             = "FormPanel";
     this.FormPanel.Size             = new Size(537, 376);
     this.FormPanel.TabIndex         = 0;
     this.chk_SaveSegments.BackColor = Color.Transparent;
     this.chk_SaveSegments.Location  = new Point(159, 135);
     this.chk_SaveSegments.Name      = "chk_SaveSegments";
     this.chk_SaveSegments.Size      = new Size(213, 24);
     this.chk_SaveSegments.TabIndex  = 15;
     this.chk_SaveSegments.Text      = "Save Video Mark Segments";
     this.chk_SaveSegments.UseVisualStyleBackColor = false;
     this.chk_SaveSegments.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnMOV.BackColor = Color.Transparent;
     this.btnMOV.Flat      = true;
     this.btnMOV.Image     = null;
     this.btnMOV.Location  = new Point(289, 104);
     this.btnMOV.Name      = "btnMOV";
     this.btnMOV.Size      = new Size(59, 24);
     this.btnMOV.TabIndex  = 14;
     this.btnMOV.Text      = "MOV";
     this.btnMOV.UseVisualStyleBackColor = false;
     this.btnMOV.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnAVI.BackColor = Color.Transparent;
     this.btnAVI.Flat      = true;
     this.btnAVI.Image     = null;
     this.btnAVI.Location  = new Point(224, 104);
     this.btnAVI.Name      = "btnAVI";
     this.btnAVI.Size      = new Size(59, 24);
     this.btnAVI.TabIndex  = 13;
     this.btnAVI.Text      = "AVI";
     this.btnAVI.UseVisualStyleBackColor = false;
     this.btnAVI.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnMP4.BackColor = Color.Transparent;
     this.btnMP4.Checked   = true;
     this.btnMP4.Flat      = true;
     this.btnMP4.Image     = null;
     this.btnMP4.Location  = new Point(159, 104);
     this.btnMP4.Name      = "btnMP4";
     this.btnMP4.Size      = new Size(59, 24);
     this.btnMP4.TabIndex  = 12;
     this.btnMP4.TabStop   = true;
     this.btnMP4.Text      = "MP4";
     this.btnMP4.UseVisualStyleBackColor = false;
     this.btnMP4.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.vListBox.Controls.Add(this.pictureBox1);
     this.vListBox.Location = new Point(15, 166);
     this.vListBox.Name     = "vListBox";
     this.vListBox.RoundedCornersMaskListItem = 15;
     this.vListBox.SelectionMode          = SelectionMode.None;
     this.vListBox.Size                   = new Size(509, 197);
     this.vListBox.TabIndex               = 11;
     this.vListBox.VIBlendScrollBarsTheme = VIBLEND_THEME.OFFICE2010SILVER;
     this.vListBox.VIBlendTheme           = VIBLEND_THEME.OFFICE2010SILVER;
     this.pictureBox1.Image               = Properties.Resources.hbscreen_e0;
     this.pictureBox1.Location            = new Point(450, 2);
     this.pictureBox1.Name                = "pictureBox1";
     this.pictureBox1.Size                = new Size(42, 30);
     this.pictureBox1.SizeMode            = PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex            = 15;
     this.pictureBox1.TabStop             = false;
     this.pictureBox1.Visible             = false;
     this.lblPath.AutoEllipsis            = true;
     this.lblPath.Location                = new Point(159, 53);
     this.lblPath.Name                      = "lblPath";
     this.lblPath.Size                      = new Size(213, 13);
     this.lblPath.TabIndex                  = 10;
     this.lblPath.Text                      = "Video Path";
     this.lbl_VideoFormat.AutoSize          = true;
     this.lbl_VideoFormat.Location          = new Point(12, 110);
     this.lbl_VideoFormat.Name              = "lbl_VideoFormat";
     this.lbl_VideoFormat.Size              = new Size(69, 13);
     this.lbl_VideoFormat.TabIndex          = 8;
     this.lbl_VideoFormat.Text              = "Video Format";
     this.btn_Close.AllowAnimations         = true;
     this.btn_Close.BackColor               = Color.Transparent;
     this.btn_Close.Location                = new Point(394, 98);
     this.btn_Close.Name                    = "btn_Close";
     this.btn_Close.RoundedCornersMask      = 15;
     this.btn_Close.RoundedCornersRadius    = 0;
     this.btn_Close.Size                    = new Size(130, 30);
     this.btn_Close.TabIndex                = 7;
     this.btn_Close.Text                    = "Close";
     this.btn_Close.UseVisualStyleBackColor = false;
     this.btn_Close.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Close.Click                  += new EventHandler(this.btn_Close_Click);
     this.btn_Merge.AllowAnimations         = true;
     this.btn_Merge.BackColor               = Color.Transparent;
     this.btn_Merge.Location                = new Point(394, 62);
     this.btn_Merge.Name                    = "btn_Merge";
     this.btn_Merge.RoundedCornersMask      = 15;
     this.btn_Merge.RoundedCornersRadius    = 0;
     this.btn_Merge.Size                    = new Size(130, 30);
     this.btn_Merge.TabIndex                = 6;
     this.btn_Merge.Text                    = "Merge Video";
     this.btn_Merge.UseVisualStyleBackColor = false;
     this.btn_Merge.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Merge.Click                  += new EventHandler(this.btn_Merge_Click);
     this.txtName.BackColor                 = Color.White;
     this.txtName.BoundsOffset              = new Size(1, 1);
     this.txtName.ControlBorderColor        = Color.FromArgb(39, 39, 39);
     this.txtName.DefaultText               = "";
     this.txtName.Location                  = new Point(159, 75);
     this.txtName.MaxLength                 = 64;
     this.txtName.Name                      = "txtName";
     this.txtName.PasswordChar              = '\0';
     this.txtName.ScrollBars                = ScrollBars.None;
     this.txtName.SelectionLength           = 0;
     this.txtName.SelectionStart            = 0;
     this.txtName.Size                      = new Size(213, 23);
     this.txtName.TabIndex                  = 2;
     this.txtName.TextAlign                 = HorizontalAlignment.Left;
     this.txtName.VIBlendTheme              = VIBLEND_THEME.VISTABLUE;
     this.lbl_VideoName.AutoSize            = true;
     this.lbl_VideoName.Location            = new Point(12, 80);
     this.lbl_VideoName.Name                = "lbl_VideoName";
     this.lbl_VideoName.Size                = new Size(84, 13);
     this.lbl_VideoName.TabIndex            = 1;
     this.lbl_VideoName.Text                = "Video File Name";
     this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.lbl_MergeTags);
     this.HeaderPanel.Dock         = DockStyle.Top;
     this.HeaderPanel.Location     = new Point(0, 0);
     this.HeaderPanel.Name         = "HeaderPanel";
     this.HeaderPanel.Size         = new Size(535, 40);
     this.HeaderPanel.TabIndex     = 0;
     this.HeaderPanel.MouseDown   += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.lbl_MergeTags.AutoSize   = true;
     this.lbl_MergeTags.Font       = new Font("Microsoft Sans Serif", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_MergeTags.ForeColor  = Color.White;
     this.lbl_MergeTags.Location   = new Point(11, 8);
     this.lbl_MergeTags.Name       = "lbl_MergeTags";
     this.lbl_MergeTags.Size       = new Size(202, 20);
     this.lbl_MergeTags.TabIndex   = 0;
     this.lbl_MergeTags.Text       = "MERGE VIDEO MARKS";
     this.lbl_MergeTags.MouseDown += new MouseEventHandler(this.lbl_MergeTags_MouseDown);
     base.AutoScaleDimensions      = new SizeF(6f, 13f);
     base.AutoScaleMode            = AutoScaleMode.Font;
     this.BackColor  = Color.White;
     base.ClientSize = new Size(537, 376);
     base.Controls.Add(this.FormPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "MergeVideo";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "MergeVideo";
     base.Load           += new EventHandler(this.MergeVideo_Load);
     this.FormPanel.ResumeLayout(false);
     this.FormPanel.PerformLayout();
     this.vListBox.ResumeLayout(false);
     ((ISupportInitialize)this.pictureBox1).EndInit();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     base.ResumeLayout(false);
 }