コード例 #1
0
ファイル: ExportForm.cs プロジェクト: ewin66/VideoManager
        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);
        }
コード例 #2
0
ファイル: AcctCtrl.cs プロジェクト: ewin66/VideoManager
        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);
        }
コード例 #3
0
 private void InitializeComponent()
 {
     this.FormPanel        = new Panel();
     this.chk_SaveSegments = new vCheckBox();
     this.btnMOV           = new vRadioButton();
     this.btnAVI           = new vRadioButton();
     this.btnMP4           = new vRadioButton();
     this.vListBox         = new vListBox();
     this.pictureBox1      = new PictureBox();
     this.lblPath          = new Label();
     this.lbl_VideoFormat  = new Label();
     this.btn_Close        = new vButton();
     this.btn_Merge        = new vButton();
     this.txtName          = new vTextBox();
     this.lbl_VideoName    = new Label();
     this.HeaderPanel      = new Panel();
     this.lbl_MergeTags    = new Label();
     this.FormPanel.SuspendLayout();
     this.vListBox.SuspendLayout();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     this.HeaderPanel.SuspendLayout();
     base.SuspendLayout();
     this.FormPanel.BorderStyle = BorderStyle.FixedSingle;
     this.FormPanel.Controls.Add(this.chk_SaveSegments);
     this.FormPanel.Controls.Add(this.btnMOV);
     this.FormPanel.Controls.Add(this.btnAVI);
     this.FormPanel.Controls.Add(this.btnMP4);
     this.FormPanel.Controls.Add(this.vListBox);
     this.FormPanel.Controls.Add(this.lblPath);
     this.FormPanel.Controls.Add(this.lbl_VideoFormat);
     this.FormPanel.Controls.Add(this.btn_Close);
     this.FormPanel.Controls.Add(this.btn_Merge);
     this.FormPanel.Controls.Add(this.txtName);
     this.FormPanel.Controls.Add(this.lbl_VideoName);
     this.FormPanel.Controls.Add(this.HeaderPanel);
     this.FormPanel.Dock             = DockStyle.Fill;
     this.FormPanel.Location         = new Point(0, 0);
     this.FormPanel.Name             = "FormPanel";
     this.FormPanel.Size             = new Size(537, 376);
     this.FormPanel.TabIndex         = 0;
     this.chk_SaveSegments.BackColor = Color.Transparent;
     this.chk_SaveSegments.Location  = new Point(159, 135);
     this.chk_SaveSegments.Name      = "chk_SaveSegments";
     this.chk_SaveSegments.Size      = new Size(213, 24);
     this.chk_SaveSegments.TabIndex  = 15;
     this.chk_SaveSegments.Text      = "Save Video Mark Segments";
     this.chk_SaveSegments.UseVisualStyleBackColor = false;
     this.chk_SaveSegments.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnMOV.BackColor = Color.Transparent;
     this.btnMOV.Flat      = true;
     this.btnMOV.Image     = null;
     this.btnMOV.Location  = new Point(289, 104);
     this.btnMOV.Name      = "btnMOV";
     this.btnMOV.Size      = new Size(59, 24);
     this.btnMOV.TabIndex  = 14;
     this.btnMOV.Text      = "MOV";
     this.btnMOV.UseVisualStyleBackColor = false;
     this.btnMOV.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnAVI.BackColor = Color.Transparent;
     this.btnAVI.Flat      = true;
     this.btnAVI.Image     = null;
     this.btnAVI.Location  = new Point(224, 104);
     this.btnAVI.Name      = "btnAVI";
     this.btnAVI.Size      = new Size(59, 24);
     this.btnAVI.TabIndex  = 13;
     this.btnAVI.Text      = "AVI";
     this.btnAVI.UseVisualStyleBackColor = false;
     this.btnAVI.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btnMP4.BackColor = Color.Transparent;
     this.btnMP4.Checked   = true;
     this.btnMP4.Flat      = true;
     this.btnMP4.Image     = null;
     this.btnMP4.Location  = new Point(159, 104);
     this.btnMP4.Name      = "btnMP4";
     this.btnMP4.Size      = new Size(59, 24);
     this.btnMP4.TabIndex  = 12;
     this.btnMP4.TabStop   = true;
     this.btnMP4.Text      = "MP4";
     this.btnMP4.UseVisualStyleBackColor = false;
     this.btnMP4.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.vListBox.Controls.Add(this.pictureBox1);
     this.vListBox.Location = new Point(15, 166);
     this.vListBox.Name     = "vListBox";
     this.vListBox.RoundedCornersMaskListItem = 15;
     this.vListBox.SelectionMode          = SelectionMode.None;
     this.vListBox.Size                   = new Size(509, 197);
     this.vListBox.TabIndex               = 11;
     this.vListBox.VIBlendScrollBarsTheme = VIBLEND_THEME.OFFICE2010SILVER;
     this.vListBox.VIBlendTheme           = VIBLEND_THEME.OFFICE2010SILVER;
     this.pictureBox1.Image               = Properties.Resources.hbscreen_e0;
     this.pictureBox1.Location            = new Point(450, 2);
     this.pictureBox1.Name                = "pictureBox1";
     this.pictureBox1.Size                = new Size(42, 30);
     this.pictureBox1.SizeMode            = PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex            = 15;
     this.pictureBox1.TabStop             = false;
     this.pictureBox1.Visible             = false;
     this.lblPath.AutoEllipsis            = true;
     this.lblPath.Location                = new Point(159, 53);
     this.lblPath.Name                      = "lblPath";
     this.lblPath.Size                      = new Size(213, 13);
     this.lblPath.TabIndex                  = 10;
     this.lblPath.Text                      = "Video Path";
     this.lbl_VideoFormat.AutoSize          = true;
     this.lbl_VideoFormat.Location          = new Point(12, 110);
     this.lbl_VideoFormat.Name              = "lbl_VideoFormat";
     this.lbl_VideoFormat.Size              = new Size(69, 13);
     this.lbl_VideoFormat.TabIndex          = 8;
     this.lbl_VideoFormat.Text              = "Video Format";
     this.btn_Close.AllowAnimations         = true;
     this.btn_Close.BackColor               = Color.Transparent;
     this.btn_Close.Location                = new Point(394, 98);
     this.btn_Close.Name                    = "btn_Close";
     this.btn_Close.RoundedCornersMask      = 15;
     this.btn_Close.RoundedCornersRadius    = 0;
     this.btn_Close.Size                    = new Size(130, 30);
     this.btn_Close.TabIndex                = 7;
     this.btn_Close.Text                    = "Close";
     this.btn_Close.UseVisualStyleBackColor = false;
     this.btn_Close.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Close.Click                  += new EventHandler(this.btn_Close_Click);
     this.btn_Merge.AllowAnimations         = true;
     this.btn_Merge.BackColor               = Color.Transparent;
     this.btn_Merge.Location                = new Point(394, 62);
     this.btn_Merge.Name                    = "btn_Merge";
     this.btn_Merge.RoundedCornersMask      = 15;
     this.btn_Merge.RoundedCornersRadius    = 0;
     this.btn_Merge.Size                    = new Size(130, 30);
     this.btn_Merge.TabIndex                = 6;
     this.btn_Merge.Text                    = "Merge Video";
     this.btn_Merge.UseVisualStyleBackColor = false;
     this.btn_Merge.VIBlendTheme            = VIBLEND_THEME.VISTABLUE;
     this.btn_Merge.Click                  += new EventHandler(this.btn_Merge_Click);
     this.txtName.BackColor                 = Color.White;
     this.txtName.BoundsOffset              = new Size(1, 1);
     this.txtName.ControlBorderColor        = Color.FromArgb(39, 39, 39);
     this.txtName.DefaultText               = "";
     this.txtName.Location                  = new Point(159, 75);
     this.txtName.MaxLength                 = 64;
     this.txtName.Name                      = "txtName";
     this.txtName.PasswordChar              = '\0';
     this.txtName.ScrollBars                = ScrollBars.None;
     this.txtName.SelectionLength           = 0;
     this.txtName.SelectionStart            = 0;
     this.txtName.Size                      = new Size(213, 23);
     this.txtName.TabIndex                  = 2;
     this.txtName.TextAlign                 = HorizontalAlignment.Left;
     this.txtName.VIBlendTheme              = VIBLEND_THEME.VISTABLUE;
     this.lbl_VideoName.AutoSize            = true;
     this.lbl_VideoName.Location            = new Point(12, 80);
     this.lbl_VideoName.Name                = "lbl_VideoName";
     this.lbl_VideoName.Size                = new Size(84, 13);
     this.lbl_VideoName.TabIndex            = 1;
     this.lbl_VideoName.Text                = "Video File Name";
     this.HeaderPanel.BackColor             = Color.FromArgb(64, 64, 64);
     this.HeaderPanel.BackgroundImageLayout = ImageLayout.Stretch;
     this.HeaderPanel.Controls.Add(this.lbl_MergeTags);
     this.HeaderPanel.Dock         = DockStyle.Top;
     this.HeaderPanel.Location     = new Point(0, 0);
     this.HeaderPanel.Name         = "HeaderPanel";
     this.HeaderPanel.Size         = new Size(535, 40);
     this.HeaderPanel.TabIndex     = 0;
     this.HeaderPanel.MouseDown   += new MouseEventHandler(this.HeaderPanel_MouseDown);
     this.lbl_MergeTags.AutoSize   = true;
     this.lbl_MergeTags.Font       = new Font("Microsoft Sans Serif", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lbl_MergeTags.ForeColor  = Color.White;
     this.lbl_MergeTags.Location   = new Point(11, 8);
     this.lbl_MergeTags.Name       = "lbl_MergeTags";
     this.lbl_MergeTags.Size       = new Size(202, 20);
     this.lbl_MergeTags.TabIndex   = 0;
     this.lbl_MergeTags.Text       = "MERGE VIDEO MARKS";
     this.lbl_MergeTags.MouseDown += new MouseEventHandler(this.lbl_MergeTags_MouseDown);
     base.AutoScaleDimensions      = new SizeF(6f, 13f);
     base.AutoScaleMode            = AutoScaleMode.Font;
     this.BackColor  = Color.White;
     base.ClientSize = new Size(537, 376);
     base.Controls.Add(this.FormPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "MergeVideo";
     base.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "MergeVideo";
     base.Load           += new EventHandler(this.MergeVideo_Load);
     this.FormPanel.ResumeLayout(false);
     this.FormPanel.PerformLayout();
     this.vListBox.ResumeLayout(false);
     ((ISupportInitialize)this.pictureBox1).EndInit();
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     base.ResumeLayout(false);
 }