예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mpGroupBox1             = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.useExternalPlayerForDVD = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.parametersButton        = new MediaPortal.UserInterface.Controls.MPButton();
     this.parametersTextBox       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.fileNameButton  = new MediaPortal.UserInterface.Controls.MPButton();
     this.fileNameTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.button2         = new MediaPortal.UserInterface.Controls.MPButton();
     this.textBox1        = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.openFileDialog  = new System.Windows.Forms.OpenFileDialog();
     this.mpGroupBox3     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.useMediaInfo    = new System.Windows.Forms.CheckBox();
     this.mpGroupBox1.SuspendLayout();
     this.mpGroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // mpGroupBox1
     //
     this.mpGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox1.Controls.Add(this.useExternalPlayerForDVD);
     this.mpGroupBox1.Controls.Add(this.parametersButton);
     this.mpGroupBox1.Controls.Add(this.parametersTextBox);
     this.mpGroupBox1.Controls.Add(this.label2);
     this.mpGroupBox1.Controls.Add(this.fileNameButton);
     this.mpGroupBox1.Controls.Add(this.fileNameTextBox);
     this.mpGroupBox1.Controls.Add(this.label1);
     this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox1.Location  = new System.Drawing.Point(6, 73);
     this.mpGroupBox1.Name      = "mpGroupBox1";
     this.mpGroupBox1.Size      = new System.Drawing.Size(462, 161);
     this.mpGroupBox1.TabIndex  = 1;
     this.mpGroupBox1.TabStop   = false;
     this.mpGroupBox1.Text      = "External Player";
     //
     // useExternalPlayerForDVD
     //
     this.useExternalPlayerForDVD.AutoSize  = true;
     this.useExternalPlayerForDVD.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useExternalPlayerForDVD.Location  = new System.Drawing.Point(168, 19);
     this.useExternalPlayerForDVD.Name      = "useExternalPlayerForDVD";
     this.useExternalPlayerForDVD.Size      = new System.Drawing.Size(277, 17);
     this.useExternalPlayerForDVD.TabIndex  = 7;
     this.useExternalPlayerForDVD.Text      = "Use external player for DVDs (replaces internal player)";
     this.useExternalPlayerForDVD.UseVisualStyleBackColor = true;
     this.useExternalPlayerForDVD.CheckedChanged         += new System.EventHandler(this.useExternalPlayerForDVD_CheckedChanged);
     //
     // parametersButton
     //
     this.parametersButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersButton.Location = new System.Drawing.Point(374, 67);
     this.parametersButton.Name     = "parametersButton";
     this.parametersButton.Size     = new System.Drawing.Size(72, 22);
     this.parametersButton.TabIndex = 6;
     this.parametersButton.Text     = "List";
     this.parametersButton.UseVisualStyleBackColor = true;
     this.parametersButton.Click += new System.EventHandler(this.parametersButton_Click);
     //
     // parametersTextBox
     //
     this.parametersTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersTextBox.BorderColor = System.Drawing.Color.Empty;
     this.parametersTextBox.Location    = new System.Drawing.Point(168, 68);
     this.parametersTextBox.Name        = "parametersTextBox";
     this.parametersTextBox.Size        = new System.Drawing.Size(198, 20);
     this.parametersTextBox.TabIndex    = 5;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 15);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Parameters:";
     //
     // fileNameButton
     //
     this.fileNameButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameButton.Location = new System.Drawing.Point(374, 43);
     this.fileNameButton.Name     = "fileNameButton";
     this.fileNameButton.Size     = new System.Drawing.Size(72, 22);
     this.fileNameButton.TabIndex = 3;
     this.fileNameButton.Text     = "Browse";
     this.fileNameButton.UseVisualStyleBackColor = true;
     this.fileNameButton.Click += new System.EventHandler(this.fileNameButton_Click);
     //
     // fileNameTextBox
     //
     this.fileNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameTextBox.BorderColor = System.Drawing.Color.Empty;
     this.fileNameTextBox.Location    = new System.Drawing.Point(168, 44);
     this.fileNameTextBox.Name        = "fileNameTextBox";
     this.fileNameTextBox.Size        = new System.Drawing.Size(198, 20);
     this.fileNameTextBox.TabIndex    = 2;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Path/Filename:";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(0, 0);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 0;
     this.button2.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.BorderColor = System.Drawing.Color.Empty;
     this.textBox1.Location    = new System.Drawing.Point(0, 0);
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex    = 0;
     //
     // mpGroupBox3
     //
     this.mpGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox3.Controls.Add(this.useMediaInfo);
     this.mpGroupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox3.Location  = new System.Drawing.Point(6, 0);
     this.mpGroupBox3.Name      = "mpGroupBox3";
     this.mpGroupBox3.Size      = new System.Drawing.Size(462, 67);
     this.mpGroupBox3.TabIndex  = 0;
     this.mpGroupBox3.TabStop   = false;
     this.mpGroupBox3.Text      = "Settings";
     //
     // useMediaInfo
     //
     this.useMediaInfo.AutoSize  = true;
     this.useMediaInfo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useMediaInfo.Location  = new System.Drawing.Point(19, 30);
     this.useMediaInfo.Name      = "useMediaInfo";
     this.useMediaInfo.Size      = new System.Drawing.Size(301, 17);
     this.useMediaInfo.TabIndex  = 4;
     this.useMediaInfo.Text      = "Use MediaInfo for DVDs. This can slow down playing start!";
     this.useMediaInfo.UseVisualStyleBackColor = true;
     //
     // DVDPlayer
     //
     this.Controls.Add(this.mpGroupBox3);
     this.Controls.Add(this.mpGroupBox1);
     this.Name = "DVDPlayer";
     this.Size = new System.Drawing.Size(472, 408);
     this.mpGroupBox1.ResumeLayout(false);
     this.mpGroupBox1.PerformLayout();
     this.mpGroupBox3.ResumeLayout(false);
     this.mpGroupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._buttonCancel     = new MediaPortal.UserInterface.Controls.MPButton();
     this._labelName        = new MediaPortal.UserInterface.Controls.MPLabel();
     this._textBoxGenreName = new MediaPortal.UserInterface.Controls.MPTextBox();
     this._buttonAdd        = new MediaPortal.UserInterface.Controls.MPButton();
     this.SuspendLayout();
     //
     // _buttonCancel
     //
     this._buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this._buttonCancel.Location                = new System.Drawing.Point(292, 46);
     this._buttonCancel.Name                    = "_buttonCancel";
     this._buttonCancel.Size                    = new System.Drawing.Size(56, 23);
     this._buttonCancel.TabIndex                = 2;
     this._buttonCancel.Text                    = "Cancel";
     this._buttonCancel.UseVisualStyleBackColor = true;
     this._buttonCancel.Click                  += new System.EventHandler(this.buttonCancel_Click);
     //
     // _labelName
     //
     this._labelName.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._labelName.Location  = new System.Drawing.Point(28, 19);
     this._labelName.Name      = "_labelName";
     this._labelName.Size      = new System.Drawing.Size(38, 20);
     this._labelName.TabIndex  = 5;
     this._labelName.Text      = "Name:";
     this._labelName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _textBoxGenreName
     //
     this._textBoxGenreName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this._textBoxGenreName.BorderColor = System.Drawing.Color.Empty;
     this._textBoxGenreName.Location    = new System.Drawing.Point(72, 19);
     this._textBoxGenreName.Name        = "_textBoxGenreName";
     this._textBoxGenreName.Size        = new System.Drawing.Size(276, 20);
     this._textBoxGenreName.TabIndex    = 0;
     //
     // _buttonAdd
     //
     this._buttonAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonAdd.Location = new System.Drawing.Point(230, 46);
     this._buttonAdd.Name     = "_buttonAdd";
     this._buttonAdd.Size     = new System.Drawing.Size(56, 23);
     this._buttonAdd.TabIndex = 7;
     this._buttonAdd.Text     = "Add";
     this._buttonAdd.UseVisualStyleBackColor = true;
     this._buttonAdd.Click += new System.EventHandler(this._buttonAdd_Click);
     //
     // DlgAddGenre
     //
     this.AcceptButton        = this._buttonAdd;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this._buttonCancel;
     this.ClientSize          = new System.Drawing.Size(382, 81);
     this.Controls.Add(this._buttonAdd);
     this.Controls.Add(this._textBoxGenreName);
     this.Controls.Add(this._labelName);
     this.Controls.Add(this._buttonCancel);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(390, 115);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(390, 115);
     this.Name          = "DlgAddGenre";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Add New Genre";
     this.Load         += new System.EventHandler(this.DlgAddGenre_Load);
     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()
 {
     this.groupBox2                = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.comboDriveType           = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel3                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.resetButton              = new MediaPortal.UserInterface.Controls.MPButton();
     this.mpLabel2                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxExtensions        = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel1                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.buttonSelectFolder       = new MediaPortal.UserInterface.Controls.MPButton();
     this.comboDriveNo             = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.comboBoxDrive            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.textBoxDaemonTools       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label4                   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label3                   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1                   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxDaemonTools      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxAskBeforePlaying = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.comboDriveType);
     this.groupBox2.Controls.Add(this.mpLabel3);
     this.groupBox2.Controls.Add(this.resetButton);
     this.groupBox2.Controls.Add(this.mpLabel2);
     this.groupBox2.Controls.Add(this.textBoxExtensions);
     this.groupBox2.Controls.Add(this.mpLabel1);
     this.groupBox2.Controls.Add(this.buttonSelectFolder);
     this.groupBox2.Controls.Add(this.comboDriveNo);
     this.groupBox2.Controls.Add(this.comboBoxDrive);
     this.groupBox2.Controls.Add(this.textBoxDaemonTools);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.checkBoxDaemonTools);
     this.groupBox2.Controls.Add(this.checkBoxAskBeforePlaying);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(0, 0);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(472, 233);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Settings";
     //
     // comboDriveType
     //
     this.comboDriveType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.comboDriveType.BorderColor               = System.Drawing.Color.Empty;
     this.comboDriveType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDriveType.Location                  = new System.Drawing.Point(168, 118);
     this.comboDriveType.Name                      = "comboDriveType";
     this.comboDriveType.Size                      = new System.Drawing.Size(288, 21);
     this.comboDriveType.TabIndex                  = 14;
     this.comboDriveType.SelectionChangeCommitted += new System.EventHandler(this.comboDriveType_SelectionChangeCommitted);
     //
     // mpLabel3
     //
     this.mpLabel3.AutoSize = true;
     this.mpLabel3.Location = new System.Drawing.Point(16, 121);
     this.mpLabel3.Name     = "mpLabel3";
     this.mpLabel3.Size     = new System.Drawing.Size(62, 13);
     this.mpLabel3.TabIndex = 13;
     this.mpLabel3.Text     = "Drive Type:";
     //
     // resetButton
     //
     this.resetButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.resetButton.Location = new System.Drawing.Point(384, 152);
     this.resetButton.Name     = "resetButton";
     this.resetButton.Size     = new System.Drawing.Size(72, 50);
     this.resetButton.TabIndex = 12;
     this.resetButton.Text     = "Default";
     this.resetButton.UseVisualStyleBackColor = true;
     this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
     //
     // mpLabel2
     //
     this.mpLabel2.AutoSize = true;
     this.mpLabel2.Location = new System.Drawing.Point(16, 206);
     this.mpLabel2.Name     = "mpLabel2";
     this.mpLabel2.Size     = new System.Drawing.Size(367, 13);
     this.mpLabel2.TabIndex = 11;
     this.mpLabel2.Text     = "Supported tools: Windows native ISO, Virtual CloneDrive and Daemon Tools";
     //
     // textBoxExtensions
     //
     this.textBoxExtensions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxExtensions.BorderColor = System.Drawing.Color.Empty;
     this.textBoxExtensions.Location    = new System.Drawing.Point(168, 151);
     this.textBoxExtensions.Name        = "textBoxExtensions";
     this.textBoxExtensions.Size        = new System.Drawing.Size(208, 20);
     this.textBoxExtensions.TabIndex    = 10;
     //
     // mpLabel1
     //
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(16, 155);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(96, 13);
     this.mpLabel1.TabIndex = 9;
     this.mpLabel1.Text     = "Supported Images:";
     //
     // buttonSelectFolder
     //
     this.buttonSelectFolder.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSelectFolder.Location = new System.Drawing.Point(384, 43);
     this.buttonSelectFolder.Name     = "buttonSelectFolder";
     this.buttonSelectFolder.Size     = new System.Drawing.Size(72, 22);
     this.buttonSelectFolder.TabIndex = 3;
     this.buttonSelectFolder.Text     = "Browse";
     this.buttonSelectFolder.UseVisualStyleBackColor = true;
     this.buttonSelectFolder.Click += new System.EventHandler(this.buttonSelectFolder_Click);
     //
     // comboDriveNo
     //
     this.comboDriveNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.comboDriveNo.BorderColor   = System.Drawing.Color.Empty;
     this.comboDriveNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDriveNo.Items.AddRange(new object[] {
         "0",
         "1",
         "2",
         "3"
     });
     this.comboDriveNo.Location = new System.Drawing.Point(168, 92);
     this.comboDriveNo.Name     = "comboDriveNo";
     this.comboDriveNo.Size     = new System.Drawing.Size(288, 21);
     this.comboDriveNo.TabIndex = 7;
     //
     // comboBoxDrive
     //
     this.comboBoxDrive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxDrive.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDrive.Location      = new System.Drawing.Point(168, 68);
     this.comboBoxDrive.Name          = "comboBoxDrive";
     this.comboBoxDrive.Size          = new System.Drawing.Size(288, 21);
     this.comboBoxDrive.TabIndex      = 5;
     //
     // textBoxDaemonTools
     //
     this.textBoxDaemonTools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxDaemonTools.BorderColor = System.Drawing.Color.Empty;
     this.textBoxDaemonTools.Location    = new System.Drawing.Point(168, 44);
     this.textBoxDaemonTools.Name        = "textBoxDaemonTools";
     this.textBoxDaemonTools.Size        = new System.Drawing.Size(208, 20);
     this.textBoxDaemonTools.TabIndex    = 2;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(16, 96);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(75, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Drive Number:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(16, 48);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(55, 13);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Drive tool:";
     //
     // label1
     //
     this.label1.AutoSize    = true;
     this.label1.Location    = new System.Drawing.Point(16, 72);
     this.label1.Name        = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size        = new System.Drawing.Size(65, 13);
     this.label1.TabIndex    = 4;
     this.label1.Text        = "Virtual drive:";
     //
     // checkBoxDaemonTools
     //
     this.checkBoxDaemonTools.AutoSize  = true;
     this.checkBoxDaemonTools.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxDaemonTools.Location  = new System.Drawing.Point(168, 20);
     this.checkBoxDaemonTools.Name      = "checkBoxDaemonTools";
     this.checkBoxDaemonTools.Size      = new System.Drawing.Size(127, 17);
     this.checkBoxDaemonTools.TabIndex  = 0;
     this.checkBoxDaemonTools.Text      = "Automount image files";
     this.checkBoxDaemonTools.UseVisualStyleBackColor = true;
     this.checkBoxDaemonTools.CheckedChanged         += new System.EventHandler(this.checkBoxDaemonTools_CheckedChanged);
     //
     // checkBoxAskBeforePlaying
     //
     this.checkBoxAskBeforePlaying.AutoSize  = true;
     this.checkBoxAskBeforePlaying.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAskBeforePlaying.Location  = new System.Drawing.Point(168, 180);
     this.checkBoxAskBeforePlaying.Name      = "checkBoxAskBeforePlaying";
     this.checkBoxAskBeforePlaying.Size      = new System.Drawing.Size(163, 17);
     this.checkBoxAskBeforePlaying.TabIndex  = 8;
     this.checkBoxAskBeforePlaying.Text      = "Ask before playing image files";
     this.checkBoxAskBeforePlaying.UseVisualStyleBackColor = true;
     //
     // GeneralDaemonTools
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.groupBox2);
     this.Name = "GeneralDaemonTools";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonDelete        = new MPButton();
     this.buttonEdit          = new MPButton();
     this.listBox             = new ListBox();
     this.buttonAdd           = new MPButton();
     this.button3             = new MPButton();
     this.checkAutoRefresh    = new MPCheckBox();
     this.labelRefresh        = new MPLabel();
     this.textRefreshInterval = new MPTextBox();
     this.mpGroupBox1         = new MPGroupBox();
     this.mpGroupBox2         = new MPGroupBox();
     this.mpGroupBox1.SuspendLayout();
     this.mpGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonDelete
     //
     this.buttonDelete.Anchor   = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
     this.buttonDelete.Location = new Point(368, 185);
     this.buttonDelete.Name     = "buttonDelete";
     this.buttonDelete.Size     = new Size(88, 23);
     this.buttonDelete.TabIndex = 3;
     this.buttonDelete.Text     = "Delete Site";
     this.buttonDelete.UseVisualStyleBackColor = true;
     this.buttonDelete.Click += new EventHandler(this.deleteSite);
     //
     // buttonEdit
     //
     this.buttonEdit.Anchor   = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
     this.buttonEdit.Location = new Point(274, 185);
     this.buttonEdit.Name     = "buttonEdit";
     this.buttonEdit.Size     = new Size(88, 23);
     this.buttonEdit.TabIndex = 2;
     this.buttonEdit.Text     = "Edit Site";
     this.buttonEdit.UseVisualStyleBackColor = true;
     this.buttonEdit.Click += new EventHandler(this.editSite);
     //
     // listBox
     //
     this.listBox.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
                                             | AnchorStyles.Left)
                                            | AnchorStyles.Right)));
     this.listBox.Location = new Point(6, 19);
     this.listBox.Name     = "listBox";
     this.listBox.Size     = new Size(450, 147);
     this.listBox.TabIndex = 5;
     //
     // buttonAdd
     //
     this.buttonAdd.Anchor   = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
     this.buttonAdd.Location = new Point(180, 185);
     this.buttonAdd.Name     = "buttonAdd";
     this.buttonAdd.Size     = new Size(88, 23);
     this.buttonAdd.TabIndex = 1;
     this.buttonAdd.Text     = "Add Site";
     this.buttonAdd.UseVisualStyleBackColor = true;
     this.buttonAdd.Click += new EventHandler(this.addSite);
     //
     // button3
     //
     this.button3.Anchor                  = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
     this.button3.DialogResult            = DialogResult.Cancel;
     this.button3.Location                = new Point(402, 279);
     this.button3.Name                    = "button3";
     this.button3.Size                    = new Size(72, 22);
     this.button3.TabIndex                = 12;
     this.button3.Text                    = "&Done";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click                  += new EventHandler(this.button3_Click);
     //
     // checkAutoRefresh
     //
     this.checkAutoRefresh.AutoSize  = true;
     this.checkAutoRefresh.FlatStyle = FlatStyle.Popup;
     this.checkAutoRefresh.Location  = new Point(6, 19);
     this.checkAutoRefresh.Name      = "checkAutoRefresh";
     this.checkAutoRefresh.Size      = new Size(122, 17);
     this.checkAutoRefresh.TabIndex  = 4;
     this.checkAutoRefresh.Text      = "Auto refresh enabled";
     this.checkAutoRefresh.UseVisualStyleBackColor = true;
     //
     // labelRefresh
     //
     this.labelRefresh.AutoSize  = true;
     this.labelRefresh.Location  = new Point(21, 43);
     this.labelRefresh.Name      = "labelRefresh";
     this.labelRefresh.Size      = new Size(109, 13);
     this.labelRefresh.TabIndex  = 13;
     this.labelRefresh.Text      = "Refresh interval (min):";
     this.labelRefresh.TextAlign = ContentAlignment.MiddleLeft;
     //
     // textRefreshInterval
     //
     this.textRefreshInterval.BorderColor = Color.Empty;
     this.textRefreshInterval.Location    = new Point(142, 40);
     this.textRefreshInterval.Name        = "textRefreshInterval";
     this.textRefreshInterval.Size        = new Size(53, 20);
     this.textRefreshInterval.TabIndex    = 14;
     this.textRefreshInterval.Text        = "15";
     this.textRefreshInterval.TextAlign   = HorizontalAlignment.Center;
     //
     // mpGroupBox1
     //
     this.mpGroupBox1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
                                                 | AnchorStyles.Left)
                                                | AnchorStyles.Right)));
     this.mpGroupBox1.Controls.Add(this.listBox);
     this.mpGroupBox1.Controls.Add(this.buttonAdd);
     this.mpGroupBox1.Controls.Add(this.buttonEdit);
     this.mpGroupBox1.Controls.Add(this.buttonDelete);
     this.mpGroupBox1.FlatStyle = FlatStyle.Popup;
     this.mpGroupBox1.Location  = new Point(12, 11);
     this.mpGroupBox1.Name      = "mpGroupBox1";
     this.mpGroupBox1.Size      = new Size(462, 213);
     this.mpGroupBox1.TabIndex  = 15;
     this.mpGroupBox1.TabStop   = false;
     this.mpGroupBox1.Text      = "Add news sites here and edit their options";
     //
     // mpGroupBox2
     //
     this.mpGroupBox2.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Left)));
     this.mpGroupBox2.Controls.Add(this.labelRefresh);
     this.mpGroupBox2.Controls.Add(this.checkAutoRefresh);
     this.mpGroupBox2.Controls.Add(this.textRefreshInterval);
     this.mpGroupBox2.FlatStyle = FlatStyle.Popup;
     this.mpGroupBox2.Location  = new Point(12, 230);
     this.mpGroupBox2.Name      = "mpGroupBox2";
     this.mpGroupBox2.Size      = new Size(215, 71);
     this.mpGroupBox2.TabIndex  = 16;
     this.mpGroupBox2.TabStop   = false;
     this.mpGroupBox2.Text      = "Auto refresh settings";
     //
     // SetupForm
     //
     this.AcceptButton        = this.button3;
     this.AutoScaleDimensions = new SizeF(6F, 13F);
     this.CancelButton        = this.button3;
     this.ClientSize          = new Size(486, 313);
     this.Controls.Add(this.mpGroupBox2);
     this.Controls.Add(this.mpGroupBox1);
     this.Controls.Add(this.button3);
     this.FormBorderStyle = FormBorderStyle.FixedDialog;
     this.Name            = "SetupForm";
     this.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "RSS News - Setup";
     this.Load           += new EventHandler(this.SetupForm_Load);
     this.mpGroupBox1.ResumeLayout(false);
     this.mpGroupBox2.ResumeLayout(false);
     this.mpGroupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.comboBoxDateAdded             = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.lblDate                       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBoxUseAlbumThumbs        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxCreateGenre           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCreateFolderThumb     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCreateArtist          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxUseForThumbs          = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxAllImages             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxUseFolderThumb        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.buildThumbsCheckBox           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.tbPrefixes                    = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.checkBoxStripArtistPrefix     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxUpdateSinceLastImport = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.monitorSharesCheckBox         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.folderAsAlbumCheckBox         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.startButton                   = new MediaPortal.UserInterface.Controls.MPButton();
     this.sharesListBox                 = new System.Windows.Forms.CheckedListBox();
     this.groupBox2                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.fileLabel                     = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1.SuspendLayout();
     this.groupBoxUseAlbumThumbs.SuspendLayout();
     this.groupBoxUseForThumbs.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.comboBoxDateAdded);
     this.groupBox1.Controls.Add(this.lblDate);
     this.groupBox1.Controls.Add(this.groupBoxUseAlbumThumbs);
     this.groupBox1.Controls.Add(this.groupBoxUseForThumbs);
     this.groupBox1.Controls.Add(this.tbPrefixes);
     this.groupBox1.Controls.Add(this.checkBoxStripArtistPrefix);
     this.groupBox1.Controls.Add(this.checkBoxUpdateSinceLastImport);
     this.groupBox1.Controls.Add(this.monitorSharesCheckBox);
     this.groupBox1.Controls.Add(this.folderAsAlbumCheckBox);
     this.groupBox1.Controls.Add(this.startButton);
     this.groupBox1.Controls.Add(this.sharesListBox);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(6, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(462, 339);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Scan music folders";
     //
     // comboBoxDateAdded
     //
     this.comboBoxDateAdded.BorderColor       = System.Drawing.Color.Empty;
     this.comboBoxDateAdded.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDateAdded.FormattingEnabled = true;
     this.comboBoxDateAdded.Items.AddRange(new object[]
     {
         "Current Date",
         "Creation Date",
         "Last Write Date"
     });
     this.comboBoxDateAdded.Location = new System.Drawing.Point(246, 257);
     this.comboBoxDateAdded.Name     = "comboBoxDateAdded";
     this.comboBoxDateAdded.Size     = new System.Drawing.Size(210, 21);
     this.comboBoxDateAdded.TabIndex = 16;
     //
     // lblDate
     //
     this.lblDate.AutoSize = true;
     this.lblDate.Location = new System.Drawing.Point(16, 261);
     this.lblDate.Name     = "lblDate";
     this.lblDate.Size     = new System.Drawing.Size(226, 13);
     this.lblDate.TabIndex = 15;
     this.lblDate.Text     = "Set date in database for new/changed files to:";
     //
     // groupBoxUseAlbumThumbs
     //
     this.groupBoxUseAlbumThumbs.Controls.Add(this.checkBoxCreateGenre);
     this.groupBoxUseAlbumThumbs.Controls.Add(this.checkBoxCreateFolderThumb);
     this.groupBoxUseAlbumThumbs.Controls.Add(this.checkBoxCreateArtist);
     this.groupBoxUseAlbumThumbs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxUseAlbumThumbs.Location  = new System.Drawing.Point(246, 156);
     this.groupBoxUseAlbumThumbs.Name      = "groupBoxUseAlbumThumbs";
     this.groupBoxUseAlbumThumbs.Size      = new System.Drawing.Size(210, 96);
     this.groupBoxUseAlbumThumbs.TabIndex  = 14;
     this.groupBoxUseAlbumThumbs.TabStop   = false;
     this.groupBoxUseAlbumThumbs.Text      = "Use existing album thumbs to:";
     //
     // checkBoxCreateGenre
     //
     this.checkBoxCreateGenre.AutoSize   = true;
     this.checkBoxCreateGenre.Checked    = true;
     this.checkBoxCreateGenre.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxCreateGenre.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxCreateGenre.Location   = new System.Drawing.Point(15, 22);
     this.checkBoxCreateGenre.Name       = "checkBoxCreateGenre";
     this.checkBoxCreateGenre.Size       = new System.Drawing.Size(161, 17);
     this.checkBoxCreateGenre.TabIndex   = 7;
     this.checkBoxCreateGenre.Text       = "create genre preview thumbs";
     this.checkBoxCreateGenre.UseVisualStyleBackColor = true;
     //
     // checkBoxCreateFolderThumb
     //
     this.checkBoxCreateFolderThumb.AutoSize  = true;
     this.checkBoxCreateFolderThumb.Enabled   = false;
     this.checkBoxCreateFolderThumb.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxCreateFolderThumb.Location  = new System.Drawing.Point(15, 68);
     this.checkBoxCreateFolderThumb.Name      = "checkBoxCreateFolderThumb";
     this.checkBoxCreateFolderThumb.Size      = new System.Drawing.Size(137, 17);
     this.checkBoxCreateFolderThumb.TabIndex  = 9;
     this.checkBoxCreateFolderThumb.Text      = "create missing folder.jpg";
     this.checkBoxCreateFolderThumb.UseVisualStyleBackColor = true;
     //
     // checkBoxCreateArtist
     //
     this.checkBoxCreateArtist.AutoSize  = true;
     this.checkBoxCreateArtist.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxCreateArtist.Location  = new System.Drawing.Point(15, 45);
     this.checkBoxCreateArtist.Name      = "checkBoxCreateArtist";
     this.checkBoxCreateArtist.Size      = new System.Drawing.Size(156, 17);
     this.checkBoxCreateArtist.TabIndex  = 8;
     this.checkBoxCreateArtist.Text      = "create artist preview thumbs";
     this.checkBoxCreateArtist.UseVisualStyleBackColor = true;
     //
     // groupBoxUseForThumbs
     //
     this.groupBoxUseForThumbs.Controls.Add(this.checkBoxAllImages);
     this.groupBoxUseForThumbs.Controls.Add(this.checkBoxUseFolderThumb);
     this.groupBoxUseForThumbs.Controls.Add(this.buildThumbsCheckBox);
     this.groupBoxUseForThumbs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxUseForThumbs.Location  = new System.Drawing.Point(16, 156);
     this.groupBoxUseForThumbs.Name      = "groupBoxUseForThumbs";
     this.groupBoxUseForThumbs.Size      = new System.Drawing.Size(210, 96);
     this.groupBoxUseForThumbs.TabIndex  = 13;
     this.groupBoxUseForThumbs.TabStop   = false;
     this.groupBoxUseForThumbs.Text      = "Use for thumb creation:";
     //
     // checkBoxAllImages
     //
     this.checkBoxAllImages.AutoSize   = true;
     this.checkBoxAllImages.Checked    = true;
     this.checkBoxAllImages.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAllImages.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAllImages.Location   = new System.Drawing.Point(15, 45);
     this.checkBoxAllImages.Name       = "checkBoxAllImages";
     this.checkBoxAllImages.Size       = new System.Drawing.Size(181, 17);
     this.checkBoxAllImages.TabIndex   = 5;
     this.checkBoxAllImages.Text       = "*.png, *.jpg (prefers \"front\" cover)";
     this.checkBoxAllImages.UseVisualStyleBackColor = true;
     //
     // checkBoxUseFolderThumb
     //
     this.checkBoxUseFolderThumb.AutoSize   = true;
     this.checkBoxUseFolderThumb.Checked    = true;
     this.checkBoxUseFolderThumb.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxUseFolderThumb.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxUseFolderThumb.Location   = new System.Drawing.Point(15, 22);
     this.checkBoxUseFolderThumb.Name       = "checkBoxUseFolderThumb";
     this.checkBoxUseFolderThumb.Size       = new System.Drawing.Size(143, 17);
     this.checkBoxUseFolderThumb.TabIndex   = 4;
     this.checkBoxUseFolderThumb.Text       = "folder.jpg (recommended)";
     this.checkBoxUseFolderThumb.UseVisualStyleBackColor = true;
     this.checkBoxUseFolderThumb.CheckedChanged         += new System.EventHandler(this.checkBoxUseFolderThumb_CheckedChanged);
     //
     // buildThumbsCheckBox
     //
     this.buildThumbsCheckBox.AutoSize  = true;
     this.buildThumbsCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buildThumbsCheckBox.Location  = new System.Drawing.Point(15, 68);
     this.buildThumbsCheckBox.Name      = "buildThumbsCheckBox";
     this.buildThumbsCheckBox.Size      = new System.Drawing.Size(177, 17);
     this.buildThumbsCheckBox.TabIndex  = 6;
     this.buildThumbsCheckBox.Text      = "cover art embedded in ID3-Tags";
     this.buildThumbsCheckBox.UseVisualStyleBackColor = true;
     //
     // tbPrefixes
     //
     this.tbPrefixes.BorderColor = System.Drawing.Color.Empty;
     this.tbPrefixes.Location    = new System.Drawing.Point(301, 109);
     this.tbPrefixes.Name        = "tbPrefixes";
     this.tbPrefixes.Size        = new System.Drawing.Size(155, 20);
     this.tbPrefixes.TabIndex    = 2;
     //
     // checkBoxStripArtistPrefix
     //
     this.checkBoxStripArtistPrefix.AutoSize  = true;
     this.checkBoxStripArtistPrefix.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStripArtistPrefix.Location  = new System.Drawing.Point(16, 110);
     this.checkBoxStripArtistPrefix.Name      = "checkBoxStripArtistPrefix";
     this.checkBoxStripArtistPrefix.Size      = new System.Drawing.Size(279, 17);
     this.checkBoxStripArtistPrefix.TabIndex  = 1;
     this.checkBoxStripArtistPrefix.Text      = "Strip artist prefix (i.e. \"The Beatles\" ->  \"Beatles, The\")";
     this.checkBoxStripArtistPrefix.UseVisualStyleBackColor = true;
     //
     // checkBoxUpdateSinceLastImport
     //
     this.checkBoxUpdateSinceLastImport.AutoSize   = true;
     this.checkBoxUpdateSinceLastImport.Checked    = true;
     this.checkBoxUpdateSinceLastImport.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxUpdateSinceLastImport.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxUpdateSinceLastImport.Location   = new System.Drawing.Point(19, 287);
     this.checkBoxUpdateSinceLastImport.Name       = "checkBoxUpdateSinceLastImport";
     this.checkBoxUpdateSinceLastImport.Size       = new System.Drawing.Size(178, 17);
     this.checkBoxUpdateSinceLastImport.TabIndex   = 10;
     this.checkBoxUpdateSinceLastImport.Text       = "Only update new / changed files";
     this.checkBoxUpdateSinceLastImport.UseVisualStyleBackColor = true;
     //
     // monitorSharesCheckBox
     //
     this.monitorSharesCheckBox.AutoSize  = true;
     this.monitorSharesCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.monitorSharesCheckBox.Location  = new System.Drawing.Point(19, 311);
     this.monitorSharesCheckBox.Name      = "monitorSharesCheckBox";
     this.monitorSharesCheckBox.Size      = new System.Drawing.Size(199, 17);
     this.monitorSharesCheckBox.TabIndex  = 11;
     this.monitorSharesCheckBox.Text      = "Auto-update DB on changes in share";
     this.monitorSharesCheckBox.UseVisualStyleBackColor = true;
     this.monitorSharesCheckBox.CheckedChanged         += new System.EventHandler(this.monitorSharesCheckBox_CheckedChanged);
     //
     // folderAsAlbumCheckBox
     //
     this.folderAsAlbumCheckBox.AutoSize  = true;
     this.folderAsAlbumCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.folderAsAlbumCheckBox.Location  = new System.Drawing.Point(16, 133);
     this.folderAsAlbumCheckBox.Name      = "folderAsAlbumCheckBox";
     this.folderAsAlbumCheckBox.Size      = new System.Drawing.Size(243, 17);
     this.folderAsAlbumCheckBox.TabIndex  = 3;
     this.folderAsAlbumCheckBox.Text      = "Treat tracks in an individual folder as an album";
     this.folderAsAlbumCheckBox.UseVisualStyleBackColor = true;
     this.folderAsAlbumCheckBox.CheckedChanged         += new System.EventHandler(this.folderAsAlbumCheckBox_CheckedChanged);
     //
     // startButton
     //
     this.startButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.startButton.Location = new System.Drawing.Point(236, 307);
     this.startButton.Name     = "startButton";
     this.startButton.Size     = new System.Drawing.Size(210, 22);
     this.startButton.TabIndex = 12;
     this.startButton.Text     = "Update database from selected shares";
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.startButton_Click);
     //
     // sharesListBox
     //
     this.sharesListBox.CheckOnClick          = true;
     this.sharesListBox.Location              = new System.Drawing.Point(16, 24);
     this.sharesListBox.Name                  = "sharesListBox";
     this.sharesListBox.Size                  = new System.Drawing.Size(440, 79);
     this.sharesListBox.TabIndex              = 0;
     this.sharesListBox.SelectedIndexChanged += new System.EventHandler(this.sharesListBox_SelectedIndexChanged);
     this.sharesListBox.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.sharesListBox_ItemCheck);
     this.sharesListBox.DoubleClick          += new System.EventHandler(this.sharesListBox_DoubleClick);
     //
     // groupBox2
     //
     this.groupBox2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.fileLabel);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(0, 345);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(472, 51);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Progress";
     //
     // fileLabel
     //
     this.fileLabel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.fileLabel.Location = new System.Drawing.Point(16, 23);
     this.fileLabel.Name     = "fileLabel";
     this.fileLabel.Size     = new System.Drawing.Size(440, 16);
     this.fileLabel.TabIndex = 0;
     //
     // MusicDatabase
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "MusicDatabase";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBoxUseAlbumThumbs.ResumeLayout(false);
     this.groupBoxUseAlbumThumbs.PerformLayout();
     this.groupBoxUseForThumbs.ResumeLayout(false);
     this.groupBoxUseForThumbs.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.chkAutoHide             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.buttonOk                = new MediaPortal.UserInterface.Controls.MPButton();
     this.label2                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textTimeOut             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.chkOverrideSkinAutoHide = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.buttonCancel            = new MediaPortal.UserInterface.Controls.MPButton();
     this.SuspendLayout();
     //
     // chkAutoHide
     //
     this.chkAutoHide.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.chkAutoHide.AutoSize  = true;
     this.chkAutoHide.Enabled   = false;
     this.chkAutoHide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkAutoHide.Location  = new System.Drawing.Point(16, 40);
     this.chkAutoHide.Name      = "chkAutoHide";
     this.chkAutoHide.Size      = new System.Drawing.Size(66, 17);
     this.chkAutoHide.TabIndex  = 1;
     this.chkAutoHide.Text      = "Autohide";
     this.chkAutoHide.UseVisualStyleBackColor = true;
     //
     // buttonOk
     //
     this.buttonOk.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOk.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonOk.Location                = new System.Drawing.Point(73, 124);
     this.buttonOk.Name                    = "buttonOk";
     this.buttonOk.Size                    = new System.Drawing.Size(75, 23);
     this.buttonOk.TabIndex                = 3;
     this.buttonOk.Text                    = "&OK";
     this.buttonOk.UseVisualStyleBackColor = true;
     this.buttonOk.Click                  += new System.EventHandler(this.buttonOk_Click);
     //
     // label2
     //
     this.label2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(137, 76);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 24);
     this.label2.TabIndex = 3;
     this.label2.Text     = "sec.";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13, 76);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 24);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Timeout:";
     //
     // textTimeOut
     //
     this.textTimeOut.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textTimeOut.BorderColor = System.Drawing.Color.Empty;
     this.textTimeOut.Location    = new System.Drawing.Point(83, 73);
     this.textTimeOut.Name        = "textTimeOut";
     this.textTimeOut.Size        = new System.Drawing.Size(48, 20);
     this.textTimeOut.TabIndex    = 2;
     this.textTimeOut.Text        = "15";
     //
     // chkOverrideSkinAutoHide
     //
     this.chkOverrideSkinAutoHide.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.chkOverrideSkinAutoHide.AutoSize  = true;
     this.chkOverrideSkinAutoHide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkOverrideSkinAutoHide.Location  = new System.Drawing.Point(16, 16);
     this.chkOverrideSkinAutoHide.Name      = "chkOverrideSkinAutoHide";
     this.chkOverrideSkinAutoHide.Size      = new System.Drawing.Size(184, 17);
     this.chkOverrideSkinAutoHide.TabIndex  = 0;
     this.chkOverrideSkinAutoHide.Text      = "Override skin \"AutoHide\" setting";
     this.chkOverrideSkinAutoHide.UseVisualStyleBackColor = true;
     this.chkOverrideSkinAutoHide.CheckedChanged         += new System.EventHandler(this.chkOverrideSkinAutoHide_CheckedChanged);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(154, 124);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex                = 4;
     this.buttonCancel.Text                    = "&Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click                  += new System.EventHandler(this.buttonCancel_Click);
     //
     // TopBarSetupForm
     //
     this.AcceptButton        = this.buttonOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(241, 159);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.chkOverrideSkinAutoHide);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textTimeOut);
     this.Controls.Add(this.chkAutoHide);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "TopBarSetupForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Topbar - Setup";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.cmdTest   = new MediaPortal.UserInterface.Controls.MPButton();
     this.label2    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.testRedeyeChannelsTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.buttonIRDA        = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonRC5         = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonSKY         = new MediaPortal.UserInterface.Controls.MPButton();
     this.label7            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label6            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.CommandDelayCombo = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label1            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.CommPortCombo     = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.inputCheckBox     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.infoTextBox       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.groupBox2         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.statusLabel       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox3         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.cmdTest);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.testRedeyeChannelsTextBox);
     this.groupBox1.Controls.Add(this.buttonIRDA);
     this.groupBox1.Controls.Add(this.buttonRC5);
     this.groupBox1.Controls.Add(this.buttonSKY);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.CommandDelayCombo);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.CommPortCombo);
     this.groupBox1.Controls.Add(this.inputCheckBox);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(6, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(462, 184);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "General settings";
     //
     // cmdTest
     //
     this.cmdTest.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdTest.Location = new System.Drawing.Point(374, 152);
     this.cmdTest.Name     = "cmdTest";
     this.cmdTest.Size     = new System.Drawing.Size(72, 22);
     this.cmdTest.TabIndex = 11;
     this.cmdTest.Text     = "Test";
     this.cmdTest.UseVisualStyleBackColor = true;
     this.cmdTest.Click += new System.EventHandler(this.cmdTest_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 128);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Channels:";
     //
     // testRedeyeChannelsTextBox
     //
     this.testRedeyeChannelsTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.testRedeyeChannelsTextBox.BorderColor = System.Drawing.Color.Empty;
     this.testRedeyeChannelsTextBox.Location    = new System.Drawing.Point(168, 124);
     this.testRedeyeChannelsTextBox.MaxLength   = 3;
     this.testRedeyeChannelsTextBox.Name        = "testRedeyeChannelsTextBox";
     this.testRedeyeChannelsTextBox.Size        = new System.Drawing.Size(278, 20);
     this.testRedeyeChannelsTextBox.TabIndex    = 10;
     //
     // buttonIRDA
     //
     this.buttonIRDA.Location = new System.Drawing.Point(167, 50);
     this.buttonIRDA.Name     = "buttonIRDA";
     this.buttonIRDA.Size     = new System.Drawing.Size(72, 23);
     this.buttonIRDA.TabIndex = 2;
     this.buttonIRDA.Text     = "IRDA";
     this.buttonIRDA.UseVisualStyleBackColor = true;
     this.buttonIRDA.Click += new System.EventHandler(this.buttonIRDA_Click);
     //
     // buttonRC5
     //
     this.buttonRC5.Location = new System.Drawing.Point(247, 50);
     this.buttonRC5.Name     = "buttonRC5";
     this.buttonRC5.Size     = new System.Drawing.Size(72, 23);
     this.buttonRC5.TabIndex = 3;
     this.buttonRC5.Text     = "RC5";
     this.buttonRC5.UseVisualStyleBackColor = true;
     this.buttonRC5.Click += new System.EventHandler(this.buttonRC5_Click);
     //
     // buttonSKY
     //
     this.buttonSKY.Location = new System.Drawing.Point(327, 50);
     this.buttonSKY.Name     = "buttonSKY";
     this.buttonSKY.Size     = new System.Drawing.Size(72, 23);
     this.buttonSKY.TabIndex = 4;
     this.buttonSKY.Text     = "SKY";
     this.buttonSKY.UseVisualStyleBackColor = true;
     this.buttonSKY.Click += new System.EventHandler(this.buttonSKY_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(16, 56);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(64, 16);
     this.label7.TabIndex = 1;
     this.label7.Text     = "Signal Type:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 104);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(72, 16);
     this.label6.TabIndex = 7;
     this.label6.Text     = "Delay (msec.):";
     //
     // CommandDelayCombo
     //
     this.CommandDelayCombo.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.CommandDelayCombo.BorderColor   = System.Drawing.Color.Empty;
     this.CommandDelayCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CommandDelayCombo.Items.AddRange(new object[]
     {
         "150",
         "200",
         "250",
         "300",
         "350",
         "400",
         "450",
         "500",
         "550",
         "600",
         "650",
         "700",
         "750",
         "800",
         "850",
         "900",
         "950",
         "1000",
         "1050",
         "1100",
         "1150",
         "1200"
     });
     this.CommandDelayCombo.Location              = new System.Drawing.Point(168, 100);
     this.CommandDelayCombo.Name                  = "CommandDelayCombo";
     this.CommandDelayCombo.Size                  = new System.Drawing.Size(278, 21);
     this.CommandDelayCombo.TabIndex              = 8;
     this.CommandDelayCombo.SelectedIndexChanged += new System.EventHandler(this.CommandDelayCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 80);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(24, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Port:";
     //
     // CommPortCombo
     //
     this.CommPortCombo.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.CommPortCombo.BorderColor   = System.Drawing.Color.Empty;
     this.CommPortCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CommPortCombo.Items.AddRange(new object[]
     {
         "COM1:",
         "COM2:",
         "COM3:",
         "COM4:",
         "COM5:",
         "COM6:",
         "COM7:",
         "COM8:"
     });
     this.CommPortCombo.Location              = new System.Drawing.Point(168, 76);
     this.CommPortCombo.Name                  = "CommPortCombo";
     this.CommPortCombo.Size                  = new System.Drawing.Size(278, 21);
     this.CommPortCombo.TabIndex              = 6;
     this.CommPortCombo.SelectedIndexChanged += new System.EventHandler(this.CommPortCombo_SelectedIndexChanged);
     //
     // inputCheckBox
     //
     this.inputCheckBox.AutoSize  = true;
     this.inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.inputCheckBox.Location  = new System.Drawing.Point(16, 24);
     this.inputCheckBox.Name      = "inputCheckBox";
     this.inputCheckBox.Size      = new System.Drawing.Size(127, 17);
     this.inputCheckBox.TabIndex  = 0;
     this.inputCheckBox.Text      = "Enable RedEye Serial";
     this.inputCheckBox.UseVisualStyleBackColor = true;
     this.inputCheckBox.CheckedChanged         += new System.EventHandler(this.inputCheckBox_CheckedChanged);
     //
     // infoTextBox
     //
     this.infoTextBox.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.infoTextBox.BackColor   = System.Drawing.SystemColors.Control;
     this.infoTextBox.BorderColor = System.Drawing.Color.Empty;
     this.infoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.infoTextBox.Location    = new System.Drawing.Point(16, 24);
     this.infoTextBox.Multiline   = true;
     this.infoTextBox.Name        = "infoTextBox";
     this.infoTextBox.ReadOnly    = true;
     this.infoTextBox.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.infoTextBox.Size        = new System.Drawing.Size(430, 104);
     this.infoTextBox.TabIndex    = 0;
     this.infoTextBox.WordWrap    = false;
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.statusLabel);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(6, 192);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(462, 64);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Device status";
     //
     // statusLabel
     //
     this.statusLabel.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.statusLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.statusLabel.Location  = new System.Drawing.Point(16, 24);
     this.statusLabel.Name      = "statusLabel";
     this.statusLabel.Size      = new System.Drawing.Size(430, 32);
     this.statusLabel.TabIndex  = 0;
     this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabel.Click    += new System.EventHandler(this.statusLabel_Click);
     //
     // groupBox3
     //
     this.groupBox3.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.groupBox3.Controls.Add(this.infoTextBox);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox3.Location  = new System.Drawing.Point(6, 264);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(462, 144);
     this.groupBox3.TabIndex  = 2;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Information";
     //
     // RemoteRedEye
     //
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "RemoteRedEye";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox3     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.groupBox4     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.label15       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label18       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label16       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label17       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxSample = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label19       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tbSortRight   = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label20       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tbSortLeft    = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label21       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBox1     = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label38       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.groupBox4);
     this.groupBox3.Controls.Add(this.textBoxSample);
     this.groupBox3.Controls.Add(this.label19);
     this.groupBox3.Controls.Add(this.tbSortRight);
     this.groupBox3.Controls.Add(this.label20);
     this.groupBox3.Controls.Add(this.tbSortLeft);
     this.groupBox3.Controls.Add(this.label21);
     this.groupBox3.Controls.Add(this.comboBox1);
     this.groupBox3.Controls.Add(this.label38);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox3.Location  = new System.Drawing.Point(6, 0);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(462, 282);
     this.groupBox3.TabIndex  = 3;
     this.groupBox3.TabStop   = false;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label15);
     this.groupBox4.Controls.Add(this.label18);
     this.groupBox4.Controls.Add(this.label16);
     this.groupBox4.Controls.Add(this.label17);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox4.Location  = new System.Drawing.Point(19, 135);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(397, 132);
     this.groupBox4.TabIndex  = 21;
     this.groupBox4.TabStop   = false;
     this.groupBox4.Text      = "Available Tags";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(289, 24);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(94, 91);
     this.label15.TabIndex = 15;
     this.label15.Text     = "filename\r\nfilesize of song\r\nduration of song\r\nsong rating\r\nfile date\r\nname of com" +
                             "poser\r\ngenre of track";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(211, 24);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(78, 91);
     this.label18.TabIndex = 14;
     this.label18.Text     = "%filename% =\r\n%filesize% =\r\n%duration% =\r\n%rating% =\r\n%date% =\r\n%composer% =\r\n%ge" +
                             "nre% =\r\n";
     this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(94, 24);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(189, 104);
     this.label16.TabIndex = 13;
     this.label16.Text     = "name of artist\r\nsong title\r\nname of album artist\r\nname of album\r\ndisc number\r\ntra" +
                             "cknumber\r\nyear of song\r\nnumber of times track has been played";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(6, 24);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(87, 104);
     this.label17.TabIndex = 12;
     this.label17.Text     = "%artist% =\r\n%title% =\r\n%albumartist% =\r\n%album% =\r\n%disc#% =\r\n%track% =\r\n%year% =" +
                             "\r\n%timesplayed% =";
     this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textBoxSample
     //
     this.textBoxSample.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxSample.BackColor   = System.Drawing.SystemColors.ControlLight;
     this.textBoxSample.BorderColor = System.Drawing.Color.Empty;
     this.textBoxSample.Location    = new System.Drawing.Point(96, 102);
     this.textBoxSample.Name        = "textBoxSample";
     this.textBoxSample.ReadOnly    = true;
     this.textBoxSample.Size        = new System.Drawing.Size(350, 20);
     this.textBoxSample.TabIndex    = 19;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(16, 24);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(72, 13);
     this.label19.TabIndex = 18;
     this.label19.Text     = "Sorting mode:";
     //
     // tbSortRight
     //
     this.tbSortRight.BorderColor  = System.Drawing.Color.Empty;
     this.tbSortRight.Location     = new System.Drawing.Point(345, 71);
     this.tbSortRight.Name         = "tbSortRight";
     this.tbSortRight.Size         = new System.Drawing.Size(71, 20);
     this.tbSortRight.TabIndex     = 4;
     this.tbSortRight.Text         = "%duration%";
     this.tbSortRight.TextChanged += new System.EventHandler(this.tbSortRight_TextChanged);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(93, 51);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(217, 13);
     this.label20.TabIndex = 0;
     this.label20.Text     = "Use blockquotes [ ] to specify optional fields.";
     //
     // tbSortLeft
     //
     this.tbSortLeft.BorderColor  = System.Drawing.Color.Empty;
     this.tbSortLeft.Location     = new System.Drawing.Point(96, 71);
     this.tbSortLeft.Name         = "tbSortLeft";
     this.tbSortLeft.Size         = new System.Drawing.Size(248, 20);
     this.tbSortLeft.TabIndex     = 3;
     this.tbSortLeft.Text         = "%track%. %artist% - %title%";
     this.tbSortLeft.TextChanged += new System.EventHandler(this.tbSortLeft_TextChanged);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(16, 105);
     this.label21.Name     = "label21";
     this.label21.Size     = new System.Drawing.Size(45, 13);
     this.label21.TabIndex = 5;
     this.label21.Text     = "Sample:";
     //
     // comboBox1
     //
     this.comboBox1.BorderColor       = System.Drawing.Color.Empty;
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(96, 21);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(88, 21);
     this.comboBox1.TabIndex              = 0;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(16, 74);
     this.label38.Name     = "label38";
     this.label38.Size     = new System.Drawing.Size(42, 13);
     this.label38.TabIndex = 3;
     this.label38.Text     = "Format:";
     //
     // MusicSort
     //
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.Controls.Add(this.groupBox3);
     this.DoubleBuffered = true;
     this.Name           = "MusicSort";
     this.Size           = new System.Drawing.Size(472, 408);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.kenburnsTextBox               = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label3                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.transitionTextBox             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.durationTextBox               = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.repeatSlideshowCheckBox       = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.autoShuffleCheckBox           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBox2                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.radioButtonKenBurns           = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonRandom             = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonXFade              = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.groupBoxRotation              = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxUsePicasa             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxUseExif               = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxViewSettings          = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxEnableVideo           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxGroupDays             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxPlayVideosInSlideshow = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBoxRotation.SuspendLayout();
     this.groupBoxViewSettings.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.kenburnsTextBox);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.transitionTextBox);
     this.groupBox1.Controls.Add(this.durationTextBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.repeatSlideshowCheckBox);
     this.groupBox1.Controls.Add(this.autoShuffleCheckBox);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(0, 97);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(472, 160);
     this.groupBox1.TabIndex  = 1;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Slideshow Settings";
     //
     // kenburnsTextBox
     //
     this.kenburnsTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.kenburnsTextBox.BorderColor = System.Drawing.Color.Empty;
     this.kenburnsTextBox.Location    = new System.Drawing.Point(168, 68);
     this.kenburnsTextBox.Name        = "kenburnsTextBox";
     this.kenburnsTextBox.Size        = new System.Drawing.Size(288, 20);
     this.kenburnsTextBox.TabIndex    = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(16, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(91, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Ken Burns speed:";
     //
     // transitionTextBox
     //
     this.transitionTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.transitionTextBox.BorderColor = System.Drawing.Color.Empty;
     this.transitionTextBox.Location    = new System.Drawing.Point(168, 44);
     this.transitionTextBox.Name        = "transitionTextBox";
     this.transitionTextBox.Size        = new System.Drawing.Size(288, 20);
     this.transitionTextBox.TabIndex    = 3;
     //
     // durationTextBox
     //
     this.durationTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.durationTextBox.BorderColor = System.Drawing.Color.Empty;
     this.durationTextBox.Location    = new System.Drawing.Point(168, 20);
     this.durationTextBox.Name        = "durationTextBox";
     this.durationTextBox.Size        = new System.Drawing.Size(288, 20);
     this.durationTextBox.TabIndex    = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Transition (frames):";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(124, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Picture visible (seconds):";
     //
     // repeatSlideshowCheckBox
     //
     this.repeatSlideshowCheckBox.AutoSize  = true;
     this.repeatSlideshowCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.repeatSlideshowCheckBox.Location  = new System.Drawing.Point(16, 104);
     this.repeatSlideshowCheckBox.Name      = "repeatSlideshowCheckBox";
     this.repeatSlideshowCheckBox.Size      = new System.Drawing.Size(133, 17);
     this.repeatSlideshowCheckBox.TabIndex  = 6;
     this.repeatSlideshowCheckBox.Text      = "Repeat/loop slideshow";
     this.repeatSlideshowCheckBox.UseVisualStyleBackColor = true;
     //
     // autoShuffleCheckBox
     //
     this.autoShuffleCheckBox.AutoSize  = true;
     this.autoShuffleCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.autoShuffleCheckBox.Location  = new System.Drawing.Point(16, 128);
     this.autoShuffleCheckBox.Name      = "autoShuffleCheckBox";
     this.autoShuffleCheckBox.Size      = new System.Drawing.Size(129, 17);
     this.autoShuffleCheckBox.TabIndex  = 7;
     this.autoShuffleCheckBox.Text      = "Auto shuffle slideshow";
     this.autoShuffleCheckBox.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.radioButtonKenBurns);
     this.groupBox2.Controls.Add(this.radioButtonRandom);
     this.groupBox2.Controls.Add(this.radioButtonXFade);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(0, 0);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(472, 91);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Slideshow Transitions";
     //
     // radioButtonKenBurns
     //
     this.radioButtonKenBurns.AutoSize  = true;
     this.radioButtonKenBurns.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonKenBurns.Location  = new System.Drawing.Point(16, 23);
     this.radioButtonKenBurns.Name      = "radioButtonKenBurns";
     this.radioButtonKenBurns.Size      = new System.Drawing.Size(180, 17);
     this.radioButtonKenBurns.TabIndex  = 0;
     this.radioButtonKenBurns.Text      = "Use Ken Burns effect on pictures";
     this.radioButtonKenBurns.UseVisualStyleBackColor = true;
     //
     // radioButtonRandom
     //
     this.radioButtonRandom.AutoSize  = true;
     this.radioButtonRandom.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonRandom.Location  = new System.Drawing.Point(16, 44);
     this.radioButtonRandom.Name      = "radioButtonRandom";
     this.radioButtonRandom.Size      = new System.Drawing.Size(215, 17);
     this.radioButtonRandom.TabIndex  = 1;
     this.radioButtonRandom.Text      = "Use random transitions between pictures";
     this.radioButtonRandom.UseVisualStyleBackColor = true;
     //
     // radioButtonXFade
     //
     this.radioButtonXFade.AutoSize  = true;
     this.radioButtonXFade.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonXFade.Location  = new System.Drawing.Point(16, 65);
     this.radioButtonXFade.Name      = "radioButtonXFade";
     this.radioButtonXFade.Size      = new System.Drawing.Size(206, 17);
     this.radioButtonXFade.TabIndex  = 2;
     this.radioButtonXFade.Text      = "Use X-fade transition between pictures";
     this.radioButtonXFade.UseVisualStyleBackColor = true;
     //
     // groupBoxRotation
     //
     this.groupBoxRotation.Controls.Add(this.checkBoxUsePicasa);
     this.groupBoxRotation.Controls.Add(this.checkBoxUseExif);
     this.groupBoxRotation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxRotation.Location  = new System.Drawing.Point(0, 263);
     this.groupBoxRotation.Name      = "groupBoxRotation";
     this.groupBoxRotation.Size      = new System.Drawing.Size(472, 78);
     this.groupBoxRotation.TabIndex  = 2;
     this.groupBoxRotation.TabStop   = false;
     this.groupBoxRotation.Text      = "Rotation Settings";
     //
     // checkBoxUsePicasa
     //
     this.checkBoxUsePicasa.AutoSize  = true;
     this.checkBoxUsePicasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxUsePicasa.Location  = new System.Drawing.Point(16, 47);
     this.checkBoxUsePicasa.Name      = "checkBoxUsePicasa";
     this.checkBoxUsePicasa.Size      = new System.Drawing.Size(330, 17);
     this.checkBoxUsePicasa.TabIndex  = 8;
     this.checkBoxUsePicasa.Text      = "Use Google Picasa.ini to determine the rotation (if file is available)";
     this.checkBoxUsePicasa.UseVisualStyleBackColor = true;
     //
     // checkBoxUseExif
     //
     this.checkBoxUseExif.AutoSize   = true;
     this.checkBoxUseExif.Checked    = true;
     this.checkBoxUseExif.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxUseExif.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxUseExif.Location   = new System.Drawing.Point(16, 24);
     this.checkBoxUseExif.Name       = "checkBoxUseExif";
     this.checkBoxUseExif.Size       = new System.Drawing.Size(401, 17);
     this.checkBoxUseExif.TabIndex   = 7;
     this.checkBoxUseExif.Text       = "Use EXIF metadata to determine the rotation (might interfere with buggy viewers)";
     this.checkBoxUseExif.UseVisualStyleBackColor = true;
     //
     // groupBoxViewSettings
     //
     this.groupBoxViewSettings.Controls.Add(this.checkBoxPlayVideosInSlideshow);
     this.groupBoxViewSettings.Controls.Add(this.checkBoxEnableVideo);
     this.groupBoxViewSettings.Controls.Add(this.checkBoxGroupDays);
     this.groupBoxViewSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxViewSettings.Location  = new System.Drawing.Point(0, 347);
     this.groupBoxViewSettings.Name      = "groupBoxViewSettings";
     this.groupBoxViewSettings.Size      = new System.Drawing.Size(472, 96);
     this.groupBoxViewSettings.TabIndex  = 3;
     this.groupBoxViewSettings.TabStop   = false;
     this.groupBoxViewSettings.Text      = "View Settings";
     //
     // checkBoxEnableVideo
     //
     this.checkBoxEnableVideo.AutoSize  = true;
     this.checkBoxEnableVideo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxEnableVideo.Location  = new System.Drawing.Point(19, 47);
     this.checkBoxEnableVideo.Name      = "checkBoxEnableVideo";
     this.checkBoxEnableVideo.Size      = new System.Drawing.Size(260, 17);
     this.checkBoxEnableVideo.TabIndex  = 8;
     this.checkBoxEnableVideo.Text      = "Enable playing videos files made with your camera";
     this.checkBoxEnableVideo.UseVisualStyleBackColor = true;
     this.checkBoxEnableVideo.CheckedChanged         += new System.EventHandler(this.checkBoxEnableVideo_CheckedChanged);
     //
     // checkBoxGroupDays
     //
     this.checkBoxGroupDays.AutoSize  = true;
     this.checkBoxGroupDays.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxGroupDays.Location  = new System.Drawing.Point(19, 24);
     this.checkBoxGroupDays.Name      = "checkBoxGroupDays";
     this.checkBoxGroupDays.Size      = new System.Drawing.Size(379, 17);
     this.checkBoxGroupDays.TabIndex  = 7;
     this.checkBoxGroupDays.Text      = "Create a group for each day in date view (instead of showing the full month)";
     this.checkBoxGroupDays.UseVisualStyleBackColor = true;
     //
     // checkBoxPlayVideosInSlideshow
     //
     this.checkBoxPlayVideosInSlideshow.AutoSize  = true;
     this.checkBoxPlayVideosInSlideshow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxPlayVideosInSlideshow.Location  = new System.Drawing.Point(19, 70);
     this.checkBoxPlayVideosInSlideshow.Name      = "checkBoxPlayVideosInSlideshow";
     this.checkBoxPlayVideosInSlideshow.Size      = new System.Drawing.Size(143, 17);
     this.checkBoxPlayVideosInSlideshow.TabIndex  = 9;
     this.checkBoxPlayVideosInSlideshow.Text      = "Play videos in slideshows";
     this.checkBoxPlayVideosInSlideshow.UseVisualStyleBackColor = true;
     //
     // Pictures
     //
     this.Controls.Add(this.groupBoxViewSettings);
     this.Controls.Add(this.groupBoxRotation);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Name = "Pictures";
     this.Size = new System.Drawing.Size(472, 446);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBoxRotation.ResumeLayout(false);
     this.groupBoxRotation.PerformLayout();
     this.groupBoxViewSettings.ResumeLayout(false);
     this.groupBoxViewSettings.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxNewCity           = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.buttonCancelCity          = new MediaPortal.UserInterface.Controls.MPButton();
     this.groupBoxCityDetails       = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.lblWeatherDetails         = new System.Windows.Forms.LinkLabel();
     this.tabControlCityURLs        = new MediaPortal.UserInterface.Controls.MPTabControl();
     this.tabPageSatImg             = new System.Windows.Forms.TabPage();
     this.btnPreviewSat             = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewSat      = new System.Windows.Forms.PictureBox();
     this.textBoxSatURL             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPageTempImg            = new System.Windows.Forms.TabPage();
     this.btnPreviewTemp            = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewTemp     = new System.Windows.Forms.PictureBox();
     this.textBoxTempURL            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPageUVImg              = new System.Windows.Forms.TabPage();
     this.btnPreviewUV              = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewUV       = new System.Windows.Forms.PictureBox();
     this.textBoxUVURL              = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPageWindsImg           = new System.Windows.Forms.TabPage();
     this.btnPreviewWinds           = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewWinds    = new System.Windows.Forms.PictureBox();
     this.textBoxWindURL            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPageHumImg             = new System.Windows.Forms.TabPage();
     this.btnPreviewHumidity        = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewHumidity = new System.Windows.Forms.PictureBox();
     this.textBoxHumURL             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPagePrecImg            = new System.Windows.Forms.TabPage();
     this.btnPreviewPrecip          = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewPrecip   = new System.Windows.Forms.PictureBox();
     this.textBoxPrecURL            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.listBoxCityResults        = new System.Windows.Forms.ListBox();
     this.labelCityResults          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelCity        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.buttonCitySearch = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonAddCity    = new MediaPortal.UserInterface.Controls.MPButton();
     this.searchTextBox    = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.groupBoxNewCity.SuspendLayout();
     this.groupBoxCityDetails.SuspendLayout();
     this.tabControlCityURLs.SuspendLayout();
     this.tabPageSatImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewSat)).BeginInit();
     this.tabPageTempImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewTemp)).BeginInit();
     this.tabPageUVImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewUV)).BeginInit();
     this.tabPageWindsImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewWinds)).BeginInit();
     this.tabPageHumImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewHumidity)).BeginInit();
     this.tabPagePrecImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewPrecip)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxNewCity
     //
     this.groupBoxNewCity.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.groupBoxNewCity.Controls.Add(this.buttonCancelCity);
     this.groupBoxNewCity.Controls.Add(this.groupBoxCityDetails);
     this.groupBoxNewCity.Controls.Add(this.labelCity);
     this.groupBoxNewCity.Controls.Add(this.buttonCitySearch);
     this.groupBoxNewCity.Controls.Add(this.buttonAddCity);
     this.groupBoxNewCity.Controls.Add(this.searchTextBox);
     this.groupBoxNewCity.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxNewCity.Location  = new System.Drawing.Point(8, 8);
     this.groupBoxNewCity.Name      = "groupBoxNewCity";
     this.groupBoxNewCity.Size      = new System.Drawing.Size(490, 435);
     this.groupBoxNewCity.TabIndex  = 0;
     this.groupBoxNewCity.TabStop   = false;
     this.groupBoxNewCity.Text      = "Add new city";
     //
     // buttonCancelCity
     //
     this.buttonCancelCity.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancelCity.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancelCity.Location                = new System.Drawing.Point(396, 406);
     this.buttonCancelCity.Name                    = "buttonCancelCity";
     this.buttonCancelCity.Size                    = new System.Drawing.Size(75, 23);
     this.buttonCancelCity.TabIndex                = 2;
     this.buttonCancelCity.Text                    = "&Cancel";
     this.buttonCancelCity.UseVisualStyleBackColor = true;
     this.buttonCancelCity.Visible                 = false;
     this.buttonCancelCity.Click                  += new System.EventHandler(this.buttonCancelCity_Click);
     //
     // groupBoxCityDetails
     //
     this.groupBoxCityDetails.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.groupBoxCityDetails.Controls.Add(this.lblWeatherDetails);
     this.groupBoxCityDetails.Controls.Add(this.tabControlCityURLs);
     this.groupBoxCityDetails.Controls.Add(this.listBoxCityResults);
     this.groupBoxCityDetails.Controls.Add(this.labelCityResults);
     this.groupBoxCityDetails.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxCityDetails.Location  = new System.Drawing.Point(18, 47);
     this.groupBoxCityDetails.Name      = "groupBoxCityDetails";
     this.groupBoxCityDetails.Size      = new System.Drawing.Size(453, 353);
     this.groupBoxCityDetails.TabIndex  = 37;
     this.groupBoxCityDetails.TabStop   = false;
     //
     // lblWeatherDetails
     //
     this.lblWeatherDetails.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.lblWeatherDetails.LinkArea = new System.Windows.Forms.LinkArea(130, 4);
     this.lblWeatherDetails.Location = new System.Drawing.Point(11, 311);
     this.lblWeatherDetails.Name     = "lblWeatherDetails";
     this.lblWeatherDetails.Size     = new System.Drawing.Size(436, 34);
     this.lblWeatherDetails.TabIndex = 38;
     this.lblWeatherDetails.TabStop  = true;
     this.lblWeatherDetails.Text     =
         "Here you can enter URLs to detailed weather images.\r\nYou\'ll find many pictures at" +
         " www.weather.com, your local news site or in our wiki.";
     this.lblWeatherDetails.UseCompatibleTextRendering = true;
     this.lblWeatherDetails.LinkClicked +=
         new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblWeatherDetails_LinkClicked);
     //
     // tabControlCityURLs
     //
     this.tabControlCityURLs.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.tabControlCityURLs.Controls.Add(this.tabPageSatImg);
     this.tabControlCityURLs.Controls.Add(this.tabPageTempImg);
     this.tabControlCityURLs.Controls.Add(this.tabPageUVImg);
     this.tabControlCityURLs.Controls.Add(this.tabPageWindsImg);
     this.tabControlCityURLs.Controls.Add(this.tabPageHumImg);
     this.tabControlCityURLs.Controls.Add(this.tabPagePrecImg);
     this.tabControlCityURLs.Location      = new System.Drawing.Point(11, 109);
     this.tabControlCityURLs.Name          = "tabControlCityURLs";
     this.tabControlCityURLs.SelectedIndex = 0;
     this.tabControlCityURLs.Size          = new System.Drawing.Size(433, 199);
     this.tabControlCityURLs.TabIndex      = 37;
     //
     // tabPageSatImg
     //
     this.tabPageSatImg.Controls.Add(this.btnPreviewSat);
     this.tabPageSatImg.Controls.Add(this.pictureBoxPreviewSat);
     this.tabPageSatImg.Controls.Add(this.textBoxSatURL);
     this.tabPageSatImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageSatImg.Name     = "tabPageSatImg";
     this.tabPageSatImg.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageSatImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageSatImg.TabIndex = 0;
     this.tabPageSatImg.Text     = "Satellite";
     this.tabPageSatImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewSat
     //
     this.btnPreviewSat.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewSat.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewSat.Name     = "btnPreviewSat";
     this.btnPreviewSat.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewSat.TabIndex = 27;
     this.btnPreviewSat.Text     = "Preview";
     this.btnPreviewSat.UseVisualStyleBackColor = true;
     this.btnPreviewSat.Click += new System.EventHandler(this.btnPreviewSat_Click);
     //
     // pictureBoxPreviewSat
     //
     this.pictureBoxPreviewSat.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.pictureBoxPreviewSat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewSat.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewSat.Name        = "pictureBoxPreviewSat";
     this.pictureBoxPreviewSat.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewSat.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewSat.TabIndex    = 26;
     this.pictureBoxPreviewSat.TabStop     = false;
     this.pictureBoxPreviewSat.WaitOnLoad  = true;
     //
     // textBoxSatURL
     //
     this.textBoxSatURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxSatURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxSatURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxSatURL.Name        = "textBoxSatURL";
     this.textBoxSatURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxSatURL.TabIndex    = 25;
     //
     // tabPageTempImg
     //
     this.tabPageTempImg.Controls.Add(this.btnPreviewTemp);
     this.tabPageTempImg.Controls.Add(this.pictureBoxPreviewTemp);
     this.tabPageTempImg.Controls.Add(this.textBoxTempURL);
     this.tabPageTempImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageTempImg.Name     = "tabPageTempImg";
     this.tabPageTempImg.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageTempImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageTempImg.TabIndex = 1;
     this.tabPageTempImg.Text     = "Temperature";
     this.tabPageTempImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewTemp
     //
     this.btnPreviewTemp.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewTemp.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewTemp.Name     = "btnPreviewTemp";
     this.btnPreviewTemp.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewTemp.TabIndex = 29;
     this.btnPreviewTemp.Text     = "Preview";
     this.btnPreviewTemp.UseVisualStyleBackColor = true;
     this.btnPreviewTemp.Click += new System.EventHandler(this.btnPreviewTemp_Click);
     //
     // pictureBoxPreviewTemp
     //
     this.pictureBoxPreviewTemp.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.pictureBoxPreviewTemp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewTemp.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewTemp.Name        = "pictureBoxPreviewTemp";
     this.pictureBoxPreviewTemp.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewTemp.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewTemp.TabIndex    = 28;
     this.pictureBoxPreviewTemp.TabStop     = false;
     this.pictureBoxPreviewTemp.WaitOnLoad  = true;
     //
     // textBoxTempURL
     //
     this.textBoxTempURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxTempURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxTempURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxTempURL.Name        = "textBoxTempURL";
     this.textBoxTempURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxTempURL.TabIndex    = 27;
     //
     // tabPageUVImg
     //
     this.tabPageUVImg.Controls.Add(this.btnPreviewUV);
     this.tabPageUVImg.Controls.Add(this.pictureBoxPreviewUV);
     this.tabPageUVImg.Controls.Add(this.textBoxUVURL);
     this.tabPageUVImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageUVImg.Name     = "tabPageUVImg";
     this.tabPageUVImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageUVImg.TabIndex = 2;
     this.tabPageUVImg.Text     = "UV Index";
     this.tabPageUVImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewUV
     //
     this.btnPreviewUV.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewUV.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewUV.Name     = "btnPreviewUV";
     this.btnPreviewUV.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewUV.TabIndex = 42;
     this.btnPreviewUV.Text     = "Preview";
     this.btnPreviewUV.UseVisualStyleBackColor = true;
     this.btnPreviewUV.Click += new System.EventHandler(this.btnPreviewUV_Click);
     //
     // pictureBoxPreviewUV
     //
     this.pictureBoxPreviewUV.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.pictureBoxPreviewUV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewUV.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewUV.Name        = "pictureBoxPreviewUV";
     this.pictureBoxPreviewUV.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewUV.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewUV.TabIndex    = 41;
     this.pictureBoxPreviewUV.TabStop     = false;
     this.pictureBoxPreviewUV.WaitOnLoad  = true;
     //
     // textBoxUVURL
     //
     this.textBoxUVURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxUVURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxUVURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxUVURL.Name        = "textBoxUVURL";
     this.textBoxUVURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxUVURL.TabIndex    = 40;
     //
     // tabPageWindsImg
     //
     this.tabPageWindsImg.Controls.Add(this.btnPreviewWinds);
     this.tabPageWindsImg.Controls.Add(this.pictureBoxPreviewWinds);
     this.tabPageWindsImg.Controls.Add(this.textBoxWindURL);
     this.tabPageWindsImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageWindsImg.Name     = "tabPageWindsImg";
     this.tabPageWindsImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageWindsImg.TabIndex = 3;
     this.tabPageWindsImg.Text     = "Winds";
     this.tabPageWindsImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewWinds
     //
     this.btnPreviewWinds.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewWinds.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewWinds.Name     = "btnPreviewWinds";
     this.btnPreviewWinds.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewWinds.TabIndex = 33;
     this.btnPreviewWinds.Text     = "Preview";
     this.btnPreviewWinds.UseVisualStyleBackColor = true;
     this.btnPreviewWinds.Click += new System.EventHandler(this.btnPreviewWinds_Click);
     //
     // pictureBoxPreviewWinds
     //
     this.pictureBoxPreviewWinds.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.pictureBoxPreviewWinds.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewWinds.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewWinds.Name        = "pictureBoxPreviewWinds";
     this.pictureBoxPreviewWinds.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewWinds.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewWinds.TabIndex    = 32;
     this.pictureBoxPreviewWinds.TabStop     = false;
     this.pictureBoxPreviewWinds.WaitOnLoad  = true;
     //
     // textBoxWindURL
     //
     this.textBoxWindURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxWindURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxWindURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxWindURL.Name        = "textBoxWindURL";
     this.textBoxWindURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxWindURL.TabIndex    = 31;
     //
     // tabPageHumImg
     //
     this.tabPageHumImg.Controls.Add(this.btnPreviewHumidity);
     this.tabPageHumImg.Controls.Add(this.pictureBoxPreviewHumidity);
     this.tabPageHumImg.Controls.Add(this.textBoxHumURL);
     this.tabPageHumImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageHumImg.Name     = "tabPageHumImg";
     this.tabPageHumImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageHumImg.TabIndex = 4;
     this.tabPageHumImg.Text     = "Humidity";
     this.tabPageHumImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewHumidity
     //
     this.btnPreviewHumidity.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewHumidity.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewHumidity.Name     = "btnPreviewHumidity";
     this.btnPreviewHumidity.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewHumidity.TabIndex = 35;
     this.btnPreviewHumidity.Text     = "Preview";
     this.btnPreviewHumidity.UseVisualStyleBackColor = true;
     this.btnPreviewHumidity.Click += new System.EventHandler(this.btnPreviewHumidity_Click);
     //
     // pictureBoxPreviewHumidity
     //
     this.pictureBoxPreviewHumidity.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.pictureBoxPreviewHumidity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewHumidity.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewHumidity.Name        = "pictureBoxPreviewHumidity";
     this.pictureBoxPreviewHumidity.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewHumidity.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewHumidity.TabIndex    = 34;
     this.pictureBoxPreviewHumidity.TabStop     = false;
     this.pictureBoxPreviewHumidity.WaitOnLoad  = true;
     //
     // textBoxHumURL
     //
     this.textBoxHumURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxHumURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxHumURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxHumURL.Name        = "textBoxHumURL";
     this.textBoxHumURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxHumURL.TabIndex    = 33;
     //
     // tabPagePrecImg
     //
     this.tabPagePrecImg.Controls.Add(this.btnPreviewPrecip);
     this.tabPagePrecImg.Controls.Add(this.pictureBoxPreviewPrecip);
     this.tabPagePrecImg.Controls.Add(this.textBoxPrecURL);
     this.tabPagePrecImg.Location = new System.Drawing.Point(4, 22);
     this.tabPagePrecImg.Name     = "tabPagePrecImg";
     this.tabPagePrecImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPagePrecImg.TabIndex = 5;
     this.tabPagePrecImg.Text     = "Precipitation";
     this.tabPagePrecImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewPrecip
     //
     this.btnPreviewPrecip.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewPrecip.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewPrecip.Name     = "btnPreviewPrecip";
     this.btnPreviewPrecip.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewPrecip.TabIndex = 37;
     this.btnPreviewPrecip.Text     = "Preview";
     this.btnPreviewPrecip.UseVisualStyleBackColor = true;
     this.btnPreviewPrecip.Click += new System.EventHandler(this.btnPreviewPrecip_Click);
     //
     // pictureBoxPreviewPrecip
     //
     this.pictureBoxPreviewPrecip.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.pictureBoxPreviewPrecip.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewPrecip.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewPrecip.Name        = "pictureBoxPreviewPrecip";
     this.pictureBoxPreviewPrecip.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewPrecip.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewPrecip.TabIndex    = 36;
     this.pictureBoxPreviewPrecip.TabStop     = false;
     this.pictureBoxPreviewPrecip.WaitOnLoad  = true;
     //
     // textBoxPrecURL
     //
     this.textBoxPrecURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxPrecURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxPrecURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxPrecURL.Name        = "textBoxPrecURL";
     this.textBoxPrecURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxPrecURL.TabIndex    = 35;
     //
     // listBoxCityResults
     //
     this.listBoxCityResults.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.listBoxCityResults.Location              = new System.Drawing.Point(11, 34);
     this.listBoxCityResults.Name                  = "listBoxCityResults";
     this.listBoxCityResults.SelectionMode         = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBoxCityResults.Size                  = new System.Drawing.Size(433, 69);
     this.listBoxCityResults.TabIndex              = 6;
     this.listBoxCityResults.SelectedIndexChanged +=
         new System.EventHandler(this.listBoxCityResults_SelectedIndexChanged);
     //
     // labelCityResults
     //
     this.labelCityResults.AutoSize = true;
     this.labelCityResults.Location = new System.Drawing.Point(8, 16);
     this.labelCityResults.Name     = "labelCityResults";
     this.labelCityResults.Size     = new System.Drawing.Size(65, 13);
     this.labelCityResults.TabIndex = 36;
     this.labelCityResults.Text     = "Cities found:";
     //
     // labelCity
     //
     this.labelCity.AutoSize = true;
     this.labelCity.Location = new System.Drawing.Point(26, 24);
     this.labelCity.Name     = "labelCity";
     this.labelCity.Size     = new System.Drawing.Size(116, 13);
     this.labelCity.TabIndex = 35;
     this.labelCity.Text     = "International city name:";
     //
     // buttonCitySearch
     //
     this.buttonCitySearch.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCitySearch.Enabled  = false;
     this.buttonCitySearch.Location = new System.Drawing.Point(396, 21);
     this.buttonCitySearch.Name     = "buttonCitySearch";
     this.buttonCitySearch.Size     = new System.Drawing.Size(75, 20);
     this.buttonCitySearch.TabIndex = 1;
     this.buttonCitySearch.Text     = "Search";
     this.buttonCitySearch.UseVisualStyleBackColor = true;
     this.buttonCitySearch.Click += new System.EventHandler(this.buttonCitySearch_Click);
     //
     // buttonAddCity
     //
     this.buttonAddCity.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAddCity.Enabled  = false;
     this.buttonAddCity.Location = new System.Drawing.Point(315, 406);
     this.buttonAddCity.Name     = "buttonAddCity";
     this.buttonAddCity.Size     = new System.Drawing.Size(75, 23);
     this.buttonAddCity.TabIndex = 1;
     this.buttonAddCity.Text     = "&Add City";
     this.buttonAddCity.UseVisualStyleBackColor = true;
     this.buttonAddCity.Visible = false;
     this.buttonAddCity.Click  += new System.EventHandler(this.buttonAddCity_Click);
     //
     // searchTextBox
     //
     this.searchTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.searchTextBox.BorderColor  = System.Drawing.Color.Empty;
     this.searchTextBox.Location     = new System.Drawing.Point(148, 21);
     this.searchTextBox.Name         = "searchTextBox";
     this.searchTextBox.Size         = new System.Drawing.Size(242, 20);
     this.searchTextBox.TabIndex     = 0;
     this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
     this.searchTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.searchTextBox_KeyDown);
     //
     // SearchCityForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.buttonCancelCity;
     this.ClientSize          = new System.Drawing.Size(506, 451);
     this.Controls.Add(this.groupBoxNewCity);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "SearchCityForm";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Add new cities to the weather plugin";
     this.Load           += new System.EventHandler(this.SearchCityForm_Load);
     this.groupBoxNewCity.ResumeLayout(false);
     this.groupBoxNewCity.PerformLayout();
     this.groupBoxCityDetails.ResumeLayout(false);
     this.groupBoxCityDetails.PerformLayout();
     this.tabControlCityURLs.ResumeLayout(false);
     this.tabPageSatImg.ResumeLayout(false);
     this.tabPageSatImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewSat)).EndInit();
     this.tabPageTempImg.ResumeLayout(false);
     this.tabPageTempImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewTemp)).EndInit();
     this.tabPageUVImg.ResumeLayout(false);
     this.tabPageUVImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewUV)).EndInit();
     this.tabPageWindsImg.ResumeLayout(false);
     this.tabPageWindsImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewWinds)).EndInit();
     this.tabPageHumImg.ResumeLayout(false);
     this.tabPageHumImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewHumidity)).EndInit();
     this.tabPagePrecImg.ResumeLayout(false);
     this.tabPagePrecImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewPrecip)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RemoteUSBUIRT));
     this._groupBox1              = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this._settingsPnl            = new System.Windows.Forms.Panel();
     this._repeatDelay            = new System.Windows.Forms.NumericUpDown();
     this._repeatWait             = new System.Windows.Forms.NumericUpDown();
     this._label9                 = new System.Windows.Forms.Label();
     this._label8                 = new System.Windows.Forms.Label();
     this._testSendIrButton       = new MediaPortal.UserInterface.Controls.MPButton();
     this._testSendIrText         = new MediaPortal.UserInterface.Controls.MPTextBox();
     this._interCommandDelay      = new System.Windows.Forms.NumericUpDown();
     this._label6                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this._commandRepeat          = new System.Windows.Forms.NumericUpDown();
     this._label5                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this._tunerCommandsButton    = new MediaPortal.UserInterface.Controls.MPButton();
     this._internalCommandsButton = new MediaPortal.UserInterface.Controls.MPButton();
     this._enterCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this._digitCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this._outputCheckBox         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this._inputCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this._usbuirtVersion         = new MediaPortal.UserInterface.Controls.MPLabel();
     this._label1                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this._label4                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this._groupBox2              = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this._label3                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this._linkLabel1             = new System.Windows.Forms.LinkLabel();
     this._label2                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this._groupBox3              = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this._valueDLLVersion        = new MediaPortal.UserInterface.Controls.MPLabel();
     this._valueAPIVersion        = new MediaPortal.UserInterface.Controls.MPLabel();
     this._labelDLLVersion        = new MediaPortal.UserInterface.Controls.MPLabel();
     this._labelAPIVersion        = new MediaPortal.UserInterface.Controls.MPLabel();
     this._usbuirtConfigVersion   = new MediaPortal.UserInterface.Controls.MPLabel();
     this._label7                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this._groupBox1.SuspendLayout();
     this._settingsPnl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._repeatDelay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._repeatWait)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._interCommandDelay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._commandRepeat)).BeginInit();
     this._groupBox2.SuspendLayout();
     this._groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // _groupBox1
     //
     this._groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this._groupBox1.Controls.Add(this._settingsPnl);
     this._groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this._groupBox1.Location  = new System.Drawing.Point(6, 0);
     this._groupBox1.Name      = "_groupBox1";
     this._groupBox1.Size      = new System.Drawing.Size(462, 251);
     this._groupBox1.TabIndex  = 0;
     this._groupBox1.TabStop   = false;
     //
     // _settingsPnl
     //
     this._settingsPnl.Controls.Add(this._repeatDelay);
     this._settingsPnl.Controls.Add(this._repeatWait);
     this._settingsPnl.Controls.Add(this._label9);
     this._settingsPnl.Controls.Add(this._label8);
     this._settingsPnl.Controls.Add(this._testSendIrButton);
     this._settingsPnl.Controls.Add(this._testSendIrText);
     this._settingsPnl.Controls.Add(this._interCommandDelay);
     this._settingsPnl.Controls.Add(this._label6);
     this._settingsPnl.Controls.Add(this._commandRepeat);
     this._settingsPnl.Controls.Add(this._label5);
     this._settingsPnl.Controls.Add(this._tunerCommandsButton);
     this._settingsPnl.Controls.Add(this._internalCommandsButton);
     this._settingsPnl.Controls.Add(this._enterCheckBox);
     this._settingsPnl.Controls.Add(this._digitCheckBox);
     this._settingsPnl.Controls.Add(this._outputCheckBox);
     this._settingsPnl.Controls.Add(this._inputCheckBox);
     this._settingsPnl.Location = new System.Drawing.Point(8, 8);
     this._settingsPnl.Name     = "_settingsPnl";
     this._settingsPnl.Size     = new System.Drawing.Size(448, 235);
     this._settingsPnl.TabIndex = 0;
     //
     // _repeatDelay
     //
     this._repeatDelay.Location = new System.Drawing.Point(153, 66);
     this._repeatDelay.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this._repeatDelay.Name     = "_repeatDelay";
     this._repeatDelay.Size     = new System.Drawing.Size(48, 20);
     this._repeatDelay.TabIndex = 4;
     this._repeatDelay.Value    = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     //
     // _repeatWait
     //
     this._repeatWait.Location = new System.Drawing.Point(153, 40);
     this._repeatWait.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this._repeatWait.Name     = "_repeatWait";
     this._repeatWait.Size     = new System.Drawing.Size(48, 20);
     this._repeatWait.TabIndex = 2;
     this._repeatWait.Value    = new decimal(new int[] {
         300,
         0,
         0,
         0
     });
     //
     // _label9
     //
     this._label9.AutoSize  = true;
     this._label9.Location  = new System.Drawing.Point(24, 68);
     this._label9.Name      = "_label9";
     this._label9.Size      = new System.Drawing.Size(86, 13);
     this._label9.TabIndex  = 3;
     this._label9.Text      = "Repeat delay ms";
     this._label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _label8
     //
     this._label8.AutoSize  = true;
     this._label8.Location  = new System.Drawing.Point(24, 42);
     this._label8.Name      = "_label8";
     this._label8.Size      = new System.Drawing.Size(80, 13);
     this._label8.TabIndex  = 1;
     this._label8.Text      = "Repeat wait ms";
     this._label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _testSendIrButton
     //
     this._testSendIrButton.Location = new System.Drawing.Point(280, 183);
     this._testSendIrButton.Name     = "_testSendIrButton";
     this._testSendIrButton.Size     = new System.Drawing.Size(160, 23);
     this._testSendIrButton.TabIndex = 14;
     this._testSendIrButton.Text     = "Test settop box control";
     this._testSendIrButton.UseVisualStyleBackColor = true;
     this._testSendIrButton.Click += new System.EventHandler(this.TestSendIrBtnClick);
     //
     // _testSendIrText
     //
     this._testSendIrText.AcceptsReturn = true;
     this._testSendIrText.BorderColor   = System.Drawing.Color.Empty;
     this._testSendIrText.Location      = new System.Drawing.Point(280, 206);
     this._testSendIrText.Name          = "_testSendIrText";
     this._testSendIrText.Size          = new System.Drawing.Size(160, 20);
     this._testSendIrText.TabIndex      = 15;
     this._testSendIrText.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.TestSendIrTxtBoxKeyPress);
     //
     // _interCommandDelay
     //
     this._interCommandDelay.Increment = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this._interCommandDelay.Location = new System.Drawing.Point(153, 156);
     this._interCommandDelay.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this._interCommandDelay.Name     = "_interCommandDelay";
     this._interCommandDelay.Size     = new System.Drawing.Size(48, 20);
     this._interCommandDelay.TabIndex = 9;
     this._interCommandDelay.Value    = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     //
     // _label6
     //
     this._label6.AutoSize  = true;
     this._label6.Location  = new System.Drawing.Point(24, 158);
     this._label6.Name      = "_label6";
     this._label6.Size      = new System.Drawing.Size(121, 13);
     this._label6.TabIndex  = 8;
     this._label6.Text      = "Inter-command delay ms";
     this._label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _commandRepeat
     //
     this._commandRepeat.Location = new System.Drawing.Point(153, 132);
     this._commandRepeat.Maximum  = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this._commandRepeat.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this._commandRepeat.Name     = "_commandRepeat";
     this._commandRepeat.Size     = new System.Drawing.Size(48, 20);
     this._commandRepeat.TabIndex = 7;
     this._commandRepeat.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // _label5
     //
     this._label5.AutoSize  = true;
     this._label5.Location  = new System.Drawing.Point(24, 134);
     this._label5.Name      = "_label5";
     this._label5.Size      = new System.Drawing.Size(117, 13);
     this._label5.TabIndex  = 6;
     this._label5.Text      = "Command repeat count";
     this._label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _tunerCommandsButton
     //
     this._tunerCommandsButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._tunerCommandsButton.Location = new System.Drawing.Point(280, 103);
     this._tunerCommandsButton.Name     = "_tunerCommandsButton";
     this._tunerCommandsButton.Size     = new System.Drawing.Size(160, 23);
     this._tunerCommandsButton.TabIndex = 13;
     this._tunerCommandsButton.Text     = "Learn settop box commands";
     this._tunerCommandsButton.UseVisualStyleBackColor = true;
     this._tunerCommandsButton.Click += new System.EventHandler(this.TunerCommandsButtonClick);
     //
     // _internalCommandsButton
     //
     this._internalCommandsButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._internalCommandsButton.Location = new System.Drawing.Point(280, 16);
     this._internalCommandsButton.Name     = "_internalCommandsButton";
     this._internalCommandsButton.Size     = new System.Drawing.Size(160, 23);
     this._internalCommandsButton.TabIndex = 12;
     this._internalCommandsButton.Text     = "Learn MediaPortal commands";
     this._internalCommandsButton.UseVisualStyleBackColor = true;
     this._internalCommandsButton.Click += new System.EventHandler(this.InternalCommandsButtonClick);
     //
     // _enterCheckBox
     //
     this._enterCheckBox.AutoSize  = true;
     this._enterCheckBox.Enabled   = false;
     this._enterCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this._enterCheckBox.Location  = new System.Drawing.Point(24, 206);
     this._enterCheckBox.Name      = "_enterCheckBox";
     this._enterCheckBox.Size      = new System.Drawing.Size(189, 17);
     this._enterCheckBox.TabIndex  = 11;
     this._enterCheckBox.Text      = "Send \'Enter\' for changing channels";
     this._enterCheckBox.UseVisualStyleBackColor = true;
     this._enterCheckBox.CheckedChanged         += new System.EventHandler(this.EnterCheckBoxCheckedChanged);
     //
     // _digitCheckBox
     //
     this._digitCheckBox.AutoSize  = true;
     this._digitCheckBox.Enabled   = false;
     this._digitCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this._digitCheckBox.Location  = new System.Drawing.Point(24, 190);
     this._digitCheckBox.Name      = "_digitCheckBox";
     this._digitCheckBox.Size      = new System.Drawing.Size(180, 17);
     this._digitCheckBox.TabIndex  = 10;
     this._digitCheckBox.Text      = "Use 3 digits for channel selection";
     this._digitCheckBox.UseVisualStyleBackColor = true;
     this._digitCheckBox.CheckedChanged         += new System.EventHandler(this.DigitCheckBoxCheckedChanged);
     //
     // _outputCheckBox
     //
     this._outputCheckBox.AutoSize  = true;
     this._outputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this._outputCheckBox.Location  = new System.Drawing.Point(8, 106);
     this._outputCheckBox.Name      = "_outputCheckBox";
     this._outputCheckBox.Size      = new System.Drawing.Size(205, 17);
     this._outputCheckBox.TabIndex  = 5;
     this._outputCheckBox.Text      = "Let MediaPortal control your settopbox";
     this._outputCheckBox.UseVisualStyleBackColor = true;
     this._outputCheckBox.CheckedChanged         += new System.EventHandler(this.OutputCheckBoxCheckedChanged);
     //
     // _inputCheckBox
     //
     this._inputCheckBox.AutoSize  = true;
     this._inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this._inputCheckBox.Location  = new System.Drawing.Point(8, 16);
     this._inputCheckBox.Name      = "_inputCheckBox";
     this._inputCheckBox.Size      = new System.Drawing.Size(207, 17);
     this._inputCheckBox.TabIndex  = 0;
     this._inputCheckBox.Text      = "Use your remote to control MediaPortal";
     this._inputCheckBox.UseVisualStyleBackColor = true;
     this._inputCheckBox.CheckedChanged         += new System.EventHandler(this.InputCheckBoxCheckedChanged);
     //
     // _usbuirtVersion
     //
     this._usbuirtVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this._usbuirtVersion.Location = new System.Drawing.Point(200, 15);
     this._usbuirtVersion.Name     = "_usbuirtVersion";
     this._usbuirtVersion.Size     = new System.Drawing.Size(246, 16);
     this._usbuirtVersion.TabIndex = 1;
     this._usbuirtVersion.Text     = "Version";
     //
     // _label1
     //
     this._label1.Location = new System.Drawing.Point(16, 15);
     this._label1.Name     = "_label1";
     this._label1.Size     = new System.Drawing.Size(144, 16);
     this._label1.TabIndex = 0;
     this._label1.Text     = "USBUIRT driver version:";
     //
     // _label4
     //
     this._label4.Location = new System.Drawing.Point(0, 0);
     this._label4.Name     = "_label4";
     this._label4.Size     = new System.Drawing.Size(100, 23);
     this._label4.TabIndex = 0;
     //
     // _groupBox2
     //
     this._groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this._groupBox2.Controls.Add(this._label2);
     this._groupBox2.Controls.Add(this._label3);
     this._groupBox2.Controls.Add(this._linkLabel1);
     this._groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this._groupBox2.Location  = new System.Drawing.Point(6, 346);
     this._groupBox2.Name      = "_groupBox2";
     this._groupBox2.Size      = new System.Drawing.Size(462, 104);
     this._groupBox2.TabIndex  = 2;
     this._groupBox2.TabStop   = false;
     this._groupBox2.Text      = "General Information";
     //
     // _label3
     //
     this._label3.Location = new System.Drawing.Point(16, 72);
     this._label3.Name     = "_label3";
     this._label3.Size     = new System.Drawing.Size(96, 16);
     this._label3.TabIndex = 1;
     this._label3.Text     = "More information:";
     //
     // _linkLabel1
     //
     this._linkLabel1.Location     = new System.Drawing.Point(112, 72);
     this._linkLabel1.Name         = "_linkLabel1";
     this._linkLabel1.Size         = new System.Drawing.Size(120, 16);
     this._linkLabel1.TabIndex     = 2;
     this._linkLabel1.TabStop      = true;
     this._linkLabel1.Text         = "http://www.usbuirt.com";
     this._linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1LinkClicked);
     //
     // _label2
     //
     this._label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this._label2.Location = new System.Drawing.Point(16, 24);
     this._label2.Name     = "_label2";
     this._label2.Size     = new System.Drawing.Size(438, 40);
     this._label2.TabIndex = 0;
     this._label2.Text     = resources.GetString("_label2.Text");
     //
     // _groupBox3
     //
     this._groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this._groupBox3.Controls.Add(this._valueDLLVersion);
     this._groupBox3.Controls.Add(this._valueAPIVersion);
     this._groupBox3.Controls.Add(this._labelDLLVersion);
     this._groupBox3.Controls.Add(this._labelAPIVersion);
     this._groupBox3.Controls.Add(this._usbuirtConfigVersion);
     this._groupBox3.Controls.Add(this._label7);
     this._groupBox3.Controls.Add(this._usbuirtVersion);
     this._groupBox3.Controls.Add(this._label1);
     this._groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this._groupBox3.Location  = new System.Drawing.Point(6, 257);
     this._groupBox3.Name      = "_groupBox3";
     this._groupBox3.Size      = new System.Drawing.Size(462, 83);
     this._groupBox3.TabIndex  = 1;
     this._groupBox3.TabStop   = false;
     this._groupBox3.Text      = "Status";
     //
     // _valueDLLVersion
     //
     this._valueDLLVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this._valueDLLVersion.Location = new System.Drawing.Point(200, 47);
     this._valueDLLVersion.Name     = "_valueDLLVersion";
     this._valueDLLVersion.Size     = new System.Drawing.Size(246, 16);
     this._valueDLLVersion.TabIndex = 5;
     this._valueDLLVersion.Text     = "Version";
     //
     // _valueAPIVersion
     //
     this._valueAPIVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this._valueAPIVersion.Location = new System.Drawing.Point(200, 31);
     this._valueAPIVersion.Name     = "_valueAPIVersion";
     this._valueAPIVersion.Size     = new System.Drawing.Size(246, 16);
     this._valueAPIVersion.TabIndex = 3;
     this._valueAPIVersion.Text     = "Version";
     //
     // _labelDLLVersion
     //
     this._labelDLLVersion.AutoSize = true;
     this._labelDLLVersion.Location = new System.Drawing.Point(16, 47);
     this._labelDLLVersion.Name     = "_labelDLLVersion";
     this._labelDLLVersion.Size     = new System.Drawing.Size(118, 13);
     this._labelDLLVersion.TabIndex = 4;
     this._labelDLLVersion.Text     = "USBUIRT DLL version:";
     //
     // _labelAPIVersion
     //
     this._labelAPIVersion.AutoSize = true;
     this._labelAPIVersion.Location = new System.Drawing.Point(16, 31);
     this._labelAPIVersion.Name     = "_labelAPIVersion";
     this._labelAPIVersion.Size     = new System.Drawing.Size(115, 13);
     this._labelAPIVersion.TabIndex = 2;
     this._labelAPIVersion.Text     = "USBUIRT API version:";
     //
     // _usbuirtConfigVersion
     //
     this._usbuirtConfigVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this._usbuirtConfigVersion.Location = new System.Drawing.Point(200, 63);
     this._usbuirtConfigVersion.Name     = "_usbuirtConfigVersion";
     this._usbuirtConfigVersion.Size     = new System.Drawing.Size(246, 13);
     this._usbuirtConfigVersion.TabIndex = 7;
     this._usbuirtConfigVersion.Text     = "Version";
     //
     // _label7
     //
     this._label7.AutoSize = true;
     this._label7.Location = new System.Drawing.Point(16, 63);
     this._label7.Name     = "_label7";
     this._label7.Size     = new System.Drawing.Size(126, 13);
     this._label7.TabIndex = 6;
     this._label7.Text     = "USBUIRT plugin version:";
     //
     // RemoteUSBUIRT
     //
     this.Controls.Add(this._groupBox3);
     this.Controls.Add(this._groupBox2);
     this.Controls.Add(this._groupBox1);
     this.Name  = "RemoteUSBUIRT";
     this.Size  = new System.Drawing.Size(472, 458);
     this.Load += new System.EventHandler(this.USBUIRTLoad);
     this._groupBox1.ResumeLayout(false);
     this._settingsPnl.ResumeLayout(false);
     this._settingsPnl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._repeatDelay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._repeatWait)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._interCommandDelay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._commandRepeat)).EndInit();
     this._groupBox2.ResumeLayout(false);
     this._groupBox3.ResumeLayout(false);
     this._groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #12
0
 private void InitializeComponent()
 {
     this.dataGrid1       = new DataGrid();
     this.panel1          = new Panel();
     this.txtStatus       = new MPTextBox();
     this.label2          = new MPLabel();
     this.txtActiveWindow = new MPTextBox();
     this.label1          = new MPLabel();
     ((ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
                                               | AnchorStyles.Left)
                                              | AnchorStyles.Right)));
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = SystemColors.ControlText;
     this.dataGrid1.Location        = new Point(0, 0);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.ReadOnly        = true;
     this.dataGrid1.Size            = new Size(336, 254);
     this.dataGrid1.TabIndex        = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.txtStatus);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.txtActiveWindow);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = DockStyle.Bottom;
     this.panel1.Location = new Point(0, 254);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new Size(336, 64);
     this.panel1.TabIndex = 1;
     //
     // txtStatus
     //
     this.txtStatus.Anchor = ((AnchorStyles)(((AnchorStyles.Bottom | AnchorStyles.Left)
                                              | AnchorStyles.Right)));
     this.txtStatus.BorderColor = Color.Empty;
     this.txtStatus.Location    = new Point(96, 32);
     this.txtStatus.Name        = "txtStatus";
     this.txtStatus.ReadOnly    = true;
     this.txtStatus.Size        = new Size(222, 20);
     this.txtStatus.TabIndex    = 3;
     //
     // label2
     //
     this.label2.Anchor    = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Left)));
     this.label2.Location  = new Point(8, 32);
     this.label2.Name      = "label2";
     this.label2.Size      = new Size(80, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Status";
     this.label2.TextAlign = ContentAlignment.MiddleLeft;
     //
     // txtActiveWindow
     //
     this.txtActiveWindow.Anchor = ((AnchorStyles)(((AnchorStyles.Bottom | AnchorStyles.Left)
                                                    | AnchorStyles.Right)));
     this.txtActiveWindow.BorderColor = Color.Empty;
     this.txtActiveWindow.Location    = new Point(96, 8);
     this.txtActiveWindow.Name        = "txtActiveWindow";
     this.txtActiveWindow.ReadOnly    = true;
     this.txtActiveWindow.Size        = new Size(222, 20);
     this.txtActiveWindow.TabIndex    = 1;
     //
     // label1
     //
     this.label1.Anchor    = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Left)));
     this.label1.Location  = new Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new Size(80, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Active Window";
     this.label1.TextAlign = ContentAlignment.MiddleLeft;
     //
     // PropertyBrowser
     //
     this.AutoScaleDimensions = new SizeF(6F, 13F);
     this.ClientSize          = new Size(336, 318);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.panel1);
     this.Name    = "PropertyBrowser";
     this.Text    = "MiniDisplay - Property Browser";
     this.TopMost = true;
     this.Load   += new EventHandler(this.PropertyBrowser_Load);
     ((ISupportInitialize)(this.dataGrid1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1           = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.intervalTextBox     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label3              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.windSpeedComboBox   = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label2              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.temperatureComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label1              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpGroupBox1         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.editButton          = new MediaPortal.UserInterface.Controls.MPButton();
     this.searchButton        = new MediaPortal.UserInterface.Controls.MPButton();
     this.removeButton        = new MediaPortal.UserInterface.Controls.MPButton();
     this.citiesListView      = new MediaPortal.UserInterface.Controls.MPListView();
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8       = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.mpGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.intervalTextBox);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.windSpeedComboBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.temperatureComboBox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(6, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(462, 104);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // intervalTextBox
     //
     this.intervalTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.intervalTextBox.BorderColor = System.Drawing.Color.Empty;
     this.intervalTextBox.Location    = new System.Drawing.Point(168, 68);
     this.intervalTextBox.Name        = "intervalTextBox";
     this.intervalTextBox.Size        = new System.Drawing.Size(278, 20);
     this.intervalTextBox.TabIndex    = 5;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(150, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Refresh interval (minutes):";
     //
     // windSpeedComboBox
     //
     this.windSpeedComboBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.windSpeedComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.windSpeedComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.windSpeedComboBox.Location      = new System.Drawing.Point(168, 44);
     this.windSpeedComboBox.Name          = "windSpeedComboBox";
     this.windSpeedComboBox.Size          = new System.Drawing.Size(278, 21);
     this.windSpeedComboBox.TabIndex      = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(120, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Wind speed shown as:";
     //
     // temperatureComboBox
     //
     this.temperatureComboBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.temperatureComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.temperatureComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.temperatureComboBox.Location      = new System.Drawing.Point(168, 20);
     this.temperatureComboBox.Name          = "temperatureComboBox";
     this.temperatureComboBox.Size          = new System.Drawing.Size(278, 21);
     this.temperatureComboBox.TabIndex      = 1;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(120, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Temperature shown in:";
     //
     // mpGroupBox1
     //
     this.mpGroupBox1.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.mpGroupBox1.Controls.Add(this.editButton);
     this.mpGroupBox1.Controls.Add(this.searchButton);
     this.mpGroupBox1.Controls.Add(this.removeButton);
     this.mpGroupBox1.Controls.Add(this.citiesListView);
     this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox1.Location  = new System.Drawing.Point(6, 112);
     this.mpGroupBox1.Name      = "mpGroupBox1";
     this.mpGroupBox1.Size      = new System.Drawing.Size(462, 240);
     this.mpGroupBox1.TabIndex  = 1;
     this.mpGroupBox1.TabStop   = false;
     this.mpGroupBox1.Text      = "Cities";
     //
     // editButton
     //
     this.editButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.editButton.Enabled  = false;
     this.editButton.Location = new System.Drawing.Point(374, 208);
     this.editButton.Name     = "editButton";
     this.editButton.Size     = new System.Drawing.Size(72, 22);
     this.editButton.TabIndex = 3;
     this.editButton.Text     = "Edit";
     this.editButton.UseVisualStyleBackColor = true;
     this.editButton.Click += new System.EventHandler(this.editButton_Click);
     //
     // searchButton
     //
     this.searchButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.searchButton.Location = new System.Drawing.Point(214, 208);
     this.searchButton.Name     = "searchButton";
     this.searchButton.Size     = new System.Drawing.Size(72, 22);
     this.searchButton.TabIndex = 1;
     this.searchButton.Text     = "Add";
     this.searchButton.UseVisualStyleBackColor = true;
     this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
     //
     // removeButton
     //
     this.removeButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.removeButton.Enabled  = false;
     this.removeButton.Location = new System.Drawing.Point(294, 208);
     this.removeButton.Name     = "removeButton";
     this.removeButton.Size     = new System.Drawing.Size(72, 22);
     this.removeButton.TabIndex = 2;
     this.removeButton.Text     = "Remove";
     this.removeButton.UseVisualStyleBackColor = true;
     this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
     //
     // citiesListView
     //
     this.citiesListView.AllowDrop       = true;
     this.citiesListView.AllowRowReorder = true;
     this.citiesListView.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.citiesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[]
     {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8
     });
     this.citiesListView.FullRowSelect = true;
     this.citiesListView.Location      = new System.Drawing.Point(16, 24);
     this.citiesListView.Name          = "citiesListView";
     this.citiesListView.Size          = new System.Drawing.Size(430, 176);
     this.citiesListView.TabIndex      = 0;
     this.citiesListView.UseCompatibleStateImageBehavior = false;
     this.citiesListView.View = System.Windows.Forms.View.Details;
     this.citiesListView.SelectedIndexChanged += new System.EventHandler(this.citiesListView_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "City";
     this.columnHeader1.Width = 125;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Code";
     this.columnHeader2.Width = 78;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Satellite image";
     this.columnHeader3.Width = 181;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Temperature image";
     this.columnHeader4.Width = 201;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "UV Index image";
     this.columnHeader5.Width = 201;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Winds Image";
     this.columnHeader6.Width = 201;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Humidity image";
     this.columnHeader7.Width = 201;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "Precipitation image";
     this.columnHeader8.Width = 101;
     //
     // Weather
     //
     this.Controls.Add(this.mpGroupBox1);
     this.Controls.Add(this.groupBox1);
     this.Name = "Weather";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.mpGroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1             = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.textBoxAudioOffset    = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.comboBoxSpeakerConfig = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.checkBoxMPEGOverSPDIF = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label5               = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxSPDIF        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxDynamicRange = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label3               = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.textBoxAudioOffset);
     this.groupBox1.Controls.Add(this.comboBoxSpeakerConfig);
     this.groupBox1.Controls.Add(this.checkBoxMPEGOverSPDIF);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.checkBoxSPDIF);
     this.groupBox1.Controls.Add(this.checkBoxDynamicRange);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(6, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(462, 168);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // textBoxAudioOffset
     //
     this.textBoxAudioOffset.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxAudioOffset.BorderColor = System.Drawing.Color.Empty;
     this.textBoxAudioOffset.Location    = new System.Drawing.Point(168, 132);
     this.textBoxAudioOffset.Name        = "textBoxAudioOffset";
     this.textBoxAudioOffset.Size        = new System.Drawing.Size(278, 20);
     this.textBoxAudioOffset.TabIndex    = 6;
     this.textBoxAudioOffset.Text        = "0";
     //
     // comboBoxSpeakerConfig
     //
     this.comboBoxSpeakerConfig.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxSpeakerConfig.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxSpeakerConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxSpeakerConfig.Items.AddRange(new object[]
     {
         "Stereo",
         "Dolby Stereo",
         "4.0 (2 Front + 2 Rear)",
         "4.1 (2 Front + 2 Rear + 1 Sub)",
         "5.0 (3 Front + 2 Rear)",
         "5.1 (3 Front + 2 Rear + 1 Sub)"
     });
     this.comboBoxSpeakerConfig.Location = new System.Drawing.Point(168, 20);
     this.comboBoxSpeakerConfig.Name     = "comboBoxSpeakerConfig";
     this.comboBoxSpeakerConfig.Size     = new System.Drawing.Size(278, 21);
     this.comboBoxSpeakerConfig.TabIndex = 1;
     //
     // checkBoxMPEGOverSPDIF
     //
     this.checkBoxMPEGOverSPDIF.AutoSize  = true;
     this.checkBoxMPEGOverSPDIF.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxMPEGOverSPDIF.Location  = new System.Drawing.Point(16, 104);
     this.checkBoxMPEGOverSPDIF.Name      = "checkBoxMPEGOverSPDIF";
     this.checkBoxMPEGOverSPDIF.Size      = new System.Drawing.Size(148, 17);
     this.checkBoxMPEGOverSPDIF.TabIndex  = 4;
     this.checkBoxMPEGOverSPDIF.Text      = "MPEG Audio over S/PDIF";
     this.checkBoxMPEGOverSPDIF.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 136);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(152, 16);
     this.label5.TabIndex = 5;
     this.label5.Text     = "S/PDIF delay offset (msec.):";
     //
     // checkBoxSPDIF
     //
     this.checkBoxSPDIF.AutoSize  = true;
     this.checkBoxSPDIF.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxSPDIF.Location  = new System.Drawing.Point(16, 56);
     this.checkBoxSPDIF.Name      = "checkBoxSPDIF";
     this.checkBoxSPDIF.Size      = new System.Drawing.Size(147, 17);
     this.checkBoxSPDIF.TabIndex  = 2;
     this.checkBoxSPDIF.Text      = "Use S/PDIF for AC3/DTS";
     this.checkBoxSPDIF.UseVisualStyleBackColor = true;
     //
     // checkBoxDynamicRange
     //
     this.checkBoxDynamicRange.AutoSize  = true;
     this.checkBoxDynamicRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxDynamicRange.Location  = new System.Drawing.Point(16, 80);
     this.checkBoxDynamicRange.Name      = "checkBoxDynamicRange";
     this.checkBoxDynamicRange.Size      = new System.Drawing.Size(136, 17);
     this.checkBoxDynamicRange.TabIndex  = 3;
     this.checkBoxDynamicRange.Text      = "Dynamic Range Control";
     this.checkBoxDynamicRange.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Speaker config:";
     //
     // FiltersDScalerAudio
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "FiltersDScalerAudio";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(RemoteUSBUIRT));
     this.groupBox1                = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.SettingsPnl              = new System.Windows.Forms.Panel();
     this.testSendIrBtn            = new MediaPortal.UserInterface.Controls.MPButton();
     this.testSendIrTxtBox         = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.interCommandDelayNumUpDn = new System.Windows.Forms.NumericUpDown();
     this.label6 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.commandRepeatNumUpDn = new System.Windows.Forms.NumericUpDown();
     this.label5 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tunerCommandsButton    = new MediaPortal.UserInterface.Controls.MPButton();
     this.internalCommandsButton = new MediaPortal.UserInterface.Controls.MPButton();
     this.enterCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.digitCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.outputCheckBox         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.inputCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.lblUSBUIRTVersion      = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label4                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox2               = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.label3                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.linkLabel1              = new System.Windows.Forms.LinkLabel();
     this.label2                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox3               = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.varDLLVersion           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.varAPIVersion           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.lblDLLVersion           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.lblAPIVersion           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.lblUSBUIRTConfigVersion = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label7                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1.SuspendLayout();
     this.SettingsPnl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.interCommandDelayNumUpDn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.commandRepeatNumUpDn)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.SettingsPnl);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(6, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(462, 209);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     //
     // SettingsPnl
     //
     this.SettingsPnl.Controls.Add(this.testSendIrBtn);
     this.SettingsPnl.Controls.Add(this.testSendIrTxtBox);
     this.SettingsPnl.Controls.Add(this.interCommandDelayNumUpDn);
     this.SettingsPnl.Controls.Add(this.label6);
     this.SettingsPnl.Controls.Add(this.commandRepeatNumUpDn);
     this.SettingsPnl.Controls.Add(this.label5);
     this.SettingsPnl.Controls.Add(this.tunerCommandsButton);
     this.SettingsPnl.Controls.Add(this.internalCommandsButton);
     this.SettingsPnl.Controls.Add(this.enterCheckBox);
     this.SettingsPnl.Controls.Add(this.digitCheckBox);
     this.SettingsPnl.Controls.Add(this.outputCheckBox);
     this.SettingsPnl.Controls.Add(this.inputCheckBox);
     this.SettingsPnl.Location = new System.Drawing.Point(8, 8);
     this.SettingsPnl.Name     = "SettingsPnl";
     this.SettingsPnl.Size     = new System.Drawing.Size(448, 198);
     this.SettingsPnl.TabIndex = 9;
     //
     // testSendIrBtn
     //
     this.testSendIrBtn.Location = new System.Drawing.Point(280, 133);
     this.testSendIrBtn.Name     = "testSendIrBtn";
     this.testSendIrBtn.Size     = new System.Drawing.Size(160, 23);
     this.testSendIrBtn.TabIndex = 14;
     this.testSendIrBtn.Text     = "Test settop box control";
     this.testSendIrBtn.UseVisualStyleBackColor = true;
     this.testSendIrBtn.Click += new System.EventHandler(this.testSendIrBtn_Click);
     //
     // testSendIrTxtBox
     //
     this.testSendIrTxtBox.AcceptsReturn = true;
     this.testSendIrTxtBox.BorderColor   = System.Drawing.Color.Empty;
     this.testSendIrTxtBox.Location      = new System.Drawing.Point(280, 156);
     this.testSendIrTxtBox.Name          = "testSendIrTxtBox";
     this.testSendIrTxtBox.Size          = new System.Drawing.Size(160, 20);
     this.testSendIrTxtBox.TabIndex      = 13;
     this.testSendIrTxtBox.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.testSendIrTxtBox_KeyPress);
     //
     // interCommandDelayNumUpDn
     //
     this.interCommandDelayNumUpDn.Increment = new decimal(new int[]
     {
         50,
         0,
         0,
         0
     });
     this.interCommandDelayNumUpDn.Location = new System.Drawing.Point(153, 106);
     this.interCommandDelayNumUpDn.Maximum  = new decimal(new int[]
     {
         1000,
         0,
         0,
         0
     });
     this.interCommandDelayNumUpDn.Name     = "interCommandDelayNumUpDn";
     this.interCommandDelayNumUpDn.Size     = new System.Drawing.Size(48, 20);
     this.interCommandDelayNumUpDn.TabIndex = 12;
     this.interCommandDelayNumUpDn.Value    = new decimal(new int[]
     {
         100,
         0,
         0,
         0
     });
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Location  = new System.Drawing.Point(24, 108);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(121, 13);
     this.label6.TabIndex  = 11;
     this.label6.Text      = "Inter-command delay ms";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // commandRepeatNumUpDn
     //
     this.commandRepeatNumUpDn.Location = new System.Drawing.Point(153, 82);
     this.commandRepeatNumUpDn.Maximum  = new decimal(new int[]
     {
         5,
         0,
         0,
         0
     });
     this.commandRepeatNumUpDn.Minimum = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     this.commandRepeatNumUpDn.Name     = "commandRepeatNumUpDn";
     this.commandRepeatNumUpDn.Size     = new System.Drawing.Size(48, 20);
     this.commandRepeatNumUpDn.TabIndex = 10;
     this.commandRepeatNumUpDn.Value    = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(24, 84);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(117, 13);
     this.label5.TabIndex  = 9;
     this.label5.Text      = "Command repeat count";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tunerCommandsButton
     //
     this.tunerCommandsButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.tunerCommandsButton.Location = new System.Drawing.Point(280, 53);
     this.tunerCommandsButton.Name     = "tunerCommandsButton";
     this.tunerCommandsButton.Size     = new System.Drawing.Size(160, 23);
     this.tunerCommandsButton.TabIndex = 8;
     this.tunerCommandsButton.Text     = "Learn settop box commands";
     this.tunerCommandsButton.UseVisualStyleBackColor = true;
     this.tunerCommandsButton.Click += new System.EventHandler(this.tunerCommandsButton_Click);
     //
     // internalCommandsButton
     //
     this.internalCommandsButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.internalCommandsButton.Location = new System.Drawing.Point(280, 16);
     this.internalCommandsButton.Name     = "internalCommandsButton";
     this.internalCommandsButton.Size     = new System.Drawing.Size(160, 23);
     this.internalCommandsButton.TabIndex = 7;
     this.internalCommandsButton.Text     = "Learn MediaPortal commands";
     this.internalCommandsButton.UseVisualStyleBackColor = true;
     this.internalCommandsButton.Click += new System.EventHandler(this.internalCommandsButton_Click);
     //
     // enterCheckBox
     //
     this.enterCheckBox.AutoSize  = true;
     this.enterCheckBox.Enabled   = false;
     this.enterCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.enterCheckBox.Location  = new System.Drawing.Point(24, 156);
     this.enterCheckBox.Name      = "enterCheckBox";
     this.enterCheckBox.Size      = new System.Drawing.Size(189, 17);
     this.enterCheckBox.TabIndex  = 3;
     this.enterCheckBox.Text      = "Send \'Enter\' for changing channels";
     this.enterCheckBox.UseVisualStyleBackColor = true;
     this.enterCheckBox.CheckedChanged         += new System.EventHandler(this.enterCheckBox_CheckedChanged);
     //
     // digitCheckBox
     //
     this.digitCheckBox.AutoSize  = true;
     this.digitCheckBox.Enabled   = false;
     this.digitCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.digitCheckBox.Location  = new System.Drawing.Point(24, 140);
     this.digitCheckBox.Name      = "digitCheckBox";
     this.digitCheckBox.Size      = new System.Drawing.Size(180, 17);
     this.digitCheckBox.TabIndex  = 2;
     this.digitCheckBox.Text      = "Use 3 digits for channel selection";
     this.digitCheckBox.UseVisualStyleBackColor = true;
     this.digitCheckBox.CheckedChanged         += new System.EventHandler(this.digitCheckBox_CheckedChanged);
     //
     // outputCheckBox
     //
     this.outputCheckBox.AutoSize  = true;
     this.outputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.outputCheckBox.Location  = new System.Drawing.Point(8, 56);
     this.outputCheckBox.Name      = "outputCheckBox";
     this.outputCheckBox.Size      = new System.Drawing.Size(205, 17);
     this.outputCheckBox.TabIndex  = 1;
     this.outputCheckBox.Text      = "Let MediaPortal control your settopbox";
     this.outputCheckBox.UseVisualStyleBackColor = true;
     this.outputCheckBox.CheckedChanged         += new System.EventHandler(this.outputCheckBox_CheckedChanged);
     //
     // inputCheckBox
     //
     this.inputCheckBox.AutoSize  = true;
     this.inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.inputCheckBox.Location  = new System.Drawing.Point(8, 16);
     this.inputCheckBox.Name      = "inputCheckBox";
     this.inputCheckBox.Size      = new System.Drawing.Size(207, 17);
     this.inputCheckBox.TabIndex  = 0;
     this.inputCheckBox.Text      = "Use your remote to control MediaPortal";
     this.inputCheckBox.UseVisualStyleBackColor = true;
     this.inputCheckBox.CheckedChanged         += new System.EventHandler(this.inputCheckBox_CheckedChanged);
     //
     // lblUSBUIRTVersion
     //
     this.lblUSBUIRTVersion.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUSBUIRTVersion.Location = new System.Drawing.Point(200, 15);
     this.lblUSBUIRTVersion.Name     = "lblUSBUIRTVersion";
     this.lblUSBUIRTVersion.Size     = new System.Drawing.Size(246, 16);
     this.lblUSBUIRTVersion.TabIndex = 6;
     this.lblUSBUIRTVersion.Text     = "Version";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(144, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "USBUIRT driver version:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(0, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.linkLabel1);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(6, 300);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(462, 104);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "General Information";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(96, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "More information:";
     //
     // linkLabel1
     //
     this.linkLabel1.Location     = new System.Drawing.Point(112, 72);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(120, 16);
     this.linkLabel1.TabIndex     = 2;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "http://www.usbuirt.com";
     this.linkLabel1.LinkClicked +=
         new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // label2
     //
     this.label2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(16, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(438, 40);
     this.label2.TabIndex = 0;
     this.label2.Text     = resources.GetString("label2.Text");
     //
     // groupBox3
     //
     this.groupBox3.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.varDLLVersion);
     this.groupBox3.Controls.Add(this.varAPIVersion);
     this.groupBox3.Controls.Add(this.lblDLLVersion);
     this.groupBox3.Controls.Add(this.lblAPIVersion);
     this.groupBox3.Controls.Add(this.lblUSBUIRTConfigVersion);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.lblUSBUIRTVersion);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox3.Location  = new System.Drawing.Point(6, 213);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(462, 83);
     this.groupBox3.TabIndex  = 2;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Status";
     //
     // varDLLVersion
     //
     this.varDLLVersion.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.varDLLVersion.Location = new System.Drawing.Point(200, 47);
     this.varDLLVersion.Name     = "varDLLVersion";
     this.varDLLVersion.Size     = new System.Drawing.Size(246, 16);
     this.varDLLVersion.TabIndex = 12;
     this.varDLLVersion.Text     = "Version";
     //
     // varAPIVersion
     //
     this.varAPIVersion.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.varAPIVersion.Location = new System.Drawing.Point(200, 31);
     this.varAPIVersion.Name     = "varAPIVersion";
     this.varAPIVersion.Size     = new System.Drawing.Size(246, 16);
     this.varAPIVersion.TabIndex = 11;
     this.varAPIVersion.Text     = "Version";
     //
     // lblDLLVersion
     //
     this.lblDLLVersion.AutoSize = true;
     this.lblDLLVersion.Location = new System.Drawing.Point(16, 47);
     this.lblDLLVersion.Name     = "lblDLLVersion";
     this.lblDLLVersion.Size     = new System.Drawing.Size(118, 13);
     this.lblDLLVersion.TabIndex = 10;
     this.lblDLLVersion.Text     = "USBUIRT DLL version:";
     //
     // lblAPIVersion
     //
     this.lblAPIVersion.AutoSize = true;
     this.lblAPIVersion.Location = new System.Drawing.Point(16, 31);
     this.lblAPIVersion.Name     = "lblAPIVersion";
     this.lblAPIVersion.Size     = new System.Drawing.Size(115, 13);
     this.lblAPIVersion.TabIndex = 9;
     this.lblAPIVersion.Text     = "USBUIRT API version:";
     //
     // lblUSBUIRTConfigVersion
     //
     this.lblUSBUIRTConfigVersion.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUSBUIRTConfigVersion.Location = new System.Drawing.Point(200, 63);
     this.lblUSBUIRTConfigVersion.Name     = "lblUSBUIRTConfigVersion";
     this.lblUSBUIRTConfigVersion.Size     = new System.Drawing.Size(246, 13);
     this.lblUSBUIRTConfigVersion.TabIndex = 8;
     this.lblUSBUIRTConfigVersion.Text     = "Version";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(16, 63);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(126, 13);
     this.label7.TabIndex = 7;
     this.label7.Text     = "USBUIRT plugin version:";
     //
     // RemoteUSBUIRT
     //
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "RemoteUSBUIRT";
     this.Size  = new System.Drawing.Size(472, 408);
     this.Load += new System.EventHandler(this.USBUIRT_Load);
     this.groupBox1.ResumeLayout(false);
     this.SettingsPnl.ResumeLayout(false);
     this.SettingsPnl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.interCommandDelayNumUpDn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.commandRepeatNumUpDn)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #16
0
 private void InitializeComponent()
 {
     this.btnAdvanced        = new MediaPortal.UserInterface.Controls.MPButton();
     this.cmbPort            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label1             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1          = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.btnTest            = new MediaPortal.UserInterface.Controls.MPButton();
     this.groupShutdown      = new System.Windows.Forms.GroupBox();
     this.label11            = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.mpShutdown2        = new System.Windows.Forms.TextBox();
     this.mpShutdown1        = new System.Windows.Forms.TextBox();
     this.cbContrast         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbDisplayOff       = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.lblBrightness      = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tbBrightness       = new System.Windows.Forms.TrackBar();
     this.btnTestDisplay     = new MediaPortal.UserInterface.Controls.MPButton();
     this.lblContrast        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tbContrast         = new System.Windows.Forms.TrackBar();
     this.txtScrollDelay     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.gbGraphMode        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.txtPixelsToScroll  = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel5           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.ckForceGraphicText = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.txtFontSize        = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel2           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.txtFont            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel1           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label8             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.txtTimG            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.txtRowsG           = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.txtColsG           = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label9             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label10            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabel3           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.gbTextMode         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpPrefixChar       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel6           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.txtCharsToScroll   = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel4           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label2             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.txtTim             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.txtRows            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.txtCols            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label4             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label3             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label7             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cmbType            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.cbLight            = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbPropertyBrowser  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.btnOK = new MediaPortal.UserInterface.Controls.MPButton();
     this.cbExtensiveLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpDisableGUISetup  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.btnCancel          = new MediaPortal.UserInterface.Controls.MPButton();
     this.groupBox1.SuspendLayout();
     this.groupShutdown.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbBrightness)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbContrast)).BeginInit();
     this.gbGraphMode.SuspendLayout();
     this.gbTextMode.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAdvanced
     //
     this.btnAdvanced.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdvanced.Location = new System.Drawing.Point(271, 41);
     this.btnAdvanced.Name     = "btnAdvanced";
     this.btnAdvanced.Size     = new System.Drawing.Size(88, 23);
     this.btnAdvanced.TabIndex = 70;
     this.btnAdvanced.Text     = "&Advanced";
     this.btnAdvanced.UseVisualStyleBackColor = true;
     this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click);
     //
     // cmbPort
     //
     this.cmbPort.BorderColor   = System.Drawing.Color.Empty;
     this.cmbPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPort.Items.AddRange(new object[]
     {
         "LPT1",
         "LPT2",
         "LPT3",
         "LPT4",
         "USB",
         "COM1",
         "COM2",
         "COM3",
         "COM4",
         "COM5",
         "COM6",
         "COM7",
         "COM8",
         "NONE",
         "localhost"
     });
     this.cmbPort.Location = new System.Drawing.Point(40, 42);
     this.cmbPort.Name     = "cmbPort";
     this.cmbPort.Size     = new System.Drawing.Size(64, 21);
     this.cmbPort.TabIndex = 20;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 42);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(32, 23);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Port";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.btnTest);
     this.groupBox1.Controls.Add(this.groupShutdown);
     this.groupBox1.Controls.Add(this.cbContrast);
     this.groupBox1.Controls.Add(this.cbDisplayOff);
     this.groupBox1.Controls.Add(this.lblBrightness);
     this.groupBox1.Controls.Add(this.tbBrightness);
     this.groupBox1.Controls.Add(this.btnTestDisplay);
     this.groupBox1.Controls.Add(this.lblContrast);
     this.groupBox1.Controls.Add(this.tbContrast);
     this.groupBox1.Controls.Add(this.txtScrollDelay);
     this.groupBox1.Controls.Add(this.gbGraphMode);
     this.groupBox1.Controls.Add(this.mpLabel3);
     this.groupBox1.Controls.Add(this.gbTextMode);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.cmbType);
     this.groupBox1.Controls.Add(this.cbLight);
     this.groupBox1.Controls.Add(this.btnAdvanced);
     this.groupBox1.Controls.Add(this.cmbPort);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(8, 8);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(373, 402);
     this.groupBox1.TabIndex  = 3;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Configuration";
     //
     // btnTest
     //
     this.btnTest.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTest.Location = new System.Drawing.Point(271, 348);
     this.btnTest.Name     = "btnTest";
     this.btnTest.Size     = new System.Drawing.Size(92, 48);
     this.btnTest.TabIndex = 83;
     this.btnTest.Text     = "Configuration Editor";
     this.btnTest.UseVisualStyleBackColor = true;
     this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
     //
     // groupShutdown
     //
     this.groupShutdown.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupShutdown.Controls.Add(this.label11);
     this.groupShutdown.Controls.Add(this.label6);
     this.groupShutdown.Controls.Add(this.mpShutdown2);
     this.groupShutdown.Controls.Add(this.mpShutdown1);
     this.groupShutdown.Location = new System.Drawing.Point(8, 331);
     this.groupShutdown.Name     = "groupShutdown";
     this.groupShutdown.Size     = new System.Drawing.Size(191, 65);
     this.groupShutdown.TabIndex = 76;
     this.groupShutdown.TabStop  = false;
     this.groupShutdown.Text     = " ShutDown Message ";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(6, 43);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(36, 13);
     this.label11.TabIndex = 79;
     this.label11.Text     = "Line 2";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 20);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(36, 13);
     this.label6.TabIndex = 78;
     this.label6.Text     = "Line 1";
     //
     // mpShutdown2
     //
     this.mpShutdown2.Location = new System.Drawing.Point(46, 40);
     this.mpShutdown2.Name     = "mpShutdown2";
     this.mpShutdown2.Size     = new System.Drawing.Size(139, 20);
     this.mpShutdown2.TabIndex = 77;
     //
     // mpShutdown1
     //
     this.mpShutdown1.Location = new System.Drawing.Point(46, 17);
     this.mpShutdown1.Name     = "mpShutdown1";
     this.mpShutdown1.Size     = new System.Drawing.Size(139, 20);
     this.mpShutdown1.TabIndex = 76;
     //
     // cbContrast
     //
     this.cbContrast.AutoSize   = true;
     this.cbContrast.Checked    = true;
     this.cbContrast.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbContrast.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.cbContrast.Location   = new System.Drawing.Point(190, 265);
     this.cbContrast.Name       = "cbContrast";
     this.cbContrast.Size       = new System.Drawing.Size(98, 17);
     this.cbContrast.TabIndex   = 81;
     this.cbContrast.Text       = "Control contrast";
     this.cbContrast.UseVisualStyleBackColor = true;
     this.cbContrast.Visible = false;
     //
     // cbDisplayOff
     //
     this.cbDisplayOff.AutoSize  = true;
     this.cbDisplayOff.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbDisplayOff.Location  = new System.Drawing.Point(8, 234);
     this.cbDisplayOff.Name      = "cbDisplayOff";
     this.cbDisplayOff.Size      = new System.Drawing.Size(138, 17);
     this.cbDisplayOff.TabIndex  = 80;
     this.cbDisplayOff.Text      = "Turn OFF display on exit";
     this.cbDisplayOff.UseVisualStyleBackColor = true;
     this.cbDisplayOff.CheckedChanged         += new System.EventHandler(this.cbDisplayOff_CheckedChanged);
     //
     // lblBrightness
     //
     this.lblBrightness.Location = new System.Drawing.Point(16, 283);
     this.lblBrightness.Name     = "lblBrightness";
     this.lblBrightness.Size     = new System.Drawing.Size(96, 16);
     this.lblBrightness.TabIndex = 79;
     this.lblBrightness.Text     = "Brightness: ";
     //
     // tbBrightness
     //
     this.tbBrightness.Location      = new System.Drawing.Point(15, 299);
     this.tbBrightness.Maximum       = 255;
     this.tbBrightness.Name          = "tbBrightness";
     this.tbBrightness.Size          = new System.Drawing.Size(160, 45);
     this.tbBrightness.TabIndex      = 78;
     this.tbBrightness.TickFrequency = 8;
     this.tbBrightness.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.tbBrightness.Value         = 127;
     this.tbBrightness.ValueChanged += new System.EventHandler(this.tbBrightness_ValueChanged);
     //
     // btnTestDisplay
     //
     this.btnTestDisplay.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTestDisplay.Location = new System.Drawing.Point(179, 41);
     this.btnTestDisplay.Name     = "btnTestDisplay";
     this.btnTestDisplay.Size     = new System.Drawing.Size(88, 23);
     this.btnTestDisplay.TabIndex = 77;
     this.btnTestDisplay.Text     = "&Test Display";
     this.btnTestDisplay.UseVisualStyleBackColor = true;
     this.btnTestDisplay.Click += new System.EventHandler(this.btnTestDisplay_Click);
     //
     // lblContrast
     //
     this.lblContrast.Location = new System.Drawing.Point(187, 283);
     this.lblContrast.Name     = "lblContrast";
     this.lblContrast.Size     = new System.Drawing.Size(96, 16);
     this.lblContrast.TabIndex = 74;
     this.lblContrast.Text     = "Contrast:";
     //
     // tbContrast
     //
     this.tbContrast.Location      = new System.Drawing.Point(186, 299);
     this.tbContrast.Maximum       = 255;
     this.tbContrast.Name          = "tbContrast";
     this.tbContrast.Size          = new System.Drawing.Size(160, 45);
     this.tbContrast.TabIndex      = 73;
     this.tbContrast.TickFrequency = 8;
     this.tbContrast.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.tbContrast.Value         = 127;
     this.tbContrast.ValueChanged += new System.EventHandler(this.tbContrast_ValueChanged);
     //
     // txtScrollDelay
     //
     this.txtScrollDelay.BorderColor = System.Drawing.Color.Empty;
     this.txtScrollDelay.Location    = new System.Drawing.Point(96, 209);
     this.txtScrollDelay.Name        = "txtScrollDelay";
     this.txtScrollDelay.Size        = new System.Drawing.Size(48, 20);
     this.txtScrollDelay.TabIndex    = 52;
     this.txtScrollDelay.Text        = "300";
     //
     // gbGraphMode
     //
     this.gbGraphMode.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.gbGraphMode.Controls.Add(this.txtPixelsToScroll);
     this.gbGraphMode.Controls.Add(this.mpLabel5);
     this.gbGraphMode.Controls.Add(this.ckForceGraphicText);
     this.gbGraphMode.Controls.Add(this.txtFontSize);
     this.gbGraphMode.Controls.Add(this.mpLabel2);
     this.gbGraphMode.Controls.Add(this.txtFont);
     this.gbGraphMode.Controls.Add(this.mpLabel1);
     this.gbGraphMode.Controls.Add(this.label8);
     this.gbGraphMode.Controls.Add(this.txtTimG);
     this.gbGraphMode.Controls.Add(this.txtRowsG);
     this.gbGraphMode.Controls.Add(this.txtColsG);
     this.gbGraphMode.Controls.Add(this.label9);
     this.gbGraphMode.Controls.Add(this.label10);
     this.gbGraphMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.gbGraphMode.Location  = new System.Drawing.Point(168, 68);
     this.gbGraphMode.Name      = "gbGraphMode";
     this.gbGraphMode.Size      = new System.Drawing.Size(191, 188);
     this.gbGraphMode.TabIndex  = 72;
     this.gbGraphMode.TabStop   = false;
     this.gbGraphMode.Text      = "GraphMode";
     //
     // txtPixelsToScroll
     //
     this.txtPixelsToScroll.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPixelsToScroll.BorderColor = System.Drawing.Color.Empty;
     this.txtPixelsToScroll.Location    = new System.Drawing.Point(86, 135);
     this.txtPixelsToScroll.Name        = "txtPixelsToScroll";
     this.txtPixelsToScroll.Size        = new System.Drawing.Size(48, 20);
     this.txtPixelsToScroll.TabIndex    = 57;
     this.txtPixelsToScroll.Text        = "10";
     //
     // mpLabel5
     //
     this.mpLabel5.Location  = new System.Drawing.Point(8, 133);
     this.mpLabel5.Name      = "mpLabel5";
     this.mpLabel5.Size      = new System.Drawing.Size(80, 23);
     this.mpLabel5.TabIndex  = 56;
     this.mpLabel5.Text      = "Pixels to scroll";
     this.mpLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ckForceGraphicText
     //
     this.ckForceGraphicText.AutoSize  = true;
     this.ckForceGraphicText.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.ckForceGraphicText.Location  = new System.Drawing.Point(11, 161);
     this.ckForceGraphicText.Name      = "ckForceGraphicText";
     this.ckForceGraphicText.Size      = new System.Drawing.Size(123, 17);
     this.ckForceGraphicText.TabIndex  = 55;
     this.ckForceGraphicText.Text      = "Force Graphical Text";
     this.ckForceGraphicText.UseVisualStyleBackColor = true;
     //
     // txtFontSize
     //
     this.txtFontSize.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFontSize.BorderColor = System.Drawing.Color.Empty;
     this.txtFontSize.Location    = new System.Drawing.Point(86, 110);
     this.txtFontSize.Name        = "txtFontSize";
     this.txtFontSize.Size        = new System.Drawing.Size(48, 20);
     this.txtFontSize.TabIndex    = 54;
     this.txtFontSize.Text        = "10";
     //
     // mpLabel2
     //
     this.mpLabel2.Location  = new System.Drawing.Point(8, 110);
     this.mpLabel2.Name      = "mpLabel2";
     this.mpLabel2.Size      = new System.Drawing.Size(64, 23);
     this.mpLabel2.TabIndex  = 53;
     this.mpLabel2.Text      = "Font Size";
     this.mpLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtFont
     //
     this.txtFont.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFont.BorderColor = System.Drawing.Color.Empty;
     this.txtFont.Location    = new System.Drawing.Point(86, 87);
     this.txtFont.Name        = "txtFont";
     this.txtFont.Size        = new System.Drawing.Size(99, 21);
     this.txtFont.TabIndex    = 52;
     this.txtFont.Text        = "Arial Black";
     //
     // mpLabel1
     //
     this.mpLabel1.Location  = new System.Drawing.Point(8, 87);
     this.mpLabel1.Name      = "mpLabel1";
     this.mpLabel1.Size      = new System.Drawing.Size(80, 23);
     this.mpLabel1.TabIndex  = 51;
     this.mpLabel1.Text      = "Font";
     this.mpLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(8, 16);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(64, 23);
     this.label8.TabIndex  = 3;
     this.label8.Text      = "Columns";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtTimG
     //
     this.txtTimG.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTimG.BorderColor = System.Drawing.Color.Empty;
     this.txtTimG.Location    = new System.Drawing.Point(86, 64);
     this.txtTimG.Name        = "txtTimG";
     this.txtTimG.Size        = new System.Drawing.Size(48, 20);
     this.txtTimG.TabIndex    = 50;
     this.txtTimG.Text        = "1";
     //
     // txtRowsG
     //
     this.txtRowsG.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRowsG.BorderColor = System.Drawing.Color.Empty;
     this.txtRowsG.Location    = new System.Drawing.Point(86, 40);
     this.txtRowsG.Name        = "txtRowsG";
     this.txtRowsG.Size        = new System.Drawing.Size(48, 20);
     this.txtRowsG.TabIndex    = 40;
     this.txtRowsG.Text        = "240";
     //
     // txtColsG
     //
     this.txtColsG.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtColsG.BorderColor = System.Drawing.Color.Empty;
     this.txtColsG.Location    = new System.Drawing.Point(86, 16);
     this.txtColsG.Name        = "txtColsG";
     this.txtColsG.Size        = new System.Drawing.Size(48, 20);
     this.txtColsG.TabIndex    = 30;
     this.txtColsG.Text        = "320";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(8, 64);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(80, 23);
     this.label9.TabIndex  = 5;
     this.label9.Text      = "Comm. Delay";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(8, 40);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(72, 23);
     this.label10.TabIndex  = 4;
     this.label10.Text      = "Rows";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mpLabel3
     //
     this.mpLabel3.Location  = new System.Drawing.Point(5, 207);
     this.mpLabel3.Name      = "mpLabel3";
     this.mpLabel3.Size      = new System.Drawing.Size(80, 23);
     this.mpLabel3.TabIndex  = 51;
     this.mpLabel3.Text      = "Scroll Delay";
     this.mpLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // gbTextMode
     //
     this.gbTextMode.Controls.Add(this.mpPrefixChar);
     this.gbTextMode.Controls.Add(this.mpLabel6);
     this.gbTextMode.Controls.Add(this.txtCharsToScroll);
     this.gbTextMode.Controls.Add(this.mpLabel4);
     this.gbTextMode.Controls.Add(this.label2);
     this.gbTextMode.Controls.Add(this.txtTim);
     this.gbTextMode.Controls.Add(this.txtRows);
     this.gbTextMode.Controls.Add(this.txtCols);
     this.gbTextMode.Controls.Add(this.label4);
     this.gbTextMode.Controls.Add(this.label3);
     this.gbTextMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.gbTextMode.Location  = new System.Drawing.Point(8, 68);
     this.gbTextMode.Name      = "gbTextMode";
     this.gbTextMode.Size      = new System.Drawing.Size(152, 136);
     this.gbTextMode.TabIndex  = 71;
     this.gbTextMode.TabStop   = false;
     this.gbTextMode.Text      = "TextMode";
     //
     // mpPrefixChar
     //
     this.mpPrefixChar.BorderColor = System.Drawing.Color.Empty;
     this.mpPrefixChar.Location    = new System.Drawing.Point(88, 112);
     this.mpPrefixChar.Name        = "mpPrefixChar";
     this.mpPrefixChar.Size        = new System.Drawing.Size(48, 20);
     this.mpPrefixChar.TabIndex    = 56;
     this.mpPrefixChar.Visible     = false;
     //
     // mpLabel6
     //
     this.mpLabel6.Location  = new System.Drawing.Point(8, 112);
     this.mpLabel6.Name      = "mpLabel6";
     this.mpLabel6.Size      = new System.Drawing.Size(88, 23);
     this.mpLabel6.TabIndex  = 55;
     this.mpLabel6.Text      = "Line Prefix     0x";
     this.mpLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.mpLabel6.Visible   = false;
     //
     // txtCharsToScroll
     //
     this.txtCharsToScroll.BorderColor = System.Drawing.Color.Empty;
     this.txtCharsToScroll.Location    = new System.Drawing.Point(88, 87);
     this.txtCharsToScroll.Name        = "txtCharsToScroll";
     this.txtCharsToScroll.Size        = new System.Drawing.Size(48, 20);
     this.txtCharsToScroll.TabIndex    = 54;
     this.txtCharsToScroll.Text        = "1";
     //
     // mpLabel4
     //
     this.mpLabel4.Location  = new System.Drawing.Point(8, 87);
     this.mpLabel4.Name      = "mpLabel4";
     this.mpLabel4.Size      = new System.Drawing.Size(80, 23);
     this.mpLabel4.TabIndex  = 53;
     this.mpLabel4.Text      = "#Chars to scroll";
     this.mpLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 23);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Columns";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtTim
     //
     this.txtTim.BorderColor = System.Drawing.Color.Empty;
     this.txtTim.Location    = new System.Drawing.Point(88, 64);
     this.txtTim.Name        = "txtTim";
     this.txtTim.Size        = new System.Drawing.Size(48, 20);
     this.txtTim.TabIndex    = 50;
     this.txtTim.Text        = "1";
     //
     // txtRows
     //
     this.txtRows.BorderColor = System.Drawing.Color.Empty;
     this.txtRows.Location    = new System.Drawing.Point(88, 40);
     this.txtRows.Name        = "txtRows";
     this.txtRows.Size        = new System.Drawing.Size(48, 20);
     this.txtRows.TabIndex    = 40;
     this.txtRows.Text        = "2";
     //
     // txtCols
     //
     this.txtCols.BorderColor  = System.Drawing.Color.Empty;
     this.txtCols.Location     = new System.Drawing.Point(88, 16);
     this.txtCols.Name         = "txtCols";
     this.txtCols.Size         = new System.Drawing.Size(48, 20);
     this.txtCols.TabIndex     = 30;
     this.txtCols.Text         = "16";
     this.txtCols.TextChanged += new System.EventHandler(this.txtCols_TextChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 64);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(80, 23);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Comm. Delay";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 40);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Rows";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(8, 16);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(32, 23);
     this.label7.TabIndex  = 11;
     this.label7.Text      = "Type";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cmbType
     //
     this.cmbType.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbType.BorderColor               = System.Drawing.Color.Empty;
     this.cmbType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.Location                  = new System.Drawing.Point(40, 16);
     this.cmbType.Name                      = "cmbType";
     this.cmbType.Size                      = new System.Drawing.Size(319, 21);
     this.cmbType.Sorted                    = true;
     this.cmbType.TabIndex                  = 10;
     this.cmbType.SelectionChangeCommitted += new System.EventHandler(this.cmbType_SelectionChangeCommitted);
     //
     // cbLight
     //
     this.cbLight.AutoSize   = true;
     this.cbLight.Checked    = true;
     this.cbLight.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbLight.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.cbLight.Location   = new System.Drawing.Point(19, 265);
     this.cbLight.Name       = "cbLight";
     this.cbLight.Size       = new System.Drawing.Size(108, 17);
     this.cbLight.TabIndex   = 60;
     this.cbLight.Text       = "Control brightness";
     this.cbLight.UseVisualStyleBackColor = true;
     this.cbLight.Visible = false;
     //
     // cbPropertyBrowser
     //
     this.cbPropertyBrowser.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbPropertyBrowser.AutoSize  = true;
     this.cbPropertyBrowser.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbPropertyBrowser.Location  = new System.Drawing.Point(8, 447);
     this.cbPropertyBrowser.Name      = "cbPropertyBrowser";
     this.cbPropertyBrowser.Size      = new System.Drawing.Size(132, 17);
     this.cbPropertyBrowser.TabIndex  = 4;
     this.cbPropertyBrowser.Text      = "Show property browser";
     this.cbPropertyBrowser.UseVisualStyleBackColor = true;
     //
     // btnOK
     //
     this.btnOK.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(213, 435);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(78, 23);
     this.btnOK.TabIndex = 5;
     this.btnOK.Text     = "&OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // cbExtensiveLogging
     //
     this.cbExtensiveLogging.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbExtensiveLogging.AutoSize  = true;
     this.cbExtensiveLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbExtensiveLogging.Location  = new System.Drawing.Point(8, 430);
     this.cbExtensiveLogging.Name      = "cbExtensiveLogging";
     this.cbExtensiveLogging.Size      = new System.Drawing.Size(107, 17);
     this.cbExtensiveLogging.TabIndex  = 6;
     this.cbExtensiveLogging.Text      = "Extensive logging";
     this.cbExtensiveLogging.UseVisualStyleBackColor = true;
     //
     // mpDisableGUISetup
     //
     this.mpDisableGUISetup.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.mpDisableGUISetup.AutoSize  = true;
     this.mpDisableGUISetup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpDisableGUISetup.Location  = new System.Drawing.Point(8, 413);
     this.mpDisableGUISetup.Name      = "mpDisableGUISetup";
     this.mpDisableGUISetup.Size      = new System.Drawing.Size(112, 17);
     this.mpDisableGUISetup.TabIndex  = 77;
     this.mpDisableGUISetup.Text      = "Disable GUI Setup";
     this.mpDisableGUISetup.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(297, 435);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(78, 23);
     this.btnCancel.TabIndex                = 78;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // SetupForm
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(389, 464);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.mpDisableGUISetup);
     this.Controls.Add(this.cbExtensiveLogging);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.cbPropertyBrowser);
     this.Controls.Add(this.groupBox1);
     this.Name          = "SetupForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "MiniDisplay - Setup";
     this.Load         += new System.EventHandler(this.SetupForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupShutdown.ResumeLayout(false);
     this.groupShutdown.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbBrightness)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbContrast)).EndInit();
     this.gbGraphMode.ResumeLayout(false);
     this.gbGraphMode.PerformLayout();
     this.gbTextMode.ResumeLayout(false);
     this.gbTextMode.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.radioButton1           = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpGroupBox2            = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpTextBoxHostname      = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpButtonTestConnection = new MediaPortal.UserInterface.Controls.MPButton();
     this.mpLabel3                          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpComboBoxHostname                = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpGroupBox900                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpNumericTextBoxWOLTimeOut        = new MediaPortal.UserInterface.Controls.MPNumericTextBox();
     this.mpLabelWOLTimeOut                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpTextBoxMacAddress               = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel400                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpCheckBoxIsAutoMacAddressEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpCheckBoxIsWakeOnLanEnabled      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpGroupBox2.SuspendLayout();
     this.mpGroupBox900.SuspendLayout();
     this.SuspendLayout();
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // mpGroupBox2
     //
     this.mpGroupBox2.Controls.Add(this.mpTextBoxHostname);
     this.mpGroupBox2.Controls.Add(this.mpButtonTestConnection);
     this.mpGroupBox2.Controls.Add(this.mpLabel3);
     this.mpGroupBox2.Controls.Add(this.mpComboBoxHostname);
     this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox2.Location  = new System.Drawing.Point(6, 0);
     this.mpGroupBox2.Name      = "mpGroupBox2";
     this.mpGroupBox2.Size      = new System.Drawing.Size(462, 53);
     this.mpGroupBox2.TabIndex  = 17;
     this.mpGroupBox2.TabStop   = false;
     this.mpGroupBox2.Text      = "TV-Server";
     //
     // mpTextBoxHostname
     //
     this.mpTextBoxHostname.BorderColor  = System.Drawing.Color.Empty;
     this.mpTextBoxHostname.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.mpTextBoxHostname.Location     = new System.Drawing.Point(129, 25);
     this.mpTextBoxHostname.Multiline    = true;
     this.mpTextBoxHostname.Name         = "mpTextBoxHostname";
     this.mpTextBoxHostname.Size         = new System.Drawing.Size(141, 15);
     this.mpTextBoxHostname.TabIndex     = 1;
     this.mpTextBoxHostname.TextChanged += new System.EventHandler(this.mpTextBoxHostname_TextChanged);
     //
     // mpButtonTestConnection
     //
     this.mpButtonTestConnection.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.mpButtonTestConnection.Location = new System.Drawing.Point(325, 21);
     this.mpButtonTestConnection.Name     = "mpButtonTestConnection";
     this.mpButtonTestConnection.Size     = new System.Drawing.Size(131, 23);
     this.mpButtonTestConnection.TabIndex = 3;
     this.mpButtonTestConnection.Text     = "Test connection";
     this.mpButtonTestConnection.UseVisualStyleBackColor = true;
     this.mpButtonTestConnection.Click += new System.EventHandler(this.mpButtonTestConnection_Click);
     //
     // mpLabel3
     //
     this.mpLabel3.AutoSize = true;
     this.mpLabel3.Location = new System.Drawing.Point(19, 25);
     this.mpLabel3.Name     = "mpLabel3";
     this.mpLabel3.Size     = new System.Drawing.Size(58, 13);
     this.mpLabel3.TabIndex = 5;
     this.mpLabel3.Text     = "Hostname:";
     //
     // mpComboBoxHostname
     //
     this.mpComboBoxHostname.BorderColor       = System.Drawing.Color.Empty;
     this.mpComboBoxHostname.FormattingEnabled = true;
     this.mpComboBoxHostname.Location          = new System.Drawing.Point(126, 22);
     this.mpComboBoxHostname.Name      = "mpComboBoxHostname";
     this.mpComboBoxHostname.Size      = new System.Drawing.Size(164, 21);
     this.mpComboBoxHostname.TabIndex  = 2;
     this.mpComboBoxHostname.DropDown += new System.EventHandler(this.mpComboBoxHostname_DropDown);
     this.mpComboBoxHostname.SelectionChangeCommitted += new System.EventHandler(this.mpComboBoxHostname_SelectionChangeCommitted);
     //
     // mpGroupBox900
     //
     this.mpGroupBox900.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.mpGroupBox900.Controls.Add(this.mpNumericTextBoxWOLTimeOut);
     this.mpGroupBox900.Controls.Add(this.mpLabelWOLTimeOut);
     this.mpGroupBox900.Controls.Add(this.mpTextBoxMacAddress);
     this.mpGroupBox900.Controls.Add(this.mpLabel400);
     this.mpGroupBox900.Controls.Add(this.mpCheckBoxIsAutoMacAddressEnabled);
     this.mpGroupBox900.Controls.Add(this.mpCheckBoxIsWakeOnLanEnabled);
     this.mpGroupBox900.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox900.Location  = new System.Drawing.Point(6, 59);
     this.mpGroupBox900.Name      = "mpGroupBox900";
     this.mpGroupBox900.Size      = new System.Drawing.Size(462, 126);
     this.mpGroupBox900.TabIndex  = 18;
     this.mpGroupBox900.TabStop   = false;
     this.mpGroupBox900.Text      = "Wake-On-Lan";
     //
     // mpNumericTextBoxWOLTimeOut
     //
     this.mpNumericTextBoxWOLTimeOut.AutoCompleteCustomSource.AddRange(new string[] {
         "10",
         "20",
         "30",
         "40",
         "50",
         "60",
         "70",
         "80",
         "90"
     });
     this.mpNumericTextBoxWOLTimeOut.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.mpNumericTextBoxWOLTimeOut.Enabled          = false;
     this.mpNumericTextBoxWOLTimeOut.Location         = new System.Drawing.Point(126, 42);
     this.mpNumericTextBoxWOLTimeOut.MaxLength        = 4;
     this.mpNumericTextBoxWOLTimeOut.Name             = "mpNumericTextBoxWOLTimeOut";
     this.mpNumericTextBoxWOLTimeOut.Size             = new System.Drawing.Size(45, 20);
     this.mpNumericTextBoxWOLTimeOut.TabIndex         = 1;
     this.mpNumericTextBoxWOLTimeOut.Tag      = "Default timeout is 10 seconds";
     this.mpNumericTextBoxWOLTimeOut.Text     = "10";
     this.mpNumericTextBoxWOLTimeOut.Value    = 10;
     this.mpNumericTextBoxWOLTimeOut.WordWrap = false;
     //
     // mpLabelWOLTimeOut
     //
     this.mpLabelWOLTimeOut.AutoSize = true;
     this.mpLabelWOLTimeOut.Location = new System.Drawing.Point(41, 45);
     this.mpLabelWOLTimeOut.Name     = "mpLabelWOLTimeOut";
     this.mpLabelWOLTimeOut.Size     = new System.Drawing.Size(72, 13);
     this.mpLabelWOLTimeOut.TabIndex = 8;
     this.mpLabelWOLTimeOut.Text     = "WOL timeout:";
     //
     // mpTextBoxMacAddress
     //
     this.mpTextBoxMacAddress.BorderColor = System.Drawing.Color.Empty;
     this.mpTextBoxMacAddress.Location    = new System.Drawing.Point(126, 91);
     this.mpTextBoxMacAddress.MaxLength   = 17;
     this.mpTextBoxMacAddress.Name        = "mpTextBoxMacAddress";
     this.mpTextBoxMacAddress.Size        = new System.Drawing.Size(97, 20);
     this.mpTextBoxMacAddress.TabIndex    = 3;
     this.mpTextBoxMacAddress.Text        = "00:00:00:00:00:00";
     //
     // mpLabel400
     //
     this.mpLabel400.AutoSize = true;
     this.mpLabel400.Location = new System.Drawing.Point(41, 94);
     this.mpLabel400.Name     = "mpLabel400";
     this.mpLabel400.Size     = new System.Drawing.Size(74, 13);
     this.mpLabel400.TabIndex = 6;
     this.mpLabel400.Text     = "MAC Address:";
     //
     // mpCheckBoxIsAutoMacAddressEnabled
     //
     this.mpCheckBoxIsAutoMacAddressEnabled.AutoSize  = true;
     this.mpCheckBoxIsAutoMacAddressEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpCheckBoxIsAutoMacAddressEnabled.Location  = new System.Drawing.Point(44, 68);
     this.mpCheckBoxIsAutoMacAddressEnabled.Name      = "mpCheckBoxIsAutoMacAddressEnabled";
     this.mpCheckBoxIsAutoMacAddressEnabled.Size      = new System.Drawing.Size(192, 17);
     this.mpCheckBoxIsAutoMacAddressEnabled.TabIndex  = 2;
     this.mpCheckBoxIsAutoMacAddressEnabled.Text      = "Auto-configure server MAC Address";
     this.mpCheckBoxIsAutoMacAddressEnabled.UseVisualStyleBackColor = true;
     this.mpCheckBoxIsAutoMacAddressEnabled.CheckedChanged         += new System.EventHandler(this.mpCheckBoxIsAutoMacAddressEnabled_CheckedChanged);
     //
     // mpCheckBoxIsWakeOnLanEnabled
     //
     this.mpCheckBoxIsWakeOnLanEnabled.AutoSize  = true;
     this.mpCheckBoxIsWakeOnLanEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpCheckBoxIsWakeOnLanEnabled.Location  = new System.Drawing.Point(22, 19);
     this.mpCheckBoxIsWakeOnLanEnabled.Name      = "mpCheckBoxIsWakeOnLanEnabled";
     this.mpCheckBoxIsWakeOnLanEnabled.Size      = new System.Drawing.Size(172, 17);
     this.mpCheckBoxIsWakeOnLanEnabled.TabIndex  = 0;
     this.mpCheckBoxIsWakeOnLanEnabled.Text      = "Wake up TV Server as needed";
     this.mpCheckBoxIsWakeOnLanEnabled.UseVisualStyleBackColor = true;
     this.mpCheckBoxIsWakeOnLanEnabled.CheckedChanged         += new System.EventHandler(this.mpCheckBoxIsWakeOnLanEnabled_CheckedChanged);
     //
     // TVRadio
     //
     this.Controls.Add(this.mpGroupBox900);
     this.Controls.Add(this.mpGroupBox2);
     this.Name = "TVRadio";
     this.Size = new System.Drawing.Size(472, 427);
     this.mpGroupBox2.ResumeLayout(false);
     this.mpGroupBox2.PerformLayout();
     this.mpGroupBox900.ResumeLayout(false);
     this.mpGroupBox900.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.mpGroupBox1               = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelError2               = new System.Windows.Forms.Label();
     this.mpGroupBox2               = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpRadioButton2            = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpRadioButton1            = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.textBoxImmediateSkipSteps = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel1                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBoxTimeout          = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.numericUpDownSkipTimeout = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.labelSkipTimeout         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.buttonResetSkipSteps     = new MediaPortal.UserInterface.Controls.MPButton();
     this.groupBoxSkipSteps        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelError               = new System.Windows.Forms.Label();
     this.textBoxManualSkipSteps   = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxStep16 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep4  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep15 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep12 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep11 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep10 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep9  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep5  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep6  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep14 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep8  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep13 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep7  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep3  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep2  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep1  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpGroupBox1.SuspendLayout();
     this.mpGroupBox2.SuspendLayout();
     this.groupBoxTimeout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSkipTimeout)).BeginInit();
     this.groupBoxSkipSteps.SuspendLayout();
     this.SuspendLayout();
     //
     // mpGroupBox1
     //
     this.mpGroupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox1.Controls.Add(this.labelError2);
     this.mpGroupBox1.Controls.Add(this.mpGroupBox2);
     this.mpGroupBox1.Controls.Add(this.textBoxImmediateSkipSteps);
     this.mpGroupBox1.Controls.Add(this.mpLabel1);
     this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox1.Location  = new System.Drawing.Point(6, 304);
     this.mpGroupBox1.Name      = "mpGroupBox1";
     this.mpGroupBox1.Size      = new System.Drawing.Size(347, 77);
     this.mpGroupBox1.TabIndex  = 5;
     this.mpGroupBox1.TabStop   = false;
     this.mpGroupBox1.Text      = "Immediate skip steps (up / down)";
     //
     // labelError2
     //
     this.labelError2.Location = new System.Drawing.Point(145, 54);
     this.labelError2.Name     = "labelError2";
     this.labelError2.Size     = new System.Drawing.Size(196, 17);
     this.labelError2.TabIndex = 54;
     //
     // mpGroupBox2
     //
     this.mpGroupBox2.Controls.Add(this.mpRadioButton2);
     this.mpGroupBox2.Controls.Add(this.mpRadioButton1);
     this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox2.Location  = new System.Drawing.Point(6, 17);
     this.mpGroupBox2.Name      = "mpGroupBox2";
     this.mpGroupBox2.Size      = new System.Drawing.Size(130, 54);
     this.mpGroupBox2.TabIndex  = 7;
     this.mpGroupBox2.TabStop   = false;
     this.mpGroupBox2.Text      = "Skip type";
     //
     // mpRadioButton2
     //
     this.mpRadioButton2.AutoSize  = true;
     this.mpRadioButton2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpRadioButton2.Location  = new System.Drawing.Point(7, 34);
     this.mpRadioButton2.Name      = "mpRadioButton2";
     this.mpRadioButton2.Size      = new System.Drawing.Size(115, 17);
     this.mpRadioButton2.TabIndex  = 3;
     this.mpRadioButton2.Text      = "Constant (seconds)";
     this.mpRadioButton2.UseVisualStyleBackColor = true;
     //
     // mpRadioButton1
     //
     this.mpRadioButton1.AutoSize  = true;
     this.mpRadioButton1.Checked   = true;
     this.mpRadioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpRadioButton1.Location  = new System.Drawing.Point(7, 14);
     this.mpRadioButton1.Name      = "mpRadioButton1";
     this.mpRadioButton1.Size      = new System.Drawing.Size(80, 17);
     this.mpRadioButton1.TabIndex  = 2;
     this.mpRadioButton1.TabStop   = true;
     this.mpRadioButton1.Text      = "Relative (%)";
     this.mpRadioButton1.UseVisualStyleBackColor = true;
     //
     // textBoxImmediateSkipSteps
     //
     this.textBoxImmediateSkipSteps.AcceptsReturn = true;
     this.textBoxImmediateSkipSteps.BorderColor   = System.Drawing.Color.Empty;
     this.textBoxImmediateSkipSteps.Location      = new System.Drawing.Point(148, 33);
     this.textBoxImmediateSkipSteps.Name          = "textBoxImmediateSkipSteps";
     this.textBoxImmediateSkipSteps.Size          = new System.Drawing.Size(55, 20);
     this.textBoxImmediateSkipSteps.TabIndex      = 6;
     this.textBoxImmediateSkipSteps.TextChanged  += new System.EventHandler(this.textBoxImmediateSkipSteps_TextChanged);
     //
     // mpLabel1
     //
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(145, 17);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(168, 13);
     this.mpLabel1.TabIndex = 5;
     this.mpLabel1.Text     = "Skip value (in seconds or percent)";
     //
     // groupBoxTimeout
     //
     this.groupBoxTimeout.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxTimeout.Controls.Add(this.numericUpDownSkipTimeout);
     this.groupBoxTimeout.Controls.Add(this.labelSkipTimeout);
     this.groupBoxTimeout.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxTimeout.Location  = new System.Drawing.Point(6, 258);
     this.groupBoxTimeout.Name      = "groupBoxTimeout";
     this.groupBoxTimeout.Size      = new System.Drawing.Size(462, 40);
     this.groupBoxTimeout.TabIndex  = 4;
     this.groupBoxTimeout.TabStop   = false;
     this.groupBoxTimeout.Text      = "Timeout";
     //
     // numericUpDownSkipTimeout
     //
     this.numericUpDownSkipTimeout.Increment = new decimal(new int[]
     {
         100,
         0,
         0,
         0
     });
     this.numericUpDownSkipTimeout.Location = new System.Drawing.Point(213, 14);
     this.numericUpDownSkipTimeout.Maximum  = new decimal(new int[]
     {
         10000,
         0,
         0,
         0
     });
     this.numericUpDownSkipTimeout.Name     = "numericUpDownSkipTimeout";
     this.numericUpDownSkipTimeout.Size     = new System.Drawing.Size(56, 20);
     this.numericUpDownSkipTimeout.TabIndex = 1;
     this.numericUpDownSkipTimeout.Value    = new decimal(new int[]
     {
         1500,
         0,
         0,
         0
     });
     //
     // labelSkipTimeout
     //
     this.labelSkipTimeout.AutoSize = true;
     this.labelSkipTimeout.Location = new System.Drawing.Point(12, 16);
     this.labelSkipTimeout.Name     = "labelSkipTimeout";
     this.labelSkipTimeout.Size     = new System.Drawing.Size(195, 13);
     this.labelSkipTimeout.TabIndex = 0;
     this.labelSkipTimeout.Text     = "Timeout before skipping occurs (msec.):";
     //
     // buttonResetSkipSteps
     //
     this.buttonResetSkipSteps.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonResetSkipSteps.Location = new System.Drawing.Point(376, 358);
     this.buttonResetSkipSteps.Name     = "buttonResetSkipSteps";
     this.buttonResetSkipSteps.Size     = new System.Drawing.Size(75, 23);
     this.buttonResetSkipSteps.TabIndex = 6;
     this.buttonResetSkipSteps.Text     = "Defaults";
     this.buttonResetSkipSteps.UseVisualStyleBackColor = true;
     this.buttonResetSkipSteps.Click += new System.EventHandler(this.buttonResetSkipSteps_Click);
     //
     // groupBoxSkipSteps
     //
     this.groupBoxSkipSteps.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxSkipSteps.Controls.Add(this.labelError);
     this.groupBoxSkipSteps.Controls.Add(this.textBoxManualSkipSteps);
     this.groupBoxSkipSteps.Controls.Add(this.label1);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep16);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep4);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep15);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep12);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep11);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep10);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep9);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep5);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep6);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep14);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep8);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep13);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep7);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep3);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep2);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep1);
     this.groupBoxSkipSteps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxSkipSteps.Location  = new System.Drawing.Point(6, 0);
     this.groupBoxSkipSteps.Name      = "groupBoxSkipSteps";
     this.groupBoxSkipSteps.Size      = new System.Drawing.Size(462, 252);
     this.groupBoxSkipSteps.TabIndex  = 3;
     this.groupBoxSkipSteps.TabStop   = false;
     this.groupBoxSkipSteps.Text      = "Skip steps (left / right)";
     //
     // labelError
     //
     this.labelError.Location = new System.Drawing.Point(210, 206);
     this.labelError.Name     = "labelError";
     this.labelError.Size     = new System.Drawing.Size(212, 16);
     this.labelError.TabIndex = 53;
     //
     // textBoxManualSkipSteps
     //
     this.textBoxManualSkipSteps.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxManualSkipSteps.BorderColor  = System.Drawing.Color.Empty;
     this.textBoxManualSkipSteps.Location     = new System.Drawing.Point(158, 222);
     this.textBoxManualSkipSteps.Name         = "textBoxManualSkipSteps";
     this.textBoxManualSkipSteps.Size         = new System.Drawing.Size(298, 20);
     this.textBoxManualSkipSteps.TabIndex     = 17;
     this.textBoxManualSkipSteps.Text         = "15,30,60,180,300,600,900,1800,3600,7200";
     this.textBoxManualSkipSteps.TextChanged += new System.EventHandler(this.textBoxManualSkipSteps_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 225);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(135, 13);
     this.label1.TabIndex = 16;
     this.label1.Text     = "Define skip steps manually:";
     //
     // checkBoxStep16
     //
     this.checkBoxStep16.AutoSize  = true;
     this.checkBoxStep16.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep16.Location  = new System.Drawing.Point(210, 98);
     this.checkBoxStep16.Name      = "checkBoxStep16";
     this.checkBoxStep16.Size      = new System.Drawing.Size(56, 17);
     this.checkBoxStep16.TabIndex  = 15;
     this.checkBoxStep16.Text      = "+/- 3 h";
     this.checkBoxStep16.UseVisualStyleBackColor = true;
     this.checkBoxStep16.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep4
     //
     this.checkBoxStep4.AutoSize  = true;
     this.checkBoxStep4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep4.Location  = new System.Drawing.Point(15, 98);
     this.checkBoxStep4.Name      = "checkBoxStep4";
     this.checkBoxStep4.Size      = new System.Drawing.Size(73, 17);
     this.checkBoxStep4.TabIndex  = 3;
     this.checkBoxStep4.Text      = "+/- 45 sec";
     this.checkBoxStep4.UseVisualStyleBackColor = true;
     this.checkBoxStep4.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep15
     //
     this.checkBoxStep15.AutoSize   = true;
     this.checkBoxStep15.Checked    = true;
     this.checkBoxStep15.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep15.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep15.Location   = new System.Drawing.Point(210, 75);
     this.checkBoxStep15.Name       = "checkBoxStep15";
     this.checkBoxStep15.Size       = new System.Drawing.Size(56, 17);
     this.checkBoxStep15.TabIndex   = 14;
     this.checkBoxStep15.Text       = "+/- 2 h";
     this.checkBoxStep15.UseVisualStyleBackColor = true;
     this.checkBoxStep15.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep12
     //
     this.checkBoxStep12.AutoSize  = true;
     this.checkBoxStep12.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep12.Location  = new System.Drawing.Point(113, 190);
     this.checkBoxStep12.Name      = "checkBoxStep12";
     this.checkBoxStep12.Size      = new System.Drawing.Size(72, 17);
     this.checkBoxStep12.TabIndex  = 11;
     this.checkBoxStep12.Text      = "+/- 45 min";
     this.checkBoxStep12.UseVisualStyleBackColor = true;
     this.checkBoxStep12.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep11
     //
     this.checkBoxStep11.AutoSize   = true;
     this.checkBoxStep11.Checked    = true;
     this.checkBoxStep11.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep11.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep11.Location   = new System.Drawing.Point(113, 167);
     this.checkBoxStep11.Name       = "checkBoxStep11";
     this.checkBoxStep11.Size       = new System.Drawing.Size(72, 17);
     this.checkBoxStep11.TabIndex   = 10;
     this.checkBoxStep11.Text       = "+/- 30 min";
     this.checkBoxStep11.UseVisualStyleBackColor = true;
     this.checkBoxStep11.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep10
     //
     this.checkBoxStep10.AutoSize   = true;
     this.checkBoxStep10.Checked    = true;
     this.checkBoxStep10.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep10.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep10.Location   = new System.Drawing.Point(113, 144);
     this.checkBoxStep10.Name       = "checkBoxStep10";
     this.checkBoxStep10.Size       = new System.Drawing.Size(72, 17);
     this.checkBoxStep10.TabIndex   = 9;
     this.checkBoxStep10.Text       = "+/- 15 min";
     this.checkBoxStep10.UseVisualStyleBackColor = true;
     this.checkBoxStep10.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep9
     //
     this.checkBoxStep9.AutoSize   = true;
     this.checkBoxStep9.Checked    = true;
     this.checkBoxStep9.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep9.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep9.Location   = new System.Drawing.Point(113, 121);
     this.checkBoxStep9.Name       = "checkBoxStep9";
     this.checkBoxStep9.Size       = new System.Drawing.Size(72, 17);
     this.checkBoxStep9.TabIndex   = 8;
     this.checkBoxStep9.Text       = "+/- 10 min";
     this.checkBoxStep9.UseVisualStyleBackColor = true;
     this.checkBoxStep9.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep5
     //
     this.checkBoxStep5.AutoSize   = true;
     this.checkBoxStep5.Checked    = true;
     this.checkBoxStep5.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep5.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep5.Location   = new System.Drawing.Point(113, 29);
     this.checkBoxStep5.Name       = "checkBoxStep5";
     this.checkBoxStep5.Size       = new System.Drawing.Size(66, 17);
     this.checkBoxStep5.TabIndex   = 4;
     this.checkBoxStep5.Text       = "+/- 1 min";
     this.checkBoxStep5.UseVisualStyleBackColor = true;
     this.checkBoxStep5.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep6
     //
     this.checkBoxStep6.AutoSize   = true;
     this.checkBoxStep6.Checked    = true;
     this.checkBoxStep6.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep6.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep6.Location   = new System.Drawing.Point(113, 52);
     this.checkBoxStep6.Name       = "checkBoxStep6";
     this.checkBoxStep6.Size       = new System.Drawing.Size(66, 17);
     this.checkBoxStep6.TabIndex   = 5;
     this.checkBoxStep6.Text       = "+/- 3 min";
     this.checkBoxStep6.UseVisualStyleBackColor = true;
     this.checkBoxStep6.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep14
     //
     this.checkBoxStep14.AutoSize  = true;
     this.checkBoxStep14.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep14.Location  = new System.Drawing.Point(210, 52);
     this.checkBoxStep14.Name      = "checkBoxStep14";
     this.checkBoxStep14.Size      = new System.Drawing.Size(65, 17);
     this.checkBoxStep14.TabIndex  = 13;
     this.checkBoxStep14.Text      = "+/- 1,5 h";
     this.checkBoxStep14.UseVisualStyleBackColor = true;
     this.checkBoxStep14.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep8
     //
     this.checkBoxStep8.AutoSize  = true;
     this.checkBoxStep8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep8.Location  = new System.Drawing.Point(113, 98);
     this.checkBoxStep8.Name      = "checkBoxStep8";
     this.checkBoxStep8.Size      = new System.Drawing.Size(66, 17);
     this.checkBoxStep8.TabIndex  = 7;
     this.checkBoxStep8.Text      = "+/- 7 min";
     this.checkBoxStep8.UseVisualStyleBackColor = true;
     this.checkBoxStep8.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep13
     //
     this.checkBoxStep13.AutoSize   = true;
     this.checkBoxStep13.Checked    = true;
     this.checkBoxStep13.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep13.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep13.Location   = new System.Drawing.Point(210, 29);
     this.checkBoxStep13.Name       = "checkBoxStep13";
     this.checkBoxStep13.Size       = new System.Drawing.Size(56, 17);
     this.checkBoxStep13.TabIndex   = 12;
     this.checkBoxStep13.Text       = "+/- 1 h";
     this.checkBoxStep13.UseVisualStyleBackColor = true;
     this.checkBoxStep13.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep7
     //
     this.checkBoxStep7.AutoSize   = true;
     this.checkBoxStep7.Checked    = true;
     this.checkBoxStep7.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep7.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep7.Location   = new System.Drawing.Point(113, 75);
     this.checkBoxStep7.Name       = "checkBoxStep7";
     this.checkBoxStep7.Size       = new System.Drawing.Size(66, 17);
     this.checkBoxStep7.TabIndex   = 6;
     this.checkBoxStep7.Text       = "+/- 5 min";
     this.checkBoxStep7.UseVisualStyleBackColor = true;
     this.checkBoxStep7.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep3
     //
     this.checkBoxStep3.AutoSize   = true;
     this.checkBoxStep3.Checked    = true;
     this.checkBoxStep3.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep3.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep3.Location   = new System.Drawing.Point(15, 75);
     this.checkBoxStep3.Name       = "checkBoxStep3";
     this.checkBoxStep3.Size       = new System.Drawing.Size(73, 17);
     this.checkBoxStep3.TabIndex   = 2;
     this.checkBoxStep3.Text       = "+/- 30 sec";
     this.checkBoxStep3.UseVisualStyleBackColor = true;
     this.checkBoxStep3.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep2
     //
     this.checkBoxStep2.AutoSize   = true;
     this.checkBoxStep2.Checked    = true;
     this.checkBoxStep2.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep2.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep2.Location   = new System.Drawing.Point(15, 52);
     this.checkBoxStep2.Name       = "checkBoxStep2";
     this.checkBoxStep2.Size       = new System.Drawing.Size(73, 17);
     this.checkBoxStep2.TabIndex   = 1;
     this.checkBoxStep2.Text       = "+/- 15 sec";
     this.checkBoxStep2.UseVisualStyleBackColor = true;
     this.checkBoxStep2.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep1
     //
     this.checkBoxStep1.AutoSize  = true;
     this.checkBoxStep1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep1.Location  = new System.Drawing.Point(15, 29);
     this.checkBoxStep1.Name      = "checkBoxStep1";
     this.checkBoxStep1.Size      = new System.Drawing.Size(67, 17);
     this.checkBoxStep1.TabIndex  = 0;
     this.checkBoxStep1.Text      = "+/- 5 sec";
     this.checkBoxStep1.UseVisualStyleBackColor = true;
     this.checkBoxStep1.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // GuiSkipSteps
     //
     this.Controls.Add(this.mpGroupBox1);
     this.Controls.Add(this.groupBoxTimeout);
     this.Controls.Add(this.buttonResetSkipSteps);
     this.Controls.Add(this.groupBoxSkipSteps);
     this.Name = "GuiSkipSteps";
     this.Size = new System.Drawing.Size(472, 476);
     this.mpGroupBox1.ResumeLayout(false);
     this.mpGroupBox1.PerformLayout();
     this.mpGroupBox2.ResumeLayout(false);
     this.mpGroupBox2.PerformLayout();
     this.groupBoxTimeout.ResumeLayout(false);
     this.groupBoxTimeout.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSkipTimeout)).EndInit();
     this.groupBoxSkipSteps.ResumeLayout(false);
     this.groupBoxSkipSteps.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1                 = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.IRDelayTextBox            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.IRDelayLabel              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.browsePathToWinlircButton = new MediaPortal.UserInterface.Controls.MPButton();
     this.pathToWinlircTextBox      = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.PathToWinlircLabel        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.inputCheckBox             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBox2                 = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.infoTextBox               = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.openFileDialog1           = new System.Windows.Forms.OpenFileDialog();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.IRDelayTextBox);
     this.groupBox1.Controls.Add(this.IRDelayLabel);
     this.groupBox1.Controls.Add(this.browsePathToWinlircButton);
     this.groupBox1.Controls.Add(this.pathToWinlircTextBox);
     this.groupBox1.Controls.Add(this.PathToWinlircLabel);
     this.groupBox1.Controls.Add(this.inputCheckBox);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(6, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(462, 112);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "General settings";
     //
     // IRDelayTextBox
     //
     this.IRDelayTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.IRDelayTextBox.BorderColor = System.Drawing.Color.Empty;
     this.IRDelayTextBox.Location    = new System.Drawing.Point(168, 76);
     this.IRDelayTextBox.Name        = "IRDelayTextBox";
     this.IRDelayTextBox.Size        = new System.Drawing.Size(278, 20);
     this.IRDelayTextBox.TabIndex    = 5;
     this.IRDelayTextBox.Text        = "300";
     //
     // IRDelayLabel
     //
     this.IRDelayLabel.Location = new System.Drawing.Point(16, 80);
     this.IRDelayLabel.Name     = "IRDelayLabel";
     this.IRDelayLabel.Size     = new System.Drawing.Size(88, 16);
     this.IRDelayLabel.TabIndex = 4;
     this.IRDelayLabel.Text     = "IR delay (msec):";
     //
     // browsePathToWinlircButton
     //
     this.browsePathToWinlircButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.browsePathToWinlircButton.Location = new System.Drawing.Point(374, 51);
     this.browsePathToWinlircButton.Name     = "browsePathToWinlircButton";
     this.browsePathToWinlircButton.Size     = new System.Drawing.Size(72, 22);
     this.browsePathToWinlircButton.TabIndex = 3;
     this.browsePathToWinlircButton.Text     = "Browse";
     this.browsePathToWinlircButton.UseVisualStyleBackColor = true;
     this.browsePathToWinlircButton.Click += new System.EventHandler(this.browsePathToWinlircButton_Click);
     //
     // pathToWinlircTextBox
     //
     this.pathToWinlircTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.pathToWinlircTextBox.BorderColor = System.Drawing.Color.Empty;
     this.pathToWinlircTextBox.Location    = new System.Drawing.Point(168, 52);
     this.pathToWinlircTextBox.Name        = "pathToWinlircTextBox";
     this.pathToWinlircTextBox.Size        = new System.Drawing.Size(198, 20);
     this.pathToWinlircTextBox.TabIndex    = 2;
     //
     // PathToWinlircLabel
     //
     this.PathToWinlircLabel.Location = new System.Drawing.Point(16, 56);
     this.PathToWinlircLabel.Name     = "PathToWinlircLabel";
     this.PathToWinlircLabel.Size     = new System.Drawing.Size(96, 16);
     this.PathToWinlircLabel.TabIndex = 1;
     this.PathToWinlircLabel.Text     = "Path to WinLIRC:";
     //
     // inputCheckBox
     //
     this.inputCheckBox.AutoSize  = true;
     this.inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.inputCheckBox.Location  = new System.Drawing.Point(16, 24);
     this.inputCheckBox.Name      = "inputCheckBox";
     this.inputCheckBox.Size      = new System.Drawing.Size(246, 17);
     this.inputCheckBox.TabIndex  = 0;
     this.inputCheckBox.Text      = "Enable WINLIRC for output to external devices";
     this.inputCheckBox.UseVisualStyleBackColor = true;
     this.inputCheckBox.CheckedChanged         += new System.EventHandler(this.inputCheckBox_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.infoTextBox);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(6, 120);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(462, 288);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Information";
     //
     // infoTextBox
     //
     this.infoTextBox.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.infoTextBox.BackColor   = System.Drawing.SystemColors.Control;
     this.infoTextBox.BorderColor = System.Drawing.Color.Empty;
     this.infoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.infoTextBox.Location    = new System.Drawing.Point(16, 24);
     this.infoTextBox.Multiline   = true;
     this.infoTextBox.Name        = "infoTextBox";
     this.infoTextBox.ReadOnly    = true;
     this.infoTextBox.Size        = new System.Drawing.Size(430, 248);
     this.infoTextBox.TabIndex    = 0;
     this.infoTextBox.WordWrap    = false;
     //
     // RemoteWinLirc
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "RemoteWinLirc";
     this.Size  = new System.Drawing.Size(472, 408);
     this.Load += new System.EventHandler(this.WINLIRC_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components         = new System.ComponentModel.Container();
     this.tabControl1        = new MediaPortal.UserInterface.Controls.MPTabControl();
     this.tabPage1           = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.editFormat1        = new Yeti.MMedia.EditFormat();
     this.tabPage2           = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.checkBoxPrivate    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxOriginal   = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCRC        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCopyRight  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxVBR        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxVBR        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.label8             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label7             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxVBRMethod  = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label4             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.trackBarVBRQuality = new System.Windows.Forms.TrackBar();
     this.label6             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxAvgBitrate = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label5             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxMaxBitRate = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label3             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxBitRate    = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.textBoxMpegVersion = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBoxVBR.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(336, 280);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.editFormat1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(328, 254);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Input format";
     //
     // editFormat1
     //
     this.editFormat1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.editFormat1.Location = new System.Drawing.Point(0, 0);
     this.editFormat1.Name     = "editFormat1";
     this.editFormat1.ReadOnly = true;
     this.editFormat1.Size     = new System.Drawing.Size(328, 254);
     this.editFormat1.TabIndex = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.checkBoxPrivate);
     this.tabPage2.Controls.Add(this.checkBoxOriginal);
     this.tabPage2.Controls.Add(this.checkBoxCRC);
     this.tabPage2.Controls.Add(this.checkBoxCopyRight);
     this.tabPage2.Controls.Add(this.checkBoxVBR);
     this.tabPage2.Controls.Add(this.groupBoxVBR);
     this.tabPage2.Controls.Add(this.comboBoxBitRate);
     this.tabPage2.Controls.Add(this.textBoxMpegVersion);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(328, 254);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "MP3 config";
     //
     // checkBoxPrivate
     //
     this.checkBoxPrivate.Location = new System.Drawing.Point(248, 48);
     this.checkBoxPrivate.Name     = "checkBoxPrivate";
     this.checkBoxPrivate.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxPrivate.TabIndex = 9;
     this.checkBoxPrivate.Text     = "Private";
     this.toolTip1.SetToolTip(this.checkBoxPrivate, "Controls the private bit of MP3 stream");
     this.checkBoxPrivate.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxOriginal
     //
     this.checkBoxOriginal.Location = new System.Drawing.Point(168, 48);
     this.checkBoxOriginal.Name     = "checkBoxOriginal";
     this.checkBoxOriginal.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxOriginal.TabIndex = 8;
     this.checkBoxOriginal.Text     = "Original";
     this.toolTip1.SetToolTip(this.checkBoxOriginal, "Controls the original bit of MP3 stream");
     this.checkBoxOriginal.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxCRC
     //
     this.checkBoxCRC.Location = new System.Drawing.Point(88, 48);
     this.checkBoxCRC.Name     = "checkBoxCRC";
     this.checkBoxCRC.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxCRC.TabIndex = 7;
     this.checkBoxCRC.Text     = "CRC";
     this.toolTip1.SetToolTip(this.checkBoxCRC, "If set enables CRC-checksum in the bitstream");
     this.checkBoxCRC.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxCopyRight
     //
     this.checkBoxCopyRight.Location = new System.Drawing.Point(8, 48);
     this.checkBoxCopyRight.Name     = "checkBoxCopyRight";
     this.checkBoxCopyRight.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxCopyRight.TabIndex = 6;
     this.checkBoxCopyRight.Text     = "Copyright";
     this.toolTip1.SetToolTip(this.checkBoxCopyRight, "Controls the copyrightb bit of MP3 stream");
     this.checkBoxCopyRight.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxVBR
     //
     this.checkBoxVBR.Location        = new System.Drawing.Point(8, 72);
     this.checkBoxVBR.Name            = "checkBoxVBR";
     this.checkBoxVBR.Size            = new System.Drawing.Size(192, 24);
     this.checkBoxVBR.TabIndex        = 5;
     this.checkBoxVBR.Text            = "Enable Variable Bit Rate (VBR)";
     this.checkBoxVBR.CheckedChanged += new System.EventHandler(this.checkBoxVBR_CheckedChanged);
     //
     // groupBoxVBR
     //
     this.groupBoxVBR.Controls.Add(this.label8);
     this.groupBoxVBR.Controls.Add(this.label7);
     this.groupBoxVBR.Controls.Add(this.comboBoxVBRMethod);
     this.groupBoxVBR.Controls.Add(this.label4);
     this.groupBoxVBR.Controls.Add(this.trackBarVBRQuality);
     this.groupBoxVBR.Controls.Add(this.label6);
     this.groupBoxVBR.Controls.Add(this.comboBoxAvgBitrate);
     this.groupBoxVBR.Controls.Add(this.label5);
     this.groupBoxVBR.Controls.Add(this.comboBoxMaxBitRate);
     this.groupBoxVBR.Controls.Add(this.label3);
     this.groupBoxVBR.Location = new System.Drawing.Point(8, 96);
     this.groupBoxVBR.Name     = "groupBoxVBR";
     this.groupBoxVBR.Size     = new System.Drawing.Size(304, 144);
     this.groupBoxVBR.TabIndex = 4;
     this.groupBoxVBR.TabStop  = false;
     this.groupBoxVBR.Text     = "VBR options";
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                                System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(256, 64);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(32, 16);
     this.label8.TabIndex = 13;
     this.label8.Text     = "Min";
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                                System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(152, 64);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(56, 16);
     this.label7.TabIndex = 12;
     this.label7.Text     = "Max.";
     //
     // comboBoxVBRMethod
     //
     this.comboBoxVBRMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxVBRMethod.Items.AddRange(new object[]
     {
         "NONE",
         "DEFAULT",
         "OLD",
         "NEW",
         "MTRH",
         "ABR"
     });
     this.comboBoxVBRMethod.Location              = new System.Drawing.Point(8, 32);
     this.comboBoxVBRMethod.Name                  = "comboBoxVBRMethod";
     this.comboBoxVBRMethod.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxVBRMethod.TabIndex              = 7;
     this.comboBoxVBRMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxVBRMethod_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 16);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(96, 24);
     this.label4.TabIndex = 6;
     this.label4.Text     = "VBR method:";
     //
     // trackBarVBRQuality
     //
     this.trackBarVBRQuality.LargeChange = 0;
     this.trackBarVBRQuality.Location    = new System.Drawing.Point(144, 32);
     this.trackBarVBRQuality.Maximum     = 9;
     this.trackBarVBRQuality.Name        = "trackBarVBRQuality";
     this.trackBarVBRQuality.Size        = new System.Drawing.Size(144, 42);
     this.trackBarVBRQuality.TabIndex    = 11;
     this.trackBarVBRQuality.Scroll     += new System.EventHandler(this.Control_Changed);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(152, 16);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(100, 16);
     this.label6.TabIndex = 10;
     this.label6.Text     = "VBR quality:";
     //
     // comboBoxAvgBitrate
     //
     this.comboBoxAvgBitrate.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAvgBitrate.Location              = new System.Drawing.Point(8, 112);
     this.comboBoxAvgBitrate.Name                  = "comboBoxAvgBitrate";
     this.comboBoxAvgBitrate.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxAvgBitrate.TabIndex              = 9;
     this.comboBoxAvgBitrate.SelectedIndexChanged += new System.EventHandler(this.Control_Changed);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 96);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Average bit rate:";
     //
     // comboBoxMaxBitRate
     //
     this.comboBoxMaxBitRate.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxMaxBitRate.Location              = new System.Drawing.Point(8, 72);
     this.comboBoxMaxBitRate.Name                  = "comboBoxMaxBitRate";
     this.comboBoxMaxBitRate.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxMaxBitRate.TabIndex              = 5;
     this.comboBoxMaxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 56);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(104, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Max bit rate:";
     //
     // comboBoxBitRate
     //
     this.comboBoxBitRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxBitRate.Location      = new System.Drawing.Point(168, 24);
     this.comboBoxBitRate.Name          = "comboBoxBitRate";
     this.comboBoxBitRate.Size          = new System.Drawing.Size(121, 21);
     this.comboBoxBitRate.TabIndex      = 3;
     this.toolTip1.SetToolTip(this.comboBoxBitRate, "Minimum bit rate if VBR is specified ");
     this.comboBoxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
     //
     // textBoxMpegVersion
     //
     this.textBoxMpegVersion.Location = new System.Drawing.Point(8, 24);
     this.textBoxMpegVersion.Name     = "textBoxMpegVersion";
     this.textBoxMpegVersion.ReadOnly = true;
     this.textBoxMpegVersion.Size     = new System.Drawing.Size(120, 20);
     this.textBoxMpegVersion.TabIndex = 2;
     this.textBoxMpegVersion.Text     = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "MPEG Version:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(168, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Bit rate:";
     //
     // EditMp3Writer
     //
     this.Controls.Add(this.tabControl1);
     this.Name = "EditMp3Writer";
     this.Size = new System.Drawing.Size(336, 280);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBoxVBR.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).EndInit();
     this.ResumeLayout(false);
 }
예제 #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxZapOSD        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.textBoxZapTimeout     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.labelZapTimeOut       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxZapDelay       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.labelZapDelay         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBoxOSD           = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.textBoxDisplayTimeout = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.labelDisplayTimeout   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBoxZapOSD.SuspendLayout();
     this.groupBoxOSD.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxZapOSD
     //
     this.groupBoxZapOSD.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxZapOSD.Controls.Add(this.textBoxZapTimeout);
     this.groupBoxZapOSD.Controls.Add(this.labelZapTimeOut);
     this.groupBoxZapOSD.Controls.Add(this.textBoxZapDelay);
     this.groupBoxZapOSD.Controls.Add(this.labelZapDelay);
     this.groupBoxZapOSD.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxZapOSD.Location  = new System.Drawing.Point(6, 56);
     this.groupBoxZapOSD.Name      = "groupBoxZapOSD";
     this.groupBoxZapOSD.Size      = new System.Drawing.Size(462, 74);
     this.groupBoxZapOSD.TabIndex  = 3;
     this.groupBoxZapOSD.TabStop   = false;
     this.groupBoxZapOSD.Text      = "Zap On-Screen-Display";
     //
     // textBoxZapTimeout
     //
     this.textBoxZapTimeout.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxZapTimeout.BorderColor = System.Drawing.Color.Empty;
     this.textBoxZapTimeout.Location    = new System.Drawing.Point(160, 44);
     this.textBoxZapTimeout.Name        = "textBoxZapTimeout";
     this.textBoxZapTimeout.Size        = new System.Drawing.Size(286, 20);
     this.textBoxZapTimeout.TabIndex    = 3;
     //
     // labelZapTimeOut
     //
     this.labelZapTimeOut.AutoSize = true;
     this.labelZapTimeOut.Location = new System.Drawing.Point(16, 48);
     this.labelZapTimeOut.Name     = "labelZapTimeOut";
     this.labelZapTimeOut.Size     = new System.Drawing.Size(95, 13);
     this.labelZapTimeOut.TabIndex = 2;
     this.labelZapTimeOut.Text     = "Zap timeout (sec.):";
     //
     // textBoxZapDelay
     //
     this.textBoxZapDelay.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxZapDelay.BorderColor = System.Drawing.Color.Empty;
     this.textBoxZapDelay.Location    = new System.Drawing.Point(160, 20);
     this.textBoxZapDelay.Name        = "textBoxZapDelay";
     this.textBoxZapDelay.Size        = new System.Drawing.Size(286, 20);
     this.textBoxZapDelay.TabIndex    = 1;
     //
     // labelZapDelay
     //
     this.labelZapDelay.AutoSize = true;
     this.labelZapDelay.Location = new System.Drawing.Point(16, 24);
     this.labelZapDelay.Name     = "labelZapDelay";
     this.labelZapDelay.Size     = new System.Drawing.Size(86, 13);
     this.labelZapDelay.TabIndex = 0;
     this.labelZapDelay.Text     = "Zap delay (sec.):";
     //
     // groupBoxOSD
     //
     this.groupBoxOSD.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxOSD.Controls.Add(this.textBoxDisplayTimeout);
     this.groupBoxOSD.Controls.Add(this.labelDisplayTimeout);
     this.groupBoxOSD.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxOSD.Location  = new System.Drawing.Point(6, 0);
     this.groupBoxOSD.Name      = "groupBoxOSD";
     this.groupBoxOSD.Size      = new System.Drawing.Size(462, 50);
     this.groupBoxOSD.TabIndex  = 2;
     this.groupBoxOSD.TabStop   = false;
     this.groupBoxOSD.Text      = "On-Screen-Display";
     //
     // textBoxDisplayTimeout
     //
     this.textBoxDisplayTimeout.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxDisplayTimeout.BorderColor = System.Drawing.Color.Empty;
     this.textBoxDisplayTimeout.Location    = new System.Drawing.Point(160, 20);
     this.textBoxDisplayTimeout.Name        = "textBoxDisplayTimeout";
     this.textBoxDisplayTimeout.Size        = new System.Drawing.Size(286, 20);
     this.textBoxDisplayTimeout.TabIndex    = 1;
     //
     // labelDisplayTimeout
     //
     this.labelDisplayTimeout.AutoSize = true;
     this.labelDisplayTimeout.Location = new System.Drawing.Point(16, 24);
     this.labelDisplayTimeout.Name     = "labelDisplayTimeout";
     this.labelDisplayTimeout.Size     = new System.Drawing.Size(110, 13);
     this.labelDisplayTimeout.TabIndex = 0;
     this.labelDisplayTimeout.Text     = "Display timeout (sec.):";
     //
     // GuiOSD
     //
     this.Controls.Add(this.groupBoxZapOSD);
     this.Controls.Add(this.groupBoxOSD);
     this.Name = "GuiOSD";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxZapOSD.ResumeLayout(false);
     this.groupBoxZapOSD.PerformLayout();
     this.groupBoxOSD.ResumeLayout(false);
     this.groupBoxOSD.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnOK        = new MediaPortal.UserInterface.Controls.MPButton();
     this.extensionBox = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.btnCancel    = new MediaPortal.UserInterface.Controls.MPButton();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnOK.Location                = new System.Drawing.Point(183, 50);
     this.btnOK.Name                    = "btnOK";
     this.btnOK.Size                    = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex                = 3;
     this.btnOK.Text                    = "&OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click                  += new System.EventHandler(this.btnOK_Click);
     //
     // extensionBox
     //
     this.extensionBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.extensionBox.BorderColor = System.Drawing.Color.Empty;
     this.extensionBox.Location    = new System.Drawing.Point(82, 16);
     this.extensionBox.Name        = "extensionBox";
     this.extensionBox.Size        = new System.Drawing.Size(257, 20);
     this.extensionBox.TabIndex    = 4;
     this.extensionBox.Text        = ".mp3, .m4a, .m4p, .m4b";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 23);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Extensions";
     //
     // btnCancel
     //
     this.btnCancel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(264, 50);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 6;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // ConfigurationForm
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(351, 85);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.extensionBox);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "ConfigurationForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "iTunes - Setup";
     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()
 {
     this._listView1     = new System.Windows.Forms.ListView();
     this._columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this._button2       = new MediaPortal.UserInterface.Controls.MPButton();
     this._label1        = new MediaPortal.UserInterface.Controls.MPLabel();
     this._label2        = new MediaPortal.UserInterface.Controls.MPLabel();
     this._textBoxTitle  = new MediaPortal.UserInterface.Controls.MPTextBox();
     this._buttonFind    = new MediaPortal.UserInterface.Controls.MPButton();
     this.SuspendLayout();
     //
     // listView1
     //
     this._listView1.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._listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[]
     {
         this._columnHeader1
     });
     this._listView1.Location = new System.Drawing.Point(8, 34);
     this._listView1.Name     = "_listView1";
     this._listView1.Size     = new System.Drawing.Size(447, 281);
     this._listView1.TabIndex = 0;
     this._listView1.UseCompatibleStateImageBehavior = false;
     this._listView1.View = System.Windows.Forms.View.Details;
     this._listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this._columnHeader1.Text  = "Name";
     this._columnHeader1.Width = 440;
     //
     // button2
     //
     this._button2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._button2.Location = new System.Drawing.Point(399, 347);
     this._button2.Name     = "_button2";
     this._button2.Size     = new System.Drawing.Size(56, 23);
     this._button2.TabIndex = 2;
     this._button2.Text     = "Close";
     this._button2.UseVisualStyleBackColor = true;
     this._button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this._label1.Location = new System.Drawing.Point(16, 8);
     this._label1.Name     = "_label1";
     this._label1.Size     = new System.Drawing.Size(352, 23);
     this._label1.TabIndex = 3;
     this._label1.Text     = "There was a conflict with the following files/movies:";
     //
     // label2
     //
     this._label2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._label2.Location  = new System.Drawing.Point(7, 320);
     this._label2.Name      = "_label2";
     this._label2.Size      = new System.Drawing.Size(32, 20);
     this._label2.TabIndex  = 5;
     this._label2.Text      = "Title:";
     this._label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxTitle
     //
     this._textBoxTitle.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this._textBoxTitle.BorderColor = System.Drawing.Color.Empty;
     this._textBoxTitle.Location    = new System.Drawing.Point(36, 320);
     this._textBoxTitle.Name        = "_textBoxTitle";
     this._textBoxTitle.Size        = new System.Drawing.Size(358, 20);
     this._textBoxTitle.TabIndex    = 6;
     //
     // buttonFind
     //
     this._buttonFind.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonFind.Location = new System.Drawing.Point(399, 319);
     this._buttonFind.Name     = "_buttonFind";
     this._buttonFind.Size     = new System.Drawing.Size(56, 23);
     this._buttonFind.TabIndex = 7;
     this._buttonFind.Text     = "Find";
     this._buttonFind.UseVisualStyleBackColor = true;
     this._buttonFind.Click += new System.EventHandler(this.buttonFind_Click);
     //
     // DlgMovieConflicts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(464, 376);
     this.Controls.Add(this._buttonFind);
     this.Controls.Add(this._textBoxTitle);
     this.Controls.Add(this._label2);
     this.Controls.Add(this._label1);
     this.Controls.Add(this._button2);
     this.Controls.Add(this._listView1);
     this.MinimumSize   = new System.Drawing.Size(393, 354);
     this.Name          = "DlgMovieConflicts";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "IMDB Movie conflicts";
     this.Load         += new System.EventHandler(this.DlgMovieConflicts_Load);
     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()
 {
     this._listView1     = new System.Windows.Forms.ListView();
     this._columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this._buttonFind    = new MediaPortal.UserInterface.Controls.MPButton();
     this._textBoxTitle  = new MediaPortal.UserInterface.Controls.MPTextBox();
     this._label2        = new MediaPortal.UserInterface.Controls.MPLabel();
     this._labelFileName = new MediaPortal.UserInterface.Controls.MPLabel();
     this._label1        = new MediaPortal.UserInterface.Controls.MPLabel();
     this._buttonCancel  = new MediaPortal.UserInterface.Controls.MPButton();
     this._buttonOk      = new MediaPortal.UserInterface.Controls.MPButton();
     this.SuspendLayout();
     //
     // listView1
     //
     this._listView1.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._listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[]
     {
         this._columnHeader1
     });
     this._listView1.Location = new System.Drawing.Point(8, 52);
     this._listView1.Name     = "_listView1";
     this._listView1.Size     = new System.Drawing.Size(446, 261);
     this._listView1.TabIndex = 0;
     this._listView1.UseCompatibleStateImageBehavior = false;
     this._listView1.View         = System.Windows.Forms.View.Details;
     this._listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     //
     // columnHeader1
     //
     this._columnHeader1.Text  = "Name";
     this._columnHeader1.Width = 572;
     //
     // buttonFind
     //
     this._buttonFind.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonFind.Location = new System.Drawing.Point(404, 319);
     this._buttonFind.Name     = "_buttonFind";
     this._buttonFind.Size     = new System.Drawing.Size(50, 22);
     this._buttonFind.TabIndex = 7;
     this._buttonFind.Text     = "Find";
     this._buttonFind.UseVisualStyleBackColor = true;
     this._buttonFind.Click += new System.EventHandler(this.buttonFind_Click);
     //
     // textBoxTitle
     //
     this._textBoxTitle.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this._textBoxTitle.BorderColor = System.Drawing.Color.Empty;
     this._textBoxTitle.Location    = new System.Drawing.Point(37, 320);
     this._textBoxTitle.Name        = "_textBoxTitle";
     this._textBoxTitle.Size        = new System.Drawing.Size(362, 20);
     this._textBoxTitle.TabIndex    = 6;
     //
     // label2
     //
     this._label2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._label2.Location = new System.Drawing.Point(6, 323);
     this._label2.Name     = "_label2";
     this._label2.Size     = new System.Drawing.Size(34, 16);
     this._label2.TabIndex = 5;
     this._label2.Text     = "Title:";
     //
     // labelFileName
     //
     this._labelFileName.Location = new System.Drawing.Point(8, 24);
     this._labelFileName.Name     = "_labelFileName";
     this._labelFileName.Size     = new System.Drawing.Size(369, 16);
     this._labelFileName.TabIndex = 4;
     //
     // label1
     //
     this._label1.Location = new System.Drawing.Point(7, 8);
     this._label1.Name     = "_label1";
     this._label1.Size     = new System.Drawing.Size(100, 16);
     this._label1.TabIndex = 3;
     this._label1.Text     = "IMDB resutls for:";
     //
     // buttonCancel
     //
     this._buttonCancel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonCancel.Location = new System.Drawing.Point(404, 345);
     this._buttonCancel.Name     = "_buttonCancel";
     this._buttonCancel.Size     = new System.Drawing.Size(50, 23);
     this._buttonCancel.TabIndex = 2;
     this._buttonCancel.Text     = "Cancel";
     this._buttonCancel.UseVisualStyleBackColor = true;
     this._buttonCancel.Click += new System.EventHandler(this.button2_Click);
     //
     // buttonOK
     //
     this._buttonOk.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonOk.Location = new System.Drawing.Point(349, 345);
     this._buttonOk.Name     = "_buttonOk";
     this._buttonOk.Size     = new System.Drawing.Size(50, 23);
     this._buttonOk.TabIndex = 1;
     this._buttonOk.Text     = "OK";
     this._buttonOk.UseVisualStyleBackColor = true;
     this._buttonOk.Click += new System.EventHandler(this.button1_Click);
     //
     // DlgMovieList
     //
     this.AcceptButton        = this._buttonOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this._buttonCancel;
     this.ClientSize          = new System.Drawing.Size(464, 376);
     this.Controls.Add(this._buttonFind);
     this.Controls.Add(this._textBoxTitle);
     this.Controls.Add(this._label2);
     this.Controls.Add(this._labelFileName);
     this.Controls.Add(this._label1);
     this.Controls.Add(this._buttonCancel);
     this.Controls.Add(this._buttonOk);
     this.Controls.Add(this._listView1);
     this.MinimumSize   = new System.Drawing.Size(393, 354);
     this.Name          = "DlgMovieList";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "IMDB Movie results";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditShareForm));
     this.groupBox1           = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpButtonLearnMacNow = new MediaPortal.UserInterface.Controls.MPButton();
     this.cbEnableWakeOnLan   = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbEachFolderIsMovie = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbCreateThumbs      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.labelCreateThumbs   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxPASV        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.comboBox1           = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label9 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxRemoteFolder = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label3              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label8              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxPort         = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.textBoxPassword     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label7              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxLogin        = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label6              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxServer       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label5              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxRemote      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.pinCodeTextBox      = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label4              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.folderButton        = new MediaPortal.UserInterface.Controls.MPButton();
     this.folderTextBox       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.nameTextBox         = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cancelButton        = new MediaPortal.UserInterface.Controls.MPButton();
     this.okButton            = new MediaPortal.UserInterface.Controls.MPButton();
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.toolTipEditShare    = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.mpButtonLearnMacNow);
     this.groupBox1.Controls.Add(this.cbEnableWakeOnLan);
     this.groupBox1.Controls.Add(this.cbEachFolderIsMovie);
     this.groupBox1.Controls.Add(this.cbCreateThumbs);
     this.groupBox1.Controls.Add(this.labelCreateThumbs);
     this.groupBox1.Controls.Add(this.checkBoxPASV);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.textBoxRemoteFolder);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.textBoxPort);
     this.groupBox1.Controls.Add(this.textBoxPassword);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textBoxLogin);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.textBoxServer);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.checkBoxRemote);
     this.groupBox1.Controls.Add(this.pinCodeTextBox);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.folderButton);
     this.groupBox1.Controls.Add(this.folderTextBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.nameTextBox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(8, 8);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(408, 354);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Folder settings";
     this.groupBox1.Enter    += new System.EventHandler(this.groupBox1_Enter);
     //
     // mpButtonLearnMacNow
     //
     this.mpButtonLearnMacNow.Location = new System.Drawing.Point(251, 172);
     this.mpButtonLearnMacNow.Name     = "mpButtonLearnMacNow";
     this.mpButtonLearnMacNow.Size     = new System.Drawing.Size(141, 23);
     this.mpButtonLearnMacNow.TabIndex = 32;
     this.mpButtonLearnMacNow.Text     = "Learn MAC address now";
     this.mpButtonLearnMacNow.UseVisualStyleBackColor = true;
     this.mpButtonLearnMacNow.Click += new System.EventHandler(this.mpButton1_Click);
     //
     // cbEnableWakeOnLan
     //
     this.cbEnableWakeOnLan.AutoSize  = true;
     this.cbEnableWakeOnLan.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbEnableWakeOnLan.Location  = new System.Drawing.Point(16, 172);
     this.cbEnableWakeOnLan.Name      = "cbEnableWakeOnLan";
     this.cbEnableWakeOnLan.Size      = new System.Drawing.Size(127, 17);
     this.cbEnableWakeOnLan.TabIndex  = 31;
     this.cbEnableWakeOnLan.Text      = "Enable Wake On Lan";
     this.cbEnableWakeOnLan.UseVisualStyleBackColor = true;
     //
     // cbEachFolderIsMovie
     //
     this.cbEachFolderIsMovie.AutoSize  = true;
     this.cbEachFolderIsMovie.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbEachFolderIsMovie.Location  = new System.Drawing.Point(259, 140);
     this.cbEachFolderIsMovie.Name      = "cbEachFolderIsMovie";
     this.cbEachFolderIsMovie.Size      = new System.Drawing.Size(133, 17);
     this.cbEachFolderIsMovie.TabIndex  = 29;
     this.cbEachFolderIsMovie.Text      = "Dedicated movie folder";
     this.toolTipEditShare.SetToolTip(this.cbEachFolderIsMovie, resources.GetString("cbEachFolderIsMovie.ToolTip"));
     this.cbEachFolderIsMovie.UseVisualStyleBackColor = true;
     this.cbEachFolderIsMovie.Visible = false;
     //
     // cbCreateThumbs
     //
     this.cbCreateThumbs.AutoSize   = true;
     this.cbCreateThumbs.Checked    = true;
     this.cbCreateThumbs.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbCreateThumbs.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.cbCreateThumbs.Location   = new System.Drawing.Point(325, 43);
     this.cbCreateThumbs.Name       = "cbCreateThumbs";
     this.cbCreateThumbs.Size       = new System.Drawing.Size(13, 12);
     this.cbCreateThumbs.TabIndex   = 28;
     this.cbCreateThumbs.UseVisualStyleBackColor = true;
     this.cbCreateThumbs.Visible = false;
     //
     // labelCreateThumbs
     //
     this.labelCreateThumbs.Location = new System.Drawing.Point(293, 24);
     this.labelCreateThumbs.Name     = "labelCreateThumbs";
     this.labelCreateThumbs.Size     = new System.Drawing.Size(87, 16);
     this.labelCreateThumbs.TabIndex = 27;
     this.labelCreateThumbs.Text     = "Create Thumbs";
     this.labelCreateThumbs.Visible  = false;
     //
     // checkBoxPASV
     //
     this.checkBoxPASV.AutoSize  = true;
     this.checkBoxPASV.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxPASV.Location  = new System.Drawing.Point(343, 241);
     this.checkBoxPASV.Name      = "checkBoxPASV";
     this.checkBoxPASV.Size      = new System.Drawing.Size(52, 17);
     this.checkBoxPASV.TabIndex  = 26;
     this.checkBoxPASV.Text      = "PASV";
     this.checkBoxPASV.UseVisualStyleBackColor = true;
     this.checkBoxPASV.Visible = false;
     //
     // comboBox1
     //
     this.comboBox1.BorderColor   = System.Drawing.Color.Empty;
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         "List",
         "Icons",
         "Big Icons",
         "Album",
         "Filmstrip",
         "Cover Flow"
     });
     this.comboBox1.Location = new System.Drawing.Point(16, 136);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(184, 21);
     this.comboBox1.TabIndex = 25;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(16, 120);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(75, 13);
     this.label9.TabIndex = 24;
     this.label9.Text     = "Default layout:";
     //
     // textBoxRemoteFolder
     //
     this.textBoxRemoteFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxRemoteFolder.BorderColor = System.Drawing.Color.Empty;
     this.textBoxRemoteFolder.Location    = new System.Drawing.Point(16, 320);
     this.textBoxRemoteFolder.Name        = "textBoxRemoteFolder";
     this.textBoxRemoteFolder.Size        = new System.Drawing.Size(381, 20);
     this.textBoxRemoteFolder.TabIndex    = 8;
     this.textBoxRemoteFolder.Text        = "/";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 304);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(168, 23);
     this.label3.TabIndex = 23;
     this.label3.Text     = "Folder on the remote ftp server";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(288, 222);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(68, 13);
     this.label8.TabIndex = 22;
     this.label8.Text     = "TCP/IP Port:";
     //
     // textBoxPort
     //
     this.textBoxPort.BorderColor = System.Drawing.Color.Empty;
     this.textBoxPort.Location    = new System.Drawing.Point(291, 240);
     this.textBoxPort.Name        = "textBoxPort";
     this.textBoxPort.Size        = new System.Drawing.Size(38, 20);
     this.textBoxPort.TabIndex    = 7;
     this.textBoxPort.Text        = "21";
     this.textBoxPort.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // textBoxPassword
     //
     this.textBoxPassword.BorderColor  = System.Drawing.Color.Empty;
     this.textBoxPassword.Location     = new System.Drawing.Point(213, 280);
     this.textBoxPassword.Name         = "textBoxPassword";
     this.textBoxPassword.PasswordChar = '*';
     this.textBoxPassword.Size         = new System.Drawing.Size(184, 20);
     this.textBoxPassword.TabIndex     = 6;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(213, 264);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(100, 16);
     this.label7.TabIndex = 19;
     this.label7.Text     = "Password:"******"textBoxLogin";
     this.textBoxLogin.Size        = new System.Drawing.Size(184, 20);
     this.textBoxLogin.TabIndex    = 5;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 264);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(100, 16);
     this.label6.TabIndex = 17;
     this.label6.Text     = "Login:"******"textBoxServer";
     this.textBoxServer.Size        = new System.Drawing.Size(263, 20);
     this.textBoxServer.TabIndex    = 4;
     this.textBoxServer.Text        = "127.0.0.1";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(16, 222);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(135, 13);
     this.label5.TabIndex = 15;
     this.label5.Text     = "FTP Server (without ftp://):";
     //
     // checkBoxRemote
     //
     this.checkBoxRemote.AutoSize  = true;
     this.checkBoxRemote.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxRemote.Location  = new System.Drawing.Point(16, 200);
     this.checkBoxRemote.Name      = "checkBoxRemote";
     this.checkBoxRemote.Size      = new System.Drawing.Size(153, 17);
     this.checkBoxRemote.TabIndex  = 3;
     this.checkBoxRemote.Text      = "This is a remote FTP Folder";
     this.checkBoxRemote.UseVisualStyleBackColor = true;
     this.checkBoxRemote.CheckedChanged         += new System.EventHandler(this.checkBoxRemote_CheckedChanged);
     //
     // pinCodeTextBox
     //
     this.pinCodeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.pinCodeTextBox.BorderColor = System.Drawing.Color.Empty;
     this.pinCodeTextBox.Location    = new System.Drawing.Point(216, 40);
     this.pinCodeTextBox.MaxLength   = 4;
     this.pinCodeTextBox.Name        = "pinCodeTextBox";
     this.pinCodeTextBox.Size        = new System.Drawing.Size(63, 20);
     this.pinCodeTextBox.TabIndex    = 1;
     this.pinCodeTextBox.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.pinCodeTextBox_KeyPress);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(216, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(63, 16);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Pin Code";
     //
     // folderButton
     //
     this.folderButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.folderButton.Location = new System.Drawing.Point(368, 88);
     this.folderButton.Name     = "folderButton";
     this.folderButton.Size     = new System.Drawing.Size(24, 20);
     this.folderButton.TabIndex = 3;
     this.folderButton.Text     = "...";
     this.folderButton.UseVisualStyleBackColor = true;
     this.folderButton.Click += new System.EventHandler(this.folderButton_Click);
     //
     // folderTextBox
     //
     this.folderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.folderTextBox.BorderColor  = System.Drawing.Color.Empty;
     this.folderTextBox.Location     = new System.Drawing.Point(16, 88);
     this.folderTextBox.Name         = "folderTextBox";
     this.folderTextBox.Size         = new System.Drawing.Size(344, 20);
     this.folderTextBox.TabIndex     = 2;
     this.folderTextBox.TextChanged += new System.EventHandler(this.folderTextBox_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(155, 13);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Media folder / optical disk drive";
     //
     // nameTextBox
     //
     this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.nameTextBox.BorderColor = System.Drawing.Color.Empty;
     this.nameTextBox.Location    = new System.Drawing.Point(16, 40);
     this.nameTextBox.Name        = "nameTextBox";
     this.nameTextBox.Size        = new System.Drawing.Size(184, 20);
     this.nameTextBox.TabIndex    = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 13);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Visual name";
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(342, 369);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 1;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click                  += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.Location = new System.Drawing.Point(262, 369);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 0;
     this.okButton.Text     = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // EditShareForm
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(426, 402);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(424, 248);
     this.Name            = "EditShareForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Edit Folder";
     this.Load           += new System.EventHandler(this.EditShareForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1          = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.label1             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textPinCodeBox     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.chbEnabled         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label3             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textTrashcanFolder = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textPinCodeBox);
     this.groupBox1.Controls.Add(this.chbEnabled);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(6, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(462, 80);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(49, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Pincode:";
     //
     // textPinCodeBox
     //
     this.textPinCodeBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.textPinCodeBox.BorderColor  = System.Drawing.Color.Empty;
     this.textPinCodeBox.Location     = new System.Drawing.Point(71, 44);
     this.textPinCodeBox.Name         = "textPinCodeBox";
     this.textPinCodeBox.PasswordChar = '*';
     this.textPinCodeBox.Size         = new System.Drawing.Size(278, 20);
     this.textPinCodeBox.TabIndex     = 2;
     //
     // chbEnabled
     //
     this.chbEnabled.AutoSize                = true;
     this.chbEnabled.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.chbEnabled.Location                = new System.Drawing.Point(18, 20);
     this.chbEnabled.Name                    = "chbEnabled";
     this.chbEnabled.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chbEnabled.Size                    = new System.Drawing.Size(102, 17);
     this.chbEnabled.TabIndex                = 0;
     this.chbEnabled.Text                    = "Enable file menu";
     this.chbEnabled.UseVisualStyleBackColor = true;
     this.chbEnabled.CheckedChanged         += new System.EventHandler(this.chbEnabled_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 104);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Trashcan folder:";
     this.label3.Visible  = false;
     //
     // textTrashcanFolder
     //
     this.textTrashcanFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.textTrashcanFolder.BorderColor = System.Drawing.Color.Empty;
     this.textTrashcanFolder.Location    = new System.Drawing.Point(108, 100);
     this.textTrashcanFolder.Name        = "textTrashcanFolder";
     this.textTrashcanFolder.Size        = new System.Drawing.Size(288, 20);
     this.textTrashcanFolder.TabIndex    = 2;
     this.textTrashcanFolder.Visible     = false;
     //
     // GuiFileMenu
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textTrashcanFolder);
     this.Name = "GuiFileMenu";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     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()
 {
     this.groupBox1         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.cbAnalogBlanking  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbColorSpace      = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label6            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cbIDCT            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label4            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cbHardcodePal     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbDVBAR           = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label2            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tbVideoOffset     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.cbAspectRatio     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label5            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cbForcedSubtitles = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbDeinterlace     = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.cbSmoothing       = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label3            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.cbAnalogBlanking);
     this.groupBox1.Controls.Add(this.cbColorSpace);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.cbIDCT);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cbHardcodePal);
     this.groupBox1.Controls.Add(this.cbDVBAR);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.tbVideoOffset);
     this.groupBox1.Controls.Add(this.cbAspectRatio);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.cbForcedSubtitles);
     this.groupBox1.Controls.Add(this.cbDeinterlace);
     this.groupBox1.Controls.Add(this.cbSmoothing);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(472, 288);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Settings";
     //
     // cbAnalogBlanking
     //
     this.cbAnalogBlanking.Checked    = true;
     this.cbAnalogBlanking.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbAnalogBlanking.Location   = new System.Drawing.Point(16, 224);
     this.cbAnalogBlanking.Name       = "cbAnalogBlanking";
     this.cbAnalogBlanking.Size       = new System.Drawing.Size(136, 16);
     this.cbAnalogBlanking.TabIndex   = 12;
     this.cbAnalogBlanking.Text       = "Do analog blanking";
     //
     // cbColorSpace
     //
     this.cbColorSpace.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbColorSpace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbColorSpace.Items.AddRange(new object[]
     {
         "YV12",
         "YUY2"
     });
     this.cbColorSpace.Location = new System.Drawing.Point(168, 92);
     this.cbColorSpace.Name     = "cbColorSpace";
     this.cbColorSpace.Size     = new System.Drawing.Size(288, 21);
     this.cbColorSpace.TabIndex = 7;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 96);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(128, 16);
     this.label6.TabIndex = 6;
     this.label6.Text     = "Output colorspace:";
     //
     // cbIDCT
     //
     this.cbIDCT.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbIDCT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbIDCT.Items.AddRange(new object[]
     {
         "Reference",
         "MMX only",
         "Accelerated"
     });
     this.cbIDCT.Location = new System.Drawing.Point(168, 68);
     this.cbIDCT.Name     = "cbIDCT";
     this.cbIDCT.Size     = new System.Drawing.Size(288, 21);
     this.cbIDCT.TabIndex = 5;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 72);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(128, 16);
     this.label4.TabIndex = 4;
     this.label4.Text     = "IDCT to use:";
     //
     // cbHardcodePal
     //
     this.cbHardcodePal.Location = new System.Drawing.Point(16, 200);
     this.cbHardcodePal.Name     = "cbHardcodePal";
     this.cbHardcodePal.Size     = new System.Drawing.Size(184, 16);
     this.cbHardcodePal.TabIndex = 11;
     this.cbHardcodePal.Text     = "Hardcode for PAL with FFdshow";
     //
     // cbDVBAR
     //
     this.cbDVBAR.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbDVBAR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDVBAR.Items.AddRange(new object[]
     {
         "16:9 Display",
         "4:3 Display Center cut out",
         "4:3 Display Letterbox"
     });
     this.cbDVBAR.Location = new System.Drawing.Point(168, 44);
     this.cbDVBAR.Name     = "cbDVBAR";
     this.cbDVBAR.Size     = new System.Drawing.Size(288, 21);
     this.cbDVBAR.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(128, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "DVB Aspect preference:";
     //
     // tbVideoOffset
     //
     this.tbVideoOffset.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.tbVideoOffset.Location = new System.Drawing.Point(168, 252);
     this.tbVideoOffset.Name     = "tbVideoOffset";
     this.tbVideoOffset.Size     = new System.Drawing.Size(288, 20);
     this.tbVideoOffset.TabIndex = 14;
     this.tbVideoOffset.Text     = "0";
     //
     // cbAspectRatio
     //
     this.cbAspectRatio.Checked    = true;
     this.cbAspectRatio.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbAspectRatio.Location   = new System.Drawing.Point(16, 176);
     this.cbAspectRatio.Name       = "cbAspectRatio";
     this.cbAspectRatio.Size       = new System.Drawing.Size(168, 16);
     this.cbAspectRatio.TabIndex   = 10;
     this.cbAspectRatio.Text       = "Use accurate Aspect Ratios";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 256);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(144, 16);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Video delay offset (msec.):";
     //
     // cbForcedSubtitles
     //
     this.cbForcedSubtitles.Checked    = true;
     this.cbForcedSubtitles.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbForcedSubtitles.Location   = new System.Drawing.Point(16, 128);
     this.cbForcedSubtitles.Name       = "cbForcedSubtitles";
     this.cbForcedSubtitles.Size       = new System.Drawing.Size(136, 16);
     this.cbForcedSubtitles.TabIndex   = 8;
     this.cbForcedSubtitles.Text       = "Display Forced Subtitles";
     //
     // cbDeinterlace
     //
     this.cbDeinterlace.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbDeinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDeinterlace.Items.AddRange(new object[]
     {
         "Automatic",
         "Force Weave",
         "Force Bob"
     });
     this.cbDeinterlace.Location = new System.Drawing.Point(168, 20);
     this.cbDeinterlace.Name     = "cbDeinterlace";
     this.cbDeinterlace.Size     = new System.Drawing.Size(288, 21);
     this.cbDeinterlace.TabIndex = 1;
     //
     // cbSmoothing
     //
     this.cbSmoothing.Checked    = true;
     this.cbSmoothing.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbSmoothing.Location   = new System.Drawing.Point(16, 152);
     this.cbSmoothing.Name       = "cbSmoothing";
     this.cbSmoothing.Size       = new System.Drawing.Size(136, 16);
     this.cbSmoothing.TabIndex   = 9;
     this.cbSmoothing.Text       = "3:2 Playback smoothing";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(96, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Deinterlace mode:";
     //
     // DScalerVideoFilter
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "DScalerVideoFilter";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mpGroupBox1                = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabel6                   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.useInternalBDPlayer        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.useExternalPlayerForBluRay = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.parametersButton           = new MediaPortal.UserInterface.Controls.MPButton();
     this.parametersTextBox          = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.fileNameButton  = new MediaPortal.UserInterface.Controls.MPButton();
     this.fileNameTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.button2         = new MediaPortal.UserInterface.Controls.MPButton();
     this.textBox1        = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.openFileDialog  = new System.Windows.Forms.OpenFileDialog();
     this.mpGroupBox3     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.useMediaInfoBD  = new System.Windows.Forms.CheckBox();
     this.mpGroupBox1.SuspendLayout();
     this.mpGroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // mpGroupBox1
     //
     this.mpGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox1.Controls.Add(this.mpLabel6);
     this.mpGroupBox1.Controls.Add(this.useInternalBDPlayer);
     this.mpGroupBox1.Controls.Add(this.useExternalPlayerForBluRay);
     this.mpGroupBox1.Controls.Add(this.parametersButton);
     this.mpGroupBox1.Controls.Add(this.parametersTextBox);
     this.mpGroupBox1.Controls.Add(this.label2);
     this.mpGroupBox1.Controls.Add(this.fileNameButton);
     this.mpGroupBox1.Controls.Add(this.fileNameTextBox);
     this.mpGroupBox1.Controls.Add(this.label1);
     this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox1.Location  = new System.Drawing.Point(6, 73);
     this.mpGroupBox1.Name      = "mpGroupBox1";
     this.mpGroupBox1.Size      = new System.Drawing.Size(462, 206);
     this.mpGroupBox1.TabIndex  = 1;
     this.mpGroupBox1.TabStop   = false;
     this.mpGroupBox1.Text      = "External / Internal / Internal Menu Player";
     //
     // mpLabel6
     //
     this.mpLabel6.Location = new System.Drawing.Point(16, 157);
     this.mpLabel6.Name     = "mpLabel6";
     this.mpLabel6.Size     = new System.Drawing.Size(441, 40);
     this.mpLabel6.TabIndex = 80;
     this.mpLabel6.Text     = "* If \'Use internal Blu-ray menu player\' is unchecked, video player will be used to" +
                              " play BD";
     this.mpLabel6.Click += new System.EventHandler(this.mpLabel6_Click);
     //
     // useInternalBDPlayer
     //
     this.useInternalBDPlayer.AutoSize  = true;
     this.useInternalBDPlayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useInternalBDPlayer.Location  = new System.Drawing.Point(168, 32);
     this.useInternalBDPlayer.Name      = "useInternalBDPlayer";
     this.useInternalBDPlayer.Size      = new System.Drawing.Size(175, 17);
     this.useInternalBDPlayer.TabIndex  = 9;
     this.useInternalBDPlayer.Text      = "Use internal Blu-ray menu player";
     this.useInternalBDPlayer.UseVisualStyleBackColor = true;
     this.useInternalBDPlayer.CheckedChanged         += new System.EventHandler(this.useInternalBDPlayer_CheckedChanged);
     //
     // useExternalPlayerForBluRay
     //
     this.useExternalPlayerForBluRay.AutoSize  = true;
     this.useExternalPlayerForBluRay.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useExternalPlayerForBluRay.Location  = new System.Drawing.Point(168, 55);
     this.useExternalPlayerForBluRay.Name      = "useExternalPlayerForBluRay";
     this.useExternalPlayerForBluRay.Size      = new System.Drawing.Size(289, 17);
     this.useExternalPlayerForBluRay.TabIndex  = 8;
     this.useExternalPlayerForBluRay.Text      = "Use external player for Blu-rays (replaces internal player)";
     this.useExternalPlayerForBluRay.UseVisualStyleBackColor = true;
     this.useExternalPlayerForBluRay.CheckedChanged         += new System.EventHandler(this.useExternalPlayerForBluRay_CheckedChanged);
     //
     // parametersButton
     //
     this.parametersButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersButton.Location = new System.Drawing.Point(374, 103);
     this.parametersButton.Name     = "parametersButton";
     this.parametersButton.Size     = new System.Drawing.Size(72, 22);
     this.parametersButton.TabIndex = 6;
     this.parametersButton.Text     = "List";
     this.parametersButton.UseVisualStyleBackColor = true;
     this.parametersButton.Click += new System.EventHandler(this.parametersButton_Click);
     //
     // parametersTextBox
     //
     this.parametersTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersTextBox.BorderColor = System.Drawing.Color.Empty;
     this.parametersTextBox.Location    = new System.Drawing.Point(168, 104);
     this.parametersTextBox.Name        = "parametersTextBox";
     this.parametersTextBox.Size        = new System.Drawing.Size(198, 20);
     this.parametersTextBox.TabIndex    = 5;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 108);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 15);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Parameters:";
     //
     // fileNameButton
     //
     this.fileNameButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameButton.Location = new System.Drawing.Point(374, 79);
     this.fileNameButton.Name     = "fileNameButton";
     this.fileNameButton.Size     = new System.Drawing.Size(72, 22);
     this.fileNameButton.TabIndex = 3;
     this.fileNameButton.Text     = "Browse";
     this.fileNameButton.UseVisualStyleBackColor = true;
     this.fileNameButton.Click += new System.EventHandler(this.fileNameButton_Click);
     //
     // fileNameTextBox
     //
     this.fileNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameTextBox.BorderColor = System.Drawing.Color.Empty;
     this.fileNameTextBox.Location    = new System.Drawing.Point(168, 80);
     this.fileNameTextBox.Name        = "fileNameTextBox";
     this.fileNameTextBox.Size        = new System.Drawing.Size(198, 20);
     this.fileNameTextBox.TabIndex    = 2;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 84);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Path/Filename:";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(0, 0);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 0;
     this.button2.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.BorderColor = System.Drawing.Color.Empty;
     this.textBox1.Location    = new System.Drawing.Point(0, 0);
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex    = 0;
     //
     // mpGroupBox3
     //
     this.mpGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox3.Controls.Add(this.useMediaInfoBD);
     this.mpGroupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox3.Location  = new System.Drawing.Point(6, 0);
     this.mpGroupBox3.Name      = "mpGroupBox3";
     this.mpGroupBox3.Size      = new System.Drawing.Size(462, 67);
     this.mpGroupBox3.TabIndex  = 0;
     this.mpGroupBox3.TabStop   = false;
     this.mpGroupBox3.Text      = "Settings";
     //
     // useMediaInfoBD
     //
     this.useMediaInfoBD.AutoSize  = true;
     this.useMediaInfoBD.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useMediaInfoBD.Location  = new System.Drawing.Point(19, 30);
     this.useMediaInfoBD.Name      = "useMediaInfoBD";
     this.useMediaInfoBD.Size      = new System.Drawing.Size(293, 17);
     this.useMediaInfoBD.TabIndex  = 4;
     this.useMediaInfoBD.Text      = "Use MediaInfo for BDs. This can slow down playing start!";
     this.useMediaInfoBD.UseVisualStyleBackColor = true;
     //
     // BDPlayer
     //
     this.Controls.Add(this.mpGroupBox3);
     this.Controls.Add(this.mpGroupBox1);
     this.Name = "BDPlayer";
     this.Size = new System.Drawing.Size(472, 408);
     this.mpGroupBox1.ResumeLayout(false);
     this.mpGroupBox1.PerformLayout();
     this.mpGroupBox3.ResumeLayout(false);
     this.mpGroupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxExternalPlayer = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.externalPlayerCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.parametersButton       = new MediaPortal.UserInterface.Controls.MPButton();
     this.parametersTextBox      = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.fileNameButton  = new MediaPortal.UserInterface.Controls.MPButton();
     this.fileNameTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.openFileDialog  = new System.Windows.Forms.OpenFileDialog();
     this.wmvGroupBox     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabel2        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.wmvCheckBox     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxExternalPlayer.SuspendLayout();
     this.wmvGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxExternalPlayer
     //
     this.groupBoxExternalPlayer.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxExternalPlayer.Controls.Add(this.externalPlayerCheckBox);
     this.groupBoxExternalPlayer.Controls.Add(this.parametersButton);
     this.groupBoxExternalPlayer.Controls.Add(this.parametersTextBox);
     this.groupBoxExternalPlayer.Controls.Add(this.label2);
     this.groupBoxExternalPlayer.Controls.Add(this.fileNameButton);
     this.groupBoxExternalPlayer.Controls.Add(this.fileNameTextBox);
     this.groupBoxExternalPlayer.Controls.Add(this.label1);
     this.groupBoxExternalPlayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxExternalPlayer.Location  = new System.Drawing.Point(3, 71);
     this.groupBoxExternalPlayer.Name      = "groupBoxExternalPlayer";
     this.groupBoxExternalPlayer.Size      = new System.Drawing.Size(472, 112);
     this.groupBoxExternalPlayer.TabIndex  = 1;
     this.groupBoxExternalPlayer.TabStop   = false;
     this.groupBoxExternalPlayer.Text      = "External player";
     //
     // externalPlayerCheckBox
     //
     this.externalPlayerCheckBox.AutoSize  = true;
     this.externalPlayerCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.externalPlayerCheckBox.Location  = new System.Drawing.Point(19, 28);
     this.externalPlayerCheckBox.Name      = "externalPlayerCheckBox";
     this.externalPlayerCheckBox.Size      = new System.Drawing.Size(231, 17);
     this.externalPlayerCheckBox.TabIndex  = 0;
     this.externalPlayerCheckBox.Text      = "Use external player (replaces internal player)";
     this.externalPlayerCheckBox.UseVisualStyleBackColor = true;
     this.externalPlayerCheckBox.CheckedChanged         += new System.EventHandler(this.externalPlayerCheckBox_CheckedChanged);
     //
     // parametersButton
     //
     this.parametersButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersButton.Location = new System.Drawing.Point(384, 84);
     this.parametersButton.Name     = "parametersButton";
     this.parametersButton.Size     = new System.Drawing.Size(72, 22);
     this.parametersButton.TabIndex = 6;
     this.parametersButton.Text     = "List";
     this.parametersButton.UseVisualStyleBackColor = true;
     this.parametersButton.Click += new System.EventHandler(this.parametersButton_Click);
     //
     // parametersTextBox
     //
     this.parametersTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersTextBox.BorderColor = System.Drawing.Color.Empty;
     this.parametersTextBox.Location    = new System.Drawing.Point(168, 84);
     this.parametersTextBox.Name        = "parametersTextBox";
     this.parametersTextBox.Size        = new System.Drawing.Size(208, 20);
     this.parametersTextBox.TabIndex    = 5;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 88);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 15);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Parameters:";
     //
     // fileNameButton
     //
     this.fileNameButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameButton.Location = new System.Drawing.Point(384, 60);
     this.fileNameButton.Name     = "fileNameButton";
     this.fileNameButton.Size     = new System.Drawing.Size(72, 22);
     this.fileNameButton.TabIndex = 3;
     this.fileNameButton.Text     = "Browse";
     this.fileNameButton.UseVisualStyleBackColor = true;
     this.fileNameButton.Click += new System.EventHandler(this.fileNameButton_Click);
     //
     // fileNameTextBox
     //
     this.fileNameTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameTextBox.BorderColor = System.Drawing.Color.Empty;
     this.fileNameTextBox.Location    = new System.Drawing.Point(168, 60);
     this.fileNameTextBox.Name        = "fileNameTextBox";
     this.fileNameTextBox.Size        = new System.Drawing.Size(208, 20);
     this.fileNameTextBox.TabIndex    = 2;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 64);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Path/Filename:";
     //
     // wmvGroupBox
     //
     this.wmvGroupBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.wmvGroupBox.Controls.Add(this.mpLabel2);
     this.wmvGroupBox.Controls.Add(this.wmvCheckBox);
     this.wmvGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.wmvGroupBox.Location  = new System.Drawing.Point(3, 3);
     this.wmvGroupBox.Name      = "wmvGroupBox";
     this.wmvGroupBox.Size      = new System.Drawing.Size(472, 62);
     this.wmvGroupBox.TabIndex  = 7;
     this.wmvGroupBox.TabStop   = false;
     this.wmvGroupBox.Text      = "WMV playback (internal player)";
     //
     // mpLabel2
     //
     this.mpLabel2.Location = new System.Drawing.Point(34, 39);
     this.mpLabel2.Name     = "mpLabel2";
     this.mpLabel2.Size     = new System.Drawing.Size(326, 16);
     this.mpLabel2.TabIndex = 10;
     this.mpLabel2.Text     = "Will not be applied if Automatic Decoder Settings enabled.";
     //
     // wmvCheckBox
     //
     this.wmvCheckBox.AutoSize  = true;
     this.wmvCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.wmvCheckBox.Location  = new System.Drawing.Point(19, 19);
     this.wmvCheckBox.Name      = "wmvCheckBox";
     this.wmvCheckBox.Size      = new System.Drawing.Size(233, 17);
     this.wmvCheckBox.TabIndex  = 0;
     this.wmvCheckBox.Text      = "Use 5.1 audio playback for WMV movie files";
     this.wmvCheckBox.UseVisualStyleBackColor = true;
     //
     // MoviePlayer
     //
     this.Controls.Add(this.wmvGroupBox);
     this.Controls.Add(this.groupBoxExternalPlayer);
     this.Name = "MoviePlayer";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxExternalPlayer.ResumeLayout(false);
     this.groupBoxExternalPlayer.PerformLayout();
     this.wmvGroupBox.ResumeLayout(false);
     this.wmvGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxLegacyKeys   = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelKeyboardWarning = new System.Windows.Forms.Label();
     this.idTextBox            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.idComboBox           = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.addButton            = new MediaPortal.UserInterface.Controls.MPButton();
     this.deleteButton         = new MediaPortal.UserInterface.Controls.MPButton();
     this.fileNameButton       = new MediaPortal.UserInterface.Controls.MPButton();
     this.soundTextBox         = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label4             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.keyTextBox         = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label3             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label2             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.descriptionTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.keyTreeView        = new System.Windows.Forms.TreeView();
     this.openFileDialog     = new System.Windows.Forms.OpenFileDialog();
     this.groupBoxLegacyKeys.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxLegacyKeys
     //
     this.groupBoxLegacyKeys.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.groupBoxLegacyKeys.Controls.Add(this.labelKeyboardWarning);
     this.groupBoxLegacyKeys.Controls.Add(this.idTextBox);
     this.groupBoxLegacyKeys.Controls.Add(this.idComboBox);
     this.groupBoxLegacyKeys.Controls.Add(this.addButton);
     this.groupBoxLegacyKeys.Controls.Add(this.deleteButton);
     this.groupBoxLegacyKeys.Controls.Add(this.fileNameButton);
     this.groupBoxLegacyKeys.Controls.Add(this.soundTextBox);
     this.groupBoxLegacyKeys.Controls.Add(this.label4);
     this.groupBoxLegacyKeys.Controls.Add(this.keyTextBox);
     this.groupBoxLegacyKeys.Controls.Add(this.label3);
     this.groupBoxLegacyKeys.Controls.Add(this.label2);
     this.groupBoxLegacyKeys.Controls.Add(this.descriptionTextBox);
     this.groupBoxLegacyKeys.Controls.Add(this.label1);
     this.groupBoxLegacyKeys.Controls.Add(this.keyTreeView);
     this.groupBoxLegacyKeys.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxLegacyKeys.Location  = new System.Drawing.Point(0, 0);
     this.groupBoxLegacyKeys.Name      = "groupBoxLegacyKeys";
     this.groupBoxLegacyKeys.Size      = new System.Drawing.Size(472, 408);
     this.groupBoxLegacyKeys.TabIndex  = 0;
     this.groupBoxLegacyKeys.TabStop   = false;
     this.groupBoxLegacyKeys.Text      = "Assignments";
     //
     // labelKeyboardWarning
     //
     this.labelKeyboardWarning.ForeColor = System.Drawing.Color.Red;
     this.labelKeyboardWarning.Location  = new System.Drawing.Point(16, 16);
     this.labelKeyboardWarning.Name      = "labelKeyboardWarning";
     this.labelKeyboardWarning.Size      = new System.Drawing.Size(440, 21);
     this.labelKeyboardWarning.TabIndex  = 13;
     this.labelKeyboardWarning.Text      = "Deprecated, consider using HID Keyboard instead. See Input Devices section.";
     //
     // idTextBox
     //
     this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.idTextBox.BorderColor  = System.Drawing.Color.Empty;
     this.idTextBox.Enabled      = false;
     this.idTextBox.Location     = new System.Drawing.Point(168, 324);
     this.idTextBox.MaxLength    = 5;
     this.idTextBox.Name         = "idTextBox";
     this.idTextBox.Size         = new System.Drawing.Size(40, 20);
     this.idTextBox.TabIndex     = 6;
     this.idTextBox.Visible      = false;
     this.idTextBox.TextChanged += new System.EventHandler(this.idTextBox_TextChanged);
     this.idTextBox.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.idTextBox_KeyPress);
     //
     // idComboBox
     //
     this.idComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.idComboBox.BorderColor           = System.Drawing.Color.Empty;
     this.idComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.idComboBox.Enabled               = false;
     this.idComboBox.Location              = new System.Drawing.Point(168, 324);
     this.idComboBox.Name                  = "idComboBox";
     this.idComboBox.Size                  = new System.Drawing.Size(288, 21);
     this.idComboBox.TabIndex              = 7;
     this.idComboBox.SelectedIndexChanged += new System.EventHandler(this.idComboBox_SelectedIndexChanged);
     //
     // addButton
     //
     this.addButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.addButton.Enabled  = false;
     this.addButton.Location = new System.Drawing.Point(304, 272);
     this.addButton.Name     = "addButton";
     this.addButton.Size     = new System.Drawing.Size(72, 22);
     this.addButton.TabIndex = 1;
     this.addButton.Text     = "Add";
     this.addButton.UseVisualStyleBackColor = true;
     this.addButton.Click += new System.EventHandler(this.addButton_Click);
     //
     // deleteButton
     //
     this.deleteButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteButton.Enabled  = false;
     this.deleteButton.Location = new System.Drawing.Point(384, 272);
     this.deleteButton.Name     = "deleteButton";
     this.deleteButton.Size     = new System.Drawing.Size(72, 22);
     this.deleteButton.TabIndex = 2;
     this.deleteButton.Text     = "Delete";
     this.deleteButton.UseVisualStyleBackColor = true;
     this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
     //
     // fileNameButton
     //
     this.fileNameButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameButton.Enabled  = false;
     this.fileNameButton.Location = new System.Drawing.Point(384, 371);
     this.fileNameButton.Name     = "fileNameButton";
     this.fileNameButton.Size     = new System.Drawing.Size(72, 22);
     this.fileNameButton.TabIndex = 12;
     this.fileNameButton.Text     = "Browse";
     this.fileNameButton.UseVisualStyleBackColor = true;
     this.fileNameButton.Click += new System.EventHandler(this.fileNameButton_Click);
     //
     // soundTextBox
     //
     this.soundTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.soundTextBox.BorderColor  = System.Drawing.Color.Empty;
     this.soundTextBox.Enabled      = false;
     this.soundTextBox.Location     = new System.Drawing.Point(168, 372);
     this.soundTextBox.Name         = "soundTextBox";
     this.soundTextBox.Size         = new System.Drawing.Size(208, 20);
     this.soundTextBox.TabIndex     = 11;
     this.soundTextBox.TextChanged += new System.EventHandler(this.soundTextBox_TextChanged);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Location = new System.Drawing.Point(16, 376);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 16);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Sound:";
     //
     // keyTextBox
     //
     this.keyTextBox.AcceptsReturn = true;
     this.keyTextBox.Anchor        = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.keyTextBox.BorderColor = System.Drawing.Color.Empty;
     this.keyTextBox.Enabled     = false;
     this.keyTextBox.Location    = new System.Drawing.Point(168, 348);
     this.keyTextBox.Name        = "keyTextBox";
     this.keyTextBox.ReadOnly    = true;
     this.keyTextBox.Size        = new System.Drawing.Size(288, 20);
     this.keyTextBox.TabIndex    = 9;
     this.keyTextBox.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.keyTextBox_KeyDown);
     this.keyTextBox.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.keyTextBox_KeyPress);
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.Location = new System.Drawing.Point(16, 352);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(32, 16);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Key:";
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location = new System.Drawing.Point(16, 328);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 16);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Action:";
     //
     // descriptionTextBox
     //
     this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.descriptionTextBox.BorderColor  = System.Drawing.Color.Empty;
     this.descriptionTextBox.Enabled      = false;
     this.descriptionTextBox.Location     = new System.Drawing.Point(168, 300);
     this.descriptionTextBox.Name         = "descriptionTextBox";
     this.descriptionTextBox.Size         = new System.Drawing.Size(288, 20);
     this.descriptionTextBox.TabIndex     = 4;
     this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(16, 304);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Description:";
     //
     // keyTreeView
     //
     this.keyTreeView.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.keyTreeView.FullRowSelect = true;
     this.keyTreeView.HideSelection = false;
     this.keyTreeView.Location      = new System.Drawing.Point(16, 40);
     this.keyTreeView.Name          = "keyTreeView";
     this.keyTreeView.Size          = new System.Drawing.Size(440, 224);
     this.keyTreeView.TabIndex      = 0;
     this.keyTreeView.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.keyTreeView_AfterSelect);
     //
     // Keys
     //
     this.Controls.Add(this.groupBoxLegacyKeys);
     this.Name = "Keys";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxLegacyKeys.ResumeLayout(false);
     this.groupBoxLegacyKeys.PerformLayout();
     this.ResumeLayout(false);
 }