Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SoundSwitch.Common.WinApi.Keyboard.HotKey hotKey1 = new SoundSwitch.Common.WinApi.Keyboard.HotKey();
     this.addProfileGroupBox    = new System.Windows.Forms.GroupBox();
     this.recordingRemoveButton = new System.Windows.Forms.Button();
     this.playbackRemoveButton  = new System.Windows.Forms.Button();
     this.recordingLabel        = new System.Windows.Forms.Label();
     this.playbackLabel         = new System.Windows.Forms.Label();
     this.selectProgramButton   = new System.Windows.Forms.Button();
     this.programLabel          = new System.Windows.Forms.Label();
     this.programTextBox        = new System.Windows.Forms.TextBox();
     this.hotKeyLabel           = new System.Windows.Forms.Label();
     this.nameLabel             = new System.Windows.Forms.Label();
     this.nameTextBox           = new System.Windows.Forms.TextBox();
     this.selectProgramDialog   = new System.Windows.Forms.OpenFileDialog();
     this.createButton          = new System.Windows.Forms.Button();
     this.hotKeyControl         = new SoundSwitch.UI.UserControls.HotKeyControl.HotKeyControl();
     this.recordingComboBox     = new SoundSwitch.UI.UserControls.IconTextComboBox();
     this.playbackComboBox      = new SoundSwitch.UI.UserControls.IconTextComboBox();
     this.addProfileGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // addProfileGroupBox
     //
     this.addProfileGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.addProfileGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.addProfileGroupBox.Controls.Add(this.hotKeyControl);
     this.addProfileGroupBox.Controls.Add(this.recordingRemoveButton);
     this.addProfileGroupBox.Controls.Add(this.playbackRemoveButton);
     this.addProfileGroupBox.Controls.Add(this.recordingLabel);
     this.addProfileGroupBox.Controls.Add(this.playbackLabel);
     this.addProfileGroupBox.Controls.Add(this.recordingComboBox);
     this.addProfileGroupBox.Controls.Add(this.playbackComboBox);
     this.addProfileGroupBox.Controls.Add(this.selectProgramButton);
     this.addProfileGroupBox.Controls.Add(this.programLabel);
     this.addProfileGroupBox.Controls.Add(this.programTextBox);
     this.addProfileGroupBox.Controls.Add(this.hotKeyLabel);
     this.addProfileGroupBox.Controls.Add(this.nameLabel);
     this.addProfileGroupBox.Controls.Add(this.nameTextBox);
     this.addProfileGroupBox.Location = new System.Drawing.Point(12, 12);
     this.addProfileGroupBox.Name     = "addProfileGroupBox";
     this.addProfileGroupBox.Size     = new System.Drawing.Size(405, 244);
     this.addProfileGroupBox.TabIndex = 0;
     this.addProfileGroupBox.TabStop  = false;
     this.addProfileGroupBox.Text     = "Profiles";
     //
     // recordingRemoveButton
     //
     this.recordingRemoveButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.recordingRemoveButton.Image    = global::SoundSwitch.Properties.Resources.delete;
     this.recordingRemoveButton.Location = new System.Drawing.Point(358, 201);
     this.recordingRemoveButton.Name     = "recordingRemoveButton";
     this.recordingRemoveButton.Size     = new System.Drawing.Size(22, 22);
     this.recordingRemoveButton.TabIndex = 13;
     this.recordingRemoveButton.UseVisualStyleBackColor = true;
     this.recordingRemoveButton.Visible = false;
     this.recordingRemoveButton.Click  += new System.EventHandler(this.recordingRemoveButton_Click);
     //
     // playbackRemoveButton
     //
     this.playbackRemoveButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.playbackRemoveButton.Image    = global::SoundSwitch.Properties.Resources.delete;
     this.playbackRemoveButton.Location = new System.Drawing.Point(358, 152);
     this.playbackRemoveButton.Name     = "playbackRemoveButton";
     this.playbackRemoveButton.Size     = new System.Drawing.Size(22, 22);
     this.playbackRemoveButton.TabIndex = 12;
     this.playbackRemoveButton.UseVisualStyleBackColor = true;
     this.playbackRemoveButton.Visible = false;
     this.playbackRemoveButton.Click  += new System.EventHandler(this.playbackRemoveButton_Click);
     //
     // recordingLabel
     //
     this.recordingLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.recordingLabel.AutoSize = true;
     this.recordingLabel.Location = new System.Drawing.Point(3, 185);
     this.recordingLabel.Name     = "recordingLabel";
     this.recordingLabel.Size     = new System.Drawing.Size(56, 13);
     this.recordingLabel.TabIndex = 10;
     this.recordingLabel.Text     = "Recording";
     //
     // playbackLabel
     //
     this.playbackLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.playbackLabel.AutoSize = true;
     this.playbackLabel.Location = new System.Drawing.Point(3, 136);
     this.playbackLabel.Name     = "playbackLabel";
     this.playbackLabel.Size     = new System.Drawing.Size(51, 13);
     this.playbackLabel.TabIndex = 9;
     this.playbackLabel.Text     = "Playback";
     //
     // selectProgramButton
     //
     this.selectProgramButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.selectProgramButton.Location = new System.Drawing.Point(167, 85);
     this.selectProgramButton.Name     = "selectProgramButton";
     this.selectProgramButton.Size     = new System.Drawing.Size(24, 20);
     this.selectProgramButton.TabIndex = 6;
     this.selectProgramButton.Text     = "...";
     this.selectProgramButton.UseVisualStyleBackColor = true;
     this.selectProgramButton.Click += new System.EventHandler(this.selectProgramButton_Click);
     //
     // programLabel
     //
     this.programLabel.AutoSize = true;
     this.programLabel.Location = new System.Drawing.Point(3, 70);
     this.programLabel.Name     = "programLabel";
     this.programLabel.Size     = new System.Drawing.Size(46, 13);
     this.programLabel.TabIndex = 5;
     this.programLabel.Text     = "Program";
     //
     // programTextBox
     //
     this.programTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.programTextBox.Location = new System.Drawing.Point(6, 85);
     this.programTextBox.Name     = "programTextBox";
     this.programTextBox.Size     = new System.Drawing.Size(155, 20);
     this.programTextBox.TabIndex = 4;
     //
     // hotKeyLabel
     //
     this.hotKeyLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.hotKeyLabel.AutoSize = true;
     this.hotKeyLabel.Location = new System.Drawing.Point(229, 70);
     this.hotKeyLabel.Name     = "hotKeyLabel";
     this.hotKeyLabel.Size     = new System.Drawing.Size(46, 13);
     this.hotKeyLabel.TabIndex = 3;
     this.hotKeyLabel.Text     = "Hotkeys";
     //
     // nameLabel
     //
     this.nameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.nameLabel.AutoSize = true;
     this.nameLabel.Location = new System.Drawing.Point(3, 14);
     this.nameLabel.Name     = "nameLabel";
     this.nameLabel.Size     = new System.Drawing.Size(35, 13);
     this.nameLabel.TabIndex = 1;
     this.nameLabel.Text     = "Name";
     //
     // nameTextBox
     //
     this.nameTextBox.Location = new System.Drawing.Point(6, 30);
     this.nameTextBox.Name     = "nameTextBox";
     this.nameTextBox.Size     = new System.Drawing.Size(145, 20);
     this.nameTextBox.TabIndex = 0;
     //
     // createButton
     //
     this.createButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.createButton.Location = new System.Drawing.Point(342, 271);
     this.createButton.Name     = "createButton";
     this.createButton.Size     = new System.Drawing.Size(75, 23);
     this.createButton.TabIndex = 1;
     this.createButton.Text     = "Add";
     this.createButton.UseVisualStyleBackColor = true;
     this.createButton.Click += new System.EventHandler(this.createButton_Click);
     //
     // hotKeyControl
     //
     this.hotKeyControl.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.hotKeyControl.BackColor      = System.Drawing.Color.Transparent;
     this.hotKeyControl.Font           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hotKeyControl.ForceModifiers = false;
     hotKey1.Enabled                 = true;
     hotKey1.Keys                    = System.Windows.Forms.Keys.None;
     hotKey1.Modifier                = SoundSwitch.Common.WinApi.Keyboard.HotKey.ModifierKeys.None;
     this.hotKeyControl.HotKey       = hotKey1;
     this.hotKeyControl.Location     = new System.Drawing.Point(232, 87);
     this.hotKeyControl.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.hotKeyControl.Name         = "hotKeyControl";
     this.hotKeyControl.Size         = new System.Drawing.Size(148, 23);
     this.hotKeyControl.TabIndex     = 14;
     this.hotKeyControl.ToolTip      = null;
     this.hotKeyControl.HotKeyIsSet += new SoundSwitch.UI.UserControls.HotKeyControl.HotKeyIsSetEventHandler(this.hotKeyControl_HotKeyIsSet);
     //
     // recordingComboBox
     //
     this.recordingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.recordingComboBox.DataSource        = null;
     this.recordingComboBox.DisplayMember     = "Tag";
     this.recordingComboBox.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.recordingComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.recordingComboBox.FormattingEnabled = true;
     this.recordingComboBox.Location          = new System.Drawing.Point(6, 201);
     this.recordingComboBox.Name                  = "recordingComboBox";
     this.recordingComboBox.Size                  = new System.Drawing.Size(346, 21);
     this.recordingComboBox.TabIndex              = 8;
     this.recordingComboBox.ValueMember           = "Tag";
     this.recordingComboBox.SelectedIndexChanged += new System.EventHandler(this.recordingComboBox_SelectedIndexChanged);
     //
     // playbackComboBox
     //
     this.playbackComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.playbackComboBox.DataSource        = null;
     this.playbackComboBox.DisplayMember     = "Tag";
     this.playbackComboBox.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.playbackComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.playbackComboBox.FormattingEnabled = true;
     this.playbackComboBox.Location          = new System.Drawing.Point(6, 152);
     this.playbackComboBox.Name                  = "playbackComboBox";
     this.playbackComboBox.Size                  = new System.Drawing.Size(346, 21);
     this.playbackComboBox.TabIndex              = 7;
     this.playbackComboBox.ValueMember           = "Tag";
     this.playbackComboBox.SelectedIndexChanged += new System.EventHandler(this.playbackComboBox_SelectedIndexChanged);
     //
     // AddProfile
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(429, 306);
     this.Controls.Add(this.createButton);
     this.Controls.Add(this.addProfileGroupBox);
     this.MinimumSize = new System.Drawing.Size(400, 304);
     this.Name        = "AddProfile";
     this.addProfileGroupBox.ResumeLayout(false);
     this.addProfileGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup        listViewGroup1 = new System.Windows.Forms.ListViewGroup("Selected", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewGroup        listViewGroup2 = new System.Windows.Forms.ListViewGroup("Selected", System.Windows.Forms.HorizontalAlignment.Center);
     SoundSwitch.Common.WinApi.Keyboard.HotKey hotKey1        = new SoundSwitch.Common.WinApi.Keyboard.HotKey();
     this.startWithWindowsCheckBox = new System.Windows.Forms.CheckBox();
     this.closeButton = new System.Windows.Forms.Button();
     this.switchCommunicationDeviceCheckBox = new System.Windows.Forms.CheckBox();
     this.tabControl                  = new System.Windows.Forms.TabControl();
     this.playbackTabPage             = new System.Windows.Forms.TabPage();
     this.playbackListView            = new System.Windows.Forms.ListView();
     this.recordingTabPage            = new System.Windows.Forms.TabPage();
     this.recordingListView           = new System.Windows.Forms.ListView();
     this.tabProfile                  = new System.Windows.Forms.TabPage();
     this.deleteProfileButton         = new System.Windows.Forms.Button();
     this.profileExplanationLabel     = new System.Windows.Forms.Label();
     this.profilesListView            = new SoundSwitch.UI.UserControls.IconListView();
     this.addProfileButton            = new System.Windows.Forms.Button();
     this.appSettingTabPage           = new System.Windows.Forms.TabPage();
     this.languageGroupBox            = new System.Windows.Forms.GroupBox();
     this.languageComboBox            = new System.Windows.Forms.ComboBox();
     this.updateSettingsGroupBox      = new System.Windows.Forms.GroupBox();
     this.updateNeverRadioButton      = new System.Windows.Forms.RadioButton();
     this.updateNotifyRadioButton     = new System.Windows.Forms.RadioButton();
     this.updateSilentRadioButton     = new System.Windows.Forms.RadioButton();
     this.includeBetaVersionsCheckBox = new System.Windows.Forms.CheckBox();
     this.audioSettingsGroupBox       = new System.Windows.Forms.GroupBox();
     this.foregroundAppCheckbox       = new System.Windows.Forms.CheckBox();
     this.deleteSoundButton           = new System.Windows.Forms.Button();
     this.cycleThroughLabel           = new System.Windows.Forms.Label();
     this.cycleThroughComboBox        = new System.Windows.Forms.ComboBox();
     this.tooltipOnHoverLabel         = new System.Windows.Forms.Label();
     this.tooltipInfoComboBox         = new System.Windows.Forms.ComboBox();
     this.selectSoundButton           = new System.Windows.Forms.Button();
     this.notificationLabel           = new System.Windows.Forms.Label();
     this.notificationComboBox        = new System.Windows.Forms.ComboBox();
     this.basicSettingsGroupBox       = new System.Windows.Forms.GroupBox();
     this.iconChangeLabel             = new System.Windows.Forms.Label();
     this.iconChangeChoicesComboBox   = new System.Windows.Forms.ComboBox();
     this.hotkeysLabel                = new System.Windows.Forms.Label();
     this.selectSoundFileDialog       = new System.Windows.Forms.OpenFileDialog();
     this.hotkeysCheckBox             = new System.Windows.Forms.CheckBox();
     this.hotKeyControl               = new SoundSwitch.UI.UserControls.HotKeyControl.HotKeyControl();
     this.tabControl.SuspendLayout();
     this.playbackTabPage.SuspendLayout();
     this.recordingTabPage.SuspendLayout();
     this.tabProfile.SuspendLayout();
     this.appSettingTabPage.SuspendLayout();
     this.languageGroupBox.SuspendLayout();
     this.updateSettingsGroupBox.SuspendLayout();
     this.audioSettingsGroupBox.SuspendLayout();
     this.basicSettingsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // startWithWindowsCheckBox
     //
     this.startWithWindowsCheckBox.AutoSize = true;
     this.startWithWindowsCheckBox.Location = new System.Drawing.Point(6, 23);
     this.startWithWindowsCheckBox.Name     = "startWithWindowsCheckBox";
     this.startWithWindowsCheckBox.Size     = new System.Drawing.Size(181, 17);
     this.startWithWindowsCheckBox.TabIndex = 7;
     this.startWithWindowsCheckBox.Text     = "Start automatically with Windows";
     this.startWithWindowsCheckBox.UseVisualStyleBackColor = true;
     this.startWithWindowsCheckBox.CheckedChanged         += new System.EventHandler(this.RunAtStartup_CheckedChanged);
     //
     // closeButton
     //
     this.closeButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.closeButton.Location                = new System.Drawing.Point(612, 422);
     this.closeButton.Name                    = "closeButton";
     this.closeButton.Size                    = new System.Drawing.Size(75, 23);
     this.closeButton.TabIndex                = 11;
     this.closeButton.Text                    = "Close";
     this.closeButton.UseVisualStyleBackColor = true;
     this.closeButton.Click                  += new System.EventHandler(this.closeButton_Click);
     //
     // switchCommunicationDeviceCheckBox
     //
     this.switchCommunicationDeviceCheckBox.AutoSize = true;
     this.switchCommunicationDeviceCheckBox.Location = new System.Drawing.Point(6, 23);
     this.switchCommunicationDeviceCheckBox.Name     = "switchCommunicationDeviceCheckBox";
     this.switchCommunicationDeviceCheckBox.Size     = new System.Drawing.Size(207, 17);
     this.switchCommunicationDeviceCheckBox.TabIndex = 12;
     this.switchCommunicationDeviceCheckBox.Text     = "Switch Default Communication Device";
     this.switchCommunicationDeviceCheckBox.UseVisualStyleBackColor = true;
     this.switchCommunicationDeviceCheckBox.CheckedChanged         += new System.EventHandler(this.communicationCheckbox_CheckedChanged);
     //
     // tabControl
     //
     this.tabControl.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.tabControl.Controls.Add(this.playbackTabPage);
     this.tabControl.Controls.Add(this.recordingTabPage);
     this.tabControl.Controls.Add(this.tabProfile);
     this.tabControl.Controls.Add(this.appSettingTabPage);
     this.tabControl.Location              = new System.Drawing.Point(12, 6);
     this.tabControl.Name                  = "tabControl";
     this.tabControl.SelectedIndex         = 0;
     this.tabControl.Size                  = new System.Drawing.Size(675, 407);
     this.tabControl.TabIndex              = 13;
     this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
     //
     // playbackTabPage
     //
     this.playbackTabPage.Controls.Add(this.playbackListView);
     this.playbackTabPage.Location = new System.Drawing.Point(4, 22);
     this.playbackTabPage.Name     = "playbackTabPage";
     this.playbackTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.playbackTabPage.Size     = new System.Drawing.Size(667, 381);
     this.playbackTabPage.TabIndex = 0;
     this.playbackTabPage.Text     = "Playback";
     this.playbackTabPage.UseVisualStyleBackColor = true;
     //
     // playbackListView
     //
     this.playbackListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.playbackListView.CheckBoxes  = true;
     this.playbackListView.Dock        = System.Windows.Forms.DockStyle.Fill;
     listViewGroup1.Header             = "Selected";
     listViewGroup1.HeaderAlignment    = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup1.Name = "selectedGroup";
     this.playbackListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1
     });
     this.playbackListView.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.playbackListView.HideSelection = false;
     this.playbackListView.Location      = new System.Drawing.Point(3, 3);
     this.playbackListView.Name          = "playbackListView";
     this.playbackListView.Size          = new System.Drawing.Size(661, 375);
     this.playbackListView.TabIndex      = 14;
     this.playbackListView.UseCompatibleStateImageBehavior = false;
     this.playbackListView.View = System.Windows.Forms.View.Details;
     //
     // recordingTabPage
     //
     this.recordingTabPage.Controls.Add(this.recordingListView);
     this.recordingTabPage.Location = new System.Drawing.Point(4, 22);
     this.recordingTabPage.Name     = "recordingTabPage";
     this.recordingTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.recordingTabPage.Size     = new System.Drawing.Size(663, 391);
     this.recordingTabPage.TabIndex = 1;
     this.recordingTabPage.Text     = "Recording";
     this.recordingTabPage.UseVisualStyleBackColor = true;
     //
     // recordingListView
     //
     this.recordingListView.AccessibleName = "recordingListView";
     this.recordingListView.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.recordingListView.CheckBoxes     = true;
     this.recordingListView.Dock           = System.Windows.Forms.DockStyle.Fill;
     listViewGroup2.Header          = "Selected";
     listViewGroup2.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup2.Name            = "selectedGroup";
     this.recordingListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup2
     });
     this.recordingListView.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.recordingListView.HideSelection = false;
     this.recordingListView.Location      = new System.Drawing.Point(3, 3);
     this.recordingListView.Name          = "recordingListView";
     this.recordingListView.Size          = new System.Drawing.Size(657, 385);
     this.recordingListView.TabIndex      = 17;
     this.recordingListView.UseCompatibleStateImageBehavior = false;
     this.recordingListView.View = System.Windows.Forms.View.Details;
     //
     // tabProfile
     //
     this.tabProfile.Controls.Add(this.deleteProfileButton);
     this.tabProfile.Controls.Add(this.profileExplanationLabel);
     this.tabProfile.Controls.Add(this.profilesListView);
     this.tabProfile.Controls.Add(this.addProfileButton);
     this.tabProfile.Location = new System.Drawing.Point(4, 22);
     this.tabProfile.Name     = "tabProfile";
     this.tabProfile.Padding  = new System.Windows.Forms.Padding(3);
     this.tabProfile.Size     = new System.Drawing.Size(663, 391);
     this.tabProfile.TabIndex = 3;
     this.tabProfile.UseVisualStyleBackColor = true;
     //
     // deleteProfileButton
     //
     this.deleteProfileButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteProfileButton.Enabled                 = false;
     this.deleteProfileButton.Image                   = global::SoundSwitch.Properties.Resources.profile_delete;
     this.deleteProfileButton.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.deleteProfileButton.Location                = new System.Drawing.Point(567, 359);
     this.deleteProfileButton.Name                    = "deleteProfileButton";
     this.deleteProfileButton.Size                    = new System.Drawing.Size(90, 26);
     this.deleteProfileButton.TabIndex                = 4;
     this.deleteProfileButton.Text                    = "Delete";
     this.deleteProfileButton.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.deleteProfileButton.UseVisualStyleBackColor = true;
     this.deleteProfileButton.Click                  += new System.EventHandler(this.deleteProfileButton_Click);
     //
     // profileExplanationLabel
     //
     this.profileExplanationLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.profileExplanationLabel.Location = new System.Drawing.Point(7, 315);
     this.profileExplanationLabel.Name     = "profileExplanationLabel";
     this.profileExplanationLabel.Size     = new System.Drawing.Size(505, 39);
     this.profileExplanationLabel.TabIndex = 3;
     this.profileExplanationLabel.Text     = "Explanation";
     //
     // profilesListView
     //
     this.profilesListView.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.profilesListView.FullRowSelect = true;
     this.profilesListView.HideSelection = false;
     this.profilesListView.Location      = new System.Drawing.Point(3, 3);
     this.profilesListView.Name          = "profilesListView";
     this.profilesListView.OwnerDraw     = true;
     this.profilesListView.ShowGroups    = false;
     this.profilesListView.Size          = new System.Drawing.Size(654, 309);
     this.profilesListView.TabIndex      = 2;
     this.profilesListView.UseCompatibleStateImageBehavior = false;
     this.profilesListView.View = System.Windows.Forms.View.Details;
     this.profilesListView.SelectedIndexChanged += new System.EventHandler(this.profilesListView_SelectedIndexChanged);
     //
     // addProfileButton
     //
     this.addProfileButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.addProfileButton.Image                   = global::SoundSwitch.Properties.Resources.profile_add;
     this.addProfileButton.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.addProfileButton.Location                = new System.Drawing.Point(472, 359);
     this.addProfileButton.Name                    = "addProfileButton";
     this.addProfileButton.Size                    = new System.Drawing.Size(89, 26);
     this.addProfileButton.TabIndex                = 1;
     this.addProfileButton.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.addProfileButton.UseVisualStyleBackColor = true;
     this.addProfileButton.Click                  += new System.EventHandler(this.addProfileButton_Click);
     //
     // appSettingTabPage
     //
     this.appSettingTabPage.Controls.Add(this.languageGroupBox);
     this.appSettingTabPage.Controls.Add(this.updateSettingsGroupBox);
     this.appSettingTabPage.Controls.Add(this.audioSettingsGroupBox);
     this.appSettingTabPage.Controls.Add(this.basicSettingsGroupBox);
     this.appSettingTabPage.Location = new System.Drawing.Point(4, 22);
     this.appSettingTabPage.Name     = "appSettingTabPage";
     this.appSettingTabPage.Size     = new System.Drawing.Size(663, 391);
     this.appSettingTabPage.TabIndex = 2;
     this.appSettingTabPage.Text     = "Settings";
     this.appSettingTabPage.UseVisualStyleBackColor = true;
     //
     // languageGroupBox
     //
     this.languageGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.languageGroupBox.Controls.Add(this.languageComboBox);
     this.languageGroupBox.Location = new System.Drawing.Point(419, 141);
     this.languageGroupBox.Name     = "languageGroupBox";
     this.languageGroupBox.Size     = new System.Drawing.Size(287, 61);
     this.languageGroupBox.TabIndex = 15;
     this.languageGroupBox.TabStop  = false;
     this.languageGroupBox.Text     = "Language";
     //
     // languageComboBox
     //
     this.languageComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.languageComboBox.FormattingEnabled = true;
     this.languageComboBox.Location          = new System.Drawing.Point(8, 23);
     this.languageComboBox.Name                  = "languageComboBox";
     this.languageComboBox.Size                  = new System.Drawing.Size(203, 21);
     this.languageComboBox.TabIndex              = 17;
     this.languageComboBox.SelectedIndexChanged += new System.EventHandler(this.languageComboBox_SelectedIndexChanged);
     //
     // updateSettingsGroupBox
     //
     this.updateSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.updateSettingsGroupBox.Controls.Add(this.updateNeverRadioButton);
     this.updateSettingsGroupBox.Controls.Add(this.updateNotifyRadioButton);
     this.updateSettingsGroupBox.Controls.Add(this.updateSilentRadioButton);
     this.updateSettingsGroupBox.Controls.Add(this.includeBetaVersionsCheckBox);
     this.updateSettingsGroupBox.Location = new System.Drawing.Point(419, 3);
     this.updateSettingsGroupBox.Name     = "updateSettingsGroupBox";
     this.updateSettingsGroupBox.Size     = new System.Drawing.Size(287, 132);
     this.updateSettingsGroupBox.TabIndex = 14;
     this.updateSettingsGroupBox.TabStop  = false;
     this.updateSettingsGroupBox.Text     = "Update Settings";
     //
     // updateNeverRadioButton
     //
     this.updateNeverRadioButton.AutoSize = true;
     this.updateNeverRadioButton.Location = new System.Drawing.Point(7, 71);
     this.updateNeverRadioButton.Name     = "updateNeverRadioButton";
     this.updateNeverRadioButton.Size     = new System.Drawing.Size(143, 17);
     this.updateNeverRadioButton.TabIndex = 21;
     this.updateNeverRadioButton.TabStop  = true;
     this.updateNeverRadioButton.Text     = "Never check for updates";
     this.updateNeverRadioButton.UseVisualStyleBackColor = true;
     this.updateNeverRadioButton.CheckedChanged         += new System.EventHandler(this.updateNeverRadioButton_CheckedChanged);
     //
     // updateNotifyRadioButton
     //
     this.updateNotifyRadioButton.AutoSize = true;
     this.updateNotifyRadioButton.Location = new System.Drawing.Point(7, 46);
     this.updateNotifyRadioButton.Name     = "updateNotifyRadioButton";
     this.updateNotifyRadioButton.Size     = new System.Drawing.Size(202, 17);
     this.updateNotifyRadioButton.TabIndex = 20;
     this.updateNotifyRadioButton.TabStop  = true;
     this.updateNotifyRadioButton.Text     = "Notify me when updates are available";
     this.updateNotifyRadioButton.UseVisualStyleBackColor = true;
     this.updateNotifyRadioButton.CheckedChanged         += new System.EventHandler(this.updateNotifyRadioButton_CheckedChanged);
     //
     // updateSilentRadioButton
     //
     this.updateSilentRadioButton.AutoSize = true;
     this.updateSilentRadioButton.Location = new System.Drawing.Point(7, 21);
     this.updateSilentRadioButton.Name     = "updateSilentRadioButton";
     this.updateSilentRadioButton.Size     = new System.Drawing.Size(157, 17);
     this.updateSilentRadioButton.TabIndex = 19;
     this.updateSilentRadioButton.TabStop  = true;
     this.updateSilentRadioButton.Text     = "Install updates automatically";
     this.updateSilentRadioButton.UseVisualStyleBackColor = true;
     this.updateSilentRadioButton.CheckedChanged         += new System.EventHandler(this.updateSilentRadioButton_CheckedChanged);
     //
     // includeBetaVersionsCheckBox
     //
     this.includeBetaVersionsCheckBox.AutoSize = true;
     this.includeBetaVersionsCheckBox.Location = new System.Drawing.Point(7, 103);
     this.includeBetaVersionsCheckBox.Name     = "includeBetaVersionsCheckBox";
     this.includeBetaVersionsCheckBox.Size     = new System.Drawing.Size(128, 17);
     this.includeBetaVersionsCheckBox.TabIndex = 18;
     this.includeBetaVersionsCheckBox.Text     = "Include Beta versions";
     this.includeBetaVersionsCheckBox.UseVisualStyleBackColor = true;
     this.includeBetaVersionsCheckBox.CheckedChanged         += new System.EventHandler(this.betaVersionCheckbox_CheckedChanged);
     //
     // audioSettingsGroupBox
     //
     this.audioSettingsGroupBox.Controls.Add(this.foregroundAppCheckbox);
     this.audioSettingsGroupBox.Controls.Add(this.deleteSoundButton);
     this.audioSettingsGroupBox.Controls.Add(this.cycleThroughLabel);
     this.audioSettingsGroupBox.Controls.Add(this.cycleThroughComboBox);
     this.audioSettingsGroupBox.Controls.Add(this.tooltipOnHoverLabel);
     this.audioSettingsGroupBox.Controls.Add(this.tooltipInfoComboBox);
     this.audioSettingsGroupBox.Controls.Add(this.switchCommunicationDeviceCheckBox);
     this.audioSettingsGroupBox.Controls.Add(this.selectSoundButton);
     this.audioSettingsGroupBox.Controls.Add(this.notificationLabel);
     this.audioSettingsGroupBox.Controls.Add(this.notificationComboBox);
     this.audioSettingsGroupBox.Location = new System.Drawing.Point(3, 90);
     this.audioSettingsGroupBox.Name     = "audioSettingsGroupBox";
     this.audioSettingsGroupBox.Size     = new System.Drawing.Size(410, 193);
     this.audioSettingsGroupBox.TabIndex = 13;
     this.audioSettingsGroupBox.TabStop  = false;
     this.audioSettingsGroupBox.Text     = "Audio Settings";
     //
     // foregroundAppCheckbox
     //
     this.foregroundAppCheckbox.AutoSize = true;
     this.foregroundAppCheckbox.Location = new System.Drawing.Point(6, 48);
     this.foregroundAppCheckbox.Name     = "foregroundAppCheckbox";
     this.foregroundAppCheckbox.Size     = new System.Drawing.Size(136, 17);
     this.foregroundAppCheckbox.TabIndex = 25;
     this.foregroundAppCheckbox.Text     = "Switch Foreground app";
     this.foregroundAppCheckbox.UseVisualStyleBackColor = true;
     this.foregroundAppCheckbox.CheckedChanged         += new System.EventHandler(this.ForegroundAppCheckbox_CheckedChanged);
     //
     // deleteSoundButton
     //
     this.deleteSoundButton.Image    = global::SoundSwitch.Properties.Resources.delete;
     this.deleteSoundButton.Location = new System.Drawing.Point(381, 69);
     this.deleteSoundButton.Name     = "deleteSoundButton";
     this.deleteSoundButton.Size     = new System.Drawing.Size(23, 23);
     this.deleteSoundButton.TabIndex = 24;
     this.deleteSoundButton.UseVisualStyleBackColor = true;
     this.deleteSoundButton.Visible = false;
     this.deleteSoundButton.Click  += new System.EventHandler(this.deleteSoundButton_Click);
     //
     // cycleThroughLabel
     //
     this.cycleThroughLabel.Location  = new System.Drawing.Point(-8, 145);
     this.cycleThroughLabel.Name      = "cycleThroughLabel";
     this.cycleThroughLabel.Size      = new System.Drawing.Size(100, 13);
     this.cycleThroughLabel.TabIndex  = 23;
     this.cycleThroughLabel.Text      = "Cycle through";
     this.cycleThroughLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // cycleThroughComboBox
     //
     this.cycleThroughComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cycleThroughComboBox.FormattingEnabled = true;
     this.cycleThroughComboBox.Location          = new System.Drawing.Point(98, 143);
     this.cycleThroughComboBox.Name                  = "cycleThroughComboBox";
     this.cycleThroughComboBox.Size                  = new System.Drawing.Size(247, 21);
     this.cycleThroughComboBox.TabIndex              = 22;
     this.cycleThroughComboBox.SelectedValueChanged += new System.EventHandler(this.cyclerComboBox_SelectedValueChanged);
     //
     // tooltipOnHoverLabel
     //
     this.tooltipOnHoverLabel.Location  = new System.Drawing.Point(-8, 109);
     this.tooltipOnHoverLabel.Name      = "tooltipOnHoverLabel";
     this.tooltipOnHoverLabel.Size      = new System.Drawing.Size(100, 13);
     this.tooltipOnHoverLabel.TabIndex  = 21;
     this.tooltipOnHoverLabel.Text      = "Tooltip on Hover";
     this.tooltipOnHoverLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tooltipInfoComboBox
     //
     this.tooltipInfoComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tooltipInfoComboBox.FormattingEnabled = true;
     this.tooltipInfoComboBox.Location          = new System.Drawing.Point(98, 107);
     this.tooltipInfoComboBox.Name                  = "tooltipInfoComboBox";
     this.tooltipInfoComboBox.Size                  = new System.Drawing.Size(247, 21);
     this.tooltipInfoComboBox.TabIndex              = 20;
     this.tooltipInfoComboBox.SelectedValueChanged += new System.EventHandler(this.tooltipInfoComboBox_SelectedValueChanged);
     //
     // selectSoundButton
     //
     this.selectSoundButton.Location = new System.Drawing.Point(351, 69);
     this.selectSoundButton.Name     = "selectSoundButton";
     this.selectSoundButton.Size     = new System.Drawing.Size(24, 23);
     this.selectSoundButton.TabIndex = 19;
     this.selectSoundButton.Text     = "...";
     this.selectSoundButton.UseVisualStyleBackColor = true;
     this.selectSoundButton.Visible = false;
     this.selectSoundButton.Click  += new System.EventHandler(this.selectSoundButton_Click);
     //
     // notificationLabel
     //
     this.notificationLabel.Location  = new System.Drawing.Point(-8, 73);
     this.notificationLabel.Name      = "notificationLabel";
     this.notificationLabel.Size      = new System.Drawing.Size(100, 13);
     this.notificationLabel.TabIndex  = 17;
     this.notificationLabel.Text      = "Notification";
     this.notificationLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // notificationComboBox
     //
     this.notificationComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.notificationComboBox.FormattingEnabled = true;
     this.notificationComboBox.Location          = new System.Drawing.Point(98, 71);
     this.notificationComboBox.Name                  = "notificationComboBox";
     this.notificationComboBox.Size                  = new System.Drawing.Size(247, 21);
     this.notificationComboBox.TabIndex              = 16;
     this.notificationComboBox.SelectedValueChanged += new System.EventHandler(this.notificationComboBox_SelectedValueChanged);
     //
     // basicSettingsGroupBox
     //
     this.basicSettingsGroupBox.Controls.Add(this.iconChangeLabel);
     this.basicSettingsGroupBox.Controls.Add(this.startWithWindowsCheckBox);
     this.basicSettingsGroupBox.Controls.Add(this.iconChangeChoicesComboBox);
     this.basicSettingsGroupBox.Location = new System.Drawing.Point(3, 3);
     this.basicSettingsGroupBox.Name     = "basicSettingsGroupBox";
     this.basicSettingsGroupBox.Size     = new System.Drawing.Size(410, 81);
     this.basicSettingsGroupBox.TabIndex = 0;
     this.basicSettingsGroupBox.TabStop  = false;
     this.basicSettingsGroupBox.Text     = "Basic Settings";
     //
     // iconChangeLabel
     //
     this.iconChangeLabel.Location = new System.Drawing.Point(3, 49);
     this.iconChangeLabel.Name     = "iconChangeLabel";
     this.iconChangeLabel.Size     = new System.Drawing.Size(89, 13);
     this.iconChangeLabel.TabIndex = 27;
     this.iconChangeLabel.Text     = "IconChange";
     //
     // iconChangeChoicesComboBox
     //
     this.iconChangeChoicesComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.iconChangeChoicesComboBox.FormattingEnabled = true;
     this.iconChangeChoicesComboBox.Location          = new System.Drawing.Point(98, 46);
     this.iconChangeChoicesComboBox.Name                  = "iconChangeChoicesComboBox";
     this.iconChangeChoicesComboBox.Size                  = new System.Drawing.Size(247, 21);
     this.iconChangeChoicesComboBox.TabIndex              = 26;
     this.iconChangeChoicesComboBox.SelectedIndexChanged += new System.EventHandler(this.iconChangeChoicesComboBox_SelectedIndexChanged);
     //
     // hotkeysLabel
     //
     this.hotkeysLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.hotkeysLabel.Location  = new System.Drawing.Point(-28, 424);
     this.hotkeysLabel.Name      = "hotkeysLabel";
     this.hotkeysLabel.Size      = new System.Drawing.Size(100, 13);
     this.hotkeysLabel.TabIndex  = 14;
     this.hotkeysLabel.Text      = "Hotkeys";
     this.hotkeysLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // selectSoundFileDialog
     //
     this.selectSoundFileDialog.FileName = "customSound";
     //
     // hotkeysCheckBox
     //
     this.hotkeysCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.hotkeysCheckBox.AutoSize = true;
     this.hotkeysCheckBox.Location = new System.Drawing.Point(233, 424);
     this.hotkeysCheckBox.Name     = "hotkeysCheckBox";
     this.hotkeysCheckBox.Size     = new System.Drawing.Size(15, 14);
     this.hotkeysCheckBox.TabIndex = 20;
     this.hotkeysCheckBox.UseVisualStyleBackColor = true;
     this.hotkeysCheckBox.CheckedChanged         += new System.EventHandler(this.hotkeysCheckbox_CheckedChanged);
     //
     // hotKeyControl
     //
     this.hotKeyControl.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.hotKeyControl.BackColor      = System.Drawing.Color.Transparent;
     this.hotKeyControl.Font           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hotKeyControl.ForceModifiers = false;
     hotKey1.Enabled                 = true;
     hotKey1.Keys                    = System.Windows.Forms.Keys.None;
     hotKey1.Modifier                = SoundSwitch.Common.WinApi.Keyboard.HotKey.ModifierKeys.None;
     this.hotKeyControl.HotKey       = hotKey1;
     this.hotKeyControl.Location     = new System.Drawing.Point(76, 420);
     this.hotKeyControl.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.hotKeyControl.Name         = "hotKeyControl";
     this.hotKeyControl.Size         = new System.Drawing.Size(151, 23);
     this.hotKeyControl.TabIndex     = 21;
     this.hotKeyControl.ToolTip      = null;
     this.hotKeyControl.HotKeyIsSet += new SoundSwitch.UI.UserControls.HotKeyControl.HotKeyIsSetEventHandler(this.hotKeyControl_HotKeyIsSet);
     //
     // SettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.closeButton;
     this.ClientSize          = new System.Drawing.Size(703, 464);
     this.Controls.Add(this.hotKeyControl);
     this.Controls.Add(this.hotkeysCheckBox);
     this.Controls.Add(this.hotkeysLabel);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.closeButton);
     this.MinimumSize = new System.Drawing.Size(595, 382);
     this.Name        = "SettingsForm";
     this.Text        = "Settings";
     this.tabControl.ResumeLayout(false);
     this.playbackTabPage.ResumeLayout(false);
     this.recordingTabPage.ResumeLayout(false);
     this.tabProfile.ResumeLayout(false);
     this.appSettingTabPage.ResumeLayout(false);
     this.languageGroupBox.ResumeLayout(false);
     this.updateSettingsGroupBox.ResumeLayout(false);
     this.updateSettingsGroupBox.PerformLayout();
     this.audioSettingsGroupBox.ResumeLayout(false);
     this.audioSettingsGroupBox.PerformLayout();
     this.basicSettingsGroupBox.ResumeLayout(false);
     this.basicSettingsGroupBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }