/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     VIBlend.WinForms.Controls.ListItem             listItem1 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem2 = new VIBlend.WinForms.Controls.ListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginFrm));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lbl_User    = new System.Windows.Forms.Label();
     this.lbl_Pass    = new System.Windows.Forms.Label();
     this.btn_Login   = new VIBlend.WinForms.Controls.vCircularButton();
     this.tb_User     = new VIBlend.WinForms.Controls.vTextBox();
     this.tb_Pass     = new VIBlend.WinForms.Controls.vTextBox();
     this.cbLanguage  = new VIBlend.WinForms.Controls.vComboBox();
     this.pbLanguage  = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbLanguage)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImage       = global::RoboDesk.Properties.Resources.android_3;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.pictureBox1.Location = new System.Drawing.Point(187, 30);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(404, 288);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // lbl_User
     //
     this.lbl_User.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lbl_User.AutoSize  = true;
     this.lbl_User.BackColor = System.Drawing.Color.Transparent;
     this.lbl_User.Font      = new System.Drawing.Font("Modern No. 20", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_User.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.lbl_User.Location  = new System.Drawing.Point(185, 376);
     this.lbl_User.Name      = "lbl_User";
     this.lbl_User.Size      = new System.Drawing.Size(52, 24);
     this.lbl_User.TabIndex  = 2;
     this.lbl_User.Text      = "User";
     //
     // lbl_Pass
     //
     this.lbl_Pass.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lbl_Pass.AutoSize  = true;
     this.lbl_Pass.BackColor = System.Drawing.Color.Transparent;
     this.lbl_Pass.Font      = new System.Drawing.Font("Modern No. 20", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_Pass.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.lbl_Pass.Location  = new System.Drawing.Point(183, 426);
     this.lbl_Pass.Name      = "lbl_Pass";
     this.lbl_Pass.Size      = new System.Drawing.Size(97, 24);
     this.lbl_Pass.TabIndex  = 3;
     this.lbl_Pass.Text      = "Password";
     //
     // btn_Login
     //
     this.btn_Login.AllowAnimations         = true;
     this.btn_Login.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_Login.BackColor               = System.Drawing.Color.Transparent;
     this.btn_Login.Font                    = new System.Drawing.Font("Modern No. 20", 15.75F, System.Drawing.FontStyle.Bold);
     this.btn_Login.HoverEffectsEnabled     = true;
     this.btn_Login.Location                = new System.Drawing.Point(487, 365);
     this.btn_Login.Name                    = "btn_Login";
     this.btn_Login.RoundedCornersMask      = ((byte)(15));
     this.btn_Login.Size                    = new System.Drawing.Size(91, 85);
     this.btn_Login.StyleKey                = "CircularButton";
     this.btn_Login.TabIndex                = 6;
     this.btn_Login.Text                    = "Login";
     this.btn_Login.UseVisualStyleBackColor = false;
     this.btn_Login.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.VISTABLUE;
     this.btn_Login.Click                  += new System.EventHandler(this.btnLogin_Click);
     //
     // tb_User
     //
     this.tb_User.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tb_User.BackColor          = System.Drawing.Color.White;
     this.tb_User.BoundsOffset       = new System.Drawing.Size(1, 1);
     this.tb_User.ControlBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
     this.tb_User.DefaultText        = "Insert Username...";
     this.tb_User.Font            = new System.Drawing.Font("Modern No. 20", 12F);
     this.tb_User.Location        = new System.Drawing.Point(298, 376);
     this.tb_User.MaxLength       = 50;
     this.tb_User.MinimumSize     = new System.Drawing.Size(100, 30);
     this.tb_User.Name            = "tb_User";
     this.tb_User.PasswordChar    = '\0';
     this.tb_User.ScrollBars      = System.Windows.Forms.ScrollBars.None;
     this.tb_User.SelectionLength = 0;
     this.tb_User.SelectionStart  = 0;
     this.tb_User.Size            = new System.Drawing.Size(168, 30);
     this.tb_User.TabIndex        = 7;
     this.tb_User.TextAlign       = System.Windows.Forms.HorizontalAlignment.Left;
     this.tb_User.VIBlendTheme    = VIBlend.Utilities.VIBLEND_THEME.BLUEBLEND;
     //
     // tb_Pass
     //
     this.tb_Pass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tb_Pass.BackColor          = System.Drawing.Color.White;
     this.tb_Pass.BoundsOffset       = new System.Drawing.Size(1, 1);
     this.tb_Pass.ControlBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
     this.tb_Pass.DefaultText        = "Insert Password...";
     this.tb_Pass.Font            = new System.Drawing.Font("Modern No. 20", 12F);
     this.tb_Pass.Location        = new System.Drawing.Point(298, 420);
     this.tb_Pass.MaxLength       = 50;
     this.tb_Pass.MinimumSize     = new System.Drawing.Size(100, 30);
     this.tb_Pass.Name            = "tb_Pass";
     this.tb_Pass.PasswordChar    = '*';
     this.tb_Pass.ScrollBars      = System.Windows.Forms.ScrollBars.None;
     this.tb_Pass.SelectionLength = 0;
     this.tb_Pass.SelectionStart  = 0;
     this.tb_Pass.Size            = new System.Drawing.Size(168, 30);
     this.tb_Pass.TabIndex        = 8;
     this.tb_Pass.TextAlign       = System.Windows.Forms.HorizontalAlignment.Left;
     this.tb_Pass.VIBlendTheme    = VIBlend.Utilities.VIBLEND_THEME.VISTABLUE;
     //
     // cbLanguage
     //
     this.cbLanguage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.cbLanguage.BackColor               = System.Drawing.Color.White;
     this.cbLanguage.DisplayMember           = "";
     this.cbLanguage.DropDownHeight          = 100;
     this.cbLanguage.DropDownList            = true;
     this.cbLanguage.DropDownMaximumSize     = new System.Drawing.Size(1000, 1000);
     this.cbLanguage.DropDownMinimumSize     = new System.Drawing.Size(10, 10);
     this.cbLanguage.DropDownResizeDirection = VIBlend.WinForms.Controls.SizingDirection.Vertical;
     this.cbLanguage.DropDownWidth           = 68;
     this.cbLanguage.Font         = new System.Drawing.Font("Modern No. 20", 13F, System.Drawing.FontStyle.Bold);
     listItem1.Font               = new System.Drawing.Font("Modern No. 20", 13F, System.Drawing.FontStyle.Bold);
     listItem1.RoundedCornersMask = ((byte)(15));
     listItem1.Text               = "RO";
     listItem2.Font               = new System.Drawing.Font("Modern No. 20", 13F, System.Drawing.FontStyle.Bold);
     listItem2.ImageIndex         = 0;
     listItem2.RoundedCornersMask = ((byte)(15));
     listItem2.Text               = "EN";
     this.cbLanguage.Items.Add(listItem1);
     this.cbLanguage.Items.Add(listItem2);
     this.cbLanguage.Location    = new System.Drawing.Point(360, 324);
     this.cbLanguage.MinimumSize = new System.Drawing.Size(50, 0);
     this.cbLanguage.Name        = "cbLanguage";
     this.cbLanguage.RoundedCornersMaskListItem = ((byte)(15));
     this.cbLanguage.SelectedIndex              = 0;
     this.cbLanguage.Size                       = new System.Drawing.Size(68, 35);
     this.cbLanguage.TabIndex                   = 9;
     this.cbLanguage.Text                       = "RO";
     this.cbLanguage.UseThemeBackColor          = false;
     this.cbLanguage.UseThemeDropDownArrowColor = true;
     this.cbLanguage.UseThemeFont               = false;
     this.cbLanguage.UseThemeForeColor          = true;
     this.cbLanguage.ValueMember                = "";
     this.cbLanguage.VIBlendScrollBarsTheme     = VIBlend.Utilities.VIBLEND_THEME.VISTABLUE;
     this.cbLanguage.VIBlendTheme               = VIBlend.Utilities.VIBLEND_THEME.VISTABLUE;
     this.cbLanguage.SelectedIndexChanged      += new System.EventHandler(this.cbLanguage_SelectedIndexChanged);
     //
     // pbLanguage
     //
     this.pbLanguage.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.pbLanguage.BackColor             = System.Drawing.Color.Transparent;
     this.pbLanguage.BackgroundImage       = global::RoboDesk.Properties.Resources.ro;
     this.pbLanguage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pbLanguage.Location              = new System.Drawing.Point(321, 325);
     this.pbLanguage.Name     = "pbLanguage";
     this.pbLanguage.Size     = new System.Drawing.Size(32, 32);
     this.pbLanguage.TabIndex = 10;
     this.pbLanguage.TabStop  = false;
     //
     // Login
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(788, 534);
     this.Controls.Add(this.btn_Login);
     this.Controls.Add(this.pbLanguage);
     this.Controls.Add(this.cbLanguage);
     this.Controls.Add(this.tb_Pass);
     this.Controls.Add(this.tb_User);
     this.Controls.Add(this.lbl_Pass);
     this.Controls.Add(this.lbl_User);
     this.Controls.Add(this.pictureBox1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(788, 534);
     this.Name        = "LoginFrm";
     this.Style       = MetroFramework.MetroColorStyle.Default;
     this.Text        = "RoboDesk";
     this.Theme       = MetroFramework.MetroThemeStyle.Dark;
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbLanguage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     VIBlend.WinForms.Controls.ListItem             listItem1 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem2 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem3 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem4 = new VIBlend.WinForms.Controls.ListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigEditor));
     this.configTabs               = new VIBlend.WinForms.Controls.vTabControl();
     this.outputTabPage            = new VIBlend.WinForms.Controls.vTabPage();
     this.fileFormatCombatBox      = new VIBlend.WinForms.Controls.vComboBox();
     this.outputFormatLAbel        = new VIBlend.WinForms.Controls.vLabel();
     this.browseButton             = new VIBlend.WinForms.Controls.vButton();
     this.outputFolderTextBox      = new VIBlend.WinForms.Controls.vTextBox();
     this.outputFolderLabel        = new VIBlend.WinForms.Controls.vLabel();
     this.captureTabPage           = new VIBlend.WinForms.Controls.vTabPage();
     this.deleteChannelButton      = new VIBlend.WinForms.Controls.vButton();
     this.addChannelButton         = new VIBlend.WinForms.Controls.vButton();
     this.channelsLabel            = new VIBlend.WinForms.Controls.vLabel();
     this.channelListBox           = new VIBlend.WinForms.Controls.vListBox();
     this.altLabel                 = new VIBlend.WinForms.Controls.vLabel();
     this.ctrlLabel                = new VIBlend.WinForms.Controls.vLabel();
     this.altCheckBox              = new VIBlend.WinForms.Controls.vCheckBox();
     this.shiftLabel               = new VIBlend.WinForms.Controls.vLabel();
     this.ctrlCheckBox             = new VIBlend.WinForms.Controls.vCheckBox();
     this.shiftCheckBox            = new VIBlend.WinForms.Controls.vCheckBox();
     this.captureShortcutLabel     = new VIBlend.WinForms.Controls.vLabel();
     this.captureShortcutButton    = new VIBlend.WinForms.Controls.vButton();
     this.outputFolderBrowseDialog = new Ookii.Dialogs.VistaFolderBrowserDialog();
     this.cancelButton             = new VIBlend.WinForms.Controls.vButton();
     this.saveSettingsButton       = new VIBlend.WinForms.Controls.vButton();
     this.aboutButton              = new VIBlend.WinForms.Controls.vButton();
     this.configTabs.SuspendLayout();
     this.outputTabPage.SuspendLayout();
     this.captureTabPage.SuspendLayout();
     this.SuspendLayout();
     //
     // configTabs
     //
     this.configTabs.AllowAnimations = true;
     this.configTabs.AllPagesHeight  = 0;
     this.configTabs.Controls.Add(this.outputTabPage);
     this.configTabs.Controls.Add(this.captureTabPage);
     this.configTabs.Dock            = System.Windows.Forms.DockStyle.Top;
     this.configTabs.FitTabsToBounds = true;
     this.configTabs.Font            = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.configTabs.Location        = new System.Drawing.Point(0, 0);
     this.configTabs.MinimumSize     = new System.Drawing.Size(0, 186);
     this.configTabs.Name            = "configTabs";
     this.configTabs.Padding         = new System.Windows.Forms.Padding(100, 0, 0, 0);
     this.configTabs.Size            = new System.Drawing.Size(671, 279);
     this.configTabs.TabAlignment    = VIBlend.WinForms.Controls.vTabPageAlignment.Left;
     this.configTabs.TabIndex        = 1;
     this.configTabs.TabPages.Add(this.outputTabPage);
     this.configTabs.TabPages.Add(this.captureTabPage);
     this.configTabs.TabsAreaBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
     this.configTabs.TextOrientation   = VIBlend.WinForms.Controls.vTabPageTextOrientation.Vertical;
     this.configTabs.TitleHeight       = 100;
     this.configTabs.VIBlendTheme      = VIBlend.Utilities.VIBLEND_THEME.BLACKPEARL;
     //
     // outputTabPage
     //
     this.outputTabPage.Controls.Add(this.fileFormatCombatBox);
     this.outputTabPage.Controls.Add(this.outputFormatLAbel);
     this.outputTabPage.Controls.Add(this.browseButton);
     this.outputTabPage.Controls.Add(this.outputFolderTextBox);
     this.outputTabPage.Controls.Add(this.outputFolderLabel);
     this.outputTabPage.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.outputTabPage.Font             = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.outputTabPage.Location         = new System.Drawing.Point(100, 0);
     this.outputTabPage.Name             = "outputTabPage";
     this.outputTabPage.Padding          = new System.Windows.Forms.Padding(0);
     this.outputTabPage.SelectedTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.outputTabPage.Size             = new System.Drawing.Size(571, 279);
     this.outputTabPage.TabIndex         = 3;
     this.outputTabPage.Text             = "Output";
     this.outputTabPage.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.outputTabPage.TooltipText      = "Settings regarding output files and format";
     this.outputTabPage.VIBlendTheme     = VIBlend.Utilities.VIBLEND_THEME.BLACKPEARL;
     this.outputTabPage.Visible          = false;
     //
     // fileFormatCombatBox
     //
     this.fileFormatCombatBox.AutoCompleteEnabled     = true;
     this.fileFormatCombatBox.BackColor               = System.Drawing.Color.White;
     this.fileFormatCombatBox.DisplayMember           = "";
     this.fileFormatCombatBox.DropDownHeight          = 80;
     this.fileFormatCombatBox.DropDownList            = true;
     this.fileFormatCombatBox.DropDownMaximumSize     = new System.Drawing.Size(1000, 1000);
     this.fileFormatCombatBox.DropDownMinimumSize     = new System.Drawing.Size(10, 10);
     this.fileFormatCombatBox.DropDownResizeDirection = VIBlend.WinForms.Controls.SizingDirection.None;
     this.fileFormatCombatBox.DropDownWidth           = 391;
     this.fileFormatCombatBox.Enabled = false;
     listItem1.RoundedCornersMask     = ((byte)(15));
     listItem1.Text = "WAVE (.wav)";
     listItem2.RoundedCornersMask = ((byte)(15));
     listItem2.Text = "FLAC (.flac)";
     listItem3.RoundedCornersMask = ((byte)(15));
     listItem3.Text = "Ogg Vorbis (.ogg)";
     listItem4.RoundedCornersMask = ((byte)(15));
     listItem4.Text = "MPEG-2 Audio Layer III (.mp3)";
     this.fileFormatCombatBox.Items.Add(listItem1);
     this.fileFormatCombatBox.Items.Add(listItem2);
     this.fileFormatCombatBox.Items.Add(listItem3);
     this.fileFormatCombatBox.Items.Add(listItem4);
     this.fileFormatCombatBox.Location    = new System.Drawing.Point(149, 82);
     this.fileFormatCombatBox.Name        = "fileFormatCombatBox";
     this.fileFormatCombatBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.fileFormatCombatBox.RoundedCornersMaskListItem = ((byte)(15));
     this.fileFormatCombatBox.SelectedIndex              = 0;
     this.fileFormatCombatBox.ShowGrip                   = false;
     this.fileFormatCombatBox.Size                       = new System.Drawing.Size(391, 23);
     this.fileFormatCombatBox.TabIndex                   = 3;
     this.fileFormatCombatBox.Text                       = "WAVE (.wav)";
     this.fileFormatCombatBox.UseThemeBackColor          = false;
     this.fileFormatCombatBox.UseThemeDropDownArrowColor = true;
     this.fileFormatCombatBox.ValueMember                = "";
     this.fileFormatCombatBox.VIBlendScrollBarsTheme     = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.fileFormatCombatBox.VIBlendTheme               = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.fileFormatCombatBox.Visible                    = false;
     this.fileFormatCombatBox.SelectedIndexChanged      += new System.EventHandler(this.fileFormatCombatBox_SelectedIndexChanged);
     //
     // outputFormatLAbel
     //
     this.outputFormatLAbel.BackColor      = System.Drawing.Color.Transparent;
     this.outputFormatLAbel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.outputFormatLAbel.Ellipsis       = false;
     this.outputFormatLAbel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.outputFormatLAbel.ForeColor      = System.Drawing.SystemColors.Control;
     this.outputFormatLAbel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.outputFormatLAbel.Location       = new System.Drawing.Point(7, 83);
     this.outputFormatLAbel.Multiline      = true;
     this.outputFormatLAbel.Name           = "outputFormatLAbel";
     this.outputFormatLAbel.Size           = new System.Drawing.Size(119, 25);
     this.outputFormatLAbel.TabIndex       = 1;
     this.outputFormatLAbel.Text           = "Output Format:";
     this.outputFormatLAbel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.outputFormatLAbel.UseMnemonics   = true;
     this.outputFormatLAbel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.outputFormatLAbel.Visible        = false;
     //
     // browseButton
     //
     this.browseButton.AllowAnimations         = true;
     this.browseButton.BackColor               = System.Drawing.Color.Transparent;
     this.browseButton.Location                = new System.Drawing.Point(449, 34);
     this.browseButton.Name                    = "browseButton";
     this.browseButton.RoundedCornersMask      = ((byte)(15));
     this.browseButton.Size                    = new System.Drawing.Size(91, 22);
     this.browseButton.TabIndex                = 2;
     this.browseButton.Text                    = "Browse";
     this.browseButton.UseVisualStyleBackColor = false;
     this.browseButton.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.browseButton.Click                  += new System.EventHandler(this.browseButton_Click);
     //
     // outputFolderTextBox
     //
     this.outputFolderTextBox.BackColor          = System.Drawing.Color.White;
     this.outputFolderTextBox.BoundsOffset       = new System.Drawing.Size(1, 1);
     this.outputFolderTextBox.ControlBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
     this.outputFolderTextBox.DefaultText        = "Empty...";
     this.outputFolderTextBox.Font            = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.outputFolderTextBox.Location        = new System.Drawing.Point(149, 33);
     this.outputFolderTextBox.MaxLength       = 32767;
     this.outputFolderTextBox.Name            = "outputFolderTextBox";
     this.outputFolderTextBox.PasswordChar    = '\0';
     this.outputFolderTextBox.Readonly        = true;
     this.outputFolderTextBox.ScrollBars      = System.Windows.Forms.ScrollBars.None;
     this.outputFolderTextBox.SelectionLength = 0;
     this.outputFolderTextBox.SelectionStart  = 0;
     this.outputFolderTextBox.Size            = new System.Drawing.Size(294, 23);
     this.outputFolderTextBox.TabIndex        = 1;
     this.outputFolderTextBox.Text            = "save/";
     this.outputFolderTextBox.TextAlign       = System.Windows.Forms.HorizontalAlignment.Left;
     this.outputFolderTextBox.VIBlendTheme    = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // outputFolderLabel
     //
     this.outputFolderLabel.BackColor      = System.Drawing.Color.Transparent;
     this.outputFolderLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.outputFolderLabel.Ellipsis       = false;
     this.outputFolderLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.outputFolderLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.outputFolderLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.outputFolderLabel.Location       = new System.Drawing.Point(7, 34);
     this.outputFolderLabel.Multiline      = true;
     this.outputFolderLabel.Name           = "outputFolderLabel";
     this.outputFolderLabel.Size           = new System.Drawing.Size(111, 25);
     this.outputFolderLabel.TabIndex       = 0;
     this.outputFolderLabel.Text           = "Output Folder:";
     this.outputFolderLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.outputFolderLabel.UseMnemonics   = true;
     this.outputFolderLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // captureTabPage
     //
     this.captureTabPage.Controls.Add(this.deleteChannelButton);
     this.captureTabPage.Controls.Add(this.addChannelButton);
     this.captureTabPage.Controls.Add(this.channelsLabel);
     this.captureTabPage.Controls.Add(this.channelListBox);
     this.captureTabPage.Controls.Add(this.altLabel);
     this.captureTabPage.Controls.Add(this.ctrlLabel);
     this.captureTabPage.Controls.Add(this.altCheckBox);
     this.captureTabPage.Controls.Add(this.shiftLabel);
     this.captureTabPage.Controls.Add(this.ctrlCheckBox);
     this.captureTabPage.Controls.Add(this.shiftCheckBox);
     this.captureTabPage.Controls.Add(this.captureShortcutLabel);
     this.captureTabPage.Controls.Add(this.captureShortcutButton);
     this.captureTabPage.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.captureTabPage.Font             = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.captureTabPage.Location         = new System.Drawing.Point(100, 0);
     this.captureTabPage.Name             = "captureTabPage";
     this.captureTabPage.Padding          = new System.Windows.Forms.Padding(0);
     this.captureTabPage.SelectedTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.captureTabPage.Size             = new System.Drawing.Size(571, 279);
     this.captureTabPage.TabIndex         = 4;
     this.captureTabPage.Text             = "Capture";
     this.captureTabPage.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.captureTabPage.TooltipText      = "Settings regarding the lookback capturing of audio";
     this.captureTabPage.VIBlendTheme     = VIBlend.Utilities.VIBLEND_THEME.BLACKPEARL;
     this.captureTabPage.Visible          = false;
     //
     // deleteChannelButton
     //
     this.deleteChannelButton.AllowAnimations         = true;
     this.deleteChannelButton.BackColor               = System.Drawing.Color.Transparent;
     this.deleteChannelButton.Image                   = ((System.Drawing.Image)(resources.GetObject("deleteChannelButton.Image")));
     this.deleteChannelButton.Location                = new System.Drawing.Point(529, 125);
     this.deleteChannelButton.Name                    = "deleteChannelButton";
     this.deleteChannelButton.RoundedCornersMask      = ((byte)(15));
     this.deleteChannelButton.RoundedCornersRadius    = 0;
     this.deleteChannelButton.Size                    = new System.Drawing.Size(30, 30);
     this.deleteChannelButton.TabIndex                = 15;
     this.deleteChannelButton.UseVisualStyleBackColor = false;
     this.deleteChannelButton.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.OFFICE2010SILVER;
     this.deleteChannelButton.Click                  += new System.EventHandler(this.deleteChannelButton_Click);
     //
     // addChannelButton
     //
     this.addChannelButton.AllowAnimations         = true;
     this.addChannelButton.BackColor               = System.Drawing.Color.Transparent;
     this.addChannelButton.Image                   = ((System.Drawing.Image)(resources.GetObject("addChannelButton.Image")));
     this.addChannelButton.Location                = new System.Drawing.Point(529, 96);
     this.addChannelButton.Name                    = "addChannelButton";
     this.addChannelButton.RoundedCornersMask      = ((byte)(15));
     this.addChannelButton.RoundedCornersRadius    = 0;
     this.addChannelButton.Size                    = new System.Drawing.Size(30, 30);
     this.addChannelButton.TabIndex                = 14;
     this.addChannelButton.UseVisualStyleBackColor = false;
     this.addChannelButton.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.OFFICE2010SILVER;
     this.addChannelButton.Click                  += new System.EventHandler(this.addChannelButton_Click);
     //
     // channelsLabel
     //
     this.channelsLabel.BackColor      = System.Drawing.Color.Transparent;
     this.channelsLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.channelsLabel.Ellipsis       = false;
     this.channelsLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.channelsLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.channelsLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.channelsLabel.Location       = new System.Drawing.Point(7, 65);
     this.channelsLabel.Multiline      = true;
     this.channelsLabel.Name           = "channelsLabel";
     this.channelsLabel.Size           = new System.Drawing.Size(136, 25);
     this.channelsLabel.TabIndex       = 5;
     this.channelsLabel.Text           = "Channels";
     this.channelsLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.channelsLabel.UseMnemonics   = true;
     this.channelsLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // channelListBox
     //
     this.channelListBox.Location = new System.Drawing.Point(7, 96);
     this.channelListBox.Name     = "channelListBox";
     this.channelListBox.RoundedCornersMaskListItem = ((byte)(15));
     this.channelListBox.Size     = new System.Drawing.Size(516, 176);
     this.channelListBox.TabIndex = 13;
     this.channelListBox.Text     = "vListBox1";
     this.channelListBox.VIBlendScrollBarsTheme = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.channelListBox.VIBlendTheme           = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.channelListBox.MouseDoubleClick      += new System.Windows.Forms.MouseEventHandler(this.channelListBox_MouseDoubleClick);
     //
     // altLabel
     //
     this.altLabel.BackColor      = System.Drawing.Color.Transparent;
     this.altLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.altLabel.Ellipsis       = false;
     this.altLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.altLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.altLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.altLabel.Location       = new System.Drawing.Point(326, 34);
     this.altLabel.Multiline      = true;
     this.altLabel.Name           = "altLabel";
     this.altLabel.Size           = new System.Drawing.Size(33, 25);
     this.altLabel.TabIndex       = 11;
     this.altLabel.Text           = "Alt";
     this.altLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.altLabel.UseMnemonics   = true;
     this.altLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // ctrlLabel
     //
     this.ctrlLabel.BackColor      = System.Drawing.Color.Transparent;
     this.ctrlLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.ctrlLabel.Ellipsis       = false;
     this.ctrlLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ctrlLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.ctrlLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.ctrlLabel.Location       = new System.Drawing.Point(257, 34);
     this.ctrlLabel.Multiline      = true;
     this.ctrlLabel.Name           = "ctrlLabel";
     this.ctrlLabel.Size           = new System.Drawing.Size(33, 25);
     this.ctrlLabel.TabIndex       = 9;
     this.ctrlLabel.Text           = "Ctrl";
     this.ctrlLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.ctrlLabel.UseMnemonics   = true;
     this.ctrlLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // altCheckBox
     //
     this.altCheckBox.BackColor  = System.Drawing.Color.Transparent;
     this.altCheckBox.Checked    = true;
     this.altCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.altCheckBox.ForeColor  = System.Drawing.SystemColors.ButtonHighlight;
     this.altCheckBox.Location   = new System.Drawing.Point(306, 31);
     this.altCheckBox.Name       = "altCheckBox";
     this.altCheckBox.Size       = new System.Drawing.Size(14, 24);
     this.altCheckBox.TabIndex   = 12;
     this.altCheckBox.UseVisualStyleBackColor = false;
     this.altCheckBox.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.altCheckBox.CheckedChanged         += new System.EventHandler(this.altCheckBox_CheckedChanged);
     //
     // shiftLabel
     //
     this.shiftLabel.BackColor      = System.Drawing.Color.Transparent;
     this.shiftLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.shiftLabel.Ellipsis       = false;
     this.shiftLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.shiftLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.shiftLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.shiftLabel.Location       = new System.Drawing.Point(181, 34);
     this.shiftLabel.Multiline      = true;
     this.shiftLabel.Name           = "shiftLabel";
     this.shiftLabel.Size           = new System.Drawing.Size(41, 25);
     this.shiftLabel.TabIndex       = 5;
     this.shiftLabel.Text           = "Shift";
     this.shiftLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.shiftLabel.UseMnemonics   = true;
     this.shiftLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // ctrlCheckBox
     //
     this.ctrlCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ctrlCheckBox.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.ctrlCheckBox.Location  = new System.Drawing.Point(237, 31);
     this.ctrlCheckBox.Name      = "ctrlCheckBox";
     this.ctrlCheckBox.Size      = new System.Drawing.Size(14, 24);
     this.ctrlCheckBox.TabIndex  = 10;
     this.ctrlCheckBox.UseVisualStyleBackColor = false;
     this.ctrlCheckBox.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.ctrlCheckBox.CheckedChanged         += new System.EventHandler(this.ctrlCheckBox_CheckedChanged);
     //
     // shiftCheckBox
     //
     this.shiftCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.shiftCheckBox.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.shiftCheckBox.Location  = new System.Drawing.Point(161, 31);
     this.shiftCheckBox.Name      = "shiftCheckBox";
     this.shiftCheckBox.Size      = new System.Drawing.Size(14, 24);
     this.shiftCheckBox.TabIndex  = 8;
     this.shiftCheckBox.UseVisualStyleBackColor = false;
     this.shiftCheckBox.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.shiftCheckBox.CheckedChanged         += new System.EventHandler(this.shiftCheckBox_CheckedChanged);
     //
     // captureShortcutLabel
     //
     this.captureShortcutLabel.BackColor      = System.Drawing.Color.Transparent;
     this.captureShortcutLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.captureShortcutLabel.Ellipsis       = false;
     this.captureShortcutLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.captureShortcutLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.captureShortcutLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.captureShortcutLabel.Location       = new System.Drawing.Point(7, 34);
     this.captureShortcutLabel.Multiline      = true;
     this.captureShortcutLabel.Name           = "captureShortcutLabel";
     this.captureShortcutLabel.Size           = new System.Drawing.Size(136, 25);
     this.captureShortcutLabel.TabIndex       = 4;
     this.captureShortcutLabel.Text           = "Capture Shortcut:";
     this.captureShortcutLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.captureShortcutLabel.UseMnemonics   = true;
     this.captureShortcutLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // captureShortcutButton
     //
     this.captureShortcutButton.AllowAnimations         = true;
     this.captureShortcutButton.BackColor               = System.Drawing.Color.Transparent;
     this.captureShortcutButton.Location                = new System.Drawing.Point(381, 34);
     this.captureShortcutButton.Name                    = "captureShortcutButton";
     this.captureShortcutButton.RoundedCornersMask      = ((byte)(15));
     this.captureShortcutButton.Size                    = new System.Drawing.Size(159, 22);
     this.captureShortcutButton.TabIndex                = 3;
     this.captureShortcutButton.Text                    = "F6";
     this.captureShortcutButton.UseVisualStyleBackColor = false;
     this.captureShortcutButton.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.captureShortcutButton.Click                  += new System.EventHandler(this.captureShortcutButton_Click);
     //
     // outputFolderBrowseDialog
     //
     this.outputFolderBrowseDialog.RootFolder = System.Environment.SpecialFolder.MyComputer;
     //
     // cancelButton
     //
     this.cancelButton.AllowAnimations         = true;
     this.cancelButton.BackColor               = System.Drawing.Color.Transparent;
     this.cancelButton.Location                = new System.Drawing.Point(562, 285);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.RoundedCornersMask      = ((byte)(15));
     this.cancelButton.Size                    = new System.Drawing.Size(97, 25);
     this.cancelButton.TabIndex                = 5;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = false;
     this.cancelButton.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.cancelButton.Click                  += new System.EventHandler(this.cancelButton_Click);
     //
     // saveSettingsButton
     //
     this.saveSettingsButton.AllowAnimations         = true;
     this.saveSettingsButton.BackColor               = System.Drawing.Color.Transparent;
     this.saveSettingsButton.Enabled                 = false;
     this.saveSettingsButton.Location                = new System.Drawing.Point(459, 285);
     this.saveSettingsButton.Name                    = "saveSettingsButton";
     this.saveSettingsButton.RoundedCornersMask      = ((byte)(15));
     this.saveSettingsButton.Size                    = new System.Drawing.Size(97, 25);
     this.saveSettingsButton.TabIndex                = 4;
     this.saveSettingsButton.Text                    = "Save";
     this.saveSettingsButton.UseVisualStyleBackColor = false;
     this.saveSettingsButton.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.saveSettingsButton.Click                  += new System.EventHandler(this.saveSettingsButton_Click);
     //
     // aboutButton
     //
     this.aboutButton.AllowAnimations         = true;
     this.aboutButton.BackColor               = System.Drawing.Color.Transparent;
     this.aboutButton.Location                = new System.Drawing.Point(12, 285);
     this.aboutButton.Name                    = "aboutButton";
     this.aboutButton.RoundedCornersMask      = ((byte)(15));
     this.aboutButton.Size                    = new System.Drawing.Size(97, 25);
     this.aboutButton.TabIndex                = 6;
     this.aboutButton.Text                    = "About";
     this.aboutButton.UseVisualStyleBackColor = false;
     this.aboutButton.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.aboutButton.Click                  += new System.EventHandler(this.aboutButton_Click);
     //
     // ConfigEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(671, 320);
     this.Controls.Add(this.aboutButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.configTabs);
     this.Controls.Add(this.saveSettingsButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "ConfigEditor";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Purple Electron - Settings";
     this.Load           += new System.EventHandler(this.ConfigEditor_Load);
     this.VisibleChanged += new System.EventHandler(this.ConfigEditor_VisibleChanged);
     this.configTabs.ResumeLayout(false);
     this.outputTabPage.ResumeLayout(false);
     this.captureTabPage.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     VIBlend.WinForms.Controls.ListItem             listItem1 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem2 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem3 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem4 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem5 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem6 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem7 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem8 = new VIBlend.WinForms.Controls.ListItem();
     VIBlend.WinForms.Controls.ListItem             listItem9 = new VIBlend.WinForms.Controls.ListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeviceCaptureProperties));
     this.vPanel1              = new VIBlend.WinForms.Controls.vPanel();
     this.cancelButton         = new VIBlend.WinForms.Controls.vButton();
     this.saveSettingsButton   = new VIBlend.WinForms.Controls.vButton();
     this.deviceComboBox       = new VIBlend.WinForms.Controls.vComboBox();
     this.deviceLabel          = new VIBlend.WinForms.Controls.vLabel();
     this.bufferMethodComboBox = new VIBlend.WinForms.Controls.vComboBox();
     this.bufferMethodLabel    = new VIBlend.WinForms.Controls.vLabel();
     this.cacheLengthLabel     = new VIBlend.WinForms.Controls.vLabel();
     this.outputFormatComboBox = new VIBlend.WinForms.Controls.vComboBox();
     this.outputFormatLabel    = new VIBlend.WinForms.Controls.vLabel();
     this.channelNameTextBox   = new VIBlend.WinForms.Controls.vTextBox();
     this.channelNameLabel     = new VIBlend.WinForms.Controls.vLabel();
     this.cacheLengthTextBox   = new PurpleElectron.Controls.NumericTextBox();
     this.vPanel1.Content.SuspendLayout();
     this.vPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // vPanel1
     //
     this.vPanel1.AllowAnimations = true;
     this.vPanel1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.vPanel1.BorderRadius    = 0;
     //
     // vPanel1.Content
     //
     this.vPanel1.Content.AutoScroll = true;
     this.vPanel1.Content.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.vPanel1.Content.Controls.Add(this.cancelButton);
     this.vPanel1.Content.Controls.Add(this.saveSettingsButton);
     this.vPanel1.Content.Controls.Add(this.deviceComboBox);
     this.vPanel1.Content.Controls.Add(this.deviceLabel);
     this.vPanel1.Content.Controls.Add(this.bufferMethodComboBox);
     this.vPanel1.Content.Controls.Add(this.bufferMethodLabel);
     this.vPanel1.Content.Controls.Add(this.cacheLengthTextBox);
     this.vPanel1.Content.Controls.Add(this.cacheLengthLabel);
     this.vPanel1.Content.Controls.Add(this.outputFormatComboBox);
     this.vPanel1.Content.Controls.Add(this.outputFormatLabel);
     this.vPanel1.Content.Controls.Add(this.channelNameTextBox);
     this.vPanel1.Content.Controls.Add(this.channelNameLabel);
     this.vPanel1.Content.Location = new System.Drawing.Point(1, 1);
     this.vPanel1.Content.Name     = "Content";
     this.vPanel1.Content.Size     = new System.Drawing.Size(445, 200);
     this.vPanel1.Content.TabIndex = 3;
     this.vPanel1.CustomScrollersIntersectionColor = System.Drawing.Color.Empty;
     this.vPanel1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.vPanel1.Location         = new System.Drawing.Point(0, 0);
     this.vPanel1.Name             = "vPanel1";
     this.vPanel1.Opacity          = 1F;
     this.vPanel1.PanelBorderColor = System.Drawing.Color.Transparent;
     this.vPanel1.Size             = new System.Drawing.Size(447, 202);
     this.vPanel1.TabIndex         = 0;
     this.vPanel1.Text             = "vPanel1";
     this.vPanel1.VIBlendTheme     = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // cancelButton
     //
     this.cancelButton.AllowAnimations         = true;
     this.cancelButton.BackColor               = System.Drawing.Color.Transparent;
     this.cancelButton.Location                = new System.Drawing.Point(337, 164);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.RoundedCornersMask      = ((byte)(15));
     this.cancelButton.Size                    = new System.Drawing.Size(97, 25);
     this.cancelButton.TabIndex                = 7;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = false;
     this.cancelButton.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.cancelButton.Click                  += new System.EventHandler(this.cancelButton_Click);
     //
     // saveSettingsButton
     //
     this.saveSettingsButton.AllowAnimations         = true;
     this.saveSettingsButton.BackColor               = System.Drawing.Color.Transparent;
     this.saveSettingsButton.Location                = new System.Drawing.Point(234, 164);
     this.saveSettingsButton.Name                    = "saveSettingsButton";
     this.saveSettingsButton.RoundedCornersMask      = ((byte)(15));
     this.saveSettingsButton.Size                    = new System.Drawing.Size(97, 25);
     this.saveSettingsButton.TabIndex                = 6;
     this.saveSettingsButton.Text                    = "Okay";
     this.saveSettingsButton.UseVisualStyleBackColor = false;
     this.saveSettingsButton.VIBlendTheme            = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.saveSettingsButton.Click                  += new System.EventHandler(this.saveSettingsButton_Click);
     //
     // deviceComboBox
     //
     this.deviceComboBox.BackColor               = System.Drawing.Color.White;
     this.deviceComboBox.DisplayMember           = "";
     this.deviceComboBox.DropDownMaximumSize     = new System.Drawing.Size(1000, 1000);
     this.deviceComboBox.DropDownMinimumSize     = new System.Drawing.Size(10, 10);
     this.deviceComboBox.DropDownResizeDirection = VIBlend.WinForms.Controls.SizingDirection.Both;
     this.deviceComboBox.DropDownWidth           = 296;
     this.deviceComboBox.Location = new System.Drawing.Point(138, 135);
     this.deviceComboBox.Name     = "deviceComboBox";
     this.deviceComboBox.RoundedCornersMaskListItem = ((byte)(15));
     this.deviceComboBox.Size                       = new System.Drawing.Size(296, 23);
     this.deviceComboBox.TabIndex                   = 5;
     this.deviceComboBox.UseThemeBackColor          = false;
     this.deviceComboBox.UseThemeDropDownArrowColor = true;
     this.deviceComboBox.ValueMember                = "";
     this.deviceComboBox.VIBlendScrollBarsTheme     = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.deviceComboBox.VIBlendTheme               = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // deviceLabel
     //
     this.deviceLabel.BackColor      = System.Drawing.Color.Transparent;
     this.deviceLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.deviceLabel.Ellipsis       = false;
     this.deviceLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.deviceLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.deviceLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.deviceLabel.Location       = new System.Drawing.Point(11, 135);
     this.deviceLabel.Multiline      = true;
     this.deviceLabel.Name           = "deviceLabel";
     this.deviceLabel.Size           = new System.Drawing.Size(120, 25);
     this.deviceLabel.TabIndex       = 5;
     this.deviceLabel.Text           = "Device:";
     this.deviceLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.deviceLabel.UseMnemonics   = true;
     this.deviceLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // bufferMethodComboBox
     //
     this.bufferMethodComboBox.BackColor               = System.Drawing.Color.White;
     this.bufferMethodComboBox.DisplayMember           = "";
     this.bufferMethodComboBox.DropDownMaximumSize     = new System.Drawing.Size(1000, 1000);
     this.bufferMethodComboBox.DropDownMinimumSize     = new System.Drawing.Size(10, 10);
     this.bufferMethodComboBox.DropDownResizeDirection = VIBlend.WinForms.Controls.SizingDirection.Both;
     this.bufferMethodComboBox.DropDownWidth           = 296;
     listItem1.RoundedCornersMask = ((byte)(15));
     listItem1.Text = "Store Data in File Buffer";
     listItem2.RoundedCornersMask = ((byte)(15));
     listItem2.Text = "Store Data in Memory Buffer";
     this.bufferMethodComboBox.Items.Add(listItem1);
     this.bufferMethodComboBox.Items.Add(listItem2);
     this.bufferMethodComboBox.Location = new System.Drawing.Point(138, 104);
     this.bufferMethodComboBox.Name     = "bufferMethodComboBox";
     this.bufferMethodComboBox.RoundedCornersMaskListItem = ((byte)(15));
     this.bufferMethodComboBox.SelectedIndex              = 0;
     this.bufferMethodComboBox.Size                       = new System.Drawing.Size(296, 23);
     this.bufferMethodComboBox.TabIndex                   = 4;
     this.bufferMethodComboBox.Text                       = "Store Data in File Buffer";
     this.bufferMethodComboBox.UseThemeBackColor          = false;
     this.bufferMethodComboBox.UseThemeDropDownArrowColor = true;
     this.bufferMethodComboBox.ValueMember                = "";
     this.bufferMethodComboBox.VIBlendScrollBarsTheme     = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.bufferMethodComboBox.VIBlendTheme               = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // bufferMethodLabel
     //
     this.bufferMethodLabel.BackColor      = System.Drawing.Color.Transparent;
     this.bufferMethodLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.bufferMethodLabel.Ellipsis       = false;
     this.bufferMethodLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bufferMethodLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.bufferMethodLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.bufferMethodLabel.Location       = new System.Drawing.Point(11, 104);
     this.bufferMethodLabel.Multiline      = true;
     this.bufferMethodLabel.Name           = "bufferMethodLabel";
     this.bufferMethodLabel.Size           = new System.Drawing.Size(120, 25);
     this.bufferMethodLabel.TabIndex       = 4;
     this.bufferMethodLabel.Text           = "Buffer Method:";
     this.bufferMethodLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.bufferMethodLabel.UseMnemonics   = true;
     this.bufferMethodLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // cacheLengthLabel
     //
     this.cacheLengthLabel.BackColor      = System.Drawing.Color.Transparent;
     this.cacheLengthLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.cacheLengthLabel.Ellipsis       = false;
     this.cacheLengthLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cacheLengthLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.cacheLengthLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.cacheLengthLabel.Location       = new System.Drawing.Point(11, 73);
     this.cacheLengthLabel.Multiline      = true;
     this.cacheLengthLabel.Name           = "cacheLengthLabel";
     this.cacheLengthLabel.Size           = new System.Drawing.Size(120, 25);
     this.cacheLengthLabel.TabIndex       = 3;
     this.cacheLengthLabel.Text           = "Cache Length:";
     this.cacheLengthLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.cacheLengthLabel.UseMnemonics   = true;
     this.cacheLengthLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // outputFormatComboBox
     //
     this.outputFormatComboBox.BackColor               = System.Drawing.Color.White;
     this.outputFormatComboBox.DisplayMember           = "";
     this.outputFormatComboBox.DropDownMaximumSize     = new System.Drawing.Size(1000, 1000);
     this.outputFormatComboBox.DropDownMinimumSize     = new System.Drawing.Size(10, 10);
     this.outputFormatComboBox.DropDownResizeDirection = VIBlend.WinForms.Controls.SizingDirection.Both;
     this.outputFormatComboBox.DropDownWidth           = 296;
     listItem3.RoundedCornersMask = ((byte)(15));
     listItem3.Text = "Waveform (*.wav)";
     listItem4.RoundedCornersMask = ((byte)(15));
     listItem4.Text = "Audio Layer III (*.mp3)";
     listItem5.RoundedCornersMask = ((byte)(15));
     listItem5.Text = "Free Lossless (*.flac)";
     listItem6.RoundedCornersMask = ((byte)(15));
     listItem6.Text = "Audio Interchange (*.aiff)";
     listItem7.RoundedCornersMask = ((byte)(15));
     listItem7.Text = "Windows Media Audio (*.wma)";
     listItem8.RoundedCornersMask = ((byte)(15));
     listItem8.Text = "Advanced Audio Coding (*.aac)";
     listItem9.RoundedCornersMask = ((byte)(15));
     listItem9.Text = "Raw Audio (*.raw)";
     this.outputFormatComboBox.Items.Add(listItem3);
     this.outputFormatComboBox.Items.Add(listItem4);
     this.outputFormatComboBox.Items.Add(listItem5);
     this.outputFormatComboBox.Items.Add(listItem6);
     this.outputFormatComboBox.Items.Add(listItem7);
     this.outputFormatComboBox.Items.Add(listItem8);
     this.outputFormatComboBox.Items.Add(listItem9);
     this.outputFormatComboBox.Location = new System.Drawing.Point(138, 42);
     this.outputFormatComboBox.Name     = "outputFormatComboBox";
     this.outputFormatComboBox.RoundedCornersMaskListItem = ((byte)(15));
     this.outputFormatComboBox.SelectedIndex              = 0;
     this.outputFormatComboBox.Size                       = new System.Drawing.Size(296, 23);
     this.outputFormatComboBox.TabIndex                   = 3;
     this.outputFormatComboBox.Text                       = "Waveform (*.wav)";
     this.outputFormatComboBox.UseThemeBackColor          = false;
     this.outputFormatComboBox.UseThemeDropDownArrowColor = true;
     this.outputFormatComboBox.ValueMember                = "";
     this.outputFormatComboBox.VIBlendScrollBarsTheme     = VIBlend.Utilities.VIBLEND_THEME.NERO;
     this.outputFormatComboBox.VIBlendTheme               = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // outputFormatLabel
     //
     this.outputFormatLabel.BackColor      = System.Drawing.Color.Transparent;
     this.outputFormatLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.outputFormatLabel.Ellipsis       = false;
     this.outputFormatLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.outputFormatLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.outputFormatLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.outputFormatLabel.Location       = new System.Drawing.Point(11, 42);
     this.outputFormatLabel.Multiline      = true;
     this.outputFormatLabel.Name           = "outputFormatLabel";
     this.outputFormatLabel.Size           = new System.Drawing.Size(120, 25);
     this.outputFormatLabel.TabIndex       = 2;
     this.outputFormatLabel.Text           = "Output Format:";
     this.outputFormatLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.outputFormatLabel.UseMnemonics   = true;
     this.outputFormatLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // channelNameTextBox
     //
     this.channelNameTextBox.BackColor          = System.Drawing.Color.White;
     this.channelNameTextBox.BoundsOffset       = new System.Drawing.Size(1, 1);
     this.channelNameTextBox.ControlBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
     this.channelNameTextBox.DefaultText        = "Empty...";
     this.channelNameTextBox.Location           = new System.Drawing.Point(138, 11);
     this.channelNameTextBox.MaxLength          = 32767;
     this.channelNameTextBox.Name            = "channelNameTextBox";
     this.channelNameTextBox.PasswordChar    = '\0';
     this.channelNameTextBox.ScrollBars      = System.Windows.Forms.ScrollBars.None;
     this.channelNameTextBox.SelectionLength = 0;
     this.channelNameTextBox.SelectionStart  = 0;
     this.channelNameTextBox.Size            = new System.Drawing.Size(296, 23);
     this.channelNameTextBox.TabIndex        = 2;
     this.channelNameTextBox.Text            = "Device Capture";
     this.channelNameTextBox.TextAlign       = System.Windows.Forms.HorizontalAlignment.Left;
     this.channelNameTextBox.VIBlendTheme    = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // channelNameLabel
     //
     this.channelNameLabel.BackColor      = System.Drawing.Color.Transparent;
     this.channelNameLabel.DisplayStyle   = VIBlend.WinForms.Controls.LabelItemStyle.TextOnly;
     this.channelNameLabel.Ellipsis       = false;
     this.channelNameLabel.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.channelNameLabel.ForeColor      = System.Drawing.SystemColors.Control;
     this.channelNameLabel.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.channelNameLabel.Location       = new System.Drawing.Point(11, 11);
     this.channelNameLabel.Multiline      = true;
     this.channelNameLabel.Name           = "channelNameLabel";
     this.channelNameLabel.Size           = new System.Drawing.Size(120, 25);
     this.channelNameLabel.TabIndex       = 1;
     this.channelNameLabel.Text           = "Channel Name:";
     this.channelNameLabel.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.channelNameLabel.UseMnemonics   = true;
     this.channelNameLabel.VIBlendTheme   = VIBlend.Utilities.VIBLEND_THEME.NERO;
     //
     // cacheLengthTextBox
     //
     this.cacheLengthTextBox.DecimalNumbers = 0;
     this.cacheLengthTextBox.DecimalText    = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.cacheLengthTextBox.ForeColor    = System.Drawing.Color.Black;
     this.cacheLengthTextBox.Format       = "^(\\-?)(\\d*)$";
     this.cacheLengthTextBox.HasNegatives = true;
     this.cacheLengthTextBox.Location     = new System.Drawing.Point(138, 73);
     this.cacheLengthTextBox.Name         = "cacheLengthTextBox";
     this.cacheLengthTextBox.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
     this.cacheLengthTextBox.Size         = new System.Drawing.Size(296, 20);
     this.cacheLengthTextBox.TabIndex     = 4;
     this.cacheLengthTextBox.Text         = "0";
     this.cacheLengthTextBox.TextChanged += new System.EventHandler(this.cacheLengthTextBox_TextChanged);
     //
     // DeviceCaptureProperties
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(447, 202);
     this.Controls.Add(this.vPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "DeviceCaptureProperties";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Device Capture";
     this.vPanel1.Content.ResumeLayout(false);
     this.vPanel1.Content.PerformLayout();
     this.vPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }