예제 #1
0
 private void InitializeComponent()
 {
     this.BodyPanel    = new Panel();
     this.HeaderPanel  = new Panel();
     this.lbl_BurnDisc = new Label();
     this.pictureBox1  = new PictureBox();
     this.btnClose     = new vButton();
     this.HeaderPanel.SuspendLayout();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.BodyPanel.BorderStyle             = BorderStyle.FixedSingle;
     this.BodyPanel.Dock                    = DockStyle.Fill;
     this.BodyPanel.Location                = new Point(0, 45);
     this.BodyPanel.Name                    = "BodyPanel";
     this.BodyPanel.Size                    = new Size(443, 189);
     this.BodyPanel.TabIndex                = 1;
     this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.lbl_BurnDisc);
     this.HeaderPanel.Controls.Add(this.pictureBox1);
     this.HeaderPanel.Controls.Add(this.btnClose);
     this.HeaderPanel.Dock                 = DockStyle.Top;
     this.HeaderPanel.Location             = new Point(0, 0);
     this.HeaderPanel.Name                 = "HeaderPanel";
     this.HeaderPanel.Size                 = new Size(443, 45);
     this.HeaderPanel.TabIndex             = 0;
     this.HeaderPanel.MouseDown           += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.lbl_BurnDisc.AutoSize            = true;
     this.lbl_BurnDisc.BackColor           = Color.Transparent;
     this.lbl_BurnDisc.Font                = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_BurnDisc.ForeColor           = Color.White;
     this.lbl_BurnDisc.Location            = new Point(63, 4);
     this.lbl_BurnDisc.Name                = "lbl_BurnDisc";
     this.lbl_BurnDisc.Size                = new Size(133, 16);
     this.lbl_BurnDisc.TabIndex            = 2;
     this.lbl_BurnDisc.Text                = "EXPORT TO DISC";
     this.lbl_BurnDisc.MouseDown          += new MouseEventHandler(this.lbl_BurnDisc_MouseDown);
     this.pictureBox1.BackColor            = Color.Transparent;
     this.pictureBox1.Image                = Properties.Resources.burndisc;
     this.pictureBox1.Location             = new Point(4, 4);
     this.pictureBox1.Name                 = "pictureBox1";
     this.pictureBox1.Size                 = new Size(40, 40);
     this.pictureBox1.SizeMode             = PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex             = 1;
     this.pictureBox1.TabStop              = false;
     this.pictureBox1.MouseDown           += new MouseEventHandler(this.pictureBox1_MouseDown);
     this.btnClose.AllowAnimations         = true;
     this.btnClose.BackColor               = Color.Transparent;
     this.btnClose.Dock                    = DockStyle.Right;
     this.btnClose.Image                   = Properties.Resources.close;
     this.btnClose.Location                = new Point(398, 0);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.PaintBorder             = false;
     this.btnClose.PaintDefaultBorder      = false;
     this.btnClose.PaintDefaultFill        = false;
     this.btnClose.RoundedCornersMask      = 15;
     this.btnClose.RoundedCornersRadius    = 0;
     this.btnClose.Size                    = new Size(45, 45);
     this.btnClose.TabIndex                = 0;
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnClose.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnClose.Click                  += new EventHandler(this.btnClose_Click);
     base.AutoScaleDimensions              = new SizeF(6f, 13f);
     base.AutoScaleMode                    = AutoScaleMode.Font;
     this.BackColor  = Color.White;
     base.ClientSize = new Size(443, 234);
     base.Controls.Add(this.BodyPanel);
     base.Controls.Add(this.HeaderPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "ExportCD";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "ExportCD";
     base.FormClosing    += new FormClosingEventHandler(this.ExportCD_FormClosing);
     base.Load           += new EventHandler(this.ExportCD_Load);
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     ((ISupportInitialize)this.pictureBox1).EndInit();
     base.ResumeLayout(false);
 }
예제 #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();
            ListItem  listItem11 = new ListItem();
            ListItem  listItem12 = new ListItem();
            ListItem  listItem13 = new ListItem();
            ListItem  listItem14 = new ListItem();
            ListItem  listItem15 = new ListItem();
            ListItem  listItem16 = new ListItem();
            ListItem  listItem17 = new ListItem();
            ListItem  listItem18 = new ListItem();
            ListItem  listItem19 = new ListItem();
            ListItem  listItem20 = new ListItem();
            ChartArea chartArea  = new ChartArea();
            Series    series     = new Series();
            Series    green      = new Series();
            Series    blue       = new Series();

            this.HeaderPanel = new Panel();
            this.cboSize     = new vComboBox();
            this.pictureBox  = new PictureBox();
            this.picImage    = new PictureBox();
            this.cboFilters  = new vComboBox();
            this.btnPrint    = new vButton();
            this.RecPanel    = new Panel();
            this.label1      = new Label();
            this.chart       = new Chart();
            this.HeaderPanel.SuspendLayout();
            ((ISupportInitialize)this.pictureBox).BeginInit();
            ((ISupportInitialize)this.picImage).BeginInit();
            this.RecPanel.SuspendLayout();
            ((ISupportInitialize)this.chart).BeginInit();
            base.SuspendLayout();
            this.HeaderPanel.BackColor = Color.FromArgb(64, 64, 64);
            this.HeaderPanel.Controls.Add(this.chart);
            this.HeaderPanel.Controls.Add(this.RecPanel);
            this.HeaderPanel.Controls.Add(this.btnPrint);
            this.HeaderPanel.Controls.Add(this.cboFilters);
            this.HeaderPanel.Controls.Add(this.cboSize);
            this.HeaderPanel.Controls.Add(this.picImage);
            this.HeaderPanel.Dock                = DockStyle.Top;
            this.HeaderPanel.Location            = new System.Drawing.Point(0, 0);
            this.HeaderPanel.Name                = "HeaderPanel";
            this.HeaderPanel.Size                = new Size(884, 80);
            this.HeaderPanel.TabIndex            = 0;
            this.cboSize.BackColor               = Color.White;
            this.cboSize.DefaultText             = "Size Mode...";
            this.cboSize.DisplayMember           = "";
            this.cboSize.DropDownList            = true;
            this.cboSize.DropDownMaximumSize     = new Size(1000, 1000);
            this.cboSize.DropDownMinimumSize     = new Size(10, 10);
            this.cboSize.DropDownResizeDirection = SizingDirection.Both;
            this.cboSize.DropDownWidth           = 205;
            listItem.RoundedCornersMask          = 15;
            listItem.Text = "Normal";
            listItem1.RoundedCornersMask = 15;
            listItem1.Text = "Stretched";
            listItem2.RoundedCornersMask = 15;
            listItem2.Text = "Center";
            this.cboSize.Items.Add(listItem);
            this.cboSize.Items.Add(listItem1);
            this.cboSize.Items.Add(listItem2);
            this.cboSize.Location = new System.Drawing.Point(10, 9);
            this.cboSize.Name     = "cboSize";
            this.cboSize.RoundedCornersMaskListItem = 15;
            this.cboSize.SelectedIndex              = 1;
            this.cboSize.Size                       = new Size(205, 23);
            this.cboSize.TabIndex                   = 1;
            this.cboSize.Text                       = "Stretched";
            this.cboSize.UseThemeBackColor          = false;
            this.cboSize.UseThemeDropDownArrowColor = true;
            this.cboSize.ValueMember                = "";
            this.cboSize.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.cboSize.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.cboSize.SelectedIndexChanged      += new EventHandler(this.cboSize_SelectedIndexChanged);
            this.pictureBox.Dock                    = DockStyle.Fill;
            this.pictureBox.Location                = new System.Drawing.Point(0, 80);
            this.pictureBox.Name                    = "pictureBox";
            this.pictureBox.Size                    = new Size(884, 582);
            this.pictureBox.TabIndex                = 1;
            this.pictureBox.TabStop                 = false;
            this.picImage.BackColor                 = Color.Black;
            this.picImage.Dock                      = DockStyle.Right;
            this.picImage.Location                  = new System.Drawing.Point(759, 0);
            this.picImage.Name                      = "picImage";
            this.picImage.Size                      = new Size(125, 80);
            this.picImage.SizeMode                  = PictureBoxSizeMode.StretchImage;
            this.picImage.TabIndex                  = 0;
            this.picImage.TabStop                   = false;
            this.cboFilters.BackColor               = Color.White;
            this.cboFilters.DefaultText             = "Filters...";
            this.cboFilters.DisplayMember           = "";
            this.cboFilters.DropDownMaximumSize     = new Size(1000, 1000);
            this.cboFilters.DropDownMinimumSize     = new Size(10, 10);
            this.cboFilters.DropDownResizeDirection = SizingDirection.Both;
            this.cboFilters.DropDownWidth           = 205;
            listItem3.RoundedCornersMask            = 15;
            listItem3.Text = "None";
            listItem4.RoundedCornersMask = 15;
            listItem4.Text = "Gray Scale";
            listItem5.RoundedCornersMask = 15;
            listItem5.Text = "Sepia";
            listItem6.RoundedCornersMask = 15;
            listItem6.Text = "Invert";
            listItem7.RoundedCornersMask = 15;
            listItem7.Text = "Rotate Channels";
            listItem8.RoundedCornersMask = 15;
            listItem8.Text = "Color Filtering";
            listItem9.RoundedCornersMask = 15;
            listItem9.Text = "Hue Modifier";
            listItem10.RoundedCornersMask = 15;
            listItem10.Text = "Saturation Adjusting";
            listItem11.RoundedCornersMask = 15;
            listItem11.Text = "Brightness Adjusting";
            listItem12.RoundedCornersMask = 15;
            listItem12.Text = "Contrast Adjusting";
            listItem13.RoundedCornersMask = 15;
            listItem13.Text = "HSL Filtering";
            listItem14.RoundedCornersMask = 15;
            listItem14.Text = "YCbCr Filtering";
            listItem15.RoundedCornersMask = 15;
            listItem15.Text = "Threshold Binarization";
            listItem16.RoundedCornersMask = 15;
            listItem16.Text = "Sharpen Image";
            listItem17.RoundedCornersMask = 15;
            listItem17.Text = "Difference Edge Detector";
            listItem18.RoundedCornersMask = 15;
            listItem18.Text = "Homogenity Edge Detector";
            listItem19.RoundedCornersMask = 15;
            listItem19.Text = "Sobel Edge Detector";
            listItem20.RoundedCornersMask = 15;
            listItem20.Text = "Levels Linear Correction";
            this.cboFilters.Items.Add(listItem3);
            this.cboFilters.Items.Add(listItem4);
            this.cboFilters.Items.Add(listItem5);
            this.cboFilters.Items.Add(listItem6);
            this.cboFilters.Items.Add(listItem7);
            this.cboFilters.Items.Add(listItem8);
            this.cboFilters.Items.Add(listItem9);
            this.cboFilters.Items.Add(listItem10);
            this.cboFilters.Items.Add(listItem11);
            this.cboFilters.Items.Add(listItem12);
            this.cboFilters.Items.Add(listItem13);
            this.cboFilters.Items.Add(listItem14);
            this.cboFilters.Items.Add(listItem15);
            this.cboFilters.Items.Add(listItem16);
            this.cboFilters.Items.Add(listItem17);
            this.cboFilters.Items.Add(listItem18);
            this.cboFilters.Items.Add(listItem19);
            this.cboFilters.Items.Add(listItem20);
            this.cboFilters.Location = new System.Drawing.Point(10, 49);
            this.cboFilters.Name     = "cboFilters";
            this.cboFilters.RoundedCornersMaskListItem = 15;
            this.cboFilters.Size                       = new Size(205, 23);
            this.cboFilters.TabIndex                   = 2;
            this.cboFilters.UseThemeBackColor          = false;
            this.cboFilters.UseThemeDropDownArrowColor = true;
            this.cboFilters.ValueMember                = "";
            this.cboFilters.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.cboFilters.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.cboFilters.SelectedIndexChanged      += new EventHandler(this.cboFilters_SelectedIndexChanged);
            this.btnPrint.AllowAnimations              = true;
            this.btnPrint.Anchor                       = AnchorStyles.Right;
            this.btnPrint.BackColor                    = Color.Transparent;
            this.btnPrint.Image                   = Resources.print;
            this.btnPrint.Location                = new System.Drawing.Point(502, 15);
            this.btnPrint.Name                    = "btnPrint";
            this.btnPrint.PaintBorder             = false;
            this.btnPrint.PaintDefaultBorder      = false;
            this.btnPrint.PaintDefaultFill        = false;
            this.btnPrint.RoundedCornersMask      = 15;
            this.btnPrint.RoundedCornersRadius    = 0;
            this.btnPrint.Size                    = new Size(63, 53);
            this.btnPrint.TabIndex                = 3;
            this.btnPrint.UseVisualStyleBackColor = false;
            this.btnPrint.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btnPrint.Click                  += new EventHandler(this.btnPrint_Click);
            this.RecPanel.Anchor                  = AnchorStyles.Left;
            this.RecPanel.Controls.Add(this.label1);
            this.RecPanel.Location                        = new System.Drawing.Point(221, 9);
            this.RecPanel.Name                            = "RecPanel";
            this.RecPanel.Size                            = new Size(175, 63);
            this.RecPanel.TabIndex                        = 4;
            this.RecPanel.Visible                         = false;
            this.label1.AutoSize                          = true;
            this.label1.ForeColor                         = Color.White;
            this.label1.Location                          = new System.Drawing.Point(3, 3);
            this.label1.Name                              = "label1";
            this.label1.Size                              = new Size(35, 13);
            this.label1.TabIndex                          = 0;
            this.label1.Text                              = "label1";
            chartArea.AxisX.IsLabelAutoFit                = false;
            chartArea.AxisX.MajorGrid.Enabled             = false;
            chartArea.AxisX.MajorTickMark.Enabled         = false;
            chartArea.AxisX.MinorTickMark.TickMarkStyle   = TickMarkStyle.None;
            chartArea.AxisX2.MajorTickMark.Enabled        = false;
            chartArea.AxisX2.MinorTickMark.TickMarkStyle  = TickMarkStyle.None;
            chartArea.AxisY.IsMarginVisible               = false;
            chartArea.AxisY.LabelAutoFitMaxFontSize       = 6;
            chartArea.AxisY.MajorGrid.Enabled             = false;
            chartArea.AxisY.MajorTickMark.Enabled         = false;
            chartArea.AxisY.MinorTickMark.TickMarkStyle   = TickMarkStyle.None;
            chartArea.AxisY.ScaleBreakStyle.StartFromZero = StartFromZero.Yes;
            chartArea.AxisY2.MajorGrid.Enabled            = false;
            chartArea.AxisY2.MajorTickMark.Enabled        = false;
            chartArea.AxisY2.MajorTickMark.TickMarkStyle  = TickMarkStyle.None;
            chartArea.Name = "ChartArea1";
            this.chart.ChartAreas.Add(chartArea);
            this.chart.Dock          = DockStyle.Right;
            this.chart.Location      = new System.Drawing.Point(581, 0);
            this.chart.Margin        = new Padding(1);
            this.chart.Name          = "chart";
            series.BorderColor       = Color.Red;
            series.ChartArea         = "ChartArea1";
            series.ChartType         = SeriesChartType.Area;
            series.Color             = Color.Red;
            series.IsVisibleInLegend = false;
            series.IsXValueIndexed   = true;
            series.Name             = "Red";
            series.XValueType       = ChartValueType.Int32;
            series.YValueType       = ChartValueType.Int32;
            green.ChartArea         = "ChartArea1";
            green.ChartType         = SeriesChartType.Area;
            green.Color             = Color.Green;
            green.IsVisibleInLegend = false;
            green.IsXValueIndexed   = true;
            green.Name             = "Green";
            green.XValueType       = ChartValueType.Int32;
            green.YValueType       = ChartValueType.Int32;
            blue.ChartArea         = "ChartArea1";
            blue.ChartType         = SeriesChartType.Area;
            blue.Color             = Color.Blue;
            blue.IsVisibleInLegend = false;
            blue.IsXValueIndexed   = true;
            blue.Name       = "Blue";
            blue.XValueType = ChartValueType.Int32;
            blue.YValueType = ChartValueType.Int32;
            this.chart.Series.Add(series);
            this.chart.Series.Add(green);
            this.chart.Series.Add(blue);
            this.chart.Size          = new Size(178, 80);
            this.chart.TabIndex      = 5;
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            base.ClientSize          = new Size(884, 662);
            base.Controls.Add(this.pictureBox);
            base.Controls.Add(this.HeaderPanel);
            this.MinimumSize   = new Size(800, 600);
            base.Name          = "ImgViewer2";
            base.StartPosition = FormStartPosition.CenterParent;
            this.Text          = "Image Viewer";
            base.Load         += new EventHandler(this.ImgViewer2_Load);
            this.HeaderPanel.ResumeLayout(false);
            ((ISupportInitialize)this.pictureBox).EndInit();
            ((ISupportInitialize)this.picImage).EndInit();
            this.RecPanel.ResumeLayout(false);
            this.RecPanel.PerformLayout();
            ((ISupportInitialize)this.chart).EndInit();
            base.ResumeLayout(false);
        }
예제 #3
0
        private void InitializeComponent()
        {
            components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(AcctCtrl));

            this.vTree                = new vTreeView();
            this.TreeMenu             = new ContextMenuStrip(this.components);
            this.mnu_RefreshDeptTree  = new ToolStripMenuItem();
            this.mnu_ShowTreeLines    = new ToolStripMenuItem();
            this.mnu_ClearAccountList = new ToolStripMenuItem();
            this.TreeImages           = new ImageList(this.components);
            this.SearchPanel          = new Panel();
            this.btn_ResetList        = new vButton();
            this.btn_Find             = new vButton();
            this.txtLastName          = new vTextBox();
            this.lbl_LastName         = new Label();
            this.txtBadgeNumber       = new vTextBox();
            this.lbl_BadgeNumber      = new Label();
            this.vAcctList            = new vListBox();
            this.AcctImages           = new ImageList(this.components);
            this.TreeMenu.SuspendLayout();
            this.SearchPanel.SuspendLayout();
            this.SuspendLayout();
            this.vTree.AccessibleName         = "TreeView";
            this.vTree.AccessibleRole         = AccessibleRole.List;
            this.vTree.BorderColor            = Color.White;
            this.vTree.ContextMenuStrip       = this.TreeMenu;
            this.vTree.Dock                   = DockStyle.Left;
            this.vTree.ImageList              = this.TreeImages;
            this.vTree.Location               = new Point(0, 0);
            this.vTree.Name                   = "vTree";
            this.vTree.ScrollPosition         = new Point(0, 0);
            this.vTree.SelectedNode           = (vTreeNode)null;
            this.vTree.Size                   = new Size(189, 402);
            this.vTree.TabIndex               = 0;
            this.vTree.Text                   = "vTreeView1";
            this.vTree.UseThemeBackColor      = false;
            this.vTree.UseThemeBorderColor    = false;
            this.vTree.VIBlendScrollBarsTheme = VIBLEND_THEME.OFFICE2010SILVER;
            this.vTree.VIBlendTheme           = VIBLEND_THEME.OFFICE2010SILVER;
            this.vTree.NodeMouseUp           += new vTreeViewMouseEventHandler(this.vTree_NodeMouseUp);
            this.TreeMenu.Items.AddRange(new ToolStripItem[3]
            {
                (ToolStripItem)this.mnu_RefreshDeptTree,
                (ToolStripItem)this.mnu_ShowTreeLines,
                (ToolStripItem)this.mnu_ClearAccountList
            });
            this.TreeMenu.Name               = "TreeMenu";
            this.TreeMenu.Size               = new Size(171, 70);
            this.mnu_RefreshDeptTree.Name    = "mnu_RefreshDeptTree";
            this.mnu_RefreshDeptTree.Size    = new Size(170, 22);
            this.mnu_RefreshDeptTree.Text    = "Refresh";
            this.mnu_RefreshDeptTree.Click  += new EventHandler(this.mnu_RefreshDeptTree_Click);
            this.mnu_ShowTreeLines.Name      = "mnu_ShowTreeLines";
            this.mnu_ShowTreeLines.Size      = new Size(170, 22);
            this.mnu_ShowTreeLines.Text      = "Show Lines";
            this.mnu_ShowTreeLines.Click    += new EventHandler(this.mnu_ShowTreeLines_Click);
            this.mnu_ClearAccountList.Name   = "mnu_ClearAccountList";
            this.mnu_ClearAccountList.Size   = new Size(170, 22);
            this.mnu_ClearAccountList.Text   = "Clear Account List";
            this.mnu_ClearAccountList.Click += new EventHandler(this.mnu_ClearAccountList_Click);
            this.TreeImages.ImageStream      = (ImageListStreamer)Resources.AcctCtrl.TreeImages_ImageStream;
            this.TreeImages.TransparentColor = Color.Transparent;
            this.TreeImages.Images.SetKeyName(0, "global.png");
            this.TreeImages.Images.SetKeyName(1, "dept1.png");
            this.TreeImages.Images.SetKeyName(2, "substation.png");
            this.TreeImages.Images.SetKeyName(3, "unassigned.png");
            this.SearchPanel.Controls.Add((Control)this.btn_ResetList);
            this.SearchPanel.Controls.Add((Control)this.btn_Find);
            this.SearchPanel.Controls.Add((Control)this.txtLastName);
            this.SearchPanel.Controls.Add((Control)this.lbl_LastName);
            this.SearchPanel.Controls.Add((Control)this.txtBadgeNumber);
            this.SearchPanel.Controls.Add((Control)this.lbl_BadgeNumber);
            this.SearchPanel.Dock                      = DockStyle.Top;
            this.SearchPanel.Location                  = new Point(189, 0);
            this.SearchPanel.Name                      = "SearchPanel";
            this.SearchPanel.Size                      = new Size(250, 100);
            this.SearchPanel.TabIndex                  = 1;
            this.btn_ResetList.AllowAnimations         = true;
            this.btn_ResetList.BackColor               = Color.Transparent;
            this.btn_ResetList.Location                = new Point(10, 67);
            this.btn_ResetList.Name                    = "btn_ResetList";
            this.btn_ResetList.RoundedCornersMask      = (byte)15;
            this.btn_ResetList.RoundedCornersRadius    = 0;
            this.btn_ResetList.Size                    = new Size(106, 24);
            this.btn_ResetList.TabIndex                = 5;
            this.btn_ResetList.Text                    = "Reset List";
            this.btn_ResetList.UseVisualStyleBackColor = false;
            this.btn_ResetList.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btn_ResetList.Click                  += new EventHandler(this.btn_ResetList_Click);
            this.btn_Find.AllowAnimations              = true;
            this.btn_Find.BackColor                    = Color.Transparent;
            this.btn_Find.Image                       = (Image)Properties.Resources.search;
            this.btn_Find.ImageAlign                  = ContentAlignment.MiddleLeft;
            this.btn_Find.Location                    = new Point(122, 67);
            this.btn_Find.Name                        = "btn_Find";
            this.btn_Find.RoundedCornersMask          = (byte)15;
            this.btn_Find.RoundedCornersRadius        = 0;
            this.btn_Find.Size                        = new Size(116, 24);
            this.btn_Find.TabIndex                    = 4;
            this.btn_Find.Text                        = "Find";
            this.btn_Find.UseVisualStyleBackColor     = false;
            this.btn_Find.VIBlendTheme                = VIBLEND_THEME.VISTABLUE;
            this.btn_Find.Click                      += new EventHandler(this.btn_Find_Click);
            this.txtLastName.BackColor                = Color.White;
            this.txtLastName.BoundsOffset             = new Size(1, 1);
            this.txtLastName.ControlBorderColor       = Color.FromArgb(39, 39, 39);
            this.txtLastName.DefaultText              = "";
            this.txtLastName.Location                 = new Point(122, 37);
            this.txtLastName.MaxLength                = 32;
            this.txtLastName.Name                     = "txtLastName";
            this.txtLastName.PasswordChar             = char.MinValue;
            this.txtLastName.ScrollBars               = ScrollBars.None;
            this.txtLastName.SelectionLength          = 0;
            this.txtLastName.SelectionStart           = 0;
            this.txtLastName.Size                     = new Size(116, 23);
            this.txtLastName.TabIndex                 = 3;
            this.txtLastName.TextAlign                = HorizontalAlignment.Left;
            this.txtLastName.VIBlendTheme             = VIBLEND_THEME.VISTABLUE;
            this.lbl_LastName.Location                = new Point(7, 42);
            this.lbl_LastName.Name                    = "lbl_LastName";
            this.lbl_LastName.Size                    = new Size(110, 13);
            this.lbl_LastName.TabIndex                = 2;
            this.lbl_LastName.Text                    = "Last Name";
            this.txtBadgeNumber.BackColor             = Color.White;
            this.txtBadgeNumber.BoundsOffset          = new Size(1, 1);
            this.txtBadgeNumber.ControlBorderColor    = Color.FromArgb(39, 39, 39);
            this.txtBadgeNumber.DefaultText           = "";
            this.txtBadgeNumber.Location              = new Point(122, 8);
            this.txtBadgeNumber.MaxLength             = 12;
            this.txtBadgeNumber.Name                  = "txtBadgeNumber";
            this.txtBadgeNumber.PasswordChar          = char.MinValue;
            this.txtBadgeNumber.ScrollBars            = ScrollBars.None;
            this.txtBadgeNumber.SelectionLength       = 0;
            this.txtBadgeNumber.SelectionStart        = 0;
            this.txtBadgeNumber.Size                  = new Size(116, 23);
            this.txtBadgeNumber.TabIndex              = 1;
            this.txtBadgeNumber.TextAlign             = HorizontalAlignment.Left;
            this.txtBadgeNumber.VIBlendTheme          = VIBLEND_THEME.VISTABLUE;
            this.lbl_BadgeNumber.Location             = new Point(7, 13);
            this.lbl_BadgeNumber.Name                 = "lbl_BadgeNumber";
            this.lbl_BadgeNumber.Size                 = new Size(110, 13);
            this.lbl_BadgeNumber.TabIndex             = 0;
            this.lbl_BadgeNumber.Text                 = "Badge Number";
            this.vAcctList.BorderColor                = Color.White;
            this.vAcctList.Dock                       = DockStyle.Fill;
            this.vAcctList.ImageList                  = this.AcctImages;
            this.vAcctList.ItemHeight                 = 24;
            this.vAcctList.Location                   = new Point(189, 100);
            this.vAcctList.Name                       = "vAcctList";
            this.vAcctList.RoundedCornersMaskListItem = (byte)15;
            this.vAcctList.Size                       = new Size(250, 302);
            this.vAcctList.TabIndex                   = 2;
            this.vAcctList.VIBlendScrollBarsTheme     = VIBLEND_THEME.OFFICE2010SILVER;
            this.vAcctList.VIBlendTheme               = VIBLEND_THEME.OFFICE2010SILVER;
            this.vAcctList.SelectedItemChanged       += new EventHandler(this.vAcctList_SelectedItemChanged);
            this.vAcctList.DoubleClick               += new EventHandler(this.vAcctList_DoubleClick);
            this.AcctImages.ImageStream               = (ImageListStreamer)Resources.AcctCtrl.AcctImages_ImageStream;
            this.AcctImages.TransparentColor          = Color.Transparent;
            this.AcctImages.Images.SetKeyName(0, "people.png");
            this.AutoScaleDimensions = new SizeF(6f, 13f);
            this.AutoScaleMode       = AutoScaleMode.Font;
            this.BackColor           = Color.White;
            this.Controls.Add((Control)this.vAcctList);
            this.Controls.Add((Control)this.SearchPanel);
            this.Controls.Add((Control)this.vTree);
            this.Name    = "AcctCtrl";
            this.Size    = new Size(439, 402);
            this.Load   += new EventHandler(this.AcctCtrl_Load);
            this.Resize += new EventHandler(this.AcctCtrl_Resize);
            this.TreeMenu.ResumeLayout(false);
            this.SearchPanel.ResumeLayout(false);
            this.ResumeLayout(false);
        }
예제 #4
0
 private void InitializeComponent()
 {
     this.BodyPanel            = new Panel();
     this.lblCount             = new Label();
     this.chk_IsIndefinite     = new vCheckBox();
     this.chk_IsEvidence       = new vCheckBox();
     this.mp_CAD               = new Label();
     this.cadTxt               = new Label();
     this.mp_RMS               = new Label();
     this.rmsTxt               = new Label();
     this.mp_ShortDesc         = new Label();
     this.txtShortDesc         = new Label();
     this.mp_SetID             = new Label();
     this.txtSetID             = new Label();
     this.RatingCtrl           = new vRatingControl();
     this.lblGPS               = new Label();
     this.mp_SourcePath        = new Label();
     this.mp_GPS               = new Label();
     this.mp_FileLoginID       = new Label();
     this.mp_FileOwner         = new Label();
     this.mp_FileDomainAccount = new Label();
     this.mp_FileDomain        = new Label();
     this.lblAccountName       = new Label();
     this.mp_FileMachineName   = new Label();
     this.lblSourcePath        = new Label();
     this.mp_AssetID           = new Label();
     this.lblLoginID           = new Label();
     this.lblAssetID           = new Label();
     this.lblMachineAccount    = new Label();
     this.mp_FileName          = new Label();
     this.mp_FileExt           = new Label();
     this.lblDomain            = new Label();
     this.lbl_DB_FileName      = new Label();
     this.lblFileExt           = new Label();
     this.lblMachineName       = new Label();
     this.mp_OriginalName      = new Label();
     this.lblOriginalName      = new Label();
     this.lblHashCode          = new Label();
     this.mp_HashCode          = new Label();
     this.lblSize              = new Label();
     this.mp_FileSize          = new Label();
     this.lblUploaded          = new Label();
     this.mp_FileUploaded      = new Label();
     this.mp_FileDate          = new Label();
     this.lblTimestamp         = new Label();
     this.picImage             = new PictureBox();
     this.HeaderPanel          = new Panel();
     this.btnClose             = new vButton();
     this.lbl_MediaProfile     = new Label();
     this.BodyPanel.SuspendLayout();
     ((ISupportInitialize)this.picImage).BeginInit();
     this.HeaderPanel.SuspendLayout();
     base.SuspendLayout();
     this.BodyPanel.BackColor   = Color.White;
     this.BodyPanel.BorderStyle = BorderStyle.FixedSingle;
     this.BodyPanel.Controls.Add(this.lblCount);
     this.BodyPanel.Controls.Add(this.picImage);
     this.BodyPanel.Controls.Add(this.chk_IsIndefinite);
     this.BodyPanel.Controls.Add(this.chk_IsEvidence);
     this.BodyPanel.Controls.Add(this.mp_CAD);
     this.BodyPanel.Controls.Add(this.cadTxt);
     this.BodyPanel.Controls.Add(this.mp_RMS);
     this.BodyPanel.Controls.Add(this.rmsTxt);
     this.BodyPanel.Controls.Add(this.mp_ShortDesc);
     this.BodyPanel.Controls.Add(this.txtShortDesc);
     this.BodyPanel.Controls.Add(this.mp_SetID);
     this.BodyPanel.Controls.Add(this.txtSetID);
     this.BodyPanel.Controls.Add(this.RatingCtrl);
     this.BodyPanel.Controls.Add(this.lblGPS);
     this.BodyPanel.Controls.Add(this.mp_SourcePath);
     this.BodyPanel.Controls.Add(this.mp_GPS);
     this.BodyPanel.Controls.Add(this.mp_FileLoginID);
     this.BodyPanel.Controls.Add(this.mp_FileOwner);
     this.BodyPanel.Controls.Add(this.mp_FileDomainAccount);
     this.BodyPanel.Controls.Add(this.mp_FileDomain);
     this.BodyPanel.Controls.Add(this.lblAccountName);
     this.BodyPanel.Controls.Add(this.mp_FileMachineName);
     this.BodyPanel.Controls.Add(this.lblSourcePath);
     this.BodyPanel.Controls.Add(this.mp_AssetID);
     this.BodyPanel.Controls.Add(this.lblLoginID);
     this.BodyPanel.Controls.Add(this.lblAssetID);
     this.BodyPanel.Controls.Add(this.lblMachineAccount);
     this.BodyPanel.Controls.Add(this.mp_FileName);
     this.BodyPanel.Controls.Add(this.mp_FileExt);
     this.BodyPanel.Controls.Add(this.lblDomain);
     this.BodyPanel.Controls.Add(this.lbl_DB_FileName);
     this.BodyPanel.Controls.Add(this.lblFileExt);
     this.BodyPanel.Controls.Add(this.lblMachineName);
     this.BodyPanel.Controls.Add(this.mp_OriginalName);
     this.BodyPanel.Controls.Add(this.lblOriginalName);
     this.BodyPanel.Controls.Add(this.lblHashCode);
     this.BodyPanel.Controls.Add(this.mp_HashCode);
     this.BodyPanel.Controls.Add(this.lblSize);
     this.BodyPanel.Controls.Add(this.mp_FileSize);
     this.BodyPanel.Controls.Add(this.lblUploaded);
     this.BodyPanel.Controls.Add(this.mp_FileUploaded);
     this.BodyPanel.Controls.Add(this.mp_FileDate);
     this.BodyPanel.Controls.Add(this.lblTimestamp);
     this.BodyPanel.Dock             = DockStyle.Fill;
     this.BodyPanel.Location         = new Point(0, 45);
     this.BodyPanel.Name             = "BodyPanel";
     this.BodyPanel.Size             = new Size(527, 464);
     this.BodyPanel.TabIndex         = 1;
     this.lblCount.Anchor            = AnchorStyles.Right;
     this.lblCount.BackColor         = Color.LightGray;
     this.lblCount.BorderStyle       = BorderStyle.FixedSingle;
     this.lblCount.Font              = new Font("Microsoft Sans Serif", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lblCount.Location          = new Point(451, 1);
     this.lblCount.Name              = "lblCount";
     this.lblCount.Size              = new Size(71, 23);
     this.lblCount.TabIndex          = 76;
     this.lblCount.Text              = "0";
     this.lblCount.TextAlign         = ContentAlignment.MiddleCenter;
     this.chk_IsIndefinite.BackColor = Color.Transparent;
     this.chk_IsIndefinite.Enabled   = false;
     this.chk_IsIndefinite.Location  = new Point(191, 62);
     this.chk_IsIndefinite.Name      = "chk_IsIndefinite";
     this.chk_IsIndefinite.Size      = new Size(184, 24);
     this.chk_IsIndefinite.TabIndex  = 74;
     this.chk_IsIndefinite.Text      = "Is Retain Indefinite";
     this.chk_IsIndefinite.UseVisualStyleBackColor = false;
     this.chk_IsIndefinite.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.chk_IsEvidence.BackColor = Color.Transparent;
     this.chk_IsEvidence.Enabled   = false;
     this.chk_IsEvidence.Location  = new Point(191, 32);
     this.chk_IsEvidence.Name      = "chk_IsEvidence";
     this.chk_IsEvidence.Size      = new Size(104, 24);
     this.chk_IsEvidence.TabIndex  = 73;
     this.chk_IsEvidence.Text      = "Is Evidence";
     this.chk_IsEvidence.UseVisualStyleBackColor = false;
     this.chk_IsEvidence.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.mp_CAD.AutoSize                   = true;
     this.mp_CAD.Location                   = new Point(24, 160);
     this.mp_CAD.Name                       = "mp_CAD";
     this.mp_CAD.Size                       = new Size(69, 13);
     this.mp_CAD.TabIndex                   = 72;
     this.mp_CAD.Text                       = "CAD Number";
     this.cadTxt.AutoSize                   = true;
     this.cadTxt.Location                   = new Point(191, 160);
     this.cadTxt.Name                       = "cadTxt";
     this.cadTxt.Size                       = new Size(69, 13);
     this.cadTxt.TabIndex                   = 71;
     this.cadTxt.Text                       = "CAD Number";
     this.mp_RMS.AutoSize                   = true;
     this.mp_RMS.Location                   = new Point(24, 141);
     this.mp_RMS.Name                       = "mp_RMS";
     this.mp_RMS.Size                       = new Size(71, 13);
     this.mp_RMS.TabIndex                   = 70;
     this.mp_RMS.Text                       = "RMS Number";
     this.rmsTxt.AutoSize                   = true;
     this.rmsTxt.Location                   = new Point(191, 141);
     this.rmsTxt.Name                       = "rmsTxt";
     this.rmsTxt.Size                       = new Size(71, 13);
     this.rmsTxt.TabIndex                   = 69;
     this.rmsTxt.Text                       = "RMS Number";
     this.mp_ShortDesc.AutoSize             = true;
     this.mp_ShortDesc.Location             = new Point(24, 122);
     this.mp_ShortDesc.Name                 = "mp_ShortDesc";
     this.mp_ShortDesc.Size                 = new Size(60, 13);
     this.mp_ShortDesc.TabIndex             = 68;
     this.mp_ShortDesc.Text                 = "Short Desc";
     this.txtShortDesc.AutoSize             = true;
     this.txtShortDesc.Location             = new Point(191, 122);
     this.txtShortDesc.Name                 = "txtShortDesc";
     this.txtShortDesc.Size                 = new Size(60, 13);
     this.txtShortDesc.TabIndex             = 67;
     this.txtShortDesc.Text                 = "Short Desc";
     this.mp_SetID.AutoSize                 = true;
     this.mp_SetID.Location                 = new Point(24, 103);
     this.mp_SetID.Name                     = "mp_SetID";
     this.mp_SetID.Size                     = new Size(37, 13);
     this.mp_SetID.TabIndex                 = 66;
     this.mp_SetID.Text                     = "Set ID";
     this.txtSetID.AutoSize                 = true;
     this.txtSetID.Location                 = new Point(191, 103);
     this.txtSetID.Name                     = "txtSetID";
     this.txtSetID.Size                     = new Size(37, 13);
     this.txtSetID.TabIndex                 = 65;
     this.txtSetID.Text                     = "Set ID";
     this.RatingCtrl.Enabled                = false;
     this.RatingCtrl.Location               = new Point(191, 3);
     this.RatingCtrl.Name                   = "RatingCtrl";
     this.RatingCtrl.Shape                  = vRatingControlShapes.Star;
     this.RatingCtrl.Size                   = new Size(144, 23);
     this.RatingCtrl.TabIndex               = 64;
     this.RatingCtrl.Text                   = "vRatingControl1";
     this.RatingCtrl.Value                  = 0f;
     this.RatingCtrl.VIBlendTheme           = VIBLEND_THEME.VISTABLUE;
     this.lblGPS.Location                   = new Point(191, 332);
     this.lblGPS.Name                       = "lblGPS";
     this.lblGPS.Size                       = new Size(300, 13);
     this.lblGPS.TabIndex                   = 45;
     this.lblGPS.Text                       = "0.0,0.0";
     this.mp_SourcePath.AutoSize            = true;
     this.mp_SourcePath.Location            = new Point(24, 446);
     this.mp_SourcePath.Name                = "mp_SourcePath";
     this.mp_SourcePath.Size                = new Size(85, 13);
     this.mp_SourcePath.TabIndex            = 63;
     this.mp_SourcePath.Text                = "File Source Path";
     this.mp_GPS.AutoSize                   = true;
     this.mp_GPS.Location                   = new Point(24, 332);
     this.mp_GPS.Name                       = "mp_GPS";
     this.mp_GPS.Size                       = new Size(73, 13);
     this.mp_GPS.TabIndex                   = 44;
     this.mp_GPS.Text                       = "GPS Location";
     this.mp_FileLoginID.AutoSize           = true;
     this.mp_FileLoginID.Location           = new Point(24, 427);
     this.mp_FileLoginID.Name               = "mp_FileLoginID";
     this.mp_FileLoginID.Size               = new Size(90, 13);
     this.mp_FileLoginID.TabIndex           = 62;
     this.mp_FileLoginID.Text               = "Account Login ID";
     this.mp_FileOwner.AutoSize             = true;
     this.mp_FileOwner.Location             = new Point(24, 351);
     this.mp_FileOwner.Name                 = "mp_FileOwner";
     this.mp_FileOwner.Size                 = new Size(57, 13);
     this.mp_FileOwner.TabIndex             = 46;
     this.mp_FileOwner.Text                 = "File Owner";
     this.mp_FileDomainAccount.AutoSize     = true;
     this.mp_FileDomainAccount.Location     = new Point(24, 408);
     this.mp_FileDomainAccount.Name         = "mp_FileDomainAccount";
     this.mp_FileDomainAccount.Size         = new Size(86, 13);
     this.mp_FileDomainAccount.TabIndex     = 61;
     this.mp_FileDomainAccount.Text         = "Domain Account";
     this.mp_FileDomain.AutoSize            = true;
     this.mp_FileDomain.Location            = new Point(24, 389);
     this.mp_FileDomain.Name                = "mp_FileDomain";
     this.mp_FileDomain.Size                = new Size(87, 13);
     this.mp_FileDomain.TabIndex            = 60;
     this.mp_FileDomain.Text                = "Machine Domain";
     this.lblAccountName.Location           = new Point(191, 351);
     this.lblAccountName.Name               = "lblAccountName";
     this.lblAccountName.Size               = new Size(300, 13);
     this.lblAccountName.TabIndex           = 47;
     this.lblAccountName.Text               = "Account";
     this.mp_FileMachineName.AutoSize       = true;
     this.mp_FileMachineName.Location       = new Point(24, 370);
     this.mp_FileMachineName.Name           = "mp_FileMachineName";
     this.mp_FileMachineName.Size           = new Size(79, 13);
     this.mp_FileMachineName.TabIndex       = 59;
     this.mp_FileMachineName.Text           = "Machine Name";
     this.lblSourcePath.Location            = new Point(191, 446);
     this.lblSourcePath.Name                = "lblSourcePath";
     this.lblSourcePath.Size                = new Size(300, 13);
     this.lblSourcePath.TabIndex            = 58;
     this.lblSourcePath.Text                = "Path";
     this.mp_AssetID.AutoSize               = true;
     this.mp_AssetID.Location               = new Point(24, 256);
     this.mp_AssetID.Name                   = "mp_AssetID";
     this.mp_AssetID.Size                   = new Size(47, 13);
     this.mp_AssetID.TabIndex               = 48;
     this.mp_AssetID.Text                   = "Asset ID";
     this.lblLoginID.Location               = new Point(191, 427);
     this.lblLoginID.Name                   = "lblLoginID";
     this.lblLoginID.Size                   = new Size(300, 13);
     this.lblLoginID.TabIndex               = 57;
     this.lblLoginID.Text                   = "Login ID";
     this.lblAssetID.Location               = new Point(191, 256);
     this.lblAssetID.Name                   = "lblAssetID";
     this.lblAssetID.Size                   = new Size(300, 13);
     this.lblAssetID.TabIndex               = 49;
     this.lblAssetID.Text                   = "n/a";
     this.lblMachineAccount.Location        = new Point(191, 408);
     this.lblMachineAccount.Name            = "lblMachineAccount";
     this.lblMachineAccount.Size            = new Size(300, 13);
     this.lblMachineAccount.TabIndex        = 56;
     this.lblMachineAccount.Text            = "Machine Account";
     this.mp_FileName.AutoSize              = true;
     this.mp_FileName.Location              = new Point(24, 275);
     this.mp_FileName.Name                  = "mp_FileName";
     this.mp_FileName.Size                  = new Size(91, 13);
     this.mp_FileName.TabIndex              = 42;
     this.mp_FileName.Text                  = "System File Name";
     this.mp_FileExt.AutoSize               = true;
     this.mp_FileExt.Location               = new Point(24, 313);
     this.mp_FileExt.Name                   = "mp_FileExt";
     this.mp_FileExt.Size                   = new Size(72, 13);
     this.mp_FileExt.TabIndex               = 50;
     this.mp_FileExt.Text                   = "File Extension";
     this.lblDomain.Location                = new Point(191, 389);
     this.lblDomain.Name                    = "lblDomain";
     this.lblDomain.Size                    = new Size(300, 13);
     this.lblDomain.TabIndex                = 55;
     this.lblDomain.Text                    = "Machine Domain";
     this.lbl_DB_FileName.Location          = new Point(191, 275);
     this.lbl_DB_FileName.Name              = "lbl_DB_FileName";
     this.lbl_DB_FileName.Size              = new Size(300, 13);
     this.lbl_DB_FileName.TabIndex          = 43;
     this.lbl_DB_FileName.Text              = "File Name";
     this.lblFileExt.Location               = new Point(191, 313);
     this.lblFileExt.Name                   = "lblFileExt";
     this.lblFileExt.Size                   = new Size(300, 13);
     this.lblFileExt.TabIndex               = 51;
     this.lblFileExt.Text                   = "n/a";
     this.lblMachineName.Location           = new Point(191, 370);
     this.lblMachineName.Name               = "lblMachineName";
     this.lblMachineName.Size               = new Size(300, 13);
     this.lblMachineName.TabIndex           = 54;
     this.lblMachineName.Text               = "Machine Name";
     this.mp_OriginalName.AutoSize          = true;
     this.mp_OriginalName.Location          = new Point(24, 294);
     this.mp_OriginalName.Name              = "mp_OriginalName";
     this.mp_OriginalName.Size              = new Size(92, 13);
     this.mp_OriginalName.TabIndex          = 52;
     this.mp_OriginalName.Text              = "Original File Name";
     this.lblOriginalName.Location          = new Point(191, 294);
     this.lblOriginalName.Name              = "lblOriginalName";
     this.lblOriginalName.Size              = new Size(300, 13);
     this.lblOriginalName.TabIndex          = 53;
     this.lblOriginalName.Text              = "File";
     this.lblHashCode.AutoSize              = true;
     this.lblHashCode.Location              = new Point(191, 237);
     this.lblHashCode.Name                  = "lblHashCode";
     this.lblHashCode.Size                  = new Size(13, 13);
     this.lblHashCode.TabIndex              = 29;
     this.lblHashCode.Text                  = "0";
     this.mp_HashCode.AutoSize              = true;
     this.mp_HashCode.Location              = new Point(24, 237);
     this.mp_HashCode.Name                  = "mp_HashCode";
     this.mp_HashCode.Size                  = new Size(92, 13);
     this.mp_HashCode.TabIndex              = 28;
     this.mp_HashCode.Text                  = "File Security Code";
     this.lblSize.AutoSize                  = true;
     this.lblSize.Location                  = new Point(191, 218);
     this.lblSize.Name                      = "lblSize";
     this.lblSize.Size                      = new Size(42, 13);
     this.lblSize.TabIndex                  = 27;
     this.lblSize.Text                      = "0 Bytes";
     this.mp_FileSize.AutoSize              = true;
     this.mp_FileSize.Location              = new Point(24, 218);
     this.mp_FileSize.Name                  = "mp_FileSize";
     this.mp_FileSize.Size                  = new Size(46, 13);
     this.mp_FileSize.TabIndex              = 26;
     this.mp_FileSize.Text                  = "File Size";
     this.lblUploaded.AutoSize              = true;
     this.lblUploaded.Location              = new Point(191, 199);
     this.lblUploaded.Name                  = "lblUploaded";
     this.lblUploaded.Size                  = new Size(110, 13);
     this.lblUploaded.TabIndex              = 25;
     this.lblUploaded.Text                  = "00/00/0000 00:00:00";
     this.mp_FileUploaded.AutoSize          = true;
     this.mp_FileUploaded.Location          = new Point(24, 199);
     this.mp_FileUploaded.Name              = "mp_FileUploaded";
     this.mp_FileUploaded.Size              = new Size(72, 13);
     this.mp_FileUploaded.TabIndex          = 24;
     this.mp_FileUploaded.Text              = "File Uploaded";
     this.mp_FileDate.AutoSize              = true;
     this.mp_FileDate.Location              = new Point(24, 180);
     this.mp_FileDate.Name                  = "mp_FileDate";
     this.mp_FileDate.Size                  = new Size(49, 13);
     this.mp_FileDate.TabIndex              = 22;
     this.mp_FileDate.Text                  = "File Date";
     this.lblTimestamp.AutoSize             = true;
     this.lblTimestamp.Location             = new Point(191, 180);
     this.lblTimestamp.Name                 = "lblTimestamp";
     this.lblTimestamp.Size                 = new Size(110, 13);
     this.lblTimestamp.TabIndex             = 23;
     this.lblTimestamp.Text                 = "00/00/0000 00:00:00";
     this.picImage.BackColor                = Color.Black;
     this.picImage.Location                 = new Point(24, 3);
     this.picImage.Name                     = "picImage";
     this.picImage.Size                     = new Size(146, 93);
     this.picImage.SizeMode                 = PictureBoxSizeMode.StretchImage;
     this.picImage.TabIndex                 = 75;
     this.picImage.TabStop                  = false;
     this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.btnClose);
     this.HeaderPanel.Controls.Add(this.lbl_MediaProfile);
     this.HeaderPanel.Dock                 = DockStyle.Top;
     this.HeaderPanel.Location             = new Point(0, 0);
     this.HeaderPanel.Name                 = "HeaderPanel";
     this.HeaderPanel.Size                 = new Size(527, 45);
     this.HeaderPanel.TabIndex             = 0;
     this.HeaderPanel.MouseDown           += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.btnClose.AllowAnimations         = true;
     this.btnClose.BackColor               = Color.Transparent;
     this.btnClose.Dock                    = DockStyle.Right;
     this.btnClose.Image                   = Properties.Resources.close;
     this.btnClose.Location                = new Point(482, 0);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.PaintBorder             = false;
     this.btnClose.PaintDefaultBorder      = false;
     this.btnClose.PaintDefaultFill        = false;
     this.btnClose.RoundedCornersMask      = 15;
     this.btnClose.RoundedCornersRadius    = 0;
     this.btnClose.Size                    = new Size(45, 45);
     this.btnClose.TabIndex                = 1;
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnClose.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnClose.Click                  += new EventHandler(this.btnClose_Click);
     this.lbl_MediaProfile.AutoSize        = true;
     this.lbl_MediaProfile.BackColor       = Color.Transparent;
     this.lbl_MediaProfile.Font            = new Font("Microsoft Sans Serif", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_MediaProfile.ForeColor       = Color.White;
     this.lbl_MediaProfile.Location        = new Point(4, 4);
     this.lbl_MediaProfile.Name            = "lbl_MediaProfile";
     this.lbl_MediaProfile.Size            = new Size(113, 20);
     this.lbl_MediaProfile.TabIndex        = 0;
     this.lbl_MediaProfile.Text            = "Media Profile";
     this.lbl_MediaProfile.MouseDown      += new MouseEventHandler(this.lbl_MediaProfile_MouseDown);
     base.AutoScaleDimensions              = new SizeF(6f, 13f);
     base.AutoScaleMode                    = AutoScaleMode.Font;
     base.ClientSize = new Size(527, 509);
     base.Controls.Add(this.BodyPanel);
     base.Controls.Add(this.HeaderPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "DataProfile";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "DataProfile";
     base.Load           += new EventHandler(this.DataProfile_Load);
     this.BodyPanel.ResumeLayout(false);
     this.BodyPanel.PerformLayout();
     ((ISupportInitialize)this.picImage).EndInit();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     base.ResumeLayout(false);
 }
예제 #5
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);
        }
예제 #6
0
 private void InitializeComponent()
 {
     this.pageSetupDialog1 = new PageSetupDialog();
     this.MainPanel        = new Panel();
     this.btn_ChangePIN    = new vButton();
     this.vTextBox_0       = new vTextBox();
     this.lbl_OldPIN       = new Label();
     this.vTextBox_1       = new vTextBox();
     this.lbl_NewPIN       = new Label();
     this.lblLine          = new Label();
     this.txtOldPwd        = new vTextBox();
     this.btn_ChangePwd    = new vButton();
     this.lbl_OldPassword  = new Label();
     this.txtPwd1          = new vTextBox();
     this.txtPwd2          = new vTextBox();
     this.lbl_RetypePwd    = new Label();
     this.lbl_NewPwd       = new Label();
     this.HeaderPanel      = new Panel();
     this.btnClose         = new vButton();
     this.lbl_ResetPwd     = new Label();
     this.PwdPic           = new PictureBox();
     this.MainPanel.SuspendLayout();
     this.HeaderPanel.SuspendLayout();
     ((ISupportInitialize)this.PwdPic).BeginInit();
     base.SuspendLayout();
     this.MainPanel.BorderStyle = BorderStyle.FixedSingle;
     this.MainPanel.Controls.Add(this.btn_ChangePIN);
     this.MainPanel.Controls.Add(this.vTextBox_0);
     this.MainPanel.Controls.Add(this.lbl_OldPIN);
     this.MainPanel.Controls.Add(this.vTextBox_1);
     this.MainPanel.Controls.Add(this.lbl_NewPIN);
     this.MainPanel.Controls.Add(this.lblLine);
     this.MainPanel.Controls.Add(this.txtOldPwd);
     this.MainPanel.Controls.Add(this.btn_ChangePwd);
     this.MainPanel.Controls.Add(this.lbl_OldPassword);
     this.MainPanel.Controls.Add(this.txtPwd1);
     this.MainPanel.Controls.Add(this.txtPwd2);
     this.MainPanel.Controls.Add(this.lbl_RetypePwd);
     this.MainPanel.Controls.Add(this.lbl_NewPwd);
     this.MainPanel.Dock                        = DockStyle.Fill;
     this.MainPanel.Location                    = new Point(0, 40);
     this.MainPanel.Name                        = "MainPanel";
     this.MainPanel.Size                        = new Size(362, 246);
     this.MainPanel.TabIndex                    = 0;
     this.btn_ChangePIN.AllowAnimations         = true;
     this.btn_ChangePIN.BackColor               = Color.Transparent;
     this.btn_ChangePIN.Location                = new Point(159, 199);
     this.btn_ChangePIN.Name                    = "btn_ChangePIN";
     this.btn_ChangePIN.RoundedCornersMask      = 15;
     this.btn_ChangePIN.Size                    = new Size(150, 30);
     this.btn_ChangePIN.TabIndex                = 12;
     this.btn_ChangePIN.Text                    = "Change PIN";
     this.btn_ChangePIN.UseVisualStyleBackColor = false;
     this.btn_ChangePIN.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_ChangePIN.Click                  += new EventHandler(this.btn_ChangePIN_Click);
     this.vTextBox_0.BackColor                  = Color.White;
     this.vTextBox_0.BoundsOffset               = new Size(1, 1);
     this.vTextBox_0.ControlBorderColor         = Color.FromArgb(39, 39, 39);
     this.vTextBox_0.DefaultText                = "";
     this.vTextBox_0.Location                   = new Point(159, 141);
     this.vTextBox_0.MaxLength                  = 12;
     this.vTextBox_0.Name                       = "txtOldPIN";
     this.vTextBox_0.PasswordChar               = '\0';
     this.vTextBox_0.ScrollBars                 = ScrollBars.None;
     this.vTextBox_0.SelectionLength            = 0;
     this.vTextBox_0.SelectionStart             = 0;
     this.vTextBox_0.Size                       = new Size(150, 23);
     this.vTextBox_0.TabIndex                   = 9;
     this.vTextBox_0.TextAlign                  = HorizontalAlignment.Left;
     this.vTextBox_0.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
     this.lbl_OldPIN.AutoSize                   = true;
     this.lbl_OldPIN.Location                   = new Point(10, 146);
     this.lbl_OldPIN.Name                       = "lbl_OldPIN";
     this.lbl_OldPIN.Size                       = new Size(44, 13);
     this.lbl_OldPIN.TabIndex                   = 8;
     this.lbl_OldPIN.Text                       = "Old PIN";
     this.vTextBox_1.BackColor                  = Color.White;
     this.vTextBox_1.BoundsOffset               = new Size(1, 1);
     this.vTextBox_1.ControlBorderColor         = Color.FromArgb(39, 39, 39);
     this.vTextBox_1.DefaultText                = "";
     this.vTextBox_1.Location                   = new Point(159, 170);
     this.vTextBox_1.MaxLength                  = 12;
     this.vTextBox_1.Name                       = "txtNewPIN";
     this.vTextBox_1.PasswordChar               = '\0';
     this.vTextBox_1.ScrollBars                 = ScrollBars.None;
     this.vTextBox_1.SelectionLength            = 0;
     this.vTextBox_1.SelectionStart             = 0;
     this.vTextBox_1.Size                       = new Size(150, 23);
     this.vTextBox_1.TabIndex                   = 11;
     this.vTextBox_1.TextAlign                  = HorizontalAlignment.Left;
     this.vTextBox_1.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
     this.lbl_NewPIN.AutoSize                   = true;
     this.lbl_NewPIN.Location                   = new Point(10, 175);
     this.lbl_NewPIN.Name                       = "lbl_NewPIN";
     this.lbl_NewPIN.Size                       = new Size(50, 13);
     this.lbl_NewPIN.TabIndex                   = 10;
     this.lbl_NewPIN.Text                       = "New PIN";
     this.lblLine.BackColor                     = Color.Gray;
     this.lblLine.Location                      = new Point(6, 131);
     this.lblLine.Name                          = "lblLine";
     this.lblLine.Size                          = new Size(343, 1);
     this.lblLine.TabIndex                      = 7;
     this.txtOldPwd.BackColor                   = Color.White;
     this.txtOldPwd.BoundsOffset                = new Size(1, 1);
     this.txtOldPwd.ControlBorderColor          = Color.FromArgb(39, 39, 39);
     this.txtOldPwd.DefaultText                 = "";
     this.txtOldPwd.Location                    = new Point(159, 5);
     this.txtOldPwd.MaxLength                   = 32;
     this.txtOldPwd.Name                        = "txtOldPwd";
     this.txtOldPwd.PasswordChar                = '•';
     this.txtOldPwd.ScrollBars                  = ScrollBars.None;
     this.txtOldPwd.SelectionLength             = 0;
     this.txtOldPwd.SelectionStart              = 0;
     this.txtOldPwd.Size                        = new Size(150, 23);
     this.txtOldPwd.TabIndex                    = 1;
     this.txtOldPwd.TextAlign                   = HorizontalAlignment.Left;
     this.txtOldPwd.VIBlendTheme                = VIBLEND_THEME.VISTABLUE;
     this.btn_ChangePwd.AllowAnimations         = true;
     this.btn_ChangePwd.BackColor               = Color.Transparent;
     this.btn_ChangePwd.Location                = new Point(159, 93);
     this.btn_ChangePwd.Name                    = "btn_ChangePwd";
     this.btn_ChangePwd.RoundedCornersMask      = 15;
     this.btn_ChangePwd.Size                    = new Size(150, 30);
     this.btn_ChangePwd.TabIndex                = 6;
     this.btn_ChangePwd.Text                    = "Change Password";
     this.btn_ChangePwd.UseVisualStyleBackColor = false;
     this.btn_ChangePwd.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_ChangePwd.Click                  += new EventHandler(this.btn_ChangePwd_Click);
     this.lbl_OldPassword.AutoSize              = true;
     this.lbl_OldPassword.Location              = new Point(10, 10);
     this.lbl_OldPassword.Name                  = "lbl_OldPassword";
     this.lbl_OldPassword.Size                  = new Size(72, 13);
     this.lbl_OldPassword.TabIndex              = 0;
     this.lbl_OldPassword.Text                  = "Old Password";
     this.txtPwd1.BackColor                     = Color.White;
     this.txtPwd1.BoundsOffset                  = new Size(1, 1);
     this.txtPwd1.ControlBorderColor            = Color.FromArgb(39, 39, 39);
     this.txtPwd1.DefaultText                   = "";
     this.txtPwd1.Location                      = new Point(159, 34);
     this.txtPwd1.MaxLength                     = 32;
     this.txtPwd1.Name                          = "txtPwd1";
     this.txtPwd1.PasswordChar                  = '•';
     this.txtPwd1.ScrollBars                    = ScrollBars.None;
     this.txtPwd1.SelectionLength               = 0;
     this.txtPwd1.SelectionStart                = 0;
     this.txtPwd1.Size                          = new Size(150, 23);
     this.txtPwd1.TabIndex                      = 3;
     this.txtPwd1.TextAlign                     = HorizontalAlignment.Left;
     this.txtPwd1.VIBlendTheme                  = VIBLEND_THEME.VISTABLUE;
     this.txtPwd2.BackColor                     = Color.White;
     this.txtPwd2.BoundsOffset                  = new Size(1, 1);
     this.txtPwd2.ControlBorderColor            = Color.FromArgb(39, 39, 39);
     this.txtPwd2.DefaultText                   = "";
     this.txtPwd2.Location                      = new Point(159, 63);
     this.txtPwd2.MaxLength                     = 32;
     this.txtPwd2.Name                          = "txtPwd2";
     this.txtPwd2.PasswordChar                  = '•';
     this.txtPwd2.ScrollBars                    = ScrollBars.None;
     this.txtPwd2.SelectionLength               = 0;
     this.txtPwd2.SelectionStart                = 0;
     this.txtPwd2.Size                          = new Size(150, 23);
     this.txtPwd2.TabIndex                      = 5;
     this.txtPwd2.TextAlign                     = HorizontalAlignment.Left;
     this.txtPwd2.VIBlendTheme                  = VIBLEND_THEME.VISTABLUE;
     this.lbl_RetypePwd.AutoSize                = true;
     this.lbl_RetypePwd.Location                = new Point(10, 68);
     this.lbl_RetypePwd.Name                    = "lbl_RetypePwd";
     this.lbl_RetypePwd.Size                    = new Size(115, 13);
     this.lbl_RetypePwd.TabIndex                = 4;
     this.lbl_RetypePwd.Text                    = "Retype New Password";
     this.lbl_NewPwd.AutoSize                   = true;
     this.lbl_NewPwd.Location                   = new Point(10, 39);
     this.lbl_NewPwd.Name                       = "lbl_NewPwd";
     this.lbl_NewPwd.Size                       = new Size(78, 13);
     this.lbl_NewPwd.TabIndex                   = 2;
     this.lbl_NewPwd.Text                       = "New Password";
     this.HeaderPanel.BackColor                 = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout     = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.btnClose);
     this.HeaderPanel.Controls.Add(this.lbl_ResetPwd);
     this.HeaderPanel.Controls.Add(this.PwdPic);
     this.HeaderPanel.Dock                 = DockStyle.Top;
     this.HeaderPanel.Location             = new Point(0, 0);
     this.HeaderPanel.Name                 = "HeaderPanel";
     this.HeaderPanel.Size                 = new Size(362, 40);
     this.HeaderPanel.TabIndex             = 0;
     this.HeaderPanel.MouseDown           += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.btnClose.AllowAnimations         = true;
     this.btnClose.BackColor               = Color.Transparent;
     this.btnClose.Dock                    = DockStyle.Right;
     this.btnClose.Image                   = Resources.close;
     this.btnClose.Location                = new Point(315, 0);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.PaintBorder             = false;
     this.btnClose.PaintDefaultBorder      = false;
     this.btnClose.PaintDefaultFill        = false;
     this.btnClose.RoundedCornersMask      = 15;
     this.btnClose.RoundedCornersRadius    = 0;
     this.btnClose.Size                    = new Size(47, 40);
     this.btnClose.TabIndex                = 0;
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnClose.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnClose.Click                  += new EventHandler(this.btnClose_Click);
     this.lbl_ResetPwd.AutoSize            = true;
     this.lbl_ResetPwd.BackColor           = Color.Transparent;
     this.lbl_ResetPwd.Font                = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_ResetPwd.ForeColor           = Color.White;
     this.lbl_ResetPwd.Location            = new Point(49, 6);
     this.lbl_ResetPwd.Name                = "lbl_ResetPwd";
     this.lbl_ResetPwd.Size                = new Size(150, 16);
     this.lbl_ResetPwd.TabIndex            = 0;
     this.lbl_ResetPwd.Text                = "RESET PASSWORD";
     this.lbl_ResetPwd.TextAlign           = ContentAlignment.MiddleLeft;
     this.lbl_ResetPwd.MouseDown          += new MouseEventHandler(this.lbl_ResetPwd_MouseDown);
     this.PwdPic.BackColor                 = Color.Transparent;
     this.PwdPic.BackgroundImage           = Resources.Password;
     this.PwdPic.Location                  = new Point(7, 4);
     this.PwdPic.Margin                    = new Padding(0);
     this.PwdPic.Name         = "PwdPic";
     this.PwdPic.Size         = new Size(32, 32);
     this.PwdPic.SizeMode     = PictureBoxSizeMode.CenterImage;
     this.PwdPic.TabIndex     = 0;
     this.PwdPic.TabStop      = false;
     this.PwdPic.MouseDown   += new MouseEventHandler(this.PwdPic_MouseDown);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode       = AutoScaleMode.Font;
     this.BackColor           = Color.White;
     base.ClientSize          = new Size(362, 286);
     base.Controls.Add(this.MainPanel);
     base.Controls.Add(this.HeaderPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "PwdForm";
     base.StartPosition   = FormStartPosition.CenterParent;
     base.Load           += new EventHandler(this.PwdForm_Load);
     this.MainPanel.ResumeLayout(false);
     this.MainPanel.PerformLayout();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     ((ISupportInitialize)this.PwdPic).EndInit();
     base.ResumeLayout(false);
 }
예제 #7
0
 private void InitializeComponent()
 {
     this.pictureBox1       = new PictureBox();
     this.HeaderPanel       = new Panel();
     this.lbl_ResetPassword = new Label();
     this.lbl_NewPwd        = new Label();
     this.txtPwd1           = new vTextBox();
     this.txtPwd2           = new vTextBox();
     this.lbl_ConfirmPwd    = new Label();
     this.btn_Cancel        = new vButton();
     this.btn_OK            = new vButton();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     this.HeaderPanel.SuspendLayout();
     base.SuspendLayout();
     this.pictureBox1.BackColor             = Color.Transparent;
     this.pictureBox1.Image                 = Properties.Resources.Password;
     this.pictureBox1.Location              = new Point(5, 2);
     this.pictureBox1.Name                  = "pictureBox1";
     this.pictureBox1.Size                  = new Size(36, 36);
     this.pictureBox1.SizeMode              = PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex              = 0;
     this.pictureBox1.TabStop               = false;
     this.pictureBox1.MouseDown            += new MouseEventHandler(this.pictureBox1_MouseDown);
     this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.lbl_ResetPassword);
     this.HeaderPanel.Controls.Add(this.pictureBox1);
     this.HeaderPanel.Dock             = DockStyle.Top;
     this.HeaderPanel.Location         = new Point(0, 0);
     this.HeaderPanel.Name             = "HeaderPanel";
     this.HeaderPanel.Size             = new Size(378, 40);
     this.HeaderPanel.TabIndex         = 0;
     this.HeaderPanel.MouseDown       += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.lbl_ResetPassword.AutoSize   = true;
     this.lbl_ResetPassword.BackColor  = Color.Transparent;
     this.lbl_ResetPassword.Font       = new Font("Verdana", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_ResetPassword.ForeColor  = Color.White;
     this.lbl_ResetPassword.Location   = new Point(48, 13);
     this.lbl_ResetPassword.Name       = "lbl_ResetPassword";
     this.lbl_ResetPassword.Size       = new Size(123, 16);
     this.lbl_ResetPassword.TabIndex   = 1;
     this.lbl_ResetPassword.Text       = "Reset Password";
     this.lbl_ResetPassword.MouseDown += new MouseEventHandler(this.lbl_ResetPassword_MouseDown);
     this.lbl_NewPwd.Location          = new Point(13, 54);
     this.lbl_NewPwd.Name              = "lbl_NewPwd";
     this.lbl_NewPwd.Size              = new Size(110, 13);
     this.lbl_NewPwd.TabIndex          = 0;
     this.lbl_NewPwd.Text              = "New Password";
     this.txtPwd1.BackColor            = Color.White;
     this.txtPwd1.BoundsOffset         = new Size(1, 1);
     this.txtPwd1.ControlBorderColor   = Color.FromArgb(39, 39, 39);
     this.txtPwd1.DefaultText          = "";
     this.txtPwd1.Location             = new Point(131, 49);
     this.txtPwd1.MaxLength            = 32;
     this.txtPwd1.Name                       = "txtPwd1";
     this.txtPwd1.PasswordChar               = '•';
     this.txtPwd1.ScrollBars                 = ScrollBars.None;
     this.txtPwd1.SelectionLength            = 0;
     this.txtPwd1.SelectionStart             = 0;
     this.txtPwd1.Size                       = new Size(208, 23);
     this.txtPwd1.TabIndex                   = 1;
     this.txtPwd1.TextAlign                  = HorizontalAlignment.Left;
     this.txtPwd1.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
     this.txtPwd2.BackColor                  = Color.White;
     this.txtPwd2.BoundsOffset               = new Size(1, 1);
     this.txtPwd2.ControlBorderColor         = Color.FromArgb(39, 39, 39);
     this.txtPwd2.DefaultText                = "";
     this.txtPwd2.Location                   = new Point(131, 78);
     this.txtPwd2.MaxLength                  = 32;
     this.txtPwd2.Name                       = "txtPwd2";
     this.txtPwd2.PasswordChar               = '•';
     this.txtPwd2.ScrollBars                 = ScrollBars.None;
     this.txtPwd2.SelectionLength            = 0;
     this.txtPwd2.SelectionStart             = 0;
     this.txtPwd2.Size                       = new Size(208, 23);
     this.txtPwd2.TabIndex                   = 3;
     this.txtPwd2.TextAlign                  = HorizontalAlignment.Left;
     this.txtPwd2.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
     this.lbl_ConfirmPwd.Location            = new Point(13, 83);
     this.lbl_ConfirmPwd.Name                = "lbl_ConfirmPwd";
     this.lbl_ConfirmPwd.Size                = new Size(110, 13);
     this.lbl_ConfirmPwd.TabIndex            = 2;
     this.lbl_ConfirmPwd.Text                = "Retype Password";
     this.btn_Cancel.AllowAnimations         = true;
     this.btn_Cancel.BackColor               = Color.Transparent;
     this.btn_Cancel.Location                = new Point(239, 119);
     this.btn_Cancel.Name                    = "btn_Cancel";
     this.btn_Cancel.RoundedCornersMask      = 15;
     this.btn_Cancel.Size                    = new Size(100, 30);
     this.btn_Cancel.TabIndex                = 5;
     this.btn_Cancel.Text                    = "Cancel";
     this.btn_Cancel.UseVisualStyleBackColor = false;
     this.btn_Cancel.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Cancel.Click                  += new EventHandler(this.btn_Cancel_Click);
     this.btn_OK.AllowAnimations             = true;
     this.btn_OK.BackColor                   = Color.Transparent;
     this.btn_OK.Location                    = new Point(133, 119);
     this.btn_OK.Name = "btn_OK";
     this.btn_OK.RoundedCornersMask = 15;
     this.btn_OK.Size     = new Size(100, 30);
     this.btn_OK.TabIndex = 4;
     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);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode       = AutoScaleMode.Font;
     this.BackColor           = Color.White;
     base.ClientSize          = new Size(378, 161);
     base.Controls.Add(this.btn_OK);
     base.Controls.Add(this.btn_Cancel);
     base.Controls.Add(this.txtPwd2);
     base.Controls.Add(this.lbl_ConfirmPwd);
     base.Controls.Add(this.txtPwd1);
     base.Controls.Add(this.lbl_NewPwd);
     base.Controls.Add(this.HeaderPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "PwdReset";
     base.StartPosition   = FormStartPosition.CenterParent;
     base.Load           += new EventHandler(this.PwdReset_Load);
     base.Paint          += new PaintEventHandler(this.PwdReset_Paint);
     ((ISupportInitialize)this.pictureBox1).EndInit();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     base.ResumeLayout(false);
 }
예제 #8
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(ExportForm));

            this.ExportPanel       = new Panel();
            this.vListBox          = new vListBox();
            this.imageList1        = new ImageList(this.components);
            this.progFile          = new vProgressBar();
            this.lblExportHash     = new Label();
            this.lblExportFileName = new Label();
            this.lbl_HashCode      = new Label();
            this.lbl_FileName      = new Label();
            this.picThumbnail      = new PictureBox();
            this.progBar           = new vProgressBar();
            this.timer1            = new System.Windows.Forms.Timer(this.components);
            this.HeaderPanel       = new Panel();
            this.lblExportMessage  = new Label();
            this.btnClose          = new vButton();
            this.pic             = new PictureBox();
            this.lbl_ExportFiles = new Label();
            this.ExportPanel.SuspendLayout();
            ((ISupportInitialize)this.picThumbnail).BeginInit();
            this.HeaderPanel.SuspendLayout();
            ((ISupportInitialize)this.pic).BeginInit();
            base.SuspendLayout();
            this.ExportPanel.BorderStyle = BorderStyle.FixedSingle;
            this.ExportPanel.Controls.Add(this.vListBox);
            this.ExportPanel.Controls.Add(this.progFile);
            this.ExportPanel.Controls.Add(this.lblExportHash);
            this.ExportPanel.Controls.Add(this.lblExportFileName);
            this.ExportPanel.Controls.Add(this.lbl_HashCode);
            this.ExportPanel.Controls.Add(this.lbl_FileName);
            this.ExportPanel.Controls.Add(this.picThumbnail);
            this.ExportPanel.Controls.Add(this.progBar);
            this.ExportPanel.Dock     = DockStyle.Fill;
            this.ExportPanel.Location = new Point(0, 45);
            this.ExportPanel.Name     = "ExportPanel";
            this.ExportPanel.Size     = new Size(560, 345);
            this.ExportPanel.TabIndex = 1;
            this.vListBox.Dock        = DockStyle.Bottom;
            this.vListBox.ImageList   = this.imageList1;
            this.vListBox.ItemHeight  = 34;
            this.vListBox.Location    = new Point(0, 122);
            this.vListBox.Name        = "vListBox";
            this.vListBox.RoundedCornersMaskListItem = 15;
            this.vListBox.Size     = new Size(558, 221);
            this.vListBox.TabIndex = 6;
            this.vListBox.VIBlendScrollBarsTheme = VIBLEND_THEME.OFFICE2010SILVER;
            this.vListBox.VIBlendTheme           = VIBLEND_THEME.OFFICE2010SILVER;
            this.imageList1.ImageStream          = (ImageListStreamer)Resources.ExportForm.imageList1_ImageStream;
            this.imageList1.TransparentColor     = Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "copy.png");
            this.imageList1.Images.SetKeyName(1, "check.png");
            this.imageList1.Images.SetKeyName(2, "stop.png");
            this.imageList1.Images.SetKeyName(3, "completed.png");
            this.imageList1.Images.SetKeyName(4, "dvd.png");
            this.imageList1.Images.SetKeyName(5, "zip.png");
            this.progFile.BackColor          = Color.Transparent;
            this.progFile.Location           = new Point(178, 83);
            this.progFile.Name               = "progFile";
            this.progFile.RoundedCornersMask = 15;
            this.progFile.Size               = new Size(368, 26);
            this.progFile.TabIndex           = 1;
            this.progFile.Text               = "vProgressBar1";
            this.progFile.Value              = 0;
            this.progFile.VIBlendTheme       = VIBLEND_THEME.OFFICE2010SILVER;
            this.progFile.Visible            = false;
            this.lblExportHash.AutoSize      = true;
            this.lblExportHash.Location      = new Point(286, 29);
            this.lblExportHash.Name          = "lblExportHash";
            this.lblExportHash.Size          = new Size(57, 13);
            this.lblExportHash.TabIndex      = 5;
            this.lblExportHash.Text          = "hash code";
            this.lblExportFileName.AutoSize  = true;
            this.lblExportFileName.Location  = new Point(286, 5);
            this.lblExportFileName.Name      = "lblExportFileName";
            this.lblExportFileName.Size      = new Size(49, 13);
            this.lblExportFileName.TabIndex  = 4;
            this.lblExportFileName.Text      = "file name";
            this.lbl_HashCode.AutoSize       = true;
            this.lbl_HashCode.Location       = new Point(178, 29);
            this.lbl_HashCode.Name           = "lbl_HashCode";
            this.lbl_HashCode.Size           = new Size(79, 13);
            this.lbl_HashCode.TabIndex       = 3;
            this.lbl_HashCode.Text           = "File Hash Code";
            this.lbl_FileName.AutoSize       = true;
            this.lbl_FileName.Location       = new Point(178, 5);
            this.lbl_FileName.Name           = "lbl_FileName";
            this.lbl_FileName.Size           = new Size(54, 13);
            this.lbl_FileName.TabIndex       = 2;
            this.lbl_FileName.Text           = "File Name";
            this.picThumbnail.BackColor      = Color.Black;
            this.picThumbnail.Location       = new Point(11, 5);
            this.picThumbnail.Name           = "picThumbnail";
            this.picThumbnail.Size           = new Size(161, 105);
            this.picThumbnail.SizeMode       = PictureBoxSizeMode.StretchImage;
            this.picThumbnail.TabIndex       = 1;
            this.picThumbnail.TabStop        = false;
            this.progBar.BackColor           = Color.Transparent;
            this.progBar.Location            = new Point(178, 53);
            this.progBar.Name = "progBar";
            this.progBar.RoundedCornersMask = 15;
            this.progBar.Size          = new Size(368, 26);
            this.progBar.TabIndex      = 0;
            this.progBar.Text          = "vProgressBar1";
            this.progBar.Value         = 0;
            this.progBar.VIBlendTheme  = VIBLEND_THEME.OFFICE2010SILVER;
            this.timer1.Interval       = 500;
            this.timer1.Tick          += new EventHandler(this.timer1_Tick);
            this.HeaderPanel.BackColor = Color.FromArgb(64, 64, 64);
            this.HeaderPanel.Controls.Add(this.lblExportMessage);
            this.HeaderPanel.Controls.Add(this.btnClose);
            this.HeaderPanel.Controls.Add(this.pic);
            this.HeaderPanel.Controls.Add(this.lbl_ExportFiles);
            this.HeaderPanel.Dock            = DockStyle.Top;
            this.HeaderPanel.Location        = new Point(0, 0);
            this.HeaderPanel.Name            = "HeaderPanel";
            this.HeaderPanel.Size            = new Size(560, 45);
            this.HeaderPanel.TabIndex        = 0;
            this.HeaderPanel.MouseDown      += new MouseEventHandler(this.HeaderPanel_MouseDown);
            this.lblExportMessage.AutoSize   = true;
            this.lblExportMessage.BackColor  = Color.Transparent;
            this.lblExportMessage.ForeColor  = Color.White;
            this.lblExportMessage.Location   = new Point(66, 26);
            this.lblExportMessage.Name       = "lblExportMessage";
            this.lblExportMessage.Size       = new Size(93, 13);
            this.lblExportMessage.TabIndex   = 3;
            this.lblExportMessage.Text       = "Export to device...";
            this.lblExportMessage.MouseDown += new MouseEventHandler(this.lblMessage_MouseDown);
            this.btnClose.AllowAnimations    = true;
            this.btnClose.BackColor          = Color.Transparent;
            this.btnClose.Dock                    = DockStyle.Right;
            this.btnClose.Image                   = Properties.Resources.close;
            this.btnClose.Location                = new Point(515, 0);
            this.btnClose.Name                    = "btnClose";
            this.btnClose.PaintBorder             = false;
            this.btnClose.PaintDefaultBorder      = false;
            this.btnClose.PaintDefaultFill        = false;
            this.btnClose.RoundedCornersMask      = 15;
            this.btnClose.RoundedCornersRadius    = 0;
            this.btnClose.Size                    = new Size(45, 45);
            this.btnClose.TabIndex                = 2;
            this.btnClose.UseVisualStyleBackColor = false;
            this.btnClose.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btnClose.Click                  += new EventHandler(this.btnClose_Click);
            this.pic.BackColor                    = Color.Transparent;
            this.pic.Image                  = Properties.Resources.sentinel;
            this.pic.Location               = new Point(5, 5);
            this.pic.Name                   = "pic";
            this.pic.Size                   = new Size(36, 36);
            this.pic.SizeMode               = PictureBoxSizeMode.CenterImage;
            this.pic.TabIndex               = 1;
            this.pic.TabStop                = false;
            this.pic.MouseDown             += new MouseEventHandler(this.pic_MouseDown);
            this.lbl_ExportFiles.AutoSize   = true;
            this.lbl_ExportFiles.BackColor  = Color.Transparent;
            this.lbl_ExportFiles.Font       = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
            this.lbl_ExportFiles.ForeColor  = Color.White;
            this.lbl_ExportFiles.Location   = new Point(66, 5);
            this.lbl_ExportFiles.Name       = "lbl_ExportFiles";
            this.lbl_ExportFiles.Size       = new Size(114, 16);
            this.lbl_ExportFiles.TabIndex   = 0;
            this.lbl_ExportFiles.Text       = "EXPORT FILES";
            this.lbl_ExportFiles.MouseDown += new MouseEventHandler(this.lbl_ExportFiles_MouseDown);
            base.AutoScaleDimensions        = new SizeF(6f, 13f);
            base.AutoScaleMode              = AutoScaleMode.Font;
            this.BackColor                  = Color.White;
            base.ClientSize                 = new Size(560, 390);
            base.Controls.Add(this.ExportPanel);
            base.Controls.Add(this.HeaderPanel);
            base.FormBorderStyle = FormBorderStyle.None;
            base.Name            = "ExportForm";
            base.StartPosition   = FormStartPosition.CenterScreen;
            this.Text            = "Form1";
            base.FormClosing    += new FormClosingEventHandler(this.ExportForm_FormClosing);
            base.Load           += new EventHandler(this.ExportForm_Load);
            base.Paint          += new PaintEventHandler(this.ExportForm_Paint);
            this.ExportPanel.ResumeLayout(false);
            this.ExportPanel.PerformLayout();
            ((ISupportInitialize)this.picThumbnail).EndInit();
            this.HeaderPanel.ResumeLayout(false);
            this.HeaderPanel.PerformLayout();
            ((ISupportInitialize)this.pic).EndInit();
            base.ResumeLayout(false);
        }
예제 #9
0
        private void InitializeComponent()
        {
            ListItem listItem  = new ListItem();
            ListItem listItem1 = new ListItem();
            ListItem listItem2 = new ListItem();
            ListItem listItem3 = new ListItem();
            ListItem listItem4 = new ListItem();

            this.lbl_ScanStatus = new Label();
            this.flowPanel      = new FlowLayoutPanel();
            this.imageAcquisitionProgressBar = new vProgressBar();
            this.cboResolution   = new vComboBox();
            this.lbl_Resolution  = new Label();
            this.vCheckBox_0     = new vCheckBox();
            this.cboDevices      = new vComboBox();
            this.lbl_ScanDevices = new Label();
            this.WaitPic         = new PictureBox();
            this.ScanPic         = new PictureBox();
            this.btn_Scan        = new vButton();
            this.lbl_DocTitle    = new Label();
            this.txtTitle        = new vTextBox();
            this.txtSubject      = new vTextBox();
            this.lbl_Subject     = new Label();
            this.txtKeywords     = new vTextBox();
            this.lbl_Keywords    = new Label();
            this.lbl_Security    = new Label();
            this.cboSecurity     = new vComboBox();
            ((ISupportInitialize)this.WaitPic).BeginInit();
            ((ISupportInitialize)this.ScanPic).BeginInit();
            base.SuspendLayout();
            this.lbl_ScanStatus.AutoSize = true;
            this.lbl_ScanStatus.Location = new Point(335, 348);
            this.lbl_ScanStatus.Name     = "lbl_ScanStatus";
            this.lbl_ScanStatus.Size     = new Size(47, 13);
            this.lbl_ScanStatus.TabIndex = 16;
            this.lbl_ScanStatus.Text     = "Ready...";
            this.flowPanel.AutoScroll    = true;
            this.flowPanel.BorderStyle   = BorderStyle.FixedSingle;
            this.flowPanel.Location      = new Point(9, 249);
            this.flowPanel.Name          = "flowPanel";
            this.flowPanel.Size          = new Size(314, 112);
            this.flowPanel.TabIndex      = 14;
            this.imageAcquisitionProgressBar.BackColor            = Color.Transparent;
            this.imageAcquisitionProgressBar.Location             = new Point(338, 314);
            this.imageAcquisitionProgressBar.Name                 = "imageAcquisitionProgressBar";
            this.imageAcquisitionProgressBar.RoundedCornersMask   = 15;
            this.imageAcquisitionProgressBar.RoundedCornersRadius = 0;
            this.imageAcquisitionProgressBar.Size                 = new Size(231, 21);
            this.imageAcquisitionProgressBar.TabIndex             = 15;
            this.imageAcquisitionProgressBar.Text                 = "vProgressBar1";
            this.imageAcquisitionProgressBar.Value                = 0;
            this.imageAcquisitionProgressBar.VIBlendTheme         = VIBLEND_THEME.OFFICE2010SILVER;
            this.cboResolution.BackColor               = Color.White;
            this.cboResolution.DefaultText             = "";
            this.cboResolution.DisplayMember           = "";
            this.cboResolution.DropDownList            = true;
            this.cboResolution.DropDownMaximumSize     = new Size(1000, 1000);
            this.cboResolution.DropDownMinimumSize     = new Size(10, 10);
            this.cboResolution.DropDownResizeDirection = SizingDirection.Both;
            this.cboResolution.DropDownWidth           = 186;
            listItem.RoundedCornersMask = 15;
            listItem.Text = "100";
            listItem1.RoundedCornersMask = 15;
            listItem1.Text = "150";
            listItem2.RoundedCornersMask = 15;
            listItem2.Text = "200";
            listItem3.RoundedCornersMask = 15;
            listItem3.Text = "300";
            listItem4.RoundedCornersMask = 15;
            listItem4.Text = "600";
            this.cboResolution.Items.Add(listItem);
            this.cboResolution.Items.Add(listItem1);
            this.cboResolution.Items.Add(listItem2);
            this.cboResolution.Items.Add(listItem3);
            this.cboResolution.Items.Add(listItem4);
            this.cboResolution.Location = new Point(137, 66);
            this.cboResolution.Name     = "cboResolution";
            this.cboResolution.RoundedCornersMaskListItem = 15;
            this.cboResolution.Size                       = new Size(186, 23);
            this.cboResolution.TabIndex                   = 4;
            this.cboResolution.UseThemeBackColor          = false;
            this.cboResolution.UseThemeDropDownArrowColor = true;
            this.cboResolution.ValueMember                = "";
            this.cboResolution.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.cboResolution.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.lbl_Resolution.AutoSize                  = true;
            this.lbl_Resolution.Location                  = new Point(9, 71);
            this.lbl_Resolution.Name                      = "lbl_Resolution";
            this.lbl_Resolution.Size                      = new Size(57, 13);
            this.lbl_Resolution.TabIndex                  = 3;
            this.lbl_Resolution.Text                      = "Resolution";
            this.vCheckBox_0.BackColor                    = Color.Transparent;
            this.vCheckBox_0.Location                     = new Point(137, 7);
            this.vCheckBox_0.Name     = "chkShowUI";
            this.vCheckBox_0.Size     = new Size(186, 24);
            this.vCheckBox_0.TabIndex = 0;
            this.vCheckBox_0.Text     = "Show Scanner UI";
            this.vCheckBox_0.UseVisualStyleBackColor = false;
            this.vCheckBox_0.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.cboDevices.BackColor               = Color.White;
            this.cboDevices.DefaultText             = "";
            this.cboDevices.DisplayMember           = "";
            this.cboDevices.DropDownList            = true;
            this.cboDevices.DropDownMaximumSize     = new Size(1000, 1000);
            this.cboDevices.DropDownMinimumSize     = new Size(10, 10);
            this.cboDevices.DropDownResizeDirection = SizingDirection.Both;
            this.cboDevices.DropDownWidth           = 186;
            this.cboDevices.Location = new Point(137, 37);
            this.cboDevices.Name     = "cboDevices";
            this.cboDevices.RoundedCornersMaskListItem = 15;
            this.cboDevices.Size                       = new Size(186, 23);
            this.cboDevices.TabIndex                   = 2;
            this.cboDevices.UseThemeBackColor          = false;
            this.cboDevices.UseThemeDropDownArrowColor = true;
            this.cboDevices.ValueMember                = "";
            this.cboDevices.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.cboDevices.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.lbl_ScanDevices.AutoSize              = true;
            this.lbl_ScanDevices.Location              = new Point(9, 42);
            this.lbl_ScanDevices.Name                  = "lbl_ScanDevices";
            this.lbl_ScanDevices.Size                  = new Size(46, 13);
            this.lbl_ScanDevices.TabIndex              = 1;
            this.lbl_ScanDevices.Text                  = "Devices";
            this.WaitPic.Image                          = Properties.Resources.loading2;
            this.WaitPic.Location                       = new Point(417, 119);
            this.WaitPic.Name                           = "WaitPic";
            this.WaitPic.Size                           = new Size(80, 71);
            this.WaitPic.SizeMode                       = PictureBoxSizeMode.CenterImage;
            this.WaitPic.TabIndex                       = 22;
            this.WaitPic.TabStop                        = false;
            this.WaitPic.Visible                        = false;
            this.ScanPic.BorderStyle                    = BorderStyle.FixedSingle;
            this.ScanPic.Location                       = new Point(338, 6);
            this.ScanPic.Name                           = "ScanPic";
            this.ScanPic.Size                           = new Size(231, 301);
            this.ScanPic.SizeMode                       = PictureBoxSizeMode.StretchImage;
            this.ScanPic.TabIndex                       = 13;
            this.ScanPic.TabStop                        = false;
            this.btn_Scan.AllowAnimations               = true;
            this.btn_Scan.BackColor                     = Color.Transparent;
            this.btn_Scan.Image                         = Properties.Resources.scandoc;
            this.btn_Scan.ImageAlign                    = ContentAlignment.MiddleLeft;
            this.btn_Scan.Location                      = new Point(137, 213);
            this.btn_Scan.Name                          = "btn_Scan";
            this.btn_Scan.RoundedCornersMask            = 15;
            this.btn_Scan.RoundedCornersRadius          = 0;
            this.btn_Scan.Size                          = new Size(186, 30);
            this.btn_Scan.TabIndex                      = 13;
            this.btn_Scan.Text                          = "Scan";
            this.btn_Scan.UseVisualStyleBackColor       = false;
            this.btn_Scan.VIBlendTheme                  = VIBLEND_THEME.VISTABLUE;
            this.btn_Scan.Click                        += new EventHandler(this.btn_Scan_Click);
            this.lbl_DocTitle.AutoSize                  = true;
            this.lbl_DocTitle.Location                  = new Point(9, 101);
            this.lbl_DocTitle.Name                      = "lbl_DocTitle";
            this.lbl_DocTitle.Size                      = new Size(79, 13);
            this.lbl_DocTitle.TabIndex                  = 5;
            this.lbl_DocTitle.Text                      = "Document Title";
            this.txtTitle.BackColor                     = Color.White;
            this.txtTitle.BoundsOffset                  = new Size(1, 1);
            this.txtTitle.ControlBorderColor            = Color.FromArgb(39, 39, 39);
            this.txtTitle.DefaultText                   = "";
            this.txtTitle.Location                      = new Point(137, 96);
            this.txtTitle.MaxLength                     = 64;
            this.txtTitle.Name                          = "txtTitle";
            this.txtTitle.PasswordChar                  = '\0';
            this.txtTitle.ScrollBars                    = ScrollBars.None;
            this.txtTitle.SelectionLength               = 0;
            this.txtTitle.SelectionStart                = 0;
            this.txtTitle.Size                          = new Size(186, 23);
            this.txtTitle.TabIndex                      = 6;
            this.txtTitle.TextAlign                     = HorizontalAlignment.Left;
            this.txtTitle.VIBlendTheme                  = VIBLEND_THEME.VISTABLUE;
            this.txtSubject.BackColor                   = Color.White;
            this.txtSubject.BoundsOffset                = new Size(1, 1);
            this.txtSubject.ControlBorderColor          = Color.FromArgb(39, 39, 39);
            this.txtSubject.DefaultText                 = "";
            this.txtSubject.Location                    = new Point(137, 125);
            this.txtSubject.MaxLength                   = 64;
            this.txtSubject.Name                        = "txtSubject";
            this.txtSubject.PasswordChar                = '\0';
            this.txtSubject.ScrollBars                  = ScrollBars.None;
            this.txtSubject.SelectionLength             = 0;
            this.txtSubject.SelectionStart              = 0;
            this.txtSubject.Size                        = new Size(186, 23);
            this.txtSubject.TabIndex                    = 8;
            this.txtSubject.TextAlign                   = HorizontalAlignment.Left;
            this.txtSubject.VIBlendTheme                = VIBLEND_THEME.VISTABLUE;
            this.lbl_Subject.AutoSize                   = true;
            this.lbl_Subject.Location                   = new Point(9, 130);
            this.lbl_Subject.Name                       = "lbl_Subject";
            this.lbl_Subject.Size                       = new Size(43, 13);
            this.lbl_Subject.TabIndex                   = 7;
            this.lbl_Subject.Text                       = "Subject";
            this.txtKeywords.BackColor                  = Color.White;
            this.txtKeywords.BoundsOffset               = new Size(1, 1);
            this.txtKeywords.ControlBorderColor         = Color.FromArgb(39, 39, 39);
            this.txtKeywords.DefaultText                = "";
            this.txtKeywords.Location                   = new Point(137, 154);
            this.txtKeywords.MaxLength                  = 64;
            this.txtKeywords.Name                       = "txtKeywords";
            this.txtKeywords.PasswordChar               = '\0';
            this.txtKeywords.ScrollBars                 = ScrollBars.None;
            this.txtKeywords.SelectionLength            = 0;
            this.txtKeywords.SelectionStart             = 0;
            this.txtKeywords.Size                       = new Size(186, 23);
            this.txtKeywords.TabIndex                   = 10;
            this.txtKeywords.TextAlign                  = HorizontalAlignment.Left;
            this.txtKeywords.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.lbl_Keywords.AutoSize                  = true;
            this.lbl_Keywords.Location                  = new Point(9, 159);
            this.lbl_Keywords.Name                      = "lbl_Keywords";
            this.lbl_Keywords.Size                      = new Size(53, 13);
            this.lbl_Keywords.TabIndex                  = 9;
            this.lbl_Keywords.Text                      = "Keywords";
            this.lbl_Security.AutoSize                  = true;
            this.lbl_Security.Location                  = new Point(9, 189);
            this.lbl_Security.Name                      = "lbl_Security";
            this.lbl_Security.Size                      = new Size(74, 13);
            this.lbl_Security.TabIndex                  = 11;
            this.lbl_Security.Text                      = "Security Level";
            this.cboSecurity.BackColor                  = Color.White;
            this.cboSecurity.DefaultText                = "";
            this.cboSecurity.DisplayMember              = "";
            this.cboSecurity.DropDownList               = true;
            this.cboSecurity.DropDownMaximumSize        = new Size(1000, 1000);
            this.cboSecurity.DropDownMinimumSize        = new Size(10, 10);
            this.cboSecurity.DropDownResizeDirection    = SizingDirection.Both;
            this.cboSecurity.DropDownWidth              = 186;
            this.cboSecurity.Location                   = new Point(137, 184);
            this.cboSecurity.Name                       = "cboSecurity";
            this.cboSecurity.RoundedCornersMaskListItem = 15;
            this.cboSecurity.Size                       = new Size(186, 23);
            this.cboSecurity.TabIndex                   = 12;
            this.cboSecurity.UseThemeBackColor          = false;
            this.cboSecurity.UseThemeDropDownArrowColor = true;
            this.cboSecurity.ValueMember                = "";
            this.cboSecurity.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.cboSecurity.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            base.AutoScaleDimensions                    = new SizeF(6f, 13f);
            base.AutoScaleMode                          = AutoScaleMode.Font;
            this.BackColor  = Color.White;
            base.ClientSize = new Size(574, 370);
            base.Controls.Add(this.cboSecurity);
            base.Controls.Add(this.lbl_Security);
            base.Controls.Add(this.txtKeywords);
            base.Controls.Add(this.lbl_Keywords);
            base.Controls.Add(this.txtSubject);
            base.Controls.Add(this.lbl_Subject);
            base.Controls.Add(this.txtTitle);
            base.Controls.Add(this.lbl_DocTitle);
            base.Controls.Add(this.WaitPic);
            base.Controls.Add(this.lbl_ScanStatus);
            base.Controls.Add(this.flowPanel);
            base.Controls.Add(this.imageAcquisitionProgressBar);
            base.Controls.Add(this.cboResolution);
            base.Controls.Add(this.lbl_Resolution);
            base.Controls.Add(this.vCheckBox_0);
            base.Controls.Add(this.cboDevices);
            base.Controls.Add(this.lbl_ScanDevices);
            base.Controls.Add(this.ScanPic);
            base.Controls.Add(this.btn_Scan);
            base.FormBorderStyle = FormBorderStyle.FixedToolWindow;
            base.Name            = "Scanner";
            base.StartPosition   = FormStartPosition.CenterParent;
            this.Text            = "Scanner";
            base.FormClosing    += new FormClosingEventHandler(this.Scanner_FormClosing);
            base.Load           += new EventHandler(this.Scanner_Load);
            ((ISupportInitialize)this.WaitPic).EndInit();
            ((ISupportInitialize)this.ScanPic).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
예제 #10
0
 private void InitializeComponent()
 {
     this.FormPanel        = new Panel();
     this.btn_Cancel       = new vButton();
     this.btn_OK           = new vButton();
     this.txtDesc          = new vTextBox();
     this.lbl_Desc         = new Label();
     this.HeaderPanel      = new Panel();
     this.lbl_TagSaveTitle = new Label();
     this.FormPanel.SuspendLayout();
     this.HeaderPanel.SuspendLayout();
     base.SuspendLayout();
     this.FormPanel.BorderStyle = BorderStyle.FixedSingle;
     this.FormPanel.Controls.Add(this.btn_Cancel);
     this.FormPanel.Controls.Add(this.btn_OK);
     this.FormPanel.Controls.Add(this.txtDesc);
     this.FormPanel.Controls.Add(this.lbl_Desc);
     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(419, 132);
     this.FormPanel.TabIndex                 = 0;
     this.btn_Cancel.AllowAnimations         = true;
     this.btn_Cancel.BackColor               = Color.Transparent;
     this.btn_Cancel.Location                = new Point(304, 86);
     this.btn_Cancel.Name                    = "btn_Cancel";
     this.btn_Cancel.RoundedCornersMask      = 15;
     this.btn_Cancel.Size                    = new Size(100, 30);
     this.btn_Cancel.TabIndex                = 3;
     this.btn_Cancel.Text                    = "Cancel";
     this.btn_Cancel.UseVisualStyleBackColor = false;
     this.btn_Cancel.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Cancel.Click                  += new EventHandler(this.btn_Cancel_Click);
     this.btn_OK.AllowAnimations             = true;
     this.btn_OK.BackColor                   = Color.Transparent;
     this.btn_OK.Location                    = new Point(198, 86);
     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.txtDesc.BackColor                 = Color.White;
     this.txtDesc.BoundsOffset              = new Size(1, 1);
     this.txtDesc.ControlBorderColor        = Color.FromArgb(39, 39, 39);
     this.txtDesc.DefaultText               = "";
     this.txtDesc.Location                  = new Point(155, 57);
     this.txtDesc.MaxLength                 = 64;
     this.txtDesc.Name                      = "txtDesc";
     this.txtDesc.PasswordChar              = '\0';
     this.txtDesc.ScrollBars                = ScrollBars.None;
     this.txtDesc.SelectionLength           = 0;
     this.txtDesc.SelectionStart            = 0;
     this.txtDesc.Size                      = new Size(249, 23);
     this.txtDesc.TabIndex                  = 1;
     this.txtDesc.TextAlign                 = HorizontalAlignment.Left;
     this.txtDesc.VIBlendTheme              = VIBLEND_THEME.VISTABLUE;
     this.txtDesc.KeyDown                  += new KeyEventHandler(this.txtDesc_KeyDown);
     this.lbl_Desc.AutoSize                 = true;
     this.lbl_Desc.Location                 = new Point(21, 62);
     this.lbl_Desc.Name                     = "lbl_Desc";
     this.lbl_Desc.Size                     = new Size(60, 13);
     this.lbl_Desc.TabIndex                 = 0;
     this.lbl_Desc.Text                     = "Description";
     this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.lbl_TagSaveTitle);
     this.HeaderPanel.Dock            = DockStyle.Top;
     this.HeaderPanel.Location        = new Point(0, 0);
     this.HeaderPanel.Name            = "HeaderPanel";
     this.HeaderPanel.Size            = new Size(417, 40);
     this.HeaderPanel.TabIndex        = 0;
     this.HeaderPanel.MouseDown      += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.lbl_TagSaveTitle.AutoSize   = true;
     this.lbl_TagSaveTitle.Font       = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_TagSaveTitle.ForeColor  = Color.White;
     this.lbl_TagSaveTitle.Location   = new Point(12, 12);
     this.lbl_TagSaveTitle.Name       = "lbl_TagSaveTitle";
     this.lbl_TagSaveTitle.Size       = new Size(144, 16);
     this.lbl_TagSaveTitle.TabIndex   = 0;
     this.lbl_TagSaveTitle.Text       = "SAVE VIDEO MARK";
     this.lbl_TagSaveTitle.MouseDown += new MouseEventHandler(this.lbl_TagSaveTitle_MouseDown);
     base.AutoScaleDimensions         = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor     = Color.White;
     base.ClientSize    = new Size(419, 132);
     base.Controls.Add(this.FormPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "SaveTag";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "SaveTag";
     base.Load           += new EventHandler(this.SaveTag_Load);
     this.FormPanel.ResumeLayout(false);
     this.FormPanel.PerformLayout();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     base.ResumeLayout(false);
 }
예제 #11
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);
 }
예제 #12
0
 private void InitializeComponent()
 {
     this.HeaderPanel    = new Panel();
     this.lbl_FileDelete = new Label();
     this.FormPanel      = new Panel();
     this.pic            = new PictureBox();
     this.btn_Cancel     = new vButton();
     this.msgText        = new Label();
     this.progBar        = new vProgressBar();
     this.HeaderPanel.SuspendLayout();
     this.FormPanel.SuspendLayout();
     ((ISupportInitialize)this.pic).BeginInit();
     base.SuspendLayout();
     this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.lbl_FileDelete);
     this.HeaderPanel.Dock          = DockStyle.Top;
     this.HeaderPanel.Location      = new Point(0, 0);
     this.HeaderPanel.Name          = "HeaderPanel";
     this.HeaderPanel.Size          = new Size(400, 40);
     this.HeaderPanel.TabIndex      = 0;
     this.HeaderPanel.MouseDown    += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.lbl_FileDelete.AutoSize   = true;
     this.lbl_FileDelete.Font       = new Font("Verdana", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_FileDelete.ForeColor  = Color.White;
     this.lbl_FileDelete.Location   = new Point(7, 11);
     this.lbl_FileDelete.Name       = "lbl_FileDelete";
     this.lbl_FileDelete.Size       = new Size(131, 18);
     this.lbl_FileDelete.TabIndex   = 0;
     this.lbl_FileDelete.Text       = "DELETE FILES";
     this.lbl_FileDelete.MouseDown += new MouseEventHandler(this.lbl_FileDelete_MouseDown);
     this.FormPanel.BackColor       = Color.White;
     this.FormPanel.BorderStyle     = BorderStyle.FixedSingle;
     this.FormPanel.Controls.Add(this.pic);
     this.FormPanel.Controls.Add(this.btn_Cancel);
     this.FormPanel.Controls.Add(this.msgText);
     this.FormPanel.Controls.Add(this.progBar);
     this.FormPanel.Dock                     = DockStyle.Fill;
     this.FormPanel.Location                 = new Point(0, 40);
     this.FormPanel.Name                     = "FormPanel";
     this.FormPanel.Size                     = new Size(400, 142);
     this.FormPanel.TabIndex                 = 1;
     this.pic.BackColor                      = Color.Transparent;
     this.pic.Location                       = new Point(29, 61);
     this.pic.Name                           = "pic";
     this.pic.Size                           = new Size(121, 67);
     this.pic.SizeMode                       = PictureBoxSizeMode.StretchImage;
     this.pic.TabIndex                       = 3;
     this.pic.TabStop                        = false;
     this.btn_Cancel.AllowAnimations         = true;
     this.btn_Cancel.BackColor               = Color.Transparent;
     this.btn_Cancel.Location                = new Point(269, 98);
     this.btn_Cancel.Name                    = "btn_Cancel";
     this.btn_Cancel.RoundedCornersMask      = 15;
     this.btn_Cancel.RoundedCornersRadius    = 0;
     this.btn_Cancel.Size                    = new Size(100, 30);
     this.btn_Cancel.TabIndex                = 2;
     this.btn_Cancel.Text                    = "Cancel";
     this.btn_Cancel.UseVisualStyleBackColor = false;
     this.btn_Cancel.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Cancel.Click                  += new EventHandler(this.btn_Cancel_Click);
     this.msgText.AutoSize                   = true;
     this.msgText.Location                   = new Point(29, 41);
     this.msgText.Name                       = "msgText";
     this.msgText.Size                       = new Size(38, 13);
     this.msgText.TabIndex                   = 1;
     this.msgText.Text                       = "Ready";
     this.progBar.BackColor                  = Color.Transparent;
     this.progBar.Location                   = new Point(29, 9);
     this.progBar.Name                       = "progBar";
     this.progBar.RoundedCornersMask         = 15;
     this.progBar.RoundedCornersRadius       = 0;
     this.progBar.Size                       = new Size(340, 25);
     this.progBar.TabIndex                   = 0;
     this.progBar.Text                       = "vProgressBar1";
     this.progBar.Value                      = 0;
     this.progBar.VIBlendTheme               = VIBLEND_THEME.OFFICE2010SILVER;
     base.AutoScaleDimensions                = new SizeF(6f, 13f);
     base.AutoScaleMode                      = AutoScaleMode.Font;
     base.ClientSize                         = new Size(400, 182);
     base.Controls.Add(this.FormPanel);
     base.Controls.Add(this.HeaderPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "FileDelete";
     base.StartPosition   = FormStartPosition.CenterScreen;
     this.Text            = "FileDelete";
     base.Load           += new EventHandler(this.FileDelete_Load);
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     this.FormPanel.ResumeLayout(false);
     this.FormPanel.PerformLayout();
     ((ISupportInitialize)this.pic).EndInit();
     base.ResumeLayout(false);
 }
예제 #13
0
 private void InitializeComponent()
 {
     this.MainPanel       = new Panel();
     this.btn_SetLanguage = new vButton();
     this.cboLang         = new vComboBox();
     this.lbl_SelectLang  = new Label();
     this.HeaderPanel     = new Panel();
     this.btnCloseDlg     = new vButton();
     this.lbl_Language    = new Label();
     this.pictureBox1     = new PictureBox();
     this.MainPanel.SuspendLayout();
     this.HeaderPanel.SuspendLayout();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.MainPanel.BorderStyle = BorderStyle.FixedSingle;
     this.MainPanel.Controls.Add(this.btn_SetLanguage);
     this.MainPanel.Controls.Add(this.cboLang);
     this.MainPanel.Controls.Add(this.lbl_SelectLang);
     this.MainPanel.Dock     = DockStyle.Fill;
     this.MainPanel.Location = new Point(0, 40);
     this.MainPanel.Name     = "MainPanel";
     this.MainPanel.Size     = new Size(263, 113);
     this.MainPanel.TabIndex = 1;
     this.btn_SetLanguage.AllowAnimations         = true;
     this.btn_SetLanguage.BackColor               = Color.Transparent;
     this.btn_SetLanguage.Enabled                 = false;
     this.btn_SetLanguage.Location                = new Point(93, 67);
     this.btn_SetLanguage.Name                    = "btn_SetLanguage";
     this.btn_SetLanguage.RoundedCornersMask      = 15;
     this.btn_SetLanguage.Size                    = new Size(157, 30);
     this.btn_SetLanguage.TabIndex                = 2;
     this.btn_SetLanguage.Text                    = "Set Language";
     this.btn_SetLanguage.UseVisualStyleBackColor = false;
     this.btn_SetLanguage.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_SetLanguage.Click                  += new EventHandler(this.btn_SetLanguage_Click);
     this.cboLang.BackColor               = Color.White;
     this.cboLang.DefaultText             = "";
     this.cboLang.DisplayMember           = "";
     this.cboLang.DropDownList            = true;
     this.cboLang.DropDownMaximumSize     = new Size(1000, 1000);
     this.cboLang.DropDownMinimumSize     = new Size(10, 10);
     this.cboLang.DropDownResizeDirection = SizingDirection.Both;
     this.cboLang.DropDownWidth           = 236;
     this.cboLang.Location = new Point(14, 32);
     this.cboLang.Name     = "cboLang";
     this.cboLang.RoundedCornersMaskListItem = 15;
     this.cboLang.Size                       = new Size(236, 23);
     this.cboLang.TabIndex                   = 1;
     this.cboLang.UseThemeBackColor          = false;
     this.cboLang.UseThemeDropDownArrowColor = true;
     this.cboLang.ValueMember                = "";
     this.cboLang.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
     this.cboLang.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
     this.lbl_SelectLang.AutoSize            = true;
     this.lbl_SelectLang.Location            = new Point(14, 15);
     this.lbl_SelectLang.Name                = "lbl_SelectLang";
     this.lbl_SelectLang.Size                = new Size(55, 13);
     this.lbl_SelectLang.TabIndex            = 0;
     this.lbl_SelectLang.Text                = "Language";
     this.HeaderPanel.BackgroundImage        = Properties.Resources.header;
     this.HeaderPanel.BackgroundImageLayout  = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.btnCloseDlg);
     this.HeaderPanel.Controls.Add(this.lbl_Language);
     this.HeaderPanel.Controls.Add(this.pictureBox1);
     this.HeaderPanel.Dock                    = DockStyle.Top;
     this.HeaderPanel.Location                = new Point(0, 0);
     this.HeaderPanel.Name                    = "HeaderPanel";
     this.HeaderPanel.Size                    = new Size(263, 40);
     this.HeaderPanel.TabIndex                = 0;
     this.HeaderPanel.MouseDown              += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.btnCloseDlg.AllowAnimations         = true;
     this.btnCloseDlg.BackColor               = Color.Transparent;
     this.btnCloseDlg.Dock                    = DockStyle.Right;
     this.btnCloseDlg.Image                   = Properties.Resources.close;
     this.btnCloseDlg.Location                = new Point(223, 0);
     this.btnCloseDlg.Name                    = "btnCloseDlg";
     this.btnCloseDlg.PaintBorder             = false;
     this.btnCloseDlg.PaintDefaultBorder      = false;
     this.btnCloseDlg.PaintDefaultFill        = false;
     this.btnCloseDlg.RoundedCornersMask      = 15;
     this.btnCloseDlg.Size                    = new Size(40, 40);
     this.btnCloseDlg.TabIndex                = 2;
     this.btnCloseDlg.UseVisualStyleBackColor = false;
     this.btnCloseDlg.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnCloseDlg.Click                  += new EventHandler(this.btnCloseDlg_Click);
     this.lbl_Language.AutoSize               = true;
     this.lbl_Language.BackColor              = Color.Transparent;
     this.lbl_Language.Font                   = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_Language.ForeColor              = Color.White;
     this.lbl_Language.Location               = new Point(45, 4);
     this.lbl_Language.Name                   = "lbl_Language";
     this.lbl_Language.Size                   = new Size(77, 16);
     this.lbl_Language.TabIndex               = 1;
     this.lbl_Language.Text                   = "Language";
     this.lbl_Language.MouseDown             += new MouseEventHandler(this.lbl_Language_MouseDown);
     this.pictureBox1.BackColor               = Color.Transparent;
     this.pictureBox1.Image                   = Properties.Resources.globe;
     this.pictureBox1.Location                = new Point(4, 4);
     this.pictureBox1.Name                    = "pictureBox1";
     this.pictureBox1.Size                    = new Size(34, 34);
     this.pictureBox1.SizeMode                = PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex                = 0;
     this.pictureBox1.TabStop                 = false;
     this.pictureBox1.MouseDown              += new MouseEventHandler(this.pictureBox1_MouseDown);
     base.AutoScaleDimensions                 = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor     = Color.White;
     base.ClientSize    = new Size(263, 153);
     base.Controls.Add(this.MainPanel);
     base.Controls.Add(this.HeaderPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "Language";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "Language";
     base.Load           += new EventHandler(this.Language_Load);
     this.MainPanel.ResumeLayout(false);
     this.MainPanel.PerformLayout();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     ((ISupportInitialize)this.pictureBox1).EndInit();
     base.ResumeLayout(false);
 }
예제 #14
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(About));

            this.lbl_Version = new Label();
            this.lblHardware = new Label();
            this.lnk_License = new LinkLabel();
            this.AboutPanel  = new Panel();
            this.MainPanel   = new Panel();
            this.Copyright   = new Label();
            this.LogoPic     = new PictureBox();
            this.LogoPanel   = new Panel();
            this.BrandPic    = new PictureBox();
            this.HeaderPanel = new Panel();
            this.lbl_About   = new Label();
            this.pictureBox2 = new PictureBox();
            this.btnCloseDlg = new vButton();
            this.AboutPanel.SuspendLayout();
            this.MainPanel.SuspendLayout();
            ((ISupportInitialize)this.LogoPic).BeginInit();
            ((ISupportInitialize)this.BrandPic).BeginInit();
            this.HeaderPanel.SuspendLayout();
            ((ISupportInitialize)this.pictureBox2).BeginInit();
            base.SuspendLayout();
            this.lbl_Version.AutoSize     = true;
            this.lbl_Version.BackColor    = Color.Transparent;
            this.lbl_Version.Font         = new Font("Verdana", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
            this.lbl_Version.ForeColor    = Color.Black;
            this.lbl_Version.Location     = new Point(356, 6);
            this.lbl_Version.Name         = "lbl_Version";
            this.lbl_Version.Size         = new Size(141, 18);
            this.lbl_Version.TabIndex     = 3;
            this.lbl_Version.Text         = "Version 5.0.5.1";
            this.lblHardware.BackColor    = Color.Transparent;
            this.lblHardware.Location     = new Point(270, 58);
            this.lblHardware.Name         = "lblHardware";
            this.lblHardware.Size         = new Size(317, 153);
            this.lblHardware.TabIndex     = 5;
            this.lnk_License.AutoSize     = true;
            this.lnk_License.BackColor    = Color.Transparent;
            this.lnk_License.Location     = new Point(356, 33);
            this.lnk_License.Name         = "lnk_License";
            this.lnk_License.Size         = new Size(101, 13);
            this.lnk_License.TabIndex     = 9;
            this.lnk_License.TabStop      = true;
            this.lnk_License.Text         = "C3 Sentinel License";
            this.lnk_License.LinkClicked += new LinkLabelLinkClickedEventHandler(this.lnk_License_LinkClicked);
            this.AboutPanel.BorderStyle   = BorderStyle.FixedSingle;
            this.AboutPanel.Controls.Add(this.MainPanel);
            this.AboutPanel.Dock                 = DockStyle.Fill;
            this.AboutPanel.Location             = new Point(0, 45);
            this.AboutPanel.Name                 = "AboutPanel";
            this.AboutPanel.Size                 = new Size(593, 240);
            this.AboutPanel.TabIndex             = 11;
            this.MainPanel.BackgroundImageLayout = ImageLayout.Stretch;
            this.MainPanel.Controls.Add(this.Copyright);
            this.MainPanel.Controls.Add(this.lblHardware);
            this.MainPanel.Controls.Add(this.LogoPic);
            this.MainPanel.Controls.Add(this.LogoPanel);
            this.MainPanel.Controls.Add(this.lbl_Version);
            this.MainPanel.Controls.Add(this.lnk_License);
            this.MainPanel.Controls.Add(this.BrandPic);
            this.MainPanel.Dock                    = DockStyle.Fill;
            this.MainPanel.Location                = new Point(0, 0);
            this.MainPanel.Name                    = "MainPanel";
            this.MainPanel.Size                    = new Size(591, 238);
            this.MainPanel.TabIndex                = 11;
            this.MainPanel.Paint                  += new PaintEventHandler(this.MainPanel_Paint);
            this.Copyright.AutoSize                = true;
            this.Copyright.BackColor               = Color.Transparent;
            this.Copyright.Font                    = new Font("Times New Roman", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.Copyright.Location                = new Point(272, 216);
            this.Copyright.Name                    = "Copyright";
            this.Copyright.Size                    = new Size(89, 14);
            this.Copyright.TabIndex                = 12;
            this.Copyright.Text                    = "Copyright ©2015";
            this.LogoPic.BackColor                 = Color.Transparent;
            this.LogoPic.Cursor                    = Cursors.Hand;
            this.LogoPic.Image                     = Properties.Resources.logo;
            this.LogoPic.Location                  = new Point(460, 212);
            this.LogoPic.Name                      = "LogoPic";
            this.LogoPic.Size                      = new Size(127, 22);
            this.LogoPic.SizeMode                  = PictureBoxSizeMode.StretchImage;
            this.LogoPic.TabIndex                  = 4;
            this.LogoPic.TabStop                   = false;
            this.LogoPic.Click                    += new EventHandler(this.LogoPic_Click);
            this.LogoPanel.BackColor               = Color.Transparent;
            this.LogoPanel.BackgroundImage         = Properties.Resources.wc_about;
            this.LogoPanel.BackgroundImageLayout   = ImageLayout.None;
            this.LogoPanel.Location                = new Point(2, 2);
            this.LogoPanel.Name                    = "LogoPanel";
            this.LogoPanel.Size                    = new Size(262, 227);
            this.LogoPanel.TabIndex                = 10;
            this.LogoPanel.Visible                 = false;
            this.BrandPic.Image                    = Properties.Resources.About;
            this.BrandPic.Location                 = new Point(4, 6);
            this.BrandPic.Name                     = "BrandPic";
            this.BrandPic.Size                     = new Size(364, 141);
            this.BrandPic.TabIndex                 = 11;
            this.BrandPic.TabStop                  = false;
            this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
            this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
            this.HeaderPanel.Controls.Add(this.lbl_About);
            this.HeaderPanel.Controls.Add(this.pictureBox2);
            this.HeaderPanel.Controls.Add(this.btnCloseDlg);
            this.HeaderPanel.Dock                    = DockStyle.Top;
            this.HeaderPanel.Location                = new Point(0, 0);
            this.HeaderPanel.Name                    = "HeaderPanel";
            this.HeaderPanel.Size                    = new Size(593, 45);
            this.HeaderPanel.TabIndex                = 8;
            this.HeaderPanel.MouseDown              += new MouseEventHandler(this.HeaderPanel_MouseDown);
            this.lbl_About.AutoSize                  = true;
            this.lbl_About.BackColor                 = Color.Transparent;
            this.lbl_About.Font                      = new Font("Verdana", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
            this.lbl_About.ForeColor                 = Color.White;
            this.lbl_About.Location                  = new Point(45, 8);
            this.lbl_About.Name                      = "lbl_About";
            this.lbl_About.Size                      = new Size(197, 16);
            this.lbl_About.TabIndex                  = 4;
            this.lbl_About.Text                      = "About C3 Sentinel Catalog";
            this.lbl_About.MouseDown                += new MouseEventHandler(this.lbl_About_MouseDown);
            this.pictureBox2.BackColor               = Color.Transparent;
            this.pictureBox2.Image                   = Properties.Resources.catalog;
            this.pictureBox2.Location                = new Point(3, 4);
            this.pictureBox2.Name                    = "pictureBox2";
            this.pictureBox2.Size                    = new Size(47, 38);
            this.pictureBox2.SizeMode                = PictureBoxSizeMode.CenterImage;
            this.pictureBox2.TabIndex                = 3;
            this.pictureBox2.TabStop                 = false;
            this.pictureBox2.MouseDown              += new MouseEventHandler(this.pictureBox2_MouseDown);
            this.btnCloseDlg.AllowAnimations         = true;
            this.btnCloseDlg.BackColor               = Color.Transparent;
            this.btnCloseDlg.DialogResult            = DialogResult.Cancel;
            this.btnCloseDlg.Dock                    = DockStyle.Right;
            this.btnCloseDlg.Image                   = Properties.Resources.close;
            this.btnCloseDlg.Location                = new Point(545, 0);
            this.btnCloseDlg.Name                    = "btnCloseDlg";
            this.btnCloseDlg.PaintBorder             = false;
            this.btnCloseDlg.PaintDefaultBorder      = false;
            this.btnCloseDlg.PaintDefaultFill        = false;
            this.btnCloseDlg.RoundedCornersMask      = 15;
            this.btnCloseDlg.RoundedCornersRadius    = 0;
            this.btnCloseDlg.Size                    = new Size(48, 45);
            this.btnCloseDlg.TabIndex                = 2;
            this.btnCloseDlg.UseVisualStyleBackColor = false;
            this.btnCloseDlg.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            base.AutoScaleDimensions                 = new SizeF(6f, 13f);
            base.AutoScaleMode = AutoScaleMode.Font;
            this.BackColor     = Color.White;
            base.CancelButton  = this.btnCloseDlg;
            base.ClientSize    = new Size(593, 285);
            base.Controls.Add(this.AboutPanel);
            base.Controls.Add(this.HeaderPanel);
            base.FormBorderStyle = FormBorderStyle.None;
            base.Icon            = (Icon)Resources.About.AboutIcon;
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "About";
            base.StartPosition   = FormStartPosition.CenterParent;
            this.Text            = "About";
            base.FormClosing    += new FormClosingEventHandler(this.About_FormClosing);
            base.Load           += new EventHandler(this.About_Load);
            base.Paint          += new PaintEventHandler(this.About_Paint);
            this.AboutPanel.ResumeLayout(false);
            this.MainPanel.ResumeLayout(false);
            this.MainPanel.PerformLayout();
            ((ISupportInitialize)this.LogoPic).EndInit();
            ((ISupportInitialize)this.BrandPic).EndInit();
            this.HeaderPanel.ResumeLayout(false);
            this.HeaderPanel.PerformLayout();
            ((ISupportInitialize)this.pictureBox2).EndInit();
            base.ResumeLayout(false);
        }
예제 #15
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);
 }
예제 #16
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(ReportForm));

            this.imageList1           = new ImageList(this.components);
            this.statusStrip1         = new StatusStrip();
            this.txtReportTitle       = new ToolStripStatusLabel();
            this.txtAuthor            = new ToolStripStatusLabel();
            this.crystalReportViewer1 = new CrystalReportViewer();
            this.HeaderPanel          = new Panel();
            this.cboSysReports        = new vComboBox();
            this.lblUserAccount       = new Label();
            this.btn_ClearReport      = new vButton();
            this.cboReports           = new vComboBox();
            this.IconPic = new PictureBox();
            this.AccountBindingSource = new BindingSource(this.components);
            this.statusStrip1.SuspendLayout();
            this.HeaderPanel.SuspendLayout();
            ((ISupportInitialize)this.IconPic).BeginInit();
            ((ISupportInitialize)this.AccountBindingSource).BeginInit();
            base.SuspendLayout();
            this.imageList1.ImageStream      = (ImageListStreamer)Resources.ReportForm.imageList1_ImageStream;
            this.imageList1.TransparentColor = Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "reports2.png");
            ToolStripItemCollection items = this.statusStrip1.Items;

            ToolStripItem[] toolStripItemArray = new ToolStripItem[] { this.txtReportTitle, this.txtAuthor };
            this.statusStrip1.Items.AddRange(toolStripItemArray);
            this.statusStrip1.Location = new Point(0, 640);
            this.statusStrip1.Name     = "statusStrip1";
            this.statusStrip1.Size     = new Size(984, 22);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text     = "statusStrip1";
            this.txtReportTitle.Name   = "txtReportTitle";
            this.txtReportTitle.Size   = new Size(48, 17);
            this.txtReportTitle.Text   = "Ready...";
            this.txtAuthor.Name        = "txtAuthor";
            this.txtAuthor.Size        = new Size(0, 17);
            this.crystalReportViewer1.ActiveViewIndex = -1;
            this.crystalReportViewer1.BorderStyle     = BorderStyle.FixedSingle;
            this.crystalReportViewer1.Cursor          = Cursors.Default;
            this.crystalReportViewer1.Dock            = DockStyle.Fill;
            this.crystalReportViewer1.Location        = new Point(0, 61);
            this.crystalReportViewer1.Name            = "crystalReportViewer1";
            this.crystalReportViewer1.Size            = new Size(984, 579);
            this.crystalReportViewer1.TabIndex        = 2;
            this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
            this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
            this.HeaderPanel.Controls.Add(this.cboSysReports);
            this.HeaderPanel.Controls.Add(this.lblUserAccount);
            this.HeaderPanel.Controls.Add(this.btn_ClearReport);
            this.HeaderPanel.Controls.Add(this.cboReports);
            this.HeaderPanel.Controls.Add(this.IconPic);
            this.HeaderPanel.Dock                         = DockStyle.Top;
            this.HeaderPanel.Location                     = new Point(0, 0);
            this.HeaderPanel.Name                         = "HeaderPanel";
            this.HeaderPanel.Size                         = new Size(984, 61);
            this.HeaderPanel.TabIndex                     = 0;
            this.cboSysReports.BackColor                  = Color.White;
            this.cboSysReports.DefaultText                = "Select System Report...";
            this.cboSysReports.DisplayMember              = "";
            this.cboSysReports.DropDownList               = true;
            this.cboSysReports.DropDownMaximumSize        = new Size(300, 400);
            this.cboSysReports.DropDownMinimumSize        = new Size(225, 150);
            this.cboSysReports.DropDownResizeDirection    = SizingDirection.Both;
            this.cboSysReports.DropDownWidth              = 225;
            this.cboSysReports.ImageList                  = this.imageList1;
            this.cboSysReports.Location                   = new Point(55, 32);
            this.cboSysReports.Name                       = "cboSysReports";
            this.cboSysReports.RoundedCornersMaskListItem = 15;
            this.cboSysReports.Size                       = new Size(225, 23);
            this.cboSysReports.TabIndex                   = 2;
            this.cboSysReports.UseThemeBackColor          = false;
            this.cboSysReports.UseThemeDropDownArrowColor = true;
            this.cboSysReports.ValueMember                = "";
            this.cboSysReports.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.cboSysReports.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.cboSysReports.Visible                    = false;
            this.cboSysReports.SelectedIndexChanged      += new EventHandler(this.cboSysReports_SelectedIndexChanged);
            this.lblUserAccount.Anchor                    = AnchorStyles.Right;
            this.lblUserAccount.BackColor                 = Color.Transparent;
            this.lblUserAccount.ForeColor                 = Color.White;
            this.lblUserAccount.ImageAlign                = ContentAlignment.MiddleRight;
            this.lblUserAccount.Location                  = new Point(723, 9);
            this.lblUserAccount.Name                      = "lblUserAccount";
            this.lblUserAccount.Size                      = new Size(249, 17);
            this.lblUserAccount.TabIndex                  = 3;
            this.lblUserAccount.Text                      = "Account";
            this.btn_ClearReport.AllowAnimations          = true;
            this.btn_ClearReport.BackColor                = Color.Transparent;
            this.btn_ClearReport.Location                 = new Point(286, 6);
            this.btn_ClearReport.Name                     = "btn_ClearReport";
            this.btn_ClearReport.RoundedCornersMask       = 15;
            this.btn_ClearReport.RoundedCornersRadius     = 0;
            this.btn_ClearReport.Size                     = new Size(164, 23);
            this.btn_ClearReport.TabIndex                 = 2;
            this.btn_ClearReport.Text                     = "Clear Report";
            this.btn_ClearReport.UseVisualStyleBackColor  = false;
            this.btn_ClearReport.VIBlendTheme             = VIBLEND_THEME.METROBLUE;
            this.btn_ClearReport.Click                   += new EventHandler(this.btn_ClearReport_Click);
            this.cboReports.BackColor                     = Color.White;
            this.cboReports.DefaultText                   = "Select Account Report...";
            this.cboReports.DisplayMember                 = "";
            this.cboReports.DropDownList                  = true;
            this.cboReports.DropDownMaximumSize           = new Size(300, 400);
            this.cboReports.DropDownMinimumSize           = new Size(225, 150);
            this.cboReports.DropDownResizeDirection       = SizingDirection.Both;
            this.cboReports.DropDownWidth                 = 225;
            this.cboReports.ImageList                     = this.imageList1;
            this.cboReports.Location                      = new Point(55, 6);
            this.cboReports.Name = "cboReports";
            this.cboReports.RoundedCornersMaskListItem = 15;
            this.cboReports.Size                       = new Size(225, 23);
            this.cboReports.TabIndex                   = 1;
            this.cboReports.UseThemeBackColor          = false;
            this.cboReports.UseThemeDropDownArrowColor = true;
            this.cboReports.ValueMember                = "";
            this.cboReports.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.cboReports.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            this.cboReports.SelectedIndexChanged      += new EventHandler(this.cboReports_SelectedIndexChanged);
            this.IconPic.BackColor                     = Color.Transparent;
            this.IconPic.Image    = Properties.Resources.reports2;
            this.IconPic.Location = new Point(12, 6);
            this.IconPic.Name     = "IconPic";
            this.IconPic.Size     = new Size(34, 34);
            this.IconPic.TabIndex = 0;
            this.IconPic.TabStop  = false;
            this.AccountBindingSource.DataSource = typeof(Account);
            base.AutoScaleDimensions             = new SizeF(6f, 13f);
            base.AutoScaleMode = AutoScaleMode.Font;
            base.ClientSize    = new Size(984, 662);
            base.Controls.Add(this.crystalReportViewer1);
            base.Controls.Add(this.statusStrip1);
            base.Controls.Add(this.HeaderPanel);
            base.Icon          = (Icon)Resources.ReportForm.ReportFormIcon;
            this.MinimumSize   = new Size(800, 600);
            base.Name          = "ReportForm";
            base.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "Account Reports";
            base.FormClosing  += new FormClosingEventHandler(this.ReportForm_FormClosing);
            base.Load         += new EventHandler(this.ReportForm_Load);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.HeaderPanel.ResumeLayout(false);
            ((ISupportInitialize)this.IconPic).EndInit();
            ((ISupportInitialize)this.AccountBindingSource).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
예제 #17
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);
        }
예제 #18
0
 private void InitializeComponent()
 {
     this.HeaderPanel     = new Panel();
     this.lbl_SecureFile  = new Label();
     this.FormPanel       = new Panel();
     this.chk_ZipFile     = new vCheckBox();
     this.ZipPanel        = new Panel();
     this.chk_PwdProtect  = new vCheckBox();
     this.lbl_ZipFileName = new Label();
     this.txtFileName     = new vTextBox();
     this.PwdPanel        = new Panel();
     this.txtPwd2         = new vTextBox();
     this.lbl_ZipPwd2     = new Label();
     this.txtPwd1         = new vTextBox();
     this.lbl_ZipPwd1     = new Label();
     this.lbl_Folder      = new Label();
     this.lblFilePath     = new Label();
     this.btn_Cancel      = new vButton();
     this.btn_OK          = new vButton();
     this.HeaderPanel.SuspendLayout();
     this.FormPanel.SuspendLayout();
     this.ZipPanel.SuspendLayout();
     this.PwdPanel.SuspendLayout();
     base.SuspendLayout();
     this.HeaderPanel.BackColor = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.Controls.Add(this.lbl_SecureFile);
     this.HeaderPanel.Dock          = DockStyle.Top;
     this.HeaderPanel.Location      = new Point(0, 0);
     this.HeaderPanel.Name          = "HeaderPanel";
     this.HeaderPanel.Size          = new Size(360, 45);
     this.HeaderPanel.TabIndex      = 0;
     this.HeaderPanel.MouseDown    += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.lbl_SecureFile.AutoSize   = true;
     this.lbl_SecureFile.Font       = new Font("Verdana", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_SecureFile.ForeColor  = Color.White;
     this.lbl_SecureFile.Location   = new Point(6, 11);
     this.lbl_SecureFile.Name       = "lbl_SecureFile";
     this.lbl_SecureFile.Size       = new Size(158, 18);
     this.lbl_SecureFile.TabIndex   = 4;
     this.lbl_SecureFile.Text       = "SECURE EXPORT";
     this.lbl_SecureFile.MouseDown += new MouseEventHandler(this.lbl_SecureFile_MouseDown);
     this.FormPanel.BorderStyle     = BorderStyle.FixedSingle;
     this.FormPanel.Controls.Add(this.chk_ZipFile);
     this.FormPanel.Controls.Add(this.ZipPanel);
     this.FormPanel.Controls.Add(this.lbl_Folder);
     this.FormPanel.Controls.Add(this.lblFilePath);
     this.FormPanel.Controls.Add(this.btn_Cancel);
     this.FormPanel.Controls.Add(this.btn_OK);
     this.FormPanel.Dock        = DockStyle.Fill;
     this.FormPanel.Location    = new Point(0, 45);
     this.FormPanel.Name        = "FormPanel";
     this.FormPanel.Size        = new Size(360, 235);
     this.FormPanel.TabIndex    = 1;
     this.chk_ZipFile.BackColor = Color.Transparent;
     this.chk_ZipFile.Location  = new Point(126, 26);
     this.chk_ZipFile.Name      = "chk_ZipFile";
     this.chk_ZipFile.Size      = new Size(208, 24);
     this.chk_ZipFile.TabIndex  = 9;
     this.chk_ZipFile.Text      = "Export as Zip File";
     this.chk_ZipFile.UseVisualStyleBackColor = false;
     this.chk_ZipFile.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.chk_ZipFile.CheckedChanged         += new EventHandler(this.chk_ZipFile_CheckedChanged);
     this.ZipPanel.Controls.Add(this.chk_PwdProtect);
     this.ZipPanel.Controls.Add(this.lbl_ZipFileName);
     this.ZipPanel.Controls.Add(this.txtFileName);
     this.ZipPanel.Controls.Add(this.PwdPanel);
     this.ZipPanel.Enabled         = false;
     this.ZipPanel.Location        = new Point(8, 56);
     this.ZipPanel.Name            = "ZipPanel";
     this.ZipPanel.Size            = new Size(337, 132);
     this.ZipPanel.TabIndex        = 8;
     this.chk_PwdProtect.BackColor = Color.Transparent;
     this.chk_PwdProtect.Location  = new Point(118, 33);
     this.chk_PwdProtect.Name      = "chk_PwdProtect";
     this.chk_PwdProtect.Size      = new Size(222, 24);
     this.chk_PwdProtect.TabIndex  = 2;
     this.chk_PwdProtect.Text      = "Password Protect File";
     this.chk_PwdProtect.UseVisualStyleBackColor = false;
     this.chk_PwdProtect.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.chk_PwdProtect.CheckedChanged         += new EventHandler(this.chk_PwdProtect_CheckedChanged);
     this.lbl_ZipFileName.AutoSize       = true;
     this.lbl_ZipFileName.Location       = new Point(12, 9);
     this.lbl_ZipFileName.Name           = "lbl_ZipFileName";
     this.lbl_ZipFileName.Size           = new Size(54, 13);
     this.lbl_ZipFileName.TabIndex       = 0;
     this.lbl_ZipFileName.Text           = "File Name";
     this.txtFileName.BackColor          = Color.White;
     this.txtFileName.BoundsOffset       = new Size(1, 1);
     this.txtFileName.ControlBorderColor = Color.FromArgb(39, 39, 39);
     this.txtFileName.DefaultText        = "";
     this.txtFileName.Location           = new Point(118, 4);
     this.txtFileName.MaxLength          = 64;
     this.txtFileName.Name            = "txtFileName";
     this.txtFileName.PasswordChar    = '\0';
     this.txtFileName.ScrollBars      = ScrollBars.None;
     this.txtFileName.SelectionLength = 0;
     this.txtFileName.SelectionStart  = 0;
     this.txtFileName.Size            = new Size(183, 23);
     this.txtFileName.TabIndex        = 1;
     this.txtFileName.TextAlign       = HorizontalAlignment.Left;
     this.txtFileName.VIBlendTheme    = VIBLEND_THEME.VISTABLUE;
     this.PwdPanel.Controls.Add(this.txtPwd2);
     this.PwdPanel.Controls.Add(this.lbl_ZipPwd2);
     this.PwdPanel.Controls.Add(this.txtPwd1);
     this.PwdPanel.Controls.Add(this.lbl_ZipPwd1);
     this.PwdPanel.Enabled           = false;
     this.PwdPanel.Location          = new Point(0, 65);
     this.PwdPanel.Name              = "PwdPanel";
     this.PwdPanel.Size              = new Size(326, 64);
     this.PwdPanel.TabIndex          = 3;
     this.txtPwd2.BackColor          = Color.White;
     this.txtPwd2.BoundsOffset       = new Size(1, 1);
     this.txtPwd2.ControlBorderColor = Color.FromArgb(39, 39, 39);
     this.txtPwd2.DefaultText        = "";
     this.txtPwd2.Location           = new Point(120, 32);
     this.txtPwd2.MaxLength          = 64;
     this.txtPwd2.Name                       = "txtPwd2";
     this.txtPwd2.PasswordChar               = '•';
     this.txtPwd2.ScrollBars                 = ScrollBars.None;
     this.txtPwd2.SelectionLength            = 0;
     this.txtPwd2.SelectionStart             = 0;
     this.txtPwd2.Size                       = new Size(183, 23);
     this.txtPwd2.TabIndex                   = 3;
     this.txtPwd2.TextAlign                  = HorizontalAlignment.Left;
     this.txtPwd2.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
     this.lbl_ZipPwd2.AutoSize               = true;
     this.lbl_ZipPwd2.Location               = new Point(12, 37);
     this.lbl_ZipPwd2.Name                   = "lbl_ZipPwd2";
     this.lbl_ZipPwd2.Size                   = new Size(98, 13);
     this.lbl_ZipPwd2.TabIndex               = 3;
     this.lbl_ZipPwd2.Text                   = "Re-Enter Password";
     this.txtPwd1.BackColor                  = Color.White;
     this.txtPwd1.BoundsOffset               = new Size(1, 1);
     this.txtPwd1.ControlBorderColor         = Color.FromArgb(39, 39, 39);
     this.txtPwd1.DefaultText                = "";
     this.txtPwd1.Location                   = new Point(120, 3);
     this.txtPwd1.MaxLength                  = 64;
     this.txtPwd1.Name                       = "txtPwd1";
     this.txtPwd1.PasswordChar               = '•';
     this.txtPwd1.ScrollBars                 = ScrollBars.None;
     this.txtPwd1.SelectionLength            = 0;
     this.txtPwd1.SelectionStart             = 0;
     this.txtPwd1.Size                       = new Size(183, 23);
     this.txtPwd1.TabIndex                   = 2;
     this.txtPwd1.TextAlign                  = HorizontalAlignment.Left;
     this.txtPwd1.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
     this.lbl_ZipPwd1.AutoSize               = true;
     this.lbl_ZipPwd1.Location               = new Point(12, 8);
     this.lbl_ZipPwd1.Name                   = "lbl_ZipPwd1";
     this.lbl_ZipPwd1.Size                   = new Size(72, 13);
     this.lbl_ZipPwd1.TabIndex               = 0;
     this.lbl_ZipPwd1.Text                   = "File Password";
     this.lbl_Folder.AutoSize                = true;
     this.lbl_Folder.Location                = new Point(20, 9);
     this.lbl_Folder.Name                    = "lbl_Folder";
     this.lbl_Folder.Size                    = new Size(36, 13);
     this.lbl_Folder.TabIndex                = 7;
     this.lbl_Folder.Text                    = "Folder";
     this.lblFilePath.AutoSize               = true;
     this.lblFilePath.Location               = new Point(123, 9);
     this.lblFilePath.Name                   = "lblFilePath";
     this.lblFilePath.Size                   = new Size(45, 13);
     this.lblFilePath.TabIndex               = 6;
     this.lblFilePath.Text                   = "FilePath";
     this.btn_Cancel.AllowAnimations         = true;
     this.btn_Cancel.BackColor               = Color.Transparent;
     this.btn_Cancel.Location                = new Point(235, 194);
     this.btn_Cancel.Name                    = "btn_Cancel";
     this.btn_Cancel.RoundedCornersMask      = 15;
     this.btn_Cancel.RoundedCornersRadius    = 0;
     this.btn_Cancel.Size                    = new Size(100, 30);
     this.btn_Cancel.TabIndex                = 5;
     this.btn_Cancel.Text                    = "Cancel";
     this.btn_Cancel.UseVisualStyleBackColor = false;
     this.btn_Cancel.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Cancel.Click                  += new EventHandler(this.btn_Cancel_Click);
     this.btn_OK.AllowAnimations             = true;
     this.btn_OK.BackColor                   = Color.Transparent;
     this.btn_OK.Location                    = new Point(128, 194);
     this.btn_OK.Name = "btn_OK";
     this.btn_OK.RoundedCornersMask   = 15;
     this.btn_OK.RoundedCornersRadius = 0;
     this.btn_OK.Size     = new Size(100, 30);
     this.btn_OK.TabIndex = 4;
     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);
     base.AutoScaleDimensions   = new SizeF(6f, 13f);
     base.AutoScaleMode         = AutoScaleMode.Font;
     this.BackColor             = Color.White;
     this.BackgroundImageLayout = ImageLayout.Stretch;
     base.ClientSize            = new Size(360, 280);
     base.Controls.Add(this.FormPanel);
     base.Controls.Add(this.HeaderPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "ZipDlg";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "ZipDlg";
     base.Load           += new EventHandler(this.ZipDlg_Load);
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     this.FormPanel.ResumeLayout(false);
     this.FormPanel.PerformLayout();
     this.ZipPanel.ResumeLayout(false);
     this.ZipPanel.PerformLayout();
     this.PwdPanel.ResumeLayout(false);
     this.PwdPanel.PerformLayout();
     base.ResumeLayout(false);
 }
예제 #19
0
 private void InitializeComponent()
 {
     this.components        = new Container();
     this.tableLayoutPanel1 = new TableLayoutPanel();
     this.lbl_DL_FileName   = new Label();
     this.lbl_DL_FileExt    = new Label();
     this.lbl_DL_Timestamp  = new Label();
     this.lbl_DL_FileSize   = new Label();
     this.lblFileName       = new Label();
     this.lblFileExt        = new Label();
     this.lblTimestamp      = new Label();
     this.lblFileSize       = new Label();
     this.lblTimespan       = new Label();
     this.lbl_DLTime        = new Label();
     this.HeaderPanel       = new Panel();
     this.btn_Cancel        = new vButton();
     this.lblSourcePath     = new Label();
     this.pictureBox1       = new PictureBox();
     this.upload1           = new Upload();
     this.timer1            = new System.Windows.Forms.Timer(this.components);
     this.tableLayoutPanel1.SuspendLayout();
     this.HeaderPanel.SuspendLayout();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 36.13445f));
     this.tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 63.86555f));
     this.tableLayoutPanel1.Controls.Add(this.lbl_DL_FileName, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbl_DL_FileExt, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.lbl_DL_Timestamp, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.lbl_DL_FileSize, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblFileName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblFileExt, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblTimestamp, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblFileSize, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblTimespan, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.lbl_DLTime, 0, 4);
     this.tableLayoutPanel1.Location = new Point(12, 123);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 20f));
     this.tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 20f));
     this.tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 20f));
     this.tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 20f));
     this.tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 20f));
     this.tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 20f));
     this.tableLayoutPanel1.Size            = new Size(357, 96);
     this.tableLayoutPanel1.TabIndex        = 2;
     this.lbl_DL_FileName.AutoSize          = true;
     this.lbl_DL_FileName.Dock              = DockStyle.Right;
     this.lbl_DL_FileName.Location          = new Point(71, 0);
     this.lbl_DL_FileName.Name              = "lbl_DL_FileName";
     this.lbl_DL_FileName.Size              = new Size(54, 19);
     this.lbl_DL_FileName.TabIndex          = 0;
     this.lbl_DL_FileName.Text              = "File Name";
     this.lbl_DL_FileName.TextAlign         = ContentAlignment.MiddleRight;
     this.lbl_DL_FileExt.AutoSize           = true;
     this.lbl_DL_FileExt.Dock               = DockStyle.Right;
     this.lbl_DL_FileExt.Location           = new Point(84, 19);
     this.lbl_DL_FileExt.Name               = "lbl_DL_FileExt";
     this.lbl_DL_FileExt.Size               = new Size(41, 19);
     this.lbl_DL_FileExt.TabIndex           = 1;
     this.lbl_DL_FileExt.Text               = "File Ext";
     this.lbl_DL_FileExt.TextAlign          = ContentAlignment.MiddleRight;
     this.lbl_DL_Timestamp.AutoSize         = true;
     this.lbl_DL_Timestamp.Dock             = DockStyle.Right;
     this.lbl_DL_Timestamp.Location         = new Point(67, 38);
     this.lbl_DL_Timestamp.Name             = "lbl_DL_Timestamp";
     this.lbl_DL_Timestamp.Size             = new Size(58, 19);
     this.lbl_DL_Timestamp.TabIndex         = 2;
     this.lbl_DL_Timestamp.Text             = "Timestamp";
     this.lbl_DL_Timestamp.TextAlign        = ContentAlignment.MiddleRight;
     this.lbl_DL_FileSize.AutoSize          = true;
     this.lbl_DL_FileSize.Dock              = DockStyle.Right;
     this.lbl_DL_FileSize.Location          = new Point(79, 57);
     this.lbl_DL_FileSize.Name              = "lbl_DL_FileSize";
     this.lbl_DL_FileSize.Size              = new Size(46, 19);
     this.lbl_DL_FileSize.TabIndex          = 3;
     this.lbl_DL_FileSize.Text              = "File Size";
     this.lbl_DL_FileSize.TextAlign         = ContentAlignment.MiddleRight;
     this.lblFileName.Dock                  = DockStyle.Fill;
     this.lblFileName.Location              = new Point(131, 0);
     this.lblFileName.Name                  = "lblFileName";
     this.lblFileName.Size                  = new Size(223, 19);
     this.lblFileName.TabIndex              = 5;
     this.lblFileName.TextAlign             = ContentAlignment.MiddleLeft;
     this.lblFileExt.AutoSize               = true;
     this.lblFileExt.Dock                   = DockStyle.Fill;
     this.lblFileExt.Location               = new Point(131, 19);
     this.lblFileExt.Name                   = "lblFileExt";
     this.lblFileExt.Size                   = new Size(223, 19);
     this.lblFileExt.TabIndex               = 6;
     this.lblFileExt.TextAlign              = ContentAlignment.MiddleLeft;
     this.lblTimestamp.AutoSize             = true;
     this.lblTimestamp.Dock                 = DockStyle.Fill;
     this.lblTimestamp.Location             = new Point(131, 38);
     this.lblTimestamp.Name                 = "lblTimestamp";
     this.lblTimestamp.Size                 = new Size(223, 19);
     this.lblTimestamp.TabIndex             = 7;
     this.lblTimestamp.TextAlign            = ContentAlignment.MiddleLeft;
     this.lblFileSize.AutoSize              = true;
     this.lblFileSize.Dock                  = DockStyle.Fill;
     this.lblFileSize.Location              = new Point(131, 57);
     this.lblFileSize.Name                  = "lblFileSize";
     this.lblFileSize.Size                  = new Size(223, 19);
     this.lblFileSize.TabIndex              = 8;
     this.lblFileSize.TextAlign             = ContentAlignment.MiddleLeft;
     this.lblTimespan.AutoSize              = true;
     this.lblTimespan.Dock                  = DockStyle.Fill;
     this.lblTimespan.Location              = new Point(131, 76);
     this.lblTimespan.Name                  = "lblTimespan";
     this.lblTimespan.Size                  = new Size(223, 20);
     this.lblTimespan.TabIndex              = 9;
     this.lblTimespan.Text                  = "00:00:00.0000";
     this.lblTimespan.TextAlign             = ContentAlignment.MiddleLeft;
     this.lbl_DLTime.AutoSize               = true;
     this.lbl_DLTime.Dock                   = DockStyle.Fill;
     this.lbl_DLTime.Location               = new Point(3, 76);
     this.lbl_DLTime.Name                   = "lbl_DLTime";
     this.lbl_DLTime.Size                   = new Size(122, 20);
     this.lbl_DLTime.TabIndex               = 10;
     this.lbl_DLTime.Text                   = "Time";
     this.lbl_DLTime.TextAlign              = ContentAlignment.MiddleRight;
     this.HeaderPanel.BackgroundImage       = Properties.Resources.header;
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.btn_Cancel);
     this.HeaderPanel.Controls.Add(this.lblSourcePath);
     this.HeaderPanel.Controls.Add(this.pictureBox1);
     this.HeaderPanel.Dock                   = DockStyle.Top;
     this.HeaderPanel.Location               = new Point(0, 0);
     this.HeaderPanel.Name                   = "HeaderPanel";
     this.HeaderPanel.Size                   = new Size(381, 40);
     this.HeaderPanel.TabIndex               = 3;
     this.HeaderPanel.MouseDown             += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.btn_Cancel.AllowAnimations         = true;
     this.btn_Cancel.BackColor               = Color.Transparent;
     this.btn_Cancel.Dock                    = DockStyle.Right;
     this.btn_Cancel.Location                = new Point(262, 0);
     this.btn_Cancel.Name                    = "btn_Cancel";
     this.btn_Cancel.RoundedCornersMask      = 15;
     this.btn_Cancel.RoundedCornersRadius    = 0;
     this.btn_Cancel.Size                    = new Size(119, 40);
     this.btn_Cancel.TabIndex                = 2;
     this.btn_Cancel.Text                    = "Cancel";
     this.btn_Cancel.UseVisualStyleBackColor = false;
     this.btn_Cancel.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Cancel.Click                  += new EventHandler(this.btn_Cancel_Click);
     this.lblSourcePath.AutoSize             = true;
     this.lblSourcePath.BackColor            = Color.Transparent;
     this.lblSourcePath.Font                 = new Font("Verdana", 6.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lblSourcePath.ForeColor            = Color.White;
     this.lblSourcePath.Location             = new Point(53, 3);
     this.lblSourcePath.Name                 = "lblSourcePath";
     this.lblSourcePath.Size                 = new Size(66, 12);
     this.lblSourcePath.TabIndex             = 1;
     this.lblSourcePath.Text                 = "Source Path";
     this.lblSourcePath.MouseDown           += new MouseEventHandler(this.lblSourcePath_MouseDown);
     this.pictureBox1.BackColor              = Color.Transparent;
     this.pictureBox1.Image                  = Properties.Resources.usb;
     this.pictureBox1.Location               = new Point(12, 3);
     this.pictureBox1.Name                   = "pictureBox1";
     this.pictureBox1.Size                   = new Size(34, 34);
     this.pictureBox1.SizeMode               = PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex               = 0;
     this.pictureBox1.TabStop                = false;
     this.pictureBox1.MouseDown             += new MouseEventHandler(this.pictureBox1_MouseDown);
     this.upload1.BackColor                  = Color.Transparent;
     this.upload1.DeleteSource               = false;
     this.upload1.Filter        = null;
     this.upload1.Location      = new Point(12, 43);
     this.upload1.Margin        = new Padding(0);
     this.upload1.Name          = "upload1";
     this.upload1.ShowTimestamp = false;
     this.upload1.Size          = new Size(357, 77);
     this.upload1.TabIndex      = 4;
     this.timer1.Enabled        = true;
     this.timer1.Interval       = 1000;
     this.timer1.Tick          += new EventHandler(this.timer1_Tick);
     base.AutoScaleDimensions   = new SizeF(6f, 13f);
     base.AutoScaleMode         = AutoScaleMode.Font;
     this.BackColor             = Color.White;
     base.ClientSize            = new Size(381, 222);
     base.Controls.Add(this.upload1);
     base.Controls.Add(this.HeaderPanel);
     base.Controls.Add(this.tableLayoutPanel1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "Download";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "Download";
     base.FormClosing    += new FormClosingEventHandler(this.Download_FormClosing);
     base.Load           += new EventHandler(this.Download_Load);
     base.Paint          += new PaintEventHandler(this.Download_Paint);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     ((ISupportInitialize)this.pictureBox1).EndInit();
     base.ResumeLayout(false);
 }
예제 #20
0
 private void InitializeComponent()
 {
     this.pictureBox1  = new PictureBox();
     this.HeaderPanel  = new Panel();
     this.label1       = new Label();
     this.groupBox2    = new GroupBox();
     this.chk_LocalDB  = new vCheckBox();
     this.DBPanel      = new Panel();
     this.chk_Security = new vCheckBox();
     this.Catalog      = new vTextBox();
     this.label3       = new Label();
     this.Pwd2         = new vTextBox();
     this.UserID       = new vTextBox();
     this.label5       = new Label();
     this.label11      = new Label();
     this.label12      = new Label();
     this.label4       = new Label();
     this.Pwd1         = new vTextBox();
     this.DataSource   = new vTextBox();
     this.btn_Save     = new vButton();
     this.btn_Test     = new vButton();
     this.btnClose     = new vButton();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     this.HeaderPanel.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.DBPanel.SuspendLayout();
     base.SuspendLayout();
     this.pictureBox1.BackColor       = Color.Transparent;
     this.pictureBox1.Image           = Properties.Resources.Database;
     this.pictureBox1.Location        = new Point(3, 1);
     this.pictureBox1.Name            = "pictureBox1";
     this.pictureBox1.Size            = new Size(50, 50);
     this.pictureBox1.SizeMode        = PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex        = 1;
     this.pictureBox1.TabStop         = false;
     this.pictureBox1.MouseDown      += new MouseEventHandler(this.pictureBox1_MouseDown);
     this.HeaderPanel.BackgroundImage = Properties.Resources.header;
     this.HeaderPanel.Controls.Add(this.btnClose);
     this.HeaderPanel.Controls.Add(this.label1);
     this.HeaderPanel.Controls.Add(this.pictureBox1);
     this.HeaderPanel.Dock       = DockStyle.Top;
     this.HeaderPanel.Location   = new Point(0, 0);
     this.HeaderPanel.Name       = "HeaderPanel";
     this.HeaderPanel.Size       = new Size(372, 54);
     this.HeaderPanel.TabIndex   = 0;
     this.HeaderPanel.MouseDown += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.label1.AutoSize        = true;
     this.label1.BackColor       = Color.Transparent;
     this.label1.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label1.ForeColor       = Color.White;
     this.label1.Location        = new Point(60, 4);
     this.label1.Name            = "label1";
     this.label1.Size            = new Size(189, 16);
     this.label1.TabIndex        = 2;
     this.label1.Text            = "C3 Sentinel Database Connection";
     this.label1.MouseDown      += new MouseEventHandler(this.label1_MouseDown);
     this.groupBox2.Controls.Add(this.chk_LocalDB);
     this.groupBox2.Controls.Add(this.DBPanel);
     this.groupBox2.Location    = new Point(9, 62);
     this.groupBox2.Name        = "groupBox2";
     this.groupBox2.Size        = new Size(355, 228);
     this.groupBox2.TabIndex    = 6;
     this.groupBox2.TabStop     = false;
     this.groupBox2.Text        = "Database";
     this.chk_LocalDB.BackColor = Color.Transparent;
     this.chk_LocalDB.Location  = new Point(128, 11);
     this.chk_LocalDB.Name      = "chk_LocalDB";
     this.chk_LocalDB.Size      = new Size(205, 24);
     this.chk_LocalDB.TabIndex  = 0;
     this.chk_LocalDB.Text      = "Local Database";
     this.chk_LocalDB.UseVisualStyleBackColor = false;
     this.chk_LocalDB.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.chk_LocalDB.CheckedChanged         += new EventHandler(this.chk_LocalDB_CheckedChanged);
     this.DBPanel.Controls.Add(this.chk_Security);
     this.DBPanel.Controls.Add(this.Catalog);
     this.DBPanel.Controls.Add(this.label3);
     this.DBPanel.Controls.Add(this.Pwd2);
     this.DBPanel.Controls.Add(this.UserID);
     this.DBPanel.Controls.Add(this.label5);
     this.DBPanel.Controls.Add(this.label11);
     this.DBPanel.Controls.Add(this.label12);
     this.DBPanel.Controls.Add(this.label4);
     this.DBPanel.Controls.Add(this.Pwd1);
     this.DBPanel.Controls.Add(this.DataSource);
     this.DBPanel.Location        = new Point(5, 39);
     this.DBPanel.Name            = "DBPanel";
     this.DBPanel.Size            = new Size(345, 184);
     this.DBPanel.TabIndex        = 0;
     this.chk_Security.BackColor  = Color.Transparent;
     this.chk_Security.Checked    = true;
     this.chk_Security.CheckState = CheckState.Checked;
     this.chk_Security.Location   = new Point(124, 151);
     this.chk_Security.Name       = "chk_Security";
     this.chk_Security.Size       = new Size(205, 24);
     this.chk_Security.TabIndex   = 9;
     this.chk_Security.Text       = "Persist Security Information";
     this.chk_Security.UseVisualStyleBackColor = false;
     this.chk_Security.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.Catalog.BackColor          = Color.White;
     this.Catalog.BoundsOffset       = new Size(1, 1);
     this.Catalog.ControlBorderColor = Color.FromArgb(39, 39, 39);
     this.Catalog.DefaultText        = "";
     this.Catalog.Location           = new Point(124, 34);
     this.Catalog.MaxLength          = 128;
     this.Catalog.Name            = "Catalog";
     this.Catalog.PasswordChar    = '\0';
     this.Catalog.ScrollBars      = ScrollBars.None;
     this.Catalog.SelectionLength = 0;
     this.Catalog.SelectionStart  = 0;
     this.Catalog.Size            = new Size(205, 23);
     this.Catalog.TabIndex        = 3;
     this.Catalog.TextAlign       = HorizontalAlignment.Left;
     this.Catalog.VIBlendTheme    = VIBLEND_THEME.VISTABLUE;
     this.label3.AutoSize         = true;
     this.label3.Location         = new Point(3, 10);
     this.label3.Name             = "label3";
     this.label3.Size             = new Size(87, 13);
     this.label3.TabIndex         = 0;
     this.label3.Text             = "Database Server";
     this.Pwd2.BackColor          = Color.White;
     this.Pwd2.BoundsOffset       = new Size(1, 1);
     this.Pwd2.ControlBorderColor = Color.FromArgb(39, 39, 39);
     this.Pwd2.DefaultText        = "";
     this.Pwd2.Location           = new Point(124, 121);
     this.Pwd2.MaxLength          = 128;
     this.Pwd2.Name                        = "Pwd2";
     this.Pwd2.PasswordChar                = '•';
     this.Pwd2.ScrollBars                  = ScrollBars.None;
     this.Pwd2.SelectionLength             = 0;
     this.Pwd2.SelectionStart              = 0;
     this.Pwd2.Size                        = new Size(205, 23);
     this.Pwd2.TabIndex                    = 8;
     this.Pwd2.TextAlign                   = HorizontalAlignment.Left;
     this.Pwd2.VIBlendTheme                = VIBLEND_THEME.VISTABLUE;
     this.UserID.BackColor                 = Color.White;
     this.UserID.BoundsOffset              = new Size(1, 1);
     this.UserID.ControlBorderColor        = Color.FromArgb(39, 39, 39);
     this.UserID.DefaultText               = "";
     this.UserID.Location                  = new Point(124, 63);
     this.UserID.MaxLength                 = 128;
     this.UserID.Name                      = "UserID";
     this.UserID.PasswordChar              = '\0';
     this.UserID.ScrollBars                = ScrollBars.None;
     this.UserID.SelectionLength           = 0;
     this.UserID.SelectionStart            = 0;
     this.UserID.Size                      = new Size(205, 23);
     this.UserID.TabIndex                  = 4;
     this.UserID.TextAlign                 = HorizontalAlignment.Left;
     this.UserID.VIBlendTheme              = VIBLEND_THEME.VISTABLUE;
     this.label5.AutoSize                  = true;
     this.label5.Location                  = new Point(3, 68);
     this.label5.Name                      = "label5";
     this.label5.Size                      = new Size(64, 13);
     this.label5.TabIndex                  = 5;
     this.label5.Text                      = "Login Name";
     this.label11.AutoSize                 = true;
     this.label11.Location                 = new Point(3, 97);
     this.label11.Name                     = "label11";
     this.label11.Size                     = new Size(53, 13);
     this.label11.TabIndex                 = 5;
     this.label11.Text                     = "Password";
     this.label12.AutoSize                 = true;
     this.label12.Location                 = new Point(3, 126);
     this.label12.Name                     = "label12";
     this.label12.Size                     = new Size(90, 13);
     this.label12.TabIndex                 = 7;
     this.label12.Text                     = "Retype Password";
     this.label4.AutoSize                  = true;
     this.label4.Location                  = new Point(3, 39);
     this.label4.Name                      = "label4";
     this.label4.Size                      = new Size(84, 13);
     this.label4.TabIndex                  = 2;
     this.label4.Text                      = "Database Name";
     this.Pwd1.BackColor                   = Color.White;
     this.Pwd1.BoundsOffset                = new Size(1, 1);
     this.Pwd1.ControlBorderColor          = Color.FromArgb(39, 39, 39);
     this.Pwd1.DefaultText                 = "";
     this.Pwd1.Location                    = new Point(124, 92);
     this.Pwd1.MaxLength                   = 128;
     this.Pwd1.Name                        = "Pwd1";
     this.Pwd1.PasswordChar                = '•';
     this.Pwd1.ScrollBars                  = ScrollBars.None;
     this.Pwd1.SelectionLength             = 0;
     this.Pwd1.SelectionStart              = 0;
     this.Pwd1.Size                        = new Size(205, 23);
     this.Pwd1.TabIndex                    = 6;
     this.Pwd1.TextAlign                   = HorizontalAlignment.Left;
     this.Pwd1.VIBlendTheme                = VIBLEND_THEME.VISTABLUE;
     this.DataSource.BackColor             = Color.White;
     this.DataSource.BoundsOffset          = new Size(1, 1);
     this.DataSource.ControlBorderColor    = Color.FromArgb(39, 39, 39);
     this.DataSource.DefaultText           = "";
     this.DataSource.Location              = new Point(124, 5);
     this.DataSource.MaxLength             = 128;
     this.DataSource.Name                  = "DataSource";
     this.DataSource.PasswordChar          = '\0';
     this.DataSource.ScrollBars            = ScrollBars.None;
     this.DataSource.SelectionLength       = 0;
     this.DataSource.SelectionStart        = 0;
     this.DataSource.Size                  = new Size(205, 23);
     this.DataSource.TabIndex              = 1;
     this.DataSource.TextAlign             = HorizontalAlignment.Left;
     this.DataSource.VIBlendTheme          = VIBLEND_THEME.VISTABLUE;
     this.btn_Save.AllowAnimations         = true;
     this.btn_Save.BackColor               = Color.Transparent;
     this.btn_Save.Location                = new Point(259, 296);
     this.btn_Save.Name                    = "btn_Save";
     this.btn_Save.RoundedCornersMask      = 15;
     this.btn_Save.Size                    = new Size(100, 30);
     this.btn_Save.TabIndex                = 7;
     this.btn_Save.Text                    = "Save";
     this.btn_Save.UseVisualStyleBackColor = false;
     this.btn_Save.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Save.Click                  += new EventHandler(this.btn_Save_Click);
     this.btn_Test.AllowAnimations         = true;
     this.btn_Test.BackColor               = Color.Transparent;
     this.btn_Test.Location                = new Point(14, 296);
     this.btn_Test.Name                    = "btn_Test";
     this.btn_Test.RoundedCornersMask      = 15;
     this.btn_Test.Size                    = new Size(147, 30);
     this.btn_Test.TabIndex                = 8;
     this.btn_Test.Text                    = "Test Connection";
     this.btn_Test.UseVisualStyleBackColor = false;
     this.btn_Test.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Test.Click                  += new EventHandler(this.btn_Test_Click);
     this.btnClose.AllowAnimations         = true;
     this.btnClose.BackColor               = Color.Transparent;
     this.btnClose.Image                   = Properties.Resources.close;
     this.btnClose.Location                = new Point(344, 0);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.PaintBorder             = false;
     this.btnClose.PaintDefaultBorder      = false;
     this.btnClose.PaintDefaultFill        = false;
     this.btnClose.RoundedCornersMask      = 15;
     this.btnClose.RoundedCornersRadius    = 0;
     this.btnClose.Size                    = new Size(28, 28);
     this.btnClose.TabIndex                = 3;
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnClose.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnClose.Click                  += new EventHandler(this.btnClose_Click);
     base.AutoScaleDimensions              = new SizeF(6f, 13f);
     base.AutoScaleMode                    = AutoScaleMode.Font;
     this.BackColor                        = Color.White;
     base.ClientSize                       = new Size(372, 335);
     base.Controls.Add(this.btn_Test);
     base.Controls.Add(this.btn_Save);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.HeaderPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "RegDB";
     base.StartPosition   = FormStartPosition.CenterScreen;
     this.Text            = "RegDB";
     base.Load           += new EventHandler(this.RegDB_Load);
     base.Paint          += new PaintEventHandler(this.RegDB_Paint);
     ((ISupportInitialize)this.pictureBox1).EndInit();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.DBPanel.ResumeLayout(false);
     this.DBPanel.PerformLayout();
     base.ResumeLayout(false);
 }
예제 #21
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(Login));

            this.btn_Cancel    = new vButton();
            this.btn_Login     = new vButton();
            this.lbl_LoginID   = new Label();
            this.lbl_Password  = new Label();
            this.vTextBox_0    = new vTextBox();
            this.txtPwd        = new vTextBox();
            this.lbl_loginMsg  = new Label();
            this.FormPanel     = new Panel();
            this.HeaderPanel   = new Panel();
            this.pictureBox1   = new PictureBox();
            this.lbl_C3Catalog = new Label();
            this.FormPanel.SuspendLayout();
            this.HeaderPanel.SuspendLayout();
            ((ISupportInitialize)this.pictureBox1).BeginInit();
            base.SuspendLayout();
            this.btn_Cancel.AllowAnimations         = true;
            this.btn_Cancel.BackColor               = Color.Transparent;
            this.btn_Cancel.DialogResult            = DialogResult.Cancel;
            this.btn_Cancel.Location                = new Point(159, 93);
            this.btn_Cancel.Name                    = "btn_Cancel";
            this.btn_Cancel.RoundedCornersMask      = 15;
            this.btn_Cancel.RoundedCornersRadius    = 0;
            this.btn_Cancel.Size                    = new Size(100, 30);
            this.btn_Cancel.TabIndex                = 6;
            this.btn_Cancel.Text                    = "Cancel";
            this.btn_Cancel.UseVisualStyleBackColor = false;
            this.btn_Cancel.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btn_Cancel.Click                  += new EventHandler(this.btn_Cancel_Click);
            this.btn_Login.AllowAnimations          = true;
            this.btn_Login.BackColor                = Color.Transparent;
            this.btn_Login.Location                 = new Point(53, 93);
            this.btn_Login.Name = "btn_Login";
            this.btn_Login.RoundedCornersMask   = 15;
            this.btn_Login.RoundedCornersRadius = 0;
            this.btn_Login.Size     = new Size(100, 30);
            this.btn_Login.TabIndex = 5;
            this.btn_Login.Text     = "Login";
            this.btn_Login.UseVisualStyleBackColor = false;
            this.btn_Login.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btn_Login.Click              += new EventHandler(this.btn_Login_Click);
            this.lbl_LoginID.Location          = new Point(9, 13);
            this.lbl_LoginID.Name              = "lbl_LoginID";
            this.lbl_LoginID.Size              = new Size(90, 13);
            this.lbl_LoginID.TabIndex          = 1;
            this.lbl_LoginID.Text              = "Login ID";
            this.lbl_Password.Location         = new Point(12, 44);
            this.lbl_Password.Name             = "lbl_Password";
            this.lbl_Password.Size             = new Size(90, 13);
            this.lbl_Password.TabIndex         = 3;
            this.lbl_Password.Text             = "Password";
            this.vTextBox_0.BackColor          = Color.White;
            this.vTextBox_0.BoundsOffset       = new Size(1, 1);
            this.vTextBox_0.ControlBorderColor = Color.FromArgb(39, 39, 39);
            this.vTextBox_0.DefaultText        = "";
            this.vTextBox_0.Location           = new Point(109, 8);
            this.vTextBox_0.MaxLength          = 32;
            this.vTextBox_0.Name               = "txtLoginID";
            this.vTextBox_0.PasswordChar       = '\0';
            this.vTextBox_0.ScrollBars         = ScrollBars.None;
            this.vTextBox_0.SelectionLength    = 0;
            this.vTextBox_0.SelectionStart     = 0;
            this.vTextBox_0.Size               = new Size(150, 23);
            this.vTextBox_0.TabIndex           = 2;
            this.vTextBox_0.TextAlign          = HorizontalAlignment.Left;
            this.vTextBox_0.VIBlendTheme       = VIBLEND_THEME.VISTABLUE;
            this.txtPwd.BackColor              = Color.White;
            this.txtPwd.BoundsOffset           = new Size(1, 1);
            this.txtPwd.ControlBorderColor     = Color.FromArgb(39, 39, 39);
            this.txtPwd.DefaultText            = "";
            this.txtPwd.Location               = new Point(109, 39);
            this.txtPwd.MaxLength              = 32;
            this.txtPwd.Name            = "txtPwd";
            this.txtPwd.PasswordChar    = '•';
            this.txtPwd.ScrollBars      = ScrollBars.None;
            this.txtPwd.SelectionLength = 0;
            this.txtPwd.SelectionStart  = 0;
            this.txtPwd.Size            = new Size(150, 23);
            this.txtPwd.TabIndex        = 4;
            this.txtPwd.TextAlign       = HorizontalAlignment.Left;
            this.txtPwd.VIBlendTheme    = VIBLEND_THEME.VISTABLUE;
            this.txtPwd.KeyDown        += new KeyEventHandler(this.txtPwd_KeyDown);
            this.lbl_loginMsg.Font      = new Font("Microsoft Sans Serif", 6.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.lbl_loginMsg.Location  = new Point(109, 71);
            this.lbl_loginMsg.Name      = "lbl_loginMsg";
            this.lbl_loginMsg.Size      = new Size(150, 12);
            this.lbl_loginMsg.TabIndex  = 7;
            this.lbl_loginMsg.TextAlign = ContentAlignment.MiddleLeft;
            this.FormPanel.BorderStyle  = BorderStyle.FixedSingle;
            this.FormPanel.Controls.Add(this.btn_Cancel);
            this.FormPanel.Controls.Add(this.lbl_loginMsg);
            this.FormPanel.Controls.Add(this.btn_Login);
            this.FormPanel.Controls.Add(this.txtPwd);
            this.FormPanel.Controls.Add(this.lbl_LoginID);
            this.FormPanel.Controls.Add(this.vTextBox_0);
            this.FormPanel.Controls.Add(this.lbl_Password);
            this.FormPanel.Dock                    = DockStyle.Fill;
            this.FormPanel.Location                = new Point(0, 40);
            this.FormPanel.Name                    = "FormPanel";
            this.FormPanel.Size                    = new Size(293, 142);
            this.FormPanel.TabIndex                = 8;
            this.FormPanel.Paint                  += new PaintEventHandler(this.panel1_Paint);
            this.HeaderPanel.BackgroundImage       = Properties.Resources.header;
            this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
            this.HeaderPanel.Controls.Add(this.pictureBox1);
            this.HeaderPanel.Controls.Add(this.lbl_C3Catalog);
            this.HeaderPanel.Dock         = DockStyle.Top;
            this.HeaderPanel.Location     = new Point(0, 0);
            this.HeaderPanel.Name         = "HeaderPanel";
            this.HeaderPanel.Size         = new Size(293, 40);
            this.HeaderPanel.TabIndex     = 0;
            this.HeaderPanel.MouseDown   += new MouseEventHandler(this.HeaderPanel_MouseDown);
            this.pictureBox1.BackColor    = Color.Transparent;
            this.pictureBox1.Dock         = DockStyle.Left;
            this.pictureBox1.Image        = Properties.Resources.catalog2;
            this.pictureBox1.Location     = new Point(0, 0);
            this.pictureBox1.Name         = "pictureBox1";
            this.pictureBox1.Size         = new Size(32, 40);
            this.pictureBox1.SizeMode     = PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex     = 3;
            this.pictureBox1.TabStop      = false;
            this.pictureBox1.MouseDown   += new MouseEventHandler(this.pictureBox1_MouseDown);
            this.lbl_C3Catalog.AutoSize   = true;
            this.lbl_C3Catalog.BackColor  = Color.Transparent;
            this.lbl_C3Catalog.Font       = new Font("Verdana", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
            this.lbl_C3Catalog.ForeColor  = Color.White;
            this.lbl_C3Catalog.Location   = new Point(37, 4);
            this.lbl_C3Catalog.Name       = "lbl_C3Catalog";
            this.lbl_C3Catalog.Size       = new Size(150, 16);
            this.lbl_C3Catalog.TabIndex   = 2;
            this.lbl_C3Catalog.Text       = "C3 Sentinel Catalog";
            this.lbl_C3Catalog.MouseDown += new MouseEventHandler(this.lbl_C3Catalog_MouseDown);
            base.AutoScaleDimensions      = new SizeF(6f, 13f);
            base.AutoScaleMode            = AutoScaleMode.Font;
            this.BackColor  = Color.White;
            base.ClientSize = new Size(293, 182);
            base.Controls.Add(this.FormPanel);
            base.Controls.Add(this.HeaderPanel);
            base.FormBorderStyle = FormBorderStyle.None;
            base.Icon            = (Icon)Resources.Login.LoginIcon;
            base.Name            = "Login";
            base.StartPosition   = FormStartPosition.CenterScreen;
            this.Text            = "Login";
            base.Load           += new EventHandler(this.Login_Load);
            base.Paint          += new PaintEventHandler(this.Login_Paint);
            this.FormPanel.ResumeLayout(false);
            this.HeaderPanel.ResumeLayout(false);
            this.HeaderPanel.PerformLayout();
            ((ISupportInitialize)this.pictureBox1).EndInit();
            base.ResumeLayout(false);
        }
예제 #22
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(MemoForm));

            this.imageList1     = new ImageList(this.components);
            this.ListBox        = new vCheckedListBox();
            this.ListMenu       = new ContextMenuStrip(this.components);
            this.mnuSelectAll   = new ToolStripMenuItem();
            this.mnuClearSelect = new ToolStripMenuItem();
            this.btnCloseDlg    = new vButton();
            this.HeaderPanel    = new Panel();
            this.chk_PageBreaks = new CheckBox();
            this.btn_View       = new vButton();
            this.ListMenu.SuspendLayout();
            this.HeaderPanel.SuspendLayout();
            base.SuspendLayout();
            this.imageList1.ImageStream      = (ImageListStreamer)Resources.MemoForm.imageList1_ImageStream;
            this.imageList1.TransparentColor = Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "notes.png");
            this.ListBox.CheckOnClick               = true;
            this.ListBox.ContextMenuStrip           = this.ListMenu;
            this.ListBox.Dock                       = DockStyle.Fill;
            this.ListBox.ItemHeight                 = 36;
            this.ListBox.Location                   = new Point(0, 45);
            this.ListBox.Name                       = "ListBox";
            this.ListBox.RoundedCornersMaskListItem = 15;
            this.ListBox.SelectionMode              = SelectionMode.One;
            this.ListBox.Size                       = new Size(550, 555);
            this.ListBox.TabIndex                   = 2;
            this.ListBox.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.ListBox.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            ToolStripItemCollection items = this.ListMenu.Items;

            ToolStripItem[] toolStripItemArray = new ToolStripItem[] { this.mnuSelectAll, this.mnuClearSelect };
            this.ListMenu.Items.AddRange(toolStripItemArray);
            this.ListMenu.Name                       = "ListMenu";
            this.ListMenu.Size                       = new Size(187, 48);
            this.mnuSelectAll.Name                   = "mnuSelectAll";
            this.mnuSelectAll.Size                   = new Size(186, 22);
            this.mnuSelectAll.Text                   = "Select All Documents";
            this.mnuSelectAll.Click                 += new EventHandler(this.mnuSelectAll_Click);
            this.mnuClearSelect.Name                 = "mnuClearSelect";
            this.mnuClearSelect.Size                 = new Size(186, 22);
            this.mnuClearSelect.Text                 = "Clear Selection";
            this.mnuClearSelect.Click               += new EventHandler(this.mnuClearSelect_Click);
            this.btnCloseDlg.AllowAnimations         = true;
            this.btnCloseDlg.BackColor               = Color.Transparent;
            this.btnCloseDlg.DialogResult            = DialogResult.Cancel;
            this.btnCloseDlg.Dock                    = DockStyle.Right;
            this.btnCloseDlg.Image                   = Properties.Resources.close;
            this.btnCloseDlg.Location                = new Point(505, 0);
            this.btnCloseDlg.Name                    = "btnCloseDlg";
            this.btnCloseDlg.PaintBorder             = false;
            this.btnCloseDlg.PaintDefaultBorder      = false;
            this.btnCloseDlg.PaintDefaultFill        = false;
            this.btnCloseDlg.RoundedCornersMask      = 15;
            this.btnCloseDlg.RoundedCornersRadius    = 0;
            this.btnCloseDlg.Size                    = new Size(45, 45);
            this.btnCloseDlg.TabIndex                = 0;
            this.btnCloseDlg.UseVisualStyleBackColor = false;
            this.btnCloseDlg.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btnCloseDlg.Click                  += new EventHandler(this.btnCloseDlg_Click);
            this.HeaderPanel.BackColor               = Color.FromArgb(64, 64, 64);
            this.HeaderPanel.Controls.Add(this.chk_PageBreaks);
            this.HeaderPanel.Controls.Add(this.btn_View);
            this.HeaderPanel.Controls.Add(this.btnCloseDlg);
            this.HeaderPanel.Dock         = DockStyle.Top;
            this.HeaderPanel.Location     = new Point(0, 0);
            this.HeaderPanel.Name         = "HeaderPanel";
            this.HeaderPanel.Size         = new Size(550, 45);
            this.HeaderPanel.TabIndex     = 1;
            this.HeaderPanel.MouseDown   += new MouseEventHandler(this.HeaderPanel_MouseDown);
            this.chk_PageBreaks.AutoSize  = true;
            this.chk_PageBreaks.BackColor = Color.Transparent;
            this.chk_PageBreaks.ForeColor = Color.White;
            this.chk_PageBreaks.Location  = new Point(155, 13);
            this.chk_PageBreaks.Name      = "chk_PageBreaks";
            this.chk_PageBreaks.Size      = new Size(116, 17);
            this.chk_PageBreaks.TabIndex  = 3;
            this.chk_PageBreaks.Text      = "Insert Page Breaks";
            this.chk_PageBreaks.UseVisualStyleBackColor = false;
            this.btn_View.AllowAnimations         = true;
            this.btn_View.BackColor               = Color.Transparent;
            this.btn_View.Image                   = Properties.Resources.search;
            this.btn_View.ImageAlign              = ContentAlignment.MiddleLeft;
            this.btn_View.Location                = new Point(13, 6);
            this.btn_View.Name                    = "btn_View";
            this.btn_View.RoundedCornersMask      = 15;
            this.btn_View.RoundedCornersRadius    = 0;
            this.btn_View.Size                    = new Size(136, 30);
            this.btn_View.TabIndex                = 2;
            this.btn_View.Text                    = "Review";
            this.btn_View.UseVisualStyleBackColor = false;
            this.btn_View.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btn_View.Click                  += new EventHandler(this.btn_View_Click);
            base.AutoScaleDimensions              = new SizeF(6f, 13f);
            base.AutoScaleMode                    = AutoScaleMode.Font;
            base.CancelButton = this.btnCloseDlg;
            base.ClientSize   = new Size(550, 600);
            base.Controls.Add(this.ListBox);
            base.Controls.Add(this.HeaderPanel);
            base.FormBorderStyle = FormBorderStyle.None;
            base.Icon            = (Icon)Resources.MemoForm.MemoListIcon;
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "MemoForm";
            base.StartPosition   = FormStartPosition.CenterParent;
            this.Text            = "Memos";
            base.Load           += new EventHandler(this.MemoForm_Load);
            this.ListMenu.ResumeLayout(false);
            this.HeaderPanel.ResumeLayout(false);
            this.HeaderPanel.PerformLayout();
            base.ResumeLayout(false);
        }
예제 #23
0
 private void InitializeComponent()
 {
     this.cboClass             = new vComboBox();
     this.lbl_Classification   = new Label();
     this.lbl_FileSecurity     = new Label();
     this.cboSecurity          = new vComboBox();
     this.lbl_SetName          = new Label();
     this.txtSetID             = new vTextBox();
     this.lbl_ShortDesc        = new Label();
     this.txtShortDesc         = new vTextBox();
     this.lbl_Rating           = new Label();
     this.RatingCtrl           = new vRatingControl();
     this.btn_Save             = new vButton();
     this.lblLine              = new Label();
     this.ps_FileName          = new Label();
     this.lbl_DB_FileName      = new Label();
     this.ps_FileDate          = new Label();
     this.lblTimestamp         = new Label();
     this.ps_FileUploaded      = new Label();
     this.lblUploaded          = new Label();
     this.ps_FileSize          = new Label();
     this.lblSize              = new Label();
     this.ps_HashCode          = new Label();
     this.lblHashCode          = new Label();
     this.ps_GPS               = new Label();
     this.lblGPS               = new Label();
     this.ps_FileOwner         = new Label();
     this.lblAccountName       = new Label();
     this.ps_AssetID           = new Label();
     this.label_0              = new Label();
     this.ps_FileExt           = new Label();
     this.lblFileExt           = new Label();
     this.ps_OriginalName      = new Label();
     this.lblOriginalName      = new Label();
     this.lblMachineName       = new Label();
     this.lblDomain            = new Label();
     this.lblMachineAccount    = new Label();
     this.label_1              = new Label();
     this.lblSourcePath        = new Label();
     this.ps_FileMachineName   = new Label();
     this.ps_FileDomain        = new Label();
     this.ps_FileDomainAccount = new Label();
     this.ps_FileLoginID       = new Label();
     this.ps_SourcePath        = new Label();
     this.txtRMS               = new vTextBox();
     this.ps_RMS               = new Label();
     this.txtCAD               = new vTextBox();
     this.ps_CAD               = new Label();
     this.chk_PSIsIndefinite   = new vCheckBox();
     this.MainPanel            = new Panel();
     this.BottomPanel          = new Panel();
     this.Thumbnail            = new PictureBox();
     this.TopPanel             = new Panel();
     this.RestorePanel         = new Panel();
     this.lblRestoreDate       = new Label();
     this.lbl_FileRestored     = new Label();
     this.pictureBox1          = new PictureBox();
     this.chk_PSEvidence       = new vCheckBox();
     this.HeaderPanel          = new Panel();
     this.lbl_FileInfo         = new Label();
     this.lbl_FileProfile      = new Label();
     this.btnClose             = new vButton();
     this.MainPanel.SuspendLayout();
     this.BottomPanel.SuspendLayout();
     ((ISupportInitialize)this.Thumbnail).BeginInit();
     this.TopPanel.SuspendLayout();
     this.RestorePanel.SuspendLayout();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     this.HeaderPanel.SuspendLayout();
     base.SuspendLayout();
     this.cboClass.BackColor               = Color.White;
     this.cboClass.DefaultText             = "";
     this.cboClass.DisplayMember           = "";
     this.cboClass.DropDownList            = true;
     this.cboClass.DropDownMaximumSize     = new Size(1000, 1000);
     this.cboClass.DropDownMinimumSize     = new Size(10, 10);
     this.cboClass.DropDownResizeDirection = SizingDirection.Both;
     this.cboClass.DropDownWidth           = 244;
     this.cboClass.Location = new Point(311, 70);
     this.cboClass.Name     = "cboClass";
     this.cboClass.RoundedCornersMaskListItem = 15;
     this.cboClass.Size                          = new Size(244, 26);
     this.cboClass.TabIndex                      = 5;
     this.cboClass.UseThemeBackColor             = false;
     this.cboClass.UseThemeDropDownArrowColor    = true;
     this.cboClass.ValueMember                   = "";
     this.cboClass.VIBlendScrollBarsTheme        = VIBLEND_THEME.VISTABLUE;
     this.cboClass.VIBlendTheme                  = VIBLEND_THEME.VISTABLUE;
     this.lbl_Classification.AutoSize            = true;
     this.lbl_Classification.Location            = new Point(11, 77);
     this.lbl_Classification.Name                = "lbl_Classification";
     this.lbl_Classification.Size                = new Size(87, 13);
     this.lbl_Classification.TabIndex            = 4;
     this.lbl_Classification.Text                = "File Classification";
     this.lbl_FileSecurity.AutoSize              = true;
     this.lbl_FileSecurity.Location              = new Point(11, 106);
     this.lbl_FileSecurity.Name                  = "lbl_FileSecurity";
     this.lbl_FileSecurity.Size                  = new Size(93, 13);
     this.lbl_FileSecurity.TabIndex              = 6;
     this.lbl_FileSecurity.Text                  = "File Security Level";
     this.cboSecurity.BackColor                  = Color.White;
     this.cboSecurity.DefaultText                = "";
     this.cboSecurity.DisplayMember              = "";
     this.cboSecurity.DropDownList               = true;
     this.cboSecurity.DropDownMaximumSize        = new Size(1000, 1000);
     this.cboSecurity.DropDownMinimumSize        = new Size(10, 10);
     this.cboSecurity.DropDownResizeDirection    = SizingDirection.Both;
     this.cboSecurity.DropDownWidth              = 244;
     this.cboSecurity.Location                   = new Point(311, 99);
     this.cboSecurity.Name                       = "cboSecurity";
     this.cboSecurity.RoundedCornersMaskListItem = 15;
     this.cboSecurity.Size                       = new Size(244, 26);
     this.cboSecurity.TabIndex                   = 7;
     this.cboSecurity.UseThemeBackColor          = false;
     this.cboSecurity.UseThemeDropDownArrowColor = true;
     this.cboSecurity.ValueMember                = "";
     this.cboSecurity.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
     this.cboSecurity.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
     this.lbl_SetName.AutoSize                   = true;
     this.lbl_SetName.Location                   = new Point(11, 48);
     this.lbl_SetName.Name                       = "lbl_SetName";
     this.lbl_SetName.Size                       = new Size(37, 13);
     this.lbl_SetName.TabIndex                   = 2;
     this.lbl_SetName.Text                       = "Set ID";
     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(311, 41);
     this.txtSetID.MaxLength                     = 32;
     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(244, 26);
     this.txtSetID.TabIndex                      = 3;
     this.txtSetID.TextAlign                     = HorizontalAlignment.Left;
     this.txtSetID.VIBlendTheme                  = VIBLEND_THEME.VISTABLUE;
     this.lbl_ShortDesc.AutoSize                 = true;
     this.lbl_ShortDesc.Location                 = new Point(11, 135);
     this.lbl_ShortDesc.Name                     = "lbl_ShortDesc";
     this.lbl_ShortDesc.Size                     = new Size(88, 13);
     this.lbl_ShortDesc.TabIndex                 = 8;
     this.lbl_ShortDesc.Text                     = "Short Description";
     this.txtShortDesc.BackColor                 = Color.White;
     this.txtShortDesc.BoundsOffset              = new Size(1, 1);
     this.txtShortDesc.ControlBorderColor        = Color.FromArgb(39, 39, 39);
     this.txtShortDesc.DefaultText               = "";
     this.txtShortDesc.Location                  = new Point(311, 128);
     this.txtShortDesc.MaxLength                 = 32;
     this.txtShortDesc.Name                      = "txtShortDesc";
     this.txtShortDesc.PasswordChar              = '\0';
     this.txtShortDesc.ScrollBars                = ScrollBars.None;
     this.txtShortDesc.SelectionLength           = 0;
     this.txtShortDesc.SelectionStart            = 0;
     this.txtShortDesc.Size                      = new Size(244, 26);
     this.txtShortDesc.TabIndex                  = 9;
     this.txtShortDesc.TextAlign                 = HorizontalAlignment.Left;
     this.txtShortDesc.VIBlendTheme              = VIBLEND_THEME.VISTABLUE;
     this.lbl_Rating.AutoSize                    = true;
     this.lbl_Rating.Location                    = new Point(11, 17);
     this.lbl_Rating.Name                        = "lbl_Rating";
     this.lbl_Rating.Size                        = new Size(38, 13);
     this.lbl_Rating.TabIndex                    = 0;
     this.lbl_Rating.Text                        = "Rating";
     this.RatingCtrl.Location                    = new Point(311, 12);
     this.RatingCtrl.Name                        = "RatingCtrl";
     this.RatingCtrl.Shape                       = vRatingControlShapes.Star;
     this.RatingCtrl.Size                        = new Size(118, 23);
     this.RatingCtrl.TabIndex                    = 1;
     this.RatingCtrl.Value                       = 0f;
     this.RatingCtrl.ValueIndicatorSize          = 10;
     this.RatingCtrl.VIBlendTheme                = VIBLEND_THEME.VISTABLUE;
     this.btn_Save.AllowAnimations               = true;
     this.btn_Save.BackColor                     = Color.Transparent;
     this.btn_Save.Location                      = new Point(456, 3);
     this.btn_Save.Name                          = "btn_Save";
     this.btn_Save.RoundedCornersMask            = 15;
     this.btn_Save.Size                          = new Size(100, 30);
     this.btn_Save.TabIndex                      = 10;
     this.btn_Save.Text                          = "Save";
     this.btn_Save.UseVisualStyleBackColor       = false;
     this.btn_Save.VIBlendTheme                  = VIBLEND_THEME.VISTABLUE;
     this.btn_Save.Click                        += new EventHandler(this.btn_Save_Click);
     this.lblLine.BackColor                      = Color.FromArgb(64, 64, 64);
     this.lblLine.Location                       = new Point(12, 267);
     this.lblLine.Name             = "lblLine";
     this.lblLine.Size             = new Size(580, 1);
     this.lblLine.TabIndex         = 11;
     this.ps_FileName.AutoSize     = true;
     this.ps_FileName.Location     = new Point(14, 115);
     this.ps_FileName.Name         = "ps_FileName";
     this.ps_FileName.Size         = new Size(91, 13);
     this.ps_FileName.TabIndex     = 12;
     this.ps_FileName.Text         = "System File Name";
     this.lbl_DB_FileName.Location = new Point(166, 115);
     this.lbl_DB_FileName.Name     = "lbl_DB_FileName";
     this.lbl_DB_FileName.Size     = new Size(300, 13);
     this.lbl_DB_FileName.TabIndex = 13;
     this.lbl_DB_FileName.Text     = "File Name";
     this.ps_FileDate.AutoSize     = true;
     this.ps_FileDate.Location     = new Point(166, 7);
     this.ps_FileDate.Name         = "ps_FileDate";
     this.ps_FileDate.Size         = new Size(49, 13);
     this.ps_FileDate.TabIndex     = 14;
     this.ps_FileDate.Text         = "File Date";
     this.lblTimestamp.AutoSize    = true;
     this.lblTimestamp.Location    = new Point(311, 7);
     this.lblTimestamp.Name        = "lblTimestamp";
     this.lblTimestamp.Size        = new Size(110, 13);
     this.lblTimestamp.TabIndex    = 15;
     this.lblTimestamp.Text        = "00/00/0000 00:00:00";
     this.ps_FileUploaded.AutoSize = true;
     this.ps_FileUploaded.Location = new Point(166, 28);
     this.ps_FileUploaded.Name     = "ps_FileUploaded";
     this.ps_FileUploaded.Size     = new Size(72, 13);
     this.ps_FileUploaded.TabIndex = 16;
     this.ps_FileUploaded.Text     = "File Uploaded";
     this.lblUploaded.AutoSize     = true;
     this.lblUploaded.Location     = new Point(311, 28);
     this.lblUploaded.Name         = "lblUploaded";
     this.lblUploaded.Size         = new Size(110, 13);
     this.lblUploaded.TabIndex     = 17;
     this.lblUploaded.Text         = "00/00/0000 00:00:00";
     this.ps_FileSize.AutoSize     = true;
     this.ps_FileSize.Location     = new Point(166, 49);
     this.ps_FileSize.Name         = "ps_FileSize";
     this.ps_FileSize.Size         = new Size(46, 13);
     this.ps_FileSize.TabIndex     = 18;
     this.ps_FileSize.Text         = "File Size";
     this.lblSize.AutoSize         = true;
     this.lblSize.Location         = new Point(311, 49);
     this.lblSize.Name             = "lblSize";
     this.lblSize.Size             = new Size(42, 13);
     this.lblSize.TabIndex         = 19;
     this.lblSize.Text             = "0 Bytes";
     this.ps_HashCode.AutoSize     = true;
     this.ps_HashCode.Location     = new Point(166, 70);
     this.ps_HashCode.Name         = "ps_HashCode";
     this.ps_HashCode.Size         = new Size(92, 13);
     this.ps_HashCode.TabIndex     = 20;
     this.ps_HashCode.Text         = "File Security Code";
     this.lblHashCode.AutoSize     = true;
     this.lblHashCode.Location     = new Point(311, 70);
     this.lblHashCode.Name         = "lblHashCode";
     this.lblHashCode.Size         = new Size(13, 13);
     this.lblHashCode.TabIndex     = 21;
     this.lblHashCode.Text         = "0";
     this.ps_GPS.AutoSize          = true;
     this.ps_GPS.Location          = new Point(14, 181);
     this.ps_GPS.Name                   = "ps_GPS";
     this.ps_GPS.Size                   = new Size(73, 13);
     this.ps_GPS.TabIndex               = 22;
     this.ps_GPS.Text                   = "GPS Location";
     this.lblGPS.Location               = new Point(166, 181);
     this.lblGPS.Name                   = "lblGPS";
     this.lblGPS.Size                   = new Size(300, 13);
     this.lblGPS.TabIndex               = 23;
     this.lblGPS.Text                   = "0.0,0.0";
     this.ps_FileOwner.AutoSize         = true;
     this.ps_FileOwner.Location         = new Point(14, 203);
     this.ps_FileOwner.Name             = "ps_FileOwner";
     this.ps_FileOwner.Size             = new Size(57, 13);
     this.ps_FileOwner.TabIndex         = 24;
     this.ps_FileOwner.Text             = "File Owner";
     this.lblAccountName.Location       = new Point(166, 203);
     this.lblAccountName.Name           = "lblAccountName";
     this.lblAccountName.Size           = new Size(300, 13);
     this.lblAccountName.TabIndex       = 25;
     this.lblAccountName.Text           = "Account";
     this.ps_AssetID.AutoSize           = true;
     this.ps_AssetID.Location           = new Point(14, 93);
     this.ps_AssetID.Name               = "ps_AssetID";
     this.ps_AssetID.Size               = new Size(47, 13);
     this.ps_AssetID.TabIndex           = 26;
     this.ps_AssetID.Text               = "Asset ID";
     this.label_0.Location              = new Point(166, 93);
     this.label_0.Name                  = "lblAssetID";
     this.label_0.Size                  = new Size(300, 13);
     this.label_0.TabIndex              = 27;
     this.label_0.Text                  = "n/a";
     this.ps_FileExt.AutoSize           = true;
     this.ps_FileExt.Location           = new Point(14, 159);
     this.ps_FileExt.Name               = "ps_FileExt";
     this.ps_FileExt.Size               = new Size(72, 13);
     this.ps_FileExt.TabIndex           = 28;
     this.ps_FileExt.Text               = "File Extension";
     this.lblFileExt.Location           = new Point(166, 159);
     this.lblFileExt.Name               = "lblFileExt";
     this.lblFileExt.Size               = new Size(300, 13);
     this.lblFileExt.TabIndex           = 29;
     this.lblFileExt.Text               = "n/a";
     this.ps_OriginalName.AutoSize      = true;
     this.ps_OriginalName.Location      = new Point(14, 137);
     this.ps_OriginalName.Name          = "ps_OriginalName";
     this.ps_OriginalName.Size          = new Size(92, 13);
     this.ps_OriginalName.TabIndex      = 30;
     this.ps_OriginalName.Text          = "Original File Name";
     this.lblOriginalName.Location      = new Point(166, 137);
     this.lblOriginalName.Name          = "lblOriginalName";
     this.lblOriginalName.Size          = new Size(300, 13);
     this.lblOriginalName.TabIndex      = 31;
     this.lblOriginalName.Text          = "File";
     this.lblMachineName.Location       = new Point(166, 225);
     this.lblMachineName.Name           = "lblMachineName";
     this.lblMachineName.Size           = new Size(300, 13);
     this.lblMachineName.TabIndex       = 32;
     this.lblMachineName.Text           = "Machine Name";
     this.lblDomain.Location            = new Point(166, 247);
     this.lblDomain.Name                = "lblDomain";
     this.lblDomain.Size                = new Size(300, 13);
     this.lblDomain.TabIndex            = 33;
     this.lblDomain.Text                = "Machine Domain";
     this.lblMachineAccount.Location    = new Point(166, 269);
     this.lblMachineAccount.Name        = "lblMachineAccount";
     this.lblMachineAccount.Size        = new Size(300, 13);
     this.lblMachineAccount.TabIndex    = 34;
     this.lblMachineAccount.Text        = "Machine Account";
     this.label_1.Location              = new Point(166, 291);
     this.label_1.Name                  = "lblLoginID";
     this.label_1.Size                  = new Size(300, 13);
     this.label_1.TabIndex              = 35;
     this.label_1.Text                  = "Login ID";
     this.lblSourcePath.Location        = new Point(166, 313);
     this.lblSourcePath.Name            = "lblSourcePath";
     this.lblSourcePath.Size            = new Size(300, 13);
     this.lblSourcePath.TabIndex        = 36;
     this.lblSourcePath.Text            = "Path";
     this.ps_FileMachineName.AutoSize   = true;
     this.ps_FileMachineName.Location   = new Point(14, 225);
     this.ps_FileMachineName.Name       = "ps_FileMachineName";
     this.ps_FileMachineName.Size       = new Size(79, 13);
     this.ps_FileMachineName.TabIndex   = 37;
     this.ps_FileMachineName.Text       = "Machine Name";
     this.ps_FileDomain.AutoSize        = true;
     this.ps_FileDomain.Location        = new Point(14, 247);
     this.ps_FileDomain.Name            = "ps_FileDomain";
     this.ps_FileDomain.Size            = new Size(87, 13);
     this.ps_FileDomain.TabIndex        = 38;
     this.ps_FileDomain.Text            = "Machine Domain";
     this.ps_FileDomainAccount.AutoSize = true;
     this.ps_FileDomainAccount.Location = new Point(14, 269);
     this.ps_FileDomainAccount.Name     = "ps_FileDomainAccount";
     this.ps_FileDomainAccount.Size     = new Size(86, 13);
     this.ps_FileDomainAccount.TabIndex = 39;
     this.ps_FileDomainAccount.Text     = "Domain Account";
     this.ps_FileLoginID.AutoSize       = true;
     this.ps_FileLoginID.Location       = new Point(14, 291);
     this.ps_FileLoginID.Name           = "ps_FileLoginID";
     this.ps_FileLoginID.Size           = new Size(90, 13);
     this.ps_FileLoginID.TabIndex       = 40;
     this.ps_FileLoginID.Text           = "Account Login ID";
     this.ps_FileLoginID.Click         += new EventHandler(this.lbl_FileLoginID_Click);
     this.ps_SourcePath.AutoSize        = true;
     this.ps_SourcePath.Location        = new Point(14, 313);
     this.ps_SourcePath.Name            = "ps_SourcePath";
     this.ps_SourcePath.Size            = new Size(85, 13);
     this.ps_SourcePath.TabIndex        = 41;
     this.ps_SourcePath.Text            = "File Source Path";
     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(311, 157);
     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(244, 26);
     this.txtRMS.TabIndex               = 43;
     this.txtRMS.TextAlign              = HorizontalAlignment.Left;
     this.txtRMS.VIBlendTheme           = VIBLEND_THEME.VISTABLUE;
     this.ps_RMS.AutoSize               = true;
     this.ps_RMS.Location               = new Point(11, 164);
     this.ps_RMS.Name                   = "ps_RMS";
     this.ps_RMS.Size                   = new Size(158, 13);
     this.ps_RMS.TabIndex               = 42;
     this.ps_RMS.Text                   = "Record Management System ID";
     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(311, 186);
     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(244, 26);
     this.txtCAD.TabIndex               = 45;
     this.txtCAD.TextAlign              = HorizontalAlignment.Left;
     this.txtCAD.VIBlendTheme           = VIBLEND_THEME.VISTABLUE;
     this.ps_CAD.AutoSize               = true;
     this.ps_CAD.Location               = new Point(11, 193);
     this.ps_CAD.Name                   = "ps_CAD";
     this.ps_CAD.Size                   = new Size(141, 13);
     this.ps_CAD.TabIndex               = 44;
     this.ps_CAD.Text                   = "Computer Aided Dispatch ID";
     this.chk_PSIsIndefinite.BackColor  = Color.Transparent;
     this.chk_PSIsIndefinite.Location   = new Point(311, 215);
     this.chk_PSIsIndefinite.Name       = "chk_PSIsIndefinite";
     this.chk_PSIsIndefinite.Size       = new Size(244, 24);
     this.chk_PSIsIndefinite.TabIndex   = 46;
     this.chk_PSIsIndefinite.Text       = "Retain File Indefinite";
     this.chk_PSIsIndefinite.UseVisualStyleBackColor = false;
     this.chk_PSIsIndefinite.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.MainPanel.BorderStyle = BorderStyle.FixedSingle;
     this.MainPanel.Controls.Add(this.BottomPanel);
     this.MainPanel.Controls.Add(this.TopPanel);
     this.MainPanel.Dock     = DockStyle.Fill;
     this.MainPanel.Location = new Point(0, 45);
     this.MainPanel.Name     = "MainPanel";
     this.MainPanel.Size     = new Size(600, 605);
     this.MainPanel.TabIndex = 47;
     this.BottomPanel.Controls.Add(this.Thumbnail);
     this.BottomPanel.Controls.Add(this.lblGPS);
     this.BottomPanel.Controls.Add(this.ps_SourcePath);
     this.BottomPanel.Controls.Add(this.ps_GPS);
     this.BottomPanel.Controls.Add(this.ps_FileLoginID);
     this.BottomPanel.Controls.Add(this.ps_FileOwner);
     this.BottomPanel.Controls.Add(this.ps_FileDomainAccount);
     this.BottomPanel.Controls.Add(this.lblHashCode);
     this.BottomPanel.Controls.Add(this.ps_FileDomain);
     this.BottomPanel.Controls.Add(this.lblAccountName);
     this.BottomPanel.Controls.Add(this.ps_FileMachineName);
     this.BottomPanel.Controls.Add(this.ps_HashCode);
     this.BottomPanel.Controls.Add(this.lblSourcePath);
     this.BottomPanel.Controls.Add(this.ps_AssetID);
     this.BottomPanel.Controls.Add(this.lblSize);
     this.BottomPanel.Controls.Add(this.label_1);
     this.BottomPanel.Controls.Add(this.label_0);
     this.BottomPanel.Controls.Add(this.lblMachineAccount);
     this.BottomPanel.Controls.Add(this.ps_FileSize);
     this.BottomPanel.Controls.Add(this.ps_FileName);
     this.BottomPanel.Controls.Add(this.ps_FileExt);
     this.BottomPanel.Controls.Add(this.lblDomain);
     this.BottomPanel.Controls.Add(this.lblUploaded);
     this.BottomPanel.Controls.Add(this.lbl_DB_FileName);
     this.BottomPanel.Controls.Add(this.lblFileExt);
     this.BottomPanel.Controls.Add(this.lblMachineName);
     this.BottomPanel.Controls.Add(this.ps_FileUploaded);
     this.BottomPanel.Controls.Add(this.ps_FileDate);
     this.BottomPanel.Controls.Add(this.ps_OriginalName);
     this.BottomPanel.Controls.Add(this.lblOriginalName);
     this.BottomPanel.Controls.Add(this.lblTimestamp);
     this.BottomPanel.Dock     = DockStyle.Top;
     this.BottomPanel.Location = new Point(0, 272);
     this.BottomPanel.Name     = "BottomPanel";
     this.BottomPanel.Size     = new Size(598, 332);
     this.BottomPanel.TabIndex = 49;
     this.Thumbnail.BackColor  = Color.Black;
     this.Thumbnail.Location   = new Point(14, 5);
     this.Thumbnail.Margin     = new Padding(0);
     this.Thumbnail.Name       = "Thumbnail";
     this.Thumbnail.Size       = new Size(137, 80);
     this.Thumbnail.SizeMode   = PictureBoxSizeMode.StretchImage;
     this.Thumbnail.TabIndex   = 9;
     this.Thumbnail.TabStop    = false;
     this.TopPanel.Controls.Add(this.RestorePanel);
     this.TopPanel.Controls.Add(this.btn_Save);
     this.TopPanel.Controls.Add(this.chk_PSEvidence);
     this.TopPanel.Controls.Add(this.lblLine);
     this.TopPanel.Controls.Add(this.RatingCtrl);
     this.TopPanel.Controls.Add(this.chk_PSIsIndefinite);
     this.TopPanel.Controls.Add(this.lbl_Rating);
     this.TopPanel.Controls.Add(this.cboClass);
     this.TopPanel.Controls.Add(this.txtShortDesc);
     this.TopPanel.Controls.Add(this.txtCAD);
     this.TopPanel.Controls.Add(this.lbl_ShortDesc);
     this.TopPanel.Controls.Add(this.lbl_Classification);
     this.TopPanel.Controls.Add(this.txtSetID);
     this.TopPanel.Controls.Add(this.ps_CAD);
     this.TopPanel.Controls.Add(this.lbl_SetName);
     this.TopPanel.Controls.Add(this.lbl_FileSecurity);
     this.TopPanel.Controls.Add(this.ps_RMS);
     this.TopPanel.Controls.Add(this.txtRMS);
     this.TopPanel.Controls.Add(this.cboSecurity);
     this.TopPanel.Dock     = DockStyle.Top;
     this.TopPanel.Location = new Point(0, 0);
     this.TopPanel.Name     = "TopPanel";
     this.TopPanel.Size     = new Size(598, 272);
     this.TopPanel.TabIndex = 48;
     this.RestorePanel.Controls.Add(this.lblRestoreDate);
     this.RestorePanel.Controls.Add(this.lbl_FileRestored);
     this.RestorePanel.Controls.Add(this.pictureBox1);
     this.RestorePanel.Location     = new Point(4, 218);
     this.RestorePanel.Name         = "RestorePanel";
     this.RestorePanel.Size         = new Size(301, 44);
     this.RestorePanel.TabIndex     = 48;
     this.RestorePanel.Visible      = false;
     this.lblRestoreDate.AutoSize   = true;
     this.lblRestoreDate.Location   = new Point(32, 25);
     this.lblRestoreDate.Name       = "lblRestoreDate";
     this.lblRestoreDate.Size       = new Size(110, 13);
     this.lblRestoreDate.TabIndex   = 2;
     this.lblRestoreDate.Text       = "00/00/0000 00:00:00";
     this.lbl_FileRestored.AutoSize = true;
     this.lbl_FileRestored.Location = new Point(32, 8);
     this.lbl_FileRestored.Name     = "lbl_FileRestored";
     this.lbl_FileRestored.Size     = new Size(69, 13);
     this.lbl_FileRestored.TabIndex = 1;
     this.lbl_FileRestored.Text     = "File Restored";
     this.pictureBox1.Image         = Resources.restore;
     this.pictureBox1.Location      = new Point(8, 8);
     this.pictureBox1.Name          = "pictureBox1";
     this.pictureBox1.Size          = new Size(18, 18);
     this.pictureBox1.SizeMode      = PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex      = 0;
     this.pictureBox1.TabStop       = false;
     this.chk_PSEvidence.BackColor  = Color.Transparent;
     this.chk_PSEvidence.Location   = new Point(311, 240);
     this.chk_PSEvidence.Name       = "chk_PSEvidence";
     this.chk_PSEvidence.Size       = new Size(244, 24);
     this.chk_PSEvidence.TabIndex   = 47;
     this.chk_PSEvidence.Text       = "Evidence";
     this.chk_PSEvidence.UseVisualStyleBackColor = false;
     this.chk_PSEvidence.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.lbl_FileInfo);
     this.HeaderPanel.Controls.Add(this.lbl_FileProfile);
     this.HeaderPanel.Controls.Add(this.btnClose);
     this.HeaderPanel.Dock                 = DockStyle.Top;
     this.HeaderPanel.Location             = new Point(0, 0);
     this.HeaderPanel.Name                 = "HeaderPanel";
     this.HeaderPanel.Size                 = new Size(600, 45);
     this.HeaderPanel.TabIndex             = 0;
     this.HeaderPanel.MouseDown           += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.lbl_FileInfo.AutoSize            = true;
     this.lbl_FileInfo.BackColor           = Color.Transparent;
     this.lbl_FileInfo.ForeColor           = Color.White;
     this.lbl_FileInfo.Location            = new Point(17, 25);
     this.lbl_FileInfo.Name                = "lbl_FileInfo";
     this.lbl_FileInfo.Size                = new Size(78, 13);
     this.lbl_FileInfo.TabIndex            = 3;
     this.lbl_FileInfo.Text                = "File Information";
     this.lbl_FileInfo.TextAlign           = ContentAlignment.MiddleLeft;
     this.lbl_FileProfile.AutoSize         = true;
     this.lbl_FileProfile.BackColor        = Color.Transparent;
     this.lbl_FileProfile.Font             = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_FileProfile.ForeColor        = Color.White;
     this.lbl_FileProfile.Location         = new Point(17, 5);
     this.lbl_FileProfile.Name             = "lbl_FileProfile";
     this.lbl_FileProfile.Size             = new Size(113, 16);
     this.lbl_FileProfile.TabIndex         = 2;
     this.lbl_FileProfile.Text             = "Profile Settings";
     this.lbl_FileProfile.TextAlign        = ContentAlignment.MiddleLeft;
     this.lbl_FileProfile.MouseDown       += new MouseEventHandler(this.lbl_FileProfile_MouseDown);
     this.btnClose.AllowAnimations         = true;
     this.btnClose.BackColor               = Color.Transparent;
     this.btnClose.Dock                    = DockStyle.Right;
     this.btnClose.Image                   = Resources.close;
     this.btnClose.Location                = new Point(555, 0);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.PaintBorder             = false;
     this.btnClose.PaintDefaultBorder      = false;
     this.btnClose.PaintDefaultFill        = false;
     this.btnClose.RoundedCornersMask      = 15;
     this.btnClose.RoundedCornersRadius    = 0;
     this.btnClose.Size                    = new Size(45, 45);
     this.btnClose.TabIndex                = 0;
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnClose.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnClose.Click                  += new EventHandler(this.btnClose_Click);
     base.AutoScaleDimensions              = new SizeF(6f, 13f);
     base.AutoScaleMode                    = AutoScaleMode.Font;
     this.BackColor  = Color.White;
     base.ClientSize = new Size(600, 650);
     base.Controls.Add(this.MainPanel);
     base.Controls.Add(this.HeaderPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "ProfileData";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "ProfileData";
     base.Load           += new EventHandler(this.ProfileData_Load);
     base.Paint          += new PaintEventHandler(this.ProfileData_Paint);
     base.Enter          += new EventHandler(this.ProfileData_Enter);
     this.MainPanel.ResumeLayout(false);
     this.BottomPanel.ResumeLayout(false);
     this.BottomPanel.PerformLayout();
     ((ISupportInitialize)this.Thumbnail).EndInit();
     this.TopPanel.ResumeLayout(false);
     this.TopPanel.PerformLayout();
     this.RestorePanel.ResumeLayout(false);
     this.RestorePanel.PerformLayout();
     ((ISupportInitialize)this.pictureBox1).EndInit();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     base.ResumeLayout(false);
 }
예제 #24
0
 private void InitializeComponent()
 {
     this.chkEject         = new vCheckBox();
     this.lbl_DiscDrive    = new Label();
     this.lbl_VolumeLabel  = new Label();
     this.lblMedia         = new Label();
     this.btn_DetectMedia  = new vButton();
     this.btn_BurnDisc     = new vButton();
     this.progBar          = new TextProgressBar();
     this.progSize         = new TextProgressBar();
     this.txtVolumeLabel   = new vTextBox();
     this.cboDevice        = new vComboBox();
     this.backgroundWorker = new BackgroundWorker();
     this.lbl_DiscStatus   = new Label();
     base.SuspendLayout();
     this.chkEject.BackColor  = Color.Transparent;
     this.chkEject.Checked    = true;
     this.chkEject.CheckState = CheckState.Checked;
     this.chkEject.Location   = new Point(130, 5);
     this.chkEject.Name       = "chkEject";
     this.chkEject.Size       = new Size(271, 24);
     this.chkEject.TabIndex   = 0;
     this.chkEject.Text       = "Eject Disc When Completed";
     this.chkEject.UseVisualStyleBackColor = false;
     this.chkEject.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.lbl_DiscDrive.AutoSize           = true;
     this.lbl_DiscDrive.Location           = new Point(4, 40);
     this.lbl_DiscDrive.Name                      = "lbl_DiscDrive";
     this.lbl_DiscDrive.Size                      = new Size(56, 13);
     this.lbl_DiscDrive.TabIndex                  = 1;
     this.lbl_DiscDrive.Text                      = "Disc Drive";
     this.lbl_VolumeLabel.AutoSize                = true;
     this.lbl_VolumeLabel.Location                = new Point(4, 69);
     this.lbl_VolumeLabel.Name                    = "lbl_VolumeLabel";
     this.lbl_VolumeLabel.Size                    = new Size(95, 13);
     this.lbl_VolumeLabel.TabIndex                = 3;
     this.lbl_VolumeLabel.Text                    = "Disc Volume Label";
     this.lblMedia.BorderStyle                    = BorderStyle.FixedSingle;
     this.lblMedia.Location                       = new Point(308, 35);
     this.lblMedia.Name                           = "lblMedia";
     this.lblMedia.Size                           = new Size(121, 23);
     this.lblMedia.TabIndex                       = 5;
     this.lblMedia.Text                           = "No Media";
     this.lblMedia.TextAlign                      = ContentAlignment.MiddleCenter;
     this.btn_DetectMedia.AllowAnimations         = true;
     this.btn_DetectMedia.BackColor               = Color.Transparent;
     this.btn_DetectMedia.Location                = new Point(308, 64);
     this.btn_DetectMedia.Name                    = "btn_DetectMedia";
     this.btn_DetectMedia.RoundedCornersMask      = 15;
     this.btn_DetectMedia.RoundedCornersRadius    = 0;
     this.btn_DetectMedia.Size                    = new Size(121, 46);
     this.btn_DetectMedia.TabIndex                = 6;
     this.btn_DetectMedia.Text                    = "Detect Media";
     this.btn_DetectMedia.UseVisualStyleBackColor = false;
     this.btn_DetectMedia.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_DetectMedia.Click                  += new EventHandler(this.btn_DetectMedia_Click);
     this.btn_BurnDisc.AllowAnimations            = true;
     this.btn_BurnDisc.BackColor                  = Color.Transparent;
     this.btn_BurnDisc.Enabled                    = false;
     this.btn_BurnDisc.Location                   = new Point(308, 116);
     this.btn_BurnDisc.Name                       = "btn_BurnDisc";
     this.btn_BurnDisc.RoundedCornersMask         = 15;
     this.btn_BurnDisc.RoundedCornersRadius       = 0;
     this.btn_BurnDisc.Size                       = new Size(121, 46);
     this.btn_BurnDisc.TabIndex                   = 7;
     this.btn_BurnDisc.Text                       = "Burn Disc";
     this.btn_BurnDisc.UseVisualStyleBackColor    = false;
     this.btn_BurnDisc.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
     this.btn_BurnDisc.Click                     += new EventHandler(this.btn_BurnDisc_Click);
     this.progBar.Location                        = new Point(7, 98);
     this.progBar.Name                                = "progBar";
     this.progBar.Size                                = new Size(280, 12);
     this.progBar.TabIndex                            = 8;
     this.progBar.Text                                = "0%";
     this.progBar.TextForeColor                       = Color.Black;
     this.progBar.Visible                             = false;
     this.progSize.Location                           = new Point(7, 116);
     this.progSize.Name                               = "progSize";
     this.progSize.Size                               = new Size(280, 23);
     this.progSize.TabIndex                           = 9;
     this.progSize.Text                               = "0%";
     this.progSize.TextForeColor                      = Color.Black;
     this.txtVolumeLabel.BackColor                    = Color.White;
     this.txtVolumeLabel.BoundsOffset                 = new Size(1, 1);
     this.txtVolumeLabel.ControlBorderColor           = Color.FromArgb(39, 39, 39);
     this.txtVolumeLabel.DefaultText                  = "";
     this.txtVolumeLabel.Location                     = new Point(130, 64);
     this.txtVolumeLabel.MaxLength                    = 16;
     this.txtVolumeLabel.Name                         = "txtVolumeLabel";
     this.txtVolumeLabel.PasswordChar                 = '\0';
     this.txtVolumeLabel.ScrollBars                   = ScrollBars.None;
     this.txtVolumeLabel.SelectionLength              = 0;
     this.txtVolumeLabel.SelectionStart               = 0;
     this.txtVolumeLabel.Size                         = new Size(157, 23);
     this.txtVolumeLabel.TabIndex                     = 4;
     this.txtVolumeLabel.TextAlign                    = HorizontalAlignment.Left;
     this.txtVolumeLabel.VIBlendTheme                 = VIBLEND_THEME.VISTABLUE;
     this.cboDevice.BackColor                         = Color.White;
     this.cboDevice.DefaultText                       = "Select Disc...";
     this.cboDevice.DisplayMember                     = "";
     this.cboDevice.DropDownList                      = true;
     this.cboDevice.DropDownMaximumSize               = new Size(1000, 1000);
     this.cboDevice.DropDownMinimumSize               = new Size(10, 10);
     this.cboDevice.DropDownResizeDirection           = SizingDirection.Both;
     this.cboDevice.DropDownWidth                     = 157;
     this.cboDevice.Location                          = new Point(130, 35);
     this.cboDevice.Name                              = "cboDevice";
     this.cboDevice.RoundedCornersMaskListItem        = 15;
     this.cboDevice.Size                              = new Size(157, 23);
     this.cboDevice.TabIndex                          = 11;
     this.cboDevice.UseThemeBackColor                 = false;
     this.cboDevice.UseThemeDropDownArrowColor        = true;
     this.cboDevice.ValueMember                       = "";
     this.cboDevice.VIBlendScrollBarsTheme            = VIBLEND_THEME.VISTABLUE;
     this.cboDevice.VIBlendTheme                      = VIBLEND_THEME.VISTABLUE;
     this.backgroundWorker.WorkerReportsProgress      = true;
     this.backgroundWorker.WorkerSupportsCancellation = true;
     this.backgroundWorker.DoWork                    += new DoWorkEventHandler(this.backgroundWorker_DoWork);
     this.backgroundWorker.ProgressChanged           += new ProgressChangedEventHandler(this.backgroundWorker_ProgressChanged);
     this.backgroundWorker.RunWorkerCompleted        += new RunWorkerCompletedEventHandler(this.backgroundWorker_RunWorkerCompleted);
     this.lbl_DiscStatus.Location                     = new Point(7, 146);
     this.lbl_DiscStatus.Name                         = "lbl_DiscStatus";
     this.lbl_DiscStatus.Size                         = new Size(280, 16);
     this.lbl_DiscStatus.TabIndex                     = 12;
     this.lbl_DiscStatus.Text                         = "Ready...";
     base.AutoScaleDimensions                         = new SizeF(6f, 13f);
     base.AutoScaleMode                               = AutoScaleMode.Font;
     this.BackColor = Color.White;
     base.Controls.Add(this.lbl_DiscStatus);
     base.Controls.Add(this.cboDevice);
     base.Controls.Add(this.progSize);
     base.Controls.Add(this.progBar);
     base.Controls.Add(this.btn_BurnDisc);
     base.Controls.Add(this.btn_DetectMedia);
     base.Controls.Add(this.lblMedia);
     base.Controls.Add(this.txtVolumeLabel);
     base.Controls.Add(this.lbl_VolumeLabel);
     base.Controls.Add(this.lbl_DiscDrive);
     base.Controls.Add(this.chkEject);
     base.Name  = "CDCtrl";
     base.Size  = new Size(442, 174);
     base.Load += new EventHandler(this.CDCtrl_Load);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
예제 #25
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(EmailForm));

            this.HeaderPanel             = new Panel();
            this.btnSendEmails           = new vButton();
            this.btn_Close               = new vButton();
            this.txtBody                 = new vRichTextBox();
            this.txtSubject              = new vTextBox();
            this.lbl_EmailSubject        = new Label();
            this.txtFrom                 = new vTextBox();
            this.lbl_EmailFrom           = new Label();
            this.AccountList             = new vCheckedListBox();
            this.ListMenu                = new ContextMenuStrip(this.components);
            this.mnu_SelectAllAccounts   = new ToolStripMenuItem();
            this.mnu_UnselectAllAccounts = new ToolStripMenuItem();
            this.imageList1              = new ImageList(this.components);
            this.progBar                 = new vProgressBar();
            this.HeaderPanel.SuspendLayout();
            this.ListMenu.SuspendLayout();
            base.SuspendLayout();
            this.HeaderPanel.Controls.Add(this.progBar);
            this.HeaderPanel.Controls.Add(this.btnSendEmails);
            this.HeaderPanel.Controls.Add(this.btn_Close);
            this.HeaderPanel.Controls.Add(this.txtBody);
            this.HeaderPanel.Controls.Add(this.txtSubject);
            this.HeaderPanel.Controls.Add(this.lbl_EmailSubject);
            this.HeaderPanel.Controls.Add(this.txtFrom);
            this.HeaderPanel.Controls.Add(this.lbl_EmailFrom);
            this.HeaderPanel.Dock                      = DockStyle.Top;
            this.HeaderPanel.Location                  = new Point(0, 0);
            this.HeaderPanel.Name                      = "HeaderPanel";
            this.HeaderPanel.Size                      = new Size(521, 289);
            this.HeaderPanel.TabIndex                  = 0;
            this.btnSendEmails.AllowAnimations         = true;
            this.btnSendEmails.BackColor               = Color.Transparent;
            this.btnSendEmails.ImageAlign              = ContentAlignment.MiddleLeft;
            this.btnSendEmails.Location                = new Point(127, 227);
            this.btnSendEmails.Name                    = "btnSendEmails";
            this.btnSendEmails.RoundedCornersMask      = 15;
            this.btnSendEmails.RoundedCornersRadius    = 0;
            this.btnSendEmails.Size                    = new Size(166, 30);
            this.btnSendEmails.TabIndex                = 6;
            this.btnSendEmails.Text                    = "Send Emails";
            this.btnSendEmails.UseVisualStyleBackColor = false;
            this.btnSendEmails.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btnSendEmails.Click                  += new EventHandler(this.btnSend_Click);
            this.btn_Close.AllowAnimations             = true;
            this.btn_Close.BackColor                   = Color.Transparent;
            this.btn_Close.Location                    = new Point(409, 227);
            this.btn_Close.Name = "btn_Close";
            this.btn_Close.RoundedCornersMask   = 15;
            this.btn_Close.RoundedCornersRadius = 0;
            this.btn_Close.Size     = new Size(100, 30);
            this.btn_Close.TabIndex = 5;
            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.txtBody.AllowAnimations    = false;
            this.txtBody.AllowFocused       = false;
            this.txtBody.AllowHighlight     = false;
            this.txtBody.BackColor          = Color.White;
            this.txtBody.ControlBorderColor = Color.FromArgb(39, 39, 39);
            this.txtBody.GleamWidth         = 1;
            this.txtBody.Location           = new Point(127, 71);
            this.txtBody.MaxLength          = 2147483647;
            this.txtBody.Multiline          = true;
            this.txtBody.Name                           = "txtBody";
            this.txtBody.Readonly                       = false;
            this.txtBody.Size                           = new Size(382, 149);
            this.txtBody.TabIndex                       = 4;
            this.txtBody.VIBlendTheme                   = VIBLEND_THEME.VISTABLUE;
            this.txtSubject.BackColor                   = Color.White;
            this.txtSubject.BoundsOffset                = new Size(1, 1);
            this.txtSubject.ControlBorderColor          = Color.FromArgb(39, 39, 39);
            this.txtSubject.DefaultText                 = "";
            this.txtSubject.Location                    = new Point(127, 41);
            this.txtSubject.MaxLength                   = 128;
            this.txtSubject.Name                        = "txtSubject";
            this.txtSubject.PasswordChar                = '\0';
            this.txtSubject.ScrollBars                  = ScrollBars.None;
            this.txtSubject.SelectionLength             = 0;
            this.txtSubject.SelectionStart              = 0;
            this.txtSubject.Size                        = new Size(235, 23);
            this.txtSubject.TabIndex                    = 3;
            this.txtSubject.TextAlign                   = HorizontalAlignment.Left;
            this.txtSubject.VIBlendTheme                = VIBLEND_THEME.VISTABLUE;
            this.lbl_EmailSubject.Location              = new Point(13, 46);
            this.lbl_EmailSubject.Name                  = "lbl_EmailSubject";
            this.lbl_EmailSubject.Size                  = new Size(110, 13);
            this.lbl_EmailSubject.TabIndex              = 2;
            this.lbl_EmailSubject.Text                  = "Subject";
            this.txtFrom.BackColor                      = Color.White;
            this.txtFrom.BoundsOffset                   = new Size(1, 1);
            this.txtFrom.ControlBorderColor             = Color.FromArgb(39, 39, 39);
            this.txtFrom.DefaultText                    = "";
            this.txtFrom.Location                       = new Point(127, 12);
            this.txtFrom.MaxLength                      = 32767;
            this.txtFrom.Name                           = "txtFrom";
            this.txtFrom.PasswordChar                   = '\0';
            this.txtFrom.Readonly                       = true;
            this.txtFrom.ScrollBars                     = ScrollBars.None;
            this.txtFrom.SelectionLength                = 0;
            this.txtFrom.SelectionStart                 = 0;
            this.txtFrom.Size                           = new Size(235, 23);
            this.txtFrom.TabIndex                       = 1;
            this.txtFrom.TextAlign                      = HorizontalAlignment.Left;
            this.txtFrom.VIBlendTheme                   = VIBLEND_THEME.VISTABLUE;
            this.lbl_EmailFrom.Location                 = new Point(13, 17);
            this.lbl_EmailFrom.Name                     = "lbl_EmailFrom";
            this.lbl_EmailFrom.Size                     = new Size(110, 13);
            this.lbl_EmailFrom.TabIndex                 = 0;
            this.lbl_EmailFrom.Text                     = "From";
            this.AccountList.CheckOnClick               = false;
            this.AccountList.ContextMenuStrip           = this.ListMenu;
            this.AccountList.Dock                       = DockStyle.Fill;
            this.AccountList.ImageList                  = this.imageList1;
            this.AccountList.Location                   = new Point(0, 289);
            this.AccountList.Name                       = "AccountList";
            this.AccountList.RoundedCornersMaskListItem = 15;
            this.AccountList.SelectionMode              = SelectionMode.One;
            this.AccountList.Size                       = new Size(521, 191);
            this.AccountList.TabIndex                   = 1;
            this.AccountList.Text                       = "vCheckedListBox1";
            this.AccountList.VIBlendScrollBarsTheme     = VIBLEND_THEME.VISTABLUE;
            this.AccountList.VIBlendTheme               = VIBLEND_THEME.VISTABLUE;
            ToolStripItemCollection items = this.ListMenu.Items;

            ToolStripItem[] mnuSelectAllAccounts = new ToolStripItem[] { this.mnu_SelectAllAccounts, this.mnu_UnselectAllAccounts };
            this.ListMenu.Items.AddRange(mnuSelectAllAccounts);
            this.ListMenu.Name = "ListMenu";
            this.ListMenu.Size = new Size(196, 48);
            this.mnu_SelectAllAccounts.Name     = "mnu_SelectAllAccounts";
            this.mnu_SelectAllAccounts.Size     = new Size(195, 22);
            this.mnu_SelectAllAccounts.Text     = "Select All Accounts";
            this.mnu_SelectAllAccounts.Click   += new EventHandler(this.mnu_SelectAllAccounts_Click);
            this.mnu_UnselectAllAccounts.Name   = "mnu_UnselectAllAccounts";
            this.mnu_UnselectAllAccounts.Size   = new Size(195, 22);
            this.mnu_UnselectAllAccounts.Text   = "Un-Select All Accounts";
            this.mnu_UnselectAllAccounts.Click += new EventHandler(this.mnu_UnselectAllAccounts_Click);
            this.imageList1.ImageStream         = (ImageListStreamer)Resources.EmailForm.imageList1_ImageStream;
            this.imageList1.TransparentColor    = Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "people.png");
            this.progBar.BackColor            = Color.Transparent;
            this.progBar.Location             = new Point(127, 264);
            this.progBar.Name                 = "progBar";
            this.progBar.RoundedCornersMask   = 15;
            this.progBar.RoundedCornersRadius = 0;
            this.progBar.Size                 = new Size(382, 19);
            this.progBar.TabIndex             = 7;
            this.progBar.Value                = 0;
            this.progBar.VIBlendTheme         = VIBLEND_THEME.OFFICE2010SILVER;
            this.progBar.Visible              = false;
            base.AutoScaleDimensions          = new SizeF(6f, 13f);
            base.AutoScaleMode                = AutoScaleMode.Font;
            this.BackColor  = Color.White;
            base.ClientSize = new Size(521, 480);
            base.Controls.Add(this.AccountList);
            base.Controls.Add(this.HeaderPanel);
            base.FormBorderStyle = FormBorderStyle.FixedDialog;
            base.Icon            = (Icon)Resources.EmailForm.EmailFormIcon;
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "EmailForm";
            base.StartPosition   = FormStartPosition.CenterParent;
            this.Text            = "Alert Emails";
            base.Load           += new EventHandler(this.EmailForm_Load);
            this.HeaderPanel.ResumeLayout(false);
            this.ListMenu.ResumeLayout(false);
            base.ResumeLayout(false);
        }
예제 #26
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(VMMgr));

            this.statusStrip1     = new StatusStrip();
            this.vSplitContainer1 = new vSplitContainer();
            this.MenuTree         = new vTreeView();
            this.TreeImages       = new ImageList(this.components);
            this.PluginPanel      = new Panel();
            this.HeaderPanel      = new Panel();
            this.LogoPic          = new PictureBox();
            this.btnHelp          = new vButton();
            this.lbl_StudioTitle  = new Label();
            this.pictureBox1      = new PictureBox();
            this.vSplitContainer1.Panel1.SuspendLayout();
            this.vSplitContainer1.Panel2.SuspendLayout();
            this.vSplitContainer1.SuspendLayout();
            this.HeaderPanel.SuspendLayout();
            ((ISupportInitialize)this.LogoPic).BeginInit();
            ((ISupportInitialize)this.pictureBox1).BeginInit();
            base.SuspendLayout();
            this.statusStrip1.Location               = new Point(0, 540);
            this.statusStrip1.Name                   = "statusStrip1";
            this.statusStrip1.Size                   = new Size(784, 22);
            this.statusStrip1.TabIndex               = 1;
            this.statusStrip1.Text                   = "statusStrip1";
            this.vSplitContainer1.AllowAnimations    = true;
            this.vSplitContainer1.Dock               = DockStyle.Fill;
            this.vSplitContainer1.Location           = new Point(0, 45);
            this.vSplitContainer1.Name               = "vSplitContainer1";
            this.vSplitContainer1.Orientation        = Orientation.Horizontal;
            this.vSplitContainer1.Panel1.BackColor   = Color.White;
            this.vSplitContainer1.Panel1.BorderColor = Color.Silver;
            this.vSplitContainer1.Panel1.Controls.Add(this.MenuTree);
            this.vSplitContainer1.Panel1.Location    = new Point(0, 0);
            this.vSplitContainer1.Panel1.Name        = "Panel1";
            this.vSplitContainer1.Panel1.Size        = new Size(247, 495);
            this.vSplitContainer1.Panel1.TabIndex    = 1;
            this.vSplitContainer1.Panel2.BackColor   = Color.White;
            this.vSplitContainer1.Panel2.BorderColor = Color.Silver;
            this.vSplitContainer1.Panel2.Controls.Add(this.PluginPanel);
            this.vSplitContainer1.Panel2.Location  = new Point(254, 0);
            this.vSplitContainer1.Panel2.Name      = "Panel2";
            this.vSplitContainer1.Panel2.Size      = new Size(530, 495);
            this.vSplitContainer1.Panel2.TabIndex  = 2;
            this.vSplitContainer1.Size             = new Size(784, 495);
            this.vSplitContainer1.SplitterDistance = 250;
            this.vSplitContainer1.StyleKey         = "Splitter";
            this.vSplitContainer1.TabIndex         = 2;
            this.vSplitContainer1.Text             = "vSplitContainer1";
            this.vSplitContainer1.VIBlendTheme     = VIBLEND_THEME.VISTABLUE;
            this.MenuTree.AccessibleName           = "TreeView";
            this.MenuTree.AccessibleRole           = AccessibleRole.List;
            this.MenuTree.Dock                   = DockStyle.Fill;
            this.MenuTree.ImageList              = this.TreeImages;
            this.MenuTree.ItemHeight             = 20;
            this.MenuTree.Location               = new Point(0, 0);
            this.MenuTree.Name                   = "MenuTree";
            this.MenuTree.ScrollPosition         = new Point(0, 0);
            this.MenuTree.SelectedNode           = null;
            this.MenuTree.ShowRootLines          = true;
            this.MenuTree.Size                   = new Size(247, 495);
            this.MenuTree.TabIndex               = 0;
            this.MenuTree.TreeIndent             = 25;
            this.MenuTree.VIBlendScrollBarsTheme = VIBLEND_THEME.OFFICE2010SILVER;
            this.MenuTree.VIBlendTheme           = VIBLEND_THEME.OFFICE2010SILVER;
            this.TreeImages.ImageStream          = (ImageListStreamer)Resources.VMMgr.TreeImages_ImageStream;
            this.TreeImages.TransparentColor     = Color.Transparent;
            this.TreeImages.Images.SetKeyName(0, "networkcomputer.png");
            this.TreeImages.Images.SetKeyName(1, "org.png");
            this.TreeImages.Images.SetKeyName(2, "building.png");
            this.TreeImages.Images.SetKeyName(3, "accounts.png");
            this.TreeImages.Images.SetKeyName(4, "assets.png");
            this.TreeImages.Images.SetKeyName(5, "manufacturer.png");
            this.TreeImages.Images.SetKeyName(6, "link.png");
            this.TreeImages.Images.SetKeyName(7, "activedirectory.png");
            this.TreeImages.Images.SetKeyName(8, "settings.png");
            this.TreeImages.Images.SetKeyName(9, "settings32.png");
            this.TreeImages.Images.SetKeyName(10, "cloud.png");
            this.TreeImages.Images.SetKeyName(11, "tools.png");
            this.TreeImages.Images.SetKeyName(12, "sys_settings2.png");
            this.TreeImages.Images.SetKeyName(13, "camera.png");
            this.TreeImages.Images.SetKeyName(14, "storage.png");
            this.TreeImages.Images.SetKeyName(15, "emailCfg.png");
            this.TreeImages.Images.SetKeyName(16, "license.png");
            this.TreeImages.Images.SetKeyName(17, "systemlogs.png");
            this.TreeImages.Images.SetKeyName(18, "account_logs.png");
            this.TreeImages.Images.SetKeyName(19, "reports.png");
            this.TreeImages.Images.SetKeyName(20, "reports2.png");
            this.TreeImages.Images.SetKeyName(21, "device.png");
            this.TreeImages.Images.SetKeyName(22, "restore.png");
            this.TreeImages.Images.SetKeyName(23, "camera.png");
            this.PluginPanel.AutoScroll            = true;
            this.PluginPanel.Dock                  = DockStyle.Fill;
            this.PluginPanel.Location              = new Point(0, 0);
            this.PluginPanel.Name                  = "PluginPanel";
            this.PluginPanel.Size                  = new Size(530, 495);
            this.PluginPanel.TabIndex              = 0;
            this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
            this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
            this.HeaderPanel.Controls.Add(this.LogoPic);
            this.HeaderPanel.Controls.Add(this.btnHelp);
            this.HeaderPanel.Controls.Add(this.lbl_StudioTitle);
            this.HeaderPanel.Controls.Add(this.pictureBox1);
            this.HeaderPanel.Dock                = DockStyle.Top;
            this.HeaderPanel.Location            = new Point(0, 0);
            this.HeaderPanel.Name                = "HeaderPanel";
            this.HeaderPanel.Size                = new Size(784, 45);
            this.HeaderPanel.TabIndex            = 0;
            this.LogoPic.BackColor               = Color.Transparent;
            this.LogoPic.Dock                    = DockStyle.Right;
            this.LogoPic.Image                   = Properties.Resources.logo;
            this.LogoPic.Location                = new Point(535, 0);
            this.LogoPic.Margin                  = new Padding(4);
            this.LogoPic.Name                    = "LogoPic";
            this.LogoPic.Padding                 = new Padding(0, 6, 4, 6);
            this.LogoPic.Size                    = new Size(249, 45);
            this.LogoPic.SizeMode                = PictureBoxSizeMode.StretchImage;
            this.LogoPic.TabIndex                = 0;
            this.LogoPic.TabStop                 = false;
            this.btnHelp.AllowAnimations         = true;
            this.btnHelp.BackColor               = Color.Transparent;
            this.btnHelp.Image                   = Properties.Resources.help;
            this.btnHelp.Location                = new Point(273, 3);
            this.btnHelp.Name                    = "btnHelp";
            this.btnHelp.PaintBorder             = false;
            this.btnHelp.PaintDefaultBorder      = false;
            this.btnHelp.PaintDefaultFill        = false;
            this.btnHelp.RoundedCornersMask      = 15;
            this.btnHelp.RoundedCornersRadius    = 0;
            this.btnHelp.Size                    = new Size(40, 40);
            this.btnHelp.TabIndex                = 3;
            this.btnHelp.UseVisualStyleBackColor = false;
            this.btnHelp.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
            this.btnHelp.Click                  += new EventHandler(this.btnHelp_Click);
            this.lbl_StudioTitle.AutoSize        = true;
            this.lbl_StudioTitle.BackColor       = Color.Transparent;
            this.lbl_StudioTitle.ForeColor       = Color.White;
            this.lbl_StudioTitle.Location        = new Point(51, 7);
            this.lbl_StudioTitle.Name            = "lbl_StudioTitle";
            this.lbl_StudioTitle.Size            = new Size(168, 13);
            this.lbl_StudioTitle.TabIndex        = 2;
            this.lbl_StudioTitle.Text            = "System Configuration and Settings";
            this.pictureBox1.BackColor           = Color.Transparent;
            this.pictureBox1.Image               = Properties.Resources.studio_2;
            this.pictureBox1.Location            = new Point(4, 4);
            this.pictureBox1.Name                = "pictureBox1";
            this.pictureBox1.Size                = new Size(40, 38);
            this.pictureBox1.SizeMode            = PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex            = 1;
            this.pictureBox1.TabStop             = false;
            base.AutoScaleDimensions             = new SizeF(6f, 13f);
            base.AutoScaleMode                   = AutoScaleMode.Font;
            base.ClientSize = new Size(784, 562);
            base.Controls.Add(this.vSplitContainer1);
            base.Controls.Add(this.statusStrip1);
            base.Controls.Add(this.HeaderPanel);
            base.Icon          = (Icon)Resources.VMMgr.VMMgrIcon;
            this.MinimumSize   = new Size(800, 600);
            base.Name          = "VMMgr";
            base.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "C3 Sentinel Studio";
            base.FormClosing  += new FormClosingEventHandler(this.VMMgr_FormClosing);
            base.Load         += new EventHandler(this.VMMgr_Load);
            this.vSplitContainer1.Panel1.ResumeLayout(false);
            this.vSplitContainer1.Panel2.ResumeLayout(false);
            this.vSplitContainer1.ResumeLayout(false);
            this.HeaderPanel.ResumeLayout(false);
            this.HeaderPanel.PerformLayout();
            ((ISupportInitialize)this.LogoPic).EndInit();
            ((ISupportInitialize)this.pictureBox1).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }